]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
EmbeddedObjects.lyx: describe the support for \makebox
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasngerman{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
47  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
49
50 % Makros damit Pakete nicht doppelt geladen werden.
51 % siehe erste Fußnote in Kap. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
55 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % benutzt in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % für Mehrfachzeilen und -spalten
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % benutzt in Kap. 19.4
83 \usepackage{remreset}
84
85 % für das Fourier-Transformationssymbol
86 \usepackage{mathrsfs}
87
88 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % Farbdefinition aus Kap. 9.3
92 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
95 \DeclareMathOperator*{\Raute}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\leer}{\textvisiblespace}
99
100 % Beispielbefehle aus Kap. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % Beispielmakro aus Kap. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % Makro aus Kap. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % Damit der Index einen anderen Namen erhält.
116 \addto\captionsngerman
117 {\renewcommand{\indexname}
118 {Stichwort- und Befehlsverzeichnis}}
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % testen ob das Paket eurosym installiert ist
125 % wird benutzt für das Euro-Symbol
126 \newboolean{eurosym}
127 \IfFileExists{eurosym.sty}
128  {\usepackage[gennarrow]{eurosym}
129   \setboolean{eurosym}{true}}
130  {\setboolean{eurosym}{false}}
131
132 % testen ob Paket braket installiert ist
133 % benötigt für physikalische Vektoren
134 \newboolean{braket}
135 \IfFileExists{braket.sty}
136  {\usepackage{braket}
137   \setboolean{braket}{true}}
138  {\setboolean{braket}{false}}
139
140 % testen ob Paket cancel installiert ist
141 \newboolean{cancel}
142 \IfFileExists{cancel.sty}
143  {\usepackage{cancel}
144   \setboolean{cancel}{true}}
145  {\setboolean{cancel}{false}}
146
147 % testen ob Paket upgreek installiert ist
148 \newboolean{upgreek}
149 \IfFileExists{upgreek.sty}
150  {\usepackage{upgreek}
151   \setboolean{upgreek}{true}}
152  {\setboolean{upgreek}{false}}
153
154 % benötigt für Kommas in Formeln, siehe Kap. 22.3
155 \IfFileExists{icomma.sty}
156  {\usepackage{icomma}}{}
157 \end_preamble
158 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
159 \use_default_options false
160 \maintain_unincluded_children false
161 \language ngerman
162 \inputencoding auto
163 \fontencoding global
164 \font_roman default
165 \font_sans default
166 \font_typewriter default
167 \font_default_family default
168 \use_xetex false
169 \font_sc false
170 \font_osf false
171 \font_sf_scale 100
172 \font_tt_scale 100
173
174 \graphics default
175 \default_output_format default
176 \output_sync 0
177 \bibtex_command default
178 \index_command default
179 \paperfontsize 12
180 \spacing single
181 \use_hyperref true
182 \pdf_title "LyXs Mathehandbuch"
183 \pdf_author "LyX Team, Uwe Stöhr"
184 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
185 \pdf_keywords "LyX, Mathed"
186 \pdf_bookmarks true
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 1
200 \use_mhchem 1
201 \use_mathdots 1
202 \cite_engine basic
203 \use_bibtopic false
204 \use_indices false
205 \paperorientation portrait
206 \suppress_date false
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_be_strict false
227 \end_header
228
229 \begin_body
230
231 \begin_layout Title
232 LyXs detailliertes Mathe Handbuch
233 \end_layout
234
235 \begin_layout Author
236 vom LyX Team
237 \begin_inset Foot
238 status collapsed
239
240 \begin_layout Plain Layout
241 \noindent
242 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
243 ons-Liste: 
244 \family typewriter
245
246 \begin_inset CommandInset href
247 LatexCommand href
248 name "lyx-docs@lists.lyx.org"
249 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Plain Layout
263 Verfasser: Uwe Stöhr
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \family sans
278 Version 2.0.x
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset CommandInset toc
283 LatexCommand tableofcontents
284
285 \end_inset
286
287
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset Note Note
292 status open
293
294 \begin_layout Plain Layout
295 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
296  
297 \series bold
298 braket, cancel, eurosym,
299 \series default
300  
301 \series bold
302 mhchem, multirow
303 \series default
304  und 
305 \series bold
306 was
307 \series default
308  installiert sein.
309  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
310  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
311  nicht im Ausdruck.
312  Eine Ausnahme ist 
313 \series bold
314 mhchem
315 \series default
316 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
317 \end_layout
318
319 \begin_layout Plain Layout
320 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
321 \begin_inset Newline newline
322 \end_inset
323
324
325 \series bold
326 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
327 \end_layout
328
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Standard
335 \begin_inset Newpage newpage
336 \end_inset
337
338
339 \end_layout
340
341 \begin_layout Section
342 Einleitung
343 \end_layout
344
345 \begin_layout Standard
346 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
347  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
348  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
349 tten.
350  Das setzt voraus, dass bereits das Kapitel 
351 \family typewriter
352 Mathematische
353 \family default
354  
355 \family typewriter
356 Formeln
357 \family default
358  des Benutzerhandbuchs gelesen worden ist.
359 \end_layout
360
361 \begin_layout Standard
362 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
363 \family sans
364 Einfügen
365 \series bold
366 \SpecialChar \menuseparator
367
368 \series default
369 Mathe
370 \family default
371  oder die 
372 \family sans
373 Mathe-Werkzeugleiste
374 \family default
375  aufrufbar.
376  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
377  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
378  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
379  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
380 \end_layout
381
382 \begin_layout Standard
383 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
384  LyX verfügbar.
385  Um alle Befehle nutzen zu können, muss die Option 
386 \family sans
387 AMS-Mathe-Paket verwenden
388 \family default
389  im Menü 
390 \family sans
391 Dokument\SpecialChar \menuseparator
392 Einstellungen\SpecialChar \menuseparator
393 Mathe Optionen
394 \family default
395  aktiviert sein.
396 \begin_inset Foot
397 status collapsed
398
399 \begin_layout Plain Layout
400 Die 
401 \family sans
402 Option
403 \family default
404  
405 \family sans
406 AMS-Mathe-Paket automatisch verwenden
407 \family default
408  verwendet 
409 \begin_inset ERT
410 status collapsed
411
412 \begin_layout Plain Layout
413
414
415 \backslash
416 AmS 
417 \end_layout
418
419 \end_inset
420
421 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
422  LyX unterstützt.
423 \end_layout
424
425 \end_inset
426
427
428 \end_layout
429
430 \begin_layout Standard
431 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
432 listung
433  aller 
434 \begin_inset ERT
435 status collapsed
436
437 \begin_layout Plain Layout
438
439
440 \backslash
441 AmS 
442 \end_layout
443
444 \end_inset
445
446 -Mathe Befehle
447 \begin_inset Foot
448 status collapsed
449
450 \begin_layout Plain Layout
451 Eine Liste mit allen 
452 \begin_inset ERT
453 status collapsed
454
455 \begin_layout Plain Layout
456
457
458 \backslash
459 AmS
460 \end_layout
461
462 \end_inset
463
464 -Mathe Befehlen findet sich in der Datei 
465 \family sans
466
467 \begin_inset CommandInset href
468 LatexCommand href
469 name "amsguide.ps"
470 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
471
472 \end_inset
473
474
475 \family default
476 , die Teil jeder LaTeX-Standardinstallation ist.
477 \end_layout
478
479 \end_inset
480
481  verzichtet.
482 \end_layout
483
484 \begin_layout Section
485 Allgemeine Hinweise
486 \end_layout
487
488 \begin_layout Standard
489 Um eine in einer Textzeile eingebettete Formel
490 \begin_inset Index idx
491 status collapsed
492
493 \begin_layout Plain Layout
494 Formel ! eingebettete
495 \end_layout
496
497 \end_inset
498
499  zu erstellen, drückt man 
500 \family sans
501 Strg+M
502 \family default
503  oder den Werkzeugleistenknopf 
504 \begin_inset Graphics
505         filename ../../images/math-mode.png
506         scale 85
507
508 \end_inset
509
510 .
511 \begin_inset Newline newline
512 \end_inset
513
514 Um eine abgesetzte Formel
515 \begin_inset Index idx
516 status collapsed
517
518 \begin_layout Plain Layout
519 Formel ! abgesetzte
520 \end_layout
521
522 \end_inset
523
524  zu erstellen, drückt man 
525 \family sans
526 Strg+Shift+M
527 \family default
528 .
529 \end_layout
530
531 \begin_layout Standard
532 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
533  Cursor in die Formel und drückt 
534 \family sans
535 Strg+Shift+M
536 \family default
537  oder benutzt das Menü 
538 \family sans
539 Bearbeiten\SpecialChar \menuseparator
540 Mathe\SpecialChar \menuseparator
541
542 \begin_inset Newline linebreak
543 \end_inset
544
545 Formelart ändern
546 \family default
547 .
548  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
549  umwandeln.
550 \end_layout
551
552 \begin_layout Standard
553 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
554  gibt man in die Formel den Befehl 
555 \series bold
556
557 \backslash
558 displaystyle
559 \series default
560
561 \begin_inset Index idx
562 status collapsed
563
564 \begin_layout Plain Layout
565 Befehle ! D ! 
566 \backslash
567 displaystyle
568 \end_layout
569
570 \end_inset
571
572  ein.
573  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
574  wird.
575 \end_layout
576
577 \begin_layout Standard
578 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
579 \end_layout
580
581 \begin_layout Standard
582 Die 
583 \family sans
584 Mathe-Werkzeugleiste
585 \family default
586  kann über das Menü 
587 \family sans
588 Ansicht\SpecialChar \menuseparator
589 Werkzeugleisten
590 \family default
591  eingeblendet werden.
592  Wenn dort auf 
593 \begin_inset Quotes eld
594 \end_inset
595
596 Mathe
597 \begin_inset Quotes erd
598 \end_inset
599
600  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
601  diese Einstellung wird durch ein Häkchen im Menü 
602 \family sans
603 Werkzeugleisten
604 \family default
605  angezeigt.
606  Wenn nun im Menü 
607 \family sans
608 Werkzeugleisten
609 \family default
610  nochmal auf 
611 \begin_inset Quotes eld
612 \end_inset
613
614 Mathe
615 \begin_inset Quotes erd
616 \end_inset
617
618  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
619  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
620  des Menüeintrags von 
621 \begin_inset Quotes eld
622 \end_inset
623
624 Mathe
625 \begin_inset Quotes erd
626 \end_inset
627
628  zu 
629 \begin_inset Quotes eld
630 \end_inset
631
632 Mathe
633 \begin_inset space ~
634 \end_inset
635
636 (automatisch)
637 \begin_inset Quotes erd
638 \end_inset
639
640  angezeigt.
641 \end_layout
642
643 \begin_layout Standard
644 In den TeX-Modus
645 \begin_inset Index idx
646 status collapsed
647
648 \begin_layout Plain Layout
649 T@TeX-Modus
650 \end_layout
651
652 \end_inset
653
654  gelangt man über den Werkzeugleistenknopf 
655 \begin_inset Graphics
656         filename ../../images/ert-insert.png
657         scale 85
658
659 \end_inset
660
661  oder das Menü 
662 \family sans
663 Einfügen\SpecialChar \menuseparator
664 Te
665 \begin_inset ERT
666 status collapsed
667
668 \begin_layout Plain Layout
669
670 {}
671 \end_layout
672
673 \end_inset
674
675 X
676 \begin_inset space ~
677 \end_inset
678
679 Code
680 \family default
681  (Tastenkürzel 
682 \family sans
683 Strg+L
684 \family default
685 ).
686 \begin_inset Note Note
687 status collapsed
688
689 \begin_layout Plain Layout
690 In LyX gibt es drei 
691 \begin_inset Quotes gld
692 \end_inset
693
694 Eigennamen
695 \begin_inset Quotes grd
696 \end_inset
697
698 , die im Ausdruck mit hoch bzw.
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  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
771  bzw.
772  darunter liegenden Zeile vertauscht.
773  Befindet sich der Cursor in der letzten Spalte bzw.
774  Zeile, wird mit der links daneben stehenden Spalte bzw.
775  darüber liegenden Zeile vertauscht.
776 \end_layout
777
778 \begin_layout Standard
779 Zum Schreiben von Text in einer Formel
780 \begin_inset Foot
781 status collapsed
782
783 \begin_layout Plain Layout
784 Bei mehrzeiligen Formeln wird der Befehl 
785 \series bold
786
787 \backslash
788 intertext
789 \series default
790  verwendet, siehe 
791 \begin_inset CommandInset ref
792 LatexCommand ref
793 reference "sub:Text-in-mehrzeiligen"
794
795 \end_inset
796
797 .
798 \end_layout
799
800 \end_inset
801
802  verwendet man den 
803 \emph on
804 mathematischen Textmodus
805 \emph default
806
807 \begin_inset Index idx
808 status collapsed
809
810 \begin_layout Plain Layout
811 Text ! in Formeln
812 \end_layout
813
814 \end_inset
815
816
817 \begin_inset Index idx
818 status collapsed
819
820 \begin_layout Plain Layout
821 Mathematischer Textmodus
822 \end_layout
823
824 \end_inset
825
826 , in den man mit dem Tastenkürzel 
827 \family sans
828 Alt+M
829 \begin_inset space ~
830 \end_inset
831
832 M
833 \family default
834  oder durch Eingabe des Befehls 
835 \series bold
836
837 \backslash
838 text
839 \begin_inset Index idx
840 status collapsed
841
842 \begin_layout Plain Layout
843 Befehle ! T ! 
844 \backslash
845 text
846 \end_layout
847
848 \end_inset
849
850
851 \series default
852  gelangt.
853  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
854  Formel unterscheiden.
855  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
856  anderen Zeichen einer Formel nicht kursiv.
857 \end_layout
858
859 \begin_layout Subsection*
860 Befehlsschema
861 \end_layout
862
863 \begin_layout Standard
864 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
865  Schema:
866 \end_layout
867
868 \begin_layout Standard
869
870 \series bold
871
872 \backslash
873 Befehlsname[optionales
874 \series default
875  
876 \series bold
877 Argument]{anzugebendes
878 \series default
879  
880 \series bold
881 Argument}
882 \end_layout
883
884 \begin_layout Standard
885 Ein Befehl muss immer mit einem Backslash 
886 \begin_inset Quotes gld
887 \end_inset
888
889
890 \series bold
891
892 \backslash
893
894 \series default
895
896 \begin_inset Quotes grd
897 \end_inset
898
899  beginnen.
900  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
901  eckigen Klammern weggelassen werden.
902  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
903 \begin_inset Index idx
904 status collapsed
905
906 \begin_layout Plain Layout
907 T@TeX-Klammern
908 \end_layout
909
910 \end_inset
911
912  bezeichnet.
913  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
914  an, erzeugt LyX automatisch eine TeX-Klammer.
915  Ansonsten werden sie in Formeln mit dem Befehl 
916 \series bold
917
918 \backslash
919 {
920 \series default
921  erzeugt.
922  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
923  Klammern, die blau erscheinen.
924  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
925  TeX-Klammern erscheinen nicht im Ausdruck.
926 \end_layout
927
928 \begin_layout Standard
929 Werden Befehle ohne Argumente, wie z.
930 \begin_inset space \thinspace{}
931 \end_inset
932
933 B.
934  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
935 \emph on
936 immer
937 \emph default
938  ein Leerzeichen folgen um ihn zu beenden.
939  Dieses Leerzeichen erscheint nicht im Ausdruck.
940  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
941  normalen Text ein geschütztes Leerzeichen folgen.
942 \end_layout
943
944 \begin_layout Standard
945 Ein geschütztes Leerzeichen gibt man mit 
946 \family sans
947 Strg+Leertaste
948 \family default
949  ein.
950 \end_layout
951
952 \begin_layout Subsection*
953 Zeichenerklärung
954 \end_layout
955
956 \begin_layout Itemize
957 Das Symbol
958 \begin_inset Foot
959 status collapsed
960
961 \begin_layout Plain Layout
962 Dieses sichtbare Leerzeichen erhält man über den Befehl 
963 \series bold
964
965 \backslash
966 textvisiblespace
967 \series default
968
969 \begin_inset Index idx
970 status collapsed
971
972 \begin_layout Plain Layout
973 Befehle ! T ! 
974 \backslash
975 textvisiblespace
976 \end_layout
977
978 \end_inset
979
980 , der im TeX-Modus einzugeben ist.
981 \end_layout
982
983 \end_inset
984
985  
986 \begin_inset ERT
987 status collapsed
988
989 \begin_layout Plain Layout
990
991
992 \backslash
993 leer 
994 \end_layout
995
996 \end_inset
997
998
999 \begin_inset space ~
1000 \end_inset
1001
1002 steht für ein einzugebendes Leerzeichen.
1003 \end_layout
1004
1005 \begin_layout Itemize
1006 Ein Pfeil wie z.
1007 \begin_inset space \thinspace{}
1008 \end_inset
1009
1010 B.
1011  
1012 \begin_inset Formula $\to$
1013 \end_inset
1014
1015  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1016 \end_layout
1017
1018 \begin_layout Subsection*
1019 Verfügbare Einheiten
1020 \end_layout
1021
1022 \begin_layout Standard
1023 \align center
1024 \begin_inset Float table
1025 placement H
1026 wide false
1027 sideways false
1028 status open
1029
1030 \begin_layout Plain Layout
1031 \align center
1032 \begin_inset Caption
1033
1034 \begin_layout Plain Layout
1035 \begin_inset CommandInset label
1036 LatexCommand label
1037 name "tab:Verfügbare-Einheiten"
1038
1039 \end_inset
1040
1041 Verfügbare Einheiten
1042 \end_layout
1043
1044 \end_inset
1045
1046
1047 \end_layout
1048
1049 \begin_layout Plain Layout
1050 \align center
1051 \begin_inset Tabular
1052 <lyxtabular version="3" rows="13" columns="2">
1053 <features tabularvalignment="middle">
1054 <column alignment="center" valignment="top" width="0">
1055 <column alignment="center" valignment="top" width="0">
1056 <row>
1057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 Einheit
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 Name / Beschreibung
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 </row>
1076 <row>
1077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Plain Layout
1081 mm
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 Millimeter
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 </row>
1096 <row>
1097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Plain Layout
1101 cm
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 Zentimeter
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 </row>
1116 <row>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 in
1122 \end_layout
1123
1124 \end_inset
1125 </cell>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 Inch / Zoll (1
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 in = 2,54
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 cm)
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 </row>
1144 <row>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 pt
1150 \end_layout
1151
1152 \end_inset
1153 </cell>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 Punkt (72,27
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pt = 1
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 in)
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 </row>
1172 <row>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 pc
1178 \end_layout
1179
1180 \end_inset
1181 </cell>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 Pica (1
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 pc = 12
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 pt)
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 </row>
1200 <row>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 sp
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 scaled point (65536
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 sp = 1
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 pt)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 bp
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 big point (72
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 bp = 1
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 in)
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 </row>
1256 <row>
1257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 dd
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 Didot (1
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 dd 
1275 \begin_inset Formula $\approx$
1276 \end_inset
1277
1278  0,376
1279 \begin_inset space \thinspace{}
1280 \end_inset
1281
1282 mm)
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 cc
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 Cicero (1
1303 \begin_inset space \thinspace{}
1304 \end_inset
1305
1306 cc = 12
1307 \begin_inset space \thinspace{}
1308 \end_inset
1309
1310 dd)
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 </row>
1316 <row>
1317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1318 \begin_inset Text
1319
1320 \begin_layout Plain Layout
1321 ex
1322 \end_layout
1323
1324 \end_inset
1325 </cell>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 Höhe des Buchstabens 
1331 \emph on
1332 x
1333 \emph default
1334  in der aktuellen Schrift
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 <row>
1341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 em
1346 \end_layout
1347
1348 \end_inset
1349 </cell>
1350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 Breite des Buchstabens 
1355 \emph on
1356 M
1357 \emph default
1358  in der aktuellen Schrift
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 </row>
1364 <row>
1365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1366 \begin_inset Text
1367
1368 \begin_layout Plain Layout
1369 mu
1370 \end_layout
1371
1372 \end_inset
1373 </cell>
1374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1375 \begin_inset Text
1376
1377 \begin_layout Plain Layout
1378 math unit (1
1379 \begin_inset space \thinspace{}
1380 \end_inset
1381
1382 mu = 
1383 \begin_inset Formula $\nicefrac{1}{18}$
1384 \end_inset
1385
1386
1387 \begin_inset space \thinspace{}
1388 \end_inset
1389
1390 em)
1391 \end_layout
1392
1393 \end_inset
1394 </cell>
1395 </row>
1396 </lyxtabular>
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \end_inset
1404
1405
1406 \end_layout
1407
1408 \begin_layout Standard
1409 \begin_inset Newpage newpage
1410 \end_inset
1411
1412
1413 \end_layout
1414
1415 \begin_layout Section
1416 Grundlegende Funktionen
1417 \end_layout
1418
1419 \begin_layout Subsection
1420 Exponenten
1421 \begin_inset Index idx
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 Exponenten
1426 \end_layout
1427
1428 \end_inset
1429
1430  und Indizes
1431 \begin_inset Index idx
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435 Indizes
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \begin_inset Index idx
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 Hochstellen|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Exponenten
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \begin_inset Index idx
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477 Tiefstellen|see
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 {
1484 \end_layout
1485
1486 \end_inset
1487
1488 Indizes
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 }
1495 \end_layout
1496
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \begin_layout Standard
1508 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1509  
1510 \begin_inset Graphics
1511         filename ../../images/math-subscript.png
1512         scale 85
1513
1514 \end_inset
1515
1516 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1517  
1518 \begin_inset Graphics
1519         filename ../../images/math-superscript.png
1520         scale 85
1521
1522 \end_inset
1523
1524  erzeugt.
1525 \end_layout
1526
1527 \begin_layout Standard
1528 \align center
1529 \begin_inset Tabular
1530 <lyxtabular version="3" rows="4" columns="2">
1531 <features tabularvalignment="middle">
1532 <column alignment="center" valignment="top" width="0pt">
1533 <column alignment="center" valignment="top" width="0pt">
1534 <row>
1535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 Befehl
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 Ergebnis
1549 \begin_inset Note Note
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553
1554 \series bold
1555
1556 \backslash
1557 raisebox
1558 \series default
1559  dient nur als Abstandhalter.
1560 \end_layout
1561
1562 \end_inset
1563
1564
1565 \end_layout
1566
1567 \end_inset
1568 </cell>
1569 </row>
1570 <row>
1571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575 B_V
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 \begin_inset Formula $B_{V}$
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 </row>
1593 <row>
1594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598 B^V
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 <row>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621 B^
1622 \begin_inset ERT
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626
1627
1628 \backslash
1629 leer 
1630 \end_layout
1631
1632 \end_inset
1633
1634 A
1635 \end_layout
1636
1637 \end_inset
1638 </cell>
1639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1644 \end_inset
1645
1646
1647 \end_layout
1648
1649 \end_inset
1650 </cell>
1651 </row>
1652 </lyxtabular>
1653
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \begin_layout Standard
1660 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1661 llt
1662 \begin_inset Foot
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1667 \end_layout
1668
1669 \end_inset
1670
1671 .
1672  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1673  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1674 \end_layout
1675
1676 \begin_layout Subsection
1677 Brüche
1678 \begin_inset CommandInset label
1679 LatexCommand label
1680 name "sub:Brüche"
1681
1682 \end_inset
1683
1684
1685 \begin_inset Index idx
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689 Brüche
1690 \end_layout
1691
1692 \end_inset
1693
1694
1695 \end_layout
1696
1697 \begin_layout Standard
1698 Brüche werden mit dem Befehl 
1699 \series bold
1700
1701 \backslash
1702 frac
1703 \series default
1704
1705 \begin_inset Index idx
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 Befehle ! F ! 
1710 \backslash
1711 frac
1712 \end_layout
1713
1714 \end_inset
1715
1716  oder mit dem Mathe-Werkzeugleistenknopf 
1717 \begin_inset Graphics
1718         filename ../../images/math/frac.png
1719         scale 50
1720
1721 \end_inset
1722
1723  erstellt.
1724  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1725  in einer eingebetteten oder abgesetzten Formel befindet.
1726  Mit dem Mathe-Werkzeugleistenknopf 
1727 \begin_inset Graphics
1728         filename ../../images/math/frac-square.png
1729         scale 85
1730
1731 \end_inset
1732
1733  können verschieden Bruchtypen gewählt werden.
1734 \end_layout
1735
1736 \begin_layout Standard
1737 Mit dem Befehl 
1738 \series bold
1739
1740 \backslash
1741 dfrac
1742 \series default
1743
1744 \begin_inset Index idx
1745 status collapsed
1746
1747 \begin_layout Plain Layout
1748 Befehle ! D ! 
1749 \backslash
1750 dfrac
1751 \end_layout
1752
1753 \end_inset
1754
1755  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1756  Formel erscheint.
1757  Mit 
1758 \series bold
1759
1760 \backslash
1761 tfrac
1762 \series default
1763
1764 \begin_inset Index idx
1765 status collapsed
1766
1767 \begin_layout Plain Layout
1768 Befehle ! T ! 
1769 \backslash
1770 tfrac
1771 \end_layout
1772
1773 \end_inset
1774
1775  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1776  Ein Beispiel:
1777 \end_layout
1778
1779 \begin_layout Standard
1780 Eine Zeile mit dem Bruch 
1781 \begin_inset Formula $\frac{1}{2}$
1782 \end_inset
1783
1784 , der mit dem Befehl 
1785 \series bold
1786
1787 \backslash
1788 frac
1789 \series default
1790  erstellt wurde.
1791 \end_layout
1792
1793 \begin_layout Standard
1794 Eine Zeile mit dem Bruch 
1795 \begin_inset Formula $\dfrac{1}{2}$
1796 \end_inset
1797
1798 , der mit dem Befehl 
1799 \series bold
1800
1801 \backslash
1802 dfrac
1803 \series default
1804  erstellt wurde.
1805 \end_layout
1806
1807 \begin_layout Standard
1808 \align center
1809 \begin_inset Tabular
1810 <lyxtabular version="3" rows="4" columns="2">
1811 <features tabularvalignment="middle">
1812 <column alignment="center" valignment="top" width="0pt">
1813 <column alignment="center" valignment="top" width="0pt">
1814 <row>
1815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819 Befehl
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828 Ergebnis
1829 \begin_inset Note Note
1830 status collapsed
1831
1832 \begin_layout Plain Layout
1833
1834 \series bold
1835
1836 \backslash
1837 raisebox
1838 \series default
1839  dient nur als Abstandhalter.
1840 \end_layout
1841
1842 \end_inset
1843
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 </row>
1850 <row>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855
1856 \backslash
1857 frac
1858 \begin_inset ERT
1859 status collapsed
1860
1861 \begin_layout Plain Layout
1862
1863
1864 \backslash
1865 leer 
1866 \end_layout
1867
1868 \end_inset
1869
1870 A
1871 \begin_inset Formula $\downarrow$
1872 \end_inset
1873
1874 B
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 <row>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \backslash
1899 dfrac
1900 \begin_inset ERT
1901 status collapsed
1902
1903 \begin_layout Plain Layout
1904
1905
1906 \backslash
1907 leer 
1908 \end_layout
1909
1910 \end_inset
1911
1912 A
1913 \begin_inset Formula $\downarrow$
1914 \end_inset
1915
1916 B
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1926 \end_inset
1927
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 </row>
1934 <row>
1935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939
1940 \backslash
1941 dfrac
1942 \begin_inset ERT
1943 status collapsed
1944
1945 \begin_layout Plain Layout
1946
1947
1948 \backslash
1949 leer 
1950 \end_layout
1951
1952 \end_inset
1953
1954 e^
1955 \begin_inset ERT
1956 status collapsed
1957
1958 \begin_layout Plain Layout
1959
1960
1961 \backslash
1962 leer 
1963 \end_layout
1964
1965 \end_inset
1966
1967
1968 \backslash
1969 frac
1970 \begin_inset ERT
1971 status collapsed
1972
1973 \begin_layout Plain Layout
1974
1975
1976 \backslash
1977 leer 
1978 \end_layout
1979
1980 \end_inset
1981
1982 1
1983 \begin_inset Formula $\downarrow$
1984 \end_inset
1985
1986 2
1987 \begin_inset Formula $\downarrow\downarrow$
1988 \end_inset
1989
1990 3
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2000 \end_inset
2001
2002
2003 \end_layout
2004
2005 \end_inset
2006 </cell>
2007 </row>
2008 </lyxtabular>
2009
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \begin_layout Standard
2016 \begin_inset VSpace bigskip
2017 \end_inset
2018
2019
2020 \begin_inset Newpage newpage
2021 \end_inset
2022
2023 Für Mehrfachbrüche gibt es den Befehl 
2024 \series bold
2025
2026 \backslash
2027 cfrac
2028 \series default
2029
2030 \begin_inset Index idx
2031 status collapsed
2032
2033 \begin_layout Plain Layout
2034 Befehle ! C ! 
2035 \backslash
2036 cfrac
2037 \end_layout
2038
2039 \end_inset
2040
2041 .
2042  Dazu ein Beispiel:
2043 \begin_inset VSpace -3mm
2044 \end_inset
2045
2046
2047 \end_layout
2048
2049 \begin_layout Standard
2050 \begin_inset Formula \begin{align*}
2051 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2052 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2053 \end{align*}
2054
2055 \end_inset
2056
2057
2058 \end_layout
2059
2060 \begin_layout Standard
2061 Der Befehl für obiges Beispiel lautet:
2062 \end_layout
2063
2064 \begin_layout Standard
2065
2066 \series bold
2067
2068 \backslash
2069 cfrac
2070 \begin_inset ERT
2071 status collapsed
2072
2073 \begin_layout Plain Layout
2074
2075
2076 \backslash
2077 leer 
2078 \end_layout
2079
2080 \end_inset
2081
2082 A
2083 \begin_inset Formula $\downarrow$
2084 \end_inset
2085
2086 B+
2087 \backslash
2088 cfrac
2089 \begin_inset ERT
2090 status collapsed
2091
2092 \begin_layout Plain Layout
2093
2094
2095 \backslash
2096 leer 
2097 \end_layout
2098
2099 \end_inset
2100
2101 C+
2102 \backslash
2103 cfrac
2104 \begin_inset ERT
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108
2109
2110 \backslash
2111 leer 
2112 \end_layout
2113
2114 \end_inset
2115
2116 E
2117 \begin_inset Formula $\downarrow$
2118 \end_inset
2119
2120 F
2121 \begin_inset Formula $\downarrow$
2122 \end_inset
2123
2124 D
2125 \end_layout
2126
2127 \begin_layout Standard
2128 \begin_inset VSpace medskip
2129 \end_inset
2130
2131
2132 \end_layout
2133
2134 \begin_layout Standard
2135
2136 \series bold
2137
2138 \backslash
2139 cfrac
2140 \series default
2141  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2142  auch wenn er selbst Teil eines Bruches ist.
2143 \end_layout
2144
2145 \begin_layout Standard
2146 Es ist möglich die Ausrichtung des Zählers einzustellen.
2147  Der Befehl 
2148 \series bold
2149
2150 \backslash
2151 cfracleft
2152 \series default
2153  richtet ihn links, der Befehl 
2154 \series bold
2155
2156 \backslash
2157 cfracright
2158 \series default
2159  rechts aus.
2160  
2161 \series bold
2162
2163 \backslash
2164 cfrac
2165 \series default
2166  zentriert den Zähler.
2167  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2168 \end_layout
2169
2170 \begin_layout Standard
2171
2172 \series bold
2173 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2174 \end_inset
2175
2176
2177 \begin_inset Formula $\cfrac{A}{B+C}$
2178 \end_inset
2179
2180
2181 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2182 \end_inset
2183
2184
2185 \end_layout
2186
2187 \begin_layout Standard
2188 \begin_inset Note Greyedout
2189 status open
2190
2191 \begin_layout Plain Layout
2192
2193 \series bold
2194 Achtung:
2195 \series default
2196  
2197 \series bold
2198
2199 \backslash
2200 cfracleft
2201 \series default
2202  und
2203 \series bold
2204  
2205 \backslash
2206 cfracright
2207 \series default
2208  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2209 \series bold
2210
2211 \backslash
2212 cfrac[Ausrichtung]{Zähler}{Nenner}
2213 \series default
2214  dar.
2215  Daher kann man sie nicht im TeX-Code benutzen.
2216 \end_layout
2217
2218 \end_inset
2219
2220
2221 \end_layout
2222
2223 \begin_layout Standard
2224 \begin_inset VSpace medskip
2225 \end_inset
2226
2227 Oftmals ist es am günstigsten 
2228 \series bold
2229
2230 \backslash
2231 cfrac
2232 \series default
2233  und 
2234 \series bold
2235
2236 \backslash
2237 frac
2238 \series default
2239  zu kombinieren:
2240 \begin_inset Formula \[
2241 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2242
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \begin_layout Standard
2249 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2250 \series bold
2251
2252 \backslash
2253 nicefrac
2254 \series default
2255
2256 \begin_inset Index idx
2257 status collapsed
2258
2259 \begin_layout Plain Layout
2260 Befehle ! N ! 
2261 \backslash
2262 nicefrac
2263 \end_layout
2264
2265 \end_inset
2266
2267
2268 \begin_inset Formula $\nicefrac{5}{31}$
2269 \end_inset
2270
2271  oder 
2272 \series bold
2273
2274 \backslash
2275 unitfrac
2276 \series default
2277
2278 \begin_inset Index idx
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282 Befehle! U ! 
2283 \backslash
2284 unitfrac
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \begin_inset Formula $\unitfrac{5}{31}$
2291 \end_inset
2292
2293  benutzt werden.
2294  Des Weiteren gibt es den Befehl 
2295 \series bold
2296
2297 \backslash
2298 unitfracthree
2299 \series default
2300  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2301 \begin_inset Formula $\unitfrac[2]{1}{3}$
2302 \end_inset
2303
2304
2305 \end_layout
2306
2307 \begin_layout Standard
2308 \begin_inset Note Greyedout
2309 status open
2310
2311 \begin_layout Plain Layout
2312
2313 \series bold
2314 Achtung:
2315 \series default
2316  
2317 \series bold
2318
2319 \backslash
2320 unitfracthree
2321 \series default
2322  ist kein echter LaTeX-Befehl, sondern der Befehl
2323 \begin_inset Newline newline
2324 \end_inset
2325
2326
2327 \series bold
2328
2329 \backslash
2330 unitfrac[Zahl]{Zähler}{Nenner}
2331 \series default
2332  .
2333  Daher kann man ihn nicht im TeX-Code benutzen.
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \begin_layout Standard
2342 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2343  in 
2344 \begin_inset CommandInset ref
2345 LatexCommand ref
2346 reference "sub:Selbstdefinierte-Brüche"
2347
2348 \end_inset
2349
2350  erklärt.
2351 \end_layout
2352
2353 \begin_layout Subsection
2354 Wurzeln
2355 \begin_inset Index idx
2356 status collapsed
2357
2358 \begin_layout Plain Layout
2359 Wurzeln
2360 \end_layout
2361
2362 \end_inset
2363
2364
2365 \end_layout
2366
2367 \begin_layout Standard
2368 Quadratwurzeln werden mit 
2369 \series bold
2370
2371 \backslash
2372 sqrt
2373 \series default
2374
2375 \begin_inset Index idx
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 Befehle ! S ! 
2380 \backslash
2381 sqrt
2382 \end_layout
2383
2384 \end_inset
2385
2386  oder dem Mathe-Werkzeugleistenknopf 
2387 \begin_inset Graphics
2388         filename ../../images/math/sqrt.png
2389         scale 85
2390
2391 \end_inset
2392
2393  gesetzt, alle anderen Wurzeln mit dem Befehl 
2394 \series bold
2395
2396 \backslash
2397 root
2398 \series default
2399
2400 \begin_inset Index idx
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 Befehle ! R ! 
2405 \backslash
2406 root
2407 \end_layout
2408
2409 \end_inset
2410
2411  oder dem Mathe-Werkzeugleistenknopf 
2412 \begin_inset Graphics
2413         filename ../../images/math/root.png
2414         scale 85
2415
2416 \end_inset
2417
2418 .
2419 \end_layout
2420
2421 \begin_layout Standard
2422 \align center
2423 \begin_inset Tabular
2424 <lyxtabular version="3" rows="3" columns="2">
2425 <features tabularvalignment="middle">
2426 <column alignment="center" valignment="top" width="0pt">
2427 <column alignment="center" valignment="top" width="0pt">
2428 <row>
2429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433 Befehl
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442 Ergebnis
2443 \begin_inset Note Note
2444 status collapsed
2445
2446 \begin_layout Plain Layout
2447
2448 \series bold
2449
2450 \backslash
2451 raisebox
2452 \series default
2453  dient nur als Abstandhalter.
2454 \end_layout
2455
2456 \end_inset
2457
2458
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 </row>
2464 <row>
2465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2466 \begin_inset Text
2467
2468 \begin_layout Plain Layout
2469
2470 \backslash
2471 sqrt
2472 \begin_inset ERT
2473 status collapsed
2474
2475 \begin_layout Plain Layout
2476
2477
2478 \backslash
2479 leer 
2480 \end_layout
2481
2482 \end_inset
2483
2484 A-B
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Plain Layout
2493 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2494 \end_inset
2495
2496
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 </row>
2502 <row>
2503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Plain Layout
2507
2508 \backslash
2509 root
2510 \begin_inset ERT
2511 status collapsed
2512
2513 \begin_layout Plain Layout
2514
2515
2516 \backslash
2517 leer 
2518 \end_layout
2519
2520 \end_inset
2521
2522 3
2523 \begin_inset Formula $\downarrow$
2524 \end_inset
2525
2526 A-B
2527 \end_layout
2528
2529 \end_inset
2530 </cell>
2531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2532 \begin_inset Text
2533
2534 \begin_layout Plain Layout
2535 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2536 \end_inset
2537
2538
2539 \end_layout
2540
2541 \end_inset
2542 </cell>
2543 </row>
2544 </lyxtabular>
2545
2546 \end_inset
2547
2548
2549 \end_layout
2550
2551 \begin_layout Standard
2552 Eine Quadratwurzel kann man auch mit 
2553 \series bold
2554
2555 \backslash
2556 root
2557 \series default
2558  erstellen, indem man das Feld über der Wurzel frei lässt.
2559 \end_layout
2560
2561 \begin_layout Standard
2562 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2563  Formel: 
2564 \begin_inset Formula $\sqrt[\beta]{B}$
2565 \end_inset
2566
2567
2568 \begin_inset Newline newline
2569 \end_inset
2570
2571 Das 
2572 \begin_inset Formula $\beta$
2573 \end_inset
2574
2575  berührt die Wurzel.
2576  Um dies zu verhindern, verwendet man die Befehle 
2577 \series bold
2578
2579 \backslash
2580 leftroot
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Befehle ! L ! 
2588 \backslash
2589 leftroot
2590 \end_layout
2591
2592 \end_inset
2593
2594  und 
2595 \series bold
2596
2597 \backslash
2598 uproot
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Befehle ! U ! 
2606 \backslash
2607 uproot
2608 \end_layout
2609
2610 \end_inset
2611
2612 , die folgendes Schema besitzen:
2613 \end_layout
2614
2615 \begin_layout Standard
2616
2617 \series bold
2618
2619 \backslash
2620 leftroot{Abstand}
2621 \series default
2622  bzw.
2623  
2624 \series bold
2625
2626 \backslash
2627 uproot{Abstand}
2628 \end_layout
2629
2630 \begin_layout Standard
2631 Abstand ist die Anzahl der Big Points (Einheit bp; 
2632 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2633 \end_inset
2634
2635 ), um die der Index nach links bzw.
2636  nach oben verschoben werden soll.
2637  Die Befehle werden in den Index geschrieben.
2638  So ergibt der Befehl
2639 \begin_inset Newline newline
2640 \end_inset
2641
2642
2643 \series bold
2644
2645 \backslash
2646 root
2647 \backslash
2648 leftroot{-1
2649 \begin_inset Formula $\to$
2650 \end_inset
2651
2652
2653 \backslash
2654 uproot{2
2655 \begin_inset Formula $\to$
2656 \end_inset
2657
2658
2659 \backslash
2660 beta
2661 \begin_inset ERT
2662 status collapsed
2663
2664 \begin_layout Plain Layout
2665
2666
2667 \backslash
2668 leer 
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \begin_inset Formula $\to$
2675 \end_inset
2676
2677 B
2678 \begin_inset Newline newline
2679 \end_inset
2680
2681
2682 \series default
2683 eine korrekt gesetzte Formel: 
2684 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \begin_layout Subsection
2691 Binomialkoeffizienten
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Binomialkoeffizienten
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \end_layout
2703
2704 \begin_layout Standard
2705 Binomialkoeffizienten können mit dem Befehl 
2706 \series bold
2707
2708 \backslash
2709 binom
2710 \series default
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 Befehle ! B ! 
2717 \backslash
2718 binom
2719 \end_layout
2720
2721 \end_inset
2722
2723  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2724 \begin_inset Graphics
2725         filename ../../images/math/frac-square.png
2726         scale 85
2727
2728 \end_inset
2729
2730 eingefügt werden.
2731  Analog zu Brüchen (
2732 \series bold
2733
2734 \backslash
2735 frac
2736 \series default
2737 ) gibt es außer 
2738 \series bold
2739
2740 \backslash
2741 binom
2742 \series default
2743  noch die Befehle 
2744 \series bold
2745
2746 \backslash
2747 dbinom
2748 \series default
2749
2750 \begin_inset Index idx
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Befehle ! D ! 
2755 \backslash
2756 dbinom
2757 \end_layout
2758
2759 \end_inset
2760
2761  und 
2762 \series bold
2763
2764 \backslash
2765 tbinom
2766 \series default
2767
2768 \begin_inset Index idx
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Befehle ! T ! 
2773 \backslash
2774 tbinom
2775 \end_layout
2776
2777 \end_inset
2778
2779 .
2780  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2781 \series bold
2782
2783 \backslash
2784 brace
2785 \series default
2786
2787 \begin_inset Index idx
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 Befehle ! B ! 
2792 \backslash
2793 brace
2794 \end_layout
2795
2796 \end_inset
2797
2798  und 
2799 \series bold
2800
2801 \backslash
2802 brack
2803 \series default
2804
2805 \begin_inset Index idx
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809 Befehle ! B ! 
2810 \backslash
2811 brack
2812 \end_layout
2813
2814 \end_inset
2815
2816 .
2817 \end_layout
2818
2819 \begin_layout Standard
2820 \align center
2821 \begin_inset Tabular
2822 <lyxtabular version="3" rows="6" columns="2">
2823 <features tabularvalignment="middle">
2824 <column alignment="center" valignment="top" width="0pt">
2825 <column alignment="center" valignment="top" width="0pt">
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831 Befehl
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 Ergebnis
2841 \begin_inset Note Note
2842 status collapsed
2843
2844 \begin_layout Plain Layout
2845
2846 \series bold
2847
2848 \backslash
2849 raisebox
2850 \series default
2851  dient nur als Abstandhalter.
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 </row>
2862 <row>
2863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \backslash
2869 binom
2870 \begin_inset ERT
2871 status collapsed
2872
2873 \begin_layout Plain Layout
2874
2875
2876 \backslash
2877 leer 
2878 \end_layout
2879
2880 \end_inset
2881
2882 A
2883 \begin_inset Formula $\downarrow$
2884 \end_inset
2885
2886 B
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \backslash
2911 dbinom
2912 \begin_inset ERT
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916
2917
2918 \backslash
2919 leer 
2920 \end_layout
2921
2922 \end_inset
2923
2924 A
2925 \begin_inset Formula $\downarrow$
2926 \end_inset
2927
2928 B
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 <row>
2947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \backslash
2953 tbinom
2954 \begin_inset ERT
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958
2959
2960 \backslash
2961 leer 
2962 \end_layout
2963
2964 \end_inset
2965
2966 A
2967 \begin_inset Formula $\downarrow$
2968 \end_inset
2969
2970 B
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \backslash
2995 brack
2996 \begin_inset ERT
2997 status collapsed
2998
2999 \begin_layout Plain Layout
3000
3001
3002 \backslash
3003 leer 
3004 \end_layout
3005
3006 \end_inset
3007
3008 A
3009 \begin_inset Formula $\downarrow$
3010 \end_inset
3011
3012 B
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row>
3031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035
3036 \backslash
3037 brace
3038 \begin_inset ERT
3039 status collapsed
3040
3041 \begin_layout Plain Layout
3042
3043
3044 \backslash
3045 leer 
3046 \end_layout
3047
3048 \end_inset
3049
3050 A
3051 \begin_inset Formula $\downarrow$
3052 \end_inset
3053
3054 B
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 </lyxtabular>
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Subsection
3080 Fallunterscheidungen
3081 \begin_inset Index idx
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085 Fallunterscheidungen
3086 \end_layout
3087
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \begin_layout Standard
3094 \align center
3095 \begin_inset Tabular
3096 <lyxtabular version="3" rows="3" columns="2">
3097 <features tabularvalignment="middle">
3098 <column alignment="center" valignment="top" width="0pt">
3099 <column alignment="center" valignment="top" width="0pt">
3100 <row>
3101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 Befehl
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 Ergebnis
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row>
3121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125
3126 \backslash
3127 cases
3128 \begin_inset ERT
3129 status collapsed
3130
3131 \begin_layout Plain Layout
3132
3133
3134 \backslash
3135 leer 
3136 \end_layout
3137
3138 \end_inset
3139
3140 A
3141 \begin_inset Formula $\to$
3142 \end_inset
3143
3144 B>0
3145 \begin_inset Index idx
3146 status collapsed
3147
3148 \begin_layout Plain Layout
3149 Befehle ! C ! 
3150 \backslash
3151 cases
3152 \end_layout
3153
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 \begin_inset Formula $\begin{cases}
3166 A & B>0\end{cases}$
3167 \end_inset
3168
3169
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row>
3176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \backslash
3182 cases
3183 \begin_inset ERT
3184 status collapsed
3185
3186 \begin_layout Plain Layout
3187
3188
3189 \backslash
3190 leer 
3191 \end_layout
3192
3193 \end_inset
3194
3195 Strg+Enter
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 \begin_inset Formula $\begin{cases}
3205 A & \textrm{für }x>0\\
3206 B & \textrm{für }x=0
3207 \end{cases}$
3208 \end_inset
3209
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 </row>
3216 </lyxtabular>
3217
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \begin_layout Standard
3224 Nach der Eingabe von 
3225 \series bold
3226
3227 \backslash
3228 cases
3229 \series default
3230  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3231 \begin_inset Graphics
3232         filename ../../images/math/cases.png
3233         scale 85
3234
3235 \end_inset
3236
3237  können mit 
3238 \family sans
3239 Strg+Enter
3240 \family default
3241  oder dem Tabellen-Werkzeugleistenknopf 
3242 \begin_inset Graphics
3243         filename ../../images/tabular-feature_append-row.png
3244         scale 85
3245
3246 \end_inset
3247
3248  neue Zeilen erstellt werden.
3249 \begin_inset Foot
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3254 \begin_inset CommandInset ref
3255 LatexCommand ref
3256 reference "sub:Akzente-für-ein"
3257
3258 \end_inset
3259
3260  beschrieben.
3261 \end_layout
3262
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \begin_layout Standard
3269 Der Befehl 
3270 \series bold
3271
3272 \backslash
3273 cases
3274 \series default
3275  ist auch über das Menü 
3276 \family sans
3277 Einfügen\SpecialChar \menuseparator
3278 Mathe\SpecialChar \menuseparator
3279 Cases-Umgebung
3280 \family default
3281  verfügbar.
3282 \end_layout
3283
3284 \begin_layout Subsection
3285 Verneinungen
3286 \begin_inset Index idx
3287 status collapsed
3288
3289 \begin_layout Plain Layout
3290 Verneinungen
3291 \end_layout
3292
3293 \end_inset
3294
3295
3296 \end_layout
3297
3298 \begin_layout Standard
3299 Durch die Eingabe von 
3300 \series bold
3301
3302 \backslash
3303 not
3304 \series default
3305
3306 \begin_inset Index idx
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310 Befehle ! N ! 
3311 \backslash
3312 not
3313 \end_layout
3314
3315 \end_inset
3316
3317  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3318  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3319 \end_layout
3320
3321 \begin_layout Standard
3322 \align center
3323 \begin_inset Tabular
3324 <lyxtabular version="3" rows="4" columns="2">
3325 <features tabularvalignment="middle">
3326 <column alignment="center" valignment="top" width="0pt">
3327 <column alignment="center" valignment="top" width="0pt">
3328 <row>
3329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Befehl
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 Ergebnis
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \backslash
3355 not=
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 \begin_inset Formula $\not=$
3365 \end_inset
3366
3367
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \backslash
3380 not 
3381 \backslash
3382 le
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 \begin_inset Formula $\not\le$
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \backslash
3407 not 
3408 \backslash
3409 parallel
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 \begin_inset Formula $\not\parallel$
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 </lyxtabular>
3428
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3436  Deswegen gibt es für Einige spezielle Befehle (siehe 
3437 \begin_inset CommandInset ref
3438 LatexCommand ref
3439 reference "sub:Mathematische-Symbole"
3440
3441 \end_inset
3442
3443  und 
3444 \begin_inset CommandInset ref
3445 LatexCommand ref
3446 reference "sec:Relationen"
3447
3448 \end_inset
3449
3450 ).
3451 \end_layout
3452
3453 \begin_layout Subsection
3454 Platzhalter
3455 \begin_inset CommandInset label
3456 LatexCommand label
3457 name "sub:Platzhalter"
3458
3459 \end_inset
3460
3461
3462 \begin_inset Index idx
3463 status collapsed
3464
3465 \begin_layout Plain Layout
3466 Platzhalter
3467 \end_layout
3468
3469 \end_inset
3470
3471
3472 \begin_inset Index idx
3473 status collapsed
3474
3475 \begin_layout Plain Layout
3476 chemische Zeichen ! Isotope
3477 \end_layout
3478
3479 \end_inset
3480
3481
3482 \begin_inset Index idx
3483 status collapsed
3484
3485 \begin_layout Plain Layout
3486 Isotope|see
3487 \begin_inset ERT
3488 status collapsed
3489
3490 \begin_layout Plain Layout
3491
3492 {
3493 \end_layout
3494
3495 \end_inset
3496
3497 chemische Zeichen
3498 \begin_inset ERT
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502
3503 }
3504 \end_layout
3505
3506 \end_inset
3507
3508
3509 \end_layout
3510
3511 \end_inset
3512
3513
3514 \end_layout
3515
3516 \begin_layout Standard
3517 Möchte man z.
3518 \begin_inset space \thinspace{}
3519 \end_inset
3520
3521 B.
3522  Isotope
3523 \begin_inset Foot
3524 status collapsed
3525
3526 \begin_layout Plain Layout
3527 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3528 \begin_inset CommandInset ref
3529 LatexCommand ref
3530 reference "sub:Chemische-Symbole-und"
3531
3532 \end_inset
3533
3534  beschrieben.
3535 \end_layout
3536
3537 \end_inset
3538
3539  darstellen, tritt folgendes Problem auf:
3540 \end_layout
3541
3542 \begin_layout Standard
3543 \align center
3544 \begin_inset Tabular
3545 <lyxtabular version="3" rows="2" columns="2">
3546 <features tabularvalignment="middle">
3547 <column alignment="center" valignment="top" width="0pt">
3548 <column alignment="center" valignment="top" width="0pt">
3549 <row>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 durch Hoch- und Tiefstellen erzeugte Indizes:
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3564 \end_inset
3565
3566
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 korrekte Indizes:
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 </lyxtabular>
3596
3597 \end_inset
3598
3599
3600 \begin_inset Note Note
3601 status collapsed
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606
3607 \backslash
3608 raisebox
3609 \series default
3610  dient nur
3611 \end_layout
3612
3613 \begin_layout Plain Layout
3614 als Abstandhalter.
3615 \end_layout
3616
3617 \end_inset
3618
3619
3620 \end_layout
3621
3622 \begin_layout Standard
3623 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3624  längeren Index gesetzt.
3625  Um das zu verhindern gibt es den Befehl 
3626 \series bold
3627
3628 \backslash
3629 phantom
3630 \series default
3631
3632 \begin_inset Index idx
3633 status collapsed
3634
3635 \begin_layout Plain Layout
3636 Befehle ! P ! 
3637 \backslash
3638 phantom
3639 \end_layout
3640
3641 \end_inset
3642
3643  oder den Mathe-Werkzeugleistenknopf
3644 \begin_inset space \thinspace{}
3645 \end_inset
3646
3647
3648 \begin_inset Foot
3649 status collapsed
3650
3651 \begin_layout Plain Layout
3652 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3653 \begin_inset Graphics
3654         filename ../../images/math/space.png
3655         scale 85
3656
3657 \end_inset
3658
3659
3660 \end_layout
3661
3662 \end_inset
3663
3664  
3665 \begin_inset Graphics
3666         filename ../../images/math/phantom.png
3667         scale 85
3668
3669 \end_inset
3670
3671 , der ein oder mehrere Phantomzeichen erstellt.
3672  Wenn 
3673 \series bold
3674
3675 \backslash
3676 phantom
3677 \series default
3678  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3679  Pfeilen überlagert wird.
3680  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3681  als Leerraum erstellt wird.
3682  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3683  Zeichen.
3684 \end_layout
3685
3686 \begin_layout Standard
3687 \align center
3688 \begin_inset Tabular
3689 <lyxtabular version="3" rows="4" columns="2">
3690 <features tabularvalignment="middle">
3691 <column alignment="center" valignment="top" width="0">
3692 <column alignment="center" valignment="top" width="0">
3693 <row>
3694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Befehl
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Ergebnis
3708 \begin_inset Note Note
3709 status collapsed
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714
3715 \backslash
3716 raisebox
3717 \series default
3718  dient nur als Abstandhalter.
3719 \end_layout
3720
3721 \end_inset
3722
3723
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 ^19
3735 \begin_inset ERT
3736 status collapsed
3737
3738 \begin_layout Plain Layout
3739
3740
3741 \backslash
3742 leer 
3743 \end_layout
3744
3745 \end_inset
3746
3747 _
3748 \backslash
3749 phantom
3750 \begin_inset ERT
3751 status collapsed
3752
3753 \begin_layout Plain Layout
3754
3755
3756 \backslash
3757 leer 
3758 \end_layout
3759
3760 \end_inset
3761
3762 1
3763 \begin_inset Formula $\to$
3764 \end_inset
3765
3766 9
3767 \begin_inset ERT
3768 status collapsed
3769
3770 \begin_layout Plain Layout
3771
3772
3773 \backslash
3774 leer 
3775 \end_layout
3776
3777 \end_inset
3778
3779 F
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3789 \end_inset
3790
3791
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 ^235
3803 \begin_inset ERT
3804 status collapsed
3805
3806 \begin_layout Plain Layout
3807
3808
3809 \backslash
3810 leer 
3811 \end_layout
3812
3813 \end_inset
3814
3815 _
3816 \backslash
3817 phantom
3818 \begin_inset ERT
3819 status collapsed
3820
3821 \begin_layout Plain Layout
3822
3823
3824 \backslash
3825 leer 
3826 \end_layout
3827
3828 \end_inset
3829
3830 23
3831 \begin_inset Formula $\to$
3832 \end_inset
3833
3834 9
3835 \begin_inset ERT
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840
3841 \backslash
3842 leer 
3843 \end_layout
3844
3845 \end_inset
3846
3847 F
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3857 \end_inset
3858
3859
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \backslash
3872 Lambda^
3873 \begin_inset ERT
3874 status collapsed
3875
3876 \begin_layout Plain Layout
3877
3878
3879 \backslash
3880 leer 
3881 \end_layout
3882
3883 \end_inset
3884
3885
3886 \backslash
3887 phantom
3888 \begin_inset ERT
3889 status collapsed
3890
3891 \begin_layout Plain Layout
3892
3893
3894 \backslash
3895 leer 
3896 \end_layout
3897
3898 \end_inset
3899
3900 ii
3901 \begin_inset Formula $\to$
3902 \end_inset
3903
3904 t
3905 \begin_inset ERT
3906 status collapsed
3907
3908 \begin_layout Plain Layout
3909
3910
3911 \backslash
3912 leer 
3913 \end_layout
3914
3915 \end_inset
3916
3917 _MMt
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 </lyxtabular>
3936
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \begin_layout Standard
3943 Des Weiteren gibt es noch die Befehle 
3944 \series bold
3945
3946 \backslash
3947 vphantom
3948 \series default
3949
3950 \begin_inset Index idx
3951 status collapsed
3952
3953 \begin_layout Plain Layout
3954 Befehle ! V ! 
3955 \backslash
3956 vphantom
3957 \end_layout
3958
3959 \end_inset
3960
3961  (Werkzeugleistenknopf 
3962 \begin_inset space ~
3963 \end_inset
3964
3965
3966 \begin_inset Graphics
3967         filename ../../images/math/vphantom.png
3968         scale 85
3969
3970 \end_inset
3971
3972 ) und 
3973 \series bold
3974
3975 \backslash
3976 hphantom
3977 \series default
3978
3979 \begin_inset Index idx
3980 status collapsed
3981
3982 \begin_layout Plain Layout
3983 Befehle ! H ! 
3984 \backslash
3985 hphantom
3986 \end_layout
3987
3988 \end_inset
3989
3990  (Werkzeugleistenknopf 
3991 \begin_inset space ~
3992 \end_inset
3993
3994
3995 \begin_inset Graphics
3996         filename ../../images/math/hphantom.png
3997         scale 85
3998
3999 \end_inset
4000
4001 ).
4002  
4003 \series bold
4004
4005 \backslash
4006 hphantom
4007 \series default
4008  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4009  nicht jedoch für deren Breite.
4010  Bei 
4011 \series bold
4012
4013 \backslash
4014 vphantom
4015 \series default
4016  wird nur Platz mit der Breite des Kästchens erstellt.
4017  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4018 \end_layout
4019
4020 \begin_layout Standard
4021 Zum Beispiel erzeugt 
4022 \series bold
4023
4024 \backslash
4025 vphantom
4026 \series default
4027
4028 \begin_inset ERT
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032
4033
4034 \backslash
4035 leer 
4036 \end_layout
4037
4038 \end_inset
4039
4040
4041 \series bold
4042 a
4043 \backslash
4044 int
4045 \series default
4046  Platz der Höhe des Integralzeichens,
4047 \begin_inset Foot
4048 status collapsed
4049
4050 \begin_layout Plain Layout
4051 Der Befehl 
4052 \series bold
4053
4054 \backslash
4055 int
4056 \series default
4057  erzeugt ein Integralzeichen, siehe 
4058 \begin_inset CommandInset ref
4059 LatexCommand ref
4060 reference "sub:Große-Operatoren"
4061
4062 \end_inset
4063
4064 .
4065 \end_layout
4066
4067 \end_inset
4068
4069  da dieses das größere Zeichen ist.
4070  Eine Beispielanwendung ist in 
4071 \begin_inset CommandInset ref
4072 LatexCommand ref
4073 reference "sub:Mehrzeilige-Klammern"
4074
4075 \end_inset
4076
4077  zu finden.
4078 \end_layout
4079
4080 \begin_layout Standard
4081 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4082  
4083 \family sans
4084 Einfügen\SpecialChar \menuseparator
4085 Formatierung\SpecialChar \menuseparator
4086 Phantom
4087 \family default
4088  eingefügt werden:
4089 \end_layout
4090
4091 \begin_layout Standard
4092 Dies ist ein Satz.
4093 \begin_inset Newline newline
4094 \end_inset
4095
4096
4097 \begin_inset Phantom Phantom
4098 status open
4099
4100 \begin_layout Plain Layout
4101 Dies
4102 \end_layout
4103
4104 \end_inset
4105
4106  ist ein Satz.
4107 \end_layout
4108
4109 \begin_layout Subsection
4110 Linien
4111 \begin_inset Index idx
4112 status collapsed
4113
4114 \begin_layout Plain Layout
4115 Linien
4116 \end_layout
4117
4118 \end_inset
4119
4120
4121 \begin_inset Index idx
4122 status collapsed
4123
4124 \begin_layout Plain Layout
4125 Formel ! unterstrichene
4126 \end_layout
4127
4128 \end_inset
4129
4130
4131 \end_layout
4132
4133 \begin_layout Standard
4134 \align center
4135 \begin_inset Tabular
4136 <lyxtabular version="3" rows="4" columns="2">
4137 <features tabularvalignment="middle">
4138 <column alignment="center" valignment="top" width="0pt">
4139 <column alignment="center" valignment="top" width="0pt">
4140 <row>
4141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Befehl
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Ergebnis
4155 \begin_inset Note Note
4156 status collapsed
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161
4162 \backslash
4163 raisebox
4164 \series default
4165  dient nur als Abstandhalter.
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \backslash
4183 overline
4184 \begin_inset ERT
4185 status collapsed
4186
4187 \begin_layout Plain Layout
4188
4189
4190 \backslash
4191 leer 
4192 \end_layout
4193
4194 \end_inset
4195
4196 A+B
4197 \begin_inset Index idx
4198 status collapsed
4199
4200 \begin_layout Plain Layout
4201 Befehle ! O ! 
4202 \backslash
4203 overline
4204 \end_layout
4205
4206 \end_inset
4207
4208
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \backslash
4233 underline
4234 \begin_inset ERT
4235 status collapsed
4236
4237 \begin_layout Plain Layout
4238
4239
4240 \backslash
4241 leer 
4242 \end_layout
4243
4244 \end_inset
4245
4246 A+B
4247 \begin_inset Index idx
4248 status collapsed
4249
4250 \begin_layout Plain Layout
4251 Befehle ! U ! 
4252 \backslash
4253 underline
4254 \end_layout
4255
4256 \end_inset
4257
4258
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4268 \end_inset
4269
4270
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \backslash
4283 overline
4284 \begin_inset ERT
4285 status collapsed
4286
4287 \begin_layout Plain Layout
4288
4289
4290 \backslash
4291 leer 
4292 \end_layout
4293
4294 \end_inset
4295
4296
4297 \backslash
4298 underline
4299 \begin_inset ERT
4300 status collapsed
4301
4302 \begin_layout Plain Layout
4303
4304
4305 \backslash
4306 leer 
4307 \end_layout
4308
4309 \end_inset
4310
4311 A+B
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4321 \end_inset
4322
4323
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 </lyxtabular>
4330
4331 \end_inset
4332
4333
4334 \end_layout
4335
4336 \begin_layout Standard
4337 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4338 \series bold
4339
4340 \backslash
4341 overline
4342 \series default
4343  oder 
4344 \series bold
4345
4346 \backslash
4347 underline
4348 \series default
4349  eingibt.
4350 \end_layout
4351
4352 \begin_layout Standard
4353 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4354 \begin_inset Newline linebreak
4355 \end_inset
4356
4357
4358 \series bold
4359
4360 \backslash
4361 underline
4362 \series default
4363 .
4364 \end_layout
4365
4366 \begin_layout Standard
4367 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4368 \end_layout
4369
4370 \begin_layout Standard
4371 \begin_inset VSpace bigskip
4372 \end_inset
4373
4374 Benutzerdefinierte Linien können mit dem Befehl 
4375 \series bold
4376
4377 \backslash
4378 rule
4379 \series default
4380
4381 \begin_inset Index idx
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385 Befehle! R ! 
4386 \backslash
4387 rule
4388 \end_layout
4389
4390 \end_inset
4391
4392  erstellt werden, der folgendes Schema besitzt:
4393 \end_layout
4394
4395 \begin_layout Standard
4396
4397 \series bold
4398
4399 \backslash
4400 rule[vertikaler Versatz]{Länge}{Dicke}
4401 \end_layout
4402
4403 \begin_layout Standard
4404 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4405  unten, wenn der Wert negativ ist).
4406  Die Einheiten, die in 
4407 \begin_inset CommandInset ref
4408 LatexCommand ref
4409 reference "tab:Verfügbare-Einheiten"
4410
4411 \end_inset
4412
4413  aufgelistet sind, können für die Werte benutzt werden.
4414  Hier sind zwei Beispiele, die mit den Befehlen
4415 \begin_inset Newline newline
4416 \end_inset
4417
4418
4419 \series bold
4420
4421 \backslash
4422 rule[-2ex]{3cm}{2pt}
4423 \series default
4424  und 
4425 \series bold
4426
4427 \backslash
4428 rule{2cm}{1pt}
4429 \series default
4430  erzeugt wurden:
4431 \end_layout
4432
4433 \begin_layout Standard
4434 Dies ist ein Satz 
4435 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4436 \end_inset
4437
4438  mit zwei Linien.
4439 \end_layout
4440
4441 \begin_layout Standard
4442
4443 \series bold
4444
4445 \backslash
4446 rule
4447 \series default
4448  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4449 \family sans
4450 Einfügen\SpecialChar \menuseparator
4451 Formatierung\SpecialChar \menuseparator
4452 Horizontale
4453 \begin_inset space ~
4454 \end_inset
4455
4456 Line
4457 \family default
4458  eingefügt wird:
4459 \end_layout
4460
4461 \begin_layout Standard
4462 Dies ist ein Satz 
4463 \begin_inset CommandInset line
4464 LatexCommand rule
4465 offset "0.5ex"
4466 width "3cm"
4467 height "1pt"
4468
4469 \end_inset
4470
4471  mit einer Linie.
4472 \end_layout
4473
4474 \begin_layout Subsection
4475 Fortsetzungspunkte
4476 \begin_inset CommandInset label
4477 LatexCommand label
4478 name "sub:Fortsetzungspunkte"
4479
4480 \end_inset
4481
4482
4483 \begin_inset Index idx
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487 Fortsetzungspunkte
4488 \end_layout
4489
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \begin_layout Standard
4496 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4497 \begin_inset Foot
4498 status collapsed
4499
4500 \begin_layout Plain Layout
4501 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4502 \begin_inset Graphics
4503         filename ../../images/math/ldots.png
4504         scale 85
4505
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512
4513  Für Aufzählungen verwendet man unten sitzende Punkte (
4514 \series bold
4515
4516 \backslash
4517 ldots
4518 \series default
4519
4520 \begin_inset Index idx
4521 status collapsed
4522
4523 \begin_layout Plain Layout
4524 Befehle ! L ! 
4525 \backslash
4526 ldots
4527 \end_layout
4528
4529 \end_inset
4530
4531 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4532  die Operatoren sind (
4533 \series bold
4534
4535 \backslash
4536 cdots
4537 \series default
4538
4539 \begin_inset Index idx
4540 status collapsed
4541
4542 \begin_layout Plain Layout
4543 Befehle ! C ! 
4544 \backslash
4545 cdots
4546 \end_layout
4547
4548 \end_inset
4549
4550 ).
4551  Verwendet man den Befehl 
4552 \series bold
4553
4554 \backslash
4555 dots
4556 \series default
4557
4558 \begin_inset Index idx
4559 status collapsed
4560
4561 \begin_layout Plain Layout
4562 Befehle ! D ! 
4563 \backslash
4564 dots
4565 \end_layout
4566
4567 \end_inset
4568
4569 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4570  wird.
4571 \end_layout
4572
4573 \begin_layout Standard
4574 \align center
4575 \begin_inset Tabular
4576 <lyxtabular version="3" rows="8" columns="2">
4577 <features tabularvalignment="middle">
4578 <column alignment="center" valignment="top" width="0pt">
4579 <column alignment="center" valignment="top" width="0pt">
4580 <row>
4581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 Befehl
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 Ergebnis
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 A_1
4606 \begin_inset ERT
4607 status collapsed
4608
4609 \begin_layout Plain Layout
4610
4611
4612 \backslash
4613 leer 
4614 \end_layout
4615
4616 \end_inset
4617
4618 ,
4619 \backslash
4620 dots
4621 \begin_inset ERT
4622 status collapsed
4623
4624 \begin_layout Plain Layout
4625
4626
4627 \backslash
4628 leer 
4629 \end_layout
4630
4631 \end_inset
4632
4633 ,A_n
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 \begin_inset Formula $A_{1},\dots,A_{n}$
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 A_1
4657 \begin_inset ERT
4658 status collapsed
4659
4660 \begin_layout Plain Layout
4661
4662
4663 \backslash
4664 leer 
4665 \end_layout
4666
4667 \end_inset
4668
4669 +
4670 \backslash
4671 dots
4672 \begin_inset ERT
4673 status collapsed
4674
4675 \begin_layout Plain Layout
4676
4677
4678 \backslash
4679 leer 
4680 \end_layout
4681
4682 \end_inset
4683
4684 +A_n
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 \begin_inset Formula $A_{1}+\dots+A_{n}$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 </row>
4702 <row>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 A_1
4708 \begin_inset ERT
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712
4713
4714 \backslash
4715 leer 
4716 \end_layout
4717
4718 \end_inset
4719
4720 ,
4721 \backslash
4722 ldots
4723 \begin_inset ERT
4724 status collapsed
4725
4726 \begin_layout Plain Layout
4727
4728
4729 \backslash
4730 leer 
4731 \end_layout
4732
4733 \end_inset
4734
4735 ,A_n
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 \begin_inset Formula $A_{1},\ldots,A_{n}$
4745 \end_inset
4746
4747
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 A_1
4759 \begin_inset ERT
4760 status collapsed
4761
4762 \begin_layout Plain Layout
4763
4764
4765 \backslash
4766 leer 
4767 \end_layout
4768
4769 \end_inset
4770
4771 +
4772 \backslash
4773 cdots
4774 \begin_inset ERT
4775 status collapsed
4776
4777 \begin_layout Plain Layout
4778
4779
4780 \backslash
4781 leer 
4782 \end_layout
4783
4784 \end_inset
4785
4786 +A_n
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4796 \end_inset
4797
4798
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 <row>
4805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809
4810 \backslash
4811 vdots
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 \begin_inset Formula $\vdots$
4821 \end_inset
4822
4823
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \backslash
4836 ddots
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 \begin_inset Formula $\ddots$
4846 \end_inset
4847
4848
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 3
4860 \series bold
4861 ×
4862 \series default
4863 3
4864 \begin_inset space \thinspace{}
4865 \end_inset
4866
4867 Matrix mit obigen Befehlen
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 \begin_inset Formula $\begin{array}{ccc}
4877 A_{11} & \cdots & A_{1m}\\
4878 \vdots & \ddots & \vdots\\
4879 A_{n1} & \cdots & A_{nm}
4880 \end{array}$
4881 \end_inset
4882
4883
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 </lyxtabular>
4890
4891 \end_inset
4892
4893
4894 \end_layout
4895
4896 \begin_layout Standard
4897 Die im Menü 
4898 \family sans
4899 Einfügen\SpecialChar \menuseparator
4900 Sonderzeichen
4901 \family default
4902  verfügbaren Fortsetzungspunkte sind 
4903 \series bold
4904
4905 \backslash
4906 ldots
4907 \series default
4908 .
4909 \end_layout
4910
4911 \begin_layout Standard
4912 \begin_inset VSpace medskip
4913 \end_inset
4914
4915 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4916  Spalten erstrecken.
4917  Man erhält sie mit dem Befehl 
4918 \series bold
4919
4920 \backslash
4921 hdotsfor
4922 \series default
4923
4924 \begin_inset Index idx
4925 status collapsed
4926
4927 \begin_layout Plain Layout
4928 Befehle ! H ! 
4929 \backslash
4930 hdotsfor
4931 \end_layout
4932
4933 \end_inset
4934
4935 , der folgendes Schema besitzt:
4936 \end_layout
4937
4938 \begin_layout Standard
4939
4940 \series bold
4941
4942 \backslash
4943 hdotsfor[Abstand]{Anzahl der Spalten}
4944 \end_layout
4945
4946 \begin_layout Standard
4947 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4948  sollen.
4949  Abstand ist ein Faktor, der den Punktabstand festlegt.
4950 \end_layout
4951
4952 \begin_layout Standard
4953 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4954  
4955 \series bold
4956
4957 \backslash
4958 hdotsfor[2]{4}
4959 \series default
4960  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4961  beim Befehl 
4962 \series bold
4963
4964 \backslash
4965 dots
4966 \series default
4967  zu erhalten:
4968 \begin_inset Formula \[
4969 \left(\begin{array}{cccc}
4970 A & B & C & D\\
4971 \hdotsfor[2]{4}\\
4972 q & w & e & r
4973 \end{array}\right)\]
4974
4975 \end_inset
4976
4977 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4978  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4979 \end_layout
4980
4981 \begin_layout Standard
4982 \begin_inset VSpace bigskip
4983 \end_inset
4984
4985 Des Weiteren kann man mit dem Befehl 
4986 \series bold
4987
4988 \backslash
4989 dotfill
4990 \series default
4991
4992 \begin_inset Index idx
4993 status collapsed
4994
4995 \begin_layout Plain Layout
4996 Befehle ! D ! 
4997 \backslash
4998 dotfill
4999 \end_layout
5000
5001 \end_inset
5002
5003  den Rest einer Zeile mit Punkten füllen.
5004  Die Wirkungsweise des Befehls entspricht der von 
5005 \series bold
5006
5007 \backslash
5008 hfill
5009 \series default
5010 , siehe 
5011 \begin_inset CommandInset ref
5012 LatexCommand ref
5013 reference "sub:Variabler-Leerraum"
5014
5015 \end_inset
5016
5017 .
5018 \end_layout
5019
5020 \begin_layout Standard
5021 Z.
5022 \begin_inset space \thinspace{}
5023 \end_inset
5024
5025 B.
5026  ergibt der Befehl 
5027 \series bold
5028 A
5029 \backslash
5030 dotfill
5031 \begin_inset ERT
5032 status collapsed
5033
5034 \begin_layout Plain Layout
5035
5036
5037 \backslash
5038 leer 
5039 \end_layout
5040
5041 \end_inset
5042
5043 B
5044 \end_layout
5045
5046 \begin_layout Standard
5047 \begin_inset Formula $A\dotfill B$
5048 \end_inset
5049
5050
5051 \end_layout
5052
5053 \begin_layout Standard
5054 Analog dazu gibt es für eine Linie den Befehl 
5055 \series bold
5056
5057 \backslash
5058 hrulefill
5059 \series default
5060
5061 \begin_inset Index idx
5062 status collapsed
5063
5064 \begin_layout Plain Layout
5065 Befehle ! H ! 
5066 \backslash
5067 hrulefill
5068 \end_layout
5069
5070 \end_inset
5071
5072 :
5073 \end_layout
5074
5075 \begin_layout Standard
5076 \begin_inset Formula $A\hrulefill B$
5077 \end_inset
5078
5079
5080 \end_layout
5081
5082 \begin_layout Standard
5083 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5084  werden.
5085 \end_layout
5086
5087 \begin_layout Section
5088 Matrizen
5089 \begin_inset CommandInset label
5090 LatexCommand label
5091 name "sec:Matrizen"
5092
5093 \end_inset
5094
5095
5096 \begin_inset Index idx
5097 status collapsed
5098
5099 \begin_layout Plain Layout
5100 Matrizen
5101 \end_layout
5102
5103 \end_inset
5104
5105
5106 \end_layout
5107
5108 \begin_layout Standard
5109 Matrizen können über den Mathe-Werkzeugleistenknopf
5110 \family sans
5111  
5112 \family default
5113
5114 \begin_inset Graphics
5115         filename ../../images/dialog-show_mathmatrix.png
5116         scale 85
5117
5118 \end_inset
5119
5120  oder das Menü 
5121 \family sans
5122 Einfügen\SpecialChar \menuseparator
5123 Mathe\SpecialChar \menuseparator
5124 Matrix
5125 \family default
5126  eingefügt werden.
5127  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5128  Verzierung gefragt.
5129  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5130  von Bedeutung:
5131 \end_layout
5132
5133 \begin_layout Standard
5134 Die erste Matrix ist oben 
5135 \begin_inset Formula $\begin{array}[t]{cccc}
5136 A & D & G & J\\
5137 B & E & H & K\\
5138 C & F & I & L
5139 \end{array}$
5140 \end_inset
5141
5142 , die zweite mittig 
5143 \begin_inset Formula $\begin{array}{cccc}
5144 A & D & G & J\\
5145 B & E & H & K\\
5146 C & F & I & L
5147 \end{array}$
5148 \end_inset
5149
5150  und die dritte unten 
5151 \begin_inset Formula $\begin{array}[b]{cccc}
5152 A & D & G & J\\
5153 B & E & H & K\\
5154 C & F & I & L
5155 \end{array}$
5156 \end_inset
5157
5158  ausgerichtet.
5159 \end_layout
5160
5161 \begin_layout Standard
5162 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5163  werden sollen.
5164  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5165  
5166 \emph on
5167 l
5168 \emph default
5169  steht für linksbündig, 
5170 \emph on
5171 c
5172 \emph default
5173  für mittig und 
5174 \emph on
5175 r
5176 \emph default
5177  für rechtsbündig.
5178  Möchte man z.
5179 \begin_inset space \thinspace{}
5180 \end_inset
5181
5182 B.
5183  eine 4
5184 \series bold
5185 ×
5186 \series default
5187 4
5188 \begin_inset space ~
5189 \end_inset
5190
5191 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5192  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5193  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5194 \series bold
5195 lccr
5196 \series default
5197  an.
5198  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5199  die Voreinstellung für jede Spalte ein 
5200 \series bold
5201 c
5202 \series default
5203  ist.
5204 \end_layout
5205
5206 \begin_layout Standard
5207 Horizontale Ausrichtung:
5208 \end_layout
5209
5210 \begin_layout Standard
5211
5212 \series bold
5213 lll
5214 \series default
5215  : 
5216 \begin_inset Formula $\begin{array}{lll}
5217 10000 & D & G\\
5218 B & 10000 & H\\
5219 C & F & 10000
5220 \end{array}$
5221 \end_inset
5222
5223  , 
5224 \series bold
5225 ccc
5226 \series default
5227  : 
5228 \begin_inset Formula $\begin{array}{ccc}
5229 10000 & D & G\\
5230 B & 10000 & H\\
5231 C & F & 10000
5232 \end{array}$
5233 \end_inset
5234
5235  , 
5236 \series bold
5237 rrr
5238 \series default
5239  : 
5240 \begin_inset Formula $\begin{array}{rrr}
5241 10000 & D & G\\
5242 B & 10000 & H\\
5243 C & F & 10000
5244 \end{array}$
5245 \end_inset
5246
5247
5248 \end_layout
5249
5250 \begin_layout Standard
5251 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5252  man die Mathe-Werkzeugleistenknöpfe 
5253 \begin_inset Graphics
5254         filename ../../images/tabular-feature_append-row.png
5255         scale 85
5256
5257 \end_inset
5258
5259
5260 \begin_inset Graphics
5261         filename ../../images/tabular-feature_delete-row.png
5262         scale 85
5263
5264 \end_inset
5265
5266 , usw.
5267 \begin_inset space \space{}
5268 \end_inset
5269
5270 oder das Menü 
5271 \family sans
5272 Bearbeiten\SpecialChar \menuseparator
5273 Zeilen & Spalten
5274 \family default
5275  verwenden.
5276  Neue Zeilen können auch mit 
5277 \family sans
5278 Strg+Enter
5279 \family default
5280  erstellt werden.
5281 \end_layout
5282
5283 \begin_layout Standard
5284 \begin_inset VSpace bigskip
5285 \end_inset
5286
5287 Die 
5288 \family sans
5289 Verzierung
5290 \family default
5291  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5292  Alternativ können Klammern entweder mit den Befehlen 
5293 \series bold
5294
5295 \backslash
5296 left
5297 \series default
5298
5299 \begin_inset Index idx
5300 status collapsed
5301
5302 \begin_layout Plain Layout
5303 Befehle ! L ! 
5304 \backslash
5305 left
5306 \end_layout
5307
5308 \end_inset
5309
5310  und 
5311 \series bold
5312
5313 \backslash
5314 right
5315 \series default
5316
5317 \begin_inset Index idx
5318 status collapsed
5319
5320 \begin_layout Plain Layout
5321 Befehle ! R ! 
5322 \backslash
5323 right
5324 \end_layout
5325
5326 \end_inset
5327
5328  erstellt werden (Tastenkürzel 
5329 \family sans
5330 Alt+M
5331 \begin_inset space ~
5332 \end_inset
5333
5334 Klammer
5335 \family default
5336 ), siehe 
5337 \begin_inset CommandInset ref
5338 LatexCommand ref
5339 reference "sub:Automatische-Klammergrößen"
5340
5341 \end_inset
5342
5343 , oder man verwendet folgende Befehle:
5344 \begin_inset VSpace bigskip
5345 \end_inset
5346
5347
5348 \end_layout
5349
5350 \begin_layout Standard
5351 \begin_inset space \hfill{}
5352 \end_inset
5353
5354
5355 \begin_inset Tabular
5356 <lyxtabular version="3" rows="4" columns="2">
5357 <features tabularvalignment="middle">
5358 <column alignment="center" valignment="top" width="0">
5359 <column alignment="center" valignment="top" width="0">
5360 <row>
5361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 Befehl
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 Ergebnis
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 </row>
5380 <row>
5381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385
5386 \backslash
5387 bmatrix
5388 \begin_inset ERT
5389 status collapsed
5390
5391 \begin_layout Plain Layout
5392
5393
5394 \backslash
5395 leer 
5396 \end_layout
5397
5398 \end_inset
5399
5400 2
5401 \series bold
5402 ×
5403 \series default
5404 2
5405 \begin_inset space \thinspace{}
5406 \end_inset
5407
5408 Matrix
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5418 0 & \textrm{-}\mathrm{i}\\
5419 \mathrm{i} & 0
5420 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5421 \end_inset
5422
5423
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 </row>
5429 <row>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434
5435 \backslash
5436 Bmatrix
5437 \begin_inset ERT
5438 status collapsed
5439
5440 \begin_layout Plain Layout
5441
5442
5443 \backslash
5444 leer 
5445 \end_layout
5446
5447 \end_inset
5448
5449 2
5450 \series bold
5451 ×
5452 \series default
5453 2
5454 \begin_inset space \thinspace{}
5455 \end_inset
5456
5457 Matrix
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5467 0 & \textrm{-}\mathrm{i}\\
5468 \mathrm{i} & 0
5469 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5470 \end_inset
5471
5472
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 </row>
5478 <row>
5479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483
5484 \backslash
5485 pmatrix
5486 \begin_inset ERT
5487 status collapsed
5488
5489 \begin_layout Plain Layout
5490
5491
5492 \backslash
5493 leer 
5494 \end_layout
5495
5496 \end_inset
5497
5498 2
5499 \series bold
5500 ×
5501 \series default
5502 2
5503 \begin_inset space \thinspace{}
5504 \end_inset
5505
5506 Matrix
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5516 0 & \textrm{-}\mathrm{i}\\
5517 \mathrm{i} & 0
5518 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 </lyxtabular>
5528
5529 \end_inset
5530
5531
5532 \begin_inset space \hfill{}
5533 \end_inset
5534
5535
5536 \begin_inset Tabular
5537 <lyxtabular version="3" rows="4" columns="2">
5538 <features tabularvalignment="middle">
5539 <column alignment="center" valignment="top" width="0">
5540 <column alignment="center" valignment="top" width="0">
5541 <row>
5542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 Befehl
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 Ergebnis
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row>
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566
5567 \backslash
5568 vmatrix
5569 \begin_inset ERT
5570 status collapsed
5571
5572 \begin_layout Plain Layout
5573
5574
5575 \backslash
5576 leer 
5577 \end_layout
5578
5579 \end_inset
5580
5581 2
5582 \series bold
5583 ×
5584 \series default
5585 2
5586 \begin_inset space \thinspace{}
5587 \end_inset
5588
5589 Matrix
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5599 0 & \textrm{-}\mathrm{i}\\
5600 \mathrm{i} & 0
5601 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5602 \end_inset
5603
5604
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 </row>
5610 <row>
5611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615
5616 \backslash
5617 Vmatrix
5618 \begin_inset ERT
5619 status collapsed
5620
5621 \begin_layout Plain Layout
5622
5623
5624 \backslash
5625 leer 
5626 \end_layout
5627
5628 \end_inset
5629
5630 2
5631 \series bold
5632 ×
5633 \series default
5634 2
5635 \begin_inset space \thinspace{}
5636 \end_inset
5637
5638 Matrix
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5648 0 & \textrm{-}\mathrm{i}\\
5649 \mathrm{i} & 0
5650 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5651 \end_inset
5652
5653
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 </row>
5659 <row>
5660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664
5665 \backslash
5666 matrix
5667 \begin_inset ERT
5668 status collapsed
5669
5670 \begin_layout Plain Layout
5671
5672
5673 \backslash
5674 leer 
5675 \end_layout
5676
5677 \end_inset
5678
5679 2
5680 \series bold
5681 ×
5682 \series default
5683 2
5684 \begin_inset space \thinspace{}
5685 \end_inset
5686
5687 Matrix
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5697 0 & \textrm{-}\mathrm{i}\\
5698 \mathrm{i} & 0
5699 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5700 \end_inset
5701
5702
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 </row>
5708 </lyxtabular>
5709
5710 \end_inset
5711
5712
5713 \begin_inset space \hfill{}
5714 \end_inset
5715
5716
5717 \end_layout
5718
5719 \begin_layout Standard
5720 \begin_inset VSpace medskip
5721 \end_inset
5722
5723 Wurde z.
5724 \begin_inset space \thinspace{}
5725 \end_inset
5726
5727 B.
5728  
5729 \series bold
5730
5731 \backslash
5732 vmatrix
5733 \series default
5734  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5735  in das die Matrix eingefügt wird.
5736 \begin_inset Newline newline
5737 \end_inset
5738
5739 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5740 \end_layout
5741
5742 \begin_layout Standard
5743 \begin_inset VSpace bigskip
5744 \end_inset
5745
5746 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5747 \begin_inset CommandInset ref
5748 LatexCommand ref
5749 reference "sub:Spaltenabstand"
5750
5751 \end_inset
5752
5753  beschriebene Länge 
5754 \series bold
5755
5756 \backslash
5757 arraycolsep
5758 \series default
5759
5760 \begin_inset Index idx
5761 status collapsed
5762
5763 \begin_layout Plain Layout
5764 Befehle ! A ! 
5765 \backslash
5766 arraycolsep
5767 \end_layout
5768
5769 \end_inset
5770
5771  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5772 \end_layout
5773
5774 \begin_layout Standard
5775 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5776 \series bold
5777
5778 \backslash
5779 arraystretch
5780 \series default
5781
5782 \begin_inset Index idx
5783 status collapsed
5784
5785 \begin_layout Plain Layout
5786 Befehle ! A ! 
5787 \backslash
5788 arraystretch
5789 \end_layout
5790
5791 \end_inset
5792
5793 .
5794  Dieser wird folgendermaßen benutzt:
5795 \end_layout
5796
5797 \begin_layout Standard
5798
5799 \series bold
5800
5801 \backslash
5802 renewcommand{
5803 \backslash
5804 arraystretch}{Dehnungsfaktor}
5805 \begin_inset Index idx
5806 status collapsed
5807
5808 \begin_layout Plain Layout
5809 Befehle ! R ! 
5810 \backslash
5811 renewcommand
5812 \end_layout
5813
5814 \end_inset
5815
5816
5817 \end_layout
5818
5819 \begin_layout Standard
5820 Der Befehl 
5821 \series bold
5822
5823 \backslash
5824 renewcommand
5825 \series default
5826  weist dabei dem vordefinierten Befehl 
5827 \series bold
5828
5829 \backslash
5830 arraystretch
5831 \series default
5832  den Dehnungsfaktor zu.
5833  Möchte man z.
5834 \begin_inset space \thinspace{}
5835 \end_inset
5836
5837 B.
5838  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5839  Dieser wird dann für alle folgenden Matrizen verwendet.
5840  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5841 \series bold
5842
5843 \backslash
5844 arraystretch
5845 \series default
5846  den Faktor 1 zu.
5847 \end_layout
5848
5849 \begin_layout Standard
5850 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5851 \series bold
5852
5853 \backslash
5854 smallmatrix
5855 \series default
5856
5857 \begin_inset Index idx
5858 status collapsed
5859
5860 \begin_layout Plain Layout
5861 Befehle ! S ! 
5862 \backslash
5863 smallmatrix
5864 \end_layout
5865
5866 \end_inset
5867
5868 .
5869  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5870  gestrichelten Linien.
5871  In dieses Kästchen wird die Matrix eingegeben.
5872  Man verwendet stattdessen das Menü 
5873 \family sans
5874 Bearbeiten\SpecialChar \menuseparator
5875 Zeilen
5876 \begin_inset space ~
5877 \end_inset
5878
5879 &
5880 \begin_inset space ~
5881 \end_inset
5882
5883 Spalten
5884 \family default
5885  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5886  Neue Zeilen können auch mit 
5887 \family sans
5888 Strg+Enter
5889 \family default
5890  erstellt werden.
5891 \end_layout
5892
5893 \begin_layout Standard
5894 Dies ist eine Matrix 
5895 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5896 C & D
5897 \end{smallmatrix}\right)$
5898 \end_inset
5899
5900  in einer Textzeile.
5901 \end_layout
5902
5903 \begin_layout Standard
5904 \begin_inset Newpage newpage
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \begin_layout Section
5911 Klammern und Begrenzungszeichen
5912 \begin_inset Index idx
5913 status collapsed
5914
5915 \begin_layout Plain Layout
5916 Klammern
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \begin_inset Index idx
5923 status collapsed
5924
5925 \begin_layout Plain Layout
5926 Begrenzungszeichen
5927 \end_layout
5928
5929 \end_inset
5930
5931
5932 \end_layout
5933
5934 \begin_layout Subsection
5935 Vertikale Klammern und Begrenzungszeichen
5936 \begin_inset Index idx
5937 status collapsed
5938
5939 \begin_layout Plain Layout
5940 Klammern ! vertikale
5941 \end_layout
5942
5943 \end_inset
5944
5945
5946 \end_layout
5947
5948 \begin_layout Standard
5949 \begin_inset space \hfill{}
5950 \end_inset
5951
5952
5953 \begin_inset Tabular
5954 <lyxtabular version="3" rows="9" columns="2">
5955 <features tabularvalignment="middle">
5956 <column alignment="center" valignment="top" width="0pt">
5957 <column alignment="center" valignment="top" width="0pt">
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 Befehl
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 Ergebnis
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 </row>
5978 <row>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 (
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 \begin_inset Formula $($
5993 \end_inset
5994
5995
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 </row>
6001 <row>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 {
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 \begin_inset Formula $\{$
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 </row>
6024 <row>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 [
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 \begin_inset Formula $[$
6039 \end_inset
6040
6041
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 </row>
6047 <row>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052
6053 \backslash
6054 langle
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 \begin_inset Formula $\langle$
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 </row>
6072 <row>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077
6078 \backslash
6079 lceil
6080 \end_layout
6081
6082 \end_inset
6083 </cell>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 \begin_inset Formula $\lceil$
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 </row>
6097 <row>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102
6103 \backslash
6104 lfloor
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 \begin_inset Formula $\lfloor$
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 </row>
6122 <row>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 /
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 \begin_inset Formula $/$
6137 \end_inset
6138
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row>
6146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 |
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 \begin_inset Formula $|$
6160 \end_inset
6161
6162
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 </row>
6168 </lyxtabular>
6169
6170 \end_inset
6171
6172
6173 \begin_inset space \hfill{}
6174 \end_inset
6175
6176
6177 \begin_inset Tabular
6178 <lyxtabular version="3" rows="9" columns="2">
6179 <features tabularvalignment="middle">
6180 <column alignment="center" valignment="top" width="0pt">
6181 <column alignment="center" valignment="top" width="0pt">
6182 <row>
6183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 Befehl
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 Ergebnis
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 </row>
6202 <row>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 )
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 \begin_inset Formula $)$
6217 \end_inset
6218
6219
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 </row>
6225 <row>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 }
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 \begin_inset Formula $\}$
6240 \end_inset
6241
6242
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 <row>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 ]
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 \begin_inset Formula $]$
6263 \end_inset
6264
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 </row>
6271 <row>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276
6277 \backslash
6278 rangle
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 \begin_inset Formula $\rangle$
6288 \end_inset
6289
6290
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 </row>
6296 <row>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301
6302 \backslash
6303 rceil
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 \begin_inset Formula $\rceil$
6313 \end_inset
6314
6315
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 </row>
6321 <row>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326
6327 \backslash
6328 rfloor
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 \begin_inset Formula $\rfloor$
6338 \end_inset
6339
6340
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 </row>
6346 <row>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351
6352 \backslash
6353
6354 \backslash
6355
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 \begin_inset Formula $\backslash$
6365 \end_inset
6366
6367
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 </row>
6373 <row>
6374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378
6379 \backslash
6380 |
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 \begin_inset Formula $\|$
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 </lyxtabular>
6399
6400 \end_inset
6401
6402
6403 \begin_inset space \hfill{}
6404 \end_inset
6405
6406
6407 \end_layout
6408
6409 \begin_layout Standard
6410
6411 \series medium
6412 \begin_inset Note Greyedout
6413 status open
6414
6415 \begin_layout Plain Layout
6416
6417 \series bold
6418 Achtung:
6419 \series default
6420  Im TeX-Modus muss für den Backslash der Befehl 
6421 \series bold
6422
6423 \backslash
6424 textbackslash
6425 \series default
6426
6427 \begin_inset Index idx
6428 status collapsed
6429
6430 \begin_layout Plain Layout
6431 Befehle ! T ! 
6432 \backslash
6433 textbackslash
6434 \end_layout
6435
6436 \end_inset
6437
6438  verwendet werden, denn der Befehl 
6439 \series bold
6440
6441 \backslash
6442
6443 \backslash
6444
6445 \series default
6446  steht dort für einen Zeilenumbruch.
6447 \end_layout
6448
6449 \end_inset
6450
6451
6452 \end_layout
6453
6454 \begin_layout Standard
6455 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6456  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6457  Dabei können dann statt den Befehlen 
6458 \series bold
6459
6460 \backslash
6461 langle
6462 \series default
6463  und 
6464 \series bold
6465
6466 \backslash
6467 rangle
6468 \series default
6469  direkt die Zeichen < und > verwendet werden.
6470 \end_layout
6471
6472 \begin_layout Subsubsection
6473 Manuelle Klammergrößen
6474 \begin_inset CommandInset label
6475 LatexCommand label
6476 name "sub:Manuelle-Klammergrößen"
6477
6478 \end_inset
6479
6480
6481 \begin_inset Index idx
6482 status collapsed
6483
6484 \begin_layout Plain Layout
6485 Klammergrößen ! manuelle
6486 \end_layout
6487
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \begin_layout Standard
6494 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6495  LaTeX-Befehle 
6496 \series bold
6497
6498 \backslash
6499 big
6500 \series default
6501
6502 \begin_inset Index idx
6503 status collapsed
6504
6505 \begin_layout Plain Layout
6506 Befehle ! B ! 
6507 \backslash
6508 big
6509 \end_layout
6510
6511 \end_inset
6512
6513
6514 \series bold
6515
6516 \backslash
6517 Big
6518 \series default
6519
6520 \series bold
6521
6522 \backslash
6523 bigg
6524 \series default
6525  und 
6526 \series bold
6527
6528 \backslash
6529 Bigg
6530 \series default
6531  tun.
6532  
6533 \series bold
6534
6535 \backslash
6536 big
6537 \series default
6538  steht hierbei für die kleinste und 
6539 \series bold
6540
6541 \backslash
6542 Bigg
6543 \series default
6544  für die größte Klammergröße.
6545 \end_layout
6546
6547 \begin_layout Standard
6548 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6549 \end_layout
6550
6551 \begin_layout Standard
6552 \align center
6553 \begin_inset Tabular
6554 <lyxtabular version="3" rows="2" columns="2">
6555 <features tabularvalignment="middle">
6556 <column alignment="center" valignment="top" width="0pt">
6557 <column alignment="center" valignment="top" width="0pt">
6558 <row>
6559 <cell alignment="center" valignment="top" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 einheitliche Klammergröße:
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell alignment="center" valignment="top" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6573 \end_inset
6574
6575
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 </row>
6581 <row>
6582 <cell alignment="center" valignment="top" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 besser sieht das so aus:
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 <cell alignment="center" valignment="top" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6596 \end_inset
6597
6598
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 </row>
6604 </lyxtabular>
6605
6606 \end_inset
6607
6608
6609 \begin_inset Note Note
6610 status collapsed
6611
6612 \begin_layout Plain Layout
6613
6614 \series bold
6615
6616 \backslash
6617 raisebox
6618 \series default
6619  dient nur
6620 \end_layout
6621
6622 \begin_layout Plain Layout
6623 als Abstandhalter.
6624 \end_layout
6625
6626 \end_inset
6627
6628
6629 \end_layout
6630
6631 \begin_layout Standard
6632 Für die zweite Formel wurde der Befehl 
6633 \series bold
6634
6635 \backslash
6636 Big((A+B)(A-B)
6637 \backslash
6638 Big)^
6639 \begin_inset ERT
6640 status collapsed
6641
6642 \begin_layout Plain Layout
6643
6644
6645 \backslash
6646 leer 
6647 \end_layout
6648
6649 \end_inset
6650
6651 C
6652 \series default
6653  verwendet.
6654 \end_layout
6655
6656 \begin_layout Standard
6657 Hier alle Klammergrößen in der Übersicht:
6658 \end_layout
6659
6660 \begin_layout Standard
6661 \align center
6662
6663 \backslash
6664 Bigg(
6665 \backslash
6666 exp
6667 \backslash
6668 bigg<
6669 \backslash
6670 Big[
6671 \backslash
6672 big{
6673 \backslash
6674 ln(3x)
6675 \backslash
6676 big}^2
6677 \begin_inset ERT
6678 status collapsed
6679
6680 \begin_layout Plain Layout
6681
6682
6683 \backslash
6684 leer 
6685 \end_layout
6686
6687 \end_inset
6688
6689
6690 \backslash
6691 sin(x)
6692 \backslash
6693 Big]^
6694 \begin_inset ERT
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698
6699
6700 \backslash
6701 leer 
6702 \end_layout
6703
6704 \end_inset
6705
6706 A
6707 \begin_inset ERT
6708 status collapsed
6709
6710 \begin_layout Plain Layout
6711
6712
6713 \backslash
6714 leer 
6715 \end_layout
6716
6717 \end_inset
6718
6719
6720 \backslash
6721 bigg>
6722 \backslash
6723 Bigg)^0,5
6724 \end_layout
6725
6726 \begin_layout Standard
6727 \align center
6728 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6729 \end_inset
6730
6731
6732 \end_layout
6733
6734 \begin_layout Standard
6735 Es gibt außer den 
6736 \series bold
6737
6738 \backslash
6739 big
6740 \series default
6741 -Befehlen noch die Variante 
6742 \series bold
6743
6744 \backslash
6745 bigm
6746 \series default
6747
6748 \begin_inset Index idx
6749 status collapsed
6750
6751 \begin_layout Plain Layout
6752 Befehle ! B ! 
6753 \backslash
6754 bigm
6755 \end_layout
6756
6757 \end_inset
6758
6759 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6760  die Variante 
6761 \series bold
6762
6763 \backslash
6764 bigl
6765 \series default
6766 -
6767 \series bold
6768
6769 \backslash
6770 bigr
6771 \series default
6772
6773 \begin_inset Index idx
6774 status collapsed
6775
6776 \begin_layout Plain Layout
6777 Befehle ! B ! 
6778 \backslash
6779 bigl - 
6780 \backslash
6781 bigr
6782 \end_layout
6783
6784 \end_inset
6785
6786 , die keinen zusätzlichen Leerraum erzeugt.
6787  Das 
6788 \emph on
6789 l
6790 \emph default
6791  am Ende des Befehls 
6792 \series bold
6793
6794 \backslash
6795 bigl
6796 \series default
6797  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6798  ein 
6799 \emph on
6800 r
6801 \emph default
6802  ersetzt.
6803  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6804  sein.
6805 \end_layout
6806
6807 \begin_layout Standard
6808 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6809 \end_layout
6810
6811 \begin_layout Standard
6812 \align center
6813 \begin_inset Tabular
6814 <lyxtabular version="3" rows="5" columns="2">
6815 <features tabularvalignment="middle">
6816 <column alignment="center" valignment="middle" width="0">
6817 <column alignment="center" valignment="middle" width="0">
6818 <row>
6819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 Befehl
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 Ergebnis
6833 \begin_inset Note Note
6834 status collapsed
6835
6836 \begin_layout Plain Layout
6837
6838 \series bold
6839
6840 \backslash
6841 raisebox
6842 \series default
6843  dient nur als Abstandhalter.
6844 \end_layout
6845
6846 \end_inset
6847
6848
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 </row>
6854 <row>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859
6860 \backslash
6861 Bigm(
6862 \backslash
6863 bigm(
6864 \backslash
6865 ln(3x)
6866 \backslash
6867 bigm)^2
6868 \begin_inset ERT
6869 status collapsed
6870
6871 \begin_layout Plain Layout
6872
6873
6874 \backslash
6875 leer 
6876 \end_layout
6877
6878 \end_inset
6879
6880
6881 \backslash
6882 Bigm)
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6892 \end_inset
6893
6894
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 </row>
6900 <row>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905
6906 \backslash
6907 Big(
6908 \backslash
6909 big(
6910 \backslash
6911 ln(3x)
6912 \backslash
6913 big)^2
6914 \begin_inset ERT
6915 status collapsed
6916
6917 \begin_layout Plain Layout
6918
6919
6920 \backslash
6921 leer 
6922 \end_layout
6923
6924 \end_inset
6925
6926
6927 \backslash
6928 Big)
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6938 \end_inset
6939
6940
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 </row>
6946 <row>
6947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951
6952 \backslash
6953 Bigl(
6954 \backslash
6955 bigl(
6956 \backslash
6957 ln(3x)
6958 \backslash
6959 bigr)^2
6960 \begin_inset ERT
6961 status collapsed
6962
6963 \begin_layout Plain Layout
6964
6965
6966 \backslash
6967 leer 
6968 \end_layout
6969
6970 \end_inset
6971
6972
6973 \backslash
6974 Bigr)
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6984 \end_inset
6985
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997
6998 \backslash
6999 bigl)
7000 \backslash
7001 ln(3x)
7002 \backslash
7003 bigr(
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7013 \end_inset
7014
7015
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 </row>
7021 </lyxtabular>
7022
7023 \end_inset
7024
7025
7026 \end_layout
7027
7028 \begin_layout Subsubsection
7029 Automatische Klammergrößen
7030 \begin_inset CommandInset label
7031 LatexCommand label
7032 name "sub:Automatische-Klammergrößen"
7033
7034 \end_inset
7035
7036
7037 \begin_inset Index idx
7038 status collapsed
7039
7040 \begin_layout Plain Layout
7041 Klammergrößen ! automatische
7042 \end_layout
7043
7044 \end_inset
7045
7046
7047 \end_layout
7048
7049 \begin_layout Standard
7050 Klammern variabler Größe können mit den Befehlen 
7051 \series bold
7052
7053 \backslash
7054 left
7055 \series default
7056
7057 \begin_inset Index idx
7058 status collapsed
7059
7060 \begin_layout Plain Layout
7061 Befehle ! L ! 
7062 \backslash
7063 left
7064 \end_layout
7065
7066 \end_inset
7067
7068  und 
7069 \series bold
7070
7071 \backslash
7072 right
7073 \series default
7074
7075 \begin_inset Index idx
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079 Befehle ! R ! 
7080 \backslash
7081 right
7082 \end_layout
7083
7084 \end_inset
7085
7086  oder über den Mathe-Werkzeugleistenknopf
7087 \family sans
7088  
7089 \family default
7090
7091 \begin_inset Graphics
7092         filename ../../images/dialog-show_mathdelimiter.png
7093         scale 85
7094
7095 \end_inset
7096
7097  eingefügt werden.
7098  Auf 
7099 \series bold
7100
7101 \backslash
7102 left
7103 \series default
7104  und 
7105 \series bold
7106
7107 \backslash
7108 right
7109 \series default
7110  muss unmittelbar die gewünschte Klammer folgen.
7111  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7112 \end_layout
7113
7114 \begin_layout Standard
7115 \align center
7116 normale Klammer: Der Befehl 
7117 \series bold
7118
7119 \backslash
7120 ln(
7121 \backslash
7122 frac
7123 \begin_inset ERT
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127
7128
7129 \backslash
7130 leer 
7131 \end_layout
7132
7133 \end_inset
7134
7135 A
7136 \begin_inset Formula $\downarrow$
7137 \end_inset
7138
7139 C
7140 \begin_inset ERT
7141 status collapsed
7142
7143 \begin_layout Plain Layout
7144
7145
7146 \backslash
7147 leer 
7148 \end_layout
7149
7150 \end_inset
7151
7152 )
7153 \series default
7154  ergibt
7155 \begin_inset Formula \[
7156 \ln(\frac{A}{C})\]
7157
7158 \end_inset
7159
7160
7161 \end_layout
7162
7163 \begin_layout Standard
7164 \align center
7165 mehrzeilige Klammer: Der Befehl 
7166 \series bold
7167
7168 \backslash
7169 ln
7170 \backslash
7171 left(
7172 \backslash
7173 frac
7174 \begin_inset ERT
7175 status collapsed
7176
7177 \begin_layout Plain Layout
7178
7179
7180 \backslash
7181 leer 
7182 \end_layout
7183
7184 \end_inset
7185
7186 A
7187 \begin_inset Formula $\downarrow$
7188 \end_inset
7189
7190 C
7191 \begin_inset ERT
7192 status collapsed
7193
7194 \begin_layout Plain Layout
7195
7196
7197 \backslash
7198 leer 
7199 \end_layout
7200
7201 \end_inset
7202
7203
7204 \backslash
7205 right)
7206 \series default
7207  ergibt
7208 \begin_inset Formula \[
7209 \ln\left(\frac{A}{C}\right)\]
7210
7211 \end_inset
7212
7213
7214 \end_layout
7215
7216 \begin_layout Standard
7217 An Stelle von 
7218 \series bold
7219
7220 \backslash
7221 left
7222 \series default
7223  und 
7224 \series bold
7225
7226 \backslash
7227 right
7228 \series default
7229  kann man die Tastenkürzel 
7230 \family sans
7231 Alt+M
7232 \begin_inset space ~
7233 \end_inset
7234
7235 Klammer
7236 \family default
7237  verwenden.
7238  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7239  und dass die rechte Klammer gleich mit erstellt wird.
7240 \begin_inset Newline newline
7241 \end_inset
7242
7243 Der Befehl für das letzte Beispiel würde dann lauten: 
7244 \series bold
7245
7246 \backslash
7247 ln Alt+M
7248 \series default
7249  
7250 \series bold
7251 (
7252 \backslash
7253 frac
7254 \begin_inset ERT
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258
7259
7260 \backslash
7261 leer 
7262 \end_layout
7263
7264 \end_inset
7265
7266 A
7267 \begin_inset Formula $\downarrow$
7268 \end_inset
7269
7270 C
7271 \end_layout
7272
7273 \begin_layout Standard
7274 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7275  Klammer einen Punkt.
7276  So ergibt z.
7277 \begin_inset space \thinspace{}
7278 \end_inset
7279
7280 B.
7281  der Befehl 
7282 \series bold
7283
7284 \backslash
7285 left.
7286 \backslash
7287 frac
7288 \begin_inset ERT
7289 status collapsed
7290
7291 \begin_layout Plain Layout
7292
7293
7294 \backslash
7295 leer 
7296 \end_layout
7297
7298 \end_inset
7299
7300 A
7301 \begin_inset Formula $\downarrow$
7302 \end_inset
7303
7304 B
7305 \begin_inset ERT
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309
7310
7311 \backslash
7312 leer 
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \backslash
7319 right}
7320 \series default
7321
7322 \begin_inset space \thinspace{}
7323 \end_inset
7324
7325 :
7326 \series bold
7327
7328 \begin_inset Formula \[
7329 \left.\frac{A}{B}\right\} \]
7330
7331 \end_inset
7332
7333
7334 \series default
7335 Die Befehle 
7336 \series bold
7337
7338 \backslash
7339 left
7340 \series default
7341  und 
7342 \series bold
7343
7344 \backslash
7345 right
7346 \series default
7347  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7348  umgewandelt.
7349  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7350 \end_layout
7351
7352 \begin_layout Standard
7353 \begin_inset VSpace bigskip
7354 \end_inset
7355
7356 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7357  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7358  Befehl 
7359 \series bold
7360
7361 \backslash
7362 middle
7363 \series default
7364
7365 \begin_inset Index idx
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369 Befehle ! M ! 
7370 \backslash
7371 middle
7372 \end_layout
7373
7374 \end_inset
7375
7376  zur Verfügung.
7377  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7378  angepasst, was z.
7379 \begin_inset space \thinspace{}
7380 \end_inset
7381
7382 B.
7383  für physikalische Vektoren von Nutzen ist:
7384 \begin_inset Formula \[
7385 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7386
7387 \end_inset
7388
7389 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7390 \begin_inset CommandInset ref
7391 LatexCommand ref
7392 reference "sub:Physikalische-Vektoren"
7393
7394 \end_inset
7395
7396  beschrieben ist.
7397 \end_layout
7398
7399 \begin_layout Subsection
7400 Horizontale Klammern
7401 \begin_inset Index idx
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405 Klammern ! horizontale
7406 \end_layout
7407
7408 \end_inset
7409
7410
7411 \end_layout
7412
7413 \begin_layout Standard
7414 \align center
7415 \begin_inset Tabular
7416 <lyxtabular version="3" rows="4" columns="2">
7417 <features tabularvalignment="middle">
7418 <column alignment="center" valignment="top" width="0pt">
7419 <column alignment="center" valignment="top" width="0pt">
7420 <row>
7421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 Befehl
7426 \begin_inset Note Note
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430
7431 \series bold
7432
7433 \backslash
7434 raisebox
7435 \series default
7436  dient nur als Abstandhalter.
7437 \end_layout
7438
7439 \end_inset
7440
7441
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 Ergebnis
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 </row>
7456 <row>
7457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461 \begin_inset ERT
7462 status collapsed
7463
7464 \begin_layout Plain Layout
7465
7466
7467 \backslash
7468 raisebox{2.3mm}{
7469 \end_layout
7470
7471 \end_inset
7472
7473
7474 \backslash
7475 overbrace
7476 \begin_inset ERT
7477 status collapsed
7478
7479 \begin_layout Plain Layout
7480
7481
7482 \backslash
7483 leer 
7484 \end_layout
7485
7486 \end_inset
7487
7488 A+B
7489 \begin_inset ERT
7490 status collapsed
7491
7492 \begin_layout Plain Layout
7493
7494
7495 \backslash
7496 leer 
7497 \end_layout
7498
7499 \end_inset
7500
7501 ^
7502 \begin_inset ERT
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506
7507
7508 \backslash
7509 leer 
7510 \end_layout
7511
7512 \end_inset
7513
7514 3
7515 \begin_inset ERT
7516 status collapsed
7517
7518 \begin_layout Plain Layout
7519
7520 }
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \begin_inset Index idx
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530 Befehle ! O ! 
7531 \backslash
7532 overbrace
7533 \end_layout
7534
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 \begin_inset Formula $\overbrace{A+B}^{3}$
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row>
7556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 \begin_inset ERT
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564
7565
7566 \backslash
7567 raisebox{-2.2mm}{
7568 \end_layout
7569
7570 \end_inset
7571
7572
7573 \backslash
7574 underbrace
7575 \begin_inset ERT
7576 status collapsed
7577
7578 \begin_layout Plain Layout
7579
7580
7581 \backslash
7582 leer 
7583 \end_layout
7584
7585 \end_inset
7586
7587 A+B
7588 \begin_inset ERT
7589 status collapsed
7590
7591 \begin_layout Plain Layout
7592
7593
7594 \backslash
7595 leer 
7596 \end_layout
7597
7598 \end_inset
7599
7600 _5
7601 \begin_inset ERT
7602 status collapsed
7603
7604 \begin_layout Plain Layout
7605
7606 }
7607 \end_layout
7608
7609 \end_inset
7610
7611
7612 \begin_inset Index idx
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616 Befehle ! U ! 
7617 \backslash
7618 underbrace
7619 \end_layout
7620
7621 \end_inset
7622
7623
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 \begin_inset Formula $\underbrace{A+B}_{5}$
7633 \end_inset
7634
7635
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 </row>
7641 <row>
7642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \backslash
7648 overbrace
7649 \begin_inset ERT
7650 status collapsed
7651
7652 \begin_layout Plain Layout
7653
7654
7655 \backslash
7656 leer 
7657 \end_layout
7658
7659 \end_inset
7660
7661
7662 \backslash
7663 underbrace
7664 \begin_inset ERT
7665 status collapsed
7666
7667 \begin_layout Plain Layout
7668
7669
7670 \backslash
7671 leer 
7672 \end_layout
7673
7674 \end_inset
7675
7676 A+B_w
7677 \begin_inset ERT
7678 status collapsed
7679
7680 \begin_layout Plain Layout
7681
7682
7683 \backslash
7684 leer 
7685 \end_layout
7686
7687 \end_inset
7688
7689
7690 \begin_inset ERT
7691 status collapsed
7692
7693 \begin_layout Plain Layout
7694
7695
7696 \backslash
7697 leer 
7698 \end_layout
7699
7700 \end_inset
7701
7702 _7
7703 \begin_inset ERT
7704 status collapsed
7705
7706 \begin_layout Plain Layout
7707
7708
7709 \backslash
7710 leer 
7711 \end_layout
7712
7713 \end_inset
7714
7715
7716 \begin_inset ERT
7717 status collapsed
7718
7719 \begin_layout Plain Layout
7720
7721
7722 \backslash
7723 leer 
7724 \end_layout
7725
7726 \end_inset
7727
7728 ^
7729 \begin_inset ERT
7730 status collapsed
7731
7732 \begin_layout Plain Layout
7733
7734
7735 \backslash
7736 leer 
7737 \end_layout
7738
7739 \end_inset
7740
7741 C
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7751 \end_inset
7752
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 </lyxtabular>
7760
7761 \end_inset
7762
7763
7764 \end_layout
7765
7766 \begin_layout Standard
7767 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7768 \series bold
7769
7770 \backslash
7771 overbrace
7772 \series default
7773  oder 
7774 \series bold
7775
7776 \backslash
7777 underbrace
7778 \series default
7779  eingibt.
7780 \end_layout
7781
7782 \begin_layout Standard
7783 \begin_inset VSpace bigskip
7784 \end_inset
7785
7786 Benötigt man Klammern, die sich überschneiden, muss man die in 
7787 \begin_inset CommandInset ref
7788 LatexCommand ref
7789 reference "sec:Mehrzeilige-Formeln"
7790
7791 \end_inset
7792
7793  beschriebenen mehrzeiligen Formeln verwenden:
7794 \begin_inset Formula \begin{eqnarray*}
7795 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7796  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7797 \end{eqnarray*}
7798
7799 \end_inset
7800
7801 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7802  Dabei ist es wichtig, dass vor dem ersten 
7803 \begin_inset Formula $d$
7804 \end_inset
7805
7806  der Abstandsbefehl
7807 \begin_inset Foot
7808 status collapsed
7809
7810 \begin_layout Plain Layout
7811 Abstandsbefehle sind in 
7812 \begin_inset CommandInset ref
7813 LatexCommand ref
7814 reference "sub:Vordefinierter-Leerraum"
7815
7816 \end_inset
7817
7818  erklärt.
7819 \end_layout
7820
7821 \end_inset
7822
7823  
7824 \series bold
7825
7826 \backslash
7827 :
7828 \series default
7829  eingegeben wird, denn die nach dem 
7830 \begin_inset Formula $q$
7831 \end_inset
7832
7833  endende Klammer verhindert, dass das nachfolgende 
7834 \begin_inset Quotes gld
7835 \end_inset
7836
7837 +
7838 \begin_inset Quotes grd
7839 \end_inset
7840
7841  von Leerraum umgeben ist.
7842 \begin_inset Foot
7843 status collapsed
7844
7845 \begin_layout Plain Layout
7846 weil eine Klammer nicht als Zeichen gilt, siehe 
7847 \begin_inset CommandInset ref
7848 LatexCommand ref
7849 reference "sub:Binäre-Operatoren"
7850
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857
7858  In die zweite Zeile wird die zweite Klammer eingegeben.
7859  Da sie vor dem 
7860 \begin_inset Formula $b$
7861 \end_inset
7862
7863  beginnen soll, gibt man zuerst 
7864 \series bold
7865
7866 \backslash
7867 hphantom{gggg+
7868 \backslash
7869 :}
7870 \series default
7871  ein.
7872 \begin_inset Foot
7873 status collapsed
7874
7875 \begin_layout Plain Layout
7876 mehr zu 
7877 \series bold
7878
7879 \backslash
7880 hphantom
7881 \series default
7882  siehe 
7883 \begin_inset CommandInset ref
7884 LatexCommand ref
7885 reference "sub:Platzhalter"
7886
7887 \end_inset
7888
7889 .
7890 \end_layout
7891
7892 \end_inset
7893
7894  Dieser Leerraum wird benötigt, weil das 
7895 \begin_inset Quotes gld
7896 \end_inset
7897
7898 +
7899 \begin_inset Quotes grd
7900 \end_inset
7901
7902  in der Formel auch von Leerraum umgeben ist.
7903  Die Klammer wird unter den Befehl 
7904 \series bold
7905
7906 \backslash
7907 hphantom{bbqq+dddd}
7908 \series default
7909  gesetzt.
7910 \end_layout
7911
7912 \begin_layout Standard
7913 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7914 n, wie in folgendem Beispiel:
7915 \begin_inset ERT
7916 status collapsed
7917
7918 \begin_layout Plain Layout
7919
7920
7921 \backslash
7922 setlength{
7923 \backslash
7924 jot}{-6pt}
7925 \end_layout
7926
7927 \end_inset
7928
7929
7930 \begin_inset Formula \begin{eqnarray*}
7931  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7932 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7933 \end{eqnarray*}
7934
7935 \end_inset
7936
7937
7938 \begin_inset ERT
7939 status collapsed
7940
7941 \begin_layout Plain Layout
7942
7943
7944 \backslash
7945 setlength{
7946 \backslash
7947 jot}{3pt}
7948 \end_layout
7949
7950 \end_inset
7951
7952 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7953  mit dem Unterschied, dass sich die Klammer oben befindet.
7954  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7955  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7956  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7957  werden.
7958  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7959 \begin_inset Foot
7960 status collapsed
7961
7962 \begin_layout Plain Layout
7963 \begin_inset CommandInset href
7964 LatexCommand href
7965 name "LyX-Fehler #1505"
7966 target "http://www.lyx.org/trac/ticket/1505"
7967
7968 \end_inset
7969
7970
7971 \end_layout
7972
7973 \end_inset
7974
7975 .
7976  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7977 \series bold
7978
7979 \backslash
7980 jot
7981 \series default
7982
7983 \begin_inset Index idx
7984 status collapsed
7985
7986 \begin_layout Plain Layout
7987 Befehle ! J ! 
7988 \backslash
7989 jot
7990 \end_layout
7991
7992 \end_inset
7993
7994  vor der Formel mit dem Befehl 
7995 \series bold
7996
7997 \backslash
7998 setlength{
7999 \backslash
8000 jot}{-6pt}
8001 \series default
8002  im TeX-Modus auf den Wert -6
8003 \begin_inset space \thinspace{}
8004 \end_inset
8005
8006 pt geändert.
8007  Nach der Formel wird 
8008 \series bold
8009
8010 \backslash
8011 jot
8012 \series default
8013  mit demselben Befehl wieder auf den Standardwert 3
8014 \begin_inset space \thinspace{}
8015 \end_inset
8016
8017 pt zurückgesetzt.
8018  Genaueres zum Zeilenabstand in Formeln ist in 
8019 \begin_inset CommandInset ref
8020 LatexCommand ref
8021 reference "sub:Zeilenabstand"
8022
8023 \end_inset
8024
8025  erklärt.
8026 \end_layout
8027
8028 \begin_layout Section
8029 Pfeile
8030 \begin_inset Index idx
8031 status collapsed
8032
8033 \begin_layout Plain Layout
8034 Pfeile
8035 \end_layout
8036
8037 \end_inset
8038
8039
8040 \end_layout
8041
8042 \begin_layout Standard
8043 Pfeile können über den Mathe-Werkzeugleistenknopf 
8044 \begin_inset Graphics
8045         filename ../../images/math/leftarrow.png
8046         scale 85
8047
8048 \end_inset
8049
8050  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8051  aufgelistet sind.
8052 \end_layout
8053
8054 \begin_layout Subsection
8055 Horizontale Pfeile
8056 \begin_inset Index idx
8057 status collapsed
8058
8059 \begin_layout Plain Layout
8060 Pfeile ! horizontale
8061 \end_layout
8062
8063 \end_inset
8064
8065
8066 \end_layout
8067
8068 \begin_layout Standard
8069 \begin_inset space \hfill{}
8070 \end_inset
8071
8072
8073 \begin_inset Tabular
8074 <lyxtabular version="3" rows="8" columns="2">
8075 <features tabularvalignment="middle">
8076 <column alignment="center" valignment="top" width="0pt">
8077 <column alignment="center" valignment="top" width="0pt">
8078 <row>
8079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Befehl
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Ergebnis
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 </row>
8098 <row>
8099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103
8104 \backslash
8105 gets
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 \begin_inset Formula $\gets$
8115 \end_inset
8116
8117
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 </row>
8123 <row>
8124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \backslash
8130 Leftarrow
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 \begin_inset Formula $\Leftarrow$
8140 \end_inset
8141
8142
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 </row>
8148 <row>
8149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153
8154 \backslash
8155 longleftarrow
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 \begin_inset Formula $\longleftarrow$
8165 \end_inset
8166
8167
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \backslash
8180 Longleftarrow
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 \begin_inset Formula $\Longleftarrow$
8190 \end_inset
8191
8192
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \backslash
8205 leftharpoonup
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 \begin_inset Formula $\leftharpoonup$
8215 \end_inset
8216
8217
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \backslash
8230 leftharpoondown
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 \begin_inset Formula $\leftharpoondown$
8240 \end_inset
8241
8242
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \backslash
8255 hookleftarrow
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 \begin_inset Formula $\hookleftarrow$
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 </row>
8273 </lyxtabular>
8274
8275 \end_inset
8276
8277
8278 \begin_inset space \hfill{}
8279 \end_inset
8280
8281
8282 \begin_inset Tabular
8283 <lyxtabular version="3" rows="8" columns="2">
8284 <features tabularvalignment="middle">
8285 <column alignment="center" valignment="top" width="0pt">
8286 <column alignment="center" valignment="top" width="0pt">
8287 <row>
8288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Befehl
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 Ergebnis
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \backslash
8314 to
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 \begin_inset Formula $\to$
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \backslash
8339 Rightarrow
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 \begin_inset Formula $\Rightarrow$
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \backslash
8364 longrightarrow
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 \begin_inset Formula $\longrightarrow$
8374 \end_inset
8375
8376
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 <row>
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387
8388 \backslash
8389 Longrightarrow
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 \begin_inset Formula $\Longrightarrow$
8399 \end_inset
8400
8401
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \backslash
8414 rightharpoonup
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 \begin_inset Formula $\rightharpoonup$
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \backslash
8439 rightharpoondown
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 \begin_inset Formula $\rightharpoondown$
8449 \end_inset
8450
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \backslash
8464 hookrightarrow
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 \begin_inset Formula $\hookrightarrow$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 </lyxtabular>
8483
8484 \end_inset
8485
8486
8487 \begin_inset space \hfill{}
8488 \end_inset
8489
8490
8491 \end_layout
8492
8493 \begin_layout Standard
8494 \begin_inset space \hfill{}
8495 \end_inset
8496
8497
8498 \begin_inset Tabular
8499 <lyxtabular version="3" rows="6" columns="2">
8500 <features tabularvalignment="middle">
8501 <column alignment="center" valignment="top" width="0pt">
8502 <column alignment="center" valignment="top" width="0pt">
8503 <row>
8504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Befehl
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Ergebnis
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \backslash
8530 leftrightarrow
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 \begin_inset Formula $\leftrightarrow$
8540 \end_inset
8541
8542
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \backslash
8555 Leftrightarrow
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 \begin_inset Formula $\Leftrightarrow$
8565 \end_inset
8566
8567
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \backslash
8580 longleftrightarrow
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 \begin_inset Formula $\longleftrightarrow$
8590 \end_inset
8591
8592
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \backslash
8605 Longleftrightarrow
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 \begin_inset Formula $\Longleftrightarrow$
8615 \end_inset
8616
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \backslash
8630 rightleftharpoons
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 \begin_inset Formula $\rightleftharpoons$
8640 \end_inset
8641
8642
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 </lyxtabular>
8649
8650 \end_inset
8651
8652
8653 \begin_inset space \hspace{}
8654 \length 25pt
8655 \end_inset
8656
8657
8658 \begin_inset space \hfill{}
8659 \end_inset
8660
8661
8662 \begin_inset Tabular
8663 <lyxtabular version="3" rows="5" columns="2">
8664 <features tabularvalignment="middle">
8665 <column alignment="center" valignment="top" width="0pt">
8666 <column alignment="center" valignment="top" width="0pt">
8667 <row>
8668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Befehl
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Ergebnis
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \backslash
8694 mapsto
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 \begin_inset Formula $\mapsto$
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \backslash
8719 longmapsto
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 \begin_inset Formula $\longmapsto$
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row>
8738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \backslash
8744 leadsto
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 \begin_inset Formula $\leadsto$
8754 \end_inset
8755
8756
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \backslash
8769 dasharrow
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 \begin_inset Formula $\dasharrow$
8779 \end_inset
8780
8781
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 </lyxtabular>
8788
8789 \end_inset
8790
8791
8792 \begin_inset space \hfill{}
8793 \end_inset
8794
8795
8796 \end_layout
8797
8798 \begin_layout Standard
8799 \begin_inset VSpace medskip
8800 \end_inset
8801
8802 Als Akzent verwendete Pfeile, wie z.
8803 \begin_inset space \thinspace{}
8804 \end_inset
8805
8806 B.
8807  Vektorpfeile, sind in 
8808 \begin_inset CommandInset ref
8809 LatexCommand ref
8810 reference "sec:Akzente"
8811
8812 \end_inset
8813
8814  aufgelistet.
8815 \end_layout
8816
8817 \begin_layout Standard
8818 \begin_inset VSpace bigskip
8819 \end_inset
8820
8821 Des Weiteren gibt es die beschriftbaren Pfeile
8822 \begin_inset Index idx
8823 status collapsed
8824
8825 \begin_layout Plain Layout
8826 Pfeile ! beschriftbare
8827 \end_layout
8828
8829 \end_inset
8830
8831  
8832 \series bold
8833
8834 \backslash
8835 xleftarrow
8836 \series default
8837
8838 \begin_inset Index idx
8839 status collapsed
8840
8841 \begin_layout Plain Layout
8842 Befehle ! X ! 
8843 \backslash
8844 xleftarrow
8845 \end_layout
8846
8847 \end_inset
8848
8849  und 
8850 \series bold
8851
8852 \backslash
8853 xrightarrow
8854 \series default
8855
8856 \begin_inset Index idx
8857 status collapsed
8858
8859 \begin_layout Plain Layout
8860 Befehle ! X ! 
8861 \backslash
8862 xrightarrow
8863 \begin_inset ERT
8864 status collapsed
8865
8866 \begin_layout Plain Layout
8867
8868
8869 \backslash
8870 vspace{4mm}
8871 \end_layout
8872
8873 \end_inset
8874
8875
8876 \end_layout
8877
8878 \end_inset
8879
8880 .
8881  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8882  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8883  Die Pfeillänge passt sich der Breite der Beschriftung an.
8884 \end_layout
8885
8886 \begin_layout Standard
8887 \align center
8888 \begin_inset Tabular
8889 <lyxtabular version="3" rows="3" columns="2">
8890 <features tabularvalignment="middle">
8891 <column alignment="center" valignment="top" width="0pt">
8892 <column alignment="center" valignment="top" width="0pt">
8893 <row>
8894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Befehl
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 Ergebnis
8908 \begin_inset Note Note
8909 status collapsed
8910
8911 \begin_layout Plain Layout
8912
8913 \series bold
8914
8915 \backslash
8916 raisebox
8917 \series default
8918  dient nur als Abstandhalter.
8919 \end_layout
8920
8921 \end_inset
8922
8923
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 F(a)
8935 \backslash
8936 xleftarrow
8937 \begin_inset ERT
8938 status collapsed
8939
8940 \begin_layout Plain Layout
8941
8942
8943 \backslash
8944 leer 
8945 \end_layout
8946
8947 \end_inset
8948
8949 x=a
8950 \begin_inset Formula $\downarrow$
8951 \end_inset
8952
8953 x>0
8954 \begin_inset Formula $\to$
8955 \end_inset
8956
8957 F(x)
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8967 \end_inset
8968
8969
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 F(x)
8981 \backslash
8982 xrightarrow
8983 \begin_inset ERT
8984 status collapsed
8985
8986 \begin_layout Plain Layout
8987
8988
8989 \backslash
8990 leer 
8991 \end_layout
8992
8993 \end_inset
8994
8995 x=a
8996 \begin_inset Formula $\downarrow$
8997 \end_inset
8998
8999 x>0
9000 \begin_inset Formula $\to$
9001 \end_inset
9002
9003 F(a)
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9013 \end_inset
9014
9015
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 </lyxtabular>
9022
9023 \end_inset
9024
9025
9026 \end_layout
9027
9028 \begin_layout Subsection
9029 Vertikale und diagonale Pfeile
9030 \begin_inset Index idx
9031 status collapsed
9032
9033 \begin_layout Plain Layout
9034 Pfeile ! diagonale
9035 \end_layout
9036
9037 \end_inset
9038
9039
9040 \begin_inset Index idx
9041 status collapsed
9042
9043 \begin_layout Plain Layout
9044 Pfeile ! vertikale
9045 \end_layout
9046
9047 \end_inset
9048
9049
9050 \end_layout
9051
9052 \begin_layout Standard
9053 \begin_inset space \hfill{}
9054 \end_inset
9055
9056
9057 \begin_inset Tabular
9058 <lyxtabular version="3" rows="7" columns="2">
9059 <features tabularvalignment="middle">
9060 <column alignment="center" valignment="top" width="0pt">
9061 <column alignment="center" valignment="top" width="0pt">
9062 <row>
9063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 Befehl
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Ergebnis
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \backslash
9089 uparrow
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 \begin_inset Formula $\uparrow$
9099 \end_inset
9100
9101
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \backslash
9114 Uparrow
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 \begin_inset Formula $\Uparrow$
9124 \end_inset
9125
9126
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \backslash
9139 updownarrow
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 \begin_inset Formula $\updownarrow$
9149 \end_inset
9150
9151
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \backslash
9164 Updownarrow
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 \begin_inset Formula $\Updownarrow$
9174 \end_inset
9175
9176
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 </row>
9182 <row>
9183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187
9188 \backslash
9189 Downarrow
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 \begin_inset Formula $\Downarrow$
9199 \end_inset
9200
9201
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \backslash
9214 downarrow
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 \begin_inset Formula $\downarrow$
9224 \end_inset
9225
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 </lyxtabular>
9233
9234 \end_inset
9235
9236
9237 \begin_inset space \hfill{}
9238 \end_inset
9239
9240
9241 \begin_inset Tabular
9242 <lyxtabular version="3" rows="5" columns="2">
9243 <features tabularvalignment="middle">
9244 <column alignment="center" valignment="top" width="0pt">
9245 <column alignment="center" valignment="top" width="0pt">
9246 <row>
9247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 Befehl
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 Ergebnis
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \backslash
9273 nearrow
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 \begin_inset Formula $\nearrow$
9283 \end_inset
9284
9285
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \backslash
9298 searrow
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 \begin_inset Formula $\searrow$
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \backslash
9323 swarrow
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 \begin_inset Formula $\swarrow$
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \backslash
9348 nwarrow
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 \begin_inset Formula $\nwarrow$
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 </lyxtabular>
9367
9368 \end_inset
9369
9370
9371 \begin_inset space \hfill{}
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \begin_layout Standard
9378 \begin_inset VSpace medskip
9379 \end_inset
9380
9381 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9382  
9383 \begin_inset CommandInset ref
9384 LatexCommand ref
9385 reference "sub:Manuelle-Klammergrößen"
9386
9387 \end_inset
9388
9389  und 
9390 \begin_inset CommandInset ref
9391 LatexCommand ref
9392 reference "sub:Automatische-Klammergrößen"
9393
9394 \end_inset
9395
9396  beschriebenen Befehlen verwendet werden.
9397 \end_layout
9398
9399 \begin_layout Section
9400 Akzente
9401 \begin_inset CommandInset label
9402 LatexCommand label
9403 name "sec:Akzente"
9404
9405 \end_inset
9406
9407
9408 \begin_inset Index idx
9409 status collapsed
9410
9411 \begin_layout Plain Layout
9412 Akzente
9413 \end_layout
9414
9415 \end_inset
9416
9417
9418 \end_layout
9419
9420 \begin_layout Standard
9421 Akzente können über den Mathe-Werkzeugleistenknopf 
9422 \begin_inset Graphics
9423         filename ../../images/math/hat.png
9424         scale 85
9425
9426 \end_inset
9427
9428  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9429  aufgelistet sind.
9430 \end_layout
9431
9432 \begin_layout Subsection
9433 Akzente für ein Zeichen
9434 \begin_inset ERT
9435 status collapsed
9436
9437 \begin_layout Plain Layout
9438
9439
9440 \backslash
9441 texorpdfstring{
9442 \end_layout
9443
9444 \end_inset
9445
9446
9447 \begin_inset Foot
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451 Akzente im Text siehe 
9452 \begin_inset CommandInset ref
9453 LatexCommand ref
9454 reference "sub:Sonderzeichen-Akzente"
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \end_inset
9462
9463
9464 \begin_inset ERT
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468
9469 }{}
9470 \end_layout
9471
9472 \end_inset
9473
9474
9475 \begin_inset Note Note
9476 status collapsed
9477
9478 \begin_layout Plain Layout
9479
9480 \series bold
9481
9482 \backslash
9483 texorpdfstring
9484 \series default
9485  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9486 \end_layout
9487
9488 \begin_layout Plain Layout
9489 Näheres zu 
9490 \series bold
9491
9492 \backslash
9493 texorpdfstring
9494 \series default
9495  steht in Kapitel 
9496 \begin_inset CommandInset ref
9497 LatexCommand ref
9498 reference "sub:Formeln-in-Überschriften"
9499
9500 \end_inset
9501
9502 .
9503 \end_layout
9504
9505 \end_inset
9506
9507
9508 \begin_inset CommandInset label
9509 LatexCommand label
9510 name "sub:Akzente-für-ein"
9511
9512 \end_inset
9513
9514
9515 \begin_inset Index idx
9516 status collapsed
9517
9518 \begin_layout Plain Layout
9519 Akzente ! für ein Zeichen
9520 \end_layout
9521
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \begin_layout Standard
9528 \begin_inset space \hfill{}
9529 \end_inset
9530
9531
9532 \begin_inset Tabular
9533 <lyxtabular version="3" rows="8" columns="2">
9534 <features tabularvalignment="middle">
9535 <column alignment="center" valignment="top" width="0pt">
9536 <column alignment="center" valignment="top" width="0pt">
9537 <row>
9538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 Befehl
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 Ergebnis
9552 \begin_inset Note Note
9553 status collapsed
9554
9555 \begin_layout Plain Layout
9556
9557 \series bold
9558
9559 \backslash
9560 raisebox
9561 \series default
9562  dient nur als Abstandhalter.
9563 \end_layout
9564
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 <row>
9574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \backslash
9580 dot
9581 \begin_inset ERT
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585
9586
9587 \backslash
9588 leer 
9589 \end_layout
9590
9591 \end_inset
9592
9593 A
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \backslash
9618 ddot
9619 \begin_inset ERT
9620 status collapsed
9621
9622 \begin_layout Plain Layout
9623
9624
9625 \backslash
9626 leer 
9627 \end_layout
9628
9629 \end_inset
9630
9631 A
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row>
9650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \backslash
9656 dddot
9657 \begin_inset ERT
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661
9662
9663 \backslash
9664 leer 
9665 \end_layout
9666
9667 \end_inset
9668
9669 A
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \backslash
9694 ddddot
9695 \begin_inset ERT
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700
9701 \backslash
9702 leer 
9703 \end_layout
9704
9705 \end_inset
9706
9707 A
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9717 \end_inset
9718
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \backslash
9732 vec
9733 \begin_inset ERT
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737
9738
9739 \backslash
9740 leer 
9741 \end_layout
9742
9743 \end_inset
9744
9745 A
9746 \begin_inset Index idx
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750 Vektoren
9751 \end_layout
9752
9753 \end_inset
9754
9755
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9765 \end_inset
9766
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row>
9774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778
9779 \backslash
9780 bar
9781 \begin_inset ERT
9782 status collapsed
9783
9784 \begin_layout Plain Layout
9785
9786
9787 \backslash
9788 leer 
9789 \end_layout
9790
9791 \end_inset
9792
9793 A
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9803 \end_inset
9804
9805
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 </row>
9811 <row>
9812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816
9817 \backslash
9818 mathring
9819 \begin_inset ERT
9820 status collapsed
9821
9822 \begin_layout Plain Layout
9823
9824
9825 \backslash
9826 leer 
9827 \end_layout
9828
9829 \end_inset
9830
9831 A
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9841 \end_inset
9842
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 </lyxtabular>
9850
9851 \end_inset
9852
9853
9854 \begin_inset space \hfill{}
9855 \end_inset
9856
9857
9858 \begin_inset Tabular
9859 <lyxtabular version="3" rows="7" columns="2">
9860 <features tabularvalignment="middle">
9861 <column alignment="center" valignment="top" width="0pt">
9862 <column alignment="center" valignment="top" width="0pt">
9863 <row>
9864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 Befehl
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 Ergebnis
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \backslash
9890 tilde
9891 \begin_inset ERT
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895
9896
9897 \backslash
9898 leer 
9899 \end_layout
9900
9901 \end_inset
9902
9903 A
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \backslash
9928 hat
9929 \begin_inset ERT
9930 status collapsed
9931
9932 \begin_layout Plain Layout
9933
9934
9935 \backslash
9936 leer 
9937 \end_layout
9938
9939 \end_inset
9940
9941 A
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \backslash
9966 check
9967 \begin_inset ERT
9968 status collapsed
9969
9970 \begin_layout Plain Layout
9971
9972
9973 \backslash
9974 leer 
9975 \end_layout
9976
9977 \end_inset
9978
9979 A
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9989 \end_inset
9990
9991
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 </row>
9997 <row>
9998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \backslash
10004 acute
10005 \begin_inset ERT
10006 status collapsed
10007
10008 \begin_layout Plain Layout
10009
10010
10011 \backslash
10012 leer 
10013 \end_layout
10014
10015 \end_inset
10016
10017 A
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10027 \end_inset
10028
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \backslash
10042 grave
10043 \begin_inset ERT
10044 status collapsed
10045
10046 \begin_layout Plain Layout
10047
10048
10049 \backslash
10050 leer 
10051 \end_layout
10052
10053 \end_inset
10054
10055 A
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10065 \end_inset
10066
10067
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 </row>
10073 <row>
10074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \backslash
10080 breve
10081 \begin_inset ERT
10082 status collapsed
10083
10084 \begin_layout Plain Layout
10085
10086
10087 \backslash
10088 leer 
10089 \end_layout
10090
10091 \end_inset
10092
10093 A
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10103 \end_inset
10104
10105
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 </lyxtabular>
10112
10113 \end_inset
10114
10115
10116 \begin_inset space \hfill{}
10117 \end_inset
10118
10119
10120 \end_layout
10121
10122 \begin_layout Standard
10123 \begin_inset VSpace bigskip
10124 \end_inset
10125
10126 Akzente wie z.B.
10127  é können direkt in Formeln eingegeben werden.
10128  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10129  Für Umlaute
10130 \begin_inset Index idx
10131 status collapsed
10132
10133 \begin_layout Plain Layout
10134 Umlaute
10135 \end_layout
10136
10137 \end_inset
10138
10139  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10140  Diese beiden Zeichen bilden dann für LaTeX 
10141 \emph on
10142 ein
10143 \emph default
10144  Zeichen.
10145  Im Gegensatz zu 
10146 \series bold
10147
10148 \backslash
10149 ddot
10150 \series default
10151  entstehen damit 
10152 \begin_inset Quotes gld
10153 \end_inset
10154
10155 echte
10156 \begin_inset Quotes grd
10157 \end_inset
10158
10159  Umlaute, was folgendes Beispiel zeigt:
10160 \end_layout
10161
10162 \begin_layout Standard
10163 \begin_inset VSpace -2mm
10164 \end_inset
10165
10166
10167 \end_layout
10168
10169 \begin_layout Standard
10170 \align center
10171 \begin_inset Tabular
10172 <lyxtabular version="3" rows="3" columns="2">
10173 <features tabularvalignment="middle">
10174 <column alignment="center" valignment="top" width="0">
10175 <column alignment="center" valignment="top" width="0">
10176 <row>
10177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 Befehl
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 Ergebnis
10191 \begin_inset Note Note
10192 status collapsed
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197
10198 \backslash
10199 raisebox
10200 \series default
10201  dient nur als Abstandhalter.
10202 \end_layout
10203
10204 \end_inset
10205
10206
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row>
10213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 \begin_inset Quotes grd
10218 \end_inset
10219
10220 i
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 \begin_inset Formula $"i$
10230 \end_inset
10231
10232
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row>
10239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \backslash
10245 ddot
10246 \begin_inset ERT
10247 status collapsed
10248
10249 \begin_layout Plain Layout
10250
10251
10252 \backslash
10253 leer 
10254 \end_layout
10255
10256 \end_inset
10257
10258 i
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10268 \end_inset
10269
10270
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 </lyxtabular>
10277
10278 \end_inset
10279
10280
10281 \end_layout
10282
10283 \begin_layout Standard
10284 Ein weiterer Vorteil gegenüber 
10285 \series bold
10286
10287 \backslash
10288 ddot
10289 \series default
10290  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10291  denn die obigen Akzentbefehle sind 
10292 \emph on
10293 im mathematischen Text\SpecialChar \-
10294 modus nicht erlaubt
10295 \emph default
10296 .
10297  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10298  nur das Zeichen unter dem Akzent umgewandelt werden.
10299  Das gilt auch für alle anderen Umwandlungen wie z.
10300 \begin_inset space \thinspace{}
10301 \end_inset
10302
10303 B.
10304  in kursiv oder fett.
10305 \end_layout
10306
10307 \begin_layout Standard
10308 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10309  direkt eingegeben werden.
10310 \end_layout
10311
10312 \begin_layout Subsection
10313 Akzente für Operatoren
10314 \begin_inset Index idx
10315 status collapsed
10316
10317 \begin_layout Plain Layout
10318 Akzente ! für Operatoren
10319 \end_layout
10320
10321 \end_inset
10322
10323
10324 \end_layout
10325
10326 \begin_layout Standard
10327 Zum Akzentuieren von Operatoren gibt es die Befehle 
10328 \series bold
10329
10330 \backslash
10331 overset
10332 \series default
10333
10334 \begin_inset Index idx
10335 status collapsed
10336
10337 \begin_layout Plain Layout
10338 Befehle ! O ! 
10339 \backslash
10340 overset
10341 \end_layout
10342
10343 \end_inset
10344
10345  und 
10346 \series bold
10347
10348 \backslash
10349 underset
10350 \series default
10351
10352 \begin_inset Index idx
10353 status collapsed
10354
10355 \begin_layout Plain Layout
10356 Befehle ! U ! 
10357 \backslash
10358 underset
10359 \end_layout
10360
10361 \end_inset
10362
10363 , mit denen man Zeichen über bzw.
10364  unter einen Operator setzen kann.
10365  Mit dem Befehl 
10366 \series bold
10367
10368 \backslash
10369 sideset
10370 \series default
10371
10372 \begin_inset Index idx
10373 status collapsed
10374
10375 \begin_layout Plain Layout
10376 Befehle ! S ! 
10377 \backslash
10378 sideset
10379 \end_layout
10380
10381 \end_inset
10382
10383  können Zeichen vor und nach einen Operator gesetzt werden.
10384  Das Befehlsschema lautet:
10385 \end_layout
10386
10387 \begin_layout Standard
10388
10389 \series bold
10390
10391 \backslash
10392 sideset{Zeichen
10393 \series default
10394  
10395 \series bold
10396 davor}{Zeichen
10397 \series default
10398  
10399 \series bold
10400 dahinter}
10401 \end_layout
10402
10403 \begin_layout Standard
10404
10405 \series bold
10406
10407 \backslash
10408 sideset
10409 \series default
10410  muss immer vor dem zu akzentuierenden Operator stehen.
10411  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10412  Symbolen akzentuiert werden.
10413  Will man mit 
10414 \series bold
10415
10416 \backslash
10417 sideset
10418 \series default
10419  z.
10420 \begin_inset space \thinspace{}
10421 \end_inset
10422
10423 B.
10424  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10425  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10426 \end_layout
10427
10428 \begin_layout Standard
10429 Z.
10430 \begin_inset space \thinspace{}
10431 \end_inset
10432
10433 B.
10434  ergibt der Befehl 
10435 \series bold
10436
10437 \backslash
10438 sideset{
10439 \begin_inset Formula $\to$
10440 \end_inset
10441
10442
10443 \backslash
10444 {
10445 \series default
10446 '
10447 \series bold
10448
10449 \begin_inset Formula $\to$
10450 \end_inset
10451
10452
10453 \backslash
10454 sum_k=1
10455 \begin_inset ERT
10456 status collapsed
10457
10458 \begin_layout Plain Layout
10459
10460
10461 \backslash
10462 leer 
10463 \end_layout
10464
10465 \end_inset
10466
10467
10468 \series default
10469 ^
10470 \series bold
10471 n
10472 \series default
10473  :
10474 \begin_inset Formula \[
10475 \sideset{}{'}\sum_{k=1}^{n}\]
10476
10477 \end_inset
10478
10479
10480 \end_layout
10481
10482 \begin_layout Standard
10483 Der Befehl 
10484 \series bold
10485
10486 \backslash
10487 overset
10488 \begin_inset ERT
10489 status collapsed
10490
10491 \begin_layout Plain Layout
10492
10493
10494 \backslash
10495 leer 
10496 \end_layout
10497
10498 \end_inset
10499
10500
10501 \backslash
10502 maltese
10503 \begin_inset ERT
10504 status collapsed
10505
10506 \begin_layout Plain Layout
10507
10508
10509 \backslash
10510 leer 
10511 \end_layout
10512
10513 \end_inset
10514
10515
10516 \series default
10517
10518 \begin_inset Formula $\uparrow$
10519 \end_inset
10520
10521
10522 \series bold
10523 a
10524 \series default
10525  ergibt:
10526 \begin_inset Formula \[
10527 \overset{a}{\maltese}\]
10528
10529 \end_inset
10530
10531 Wie man am letzten Beispiel sieht, kann man mit 
10532 \series bold
10533
10534 \backslash
10535 overset
10536 \series default
10537  bzw.
10538  
10539 \series bold
10540
10541 \backslash
10542 underset
10543 \series default
10544  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10545 \series bold
10546
10547 \backslash
10548 sideset
10549 \series default
10550  ist dies nicht möglich.
10551 \end_layout
10552
10553 \begin_layout Subsection
10554 Akzente für mehrere Zeichen
10555 \begin_inset Index idx
10556 status collapsed
10557
10558 \begin_layout Plain Layout
10559 Akzente ! für mehrere Zeichen
10560 \end_layout
10561
10562 \end_inset
10563
10564
10565 \end_layout
10566
10567 \begin_layout Standard
10568 \begin_inset space \hfill{}
10569 \end_inset
10570
10571
10572 \begin_inset Tabular
10573 <lyxtabular version="3" rows="5" columns="2">
10574 <features tabularvalignment="middle">
10575 <column alignment="center" valignment="top" width="0pt">
10576 <column alignment="center" valignment="top" width="0pt">
10577 <row>
10578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Befehl
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Ergebnis
10592 \begin_inset Note Note
10593 status collapsed
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598
10599 \backslash
10600 raisebox
10601 \series default
10602  dient nur als Abstandhalter.
10603 \end_layout
10604
10605 \end_inset
10606
10607
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 </row>
10613 <row>
10614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618
10619 \backslash
10620 overleftarrow
10621 \begin_inset ERT
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625
10626
10627 \backslash
10628 leer 
10629 \end_layout
10630
10631 \end_inset
10632
10633 A=B
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10643 \end_inset
10644
10645
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \backslash
10658 underleftarrow
10659 \begin_inset ERT
10660 status collapsed
10661
10662 \begin_layout Plain Layout
10663
10664
10665 \backslash
10666 leer 
10667 \end_layout
10668
10669 \end_inset
10670
10671 A=B
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10681 \end_inset
10682
10683
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \backslash
10696 overleftrightarrow
10697 \begin_inset ERT
10698 status collapsed
10699
10700 \begin_layout Plain Layout
10701
10702
10703 \backslash
10704 leer 
10705 \end_layout
10706
10707 \end_inset
10708
10709 A=B
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10719 \end_inset
10720
10721
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 <row>
10728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732
10733 \backslash
10734 underleftrightarrow
10735 \begin_inset ERT
10736 status collapsed
10737
10738 \begin_layout Plain Layout
10739
10740
10741 \backslash
10742 leer 
10743 \end_layout
10744
10745 \end_inset
10746
10747 A=B
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10757 \end_inset
10758
10759
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 </lyxtabular>
10766
10767 \end_inset
10768
10769
10770 \begin_inset space \hfill{}
10771 \end_inset
10772
10773
10774 \begin_inset Tabular
10775 <lyxtabular version="3" rows="5" columns="2">
10776 <features tabularvalignment="middle">
10777 <column alignment="center" valignment="top" width="0pt">
10778 <column alignment="center" valignment="top" width="0pt">
10779 <row>
10780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 Befehl
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Ergebnis
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row>
10800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804
10805 \backslash
10806 overrightarrow
10807 \begin_inset ERT
10808 status collapsed
10809
10810 \begin_layout Plain Layout
10811
10812
10813 \backslash
10814 leer 
10815 \end_layout
10816
10817 \end_inset
10818
10819 A=B
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 </row>
10837 <row>
10838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842
10843 \backslash
10844 underrightarrow
10845 \begin_inset ERT
10846 status collapsed
10847
10848 \begin_layout Plain Layout
10849
10850
10851 \backslash
10852 leer 
10853 \end_layout
10854
10855 \end_inset
10856
10857 A=B
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10867 \end_inset
10868
10869
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 </row>
10875 <row>
10876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880
10881 \backslash
10882 widetilde
10883 \begin_inset ERT
10884 status collapsed
10885
10886 \begin_layout Plain Layout
10887
10888
10889 \backslash
10890 leer 
10891 \end_layout
10892
10893 \end_inset
10894
10895 A=B
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10905 \end_inset
10906
10907
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 </row>
10913 <row>
10914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918
10919 \backslash
10920 widehat
10921 \begin_inset ERT
10922 status collapsed
10923
10924 \begin_layout Plain Layout
10925
10926
10927 \backslash
10928 leer 
10929 \end_layout
10930
10931 \end_inset
10932
10933 A=B
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 </row>
10951 </lyxtabular>
10952
10953 \end_inset
10954
10955
10956 \begin_inset space \hfill{}
10957 \end_inset
10958
10959
10960 \end_layout
10961
10962 \begin_layout Standard
10963 \begin_inset VSpace medskip
10964 \end_inset
10965
10966 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10967  Die Akzente
10968 \begin_inset Newline linebreak
10969 \end_inset
10970
10971
10972 \series bold
10973
10974 \backslash
10975 widetilde
10976 \series default
10977  und 
10978 \series bold
10979
10980 \backslash
10981 widehat
10982 \series default
10983  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10984  was folgendes Beispiel verdeutlicht:
10985 \begin_inset Formula \[
10986 \widetilde{A+B=C-D}\]
10987
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \begin_layout Standard
10994 Mit den im vorigen Kapitel beschriebenen Befehlen 
10995 \series bold
10996
10997 \backslash
10998 overset
10999 \series default
11000
11001 \begin_inset Index idx
11002 status collapsed
11003
11004 \begin_layout Plain Layout
11005 Befehle ! O ! 
11006 \backslash
11007 overset
11008 \end_layout
11009
11010 \end_inset
11011
11012  und 
11013 \series bold
11014
11015 \backslash
11016 underset
11017 \series default
11018
11019 \begin_inset Index idx
11020 status collapsed
11021
11022 \begin_layout Plain Layout
11023 Befehle ! U ! 
11024 \backslash
11025 underset
11026 \end_layout
11027
11028 \end_inset
11029
11030  ist es auch möglich mehrere Zeichen zu akzentuieren.
11031  Der Befehl 
11032 \series bold
11033
11034 \backslash
11035 underset
11036 \begin_inset ERT
11037 status collapsed
11038
11039 \begin_layout Plain Layout
11040
11041
11042 \backslash
11043 leer 
11044 \end_layout
11045
11046 \end_inset
11047
11048 A=B
11049 \begin_inset Formula $\downarrow$
11050 \end_inset
11051
11052 ***
11053 \series default
11054  ergibt:
11055 \begin_inset Formula \[
11056 \underset{***}{A=B}\]
11057
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \begin_layout Section
11064 Leerraum
11065 \begin_inset CommandInset label
11066 LatexCommand label
11067 name "sub:Leerraum"
11068
11069 \end_inset
11070
11071
11072 \begin_inset Index idx
11073 status collapsed
11074
11075 \begin_layout Plain Layout
11076 Leerraum ! horizontaler
11077 \end_layout
11078
11079 \end_inset
11080
11081
11082 \end_layout
11083
11084 \begin_layout Subsection
11085 Vordefinierter Leerraum
11086 \begin_inset CommandInset label
11087 LatexCommand label
11088 name "sub:Vordefinierter-Leerraum"
11089
11090 \end_inset
11091
11092
11093 \begin_inset Index idx
11094 status collapsed
11095
11096 \begin_layout Plain Layout
11097 Leerraum ! horizontaler ! vordefiniert
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Standard
11106 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11107  Dazu gibt man ein geschütztes Leerzeichen ein.
11108  Es erscheint ein 
11109 \begin_inset Quotes gld
11110 \end_inset
11111
11112
11113 \color blue
11114
11115 \begin_inset ERT
11116 status collapsed
11117
11118 \begin_layout Plain Layout
11119
11120
11121 \backslash
11122 leer 
11123 \end_layout
11124
11125 \end_inset
11126
11127
11128 \color inherit
11129
11130 \begin_inset Quotes grd
11131 \end_inset
11132
11133  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11134  Leerraum-Größen wählen.
11135  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11136 \begin_inset Graphics
11137         filename ../../images/math/space.png
11138         scale 85
11139
11140 \end_inset
11141
11142  oder mit einzelnen Befehlen aufrufen.
11143  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11144  danach wieder aus allen Größen wählen.
11145 \end_layout
11146
11147 \begin_layout Standard
11148 \align center
11149 \begin_inset VSpace -5mm
11150 \end_inset
11151
11152
11153 \begin_inset Tabular
11154 <lyxtabular version="3" rows="3" columns="7">
11155 <features tabularvalignment="middle">
11156 <column alignment="center" valignment="middle" width="6.8cm">
11157 <column alignment="center" valignment="top" width="0pt">
11158 <column alignment="center" valignment="top" width="0pt">
11159 <column alignment="center" valignment="top" width="0pt">
11160 <column alignment="center" valignment="top" width="0pt">
11161 <column alignment="center" valignment="top" width="0pt">
11162 <column alignment="center" valignment="top" width="0pt">
11163 <row>
11164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 Befehl
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177
11178 \backslash
11179 ,
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188
11189 \backslash
11190 :
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199
11200 \backslash
11201 ;
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210
11211 \backslash
11212 quad
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221
11222 \backslash
11223 qquad
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232
11233 \backslash
11234 !
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 <row>
11241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 0
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 1
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 2
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 3
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 4
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 5
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 </row>
11305 <row>
11306 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 Ergebnis
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 \begin_inset Formula $A\, B$
11320 \end_inset
11321
11322
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 \begin_inset Formula $A\: B$
11332 \end_inset
11333
11334
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 \begin_inset Formula $A\; B$
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 \begin_inset Formula $A\quad B$
11356 \end_inset
11357
11358
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 \begin_inset Formula $A\qquad B$
11368 \end_inset
11369
11370
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 \begin_inset Formula $A\! B$
11380 \end_inset
11381
11382
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 </row>
11388 </lyxtabular>
11389
11390 \end_inset
11391
11392
11393 \end_layout
11394
11395 \begin_layout Standard
11396 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11397  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11398  denn sie erstellt negativen Leerraum.
11399  Es gibt noch zwei weitere negative Leerräume:
11400 \end_layout
11401
11402 \begin_layout Standard
11403 \align center
11404 \begin_inset Tabular
11405 <lyxtabular version="3" rows="3" columns="3">
11406 <features tabularvalignment="middle">
11407 <column alignment="center" valignment="middle" width="6.8cm">
11408 <column alignment="center" valignment="top" width="0pt">
11409 <column alignment="center" valignment="top" width="0pt">
11410 <row>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 Befehl
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424
11425 \backslash
11426 negmedspace
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435
11436 \backslash
11437 negthickspace
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 </row>
11443 <row>
11444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 6
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 7
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 </row>
11472 <row>
11473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 Ergebnis
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 \begin_inset Formula $A\negmedspace B$
11487 \end_inset
11488
11489
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 \begin_inset Formula $A\negthickspace B$
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 </lyxtabular>
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \begin_layout Standard
11515 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11516  Man kann auf diese Weise Ligaturen erzwingen, was z.
11517 \begin_inset space \thinspace{}
11518 \end_inset
11519
11520 B.
11521  für Summenzeichen von Nutzen ist: 
11522 \end_layout
11523
11524 \begin_layout Standard
11525 \align center
11526 \begin_inset Tabular
11527 <lyxtabular version="3" rows="3" columns="2">
11528 <features tabularvalignment="middle">
11529 <column alignment="center" valignment="top" width="0">
11530 <column alignment="center" valignment="top" width="0">
11531 <row>
11532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 Befehl
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 Ergebnis
11546 \begin_inset Note Note
11547 status collapsed
11548
11549 \begin_layout Plain Layout
11550
11551 \series bold
11552
11553 \backslash
11554 raisebox
11555 \series default
11556  dient nur als Abstandhalter.
11557 \end_layout
11558
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 <row>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572
11573 \backslash
11574 sum
11575 \backslash
11576 sum
11577 \begin_inset ERT
11578 status collapsed
11579
11580 \begin_layout Plain Layout
11581
11582
11583 \backslash
11584 leer 
11585 \end_layout
11586
11587 \end_inset
11588
11589 f_kl
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row>
11608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612
11613 \backslash
11614 sum
11615 \backslash
11616 negmedspace
11617 \backslash
11618 sum
11619 \begin_inset ERT
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623
11624
11625 \backslash
11626 leer 
11627 \end_layout
11628
11629 \end_inset
11630
11631 f_kl
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 </row>
11649 </lyxtabular>
11650
11651 \end_inset
11652
11653
11654 \end_layout
11655
11656 \begin_layout Standard
11657 Relationen, wie z.
11658 \begin_inset space \thinspace{}
11659 \end_inset
11660
11661 B.
11662  Gleichheitszeichen, sind immer von Leerraum umgeben.
11663  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11664  TeX-Klammer.
11665  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11666 \end_layout
11667
11668 \begin_layout Standard
11669 \align center
11670 \begin_inset Tabular
11671 <lyxtabular version="3" rows="2" columns="2">
11672 <features tabularvalignment="middle">
11673 <column alignment="center" valignment="top" width="0pt">
11674 <column alignment="center" valignment="top" width="0pt">
11675 <row>
11676 <cell alignment="center" valignment="top" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 normale Gleichung
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 \begin_inset Formula $A=B$
11690 \end_inset
11691
11692
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 </row>
11698 <row>
11699 <cell alignment="center" valignment="top" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 \begin_inset Note Note
11704 status collapsed
11705
11706 \begin_layout Plain Layout
11707
11708 \series bold
11709
11710 \backslash
11711 raisebox
11712 \series default
11713  dient nur als Abstandhalter.
11714 \end_layout
11715
11716 \end_inset
11717
11718
11719 \begin_inset Formula $\raisebox{5mm}{}$
11720 \end_inset
11721
11722 Gleichung ohne Leerraum
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 \begin_inset Formula $A{=}B$
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 </lyxtabular>
11741
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Standard
11748 Der Befehl für die letzte Formel lautet: 
11749 \series bold
11750 A
11751 \backslash
11752 {=
11753 \begin_inset Formula $\to$
11754 \end_inset
11755
11756 B
11757 \end_layout
11758
11759 \begin_layout Standard
11760 \begin_inset VSpace bigskip
11761 \end_inset
11762
11763 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11764  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11765  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11766 \family sans
11767 Einfügen\SpecialChar \menuseparator
11768 Formatierung\SpecialChar \menuseparator
11769 Kleiner
11770 \begin_inset space ~
11771 \end_inset
11772
11773 Abstand
11774 \family default
11775  (Tastenkürzel 
11776 \family sans
11777 Strg+Shift+Leertaste
11778 \family default
11779 ) ein.
11780 \end_layout
11781
11782 \begin_layout Standard
11783 Ein Beispiel zur Veranschaulichung:
11784 \end_layout
11785
11786 \begin_layout Standard
11787 \begin_inset Tabular
11788 <lyxtabular version="3" rows="2" columns="2">
11789 <features tabularvalignment="middle">
11790 <column alignment="left" valignment="top" width="0">
11791 <column alignment="left" valignment="top" width="0">
11792 <row>
11793 <cell alignment="center" valignment="top" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 24 kW
11798 \begin_inset Formula $\cdot$
11799 \end_inset
11800
11801 h
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 <cell alignment="center" valignment="top" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 Leerzeichen zwischen Wert und Einheit
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 </row>
11816 <row>
11817 <cell alignment="center" valignment="top" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 24
11822 \begin_inset space \thinspace{}
11823 \end_inset
11824
11825 kW
11826 \begin_inset Formula $\cdot$
11827 \end_inset
11828
11829 h
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 <cell alignment="center" valignment="top" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 kleinster Leerraum zwischen Wert und Einheit
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 </row>
11844 </lyxtabular>
11845
11846 \end_inset
11847
11848
11849 \end_layout
11850
11851 \begin_layout Subsection
11852 Variabler Leerraum
11853 \begin_inset ERT
11854 status collapsed
11855
11856 \begin_layout Plain Layout
11857
11858
11859 \backslash
11860 texorpdfstring{
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \begin_inset Foot
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 für vertikalen Leerraum in Formeln siehe 
11871 \begin_inset CommandInset ref
11872 LatexCommand ref
11873 reference "sub:Zeilenabstand"
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \end_inset
11881
11882
11883 \begin_inset ERT
11884 status collapsed
11885
11886 \begin_layout Plain Layout
11887
11888 }{}
11889 \end_layout
11890
11891 \end_inset
11892
11893
11894 \begin_inset Note Note
11895 status collapsed
11896
11897 \begin_layout Plain Layout
11898
11899 \series bold
11900
11901 \backslash
11902 texorpdfstring
11903 \series default
11904  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11905 \end_layout
11906
11907 \begin_layout Plain Layout
11908 Näheres zu 
11909 \series bold
11910
11911 \backslash
11912 texorpdfstring
11913 \series default
11914  steht in Kapitel 
11915 \begin_inset CommandInset ref
11916 LatexCommand ref
11917 reference "sub:Formeln-in-Überschriften"
11918
11919 \end_inset
11920
11921 .
11922 \end_layout
11923
11924 \end_inset
11925
11926
11927 \begin_inset CommandInset label
11928 LatexCommand label
11929 name "sub:Variabler-Leerraum"
11930
11931 \end_inset
11932
11933
11934 \begin_inset Index idx
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938 Leerraum ! horizontaler ! variabel
11939 \end_layout
11940
11941 \end_inset
11942
11943
11944 \end_layout
11945
11946 \begin_layout Standard
11947 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11948 \series bold
11949
11950 \backslash
11951 hspace
11952 \series default
11953
11954 \begin_inset Index idx
11955 status collapsed
11956
11957 \begin_layout Plain Layout
11958 Befehle ! H ! 
11959 \backslash
11960 hspace
11961 \end_layout
11962
11963 \end_inset
11964
11965  einfügen.
11966  Es erscheint ein langes 
11967 \begin_inset Quotes gld
11968 \end_inset
11969
11970
11971 \color blue
11972
11973 \begin_inset ERT
11974 status collapsed
11975
11976 \begin_layout Plain Layout
11977
11978
11979 \backslash
11980 leer 
11981 \end_layout
11982
11983 \end_inset
11984
11985
11986 \color inherit
11987
11988 \begin_inset Quotes grd
11989 \end_inset
11990
11991 .
11992  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11993  das 
11994 \begin_inset Quotes gld
11995 \end_inset
11996
11997
11998 \color blue
11999
12000 \begin_inset ERT
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004
12005
12006 \backslash
12007 leer 
12008 \end_layout
12009
12010 \end_inset
12011
12012
12013 \color inherit
12014
12015 \begin_inset Quotes grd
12016 \end_inset
12017
12018  klickt.
12019  Die Länge darf auch negativ sein.
12020  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12021  einnimmt, benutzt man den Befehl 
12022 \series bold
12023
12024 \backslash
12025 hfill
12026 \series default
12027
12028 \begin_inset Index idx
12029 status collapsed
12030
12031 \begin_layout Plain Layout
12032 Befehle ! H ! 
12033 \backslash
12034 hfill
12035 \end_layout
12036
12037 \end_inset
12038
12039 .
12040 \end_layout
12041
12042 \begin_layout Standard
12043 \begin_inset VSpace -1mm
12044 \end_inset
12045
12046
12047 \end_layout
12048
12049 \begin_layout Standard
12050 \align center
12051 \begin_inset Tabular
12052 <lyxtabular version="3" rows="4" columns="2">
12053 <features tabularvalignment="middle">
12054 <column alignment="center" valignment="top" width="0">
12055 <column alignment="center" valignment="top" width="0">
12056 <row>
12057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061 Befehl (
12062 \backslash
12063 hspace Länge)
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 Ergebnis
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 </row>
12078 <row>
12079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 A=B
12084 \backslash
12085 hspace{3cm
12086 \begin_inset Formula $\to$
12087 \end_inset
12088
12089 A
12090 \backslash
12091 not=C (3
12092 \begin_inset space \thinspace{}
12093 \end_inset
12094
12095 cm)
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12105 \end_inset
12106
12107
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 </row>
12113 <row>
12114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118 A
12119 \backslash
12120 hspace{-1mm
12121 \begin_inset Formula $\to$
12122 \end_inset
12123
12124 A
12125 \backslash
12126 not=A (-1
12127 \begin_inset space \thinspace{}
12128 \end_inset
12129
12130 mm)
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12140 \end_inset
12141
12142
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 </row>
12148 <row>
12149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 A=A
12154 \backslash
12155 hfill
12156 \begin_inset ERT
12157 status collapsed
12158
12159 \begin_layout Plain Layout
12160
12161
12162 \backslash
12163 leer 
12164 \end_layout
12165
12166 \end_inset
12167
12168 B=B
12169 \end_layout
12170
12171 \end_inset
12172 </cell>
12173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12174 \begin_inset Text
12175
12176 \begin_layout Plain Layout
12177 \begin_inset Formula $A=A\hfill B=B$
12178 \end_inset
12179
12180
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 </row>
12186 </lyxtabular>
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \begin_layout Standard
12194 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12195  Spalteneintrags der Tabelle vorgegeben.
12196  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12197  in die 
12198 \series bold
12199
12200 \backslash
12201 hfill
12202 \series default
12203  eingegeben wird.
12204  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12205  
12206 \series bold
12207
12208 \backslash
12209 hfill
12210 \series default
12211  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12212 \series bold
12213 Eingerückt
12214 \series default
12215  eingestellt ist.
12216  (Formelstile sind in 
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "sec:Formelstile"
12220
12221 \end_inset
12222
12223  erklärt.)
12224 \end_layout
12225
12226 \begin_layout Standard
12227 Neben 
12228 \series bold
12229
12230 \backslash
12231 hfill
12232 \series default
12233  gibt es noch die Befehle 
12234 \series bold
12235
12236 \backslash
12237 dotfill
12238 \series default
12239  und 
12240 \series bold
12241
12242 \backslash
12243 hrulefill
12244 \series default
12245 , die den Leerraum mit einem Muster füllen, siehe 
12246 \begin_inset CommandInset ref
12247 LatexCommand ref
12248 reference "sub:Fortsetzungspunkte"
12249
12250 \end_inset
12251
12252  für ein Beispiel.
12253 \end_layout
12254
12255 \begin_layout Standard
12256 Variabler Leerraum kann für Text über das Menü 
12257 \family sans
12258 Einfügen\SpecialChar \menuseparator
12259 Formatierung\SpecialChar \menuseparator
12260 Horizontaler
12261 \begin_inset space ~
12262 \end_inset
12263
12264 Abstand
12265 \family default
12266  eingefügt werden:
12267 \end_layout
12268
12269 \begin_layout Standard
12270 Dies ist eine Zeile mit
12271 \begin_inset space \hspace{}
12272 \length 2cm
12273 \end_inset
12274
12275 2
12276 \begin_inset space \thinspace{}
12277 \end_inset
12278
12279 cm Leerraum.
12280 \end_layout
12281
12282 \begin_layout Standard
12283 Dies ist eine Zeile mit
12284 \begin_inset space \hfill{}
12285 \end_inset
12286
12287 maximalem Leerraum.
12288 \end_layout
12289
12290 \begin_layout Subsection
12291 Leerraum neben eingebetteten Formeln
12292 \begin_inset Index idx
12293 status collapsed
12294
12295 \begin_layout Plain Layout
12296 Leerraum ! neben eingebetteten Formeln
12297 \end_layout
12298
12299 \end_inset
12300
12301
12302 \end_layout
12303
12304 \begin_layout Standard
12305 Über die Länge 
12306 \series bold
12307
12308 \backslash
12309 mathsurround
12310 \series default
12311
12312 \begin_inset Index idx
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316 Befehle ! M ! 
12317 \backslash
12318 mathsurround
12319 \end_layout
12320
12321 \end_inset
12322
12323  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12324  wird.
12325  Der Wert einer Länge wird mit dem Befehl 
12326 \series bold
12327
12328 \backslash
12329 setlength
12330 \series default
12331
12332 \begin_inset Index idx
12333 status collapsed
12334
12335 \begin_layout Plain Layout
12336 Befehle ! S ! 
12337 \backslash
12338 setlength
12339 \end_layout
12340
12341 \end_inset
12342
12343  gesetzt.
12344  Dieser besitzt folgendes Befehlsschema:
12345 \end_layout
12346
12347 \begin_layout Standard
12348
12349 \series bold
12350
12351 \backslash
12352 setlength{Längenname}{Wert}
12353 \end_layout
12354
12355 \begin_layout Standard
12356 Um 
12357 \series bold
12358
12359 \backslash
12360 mathsurround
12361 \series default
12362  den Wert 5
12363 \begin_inset space \thinspace{}
12364 \end_inset
12365
12366 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12367 \end_layout
12368
12369 \begin_layout Standard
12370
12371 \series bold
12372
12373 \backslash
12374 setlength{
12375 \backslash
12376 mathsurround}{5mm}
12377 \end_layout
12378
12379 \begin_layout Standard
12380 ein.
12381  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12382 \begin_inset space \thinspace{}
12383 \end_inset
12384
12385 mm Leerraum gesetzt:
12386 \begin_inset ERT
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390
12391
12392 \backslash
12393 setlength{
12394 \backslash
12395 mathsurround}{5mm}
12396 \end_layout
12397
12398 \end_inset
12399
12400
12401 \end_layout
12402
12403 \begin_layout Standard
12404 Dies ist eine Zeile in der sich 
12405 \begin_inset Formula $A=B$
12406 \end_inset
12407
12408  eine Formel mit 5
12409 \begin_inset space \thinspace{}
12410 \end_inset
12411
12412 mm umgebendem Leerraum befindet.
12413 \begin_inset ERT
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417
12418
12419 \backslash
12420 setlength{
12421 \backslash
12422 mathsurround}{0pt}
12423 \end_layout
12424
12425 \end_inset
12426
12427
12428 \end_layout
12429
12430 \begin_layout Standard
12431 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12432 \series bold
12433
12434 \backslash
12435 mathsurround
12436 \series default
12437  auf den Wert 0
12438 \begin_inset space \thinspace{}
12439 \end_inset
12440
12441 pt.
12442 \end_layout
12443
12444 \begin_layout Section
12445 Boxen und Rahmen
12446 \begin_inset Index idx
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450 Boxen
12451 \end_layout
12452
12453 \end_inset
12454
12455
12456 \begin_inset Index idx
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460 Rahmen | see
12461 \begin_inset ERT
12462 status collapsed
12463
12464 \begin_layout Plain Layout
12465
12466 {
12467 \end_layout
12468
12469 \end_inset
12470
12471 Boxen
12472 \begin_inset ERT
12473 status collapsed
12474
12475 \begin_layout Plain Layout
12476
12477 }
12478 \end_layout
12479
12480 \end_inset
12481
12482
12483 \end_layout
12484
12485 \end_inset
12486
12487
12488 \end_layout
12489
12490 \begin_layout Standard
12491 Boxen für Text sind im Kapitel 
12492 \family typewriter
12493 Boxen
12494 \family default
12495  im Handbuch 
12496 \family typewriter
12497 Eingebettete
12498 \begin_inset space ~
12499 \end_inset
12500
12501 Objekte
12502 \family default
12503  beschrieben.
12504 \end_layout
12505
12506 \begin_layout Subsection
12507 Boxen mit Rahmen
12508 \begin_inset CommandInset label
12509 LatexCommand label
12510 name "sub:Boxen-mit-Rahmen"
12511
12512 \end_inset
12513
12514
12515 \begin_inset Index idx
12516 status collapsed
12517
12518 \begin_layout Plain Layout
12519 Boxen ! mit Rahmen
12520 \end_layout
12521
12522 \end_inset
12523
12524
12525 \end_layout
12526
12527 \begin_layout Standard
12528 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12529 \series bold
12530
12531 \backslash
12532 fbox
12533 \series default
12534
12535 \begin_inset Index idx
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539 Befehle ! F ! 
12540 \backslash
12541 fbox
12542 \end_layout
12543
12544 \end_inset
12545
12546  und 
12547 \series bold
12548
12549 \backslash
12550 boxed
12551 \series default
12552
12553 \begin_inset Index idx
12554 status collapsed
12555
12556 \begin_layout Plain Layout
12557 Befehle ! B ! 
12558 \backslash
12559 boxed
12560 \end_layout
12561
12562 \end_inset
12563
12564  zu umranden.
12565 \end_layout
12566
12567 \begin_layout Standard
12568 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12569  in einem Rahmen.
12570  Bei 
12571 \series bold
12572
12573 \backslash
12574 fbox
12575 \series default
12576  muss in diesem Eingabefeld mit 
12577 \family sans
12578 Strg+M
12579 \family default
12580  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12581  als mathematischer Text behandelt.
12582  Verwendet man 
12583 \series bold
12584
12585 \backslash
12586 boxed
12587 \series default
12588 , wird automatisch im Rahmen eine neue Formel erzeugt.
12589 \end_layout
12590
12591 \begin_layout Standard
12592 Der Befehl 
12593 \series bold
12594
12595 \backslash
12596 fbox
12597 \series default
12598  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12599  wird dann immer in Textzeilengröße gesetzt.
12600  Im Gegensatz dazu ist 
12601 \series bold
12602
12603 \backslash
12604 boxed
12605 \series default
12606  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12607  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12608 \end_layout
12609
12610 \begin_layout Standard
12611 Als Erweiterung zu 
12612 \series bold
12613
12614 \backslash
12615 fbox
12616 \series default
12617  gibt es den Befehl 
12618 \series bold
12619
12620 \backslash
12621 framebox
12622 \series default
12623
12624 \begin_inset Index idx
12625 status collapsed
12626
12627 \begin_layout Plain Layout
12628 Befehle ! F ! 
12629 \backslash
12630 framebox
12631 \end_layout
12632
12633 \end_inset
12634
12635 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12636  kann.
12637  
12638 \series bold
12639
12640 \backslash
12641 framebox
12642 \series default
12643  wird nach folgendem Schema verwendet:
12644 \end_layout
12645
12646 \begin_layout Standard
12647
12648 \series bold
12649
12650 \backslash
12651 framebox[Rahmenbreite][Position]{Boxinhalt}
12652 \end_layout
12653
12654 \begin_layout Standard
12655 Die Position kann entweder 
12656 \emph on
12657 l
12658 \emph default
12659  oder 
12660 \emph on
12661 r
12662 \emph default
12663  sein.
12664  
12665 \emph on
12666 l
12667 \emph default
12668  bewirkt linksbündige, 
12669 \emph on
12670 r
12671 \emph default
12672  rechtsbündige Ausrichtung der Formel in der Box.
12673  Gibt man keine Position an, wird die Formel zentriert.
12674 \begin_inset Newline newline
12675 \end_inset
12676
12677 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12678  In diesem Falle wird die Rahmenbreite wie bei 
12679 \series bold
12680
12681 \backslash
12682 fbox
12683 \series default
12684  an den Boxinhalt angepasst.
12685 \end_layout
12686
12687 \begin_layout Standard
12688 Wenn man den Befehl 
12689 \series bold
12690
12691 \backslash
12692 framebox
12693 \series default
12694  eingibt, erscheint eine Box mit drei Eingabefeldern.
12695  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12696  beiden optionalen Argumente.
12697  In das dritte Feld wird wie bei 
12698 \series bold
12699
12700 \backslash
12701 fbox
12702 \series default
12703  die Formel eingegeben.
12704 \end_layout
12705
12706 \begin_layout Standard
12707 \align center
12708 \begin_inset Tabular
12709 <lyxtabular version="3" rows="5" columns="2">
12710 <features tabularvalignment="middle">
12711 <column alignment="center" valignment="top" width="0">
12712 <column alignment="center" valignment="top" width="0">
12713 <row>
12714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12715 \begin_inset Text
12716
12717 \begin_layout Plain Layout
12718 Befehl
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 Ergebnis
12728 \begin_inset Note Note
12729 status collapsed
12730
12731 \begin_layout Plain Layout
12732
12733 \series bold
12734
12735 \backslash
12736 raisebox
12737 \series default
12738  dient nur als Abstandhalter.
12739 \end_layout
12740
12741 \end_inset
12742
12743
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 </row>
12749 <row>
12750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754
12755 \backslash
12756 fbox
12757 \begin_inset ERT
12758 status collapsed
12759
12760 \begin_layout Plain Layout
12761
12762
12763 \backslash
12764 leer 
12765 \end_layout
12766
12767 \end_inset
12768
12769
12770 \family sans
12771 Strg+M
12772 \family default
12773  
12774 \backslash
12775 int
12776 \begin_inset ERT
12777 status collapsed
12778
12779 \begin_layout Plain Layout
12780
12781
12782 \backslash
12783 leer 
12784 \end_layout
12785
12786 \end_inset
12787
12788 A=B
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12798 \end_inset
12799
12800
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 </row>
12806 <row>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811
12812 \backslash
12813 boxed
12814 \begin_inset ERT
12815 status collapsed
12816
12817 \begin_layout Plain Layout
12818
12819
12820 \backslash
12821 leer 
12822 \end_layout
12823
12824 \end_inset
12825
12826
12827 \backslash
12828 int
12829 \begin_inset ERT
12830 status collapsed
12831
12832 \begin_layout Plain Layout
12833
12834
12835 \backslash
12836 leer 
12837 \end_layout
12838
12839 \end_inset
12840
12841 A=B
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12851 \end_inset
12852
12853
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 </row>
12859 <row>
12860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 A+
12865 \backslash
12866 fbox
12867 \begin_inset ERT
12868 status collapsed
12869
12870 \begin_layout Plain Layout
12871
12872
12873 \backslash
12874 leer 
12875 \end_layout
12876
12877 \end_inset
12878
12879 B
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12889 \end_inset
12890
12891
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 </row>
12897 <row>
12898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902
12903 \backslash
12904 framebox
12905 \begin_inset ERT
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909
12910
12911 \backslash
12912 leer 
12913 \end_layout
12914
12915 \end_inset
12916
12917 20mm
12918 \begin_inset Formula $\to$
12919 \end_inset
12920
12921
12922 \begin_inset Formula $\to$
12923 \end_inset
12924
12925
12926 \family sans
12927 Strg+M
12928 \family default
12929  
12930 \backslash
12931 frac
12932 \begin_inset ERT
12933 status collapsed
12934
12935 \begin_layout Plain Layout
12936
12937
12938 \backslash
12939 leer 
12940 \end_layout
12941
12942 \end_inset
12943
12944 A
12945 \begin_inset Formula $\downarrow$
12946 \end_inset
12947
12948 B
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 \begin_inset Formula $\raisebox{6mm}{}$
12958 \end_inset
12959
12960
12961 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12962 \end_inset
12963
12964
12965 \begin_inset Formula $\raisebox{-4mm}{}$
12966 \end_inset
12967
12968
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 </row>
12974 </lyxtabular>
12975
12976 \end_inset
12977
12978
12979 \end_layout
12980
12981 \begin_layout Standard
12982 Die Rahmendicke kann ebenfalls eingestellt werden.
12983  Dazu müssen vor der Formel im TeX-Modus die Befehle
12984 \end_layout
12985
12986 \begin_layout Standard
12987
12988 \series bold
12989
12990 \backslash
12991 fboxrule
12992 \series default
12993  
12994 \series bold
12995
12996 \begin_inset Quotes gld
12997 \end_inset
12998
12999 Dicke
13000 \begin_inset Quotes grd
13001 \end_inset
13002
13003
13004 \series default
13005  
13006 \series bold
13007
13008 \backslash
13009 fboxsep
13010 \series default
13011  
13012 \series bold
13013
13014 \begin_inset Quotes gld
13015 \end_inset
13016
13017 Abstand
13018 \begin_inset Quotes grd
13019 \end_inset
13020
13021
13022 \end_layout
13023
13024 \begin_layout Standard
13025 eingegeben werden.
13026  
13027 \begin_inset Quotes gld
13028 \end_inset
13029
13030 Abstand
13031 \begin_inset Quotes grd
13032 \end_inset
13033
13034  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13035  in der Box fest.
13036  Ein Beispiel dafür ist folgende umrandete Formel:
13037 \begin_inset ERT
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041
13042
13043 \backslash
13044 fboxrule 2mm 
13045 \backslash
13046 fboxsep 3mm
13047 \end_layout
13048
13049 \end_inset
13050
13051
13052 \begin_inset Formula \[
13053 \boxed{A+B=C}\]
13054
13055 \end_inset
13056
13057 Vor dieser Formel wurde im TeX-Modus
13058 \end_layout
13059
13060 \begin_layout Standard
13061
13062 \series bold
13063
13064 \backslash
13065 fboxrule
13066 \series default
13067  
13068 \series bold
13069 2mm
13070 \series default
13071  
13072 \series bold
13073
13074 \backslash
13075 fboxsep
13076 \series default
13077  
13078 \series bold
13079 3mm
13080 \end_layout
13081
13082 \begin_layout Standard
13083 eingegeben.
13084  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13085 \end_layout
13086
13087 \begin_layout Standard
13088 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13089  nächsten Formel im TeX-Modus folgende Befehle ein:
13090 \end_layout
13091
13092 \begin_layout Standard
13093
13094 \series bold
13095
13096 \backslash
13097 fboxrule
13098 \series default
13099  
13100 \series bold
13101 0.4pt
13102 \series default
13103  
13104 \series bold
13105
13106 \backslash
13107 fboxsep
13108 \series default
13109  
13110 \series bold
13111 3pt
13112 \series default
13113
13114 \begin_inset ERT
13115 status collapsed
13116
13117 \begin_layout Plain Layout
13118
13119
13120 \backslash
13121 fboxrule 0.4pt 
13122 \backslash
13123 fboxsep 3pt
13124 \end_layout
13125
13126 \end_inset
13127
13128
13129 \end_layout
13130
13131 \begin_layout Subsection
13132 Boxen ohne Rahmen
13133 \begin_inset CommandInset label
13134 LatexCommand label
13135 name "sub:Boxen-ohne-Rahmen"
13136
13137 \end_inset
13138
13139
13140 \begin_inset Index idx
13141 status collapsed
13142
13143 \begin_layout Plain Layout
13144 Boxen ! ohne Rahmen
13145 \end_layout
13146
13147 \end_inset
13148
13149
13150 \end_layout
13151
13152 \begin_layout Standard
13153 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13154 \series bold
13155
13156 \backslash
13157 mbox
13158 \series default
13159
13160 \begin_inset Index idx
13161 status collapsed
13162
13163 \begin_layout Plain Layout
13164 Befehle ! M ! 
13165 \backslash
13166 mbox
13167 \end_layout
13168
13169 \end_inset
13170
13171
13172 \series bold
13173
13174 \backslash
13175 makebox
13176 \series default
13177
13178 \begin_inset Index idx
13179 status collapsed
13180
13181 \begin_layout Plain Layout
13182 Befehle ! M ! 
13183 \backslash
13184 makebox
13185 \end_layout
13186
13187 \end_inset
13188
13189  und
13190 \begin_inset Newline linebreak
13191 \end_inset
13192
13193
13194 \series bold
13195
13196 \backslash
13197 raisebox
13198 \series default
13199
13200 \begin_inset Index idx
13201 status collapsed
13202
13203 \begin_layout Plain Layout
13204 Befehle ! R ! 
13205 \backslash
13206 raisebox
13207 \end_layout
13208
13209 \end_inset
13210
13211
13212 \end_layout
13213
13214 \begin_layout Standard
13215 Mit 
13216 \series bold
13217
13218 \backslash
13219 raisebox
13220 \series default
13221  kann man eine Box hoch- oder tiefstellen.
13222  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13223 n die Schriftgröße bei.
13224  
13225 \series bold
13226
13227 \backslash
13228 raisebox
13229 \series default
13230  wird dabei mit folgendem Schema benutzt:
13231 \end_layout
13232
13233 \begin_layout Standard
13234
13235 \series bold
13236
13237 \backslash
13238 raisebox{Höhe}{Boxinhalt}
13239 \end_layout
13240
13241 \begin_layout Standard
13242 Soll in der Box eine Formel stehen, muss man wie bei 
13243 \series bold
13244
13245 \backslash
13246 fbox
13247 \series default
13248  eine weitere Formel erstellen.
13249  
13250 \begin_inset Note Greyedout
13251 status open
13252
13253 \begin_layout Plain Layout
13254
13255 \series bold
13256 Achtung:
13257 \series default
13258  Für 
13259 \series bold
13260
13261 \backslash
13262 raisebox
13263 \series default
13264  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13265  
13266 \family sans
13267 Strg+M
13268 \family default
13269  erstellt, denn LyX unterstützt 
13270 \series bold
13271
13272 \backslash
13273 raisebox
13274 \series default
13275  noch nicht direkt.
13276 \end_layout
13277
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \begin_layout Standard
13284 \align center
13285 \begin_inset Tabular
13286 <lyxtabular version="3" rows="4" columns="2">
13287 <features tabularvalignment="middle">
13288 <column alignment="center" valignment="top" width="0">
13289 <column alignment="center" valignment="top" width="0">
13290 <row>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 Befehl
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 Ergebnis
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 </row>
13310 <row>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 H
13316 \backslash
13317 raisebox{2mm
13318 \begin_inset Formula $\to$
13319 \end_inset
13320
13321
13322 \backslash
13323 {al
13324 \begin_inset Formula $\to$
13325 \end_inset
13326
13327  lo
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 </row>
13345 <row>
13346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 H
13351 \backslash
13352 raisebox{-2mm
13353 \begin_inset Formula $\to$
13354 \end_inset
13355
13356
13357 \backslash
13358 {al
13359 \begin_inset Formula $\to$
13360 \end_inset
13361
13362 lo
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13372 \end_inset
13373
13374
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 </row>
13380 <row>
13381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 A=
13386 \backslash
13387 raisebox{-2mm
13388 \begin_inset Formula $\to$
13389 \end_inset
13390
13391
13392 \backslash
13393 {
13394 \family sans
13395 Strg+M Strg+M
13396 \family default
13397  
13398 \backslash
13399 sqrt
13400 \begin_inset ERT
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404
13405
13406 \backslash
13407 leer 
13408 \end_layout
13409
13410 \end_inset
13411
13412
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13422 \end_inset
13423
13424
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 </lyxtabular>
13431
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Standard
13438 Der Befehl 
13439 \series bold
13440
13441 \backslash
13442 mbox
13443 \series default
13444  ist äquivalent zu 
13445 \series bold
13446
13447 \backslash
13448 fbox
13449 \series default
13450  und 
13451 \series bold
13452
13453 \backslash
13454 makebox
13455 \series default
13456  ist äquivalent zu 
13457 \series bold
13458
13459 \backslash
13460 framebox
13461 \series default
13462 , nur dass es keinen Rahmen gibt.
13463 \end_layout
13464
13465 \begin_layout Subsection
13466 Farbige Boxen
13467 \begin_inset CommandInset label
13468 LatexCommand label
13469 name "sub:Farbige-Boxen"
13470
13471 \end_inset
13472
13473
13474 \begin_inset Index idx
13475 status collapsed
13476
13477 \begin_layout Plain Layout
13478 Boxen ! farbige
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \begin_layout Standard
13487 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13488  im LaTeX-Vorspann das LaTeX-Paket 
13489 \series bold
13490 color
13491 \series default
13492
13493 \begin_inset Foot
13494 status collapsed
13495
13496 \begin_layout Plain Layout
13497 Das Paket 
13498 \series bold
13499 color
13500 \series default
13501  ist Teil jeder LaTeX-Standardinstallation.
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \begin_inset Index idx
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511 Pakete ! color
13512 \end_layout
13513
13514 \end_inset
13515
13516  mit der Zeile
13517 \end_layout
13518
13519 \begin_layout Standard
13520
13521 \series bold
13522
13523 \backslash
13524 usepackage{color}
13525 \end_layout
13526
13527 \begin_layout Standard
13528 geladen werden
13529 \begin_inset Foot
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13534  LyX das LaTeX-Paket 
13535 \series bold
13536 color
13537 \series default
13538  automatisch.
13539  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13540  keine Probleme hervorruft.
13541 \end_layout
13542
13543 \end_inset
13544
13545
13546 \begin_inset Note Note
13547 status collapsed
13548
13549 \begin_layout Plain Layout
13550 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13551  ein Makro eingefügt.
13552 \end_layout
13553
13554 \end_inset
13555
13556 .
13557 \end_layout
13558
13559 \begin_layout Standard
13560 \begin_inset VSpace medskip
13561 \end_inset
13562
13563 Um Boxen einzufärben, verwendet man den Befehl 
13564 \series bold
13565
13566 \backslash
13567 colorbox
13568 \series default
13569
13570 \begin_inset Index idx
13571 status collapsed
13572
13573 \begin_layout Plain Layout
13574 Befehle ! C ! 
13575 \backslash
13576 colorbox
13577 \end_layout
13578
13579 \end_inset
13580
13581  nach folgendem Schema:
13582 \end_layout
13583
13584 \begin_layout Standard
13585
13586 \series bold
13587
13588 \backslash
13589 colorbox{Farbe}{Boxinhalt}
13590 \end_layout
13591
13592 \begin_layout Standard
13593 Der Boxinhalt kann auch wieder eine Box sein und eine 
13594 \series bold
13595
13596 \backslash
13597 colorbox
13598 \series default
13599  kann auch ein Teil einer anderen Box sein (siehe 2.
13600  und 3.
13601  Beispiel).
13602  Soll in der Box eine Formel stehen, muss wie bei 
13603 \series bold
13604
13605 \backslash
13606 raisebox
13607 \series default
13608  eine weitere Formel erstellt werden.
13609 \begin_inset Foot
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613 Das gilt auch für den Befehl 
13614 \series bold
13615
13616 \backslash
13617 fcolorbox
13618 \series default
13619 .
13620 \end_layout
13621
13622 \end_inset
13623
13624
13625 \end_layout
13626
13627 \begin_layout Standard
13628 Aus folgenden vordefinierten Farben kann gewählt werden:
13629 \end_layout
13630
13631 \begin_layout Standard
13632
13633 \series bold
13634 black
13635 \series default
13636
13637 \series bold
13638 blue
13639 \series default
13640
13641 \series bold
13642 cyan
13643 \series default
13644
13645 \series bold
13646 green
13647 \series default
13648
13649 \series bold
13650 magenta
13651 \series default
13652
13653 \series bold
13654 red
13655 \series default
13656
13657 \series bold
13658 white
13659 \series default
13660  und 
13661 \series bold
13662 yellow
13663 \end_layout
13664
13665 \begin_layout Standard
13666 \align center
13667 \begin_inset Tabular
13668 <lyxtabular version="3" rows="4" columns="2">
13669 <features tabularvalignment="middle">
13670 <column alignment="center" valignment="top" width="0">
13671 <column alignment="center" valignment="top" width="0">
13672 <row>
13673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 Befehl
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 Ergebnis
13687 \begin_inset Note Note
13688 status collapsed
13689
13690 \begin_layout Plain Layout
13691
13692 \series bold
13693
13694 \backslash
13695 raisebox
13696 \series default
13697  dient nur als Abstandhalter.
13698 \end_layout
13699
13700 \end_inset
13701
13702
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 </row>
13708 <row>
13709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713
13714 \backslash
13715 colorbox{yellow
13716 \begin_inset Formula $\to$
13717 \end_inset
13718
13719
13720 \backslash
13721 {A=B
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13731 \end_inset
13732
13733
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 </row>
13739 <row>
13740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744
13745 \backslash
13746 colorbox{green
13747 \begin_inset Formula $\to$
13748 \end_inset
13749
13750
13751 \backslash
13752 {
13753 \backslash
13754 fbox
13755 \begin_inset ERT
13756 status collapsed
13757
13758 \begin_layout Plain Layout
13759
13760
13761 \backslash
13762 leer 
13763 \end_layout
13764
13765 \end_inset
13766
13767 A=B
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13777 \end_inset
13778
13779
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 </row>
13785 <row>
13786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790
13791 \backslash
13792 fbox
13793 \begin_inset ERT
13794 status collapsed
13795
13796 \begin_layout Plain Layout
13797
13798
13799 \backslash
13800 leer 
13801 \end_layout
13802
13803 \end_inset
13804
13805
13806 \backslash
13807 colorbox{green
13808 \begin_inset Formula $\to$
13809 \end_inset
13810
13811
13812 \backslash
13813 {
13814 \family sans
13815 Strg+M Strg+M
13816 \family default
13817  
13818 \backslash
13819 int
13820 \begin_inset ERT
13821 status collapsed
13822
13823 \begin_layout Plain Layout
13824
13825
13826 \backslash
13827 leer 
13828 \end_layout
13829
13830 \end_inset
13831
13832 C=D
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13842 \end_inset
13843
13844
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 </lyxtabular>
13851
13852 \end_inset
13853
13854
13855 \end_layout
13856
13857 \begin_layout Standard
13858
13859 \series bold
13860
13861 \backslash
13862 colorbox
13863 \series default
13864  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13865  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13866  
13867 \family sans
13868 Textstil
13869 \family default
13870  die gewünschte Farbe aus.
13871  Der Dialog kann mit dem Werkzeugleistenknopf 
13872 \begin_inset Graphics
13873         filename ../../images/dialog-show_character.png
13874         scale 85
13875
13876 \end_inset
13877
13878  oder dem Menü 
13879 \family sans
13880 Bearbeiten\SpecialChar \menuseparator
13881 Textstil\SpecialChar \menuseparator
13882 Benutzerdefiniert
13883 \family default
13884  aufgerufen werden.
13885  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13886  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13887  innerhalb der Formel die Farbe geändert werden.
13888 \end_layout
13889
13890 \begin_layout Standard
13891 Ein Beispiel:
13892 \end_layout
13893
13894 \begin_layout Standard
13895
13896 \color red
13897 \begin_inset Formula \begin{equation}
13898 \int A=B\label{eq:rot}\end{equation}
13899
13900 \end_inset
13901
13902
13903 \color green
13904
13905 \begin_inset Formula \begin{equation}
13906 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914 Formel 
13915 \begin_inset CommandInset ref
13916 LatexCommand eqref
13917 reference "eq:rot"
13918
13919 \end_inset
13920
13921  ist komplett rot gefärbt.
13922 \begin_inset Newline newline
13923 \end_inset
13924
13925 Formel 
13926 \begin_inset CommandInset ref
13927 LatexCommand eqref
13928 reference "eq:rotgruen"
13929
13930 \end_inset
13931
13932  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13933  Anschließend wurden die Formelzeichen rot gefärbt.
13934 \end_layout
13935
13936 \begin_layout Standard
13937 \begin_inset VSpace bigskip
13938 \end_inset
13939
13940 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13941  den Befehl 
13942 \series bold
13943
13944 \backslash
13945 fcolorbox
13946 \series default
13947
13948 \begin_inset Index idx
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952 Befehle ! F ! 
13953 \backslash
13954 fcolorbox
13955 \end_layout
13956
13957 \end_inset
13958
13959  nach folgendem Schema:
13960 \end_layout
13961
13962 \begin_layout Standard
13963
13964 \series bold
13965
13966 \backslash
13967 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13968 \end_layout
13969
13970 \begin_layout Standard
13971
13972 \series bold
13973
13974 \backslash
13975 fcolorbox
13976 \series default
13977  stellt also eine Erweiterung des Befehls 
13978 \series bold
13979
13980 \backslash
13981 colorbox
13982 \series default
13983  dar.
13984  Die Rahmenbreite wird, wie bei 
13985 \series bold
13986
13987 \backslash
13988 framebox
13989 \series default
13990 , mit 
13991 \series bold
13992
13993 \backslash
13994 fboxrule
13995 \series default
13996  und 
13997 \series bold
13998
13999 \backslash
14000 fboxsep
14001 \series default
14002  festgelegt.
14003  Ein Beispiel:
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009
14010 \backslash
14011 fboxrule 1mm 
14012 \backslash
14013 fboxsep 1mm
14014 \end_layout
14015
14016 \end_inset
14017
14018
14019 \begin_inset Formula \[
14020 \fcolorbox{cyan}{magenta}{A=B}\]
14021
14022 \end_inset
14023
14024
14025 \begin_inset ERT
14026 status collapsed
14027
14028 \begin_layout Plain Layout
14029
14030
14031 \backslash
14032 fboxrule 0.4pt 
14033 \backslash
14034 fboxsep 3pt
14035 \end_layout
14036
14037 \end_inset
14038
14039
14040 \end_layout
14041
14042 \begin_layout Standard
14043 Diese Formel wurde mit folgendem Befehl erstellt:
14044 \begin_inset Newline newline
14045 \end_inset
14046
14047
14048 \series bold
14049
14050 \backslash
14051 fcolorbox{cyan
14052 \begin_inset Formula $\to$
14053 \end_inset
14054
14055
14056 \backslash
14057 {magenta
14058 \begin_inset Formula $\to$
14059 \end_inset
14060
14061
14062 \backslash
14063 {A=B
14064 \end_layout
14065
14066 \begin_layout Standard
14067 \begin_inset VSpace bigskip
14068 \end_inset
14069
14070 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14071  selbst definieren.
14072 \end_layout
14073
14074 \begin_layout Standard
14075 Man kann z.
14076 \begin_inset space \thinspace{}
14077 \end_inset
14078
14079 B.
14080  mit folgender LaTeX-Vorspannzeile die Farbe 
14081 \begin_inset Quotes gld
14082 \end_inset
14083
14084
14085 \series bold
14086 dunkelgruen
14087 \series default
14088
14089 \begin_inset Quotes grd
14090 \end_inset
14091
14092
14093 \begin_inset Foot
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097 In Befehlen darf kein Umlaut stehen, siehe 
14098 \begin_inset CommandInset ref
14099 LatexCommand ref
14100 reference "sec:Benutzerdefinierte-Befehle"
14101
14102 \end_inset
14103
14104 .
14105 \end_layout
14106
14107 \end_inset
14108
14109  definieren:
14110 \end_layout
14111
14112 \begin_layout Standard
14113
14114 \series bold
14115
14116 \backslash
14117 definecolor{dunkelgruen}{cmyk}{0.5,
14118 \series default
14119  
14120 \series bold
14121 0,
14122 \series default
14123  
14124 \series bold
14125 1,
14126 \series default
14127  
14128 \series bold
14129 0.5}
14130 \series default
14131
14132 \begin_inset Index idx
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136 Befehle ! D ! 
14137 \backslash
14138 definecolor
14139 \end_layout
14140
14141 \end_inset
14142
14143
14144 \end_layout
14145
14146 \begin_layout Standard
14147
14148 \series bold
14149 cmyk
14150 \series default
14151  ist der Farbraum und steht für die Farben 
14152 \series bold
14153 cyan
14154 \series default
14155
14156 \series bold
14157 magenta
14158 \series default
14159
14160 \series bold
14161 yellow
14162 \series default
14163  und 
14164 \series bold
14165 black
14166 \series default
14167 .
14168  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14169  Für den Anteil kann man Werte im Bereich 0
14170 \begin_inset space \thinspace{}
14171 \end_inset
14172
14173 -
14174 \begin_inset space \thinspace{}
14175 \end_inset
14176
14177 1 angeben.
14178  Anstelle von 
14179 \series bold
14180 cmyk
14181 \series default
14182  kann man zur Definition auch den Farbraum 
14183 \series bold
14184 rgb
14185 \series default
14186  verwenden.
14187  
14188 \series bold
14189 rgb
14190 \series default
14191  steht für 
14192 \series bold
14193 red
14194 \series default
14195
14196 \series bold
14197 green
14198 \series default
14199  und 
14200 \series bold
14201 blue
14202 \series default
14203 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14204  Des Weiteren gibt es noch den Farbraum 
14205 \series bold
14206 gray
14207 \series default
14208 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14209 \end_layout
14210
14211 \begin_layout Standard
14212 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14213 \series bold
14214 darkgreen
14215 \series default
14216 , bei der die Zeichenfarbe 
14217 \series bold
14218 yellow
14219 \series default
14220  gewählt wurde:
14221 \begin_inset Formula \begin{equation}
14222 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14223
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \begin_layout Standard
14230 Selbst definierte Farben können mit dem Befehl 
14231 \series bold
14232
14233 \backslash
14234 textcolor
14235 \series default
14236  auch für Text
14237 \begin_inset Index idx
14238 status collapsed
14239
14240 \begin_layout Plain Layout
14241 Text ! farbiger
14242 \end_layout
14243
14244 \end_inset
14245
14246  verwendet werden:
14247 \end_layout
14248
14249 \begin_layout Standard
14250 \begin_inset ERT
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254
14255
14256 \backslash
14257 textcolor{dunkelgruen}{
14258 \end_layout
14259
14260 \end_inset
14261
14262 Dieser Satz ist 
14263 \begin_inset Quotes gld
14264 \end_inset
14265
14266 dunkelgruen
14267 \begin_inset Quotes grd
14268 \end_inset
14269
14270 .
14271 \begin_inset ERT
14272 status collapsed
14273
14274 \begin_layout Plain Layout
14275
14276 }
14277 \end_layout
14278
14279 \end_inset
14280
14281
14282 \end_layout
14283
14284 \begin_layout Standard
14285
14286 \series bold
14287
14288 \backslash
14289 textcolor
14290 \series default
14291
14292 \begin_inset Index idx
14293 status collapsed
14294
14295 \begin_layout Plain Layout
14296 Befehle ! T ! 
14297 \backslash
14298 textcolor
14299 \end_layout
14300
14301 \end_inset
14302
14303  wird nach dem Schema 
14304 \series bold
14305
14306 \backslash
14307 textcolor{Farbe}{zu
14308 \series default
14309  
14310 \series bold
14311 färbende
14312 \series default
14313  
14314 \series bold
14315 Zeichen}
14316 \series default
14317  verwendet.
14318 \end_layout
14319
14320 \begin_layout Subsection
14321 Absatzboxen
14322 \begin_inset CommandInset label
14323 LatexCommand label
14324 name "sub:Absatzboxen"
14325
14326 \end_inset
14327
14328
14329 \begin_inset Index idx
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333 Boxen ! Absatz-
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Standard
14342 Mit dem Menü 
14343 \family sans
14344 Einfügen\SpecialChar \menuseparator
14345 Box
14346 \family default
14347  oder dem Werkzeugleistenknopf 
14348 \begin_inset Graphics
14349         filename ../../images/box-insert.png
14350         scale 85
14351
14352 \end_inset
14353
14354  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14355  eine so genannte 
14356 \emph on
14357 Parbox
14358 \emph default
14359  (Absatzbox).
14360 \end_layout
14361
14362 \begin_layout Standard
14363 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14364 \end_layout
14365
14366 \begin_layout Standard
14367 \begin_inset VSpace medskip
14368 \end_inset
14369
14370 Dies ist eine Zeile 
14371 \begin_inset Box Boxed
14372 position "c"
14373 hor_pos "c"
14374 has_inner_box 1
14375 inner_pos "t"
14376 use_parbox 1
14377 use_makebox 0
14378 width "5cm"
14379 special "none"
14380 height "1in"
14381 height_special "totalheight"
14382 status open
14383
14384 \begin_layout Plain Layout
14385 Dies ist die Absatzbox.
14386  Sie ist genau 5
14387 \begin_inset space \thinspace{}
14388 \end_inset
14389
14390 cm lang und kann auch Formeln enthalten: 
14391 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \end_inset
14398
14399  mit einer Absatzbox.
14400 \begin_inset VSpace medskip
14401 \end_inset
14402
14403
14404 \end_layout
14405
14406 \begin_layout Standard
14407 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14408  graue Box mit dem Namen 
14409 \begin_inset Quotes gld
14410 \end_inset
14411
14412 Box(Gerahmt)
14413 \begin_inset Quotes grd
14414 \end_inset
14415
14416  klickt.
14417  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14418  In diesem Fall: 
14419 \emph on
14420 Verzierung
14421 \emph default
14422 : Rechteckige Box, 
14423 \emph on
14424 Innere Box
14425 \emph default
14426 : Parbox, 
14427 \emph on
14428 Breite
14429 \emph default
14430 : 5
14431 \begin_inset space \thinspace{}
14432 \end_inset
14433
14434 cm, 
14435 \emph on
14436 Vertikale Box Ausrichtung
14437 \emph default
14438 : Mitte
14439 \end_layout
14440
14441 \begin_layout Standard
14442 \begin_inset VSpace medskip
14443 \end_inset
14444
14445 In LaTeX wird eine Absatzbox mit dem Befehl 
14446 \series bold
14447
14448 \backslash
14449 parbox
14450 \series default
14451
14452 \begin_inset Index idx
14453 status collapsed
14454
14455 \begin_layout Plain Layout
14456 Befehle ! P ! 
14457 \backslash
14458 parbox
14459 \end_layout
14460
14461 \end_inset
14462
14463  erstellt, welcher folgendes Schema besitzt:
14464 \end_layout
14465
14466 \begin_layout Standard
14467
14468 \series bold
14469
14470 \backslash
14471 parbox[Position]{Breite}{Boxinhalt}
14472 \end_layout
14473
14474 \begin_layout Standard
14475 Die Positionen 
14476 \emph on
14477 b
14478 \emph default
14479  und 
14480 \emph on
14481 t
14482 \emph default
14483  sind möglich.
14484  
14485 \emph on
14486 b
14487 \emph default
14488  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14489  Text eingepasst wird.
14490  Bei 
14491 \emph on
14492 t
14493 \emph default
14494  wie top geschieht dies für die erste Zeile.
14495  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14496  siehe das Kapitel 
14497 \emph on
14498 Boxen
14499 \emph default
14500  des Handbuchs
14501 \emph on
14502  Eingebettete
14503 \begin_inset space ~
14504 \end_inset
14505
14506 Objekte
14507 \emph default
14508  für Beispiele.
14509 \end_layout
14510
14511 \begin_layout Standard
14512 \begin_inset VSpace bigskip
14513 \end_inset
14514
14515 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14516  in eine Absatzbox setzen.
14517  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14518 \series bold
14519
14520 \backslash
14521 fbox{
14522 \backslash
14523 parbox{
14524 \backslash
14525 linewidth-2
14526 \backslash
14527 fboxsep-2
14528 \backslash
14529 fboxrule}{
14530 \series default
14531 .
14532  Hierbei steht 
14533 \series bold
14534
14535 \backslash
14536 linewidth
14537 \series default
14538
14539 \begin_inset Index idx
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543 Befehle ! L ! 
14544 \backslash
14545 linewidth
14546 \end_layout
14547
14548 \end_inset
14549
14550  für die im Dokument eingestellte Zeilenbreite.
14551  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14552 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14553  Da dies LyX aufgrund eines Fehlers
14554 \begin_inset Foot
14555 status collapsed
14556
14557 \begin_layout Plain Layout
14558 \begin_inset CommandInset href
14559 LatexCommand href
14560 name "LyX-Fehler #4483"
14561 target "http://www.lyx.org/trac/ticket/4483"
14562
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \end_inset
14569
14570  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14571  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14572 spann das LaTeX-Paket 
14573 \series bold
14574 calc
14575 \series default
14576
14577 \begin_inset Foot
14578 status collapsed
14579
14580 \begin_layout Plain Layout
14581
14582 \series bold
14583 calc
14584 \series default
14585  ist Teil jeder LaTeX-Standardinstallation.
14586 \end_layout
14587
14588 \end_inset
14589
14590
14591 \begin_inset Index idx
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595 Pakete ! calc
14596 \end_layout
14597
14598 \end_inset
14599
14600  mit der Zeile
14601 \end_layout
14602
14603 \begin_layout Standard
14604
14605 \series bold
14606
14607 \backslash
14608 usepackage{calc}
14609 \end_layout
14610
14611 \begin_layout Standard
14612 geladen werden.
14613  Nach der Formel werden beide Boxen geschlossen, indem man 
14614 \series bold
14615 }}
14616 \series default
14617  im TeX-Modus eingibt.
14618  Dazu ein Beispiel:
14619 \begin_inset ERT
14620 status collapsed
14621
14622 \begin_layout Plain Layout
14623
14624
14625 \backslash
14626 fboxsep 5mm 
14627 \backslash
14628 fboxrule 5mm
14629 \end_layout
14630
14631 \end_inset
14632
14633
14634 \end_layout
14635
14636 \begin_layout Standard
14637 \begin_inset ERT
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641
14642
14643 \backslash
14644 fbox{
14645 \backslash
14646 parbox{
14647 \backslash
14648 linewidth-2
14649 \backslash
14650 fboxsep-2
14651 \backslash
14652 fboxrule}{
14653 \end_layout
14654
14655 \end_inset
14656
14657
14658 \begin_inset Formula \begin{equation}
14659 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14660
14661 \end_inset
14662
14663
14664 \begin_inset ERT
14665 status collapsed
14666
14667 \begin_layout Plain Layout
14668
14669 }}
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \begin_inset ERT
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682 fboxrule 0.4pt 
14683 \backslash
14684 fboxsep 3pt
14685 \end_layout
14686
14687 \end_inset
14688
14689
14690 \end_layout
14691
14692 \begin_layout Standard
14693 \begin_inset VSpace medskip
14694 \end_inset
14695
14696 Da im Argument von 
14697 \series bold
14698
14699 \backslash
14700 fbox
14701 \series default
14702  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14703  keinen Unterschied zwischen 
14704 \series bold
14705
14706 \backslash
14707 fbox
14708 \series default
14709  und 
14710 \series bold
14711
14712 \backslash
14713 boxed
14714 \series default
14715 .
14716 \end_layout
14717
14718 \begin_layout Standard
14719 \begin_inset VSpace bigskip
14720 \end_inset
14721
14722 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14723  Dazu verwendet man 
14724 \series bold
14725
14726 \backslash
14727 parbox
14728 \series default
14729  in Verbindung mit dem Befehl 
14730 \series bold
14731
14732 \backslash
14733 tag
14734 \series default
14735 .
14736  (mehr zu 
14737 \series bold
14738
14739 \backslash
14740 tag
14741 \series default
14742  siehe 
14743 \begin_inset CommandInset ref
14744 LatexCommand ref
14745 reference "sub:Benutzerdefinierte-Nummerierung"
14746
14747 \end_inset
14748
14749 )
14750 \end_layout
14751
14752 \begin_layout Standard
14753 Ein Beispiel einer mit Hilfe von 
14754 \series bold
14755
14756 \backslash
14757 parbox
14758 \series default
14759  kommentierten Formel:
14760 \end_layout
14761
14762 \begin_layout Standard
14763 \begin_inset ERT
14764 status collapsed
14765
14766 \begin_layout Plain Layout
14767
14768
14769 \backslash
14770 [5x-7b=3b
14771 \backslash
14772 tag*{
14773 \backslash
14774 parbox{5cm}{
14775 \end_layout
14776
14777 \end_inset
14778
14779 Dies ist eine Beschreibung.
14780  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14781 \begin_inset ERT
14782 status collapsed
14783
14784 \begin_layout Plain Layout
14785
14786 }}
14787 \backslash
14788 ]
14789 \end_layout
14790
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \begin_layout Standard
14797 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14798  Befehl 
14799 \series bold
14800
14801 \backslash
14802 parbox
14803 \series default
14804  in Formeln noch nicht unterstützt.
14805  Die Formel wird mit folgender Befehlssequenz erstellt:
14806 \end_layout
14807
14808 \begin_layout Standard
14809 Der Befehl 
14810 \series bold
14811
14812 \backslash
14813 [5x-7b=3b
14814 \backslash
14815 tag*
14816 \backslash
14817 {
14818 \backslash
14819 parbox{5cm}{
14820 \series default
14821  wird im TeX-Modus eingegeben.
14822 \begin_inset Foot
14823 status collapsed
14824
14825 \begin_layout Plain Layout
14826 Ist der Formelstil 
14827 \series bold
14828 Eingerückt
14829 \series default
14830  aktiviert, kann 
14831 \series bold
14832
14833 \backslash
14834 tag*
14835 \backslash
14836 {
14837 \series default
14838  auch durch 
14839 \series bold
14840
14841 \backslash
14842 hfill
14843 \series default
14844  ersetzt werden.
14845  (Formelstile siehe 
14846 \begin_inset CommandInset ref
14847 LatexCommand ref
14848 reference "sec:Formelstile"
14849
14850 \end_inset
14851
14852 )
14853 \end_layout
14854
14855 \end_inset
14856
14857  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14858 \series bold
14859 }}
14860 \backslash
14861 ]
14862 \series default
14863  im TeX-Modus ein.
14864  Die Befehle 
14865 \series bold
14866
14867 \backslash
14868 [
14869 \series default
14870  und 
14871 \series bold
14872
14873 \backslash
14874 ]
14875 \series default
14876  erstellen hierbei eine abgesetzte Formel.
14877 \end_layout
14878
14879 \begin_layout Standard
14880 Die Vorteile von 
14881 \series bold
14882
14883 \backslash
14884 parbox
14885 \series default
14886  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14887  Textmodus 
14888 \begin_inset Quotes gld
14889 \end_inset
14890
14891 kommentiert
14892 \begin_inset Quotes grd
14893 \end_inset
14894
14895  wurde:
14896 \begin_inset Formula \[
14897 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14898
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \begin_layout Section
14905 Operatoren
14906 \begin_inset Index idx
14907 status collapsed
14908
14909 \begin_layout Plain Layout
14910 Operatoren
14911 \end_layout
14912
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \begin_layout Subsection
14919 Große Operatoren
14920 \begin_inset CommandInset label
14921 LatexCommand label
14922 name "sub:Große-Operatoren"
14923
14924 \end_inset
14925
14926
14927 \begin_inset Index idx
14928 status collapsed
14929
14930 \begin_layout Plain Layout
14931 Operatoren ! große
14932 \end_layout
14933
14934 \end_inset
14935
14936
14937 \begin_inset Index idx
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941 Summen
14942 \end_layout
14943
14944 \end_inset
14945
14946
14947 \begin_inset Index idx
14948 status collapsed
14949
14950 \begin_layout Plain Layout
14951 Integrale
14952 \end_layout
14953
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \begin_layout Standard
14960 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14961  sind, muss die Option 
14962 \family sans
14963 esint-Paket automatisch verwenden
14964 \family default
14965  in den Dokumenteinstellungen unter 
14966 \family sans
14967 Mathe-Optionen
14968 \family default
14969  gewählt sein.
14970 \end_layout
14971
14972 \begin_layout Standard
14973 \begin_inset space \hfill{}
14974 \end_inset
14975
14976
14977 \begin_inset Tabular
14978 <lyxtabular version="3" rows="11" columns="2">
14979 <features tabularvalignment="middle">
14980 <column alignment="center" valignment="top" width="0pt">
14981 <column alignment="center" valignment="top" width="0pt">
14982 <row>
14983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 Befehl
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 Ergebnis
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 </row>
15002 <row>
15003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007
15008 \backslash
15009 int
15010 \begin_inset Index idx
15011 status collapsed
15012
15013 \begin_layout Plain Layout
15014 Befehle ! I ! 
15015 \backslash
15016 int
15017 \end_layout
15018
15019 \end_inset
15020
15021
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 \begin_inset Formula $\int$
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 </row>
15039 <row>
15040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044
15045 \backslash
15046 oint
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055 \begin_inset Formula $\oint$
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 </row>
15064 <row>
15065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069
15070 \backslash
15071 ointctrclockwise
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 \begin_inset Formula $\ointctrclockwise$
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \backslash
15096 ointclockwise
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 \begin_inset Formula $\ointclockwise$
15106 \end_inset
15107
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \backslash
15121 sqint
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 \begin_inset Formula $\sqint$
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \backslash
15146 fint
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155  
15156 \begin_inset Formula $\fint$
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 landupint
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  
15182 \begin_inset Formula $\landupint$
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 </row>
15191 <row>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \backslash
15198 landdownint
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207  
15208 \begin_inset Formula $\landdownint$
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \backslash
15224 bigcap
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 \begin_inset Formula $\bigcap$
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 </row>
15242 <row>
15243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247
15248 \backslash
15249 bigcup
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258 \begin_inset Formula $\bigcup$
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 </lyxtabular>
15268
15269 \end_inset
15270
15271
15272 \begin_inset space \hfill{}
15273 \end_inset
15274
15275
15276 \begin_inset Tabular
15277 <lyxtabular version="3" rows="11" columns="2">
15278 <features tabularvalignment="middle">
15279 <column alignment="center" valignment="top" width="0pt">
15280 <column alignment="center" valignment="top" width="0pt">
15281 <row>
15282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 Befehl
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 Ergebnis
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 </row>
15301 <row>
15302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306
15307 \backslash
15308 sum
15309 \begin_inset Index idx
15310 status collapsed
15311
15312 \begin_layout Plain Layout
15313 Befehle ! S ! 
15314 \backslash
15315 sum
15316 \end_layout
15317
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329 \begin_inset Formula $\sum$
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 <row>
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \backslash
15345 prod
15346 \begin_inset Index idx
15347 status collapsed
15348
15349 \begin_layout Plain Layout
15350 Befehle ! P ! 
15351 \backslash
15352 prod
15353 \end_layout
15354
15355 \end_inset
15356
15357
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366 \begin_inset Formula $\prod$
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 </row>
15375 <row>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380
15381 \backslash
15382 coprod
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391 \begin_inset Formula $\coprod$
15392 \end_inset
15393
15394
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 </row>
15400 <row>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405
15406 \backslash
15407 bigodot
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Plain Layout
15416 \begin_inset Formula $\bigodot$
15417 \end_inset
15418
15419
15420 \end_layout
15421
15422 \end_inset
15423 </cell>
15424 </row>
15425 <row>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430
15431 \backslash
15432 bigotimes
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441 \begin_inset Formula $\bigotimes$
15442 \end_inset
15443
15444
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 </row>
15450 <row>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455
15456 \backslash
15457 bigoplus
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466 \begin_inset Formula $\bigoplus$
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 </row>
15475 <row>
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480
15481 \backslash
15482 bigwedge
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491 \begin_inset Formula $\bigwedge$
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 </row>
15500 <row>
15501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505
15506 \backslash
15507 bigvee
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516 \begin_inset Formula $\bigvee$
15517 \end_inset
15518
15519
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 </row>
15525 <row>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530
15531 \backslash
15532 bigsqcup
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541 \begin_inset Formula $\bigsqcup$
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \backslash
15557 biguplus
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566 \begin_inset Formula $\biguplus$
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 </row>
15575 </lyxtabular>
15576
15577 \end_inset
15578
15579
15580 \begin_inset space \hfill{}
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \begin_layout Standard
15587 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15588 \begin_inset Graphics
15589         filename ../../images/math/intop.png
15590         scale 85
15591
15592 \end_inset
15593
15594  eingefügt werden.
15595 \end_layout
15596
15597 \begin_layout Standard
15598 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15599  Teil gleich aussehenden binären Operatoren.
15600  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15601  beschrieben.
15602 \end_layout
15603
15604 \begin_layout Standard
15605 Für alle Integrale gibt es Befehle, die auf 
15606 \series bold
15607 op
15608 \series default
15609  enden: 
15610 \series bold
15611
15612 \backslash
15613 intop
15614 \series default
15615
15616 \series bold
15617
15618 \backslash
15619 ointop
15620 \series default
15621  usw..
15622  Diese unterscheiden sich von 
15623 \series bold
15624
15625 \backslash
15626 int
15627 \series default
15628  usw.
15629 \begin_inset space \space{}
15630 \end_inset
15631
15632 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15633 \begin_inset CommandInset ref
15634 LatexCommand ref
15635 reference "sub:Operatorgrenzen"
15636
15637 \end_inset
15638
15639 .
15640  
15641 \end_layout
15642
15643 \begin_layout Subsubsection*
15644 Hinweise zu Integralen
15645 \end_layout
15646
15647 \begin_layout Standard
15648 Der Buchstabe 
15649 \emph on
15650 d
15651 \emph default
15652  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15653  muss.
15654  Dazu markiert man das 
15655 \emph on
15656 d
15657 \emph default
15658  und wandelt es mit der Tastenkombination 
15659 \family sans
15660 Alt+Z
15661 \begin_inset space ~
15662 \end_inset
15663
15664 R
15665 \family default
15666
15667 \begin_inset Foot
15668 status collapsed
15669
15670 \begin_layout Plain Layout
15671 Schriftstile siehe 
15672 \begin_inset CommandInset ref
15673 LatexCommand ref
15674 reference "sub:Schriftstile"
15675
15676 \end_inset
15677
15678
15679 \end_layout
15680
15681 \end_inset
15682
15683  um.
15684  Anschließend fügt man vor dem 
15685 \emph on
15686 d
15687 \emph default
15688 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15689  Dazu ein Beispiel:
15690 \end_layout
15691
15692 \begin_layout Standard
15693 inkorrekt: 
15694 \begin_inset Formula $\int A(x)dx$
15695 \end_inset
15696
15697
15698 \begin_inset Newline newline
15699 \end_inset
15700
15701
15702 \begin_inset Phantom HPhantom
15703 status open
15704
15705 \begin_layout Plain Layout
15706 in
15707 \end_layout
15708
15709 \end_inset
15710
15711 korrekt: 
15712 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \begin_layout Standard
15719 \begin_inset VSpace medskip
15720 \end_inset
15721
15722 Für Mehrfachintegrale gibt es folgende Befehle:
15723 \begin_inset VSpace medskip
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \begin_layout Standard
15730 \begin_inset space \hfill{}
15731 \end_inset
15732
15733
15734 \begin_inset Tabular
15735 <lyxtabular version="3" rows="4" columns="2">
15736 <features tabularvalignment="middle">
15737 <column alignment="center" valignment="top" width="0">
15738 <column alignment="center" valignment="top" width="0">
15739 <row>
15740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 Befehl
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753 Ergebnis
15754 \begin_inset Note Note
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758
15759 \series bold
15760
15761 \backslash
15762 raisebox
15763 \series default
15764  dient nur als Abstandhalter.
15765 \end_layout
15766
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 </row>
15775 <row>
15776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \backslash
15782 iint
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 </row>
15800 <row>
15801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \backslash
15807 oiint
15808 \end_layout
15809
15810 \end_inset
15811 </cell>
15812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15813 \begin_inset Text
15814
15815 \begin_layout Plain Layout
15816 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 </row>
15825 <row>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \backslash
15832 sqiint
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 </row>
15850 </lyxtabular>
15851
15852 \end_inset
15853
15854
15855 \begin_inset space \hfill{}
15856 \end_inset
15857
15858
15859 \begin_inset Tabular
15860 <lyxtabular version="3" rows="4" columns="2">
15861 <features tabularvalignment="middle">
15862 <column alignment="center" valignment="top" width="0">
15863 <column alignment="center" valignment="top" width="0">
15864 <row>
15865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 Befehl
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 Ergebnis
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 </row>
15884 <row>
15885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889
15890 \backslash
15891 iiint
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15901 \end_inset
15902
15903
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 </row>
15909 <row>
15910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914
15915 \backslash
15916 iiiint
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15926 \end_inset
15927
15928
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 </row>
15934 <row>
15935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939
15940 \backslash
15941 dotsint
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 </row>
15959 </lyxtabular>
15960
15961 \end_inset
15962
15963
15964 \begin_inset space \hfill{}
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \begin_layout Subsection
15971 Operatorgrenzen
15972 \begin_inset CommandInset label
15973 LatexCommand label
15974 name "sub:Operatorgrenzen"
15975
15976 \end_inset
15977
15978
15979 \begin_inset Index idx
15980 status collapsed
15981
15982 \begin_layout Plain Layout
15983 Operatoren ! Grenzen
15984 \end_layout
15985
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \begin_layout Standard
15992 Grenzen werden durch Hoch- bzw.
15993  Tiefstellen erzeugt:
15994 \end_layout
15995
15996 \begin_layout Standard
15997 \align center
15998 \begin_inset Tabular
15999 <lyxtabular version="3" rows="2" columns="2">
16000 <features tabularvalignment="middle">
16001 <column alignment="center" valignment="top" width="0pt">
16002 <column alignment="center" valignment="top" width="0pt">
16003 <row>
16004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008 Befehl
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017 Ergebnis
16018 \begin_inset Note Note
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022
16023 \series bold
16024
16025 \backslash
16026 raisebox
16027 \series default
16028  dient nur als Abstandhalter.
16029 \end_layout
16030
16031 \end_inset
16032
16033
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 </row>
16039 <row>
16040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044
16045 \backslash
16046 prod^
16047 \backslash
16048 infty
16049 \begin_inset ERT
16050 status collapsed
16051
16052 \begin_layout Plain Layout
16053
16054
16055 \backslash
16056 leer 
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \begin_inset Formula $\to$
16063 \end_inset
16064
16065 _0
16066 \begin_inset Formula $\to$
16067 \end_inset
16068
16069 A(x)
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 </lyxtabular>
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \begin_layout Standard
16095 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16096  Operator gesetzt.
16097  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16098  bzw.
16099  unter den Operator gesetzt.
16100 \end_layout
16101
16102 \begin_layout Standard
16103 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16104  man den Cursor direkt hinter den Operator und setzt über das Menü 
16105 \family sans
16106 Bearbeiten\SpecialChar \menuseparator
16107 Mathe\SpecialChar \menuseparator
16108 Art der Operatorgrenzen ändern
16109 \family default
16110  die Grenzen auf 
16111 \series bold
16112 Eingebettet
16113 \series default
16114  (Tastenkombination 
16115 \family sans
16116 Alt+M
16117 \begin_inset space ~
16118 \end_inset
16119
16120 L
16121 \family default
16122 ).
16123  Dazu folgendes Beispiel:
16124 \end_layout
16125
16126 \begin_layout Standard
16127 Die normalen Grenzen sehen so aus:
16128 \begin_inset Formula \[
16129 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16130
16131 \end_inset
16132
16133 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16134 \begin_inset Formula \[
16135 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16136
16137 \end_inset
16138
16139 Bei Integralen werden mit Ausnahme von denen, die auf 
16140 \series bold
16141 op
16142 \series default
16143  enden (
16144 \series bold
16145
16146 \backslash
16147 intop
16148 \series default
16149
16150 \series bold
16151
16152 \backslash
16153 ointop
16154 \series default
16155  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16156  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16157  gesetzt.
16158  Im folgenden Beispiel wurde die Grenze deswegen auf 
16159 \series bold
16160 Anzeige
16161 \series default
16162  gesetzt und damit unter die Integrale geschrieben:
16163 \begin_inset Formula \begin{equation}
16164 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16165
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \begin_layout Standard
16172 \begin_inset VSpace medskip
16173 \end_inset
16174
16175 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16176 \series bold
16177
16178 \backslash
16179 subarray
16180 \series default
16181
16182 \begin_inset Index idx
16183 status collapsed
16184
16185 \begin_layout Plain Layout
16186 Befehle ! S ! 
16187 \backslash
16188 subarray
16189 \end_layout
16190
16191 \end_inset
16192
16193  und 
16194 \series bold
16195
16196 \backslash
16197 substack
16198 \series default
16199
16200 \begin_inset Index idx
16201 status collapsed
16202
16203 \begin_layout Plain Layout
16204 Befehle ! S ! 
16205 \backslash
16206 substack
16207 \end_layout
16208
16209 \end_inset
16210
16211 .
16212  Um z.
16213 \begin_inset space \thinspace{}
16214 \end_inset
16215
16216 B.
16217  diesen Ausdruck 
16218 \begin_inset Formula \begin{equation}
16219 \sum_{\begin{subarray}{c}
16220 0<k<1000\\
16221 \\
16222 k\,\in\,\mathbb{N}
16223 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16224
16225 \end_inset
16226
16227 zu erstellen, muss man Folgendes tun:
16228 \begin_inset Newline newline
16229 \end_inset
16230
16231 Zuerst gibt man den Befehl 
16232 \series bold
16233
16234 \backslash
16235 sum
16236 \series default
16237 ^
16238 \series bold
16239 n
16240 \begin_inset ERT
16241 status collapsed
16242
16243 \begin_layout Plain Layout
16244
16245
16246 \backslash
16247 leer 
16248 \end_layout
16249
16250 \end_inset
16251
16252 _
16253 \series default
16254  ein.
16255  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16256  In dieses gibt man den Befehl 
16257 \series bold
16258
16259 \backslash
16260 subarray
16261 \begin_inset ERT
16262 status collapsed
16263
16264 \begin_layout Plain Layout
16265
16266
16267 \backslash
16268 leer 
16269 \end_layout
16270
16271 \end_inset
16272
16273
16274 \series default
16275  ein.
16276  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16277  Zeilen untereinander schreiben.
16278  Mit Eingabe des Zeilenumbruchs (
16279 \family sans
16280 Strg+Enter
16281 \family default
16282 ) wird eine neue Zeile erstellt.
16283  Gibt man
16284 \begin_inset Newline newline
16285 \end_inset
16286
16287
16288 \series bold
16289 0<k<1000 Strg+Enter
16290 \begin_inset Newline newline
16291 \end_inset
16292
16293
16294 \series default
16295 ein, erscheint darunter ein Kästchen für die neue Zeile.
16296 \end_layout
16297
16298 \begin_layout Standard
16299 Die Ausrichtung der Zeilen kann mit der 
16300 \family sans
16301 Tabellen-Werkzeugleiste
16302 \family default
16303  oder dem Menü 
16304 \family sans
16305 Bearbeiten\SpecialChar \menuseparator
16306 Zeilen & Spalten
16307 \family default
16308  auf links geändert werden.
16309  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16310 \series bold
16311
16312 \backslash
16313 hfill
16314 \begin_inset ERT
16315 status collapsed
16316
16317 \begin_layout Plain Layout
16318
16319
16320 \backslash
16321 leer 
16322 \end_layout
16323
16324 \end_inset
16325
16326
16327 \series default
16328  eingegeben.
16329 \end_layout
16330
16331 \begin_layout Standard
16332 Der Befehl 
16333 \series bold
16334
16335 \backslash
16336 substack
16337 \series default
16338  ist äquivalent zu 
16339 \series bold
16340
16341 \backslash
16342 subarray
16343 \series default
16344 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16345 \end_layout
16346
16347 \begin_layout Standard
16348 \begin_inset VSpace bigskip
16349 \end_inset
16350
16351 Wie bei Formel 
16352 \begin_inset CommandInset ref
16353 LatexCommand eqref
16354 reference "eq:substack"
16355
16356 \end_inset
16357
16358  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16359  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16360 \end_layout
16361
16362 \begin_layout Standard
16363 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16364 \end_layout
16365
16366 \begin_layout Standard
16367
16368 \series bold
16369
16370 \backslash
16371 def
16372 \backslash
16373 clap#1{
16374 \backslash
16375 hbox to 0pt{
16376 \backslash
16377 hss #1
16378 \backslash
16379 hss}}
16380 \begin_inset Newline newline
16381 \end_inset
16382
16383
16384 \backslash
16385 def
16386 \backslash
16387 mathclap {
16388 \backslash
16389 mathpalette 
16390 \backslash
16391 mathclapinternal}
16392 \begin_inset Newline newline
16393 \end_inset
16394
16395
16396 \backslash
16397 def
16398 \backslash
16399 mathclapinternal #1#2{
16400 \backslash
16401 clap{$
16402 \backslash
16403 mathsurround =0pt #1{#2}$}}
16404 \end_layout
16405
16406 \begin_layout Standard
16407 Dadurch wird der Befehl 
16408 \series bold
16409
16410 \backslash
16411 mathclap
16412 \series default
16413
16414 \begin_inset Index idx
16415 status collapsed
16416
16417 \begin_layout Plain Layout
16418 Befehle ! M ! 
16419 \backslash
16420 mathclap
16421 \end_layout
16422
16423 \end_inset
16424
16425  definiert, der die Breite der Grenze auf 0
16426 \begin_inset space \thinspace{}
16427 \end_inset
16428
16429 pt setzt.
16430  Das Befehlsschema lautet
16431 \end_layout
16432
16433 \begin_layout Standard
16434
16435 \series bold
16436
16437 \backslash
16438 mathclap{Grenze}
16439 \end_layout
16440
16441 \begin_layout Standard
16442 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16443 \end_layout
16444
16445 \begin_layout Standard
16446 Auf Formel 
16447 \begin_inset CommandInset ref
16448 LatexCommand eqref
16449 reference "eq:substack"
16450
16451 \end_inset
16452
16453  angewandt, gibt man also den Befehl
16454 \end_layout
16455
16456 \begin_layout Standard
16457
16458 \series bold
16459
16460 \backslash
16461 sum_
16462 \backslash
16463 mathclap{
16464 \backslash
16465 substack
16466 \begin_inset ERT
16467 status collapsed
16468
16469 \begin_layout Plain Layout
16470
16471
16472 \backslash
16473 leer 
16474 \end_layout
16475
16476 \end_inset
16477
16478 0<k<1000 Strg+Enter
16479 \end_layout
16480
16481 \begin_layout Standard
16482 ein, um die untere Grenze zu erstellen.
16483  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16484 \begin_inset Formula \[
16485 \sum_{\mathclap{\substack{0<k<1000\\
16486 \\
16487 k\,\in\,\mathbb{N}
16488 }
16489 }}^{n}k^{-2}\]
16490
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \begin_layout Standard
16497 \begin_inset VSpace bigskip
16498 \end_inset
16499
16500 In 
16501 \begin_inset CommandInset ref
16502 LatexCommand ref
16503 reference "sub:Selbstdefinierte-Operatoren"
16504
16505 \end_inset
16506
16507  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16508 \end_layout
16509
16510 \begin_layout Subsection
16511 Binäre Operatoren
16512 \begin_inset CommandInset label
16513 LatexCommand label
16514 name "sub:Binäre-Operatoren"
16515
16516 \end_inset
16517
16518
16519 \begin_inset Index idx
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523 Operatoren ! binäre
16524 \end_layout
16525
16526 \end_inset
16527
16528
16529 \end_layout
16530
16531 \begin_layout Standard
16532 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16533  ein Zeichen befindet.
16534 \begin_inset VSpace medskip
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \begin_layout Standard
16541 \begin_inset space \hfill{}
16542 \end_inset
16543
16544
16545 \begin_inset Tabular
16546 <lyxtabular version="3" rows="13" columns="2">
16547 <features tabularvalignment="middle">
16548 <column alignment="center" valignment="top" width="0pt">
16549 <column alignment="center" valignment="top" width="0pt">
16550 <row>
16551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555 Befehl
16556 \begin_inset Note Note
16557 status collapsed
16558
16559 \begin_layout Plain Layout
16560
16561 \series bold
16562
16563 \backslash
16564 raisebox
16565 \series default
16566  dient nur als Abstandhalter.
16567 \end_layout
16568
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 Ergebnis
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 +
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 \begin_inset Formula $+$
16601 \end_inset
16602
16603
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 <row>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 -
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 \begin_inset Formula $-$
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637
16638 \backslash
16639 pm
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 \begin_inset Formula $\pm$
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 </row>
16657 <row>
16658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662
16663 \backslash
16664 mp
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 \begin_inset Formula $\mp$
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 </row>
16682 <row>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687
16688 \backslash
16689 cdot
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 \begin_inset Formula $\cdot$
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 </row>
16707 <row>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712
16713 \backslash
16714 times
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 \begin_inset Formula $\times$
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 </row>
16732 <row>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737
16738 \backslash
16739 div
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 \begin_inset Formula $\div$
16749 \end_inset
16750
16751
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 </row>
16757 <row>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 \begin_inset ERT
16763 status collapsed
16764
16765 \begin_layout Plain Layout
16766
16767
16768 \backslash
16769 raisebox{-1.2mm}{
16770 \end_layout
16771
16772 \end_inset
16773
16774 *
16775 \begin_inset ERT
16776 status collapsed
16777
16778 \begin_layout Plain Layout
16779
16780 }
16781 \end_layout
16782
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Formula $*$
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \backslash
16810 star
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 \begin_inset Formula $\star$
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \backslash
16835 circ
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Formula $\circ$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \backslash
16860 diamond
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Formula $\diamond$
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \backslash
16885 bullet
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 \begin_inset Formula $\bullet$
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 </row>
16903 </lyxtabular>
16904
16905 \end_inset
16906
16907
16908 \begin_inset space \hfill{}
16909 \end_inset
16910
16911
16912 \begin_inset Tabular
16913 <lyxtabular version="3" rows="13" columns="2">
16914 <features tabularvalignment="middle">
16915 <column alignment="center" valignment="top" width="0pt">
16916 <column alignment="center" valignment="top" width="0pt">
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 Befehl
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 Ergebnis
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 </row>
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \backslash
16944 nabla
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 \begin_inset Formula $\nabla$
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 <row>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967
16968 \backslash
16969 bigtriangledown
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 \begin_inset Formula $\bigtriangledown$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 <row>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \backslash
16994 bigtriangleup
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 \begin_inset Formula $\bigtriangleup$
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \backslash
17019 Box
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\Box$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 </row>
17037 <row>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \backslash
17044 cap 
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\cap$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067
17068 \backslash
17069 cup
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 \begin_inset Formula $\cup$
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092
17093 \backslash
17094 dagger
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 \begin_inset Formula $\dagger$
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 </row>
17112 <row>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117
17118 \backslash
17119 ddagger
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Formula $\ddagger$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142
17143 \backslash
17144 wr
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 \begin_inset Formula $\wr$
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 <row>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167
17168 \backslash
17169 bigcirc
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178 \begin_inset Formula $\bigcirc$
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 </row>
17187 <row>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192
17193 \backslash
17194 wedge
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 \begin_inset Formula $\wedge$
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \backslash
17219 vee
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 \begin_inset Formula $\vee$
17229 \end_inset
17230
17231
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 </row>
17237 </lyxtabular>
17238
17239 \end_inset
17240
17241
17242 \begin_inset space \hfill{}
17243 \end_inset
17244
17245
17246 \begin_inset Tabular
17247 <lyxtabular version="3" rows="13" columns="2">
17248 <features tabularvalignment="middle">
17249 <column alignment="center" valignment="top" width="0pt">
17250 <column alignment="center" valignment="top" width="0pt">
17251 <row>
17252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 Befehl
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 Ergebnis
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 </row>
17271 <row>
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276
17277 \backslash
17278 oplus
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 \begin_inset Formula $\oplus$
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 </row>
17296 <row>
17297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301
17302 \backslash
17303 ominus
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 \begin_inset Formula $\ominus$
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 <row>
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326
17327 \backslash
17328 otimes
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Formula $\otimes$
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 </row>
17346 <row>
17347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351
17352 \backslash
17353 oslash
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 \begin_inset Formula $\oslash$
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 </row>
17371 <row>
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376
17377 \backslash
17378 odot
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 \begin_inset Formula $\odot$
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 <row>
17397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401
17402 \backslash
17403 amalg
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 \begin_inset Formula $\amalg$
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 </row>
17421 <row>
17422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426
17427 \backslash
17428 uplus
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17434 \begin_inset Text
17435
17436 \begin_layout Plain Layout
17437 \begin_inset Formula $\uplus$
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 </row>
17446 <row>
17447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451
17452 \backslash
17453 setminus
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 \begin_inset Formula $\setminus$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 </row>
17471 <row>
17472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476
17477 \backslash
17478 sqcap
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 \begin_inset Formula $\sqcap$
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 </row>
17496 <row>
17497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501
17502 \backslash
17503 sqcup
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512 \begin_inset Formula $\sqcup$
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 </row>
17521 <row>
17522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526
17527 \backslash
17528 triangleleft
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 \begin_inset Formula $\triangleleft$
17538 \end_inset
17539
17540
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 </row>
17546 <row>
17547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551
17552 \backslash
17553 triangleright
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 \begin_inset Formula $\triangleright$
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 </row>
17571 </lyxtabular>
17572
17573 \end_inset
17574
17575
17576 \begin_inset space \hfill{}
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \begin_layout Standard
17583 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17584  
17585 \begin_inset Graphics
17586         filename ../../images/math/pm.png
17587         scale 85
17588
17589 \end_inset
17590
17591  eingefügt werden.
17592 \end_layout
17593
17594 \begin_layout Standard
17595 Um den Laplace-Operator darzustellen, kann man statt 
17596 \series bold
17597
17598 \backslash
17599 bigtriangleup
17600 \series default
17601  auch 
17602 \series bold
17603
17604 \backslash
17605 Delta
17606 \series default
17607  verwenden oder man benutzt 
17608 \series bold
17609
17610 \backslash
17611 nabla
17612 \series default
17613 ^
17614 \series bold
17615 2
17616 \series default
17617  (
17618 \begin_inset Formula $\nabla^{2}$
17619 \end_inset
17620
17621 ).
17622 \end_layout
17623
17624 \begin_layout Standard
17625 Das Zeichen 
17626 \family sans
17627 Menütrenner
17628 \family default
17629  im Menü 
17630 \family sans
17631 Einfügen\SpecialChar \menuseparator
17632 Sonderzeichen
17633 \family default
17634  ist der Operator 
17635 \series bold
17636
17637 \backslash
17638 triangleright
17639 \series default
17640 .
17641 \end_layout
17642
17643 \begin_layout Subsection
17644 Selbst definierte Operatoren
17645 \begin_inset CommandInset label
17646 LatexCommand label
17647 name "sub:Selbstdefinierte-Operatoren"
17648
17649 \end_inset
17650
17651
17652 \begin_inset Index idx
17653 status collapsed
17654
17655 \begin_layout Plain Layout
17656 Operatoren ! selbstdefinierte
17657 \end_layout
17658
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \begin_layout Standard
17665 Mit Hilfe des Befehls 
17666 \series bold
17667
17668 \backslash
17669 DeclareMathOperator
17670 \series default
17671
17672 \begin_inset Index idx
17673 status collapsed
17674
17675 \begin_layout Plain Layout
17676 Befehle ! D ! 
17677 \backslash
17678 dbinom@
17679 \backslash
17680 DeclareMathOperator
17681 \end_layout
17682
17683 \end_inset
17684
17685  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17686  Das Befehlsschema dazu lautet:
17687 \end_layout
17688
17689 \begin_layout Standard
17690
17691 \series bold
17692
17693 \backslash
17694 DeclareMathOperator{neuer Befehl}{Anzeige}
17695 \end_layout
17696
17697 \begin_layout Standard
17698 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17699  im Ausdruck aussieht.
17700  Will man einen großen Operator definieren, setzt man hinter den Befehl
17701  ein 
17702 \series bold
17703 *
17704 \series default
17705 .
17706  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17707  wie in 
17708 \begin_inset CommandInset ref
17709 LatexCommand ref
17710 reference "sub:Operatorgrenzen"
17711
17712 \end_inset
17713
17714  beschrieben.
17715 \end_layout
17716
17717 \begin_layout Standard
17718 Beispielsweise definiert die LaTeX-Vorspannzeile
17719 \end_layout
17720
17721 \begin_layout Standard
17722
17723 \series bold
17724
17725 \backslash
17726 DeclareMathOperator*{
17727 \backslash
17728 Raute}{
17729 \backslash
17730 blacklozenge}
17731 \end_layout
17732
17733 \begin_layout Standard
17734 den Befehl 
17735 \series bold
17736
17737 \backslash
17738 Raute
17739 \series default
17740 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17741  aus 
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "sub:Sonstige-Symbole"
17745
17746 \end_inset
17747
17748  besteht:
17749 \begin_inset Formula \[
17750 \Raute_{n=1}^{\infty}\]
17751
17752 \end_inset
17753
17754 Der Befehl für diese Formel lautet: 
17755 \series bold
17756
17757 \backslash
17758 Raute
17759 \series default
17760 ^
17761 \series bold
17762
17763 \backslash
17764 infty
17765 \begin_inset Formula $\to$
17766 \end_inset
17767
17768 _n=1
17769 \end_layout
17770
17771 \begin_layout Standard
17772 \begin_inset VSpace bigskip
17773 \end_inset
17774
17775 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17776  auch mit den Befehlen 
17777 \series bold
17778
17779 \backslash
17780 mathop
17781 \series default
17782
17783 \begin_inset Index idx
17784 status collapsed
17785
17786 \begin_layout Plain Layout
17787 Befehle ! M ! 
17788 \backslash
17789 mathop
17790 \end_layout
17791
17792 \end_inset
17793
17794  und 
17795 \series bold
17796
17797 \backslash
17798 mathbin
17799 \series default
17800
17801 \begin_inset Index idx
17802 status collapsed
17803
17804 \begin_layout Plain Layout
17805 Befehle ! M ! 
17806 \backslash
17807 mathbin
17808 \end_layout
17809
17810 \end_inset
17811
17812  definieren, die folgendes Schema besitzen:
17813 \end_layout
17814
17815 \begin_layout Standard
17816
17817 \series bold
17818
17819 \backslash
17820 mathop{Anzeige}
17821 \series default
17822  bzw.
17823  
17824 \series bold
17825
17826 \backslash
17827 mathbin{Anzeige}
17828 \end_layout
17829
17830 \begin_layout Standard
17831
17832 \series bold
17833
17834 \backslash
17835 mathop
17836 \series default
17837  definiert große, 
17838 \series bold
17839
17840 \backslash
17841 mathbin
17842 \series default
17843  binäre Operatoren.
17844 \end_layout
17845
17846 \begin_layout Standard
17847
17848 \series bold
17849
17850 \backslash
17851 mathop
17852 \series default
17853  lässt sich z.
17854 \begin_inset space \thinspace{}
17855 \end_inset
17856
17857 B.
17858  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17859 \begin_inset Formula \[
17860 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17861
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \begin_layout Standard
17868 Der Befehl für obige Formel lautet:
17869 \begin_inset Newline newline
17870 \end_inset
17871
17872  
17873 \series bold
17874
17875 \backslash
17876 mathop{
17877 \backslash
17878 sum
17879 \backslash
17880 negmedspace
17881 \backslash
17882 sum
17883 \series default
17884
17885 \begin_inset ERT
17886 status collapsed
17887
17888 \begin_layout Plain Layout
17889
17890
17891 \backslash
17892 leer 
17893 \end_layout
17894
17895 \end_inset
17896
17897
17898 \series bold
17899
17900 \begin_inset Formula $\to$
17901 \end_inset
17902
17903 ^N
17904 \series default
17905
17906 \begin_inset ERT
17907 status collapsed
17908
17909 \begin_layout Plain Layout
17910
17911
17912 \backslash
17913 leer 
17914 \end_layout
17915
17916 \end_inset
17917
17918
17919 \series bold
17920 _i,j=1
17921 \end_layout
17922
17923 \begin_layout Section
17924 Schriften
17925 \begin_inset Index idx
17926 status collapsed
17927
17928 \begin_layout Plain Layout
17929 Schriften
17930 \end_layout
17931
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \begin_layout Subsection
17938 Schriftstile
17939 \begin_inset CommandInset label
17940 LatexCommand label
17941 name "sub:Schriftstile"
17942
17943 \end_inset
17944
17945
17946 \begin_inset Index idx
17947 status collapsed
17948
17949 \begin_layout Plain Layout
17950 Schriften ! Schriftstile
17951 \end_layout
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \begin_layout Standard
17959 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17960  gesetzt werden:
17961 \begin_inset VSpace -2mm
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \begin_layout Standard
17968 \align center
17969 \begin_inset Tabular
17970 <lyxtabular version="3" rows="7" columns="3">
17971 <features tabularvalignment="middle">
17972 <column alignment="center" valignment="top" width="0">
17973 <column alignment="center" valignment="top" width="0">
17974 <column alignment="center" valignment="top" width="0">
17975 <row>
17976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 Befehl
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 Ergebnis
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 Tastenkürzel
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 <row>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \backslash
18011 mathbb
18012 \series bold
18013
18014 \begin_inset ERT
18015 status collapsed
18016
18017 \begin_layout Plain Layout
18018
18019
18020 \backslash
18021 leer 
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \series default
18028 ABC
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 \begin_inset Formula $\mathbb{ABC}$
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 Alt+Z K
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 </row>
18055 <row>
18056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060
18061 \backslash
18062 mathbf
18063 \series bold
18064
18065 \begin_inset ERT
18066 status collapsed
18067
18068 \begin_layout Plain Layout
18069
18070
18071 \backslash
18072 leer 
18073 \end_layout
18074
18075 \end_inset
18076
18077
18078 \series default
18079 AbC
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 \begin_inset Formula $\mathbf{AbC}$
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 Strg+B
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 <row>
18107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111
18112 \backslash
18113 boldsymbol
18114 \series bold
18115
18116 \begin_inset ERT
18117 status collapsed
18118
18119 \begin_layout Plain Layout
18120
18121
18122 \backslash
18123 leer 
18124 \end_layout
18125
18126 \end_inset
18127
18128
18129 \series default
18130 AbC
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 \begin_inset Formula $\boldsymbol{AbC}$
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 Alt+Z F oder Strg+Alt+B
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 </row>
18157 <row>
18158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162
18163 \backslash
18164 mathcal
18165 \series bold
18166
18167 \begin_inset ERT
18168 status collapsed
18169
18170 \begin_layout Plain Layout
18171
18172
18173 \backslash
18174 leer 
18175 \end_layout
18176
18177 \end_inset
18178
18179
18180 \series default
18181 ABC
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Plain Layout
18190 \begin_inset Formula $\mathcal{ABC}$
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \end_inset
18197 </cell>
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202 Alt+Z H
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 </row>
18208 <row>
18209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213
18214 \backslash
18215 mathfrak
18216 \series bold
18217
18218 \begin_inset ERT
18219 status collapsed
18220
18221 \begin_layout Plain Layout
18222
18223
18224 \backslash
18225 leer 
18226 \end_layout
18227
18228 \end_inset
18229
18230
18231 \series default
18232 AbC
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 \begin_inset Formula $\mathfrak{AbC}$
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 -
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 </row>
18259 <row>
18260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264
18265 \backslash
18266 mathscr
18267 \series bold
18268
18269 \begin_inset ERT
18270 status collapsed
18271
18272 \begin_layout Plain Layout
18273
18274
18275 \backslash
18276 leer 
18277 \end_layout
18278
18279 \end_inset
18280
18281
18282 \series default
18283 AbC
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 \begin_inset Formula $\mathscr{AbC}$
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304 -
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 </row>
18310 </lyxtabular>
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \align center
18319 \begin_inset Tabular
18320 <lyxtabular version="3" rows="5" columns="3">
18321 <features tabularvalignment="middle">
18322 <column alignment="center" valignment="top" width="0">
18323 <column alignment="center" valignment="top" width="0">
18324 <column alignment="center" valignment="top" width="0">
18325 <row>
18326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 Befehl
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 Ergebnis
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 Tastenkürzel
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 </row>
18354 <row>
18355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359
18360 \backslash
18361 mathit
18362 \series bold
18363
18364 \begin_inset ERT
18365 status collapsed
18366
18367 \begin_layout Plain Layout
18368
18369
18370 \backslash
18371 leer 
18372 \end_layout
18373
18374 \end_inset
18375
18376
18377 \series default
18378 AbC
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 \begin_inset Formula $\mathit{AbC}$
18388 \end_inset
18389
18390
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399 -
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 </row>
18405 <row>
18406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410
18411 \backslash
18412 mathrm
18413 \series bold
18414
18415 \begin_inset ERT
18416 status collapsed
18417
18418 \begin_layout Plain Layout
18419
18420
18421 \backslash
18422 leer 
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \series default
18429 AbC
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438 \begin_inset Formula $\mathrm{AbC}$
18439 \end_inset
18440
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 Alt+Z R
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 </row>
18456 <row>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461
18462 \backslash
18463 mathsf
18464 \series bold
18465
18466 \begin_inset ERT
18467 status collapsed
18468
18469 \begin_layout Plain Layout
18470
18471
18472 \backslash
18473 leer 
18474 \end_layout
18475
18476 \end_inset
18477
18478
18479 \series default
18480 AbC
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489 \begin_inset Formula $\mathsf{AbC}$
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501 Alt+Z S
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 </row>
18507 <row>
18508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512
18513 \backslash
18514 mathtt
18515 \series bold
18516
18517 \begin_inset ERT
18518 status collapsed
18519
18520 \begin_layout Plain Layout
18521
18522
18523 \backslash
18524 leer 
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \series default
18531 AbC
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 \begin_inset Formula $\mathtt{AbC}$
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 Alt+Z C
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 </row>
18558 </lyxtabular>
18559
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \begin_layout Standard
18566 \begin_inset Note Greyedout
18567 status open
18568
18569 \begin_layout Plain Layout
18570
18571 \series bold
18572 Achtung:
18573 \series default
18574  Die Stile 
18575 \series bold
18576
18577 \backslash
18578 mathbb
18579 \series default
18580  und 
18581 \series bold
18582
18583 \backslash
18584 mathcal
18585 \series default
18586  können nur für Großbuchstaben verwendet werden.
18587 \end_layout
18588
18589 \end_inset
18590
18591
18592 \end_layout
18593
18594 \begin_layout Standard
18595 Voreingestellt ist der Stil 
18596 \series bold
18597
18598 \backslash
18599 mathnormal
18600 \series default
18601 .
18602 \end_layout
18603
18604 \begin_layout Standard
18605 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18606 \begin_inset Formula \[
18607 \mathfrak{A=\frac{b}{C}}\]
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \begin_layout Standard
18615 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18616 ile, sondern in dem Textschriftstil 
18617 \series bold
18618
18619 \backslash
18620 textrm
18621 \series default
18622 .
18623  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18624  ein Fehler in LyX.
18625 \begin_inset Foot
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629 \begin_inset CommandInset href
18630 LatexCommand href
18631 name "LyX-Fehler #4629"
18632 target "http://www.lyx.org/trac/ticket/4629"
18633
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \begin_layout Standard
18645 Anstelle der Stilbefehle kann man auch den Dialog 
18646 \family sans
18647 Bearbeiten\SpecialChar \menuseparator
18648 Mathe\SpecialChar \menuseparator
18649 Text-Stil
18650 \family default
18651  oder den Mathe-Werkzeugleistenknopf 
18652 \begin_inset Graphics
18653         filename ../../images/math/font.png
18654         scale 85
18655
18656 \end_inset
18657
18658  verwenden.
18659 \end_layout
18660
18661 \begin_layout Subsection
18662 Fett gedruckte Formeln
18663 \begin_inset CommandInset label
18664 LatexCommand label
18665 name "sub:Fett-gedruckte-Formeln"
18666
18667 \end_inset
18668
18669
18670 \begin_inset Index idx
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674 Formel ! fett gedruckte
18675 \end_layout
18676
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \begin_layout Standard
18683 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18684  Kapitel angegebenen Befehl 
18685 \series bold
18686
18687 \backslash
18688 mathbf
18689 \series default
18690  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18691  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18692  Formel gut erkennt:
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset Formula \[
18697 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Standard
18705 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18706 \series bold
18707
18708 \backslash
18709 boldsymbol
18710 \series default
18711 :
18712 \begin_inset Formula \[
18713 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18714
18715 \end_inset
18716
18717 Es gibt auch die Möglichkeit die Formel in eine 
18718 \series bold
18719 boldmath-Umgebung
18720 \series default
18721  zu setzen.
18722  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18723 \series bold
18724
18725 \backslash
18726 boldmath
18727 \series default
18728
18729 \begin_inset Index idx
18730 status collapsed
18731
18732 \begin_layout Plain Layout
18733 Befehle ! B ! 
18734 \backslash
18735 boldmath
18736 \end_layout
18737
18738 \end_inset
18739
18740  eingibt.
18741  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18742 \series bold
18743
18744 \backslash
18745 unboldmath
18746 \series default
18747
18748 \begin_inset Index idx
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752 Befehle ! U ! 
18753 \backslash
18754 unboldmath
18755 \end_layout
18756
18757 \end_inset
18758
18759  ein.
18760 \begin_inset ERT
18761 status collapsed
18762
18763 \begin_layout Plain Layout
18764
18765
18766 \backslash
18767 boldmath 
18768 \end_layout
18769
18770 \end_inset
18771
18772
18773 \begin_inset Formula \[
18774 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18775
18776 \end_inset
18777
18778
18779 \begin_inset ERT
18780 status collapsed
18781
18782 \begin_layout Plain Layout
18783
18784
18785 \backslash
18786 unboldmath 
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \begin_layout Subsection
18795 Farbige Formeln
18796 \begin_inset Index idx
18797 status collapsed
18798
18799 \begin_layout Plain Layout
18800 Formel ! farbige
18801 \end_layout
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \begin_layout Standard
18809 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18810  oder Formelteile und verwenden dann den 
18811 \family sans
18812 Textstil
18813 \family default
18814  Dialog.
18815  Hier ist eine Formel in Magenta:
18816 \begin_inset Formula \[
18817 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 Man kann auch eigene Farben definieren, wie in 
18826 \begin_inset CommandInset ref
18827 LatexCommand ref
18828 reference "sub:Farbige-Boxen"
18829
18830 \end_inset
18831
18832  erklärt ist.
18833  Diese können dann mit dem TeX-Code Befehl 
18834 \series bold
18835
18836 \backslash
18837 textcolor
18838 \series default
18839
18840 \begin_inset Index idx
18841 status collapsed
18842
18843 \begin_layout Plain Layout
18844 Befehle! T ! 
18845 \backslash
18846 textcolor
18847 \end_layout
18848
18849 \end_inset
18850
18851  verwendet werden, dass folgendes Schema besitzt:
18852 \end_layout
18853
18854 \begin_layout Standard
18855
18856 \series bold
18857
18858 \backslash
18859 textcolor{Farbe}{Zeichen oder Formel}
18860 \end_layout
18861
18862 \begin_layout Standard
18863 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18864 \end_layout
18865
18866 \begin_layout Standard
18867 \begin_inset ERT
18868 status collapsed
18869
18870 \begin_layout Plain Layout
18871
18872
18873 \backslash
18874 textcolor{dunkelgruen}{
18875 \end_layout
18876
18877 \end_inset
18878
18879
18880 \begin_inset Formula \[
18881 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18882
18883 \end_inset
18884
18885
18886 \begin_inset ERT
18887 status collapsed
18888
18889 \begin_layout Plain Layout
18890
18891 }
18892 \end_layout
18893
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \begin_layout Standard
18900 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18901 n Farben gefärbt werden.
18902 \begin_inset Foot
18903 status collapsed
18904
18905 \begin_layout Plain Layout
18906 \begin_inset CommandInset href
18907 LatexCommand href
18908 name "LyX-bug #5269"
18909 target "http://www.lyx.org/trac/ticket/5269"
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Subsection
18922 Schriftgrößen
18923 \begin_inset CommandInset label
18924 LatexCommand label
18925 name "sub:Schriftgrößen"
18926
18927 \end_inset
18928
18929
18930 \begin_inset Index idx
18931 status collapsed
18932
18933 \begin_layout Plain Layout
18934 Schriften ! Schriftgrößen
18935 \end_layout
18936
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \begin_layout Standard
18943 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18944 le:
18945 \end_layout
18946
18947 \begin_layout Standard
18948
18949 \series bold
18950
18951 \backslash
18952 Huge
18953 \series default
18954
18955 \series bold
18956
18957 \backslash
18958 huge
18959 \series default
18960
18961 \series bold
18962
18963 \backslash
18964 LARGE
18965 \series default
18966
18967 \series bold
18968
18969 \backslash
18970 Large
18971 \series default
18972
18973 \series bold
18974
18975 \backslash
18976 large
18977 \series default
18978
18979 \series bold
18980
18981 \backslash
18982 normalsize
18983 \series default
18984
18985 \series bold
18986
18987 \backslash
18988 small
18989 \series default
18990
18991 \series bold
18992
18993 \backslash
18994 footnotesize
18995 \series default
18996 ,
18997 \begin_inset Newline linebreak
18998 \end_inset
18999
19000
19001 \series bold
19002
19003 \backslash
19004 scriptsize
19005 \series default
19006  und 
19007 \series bold
19008
19009 \backslash
19010 tiny
19011 \end_layout
19012
19013 \begin_layout Standard
19014 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19015  ab, die dem Befehl 
19016 \series bold
19017
19018 \backslash
19019 normalsize
19020 \series default
19021  entspricht.
19022  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19023 \series bold
19024
19025 \backslash
19026 normalsize
19027 \series default
19028 .
19029  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19030  Beträgt z.
19031 \begin_inset space \thinspace{}
19032 \end_inset
19033
19034 B.
19035  die Dokumentschriftgröße 12
19036 \begin_inset space \thinspace{}
19037 \end_inset
19038
19039 pt, produziert der Befehl 
19040 \series bold
19041
19042 \backslash
19043 Huge
19044 \series default
19045  dasselbe wie 
19046 \series bold
19047
19048 \backslash
19049 huge
19050 \series default
19051 .
19052  
19053 \end_layout
19054
19055 \begin_layout Standard
19056 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19057  Größe aller nachfolgenden Formel- und Textzeichen fest.
19058  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19059  TeX-Modus den Befehl 
19060 \series bold
19061
19062 \backslash
19063 normalsize
19064 \series default
19065  ein.
19066 \end_layout
19067
19068 \begin_layout Standard
19069 \begin_inset Newpage newpage
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \begin_layout Standard
19076 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19077  werden:
19078 \end_layout
19079
19080 \begin_layout Standard
19081 \noindent
19082 \align center
19083 \begin_inset Tabular
19084 <lyxtabular version="3" rows="5" columns="2">
19085 <features tabularvalignment="middle">
19086 <column alignment="center" valignment="top" width="0">
19087 <column alignment="center" valignment="top" width="0">
19088 <row>
19089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093 Befehl
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102 Ergebnis
19103 \begin_inset Note Note
19104 status collapsed
19105
19106 \begin_layout Plain Layout
19107
19108 \series bold
19109
19110 \backslash
19111 raisebox
19112 \series default
19113  dient nur als Abstandhalter.
19114 \end_layout
19115
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 </row>
19124 <row>
19125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Plain Layout
19129
19130 \backslash
19131 displaystyle
19132 \begin_inset Index idx
19133 status collapsed
19134
19135 \begin_layout Plain Layout
19136 Befehle ! D ! 
19137 \backslash
19138 displaystyle
19139 \end_layout
19140
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19153 \end_inset
19154
19155
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 </row>
19161 <row>
19162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \backslash
19168 textstyle
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19178 \end_inset
19179
19180
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 </row>
19186 <row>
19187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191
19192 \backslash
19193 scriptstyle
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 </row>
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216
19217 \backslash
19218 scriptscriptstyle
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19228 \end_inset
19229
19230
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 </row>
19236 </lyxtabular>
19237
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \begin_layout Standard
19244 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19245  in das die Formelteile eingegeben werden.
19246 \end_layout
19247
19248 \begin_layout Standard
19249 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19250  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19251  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19252  eingegeben.
19253  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19254  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19255  Dazu zwei Beispiele:
19256 \begin_inset VSpace -2mm
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \begin_layout Standard
19263 \begin_inset ERT
19264 status collapsed
19265
19266 \begin_layout Plain Layout
19267
19268
19269 \backslash
19270 huge 
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \begin_inset Formula \[
19277 A=\frac{B}{c}\cdot\maltese\]
19278
19279 \end_inset
19280
19281
19282 \begin_inset Formula \[
19283 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19284
19285 \end_inset
19286
19287
19288 \begin_inset ERT
19289 status collapsed
19290
19291 \begin_layout Plain Layout
19292
19293
19294 \backslash
19295 normalsize 
19296 \end_layout
19297
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \begin_layout Standard
19304 \begin_inset VSpace medskip
19305 \end_inset
19306
19307 Vor beiden Formeln wurde der Befehl 
19308 \series bold
19309
19310 \backslash
19311 huge
19312 \series default
19313  eingegeben.
19314  Der Befehl für die zweite Formel lautet:
19315 \begin_inset Newline newline
19316 \end_inset
19317
19318
19319 \series bold
19320
19321 \backslash
19322 maltese
19323 \begin_inset ERT
19324 status collapsed
19325
19326 \begin_layout Plain Layout
19327
19328
19329 \backslash
19330 leer 
19331 \end_layout
19332
19333 \end_inset
19334
19335 A M-m m 
19336 \backslash
19337 Large
19338 \begin_inset ERT
19339 status collapsed
19340
19341 \begin_layout Plain Layout
19342
19343
19344 \backslash
19345 leer 
19346 \end_layout
19347
19348 \end_inset
19349
19350
19351 \backslash
19352 maltese
19353 \begin_inset ERT
19354 status collapsed
19355
19356 \begin_layout Plain Layout
19357
19358
19359 \backslash
19360 leer 
19361 \end_layout
19362
19363 \end_inset
19364
19365
19366 \backslash
19367 textit
19368 \begin_inset ERT
19369 status collapsed
19370
19371 \begin_layout Plain Layout
19372
19373
19374 \backslash
19375 leer 
19376 \end_layout
19377
19378 \end_inset
19379
19380 A
19381 \begin_inset Formula $\to$
19382 \end_inset
19383
19384
19385 \begin_inset Formula $\to$
19386 \end_inset
19387
19388
19389 \begin_inset Newline newline
19390 \end_inset
19391
19392
19393 \begin_inset space \hspace*{}
19394 \length 1cm
19395 \end_inset
19396
19397 M-m
19398 \series default
19399  
19400 \series bold
19401
19402 \backslash
19403 tiny
19404 \begin_inset ERT
19405 status collapsed
19406
19407 \begin_layout Plain Layout
19408
19409
19410 \backslash
19411 leer 
19412 \end_layout
19413
19414 \end_inset
19415
19416
19417 \backslash
19418 maltese
19419 \begin_inset ERT
19420 status collapsed
19421
19422 \begin_layout Plain Layout
19423
19424
19425 \backslash
19426 leer 
19427 \end_layout
19428
19429 \end_inset
19430
19431
19432 \backslash
19433 textit
19434 \begin_inset ERT
19435 status collapsed
19436
19437 \begin_layout Plain Layout
19438
19439
19440 \backslash
19441 leer 
19442 \end_layout
19443
19444 \end_inset
19445
19446 A
19447 \end_layout
19448
19449 \begin_layout Standard
19450 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19451  immer in der Standardgröße dargestellt.
19452 \end_layout
19453
19454 \begin_layout Standard
19455 \begin_inset Newpage newpage
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \begin_layout Section
19462 Griechische Buchstaben
19463 \begin_inset Index idx
19464 status collapsed
19465
19466 \begin_layout Plain Layout
19467 griechische Buchstaben
19468 \end_layout
19469
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \begin_layout Standard
19476 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19477  
19478 \begin_inset Graphics
19479         filename ../../images/math/alpha.png
19480         scale 85
19481
19482 \end_inset
19483
19484  eingefügt werden.
19485 \end_layout
19486
19487 \begin_layout Subsection
19488 Kleine Buchstaben
19489 \begin_inset Index idx
19490 status collapsed
19491
19492 \begin_layout Plain Layout
19493 griechische Buchstaben ! kleine
19494 \end_layout
19495
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \begin_layout Standard
19502 \begin_inset space \hfill{}
19503 \end_inset
19504
19505
19506 \begin_inset Tabular
19507 <lyxtabular version="3" rows="11" columns="2">
19508 <features tabularvalignment="middle">
19509 <column alignment="center" valignment="top" width="0pt">
19510 <column alignment="center" valignment="top" width="0pt">
19511 <row>
19512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 Befehl
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 Ergebnis
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 <row>
19532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536
19537 \backslash
19538 alpha
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 \begin_inset Formula $\alpha$
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 </row>
19556 <row>
19557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19558 \begin_inset Text
19559
19560 \begin_layout Plain Layout
19561
19562 \backslash
19563 beta
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572 \begin_inset Formula $\beta$
19573 \end_inset
19574
19575
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 </row>
19581 <row>
19582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19583 \begin_inset Text
19584
19585 \begin_layout Plain Layout
19586
19587 \backslash
19588 gamma
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597 \begin_inset Formula $\gamma$
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611
19612 \backslash
19613 delta
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622 \begin_inset Formula $\delta$
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 </row>
19631 <row>
19632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636
19637 \backslash
19638 epsilon
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647 \begin_inset Formula $\epsilon$
19648 \end_inset
19649
19650
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 </row>
19656 <row>
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661
19662 \backslash
19663 varepsilon
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Plain Layout
19672 \begin_inset Formula $\varepsilon$
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 </row>
19681 <row>
19682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686
19687 \backslash
19688 zeta
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 \begin_inset Formula $\zeta$
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 </row>
19706 <row>
19707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711
19712 \backslash
19713 eta
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 \begin_inset Formula $\eta$
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 </row>
19731 <row>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736
19737 \backslash
19738 theta
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 \begin_inset Formula $\theta$
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 </row>
19756 <row>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761
19762 \backslash
19763 vartheta
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772 \begin_inset Formula $\vartheta$
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 </row>
19781 </lyxtabular>
19782
19783 \end_inset
19784
19785
19786 \begin_inset space \hfill{}
19787 \end_inset
19788
19789
19790 \begin_inset Tabular
19791 <lyxtabular version="3" rows="12" columns="2">
19792 <features tabularvalignment="middle">
19793 <column alignment="center" valignment="top" width="0pt">
19794 <column alignment="center" valignment="top" width="0pt">
19795 <row>
19796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 Befehl
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809 Ergebnis
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 </row>
19815 <row>
19816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820
19821 \backslash
19822 iota
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831 \begin_inset Formula $\iota$
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 </row>
19840 <row>
19841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845
19846 \backslash
19847 kappa
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Formula $\kappa$
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 </row>
19865 <row>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870
19871 \backslash
19872 varkappa
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881 \begin_inset Formula $\varkappa$
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 </row>
19890 <row>
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895
19896 \backslash
19897 lambda
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 \begin_inset Formula $\lambda$
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 </row>
19915 <row>
19916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \backslash
19922 mu
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931 \begin_inset Formula $\mu$
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 <row>
19941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945
19946 \backslash
19947 nu
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956 \begin_inset Formula $\nu$
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 </row>
19965 <row>
19966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970
19971 \backslash
19972 xi
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 \begin_inset Formula $\xi$
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 o
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 \begin_inset Formula $o$
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 </row>
20013 <row>
20014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20015 \begin_inset Text
20016
20017 \begin_layout Plain Layout
20018
20019 \backslash
20020 pi
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029 \begin_inset Formula $\pi$
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 </row>
20038 <row>
20039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \backslash
20045 varpi
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054 \begin_inset Formula $\varpi$
20055 \end_inset
20056
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 </row>
20063 <row>
20064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068
20069 \backslash
20070 rho
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 \begin_inset Formula $\rho$
20080 \end_inset
20081
20082
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 </lyxtabular>
20089
20090 \end_inset
20091
20092
20093 \begin_inset space \hfill{}
20094 \end_inset
20095
20096
20097 \begin_inset Tabular
20098 <lyxtabular version="3" rows="11" columns="2">
20099 <features tabularvalignment="middle">
20100 <column alignment="center" valignment="top" width="0pt">
20101 <column alignment="center" valignment="top" width="0pt">
20102 <row>
20103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 Befehl
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 Ergebnis
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \backslash
20129 varrho
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Formula $\varrho$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 <row>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152
20153 \backslash
20154 sigma
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset Formula $\sigma$
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 </row>
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \backslash
20179 varsigma
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188 \begin_inset Formula $\varsigma$
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 </row>
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \backslash
20204 tau
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 \begin_inset Formula $\tau$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 </row>
20222 <row>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227
20228 \backslash
20229 upsilon
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset Formula $\upsilon$
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 <row>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252
20253 \backslash
20254 phi
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20260 \begin_inset Text
20261
20262 \begin_layout Plain Layout
20263 \begin_inset Formula $\phi$
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 </row>
20272 <row>
20273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277
20278 \backslash
20279 varphi
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 \begin_inset Formula $\varphi$
20289 \end_inset
20290
20291
20292 \end_layout
20293
20294 \end_inset
20295 </cell>
20296 </row>
20297 <row>
20298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302
20303 \backslash
20304 chi
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 \begin_inset Formula $\chi$
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 <row>
20323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327
20328 \backslash
20329 psi
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 \begin_inset Formula $\psi$
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 <row>
20348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352
20353 \backslash
20354 omega
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363 \begin_inset Formula $\omega$
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 </lyxtabular>
20373
20374 \end_inset
20375
20376
20377 \begin_inset space \hfill{}
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Standard
20384 \begin_inset VSpace medskip
20385 \end_inset
20386
20387 Wie man aufrechte griechische Buchstaben erstellt, ist in 
20388 \begin_inset CommandInset ref
20389 LatexCommand ref
20390 reference "sub:Aufrechte-kleine-griechische"
20391
20392 \end_inset
20393
20394  beschrieben.
20395 \end_layout
20396
20397 \begin_layout Subsection
20398 Große Buchstaben
20399 \begin_inset Index idx
20400 status collapsed
20401
20402 \begin_layout Plain Layout
20403 griechische Buchstaben ! große
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Standard
20412 \begin_inset space \hfill{}
20413 \end_inset
20414
20415
20416 \begin_inset Tabular
20417 <lyxtabular version="3" rows="7" columns="2">
20418 <features tabularvalignment="middle">
20419 <column alignment="center" valignment="top" width="0pt">
20420 <column alignment="center" valignment="top" width="0pt">
20421 <row>
20422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 Befehl
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 Ergebnis
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 </row>
20441 <row>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446
20447 \backslash
20448 Gamma
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457 \begin_inset Formula $\Gamma$
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 </row>
20466 <row>
20467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471
20472 \backslash
20473 Delta
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 \begin_inset Formula $\Delta$
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 </row>
20491 <row>
20492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496
20497 \backslash
20498 Theta
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507 \begin_inset Formula $\Theta$
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 </row>
20516 <row>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521
20522 \backslash
20523 Lambda
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 \begin_inset Formula $\Lambda$
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 <row>
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546
20547 \backslash
20548 Xi
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557 \begin_inset Formula $\Xi$
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 </row>
20566 <row>
20567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571
20572 \backslash
20573 Pi
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 \begin_inset Formula $\Pi$
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 </row>
20591 </lyxtabular>
20592
20593 \end_inset
20594
20595
20596 \begin_inset space \hfill{}
20597 \end_inset
20598
20599
20600 \begin_inset Tabular
20601 <lyxtabular version="3" rows="6" columns="2">
20602 <features tabularvalignment="middle">
20603 <column alignment="center" valignment="top" width="0pt">
20604 <column alignment="center" valignment="top" width="0pt">
20605 <row>
20606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 Befehl
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 Ergebnis
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 </row>
20625 <row>
20626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630
20631 \backslash
20632 Sigma
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641 \begin_inset Formula $\Sigma$
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \end_inset
20648 </cell>
20649 </row>
20650 <row>
20651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655
20656 \backslash
20657 Upsilon
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 \begin_inset Formula $\Upsilon$
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 </row>
20675 <row>
20676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680
20681 \backslash
20682 Phi
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 \begin_inset Formula $\Phi$
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 <row>
20701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \backslash
20707 Psi
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 \begin_inset Formula $\Psi$
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 </row>
20725 <row>
20726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20727 \begin_inset Text
20728
20729 \begin_layout Plain Layout
20730
20731 \backslash
20732 Omega
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741 \begin_inset Formula $\Omega$
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 </row>
20750 </lyxtabular>
20751
20752 \end_inset
20753
20754
20755 \begin_inset space \hfill{}
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \begin_layout Standard
20762 \begin_inset VSpace medskip
20763 \end_inset
20764
20765 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20766  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20767  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20768  mit 
20769 \series bold
20770 var
20771 \series default
20772 .
20773  So ergibt z.
20774 \begin_inset space \thinspace{}
20775 \end_inset
20776
20777 B.
20778  der Befehl 
20779 \series bold
20780
20781 \backslash
20782 varGamma
20783 \series default
20784
20785 \begin_inset Formula $\varGamma$
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \begin_layout Subsection
20792 Fett gedruckte Buchstaben
20793 \begin_inset Index idx
20794 status collapsed
20795
20796 \begin_layout Plain Layout
20797 griechische Buchstaben ! fett gedruckte
20798 \end_layout
20799
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \begin_layout Standard
20806 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20807  Schriftstilen darstellen.
20808  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20809 \series bold
20810
20811 \backslash
20812 boldsymbol
20813 \series default
20814
20815 \begin_inset Index idx
20816 status collapsed
20817
20818 \begin_layout Plain Layout
20819 Befehle ! B ! 
20820 \backslash
20821 boldsymbol
20822 \end_layout
20823
20824 \end_inset
20825
20826  fett gedruckt auszugeben.
20827 \end_layout
20828
20829 \begin_layout Standard
20830 \align center
20831 \begin_inset Tabular
20832 <lyxtabular version="3" rows="3" columns="2">
20833 <features tabularvalignment="middle">
20834 <column alignment="center" valignment="top" width="0">
20835 <column alignment="center" valignment="top" width="0">
20836 <row>
20837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 Befehl
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 Ergebnis
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 <row>
20857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861
20862 \backslash
20863 Upsilon
20864 \backslash
20865 boldsymbol
20866 \backslash
20867 Upsilon
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 <row>
20886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \backslash
20892 theta
20893 \backslash
20894 boldsymbol
20895 \backslash
20896 theta
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 \begin_inset Formula $\theta\boldsymbol{\theta}$
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 </row>
20914 </lyxtabular>
20915
20916 \end_inset
20917
20918
20919 \end_layout
20920
20921 \begin_layout Section
20922 Symbole
20923 \begin_inset ERT
20924 status collapsed
20925
20926 \begin_layout Plain Layout
20927
20928
20929 \backslash
20930 texorpdfstring{
20931 \end_layout
20932
20933 \end_inset
20934
20935
20936 \begin_inset Foot
20937 status collapsed
20938
20939 \begin_layout Plain Layout
20940 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20941  
20942 \begin_inset CommandInset citation
20943 LatexCommand cite
20944 key "Symbole"
20945
20946 \end_inset
20947
20948 .
20949 \end_layout
20950
20951 \end_inset
20952
20953
20954 \begin_inset ERT
20955 status collapsed
20956
20957 \begin_layout Plain Layout
20958
20959 }{}
20960 \end_layout
20961
20962 \end_inset
20963
20964
20965 \begin_inset Note Note
20966 status collapsed
20967
20968 \begin_layout Plain Layout
20969
20970 \series bold
20971
20972 \backslash
20973 texorpdfstring
20974 \series default
20975  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20976 \end_layout
20977
20978 \begin_layout Plain Layout
20979 Näheres zu 
20980 \series bold
20981
20982 \backslash
20983 texorpdfstring
20984 \series default
20985  steht in Kapitel 
20986 \begin_inset CommandInset ref
20987 LatexCommand ref
20988 reference "sub:Formeln-in-Überschriften"
20989
20990 \end_inset
20991
20992 .
20993 \end_layout
20994
20995 \end_inset
20996
20997
20998 \begin_inset Index idx
20999 status collapsed
21000
21001 \begin_layout Plain Layout
21002 Symbole
21003 \end_layout
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \begin_layout Standard
21011 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21012
21013 leistenknöpfe 
21014 \begin_inset Graphics
21015         filename ../../images/math/nabla.png
21016         scale 85
21017
21018 \end_inset
21019
21020  und 
21021 \begin_inset Graphics
21022         filename ../../images/math/digamma.png
21023         scale 85
21024
21025 \end_inset
21026
21027  eingefügt werden.
21028 \end_layout
21029
21030 \begin_layout Subsection
21031 Mathematische Symbole
21032 \begin_inset CommandInset label
21033 LatexCommand label
21034 name "sub:Mathematische-Symbole"
21035
21036 \end_inset
21037
21038
21039 \begin_inset Index idx
21040 status collapsed
21041
21042 \begin_layout Plain Layout
21043 Symbole ! mathematische
21044 \end_layout
21045
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \begin_layout Standard
21052 \begin_inset space \hfill{}
21053 \end_inset
21054
21055
21056 \begin_inset Tabular
21057 <lyxtabular version="3" rows="10" columns="2">
21058 <features tabularvalignment="middle">
21059 <column alignment="center" valignment="top" width="0pt">
21060 <column alignment="center" valignment="top" width="0pt">
21061 <row>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 Befehl
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 Ergebnis
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086
21087 \backslash
21088 neg
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 \begin_inset Formula $\neg$
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 </row>
21106 <row>
21107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \backslash
21113 Im
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 \begin_inset Formula $\Im$
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 </row>
21131 <row>
21132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \backslash
21138 Re
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 \begin_inset Formula $\Re$
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 aleph
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\aleph$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 <row>
21182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186
21187 \backslash
21188 partial
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 \begin_inset Formula $\partial$
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 </row>
21206 <row>
21207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211
21212 \backslash
21213 infty
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 \begin_inset Formula $\infty$
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 </row>
21231 <row>
21232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236
21237 \backslash
21238 wp
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 \begin_inset Formula $\wp$
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 </row>
21256 <row>
21257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261
21262 \backslash
21263 imath
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 \begin_inset Formula $\imath$
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 </row>
21281 <row>
21282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286
21287 \backslash
21288 jmath
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297 \begin_inset Formula $\jmath$
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 </row>
21306 </lyxtabular>
21307
21308 \end_inset
21309
21310
21311 \begin_inset space \hfill{}
21312 \end_inset
21313
21314
21315 \begin_inset Tabular
21316 <lyxtabular version="3" rows="10" columns="2">
21317 <features tabularvalignment="middle">
21318 <column alignment="center" valignment="top" width="0pt">
21319 <column alignment="center" valignment="top" width="0pt">
21320 <row>
21321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 Befehl
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 Ergebnis
21335 \begin_inset Note Note
21336 status collapsed
21337
21338 \begin_layout Plain Layout
21339
21340 \series bold
21341
21342 \backslash
21343 raisebox
21344 \series default
21345  dient nur als Abstandhalter.
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 </row>
21356 <row>
21357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361
21362 \backslash
21363 forall
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 \begin_inset Formula $\forall$
21373 \end_inset
21374
21375
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 </row>
21381 <row>
21382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386
21387 \backslash
21388 exists
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 \begin_inset Formula $\exists$
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 </row>
21406 <row>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411
21412 \backslash
21413 nexists
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 \begin_inset Formula $\nexists$
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 </row>
21431 <row>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436
21437 \backslash
21438 emptyset
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset Formula $\emptyset$
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 <row>
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461
21462 \backslash
21463 varnothing
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472 \begin_inset Formula $\varnothing$
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 </row>
21481 <row>
21482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486
21487 \backslash
21488 dag
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497 \begin_inset Formula $\dag$
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 </row>
21506 <row>
21507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511
21512 \backslash
21513 ddag
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 \begin_inset Formula $\ddag$
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 </row>
21531 <row>
21532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \backslash
21538 complement
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset ERT
21548 status collapsed
21549
21550 \begin_layout Plain Layout
21551
21552
21553 \backslash
21554 raisebox{-0.8mm}{
21555 \end_layout
21556
21557 \end_inset
21558
21559
21560 \begin_inset Formula $\complement$
21561 \end_inset
21562
21563
21564 \begin_inset ERT
21565 status collapsed
21566
21567 \begin_layout Plain Layout
21568
21569 }
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 </row>
21580 <row>
21581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585
21586 \backslash
21587 Bbbk
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Formula $\Bbbk$
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 </row>
21605 </lyxtabular>
21606
21607 \end_inset
21608
21609
21610 \begin_inset space \hfill{}
21611 \end_inset
21612
21613
21614 \begin_inset Tabular
21615 <lyxtabular version="3" rows="10" columns="2">
21616 <features tabularvalignment="middle">
21617 <column alignment="center" valignment="top" width="0pt">
21618 <column alignment="center" valignment="top" width="0pt">
21619 <row>
21620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 Befehl
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 Ergebnis
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644
21645 \backslash
21646 prime
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Formula $\prime$
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669
21670 \backslash
21671 backprime
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 \begin_inset Formula $\backprime$
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 <row>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \backslash
21696 mho
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 \begin_inset Formula $\mho$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 <row>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719
21720 \backslash
21721 triangle
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Formula $\triangle$
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 </row>
21739 <row>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744
21745 \backslash
21746 angle
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset Formula $\angle$
21756 \end_inset
21757
21758
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 <row>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769
21770 \backslash
21771 measuredangle
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 \begin_inset Formula $\measuredangle$
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794
21795 \backslash
21796 sphericalangle
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 \begin_inset Formula $\sphericalangle$
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 <row>
21815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \backslash
21821 top
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 \begin_inset Formula $\top$
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 </row>
21839 <row>
21840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844
21845 \backslash
21846 bot
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855 \begin_inset Formula $\bot$
21856 \end_inset
21857
21858
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 </row>
21864 </lyxtabular>
21865
21866 \end_inset
21867
21868
21869 \begin_inset space \hfill{}
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \begin_layout Subsection
21876 Sonstige Symbole
21877 \begin_inset CommandInset label
21878 LatexCommand label
21879 name "sub:Sonstige-Symbole"
21880
21881 \end_inset
21882
21883
21884 \begin_inset Index idx
21885 status collapsed
21886
21887 \begin_layout Plain Layout
21888 Symbole ! sonstige
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \begin_layout Standard
21897 \noindent
21898 \align center
21899 \begin_inset Tabular
21900 <lyxtabular version="3" rows="10" columns="2">
21901 <features tabularvalignment="middle">
21902 <column alignment="center" valignment="top" width="0pt">
21903 <column alignment="center" valignment="top" width="0pt">
21904 <row>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 Befehl
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 Ergebnis
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 </row>
21924 <row>
21925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929
21930 \backslash
21931 flat
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 \begin_inset Formula $\flat$
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 </row>
21949 <row>
21950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954
21955 \backslash
21956 natural
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 \begin_inset Formula $\natural$
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 </row>
21974 <row>
21975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979
21980 \backslash
21981 sharp
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 \begin_inset Formula $\sharp$
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 </row>
21999 <row>
22000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004
22005 \backslash
22006 surd
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 \begin_inset Formula $\surd$
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 </row>
22024 <row>
22025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029
22030 \backslash
22031 checkmark
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 \begin_inset Formula $\checkmark$
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 </row>
22049 <row>
22050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054
22055 \backslash
22056 yen
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065 \begin_inset Formula $\yen$
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 </row>
22074 <row>
22075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079
22080 \backslash
22081 pounds
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090 \begin_inset Formula $\pounds$
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 </row>
22099 <row>
22100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 $
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 \begin_inset Formula $\$$
22114 \end_inset
22115
22116
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 <row>
22123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127 §
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136 \begin_inset Formula $§$
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 </row>
22145 </lyxtabular>
22146
22147 \end_inset
22148
22149
22150 \begin_inset Tabular
22151 <lyxtabular version="3" rows="10" columns="2">
22152 <features tabularvalignment="middle">
22153 <column alignment="center" valignment="top" width="0">
22154 <column alignment="center" valignment="top" width="0">
22155 <row>
22156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 Befehl
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 Ergebnis
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 <row>
22176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180
22181 \backslash
22182 hbar
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 \begin_inset Formula $\hbar$
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \backslash
22207 hslash
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Formula $\hslash$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230
22231 \backslash
22232 clubsuit
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Formula $\clubsuit$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 </row>
22250 <row>
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255
22256 \backslash
22257 spadesuit
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Formula $\spadesuit$
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 </row>
22275 <row>
22276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280
22281 \backslash
22282 bigstar
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Formula $\bigstar$
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 <row>
22301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305
22306 \backslash
22307 blacklozenge
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Formula $\blacklozenge$
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 </row>
22325 <row>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \backslash
22332 blacktriangle
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 \begin_inset Formula $\blacktriangle$
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 blacktiangledown
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\blacktriangledown$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380
22381 \backslash
22382 bullet
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $\bullet$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 </lyxtabular>
22401
22402 \end_inset
22403
22404
22405 \begin_inset Tabular
22406 <lyxtabular version="3" rows="10" columns="2">
22407 <features tabularvalignment="middle">
22408 <column alignment="center" valignment="top" width="0pt">
22409 <column alignment="center" valignment="top" width="0pt">
22410 <row>
22411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415 Befehl
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 Ergebnis
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 </row>
22430 <row>
22431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435
22436 \backslash
22437 diamondsuit
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 \begin_inset Formula $\diamondsuit$
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 </row>
22455 <row>
22456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22457 \begin_inset Text
22458
22459 \begin_layout Plain Layout
22460
22461 \backslash
22462 Diamond
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 \begin_inset Formula $\Diamond$
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 </row>
22480 <row>
22481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485
22486 \backslash
22487 heartsuit
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496 \begin_inset Formula $\heartsuit$
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 </row>
22505 <row>
22506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \backslash
22512 P
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 \begin_inset Formula $\P$
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 </row>
22530 <row>
22531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535
22536 \backslash
22537 copyright
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Formula $\copyright$
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 </row>
22555 <row>
22556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560
22561 \backslash
22562 circledR
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 \begin_inset Formula $\circledR$
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 </row>
22580 <row>
22581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585
22586 \backslash
22587 maltese
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 \begin_inset Formula $\maltese$
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 </row>
22605 <row>
22606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610
22611 \backslash
22612 diagup
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 \begin_inset Formula $\diagup$
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 <row>
22631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635
22636 \backslash
22637 diagdown
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 \begin_inset Formula $\diagdown$
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 </lyxtabular>
22656
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \begin_layout Standard
22663 \begin_inset VSpace medskip
22664 \end_inset
22665
22666 Weitere Symbole sind in 
22667 \begin_inset CommandInset ref
22668 LatexCommand ref
22669 reference "sub:Sonstige-Sonderzeichen"
22670
22671 \end_inset
22672
22673  aufgelistet.
22674 \end_layout
22675
22676 \begin_layout Standard
22677 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22678  
22679 \begin_inset CommandInset ref
22680 LatexCommand ref
22681 reference "sub:Schriftgrößen"
22682
22683 \end_inset
22684
22685 .
22686 \end_layout
22687
22688 \begin_layout Subsection
22689 Das Euro-Symbol €
22690 \begin_inset Index idx
22691 status collapsed
22692
22693 \begin_layout Plain Layout
22694 Symbole ! Euro-Symbol
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \begin_inset Index idx
22701 status collapsed
22702
22703 \begin_layout Plain Layout
22704
22705 \backslash
22706 @
22707 \begin_inset ERT
22708 status collapsed
22709
22710 \begin_layout Plain Layout
22711
22712
22713 \backslash
22714 officialeuro
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \begin_layout Standard
22728 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22729
22730 \series bold
22731 eurosym
22732 \series default
22733
22734 \begin_inset Index idx
22735 status collapsed
22736
22737 \begin_layout Plain Layout
22738 Pakete ! eurosym
22739 \end_layout
22740
22741 \end_inset
22742
22743  installieren und dieses mit der LaTeX-Vorspannzeile
22744 \end_layout
22745
22746 \begin_layout Standard
22747
22748 \series bold
22749
22750 \backslash
22751 usepackage[gennarrow]{eurosym}
22752 \end_layout
22753
22754 \begin_layout Standard
22755 aktivieren.
22756  Das Euro-Symbol kann man nun mit dem Befehl 
22757 \series bold
22758
22759 \backslash
22760 euro
22761 \series default
22762
22763 \begin_inset Index idx
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767 Befehle ! E ! 
22768 \backslash
22769 euro
22770 \end_layout
22771
22772 \end_inset
22773
22774  aufrufen.
22775 \end_layout
22776
22777 \begin_layout Standard
22778 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22779  eingeben, ohne 
22780 \series bold
22781 eurosym
22782 \series default
22783  installiert zu haben.
22784  Ist 
22785 \series bold
22786 eurosym
22787 \series default
22788  installiert, kann man 
22789 \series bold
22790
22791 \backslash
22792 euro
22793 \series default
22794  auch im TeX-Modus eingeben.
22795  Das offizielle Währungssymbol erhält man dann über den Befehl 
22796 \series bold
22797
22798 \backslash
22799 officialeuro
22800 \series default
22801
22802 \begin_inset Index idx
22803 status collapsed
22804
22805 \begin_layout Plain Layout
22806 Befehle ! O ! 
22807 \backslash
22808 officialeuro
22809 \end_layout
22810
22811 \end_inset
22812
22813 , der nur im TeX-Modus verfügbar ist.
22814 \end_layout
22815
22816 \begin_layout Standard
22817 \begin_inset ERT
22818 status collapsed
22819
22820 \begin_layout Plain Layout
22821
22822
22823 \backslash
22824 ifeurosym 
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \begin_inset Note Note
22831 status open
22832
22833 \begin_layout Plain Layout
22834 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22835 \series bold
22836 eurosym
22837 \series default
22838  installiert ist:
22839 \end_layout
22840
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \begin_layout Standard
22847 Eine Übersicht der verschiedenen Euro-Symbole:
22848 \end_layout
22849
22850 \begin_layout Standard
22851 \align center
22852 \begin_inset Tabular
22853 <lyxtabular version="3" rows="4" columns="3">
22854 <features tabularvalignment="middle">
22855 <column alignment="center" valignment="top" width="0pt">
22856 <column alignment="center" valignment="top" width="0pt">
22857 <column alignment="center" valignment="top" width="0pt">
22858 <row>
22859 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 Befehl 
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 Ergebnis
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 </row>
22887 <row>
22888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 Formel
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901
22902 \backslash
22903 euro
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 \begin_inset Formula $\euro$
22913 \end_inset
22914
22915
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 </row>
22921 <row>
22922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 mathematischer Text
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 \begin_inset Formula $\mbox{€}$
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 </row>
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 TeX-Modus
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967
22968 \backslash
22969 officialeuro
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 \begin_inset ERT
22979 status collapsed
22980
22981 \begin_layout Plain Layout
22982
22983
22984 \backslash
22985 officialeuro
22986 \end_layout
22987
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 </row>
22996 </lyxtabular>
22997
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \begin_layout Standard
23004 \begin_inset ERT
23005 status collapsed
23006
23007 \begin_layout Plain Layout
23008
23009
23010 \backslash
23011 else 
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \begin_inset Note Note
23018 status open
23019
23020 \begin_layout Plain Layout
23021 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23022 \series bold
23023 eurosym
23024 \series default
23025  nicht installiert ist:
23026 \end_layout
23027
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \begin_layout Standard
23034 Das LaTeX-Paket 
23035 \series bold
23036 eurosym 
23037 \series default
23038 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23039 \end_layout
23040
23041 \begin_layout Standard
23042 \begin_inset ERT
23043 status collapsed
23044
23045 \begin_layout Plain Layout
23046
23047
23048 \backslash
23049 fi 
23050 \end_layout
23051
23052 \end_inset
23053
23054
23055 \end_layout
23056
23057 \begin_layout Section
23058 Relationen
23059 \begin_inset CommandInset label
23060 LatexCommand label
23061 name "sec:Relationen"
23062
23063 \end_inset
23064
23065
23066 \begin_inset Index idx
23067 status collapsed
23068
23069 \begin_layout Plain Layout
23070 Relationen
23071 \end_layout
23072
23073 \end_inset
23074
23075
23076 \begin_inset Index idx
23077 status collapsed
23078
23079 \begin_layout Plain Layout
23080 Vergleiche|see
23081 \begin_inset ERT
23082 status collapsed
23083
23084 \begin_layout Plain Layout
23085
23086 {
23087 \end_layout
23088
23089 \end_inset
23090
23091 Relationen
23092 \begin_inset ERT
23093 status collapsed
23094
23095 \begin_layout Plain Layout
23096
23097 }
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Standard
23111 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23112  
23113 \begin_inset Graphics
23114         filename ../../images/math/leq.png
23115         scale 85
23116
23117 \end_inset
23118
23119  eingefügt werden.
23120 \end_layout
23121
23122 \begin_layout Standard
23123 \begin_inset space \hfill{}
23124 \end_inset
23125
23126
23127 \begin_inset Tabular
23128 <lyxtabular version="3" rows="17" columns="2">
23129 <features tabularvalignment="middle">
23130 <column alignment="center" valignment="top" width="0pt">
23131 <column alignment="center" valignment="top" width="0pt">
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 Befehl
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 Ergebnis
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 <row>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 <
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 \begin_inset Formula $<$
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 </row>
23175 <row>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180
23181 \backslash
23182 le
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 \begin_inset Formula $\le$
23192 \end_inset
23193
23194
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 </row>
23200 <row>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205
23206 \backslash
23207 ll
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 \begin_inset Formula $\ll$
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 </row>
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230
23231 \backslash
23232 prec
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 \begin_inset Formula $\prec$
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 <row>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \backslash
23257 preceq
23258 \end_layout
23259
23260 \end_inset
23261 </cell>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266 \begin_inset Formula $\preceq$
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 </row>
23275 <row>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280
23281 \backslash
23282 subset
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 \begin_inset Formula $\subset$
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 </row>
23300 <row>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305
23306 \backslash
23307 subseteq
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 \begin_inset Formula $\subseteq$
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 </row>
23325 <row>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330
23331 \backslash
23332 sqsubseteq
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 \begin_inset Formula $\sqsubseteq$
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 </row>
23350 <row>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355
23356 \backslash
23357 in
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 \begin_inset Formula $\in$
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \backslash
23382 vdash
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 \begin_inset Formula $\vdash$
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 <row>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405
23406 \backslash
23407 smile
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 \begin_inset Formula $\smile$
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 </row>
23425 <row>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430
23431 \backslash
23432 lhd
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 \begin_inset Formula $\lhd$
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 </row>
23450 <row>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455
23456 \backslash
23457 unlhd
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466 \begin_inset Formula $\unlhd$
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 </row>
23475 <row>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \backslash
23482 gtrless
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 \begin_inset Formula $\gtrless$
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 </row>
23500 <row>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \backslash
23507 mid
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 \begin_inset Formula $\mid$
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 </row>
23525 <row>
23526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \backslash
23532 nmid
23533 \end_layout
23534
23535 \end_inset
23536 </cell>
23537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 \begin_inset Formula $\nmid$
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 </row>
23550 </lyxtabular>
23551
23552 \end_inset
23553
23554
23555 \begin_inset space \hfill{}
23556 \end_inset
23557
23558
23559 \begin_inset Tabular
23560 <lyxtabular version="3" rows="17" columns="2">
23561 <features tabularvalignment="middle">
23562 <column alignment="center" valignment="top" width="0pt">
23563 <column alignment="center" valignment="top" width="0pt">
23564 <row>
23565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 Befehl
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 Ergebnis
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 </row>
23584 <row>
23585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 =
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 \begin_inset Formula $=$
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 <row>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \backslash
23614 not=
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 \begin_inset Formula $\not=$
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 </row>
23632 <row>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637
23638 \backslash
23639 equiv
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648 \begin_inset Formula $\equiv$
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 </row>
23657 <row>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662
23663 \backslash
23664 sim
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Formula $\sim$
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 <row>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687
23688 \backslash
23689 simeq
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698 \begin_inset Formula $\simeq$
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 </row>
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712
23713 \backslash
23714 approx
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 \begin_inset Formula $\approx$
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 </row>
23732 <row>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737
23738 \backslash
23739 cong
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 \begin_inset Formula $\cong$
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \backslash
23764 bowtie
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 \begin_inset Formula $\bowtie$
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 <row>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787
23788 \backslash
23789 notin
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 \begin_inset Formula $\notin$
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 </row>
23807 <row>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812
23813 \backslash
23814 perp
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 \begin_inset Formula $\perp$
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 </row>
23832 <row>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \backslash
23839 propto
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 \begin_inset Formula $\propto$
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 <row>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \backslash
23864 asymp
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 \begin_inset Formula $\asymp$
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 <row>
23883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \backslash
23889 doteq
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 \begin_inset Formula $\doteq$
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \backslash
23914 circeq
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 \begin_inset Formula $\circeq$
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 </row>
23932 <row>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937
23938 \backslash
23939 models
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 \begin_inset Formula $\models$
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 </row>
23957 <row>
23958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962
23963 \backslash
23964 widehat=
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973 \begin_inset Formula $\widehat{=}$
23974 \end_inset
23975
23976
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 </row>
23982 </lyxtabular>
23983
23984 \end_inset
23985
23986
23987 \begin_inset space \hfill{}
23988 \end_inset
23989
23990
23991 \begin_inset Tabular
23992 <lyxtabular version="3" rows="17" columns="2">
23993 <features tabularvalignment="middle">
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 </row>
24016 <row>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021 >
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $>$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 ge
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Formula $\ge$
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \backslash
24071 gg
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080 \begin_inset Formula $\gg$
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 </row>
24089 <row>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \backslash
24096 succ
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $\succ$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 succeq
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Formula $\succeq$
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144
24145 \backslash
24146 supset
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Formula $\supset$
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 </row>
24164 <row>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 supseteq
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 \begin_inset Formula $\supseteq$
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \backslash
24196 sqsupseteq
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $\sqsupseteq$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \backslash
24221 ni
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 \begin_inset Formula $\ni$
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 </row>
24239 <row>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244
24245 \backslash
24246 dashv
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 \begin_inset Formula $\dashv$
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 </row>
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269
24270 \backslash
24271 frown
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 \begin_inset Formula $\frown$
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 rhd
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 \begin_inset Formula $\rhd$
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 </row>
24314 <row>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 unrhd
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 \begin_inset Formula $\unrhd$
24331 \end_inset
24332
24333
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 </row>
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \backslash
24346 lessgtr
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 \begin_inset Formula $\lessgtr$
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 </row>
24364 <row>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 parallel
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 \begin_inset Formula $\parallel$
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 </row>
24389 <row>
24390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 nparallel
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405 \begin_inset Formula $\nparallel$
24406 \end_inset
24407
24408
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 </row>
24414 </lyxtabular>
24415
24416 \end_inset
24417
24418
24419 \begin_inset space \hfill{}
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \begin_layout Standard
24426 \begin_inset VSpace medskip
24427 \end_inset
24428
24429 Die Zeichen 
24430 \series bold
24431
24432 \backslash
24433 lhd
24434 \series default
24435  bzw.
24436  
24437 \series bold
24438
24439 \backslash
24440 rhd
24441 \series default
24442  sind größer als die gleich aussehenden Operatoren
24443 \begin_inset Newline linebreak
24444 \end_inset
24445
24446
24447 \series bold
24448
24449 \backslash
24450 triangleleft
24451 \series default
24452  bzw.
24453  
24454 \series bold
24455
24456 \backslash
24457 triangleright
24458 \series default
24459 .
24460 \end_layout
24461
24462 \begin_layout Standard
24463 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24464 \end_layout
24465
24466 \begin_layout Standard
24467 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24468 \series bold
24469
24470 \backslash
24471 stackrel
24472 \series default
24473
24474 \begin_inset Index idx
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478 Befehle ! S ! 
24479 \backslash
24480 stackrel
24481 \end_layout
24482
24483 \end_inset
24484
24485  erstellt werden:
24486 \end_layout
24487
24488 \begin_layout Standard
24489 \align center
24490 \begin_inset Tabular
24491 <lyxtabular version="3" rows="2" columns="2">
24492 <features tabularvalignment="middle">
24493 <column alignment="center" valignment="top" width="0">
24494 <column alignment="center" valignment="top" width="0">
24495 <row>
24496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500 Befehl
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509 Ergebnis
24510 \begin_inset Note Note
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514
24515 \series bold
24516
24517 \backslash
24518 raisebox
24519 \series default
24520  dient nur als Abstandhalter.
24521 \end_layout
24522
24523 \end_inset
24524
24525
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 </row>
24531 <row>
24532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 A(r)
24537 \backslash
24538 stackrel
24539 \begin_inset ERT
24540 status collapsed
24541
24542 \begin_layout Plain Layout
24543
24544
24545 \backslash
24546 leer 
24547 \end_layout
24548
24549 \end_inset
24550
24551 r
24552 \backslash
24553 to
24554 \backslash
24555 infty
24556 \begin_inset ERT
24557 status collapsed
24558
24559 \begin_layout Plain Layout
24560
24561
24562 \backslash
24563 leer 
24564 \end_layout
24565
24566 \end_inset
24567
24568
24569 \begin_inset Formula $\downarrow$
24570 \end_inset
24571
24572
24573 \backslash
24574 approx
24575 \begin_inset ERT
24576 status collapsed
24577
24578 \begin_layout Plain Layout
24579
24580
24581 \backslash
24582 leer 
24583 \end_layout
24584
24585 \end_inset
24586
24587
24588 \begin_inset ERT
24589 status collapsed
24590
24591 \begin_layout Plain Layout
24592
24593
24594 \backslash
24595 leer 
24596 \end_layout
24597
24598 \end_inset
24599
24600 B
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 </row>
24618 </lyxtabular>
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Section
24626 Funktionen
24627 \end_layout
24628
24629 \begin_layout Subsection
24630 Vordefinierte Funktionen
24631 \begin_inset CommandInset label
24632 LatexCommand label
24633 name "sub:Vordefinierte-Funktionen"
24634
24635 \end_inset
24636
24637
24638 \begin_inset Index idx
24639 status collapsed
24640
24641 \begin_layout Plain Layout
24642 Funktionen ! vordefinierte
24643 \end_layout
24644
24645 \end_inset
24646
24647
24648 \end_layout
24649
24650 \begin_layout Standard
24651 Allgemein werden in mathematischen Ausdrücken Variablen 
24652 \shape italic
24653 kursiv
24654 \shape default
24655  gesetzt, Funktionsnamen hingegen nicht, denn 
24656 \begin_inset Formula $sin$
24657 \end_inset
24658
24659  könnte als 
24660 \begin_inset Formula $s\cdot i\cdot n$
24661 \end_inset
24662
24663  missverstanden werden.
24664  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24665 en etwas abgesetzt sind.
24666  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24667 \end_layout
24668
24669 \begin_layout Standard
24670 \align center
24671 \begin_inset Tabular
24672 <lyxtabular version="3" rows="2" columns="4">
24673 <features tabularvalignment="middle">
24674 <column alignment="center" valignment="top" width="0pt">
24675 <column alignment="center" valignment="top" width="0pt">
24676 <column alignment="center" valignment="top" width="0pt">
24677 <column alignment="center" valignment="top" width="0pt">
24678 <row>
24679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683 Befehl
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692 Ergebnis
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701 Befehl
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710 Ergebnis
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 </row>
24716 <row>
24717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 Asin(x)+B
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730 \begin_inset Formula $Asin(x)+B$
24731 \end_inset
24732
24733
24734 \end_layout
24735
24736 \end_inset
24737 </cell>
24738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24739 \begin_inset Text
24740
24741 \begin_layout Plain Layout
24742 A
24743 \backslash
24744 sin(x)+B
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753 \begin_inset Formula $A\sin(x)+B$
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 </row>
24762 </lyxtabular>
24763
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Standard
24770 Folgende Funktionen sind vordefiniert:
24771 \end_layout
24772
24773 \begin_layout Standard
24774 \begin_inset VSpace -2mm
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \begin_layout Standard
24781 \align center
24782 \begin_inset Tabular
24783 <lyxtabular version="3" rows="9" columns="4">
24784 <features tabularvalignment="middle">
24785 <column alignment="center" valignment="top" width="0pt">
24786 <column alignment="center" valignment="top" width="0pt">
24787 <column alignment="center" valignment="top" width="0pt">
24788 <column alignment="center" valignment="top" width="0pt">
24789 <row>
24790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794 Befehl
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803 Befehl
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 Befehl
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821 Befehl
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 </row>
24827 <row>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
24833 \backslash
24834 sin
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843
24844 \backslash
24845 sinh
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \backslash
24856 arcsin
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865
24866 \backslash
24867 sup
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 <row>
24874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878
24879 \backslash
24880 cos
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889
24890 \backslash
24891 cosh
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900
24901 \backslash
24902 arccos
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911
24912 \backslash
24913 inf
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 </row>
24919 <row>
24920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 tan
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935
24936 \backslash
24937 tanh
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946
24947 \backslash
24948 arctan
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957
24958 \backslash
24959 lim
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 </row>
24965 <row>
24966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970
24971 \backslash
24972 cot
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981
24982 \backslash
24983 coth
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992
24993 \backslash
24994 arg
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003
25004 \backslash
25005 liminf
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 </row>
25011 <row>
25012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016
25017 \backslash
25018 sec
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027
25028 \backslash
25029 min
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038
25039 \backslash
25040 deg
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049
25050 \backslash
25051 limsup
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 </row>
25057 <row>
25058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062
25063 \backslash
25064 csc
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073
25074 \backslash
25075 max
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084
25085 \backslash
25086 det
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095
25096 \backslash
25097 Pr
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 </row>
25103 <row>
25104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108
25109 \backslash
25110 ln
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 exp
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130
25131 \backslash
25132 dim
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 hom
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
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
25155 \backslash
25156 lg
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 log
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 ker
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \backslash
25189 gcd
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 </row>
25195 </lyxtabular>
25196
25197 \end_inset
25198
25199
25200 \end_layout
25201
25202 \begin_layout Standard
25203 Sie können auch über den Mathe-Werkzeugleistenknopf 
25204 \begin_inset Graphics
25205         filename ../../images/math/functions.png
25206         scale 85
25207
25208 \end_inset
25209
25210  eingefügt werden.
25211 \end_layout
25212
25213 \begin_layout Subsection
25214 Selbst definierte Funktionen
25215 \begin_inset Index idx
25216 status collapsed
25217
25218 \begin_layout Plain Layout
25219 Funktionen ! selbstdefinierte
25220 \end_layout
25221
25222 \end_inset
25223
25224
25225 \end_layout
25226
25227 \begin_layout Standard
25228 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25229 \begin_inset space \thinspace{}
25230 \end_inset
25231
25232 B.
25233  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25234 \end_layout
25235
25236 \begin_layout Itemize
25237 Man definiert die Funktion selbst.
25238  Dazu gibt man im LaTeX-Vorspann die Zeile
25239 \begin_inset Newline newline
25240 \end_inset
25241
25242
25243 \begin_inset VSpace -3mm
25244 \end_inset
25245
25246
25247 \begin_inset Newline newline
25248 \end_inset
25249
25250
25251 \series bold
25252
25253 \backslash
25254 DeclareMathOperator{
25255 \backslash
25256 sgn}{sgn}
25257 \series default
25258
25259 \begin_inset Index idx
25260 status collapsed
25261
25262 \begin_layout Plain Layout
25263 Befehle ! D ! 
25264 \backslash
25265 dbinom@
25266 \backslash
25267 DeclareMathOperator
25268 \end_layout
25269
25270 \end_inset
25271
25272
25273 \begin_inset Newline newline
25274 \end_inset
25275
25276
25277 \begin_inset VSpace -2mm
25278 \end_inset
25279
25280
25281 \begin_inset Newline newline
25282 \end_inset
25283
25284 ein
25285 \begin_inset Foot
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289 Näheres zu 
25290 \series bold
25291
25292 \backslash
25293 DeclareMathOperator
25294 \series default
25295  siehe 
25296 \begin_inset CommandInset ref
25297 LatexCommand ref
25298 reference "sub:Selbstdefinierte-Operatoren"
25299
25300 \end_inset
25301
25302 .
25303 \end_layout
25304
25305 \end_inset
25306
25307 .
25308  Nun kann man mit dem Befehl 
25309 \series bold
25310
25311 \backslash
25312 sgn
25313 \series default
25314  die neu definierte Funktion aufrufen.
25315 \end_layout
25316
25317 \begin_layout Itemize
25318 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25319  Beispiel die Buchstaben 
25320 \emph on
25321 sgn
25322 \emph default
25323 , und wandelt ihn in in mathematischen Text um.
25324  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25325 \end_layout
25326
25327 \begin_layout Standard
25328 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25329  Funktion
25330 \begin_inset Foot
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25335 \end_layout
25336
25337 \end_inset
25338
25339 :
25340 \end_layout
25341
25342 \begin_layout Standard
25343 \align center
25344 \begin_inset Tabular
25345 <lyxtabular version="3" rows="3" columns="2">
25346 <features tabularvalignment="middle">
25347 <column alignment="center" valignment="top" width="0pt">
25348 <column alignment="center" valignment="top" width="0pt">
25349 <row>
25350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354 Befehl
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363 Ergebnis
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 </row>
25369 <row>
25370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374 A
25375 \backslash
25376 sgn(x)+B
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385 \begin_inset Formula $A\sgn(x)+B$
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 </row>
25394 <row>
25395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399 A
25400 \backslash
25401 ,
25402 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25403 \end_inset
25404
25405 (x)+B
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 </lyxtabular>
25424
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Standard
25431 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25432  mehrfach verwendet werden soll.
25433 \end_layout
25434
25435 \begin_layout Subsection
25436 Grenzwerte
25437 \begin_inset Index idx
25438 status collapsed
25439
25440 \begin_layout Plain Layout
25441 Grenzwerte
25442 \end_layout
25443
25444 \end_inset
25445
25446
25447 \end_layout
25448
25449 \begin_layout Standard
25450 Für Grenzwerte sind außer 
25451 \series bold
25452
25453 \backslash
25454 lim
25455 \series default
25456
25457 \begin_inset Index idx
25458 status collapsed
25459
25460 \begin_layout Plain Layout
25461 Befehle ! L ! 
25462 \backslash
25463 lim
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \series bold
25470
25471 \backslash
25472 liminf
25473 \series default
25474  und 
25475 \series bold
25476
25477 \backslash
25478 limsup
25479 \series default
25480  noch folgende Funktionen definiert:
25481 \end_layout
25482
25483 \begin_layout Standard
25484 \align center
25485 \begin_inset Tabular
25486 <lyxtabular version="3" rows="5" columns="2">
25487 <features tabularvalignment="middle">
25488 <column alignment="center" valignment="top" width="0">
25489 <column alignment="center" valignment="top" width="0">
25490 <row>
25491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25492 \begin_inset Text
25493
25494 \begin_layout Plain Layout
25495 Befehl
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504 Ergebnis
25505 \begin_inset Note Note
25506 status collapsed
25507
25508 \begin_layout Plain Layout
25509
25510 \series bold
25511
25512 \backslash
25513 raisebox
25514 \series default
25515  dient nur als Abstandhalter.
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 </row>
25526 <row>
25527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Plain Layout
25531
25532 \backslash
25533 varliminf
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542 \begin_inset Formula $\varliminf$
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 </row>
25551 <row>
25552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Plain Layout
25556
25557 \backslash
25558 varlimsup
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567 \begin_inset Formula $\varlimsup$
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 </row>
25576 <row>
25577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581
25582 \backslash
25583 varprojlim
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592 \begin_inset Formula $\varprojlim$
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \end_inset
25599 </cell>
25600 </row>
25601 <row>
25602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606
25607 \backslash
25608 varinjlim
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617 \begin_inset Formula $\varinjlim$
25618 \end_inset
25619
25620
25621 \begin_inset Formula $\raisebox{-2.5mm}{}$
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 </row>
25630 </lyxtabular>
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 \begin_inset VSpace medskip
25639 \end_inset
25640
25641 Der Grenzwert wird durch Tiefstellen erzeugt.
25642  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \align center
25647 \begin_inset Tabular
25648 <lyxtabular version="3" rows="2" columns="2">
25649 <features tabularvalignment="middle">
25650 <column alignment="center" valignment="top" width="0pt">
25651 <column alignment="center" valignment="top" width="0pt">
25652 <row>
25653 <cell alignment="center" valignment="top" usebox="none">
25654 \begin_inset Text
25655
25656 \begin_layout Plain Layout
25657 Befehl
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666 \begin_inset space \hspace{}
25667 \length 1cm
25668 \end_inset
25669
25670 Ergebnis
25671 \begin_inset Note Note
25672 status collapsed
25673
25674 \begin_layout Plain Layout
25675 Der Leerraum und 
25676 \series bold
25677
25678 \backslash
25679 raisebox
25680 \series default
25681  dienen nur als Abstandhalter.
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 </row>
25692 <row>
25693 <cell alignment="center" valignment="top" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697
25698 \backslash
25699 lim_x
25700 \backslash
25701 to
25702 \begin_inset ERT
25703 status collapsed
25704
25705 \begin_layout Plain Layout
25706
25707
25708 \backslash
25709 leer 
25710 \end_layout
25711
25712 \end_inset
25713
25714 A
25715 \begin_inset ERT
25716 status collapsed
25717
25718 \begin_layout Plain Layout
25719
25720
25721 \backslash
25722 leer 
25723 \end_layout
25724
25725 \end_inset
25726
25727 x=B
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 <cell alignment="center" valignment="top" usebox="none">
25733 \begin_inset Text
25734
25735 \begin_layout Plain Layout
25736 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 </row>
25745 </lyxtabular>
25746
25747 \end_inset
25748
25749
25750 \end_layout
25751
25752 \begin_layout Standard
25753 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25754 \begin_inset Formula \[
25755 \lim_{x\to A}x=B\]
25756
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \begin_layout Subsection
25763 Modulo-Funktionen
25764 \begin_inset Index idx
25765 status collapsed
25766
25767 \begin_layout Plain Layout
25768 Funktionen ! Modulo-
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \begin_layout Standard
25777 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25778  Varianten.
25779 \end_layout
25780
25781 \begin_layout Standard
25782 Die Varianten in einer abgesetzten Formel:
25783 \begin_inset Formula \begin{align*}
25784 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25785 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25786 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25787 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25788 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
25789 \end{align*}
25790
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \begin_layout Standard
25797 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25798  weniger Leerraum gesetzt.
25799 \end_layout
25800
25801 \begin_layout Section
25802 Sonderzeichen
25803 \begin_inset Index idx
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807 Sonderzeichen
25808 \end_layout
25809
25810 \end_inset
25811
25812
25813 \end_layout
25814
25815 \begin_layout Subsection
25816 Sonderzeichen im mathematischen Text
25817 \end_layout
25818
25819 \begin_layout Standard
25820 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25821  verwendet werden:
25822 \end_layout
25823
25824 \begin_layout Standard
25825 \begin_inset space \hfill{}
25826 \end_inset
25827
25828
25829 \begin_inset Tabular
25830 <lyxtabular version="3" rows="8" columns="2">
25831 <features tabularvalignment="middle">
25832 <column alignment="block" valignment="top" width="0">
25833 <column alignment="block" valignment="top" width="0">
25834 <row>
25835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25836 \begin_inset Text
25837
25838 \begin_layout Plain Layout
25839 Befehl
25840 \end_layout
25841
25842 \end_inset
25843 </cell>
25844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Plain Layout
25848 Ergebnis
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 </row>
25854 <row>
25855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25856 \begin_inset Text
25857
25858 \begin_layout Plain Layout
25859
25860 \backslash
25861 oe
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Plain Layout
25870 \begin_inset Formula $\textrm{œ}$
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 </row>
25879 <row>
25880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884
25885 \backslash
25886 OE
25887 \end_layout
25888
25889 \end_inset
25890 </cell>
25891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Plain Layout
25895 \begin_inset Formula $\textrm{Œ}$
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \end_inset
25902 </cell>
25903 </row>
25904 <row>
25905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25906 \begin_inset Text
25907
25908 \begin_layout Plain Layout
25909
25910 \backslash
25911 ae
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920 \begin_inset Formula $\textrm{æ}$
25921 \end_inset
25922
25923
25924 \end_layout
25925
25926 \end_inset
25927 </cell>
25928 </row>
25929 <row>
25930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25931 \begin_inset Text
25932
25933 \begin_layout Plain Layout
25934
25935 \backslash
25936 AE
25937 \end_layout
25938
25939 \end_inset
25940 </cell>
25941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945 \begin_inset Formula $\textrm{Æ}$
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \end_inset
25952 </cell>
25953 </row>
25954 <row>
25955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25956 \begin_inset Text
25957
25958 \begin_layout Plain Layout
25959
25960 \backslash
25961 aa
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970 \begin_inset Formula $\textrm{\aa}$
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 </row>
25979 <row>
25980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984
25985 \backslash
25986 AA
25987 \begin_inset Index idx
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991
25992 \backslash
25993 @
25994 \begin_inset ERT
25995 status collapsed
25996
25997 \begin_layout Plain Layout
25998
25999
26000 \backslash
26001 textrm{
26002 \backslash
26003 AA}
26004 \end_layout
26005
26006 \end_inset
26007
26008
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26019 \begin_inset Text
26020
26021 \begin_layout Plain Layout
26022 \begin_inset Formula $\textrm{Å}$
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 </row>
26031 <row>
26032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26033 \begin_inset Text
26034
26035 \begin_layout Plain Layout
26036
26037 \backslash
26038 i
26039 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047 \begin_inset Formula $\textrm{ı}$
26048 \end_inset
26049
26050
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 </row>
26056 </lyxtabular>
26057
26058 \end_inset
26059
26060
26061 \begin_inset space \hfill{}
26062 \end_inset
26063
26064
26065 \begin_inset Tabular
26066 <lyxtabular version="3" rows="8" columns="2">
26067 <features tabularvalignment="middle">
26068 <column alignment="block" valignment="top" width="0">
26069 <column alignment="center" valignment="top" width="0">
26070 <row>
26071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075 Befehl
26076 \begin_inset Note Note
26077 status collapsed
26078
26079 \begin_layout Plain Layout
26080 Der Leerraum von 0
26081 \begin_inset space \thinspace{}
26082 \end_inset
26083
26084 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26085  ¿ erscheinen würde.
26086 \end_layout
26087
26088 \end_inset
26089
26090
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 Ergebnis
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 </row>
26105 <row>
26106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110
26111 \backslash
26112 o
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121 \begin_inset Formula $\textrm{ø}$
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 </row>
26130 <row>
26131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \backslash
26137 O
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146 \begin_inset Formula $\textrm{Ø}$
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 </row>
26155 <row>
26156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Plain Layout
26160
26161 \backslash
26162 l
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171 \begin_inset Formula $\textrm{ł}$
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 </row>
26180 <row>
26181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185
26186 \backslash
26187 L
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196 \begin_inset Formula $\textrm{Ł}$
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 </row>
26205 <row>
26206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210 !
26211 \begin_inset space \hspace{}
26212 \length 0mm
26213 \end_inset
26214
26215 `
26216 \begin_inset ERT
26217 status collapsed
26218
26219 \begin_layout Plain Layout
26220
26221
26222 \backslash
26223 leer 
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237 \begin_inset Formula $\textrm{!`}$
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 </row>
26246 <row>
26247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26248 \begin_inset Text
26249
26250 \begin_layout Plain Layout
26251 ?
26252 \begin_inset space \hspace{}
26253 \length 0mm
26254 \end_inset
26255
26256 `
26257 \begin_inset ERT
26258 status collapsed
26259
26260 \begin_layout Plain Layout
26261
26262
26263 \backslash
26264 leer 
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26275 \begin_inset Text
26276
26277 \begin_layout Plain Layout
26278 \begin_inset Formula $\textrm{?`}$
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \end_inset
26285 </cell>
26286 </row>
26287 <row>
26288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292
26293 \backslash
26294 j
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303 \begin_inset Formula $\textrm{ȷ}$
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 </row>
26312 </lyxtabular>
26313
26314 \end_inset
26315
26316
26317 \begin_inset space \hfill{}
26318 \end_inset
26319
26320
26321 \end_layout
26322
26323 \begin_layout Standard
26324 Die Zeichen 
26325 \begin_inset Formula $\textrm{\textrm{Å}}$
26326 \end_inset
26327
26328  und 
26329 \begin_inset Formula $\textrm{\textrm{Ø}}$
26330 \end_inset
26331
26332  können auch über den Mathe-Werkzeugleistenknopf 
26333 \begin_inset Graphics
26334         filename ../../images/math/digamma.png
26335         scale 85
26336
26337 \end_inset
26338
26339  eingefügt werden.
26340 \end_layout
26341
26342 \begin_layout Standard
26343 Eine Ausnahme bilden die Befehle 
26344 \series bold
26345 !
26346 \begin_inset space \hspace{}
26347 \length 0mm
26348 \end_inset
26349
26350 `
26351 \series default
26352  und 
26353 \series bold
26354 ?
26355 \begin_inset space \hspace{}
26356 \length 0mm
26357 \end_inset
26358
26359 `
26360 \series default
26361 , denn man kann sie in LyX direkt in den Text eingeben.
26362 \end_layout
26363
26364 \begin_layout Subsection
26365 Akzente im Text
26366 \begin_inset CommandInset label
26367 LatexCommand label
26368 name "sub:Sonderzeichen-Akzente"
26369
26370 \end_inset
26371
26372
26373 \begin_inset Index idx
26374 status collapsed
26375
26376 \begin_layout Plain Layout
26377 Akzente ! im Text
26378 \end_layout
26379
26380 \end_inset
26381
26382
26383 \end_layout
26384
26385 \begin_layout Standard
26386 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26387  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26388 \end_layout
26389
26390 \begin_layout Standard
26391 \begin_inset space \hfill{}
26392 \end_inset
26393
26394
26395 \begin_inset Tabular
26396 <lyxtabular version="3" rows="8" columns="2">
26397 <features tabularvalignment="middle">
26398 <column alignment="block" valignment="top" width="0">
26399 <column alignment="block" valignment="top" width="0">
26400 <row>
26401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 Befehl
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 Ergebnis
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 </row>
26420 <row>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425
26426 \backslash
26427
26428 \begin_inset Quotes grd
26429 \end_inset
26430
26431 e
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440 \begin_inset ERT
26441 status collapsed
26442
26443 \begin_layout Plain Layout
26444
26445
26446 \backslash
26447 "e
26448 \end_layout
26449
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 </row>
26458 <row>
26459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463
26464 \backslash
26465 `e
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 \begin_inset ERT
26475 status collapsed
26476
26477 \begin_layout Plain Layout
26478
26479
26480 \backslash
26481 `e
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 </row>
26492 <row>
26493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497
26498 \backslash
26499 ^
26500 \begin_inset ERT
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504
26505
26506 \backslash
26507 leer 
26508 \end_layout
26509
26510 \end_inset
26511
26512 e
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 \begin_inset ERT
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525
26526
26527 \backslash
26528 ^e
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 </row>
26539 <row>
26540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544
26545 \backslash
26546 =e
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 \begin_inset ERT
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559
26560
26561 \backslash
26562 =e
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 </row>
26573 <row>
26574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578
26579 \backslash
26580 u
26581 \begin_inset ERT
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585
26586
26587 \backslash
26588 leer 
26589 \end_layout
26590
26591 \end_inset
26592
26593 e
26594 \end_layout
26595
26596 \end_inset
26597 </cell>
26598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26599 \begin_inset Text
26600
26601 \begin_layout Plain Layout
26602 \begin_inset ERT
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606
26607
26608 \backslash
26609 u e
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 </row>
26620 <row>
26621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625
26626 \backslash
26627 b
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633
26634 \backslash
26635 leer 
26636 \end_layout
26637
26638 \end_inset
26639
26640 e
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 \begin_inset ERT
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653
26654
26655 \backslash
26656 b e
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 </row>
26667 <row>
26668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26669 \begin_inset Text
26670
26671 \begin_layout Plain Layout
26672
26673 \backslash
26674 t
26675 \begin_inset ERT
26676 status collapsed
26677
26678 \begin_layout Plain Layout
26679
26680
26681 \backslash
26682 leer 
26683 \end_layout
26684
26685 \end_inset
26686
26687 ee
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 t ee
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 </lyxtabular>
26715
26716 \end_inset
26717
26718
26719 \begin_inset space \hfill{}
26720 \end_inset
26721
26722
26723 \begin_inset Tabular
26724 <lyxtabular version="3" rows="8" columns="2">
26725 <features tabularvalignment="middle">
26726 <column alignment="block" valignment="top" width="0">
26727 <column alignment="center" valignment="top" width="0">
26728 <row>
26729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26730 \begin_inset Text
26731
26732 \begin_layout Plain Layout
26733 Befehl
26734 \end_layout
26735
26736 \end_inset
26737 </cell>
26738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26739 \begin_inset Text
26740
26741 \begin_layout Plain Layout
26742 Ergebnis
26743 \end_layout
26744
26745 \end_inset
26746 </cell>
26747 </row>
26748 <row>
26749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753
26754 \backslash
26755 H
26756 \begin_inset ERT
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761
26762 \backslash
26763 leer 
26764 \end_layout
26765
26766 \end_inset
26767
26768 e
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777 \begin_inset ERT
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781
26782
26783 \backslash
26784 H e
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 </row>
26795 <row>
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800
26801 \backslash
26802 'e
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 \begin_inset ERT
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815
26816
26817 \backslash
26818 'e
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 </row>
26829 <row>
26830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26831 \begin_inset Text
26832
26833 \begin_layout Plain Layout
26834
26835 \backslash
26836 ~e
26837 \begin_inset Index idx
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841 Tilde
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855 \begin_inset ERT
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859
26860
26861 \backslash
26862 ~e
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 <row>
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878
26879 \backslash
26880 .e
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 \begin_inset ERT
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893
26894
26895 \backslash
26896 .e
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 <row>
26908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912
26913 \backslash
26914 v
26915 \begin_inset ERT
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919
26920
26921 \backslash
26922 leer 
26923 \end_layout
26924
26925 \end_inset
26926
26927 e
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26933 \begin_inset Text
26934
26935 \begin_layout Plain Layout
26936 \begin_inset ERT
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940
26941
26942 \backslash
26943 v e
26944 \end_layout
26945
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 </row>
26954 <row>
26955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26956 \begin_inset Text
26957
26958 \begin_layout Plain Layout
26959
26960 \backslash
26961 d
26962 \begin_inset ERT
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966
26967
26968 \backslash
26969 leer 
26970 \end_layout
26971
26972 \end_inset
26973
26974 e
26975 \end_layout
26976
26977 \end_inset
26978 </cell>
26979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26980 \begin_inset Text
26981
26982 \begin_layout Plain Layout
26983 \begin_inset ERT
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987
26988
26989 \backslash
26990 d e
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 </row>
27001 <row>
27002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27003 \begin_inset Text
27004
27005 \begin_layout Plain Layout
27006
27007 \backslash
27008 c
27009 \begin_inset ERT
27010 status collapsed
27011
27012 \begin_layout Plain Layout
27013
27014
27015 \backslash
27016 leer 
27017 \end_layout
27018
27019 \end_inset
27020
27021 e
27022 \end_layout
27023
27024 \end_inset
27025 </cell>
27026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27027 \begin_inset Text
27028
27029 \begin_layout Plain Layout
27030 \begin_inset ERT
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034
27035
27036 \backslash
27037 c e
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 </row>
27048 </lyxtabular>
27049
27050 \end_inset
27051
27052
27053 \begin_inset space \hfill{}
27054 \end_inset
27055
27056
27057 \end_layout
27058
27059 \begin_layout Standard
27060 \begin_inset VSpace medskip
27061 \end_inset
27062
27063 Mit dem Befehl 
27064 \series bold
27065
27066 \backslash
27067 t
27068 \series default
27069  können auch zwei verschiedene Zeichen akzentuiert werden.
27070  Der Befehl 
27071 \series bold
27072
27073 \backslash
27074 t
27075 \begin_inset ERT
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079
27080
27081 \backslash
27082 leer 
27083 \end_layout
27084
27085 \end_inset
27086
27087 sz
27088 \series default
27089  ergibt: 
27090 \begin_inset ERT
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094
27095
27096 \backslash
27097 t sz
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \begin_layout Standard
27106 Die Akzente 
27107 \series bold
27108 `
27109 \series default
27110  , 
27111 \series bold
27112 '
27113 \series default
27114  und 
27115 \series bold
27116 ^
27117 \series default
27118  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27119  werden ohne den TeX-Modus zu benutzen.
27120  Dasselbe gilt für die Tilde
27121 \begin_inset Foot
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27126 \end_layout
27127
27128 \end_inset
27129
27130  
27131 \series bold
27132 ~
27133 \series default
27134  in Verbindung mit 
27135 \emph on
27136 a
27137 \emph default
27138  , 
27139 \emph on
27140 n
27141 \emph default
27142  oder 
27143 \emph on
27144 o
27145 \emph default
27146 .
27147 \end_layout
27148
27149 \begin_layout Standard
27150 Die Befehle 
27151 \series bold
27152
27153 \backslash
27154 b
27155 \series default
27156  , 
27157 \series bold
27158
27159 \backslash
27160 c
27161 \series default
27162  , 
27163 \series bold
27164
27165 \backslash
27166 d
27167 \series default
27168  , 
27169 \series bold
27170
27171 \backslash
27172 H
27173 \series default
27174  , 
27175 \series bold
27176
27177 \backslash
27178 t
27179 \series default
27180  , 
27181 \series bold
27182
27183 \backslash
27184 u
27185 \series default
27186  , 
27187 \series bold
27188
27189 \backslash
27190 v
27191 \series default
27192  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27193  Textmodus verfügbar.
27194  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27195  
27196 \begin_inset CommandInset ref
27197 LatexCommand ref
27198 reference "sub:Akzente-für-ein"
27199
27200 \end_inset
27201
27202 .
27203 \end_layout
27204
27205 \begin_layout Standard
27206 \begin_inset VSpace bigskip
27207 \end_inset
27208
27209 Des Weiteren kann man mit dem Befehl 
27210 \series bold
27211
27212 \backslash
27213 textcircled
27214 \series default
27215
27216 \begin_inset Index idx
27217 status collapsed
27218
27219 \begin_layout Plain Layout
27220 Befehle ! T ! 
27221 \backslash
27222 textcircled
27223 \end_layout
27224
27225 \end_inset
27226
27227 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27228  Kreis setzen, quasi mit einem Kreis akzentuieren.
27229 \end_layout
27230
27231 \begin_layout Standard
27232 \align center
27233 \begin_inset Tabular
27234 <lyxtabular version="3" rows="3" columns="2">
27235 <features tabularvalignment="middle">
27236 <column alignment="center" valignment="top" width="0">
27237 <column alignment="center" valignment="top" width="0">
27238 <row>
27239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27240 \begin_inset Text
27241
27242 \begin_layout Plain Layout
27243 Befehl
27244 \end_layout
27245
27246 \end_inset
27247 </cell>
27248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27249 \begin_inset Text
27250
27251 \begin_layout Plain Layout
27252 Ergebnis
27253 \begin_inset Note Note
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257
27258 \series bold
27259
27260 \backslash
27261 raisebox
27262 \series default
27263  in der Formel dient nur als Abstandhalter.
27264 \end_layout
27265
27266 \end_inset
27267
27268
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 </row>
27274 <row>
27275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Plain Layout
27279
27280 \backslash
27281 textcircled{w}
27282 \end_layout
27283
27284 \end_inset
27285 </cell>
27286 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290 \begin_inset ERT
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294
27295
27296 \backslash
27297 textcircled{w}
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 </row>
27308 <row>
27309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27310 \begin_inset Text
27311
27312 \begin_layout Plain Layout
27313
27314 \backslash
27315 Large 
27316 \backslash
27317 textcircled{
27318 \backslash
27319 normalsize
27320 \backslash
27321 protect
27322 \backslash
27323 raisebox{-1.5pt}{W}}
27324 \end_layout
27325
27326 \end_inset
27327 </cell>
27328 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27329 \begin_inset Text
27330
27331 \begin_layout Plain Layout
27332 \begin_inset Formula $\raisebox{4.5mm}{}$
27333 \end_inset
27334
27335
27336 \begin_inset ERT
27337 status collapsed
27338
27339 \begin_layout Plain Layout
27340
27341
27342 \backslash
27343 Large 
27344 \backslash
27345 textcircled{
27346 \backslash
27347 normalsize
27348 \backslash
27349 protect
27350 \backslash
27351 raisebox{-1.5pt}W}
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \begin_inset Formula $\raisebox{-2mm}{}$
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \end_inset
27364 </cell>
27365 </row>
27366 </lyxtabular>
27367
27368 \end_inset
27369
27370
27371 \end_layout
27372
27373 \begin_layout Standard
27374 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27375  
27376 \series bold
27377
27378 \backslash
27379 Large
27380 \series default
27381
27382 \begin_inset Foot
27383 status collapsed
27384
27385 \begin_layout Plain Layout
27386 siehe 
27387 \begin_inset CommandInset ref
27388 LatexCommand ref
27389 reference "sub:Schriftgrößen"
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \end_inset
27397
27398  bestimmt dabei die Größe des Kreises.
27399  Mit Hilfe von 
27400 \series bold
27401
27402 \backslash
27403 raisebox
27404 \series default
27405
27406 \begin_inset Foot
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 siehe 
27411 \begin_inset CommandInset ref
27412 LatexCommand ref
27413 reference "sub:Boxen-ohne-Rahmen"
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \end_inset
27421
27422  kann man das Zeichen zentrieren.
27423 \end_layout
27424
27425 \begin_layout Subsection
27426 Minuskelziffern
27427 \begin_inset Index idx
27428 status collapsed
27429
27430 \begin_layout Plain Layout
27431 Minuskelziffern
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \begin_layout Standard
27440 Minuskelziffern werden mit dem Befehl 
27441 \series bold
27442
27443 \backslash
27444 oldstylenums
27445 \series default
27446
27447 \begin_inset Index idx
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451 Befehle ! O ! 
27452 \backslash
27453 oldstylenums
27454 \end_layout
27455
27456 \end_inset
27457
27458  erzeugt.
27459  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27460  Das Befehlsschema lautet:
27461 \end_layout
27462
27463 \begin_layout Standard
27464
27465 \series bold
27466
27467 \backslash
27468 oldstylenums{Ziffer}
27469 \end_layout
27470
27471 \begin_layout Standard
27472 Der Befehl 
27473 \series bold
27474
27475 \backslash
27476 oldstylenums{0123456789
27477 \series default
27478  ergibt: 
27479 \begin_inset Formula $\oldstylenums{0123456789}$
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Subsection
27486 Sonstige Sonderzeichen
27487 \begin_inset CommandInset label
27488 LatexCommand label
27489 name "sub:Sonstige-Sonderzeichen"
27490
27491 \end_inset
27492
27493
27494 \begin_inset Index idx
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498 Sonderzeichen ! sonstige
27499 \end_layout
27500
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \begin_layout Standard
27507 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27508 \end_layout
27509
27510 \begin_layout Standard
27511 \align center
27512 \begin_inset Tabular
27513 <lyxtabular version="3" rows="4" columns="2">
27514 <features tabularvalignment="middle">
27515 <column alignment="center" valignment="top" width="0">
27516 <column alignment="center" valignment="top" width="0">
27517 <row>
27518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522 Befehl
27523 \end_layout
27524
27525 \end_inset
27526 </cell>
27527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27528 \begin_inset Text
27529
27530 \begin_layout Plain Layout
27531 Ergebnis
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 </row>
27537 <row>
27538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Plain Layout
27542
27543 \backslash
27544 ^
27545 \begin_inset ERT
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549
27550
27551 \backslash
27552 leer 
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \end_layout
27559
27560 \end_inset
27561 </cell>
27562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27563 \begin_inset Text
27564
27565 \begin_layout Plain Layout
27566 \begin_inset Formula $\mathcircumflex$
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \end_inset
27573 </cell>
27574 </row>
27575 <row>
27576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27577 \begin_inset Text
27578
27579 \begin_layout Plain Layout
27580
27581 \backslash
27582 _
27583 \end_layout
27584
27585 \end_inset
27586 </cell>
27587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591 \begin_inset Formula $\_$
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \end_inset
27598 </cell>
27599 </row>
27600 <row>
27601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27602 \begin_inset Text
27603
27604 \begin_layout Plain Layout
27605 ^
27606 \begin_inset ERT
27607 status collapsed
27608
27609 \begin_layout Plain Layout
27610
27611
27612 \backslash
27613 leer 
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \backslash
27620 circ
27621 \begin_inset Index idx
27622 status collapsed
27623
27624 \begin_layout Plain Layout
27625
27626 \backslash
27627
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \end_inset
27636 </cell>
27637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27638 \begin_inset Text
27639
27640 \begin_layout Plain Layout
27641 \begin_inset Formula $^{\circ}$
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 </row>
27650 </lyxtabular>
27651
27652 \end_inset
27653
27654
27655 \end_layout
27656
27657 \begin_layout Standard
27658 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27659  folgende Zeile enthält
27660 \begin_inset Foot
27661 status collapsed
27662
27663 \begin_layout Plain Layout
27664 Mehr dazu ist in 
27665 \begin_inset CommandInset ref
27666 LatexCommand ref
27667 reference "sub:Textzeichen-in-Formeln"
27668
27669 \end_inset
27670
27671  beschrieben.
27672 \end_layout
27673
27674 \end_inset
27675
27676 :
27677 \end_layout
27678
27679 \begin_layout Standard
27680
27681 \series bold
27682
27683 \backslash
27684 DeclareInputText{176}{
27685 \backslash
27686 ifmmode^
27687 \backslash
27688 circ
27689 \backslash
27690 else
27691 \backslash
27692 textdegree
27693 \backslash
27694 fi}
27695 \end_layout
27696
27697 \begin_layout Section
27698 Formelstile
27699 \begin_inset CommandInset label
27700 LatexCommand label
27701 name "sec:Formelstile"
27702
27703 \end_inset
27704
27705
27706 \begin_inset Index idx
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710 Formel ! Stile
27711 \end_layout
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \begin_layout Itemize
27719 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27720 \end_layout
27721
27722 \begin_deeper
27723 \begin_layout Description
27724 Zentriert ist der voreingestellte Standard
27725 \end_layout
27726
27727 \begin_layout Description
27728 Eingerückt dazu muss im Menü 
27729 \family sans
27730 Dokument\SpecialChar \menuseparator
27731 Einstellungen
27732 \family default
27733  unter 
27734 \family sans
27735 Dokumentklasse
27736 \family default
27737  die Option 
27738 \series bold
27739 fleqn
27740 \series default
27741  eingeben werden
27742 \end_layout
27743
27744 \begin_layout Standard
27745 Wird 
27746 \series bold
27747 Eingerückt
27748 \series default
27749  verwendet, kann mit der Länge 
27750 \series bold
27751
27752 \backslash
27753 mathindent
27754 \series default
27755
27756 \begin_inset Index idx
27757 status collapsed
27758
27759 \begin_layout Plain Layout
27760 Befehle ! M ! 
27761 \backslash
27762 mathindent
27763 \end_layout
27764
27765 \end_inset
27766
27767  die Einrückung eingestellt werden.
27768  Soll der Abstand 15
27769 \begin_inset space \thinspace{}
27770 \end_inset
27771
27772 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27773 \end_layout
27774
27775 \begin_layout Standard
27776
27777 \series bold
27778
27779 \backslash
27780 setlength{
27781 \backslash
27782 mathindent}{15mm}
27783 \end_layout
27784
27785 \begin_layout Standard
27786 ein.
27787  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27788 \begin_inset space \thinspace{}
27789 \end_inset
27790
27791 pt verwendet.
27792 \end_layout
27793
27794 \end_deeper
27795 \begin_layout Itemize
27796 Und zwei verschiedene Nummerierungsstile:
27797 \end_layout
27798
27799 \begin_deeper
27800 \begin_layout Description
27801 Rechts ist der voreingestellte Standard
27802 \end_layout
27803
27804 \begin_layout Description
27805 Links dazu muss im Menü 
27806 \family sans
27807 Dokument\SpecialChar \menuseparator
27808 Einstellungen
27809 \family default
27810  unter 
27811 \family sans
27812 Dokumentklasse
27813 \family default
27814  die Option 
27815 \series bold
27816 leqno
27817 \series default
27818  eingeben werden
27819 \end_layout
27820
27821 \end_deeper
27822 \begin_layout Standard
27823
27824 \series bold
27825 fleqn
27826 \series default
27827  und 
27828 \series bold
27829 leqno
27830 \series default
27831  können auch gemeinsam verwendet werden.
27832  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27833 n.
27834 \end_layout
27835
27836 \begin_layout Standard
27837 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27838  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27839  ausgerichtete Formeln setzen, verwendet man den Stil 
27840 \series bold
27841 Zentriert
27842 \series default
27843 .
27844  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27845  
27846 \begin_inset CommandInset ref
27847 LatexCommand ref
27848 reference "sub:Flalign-Umgebung"
27849
27850 \end_inset
27851
27852 .
27853 \end_layout
27854
27855 \begin_layout Section
27856 Mehrzeilige Formeln
27857 \begin_inset CommandInset label
27858 LatexCommand label
27859 name "sec:Mehrzeilige-Formeln"
27860
27861 \end_inset
27862
27863
27864 \begin_inset Index idx
27865 status collapsed
27866
27867 \begin_layout Plain Layout
27868 Formel ! mehrzeilige
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \end_layout
27875
27876 \begin_layout Subsection
27877 Allgemeines
27878 \end_layout
27879
27880 \begin_layout Standard
27881 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27882 \family sans
27883 \series bold
27884 Strg+Enter
27885 \family default
27886 \series default
27887  drückt.
27888  Dies erzeugt entweder eine 
27889 \series bold
27890 eqnarray-Umgebung
27891 \series default
27892 , die in 
27893 \begin_inset CommandInset ref
27894 LatexCommand ref
27895 reference "sub:Eqnarray-Umgebung"
27896
27897 \end_inset
27898
27899  beschrieben ist oder, wenn die Option 
27900 \family sans
27901 AMS-Mathe-Paket verwenden
27902 \family default
27903  in den Dokumenteinstellungen gewählt ist, eine 
27904 \series bold
27905 align-Umgebung
27906 \series default
27907 , die in 
27908 \begin_inset CommandInset ref
27909 LatexCommand ref
27910 reference "sub:Standard-align-Umgebung"
27911
27912 \end_inset
27913
27914  beschrieben ist.
27915 \end_layout
27916
27917 \begin_layout Standard
27918 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27919 \family sans
27920 Einfügen\SpecialChar \menuseparator
27921 Mathe
27922 \family default
27923  erstellt werden können.
27924  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27925 \end_layout
27926
27927 \begin_layout Standard
27928 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27929  man 
27930 \family sans
27931 Strg+Enter
27932 \family default
27933  drückt.
27934  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27935 fe 
27936 \begin_inset Graphics
27937         filename ../../images/tabular-feature_append-row.png
27938         scale 85
27939
27940 \end_inset
27941
27942  bzw.
27943 \begin_inset space ~
27944 \end_inset
27945
27946
27947 \begin_inset Graphics
27948         filename ../../images/tabular-feature_delete-row.png
27949         scale 85
27950
27951 \end_inset
27952
27953  oder das Menü 
27954 \family sans
27955 Bearbeiten\SpecialChar \menuseparator
27956 Zeilen & Spalten
27957 \family default
27958  verwendet werden.
27959 \end_layout
27960
27961 \begin_layout Subsubsection
27962 Zeilenabstand
27963 \begin_inset CommandInset label
27964 LatexCommand label
27965 name "sub:Zeilenabstand"
27966
27967 \end_inset
27968
27969
27970 \begin_inset Index idx
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 Formel ! mehrzeilige ! Zeilenabstand
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Standard
27983 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27984 \begin_inset Formula \begin{eqnarray*}
27985 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}\\
27986 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
27987 \end{eqnarray*}
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \begin_layout Standard
27995 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27996 chbefehls angegeben.
27997  Dies ist in LyX aber nicht möglich
27998 \begin_inset Foot
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002 siehe 
28003 \begin_inset CommandInset href
28004 LatexCommand href
28005 name "LyX-Fehler #1505"
28006 target "http://www.lyx.org/trac/ticket/1505"
28007
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \end_inset
28014
28015 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28016  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28017  Zeile den Befehl 
28018 \series bold
28019
28020 \backslash
28021
28022 \backslash
28023 [3mm]
28024 \series default
28025  ein.
28026  Damit erhält man: 
28027 \begin_inset ERT
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031
28032
28033 \backslash
28034 begin{eqnarray*}
28035 \end_layout
28036
28037 \begin_layout Plain Layout
28038
28039 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28040  = & 
28041 \backslash
28042 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28043 \backslash
28044
28045 \backslash
28046 [3mm]
28047 \end_layout
28048
28049 \begin_layout Plain Layout
28050
28051 4x^{2}
28052 \backslash
28053 left(B^{2}+x_{0}^{2}
28054 \backslash
28055 right)+4x_{0}x
28056 \backslash
28057 left(D-B^{2}
28058 \backslash
28059 right)+B^{2}
28060 \backslash
28061 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28062 \backslash
28063 right) & = & 0
28064 \end_layout
28065
28066 \begin_layout Plain Layout
28067
28068
28069 \backslash
28070 end{eqnarray*}
28071 \end_layout
28072
28073 \end_inset
28074
28075
28076 \end_layout
28077
28078 \begin_layout Standard
28079 \begin_inset VSpace bigskip
28080 \end_inset
28081
28082 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28083  man die Länge 
28084 \series bold
28085
28086 \backslash
28087 jot
28088 \series default
28089
28090 \begin_inset Index idx
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 Befehle ! J ! 
28095 \backslash
28096 jot
28097 \end_layout
28098
28099 \end_inset
28100
28101 .
28102  Es gilt 
28103 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28104 \end_inset
28105
28106 .
28107  Voreingestellt ist für 
28108 \series bold
28109
28110 \backslash
28111 jot
28112 \series default
28113  der Wert 3
28114 \begin_inset space \thinspace{}
28115 \end_inset
28116
28117 pt.
28118  Um wie im vorigen Beispiel 3
28119 \begin_inset space \thinspace{}
28120 \end_inset
28121
28122 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28123 \end_layout
28124
28125 \begin_layout Standard
28126
28127 \series bold
28128
28129 \backslash
28130 setlength{
28131 \backslash
28132 jot}{3mm+3pt}
28133 \end_layout
28134
28135 \begin_layout Standard
28136 im TeX-Modus vor der Formel ein.
28137  Das setzt voraus, dass das LaTeX-Paket 
28138 \series bold
28139 calc
28140 \series default
28141
28142 \begin_inset Foot
28143 status collapsed
28144
28145 \begin_layout Plain Layout
28146
28147 \series bold
28148 calc
28149 \series default
28150  ist Teil jeder LaTeX-Standardinstallation.
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \begin_inset Index idx
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160 Pakete ! calc
28161 \end_layout
28162
28163 \end_inset
28164
28165  im LaTeX-Vorspann mit der Zeile
28166 \end_layout
28167
28168 \begin_layout Standard
28169
28170 \series bold
28171
28172 \backslash
28173 usepackage{calc}
28174 \end_layout
28175
28176 \begin_layout Standard
28177 geladen wurde.
28178 \end_layout
28179
28180 \begin_layout Standard
28181 Man erhält: 
28182 \begin_inset ERT
28183 status collapsed
28184
28185 \begin_layout Plain Layout
28186
28187
28188 \backslash
28189 setlength{
28190 \backslash
28191 jot}{3mm+3pt}
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \begin_inset Formula \begin{eqnarray*}
28198 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}\\
28199 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
28200 \end{eqnarray*}
28201
28202 \end_inset
28203
28204
28205 \end_layout
28206
28207 \begin_layout Standard
28208 \begin_inset ERT
28209 status collapsed
28210
28211 \begin_layout Plain Layout
28212
28213
28214 \backslash
28215 setlength{
28216 \backslash
28217 jot}{3pt}
28218 \end_layout
28219
28220 \end_inset
28221
28222  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28223 \series bold
28224
28225 \backslash
28226 jot
28227 \series default
28228  auf den Wert 3
28229 \begin_inset space \thinspace{}
28230 \end_inset
28231
28232 pt.
28233 \end_layout
28234
28235 \begin_layout Subsubsection
28236 Spaltenabstand
28237 \begin_inset CommandInset label
28238 LatexCommand label
28239 name "sub:Spaltenabstand"
28240
28241 \end_inset
28242
28243
28244 \begin_inset Index idx
28245 status collapsed
28246
28247 \begin_layout Plain Layout
28248 Formel ! mehrzeilige ! Spaltenabstand
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Standard
28257 Mehrzeilige Formeln bilden eine Matrix.
28258  Eine Formel in der Eqnarray-Umgebung ist z.
28259 \begin_inset space \thinspace{}
28260 \end_inset
28261
28262 B.
28263  eine dreispaltige Matrix.
28264  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28265  neben den Relationszeichen ändern.
28266 \end_layout
28267
28268 \begin_layout Standard
28269 Der Spaltenabstand wird mit der Länge 
28270 \series bold
28271
28272 \backslash
28273 arraycolsep
28274 \series default
28275
28276 \begin_inset Index idx
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280 Befehle ! A ! 
28281 \backslash
28282 arraycolsep
28283 \end_layout
28284
28285 \end_inset
28286
28287  festgelegt, wobei gilt:
28288 \begin_inset Newline newline
28289 \end_inset
28290
28291 Spaltenabstand = 2
28292 \begin_inset space \thinspace{}
28293 \end_inset
28294
28295
28296 \series bold
28297
28298 \backslash
28299 arraycolsep
28300 \series default
28301 .
28302 \begin_inset Newline newline
28303 \end_inset
28304
28305 Der im TeX-Modus eingegebene Befehl
28306 \end_layout
28307
28308 \begin_layout Standard
28309
28310 \series bold
28311
28312 \backslash
28313 setlength{
28314 \backslash
28315 arraycolsep}{1cm}
28316 \end_layout
28317
28318 \begin_layout Standard
28319 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28320 \begin_inset space \thinspace{}
28321 \end_inset
28322
28323 cm.
28324  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28325 \series bold
28326
28327 \backslash
28328 arraycolsep
28329 \series default
28330  auf 5
28331 \begin_inset space \thinspace{}
28332 \end_inset
28333
28334 pt.
28335 \end_layout
28336
28337 \begin_layout Standard
28338 Eine Formel mit 2
28339 \begin_inset space \thinspace{}
28340 \end_inset
28341
28342 cm Spaltenabstand:
28343 \begin_inset ERT
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347
28348
28349 \backslash
28350 setlength{
28351 \backslash
28352 arraycolsep}{1cm}
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \begin_inset Formula \begin{eqnarray*}
28359 A & = & B\\
28360 C & \ne & A
28361 \end{eqnarray*}
28362
28363 \end_inset
28364
28365 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28366 \begin_inset space \thinspace{}
28367 \end_inset
28368
28369 pt:
28370 \begin_inset ERT
28371 status collapsed
28372
28373 \begin_layout Plain Layout
28374
28375
28376 \backslash
28377 setlength{
28378 \backslash
28379 arraycolsep}{5pt}
28380 \end_layout
28381
28382 \end_inset
28383
28384
28385 \begin_inset Formula \begin{eqnarray*}
28386 A & = & B\\
28387 C & \ne & A
28388 \end{eqnarray*}
28389
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \begin_layout Standard
28396 \begin_inset Newpage newpage
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \begin_layout Subsubsection
28403 Lange Formeln
28404 \begin_inset Index idx
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408 Formel ! lange
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \begin_layout Standard
28417 Lange Formeln kann man wie folgt setzen:
28418 \end_layout
28419
28420 \begin_layout Itemize
28421 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28422  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28423 \begin_inset Formula \begin{eqnarray}
28424 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 \\
28425  &  & -\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}
28426 \end{eqnarray}
28427
28428 \end_inset
28429
28430 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28431  als Operator, da es das erste Zeichen der Zeile ist.
28432  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28433  Bruchstrich unterscheiden.
28434  Um das zu verhindern, wurde mit dem Befehl 
28435 \series bold
28436
28437 \backslash
28438 hspace
28439 \series default
28440  3
28441 \begin_inset space \thinspace{}
28442 \end_inset
28443
28444 pt Leerraum hinter das Minuszeichen eingefügt.
28445 \begin_inset Foot
28446 status collapsed
28447
28448 \begin_layout Plain Layout
28449 mehr zu 
28450 \series bold
28451
28452 \backslash
28453 hspace
28454 \series default
28455  siehe 
28456 \begin_inset CommandInset ref
28457 LatexCommand ref
28458 reference "sub:Variabler-Leerraum"
28459
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \begin_inset Index idx
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472 Befehle ! H ! 
28473 \backslash
28474 hspace
28475 \end_layout
28476
28477 \end_inset
28478
28479
28480 \end_layout
28481
28482 \begin_layout Itemize
28483 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28484 \series bold
28485
28486 \backslash
28487 lefteqn
28488 \series default
28489
28490 \begin_inset Index idx
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 Befehle ! L ! 
28495 \backslash
28496 lefteqn
28497 \end_layout
28498
28499 \end_inset
28500
28501 .
28502  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28503  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28504 \begin_inset Formula \begin{eqnarray}
28505 \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 \\
28506  &  & -\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 \\
28507  &  & =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}
28508 \end{eqnarray}
28509
28510 \end_inset
28511
28512 Nachdem man 
28513 \series bold
28514
28515 \backslash
28516 lefteqn
28517 \series default
28518  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28519  das gegenüber dem blauen leicht verschoben ist.
28520  In dieses wird die Formel eingegeben.
28521 \begin_inset Newline newline
28522 \end_inset
28523
28524 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28525  eingegeben.
28526  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28527  Einrückung.
28528 \begin_inset VSpace medskip
28529 \end_inset
28530
28531
28532 \begin_inset Newline newline
28533 \end_inset
28534
28535
28536 \begin_inset Note Greyedout
28537 status open
28538
28539 \begin_layout Plain Layout
28540 Bei der Verwendung von 
28541 \series bold
28542
28543 \backslash
28544 lefteqn
28545 \series default
28546  ist Folgendes zu beachten:
28547 \end_layout
28548
28549 \begin_layout Itemize
28550 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28551  Würde man in obigem Beispiel der ersten Zeile den Term 
28552 \begin_inset Formula $-B^{2}$
28553 \end_inset
28554
28555  anfügen, befände sich dieser außerhalb des Seitenrands.
28556  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28557  Leerraum einfügen.
28558 \end_layout
28559
28560 \begin_layout Itemize
28561 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28562  erste Zeile gesetzt werden.
28563 \begin_inset Foot
28564 status collapsed
28565
28566 \begin_layout Plain Layout
28567 \begin_inset CommandInset href
28568 LatexCommand href
28569 name "LyX-Fehler #1429"
28570 target "http://www.lyx.org/trac/ticket/1429"
28571
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \end_inset
28578
28579  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28580  Pfeiltasten bewegen.
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \begin_layout Itemize
28589 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28590 \begin_inset CommandInset ref
28591 LatexCommand ref
28592 reference "sub:Multline-Umgebung"
28593
28594 \end_inset
28595
28596  und 
28597 \begin_inset CommandInset ref
28598 LatexCommand ref
28599 reference "sub:Mehrzeilige-Formelteile"
28600
28601 \end_inset
28602
28603  beschriebenen Umgebungen.
28604 \end_layout
28605
28606 \begin_layout Subsubsection
28607 Mehrzeilige Klammern
28608 \begin_inset CommandInset label
28609 LatexCommand label
28610 name "sub:Mehrzeilige-Klammern"
28611
28612 \end_inset
28613
28614
28615 \begin_inset Index idx
28616 status collapsed
28617
28618 \begin_layout Plain Layout
28619 Klammern ! mehrzeilige
28620 \end_layout
28621
28622 \end_inset
28623
28624
28625 \end_layout
28626
28627 \begin_layout Standard
28628 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28629 \begin_inset Formula \begin{eqnarray*}
28630 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28631  &  & \left.\cdots+B-D\right]
28632 \end{eqnarray*}
28633
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \begin_layout Standard
28640 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28641  Größe dürfen nicht über mehrere Zeilen gehen.
28642 \end_layout
28643
28644 \begin_layout Standard
28645 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28646  erste Zeile mit 
28647 \series bold
28648
28649 \backslash
28650 right.
28651 \series default
28652
28653 \begin_inset Index idx
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657 Befehle ! R ! 
28658 \backslash
28659 right
28660 \end_layout
28661
28662 \end_inset
28663
28664  und beginnt die zweite Zeile mit 
28665 \series bold
28666
28667 \backslash
28668 left.
28669 \begin_inset Foot
28670 status collapsed
28671
28672 \begin_layout Plain Layout
28673 mehr zu 
28674 \series bold
28675
28676 \backslash
28677 left
28678 \series default
28679  und 
28680 \series bold
28681
28682 \backslash
28683 right
28684 \series default
28685  siehe 
28686 \begin_inset CommandInset ref
28687 LatexCommand ref
28688 reference "sub:Automatische-Klammergrößen"
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \series default
28699
28700 \begin_inset Index idx
28701 status collapsed
28702
28703 \begin_layout Plain Layout
28704 Befehle ! L ! 
28705 \backslash
28706 left
28707 \end_layout
28708
28709 \end_inset
28710
28711 .
28712  Nach 
28713 \series bold
28714
28715 \backslash
28716 left.
28717
28718 \series default
28719  gibt man den Befehl 
28720 \series bold
28721
28722 \backslash
28723 vphantom
28724 \series default
28725
28726 \begin_inset ERT
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730
28731
28732 \backslash
28733 leer 
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \series bold
28740
28741 \backslash
28742 prod
28743 \series default
28744 ^
28745 \begin_inset ERT
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749
28750
28751 \backslash
28752 leer 
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \series bold
28759
28760 \backslash
28761 infty
28762 \series default
28763
28764 \begin_inset ERT
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768
28769
28770 \backslash
28771 leer 
28772 \end_layout
28773
28774 \end_inset
28775
28776
28777 \series bold
28778
28779 \begin_inset Formula $\downarrow$
28780 \end_inset
28781
28782 _R=1}
28783 \series default
28784
28785 \begin_inset Index idx
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789 Befehle ! V ! 
28790 \backslash
28791 vphantom
28792 \end_layout
28793
28794 \end_inset
28795
28796  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28797  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28798 \end_layout
28799
28800 \begin_layout Standard
28801 Das Ergebnis sieht so aus:
28802 \begin_inset Formula \begin{eqnarray*}
28803 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28804  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28805 \end{eqnarray*}
28806
28807 \end_inset
28808
28809
28810 \end_layout
28811
28812 \begin_layout Subsection
28813 Align-Umgebungen
28814 \end_layout
28815
28816 \begin_layout Standard
28817 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28818  werden.
28819  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28820 \end_layout
28821
28822 \begin_layout Standard
28823 Align-Umgebungen bestehen aus Spalten.
28824  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28825  ausgerichtet.
28826  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28827 \end_layout
28828
28829 \begin_layout Standard
28830 Align-Umgebung werden über das Menü 
28831 \family sans
28832 Einfügen\SpecialChar \menuseparator
28833 Mathe
28834 \family default
28835  erstellt.
28836  Über das Menü 
28837 \family sans
28838 Bearbeiten\SpecialChar \menuseparator
28839 Mathe\SpecialChar \menuseparator
28840 Formelart
28841 \begin_inset space ~
28842 \end_inset
28843
28844 ändern
28845 \family default
28846  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28847 \end_layout
28848
28849 \begin_layout Standard
28850 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28851
28852 \begin_inset Graphics
28853         filename ../../images/tabular-feature_append-column.png
28854         scale 85
28855
28856 \end_inset
28857
28858  bzw.
28859 \begin_inset space ~
28860 \end_inset
28861
28862
28863 \begin_inset Graphics
28864         filename ../../images/tabular-feature_delete-column.png
28865         scale 85
28866
28867 \end_inset
28868
28869  oder das Menü 
28870 \family sans
28871 Bearbeiten\SpecialChar \menuseparator
28872 Zeilen & Spalten
28873 \family default
28874  verwendet werden.
28875 \end_layout
28876
28877 \begin_layout Subsubsection
28878 Standard align-Umgebung
28879 \begin_inset CommandInset label
28880 LatexCommand label
28881 name "sub:Standard-align-Umgebung"
28882
28883 \end_inset
28884
28885
28886 \begin_inset Index idx
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890 Formel ! mehrzeilige ! align-Umgebung
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Standard
28899 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28900 \family sans
28901 Strg+Enter
28902 \family default
28903  drückt oder das Menü 
28904 \family sans
28905 Einfügen\SpecialChar \menuseparator
28906 Mathe\SpecialChar \menuseparator
28907 AMS align-Umge\SpecialChar \-
28908 bung
28909 \family default
28910  aufruft.
28911 \end_layout
28912
28913 \begin_layout Standard
28914 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28915 n align-Umgebung erzeugt wurden:
28916 \begin_inset Formula \begin{align*}
28917 A & =\sin(B) & C & =D\\
28918 C & \ne A & B & \ne D
28919 \end{align*}
28920
28921 \end_inset
28922
28923 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28924  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28925 \series bold
28926
28927 \backslash
28928 hfill
28929 \begin_inset Foot
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 mehr zu 
28934 \series bold
28935
28936 \backslash
28937 hfill
28938 \series default
28939  siehe 
28940 \begin_inset CommandInset ref
28941 LatexCommand ref
28942 reference "sub:Variabler-Leerraum"
28943
28944 \end_inset
28945
28946
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \series default
28953  befinden.
28954  Ist der Formelstil 
28955 \series bold
28956 Eingerückt
28957 \begin_inset Foot
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961 Formelstile siehe 
28962 \begin_inset CommandInset ref
28963 LatexCommand ref
28964 reference "sec:Formelstile"
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \series default
28975  gewählt, wird die Formel ohne den 
28976 \series bold
28977
28978 \backslash
28979 hfill
28980 \series default
28981  vor der ersten Spalte gesetzt.
28982 \end_layout
28983
28984 \begin_layout Subsubsection
28985 Alignat-Umgebung
28986 \begin_inset Index idx
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990 Formel ! mehrzeilige ! alignat-Umgebung
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Standard
28999 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29000  Man kann ihn manuell durch die in 
29001 \begin_inset CommandInset ref
29002 LatexCommand ref
29003 reference "sub:Leerraum"
29004
29005 \end_inset
29006
29007  beschriebenen Leerräume einfügen.
29008 \end_layout
29009
29010 \begin_layout Standard
29011 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29012  Formel 1
29013 \begin_inset space \thinspace{}
29014 \end_inset
29015
29016 cm Leerraum eingefügt wurde:
29017 \begin_inset Formula \begin{alignat*}{2}
29018 A & =\sin(B) & \hspace{1cm}C & =D\\
29019 C & \ne A & B & \ne D
29020 \end{alignat*}
29021
29022 \end_inset
29023
29024 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29025  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29026  Formeln.
29027 \end_layout
29028
29029 \begin_layout Subsubsection
29030 Flalign-Umgebung
29031 \begin_inset CommandInset label
29032 LatexCommand label
29033 name "sub:Flalign-Umgebung"
29034
29035 \end_inset
29036
29037
29038 \begin_inset Index idx
29039 status collapsed
29040
29041 \begin_layout Plain Layout
29042 Formel ! mehrzeilige ! flalign-Umgebung
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \end_layout
29049
29050 \begin_layout Standard
29051 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29052  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29053  Dazu ein Beispiel:
29054 \begin_inset Formula \begin{flalign*}
29055 A & =1 & B & =2 & C & =3\\
29056 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29057 \end{flalign*}
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \begin_layout Standard
29065 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29066  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29067  im Dokument links setzen obwohl der Formelstil 
29068 \series bold
29069 Zentriert
29070 \series default
29071  eingestellt ist.
29072  Als Beispiel die eingerückte ausgerichtete Formel 
29073 \begin_inset CommandInset ref
29074 LatexCommand eqref
29075 reference "eq:VolInt"
29076
29077 \end_inset
29078
29079 :
29080 \begin_inset Formula \begin{flalign}
29081 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29082
29083 \end_inset
29084
29085 In den ersten beiden Spalten befindet sich die Formel.
29086  Damit sie wie beim Formelstil 
29087 \series bold
29088 Eingerückt
29089 \series default
29090  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29091 \begin_inset space \thinspace{}
29092 \end_inset
29093
29094 pt Leerraum eingefügt.
29095 \end_layout
29096
29097 \begin_layout Subsection
29098 Eqnarray-Umgebung
29099 \begin_inset CommandInset label
29100 LatexCommand label
29101 name "sub:Eqnarray-Umgebung"
29102
29103 \end_inset
29104
29105
29106 \begin_inset Index idx
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110 Formel ! mehrzeilige ! Eqnarray-Umgebung
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \begin_layout Standard
29119 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29120  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29121  ausgerichtet.
29122  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29123  da dieses Kästchen nur für Relationzeichen gedacht ist.
29124 \begin_inset Formula \begin{eqnarray*}
29125 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29126 AB & AB & AB\\
29127 A & = & A
29128 \end{eqnarray*}
29129
29130 \end_inset
29131
29132
29133 \end_layout
29134
29135 \begin_layout Subsection
29136 Gather-Umgebung
29137 \begin_inset Index idx
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141 Formel ! mehrzeilige ! Gather-Umgebung
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Standard
29150 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29151  Jede Zeile kann nummeriert werden.
29152 \begin_inset Formula \begin{gather}
29153 A=1\\
29154 X=\textrm{-}1
29155 \end{gather}
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Subsection
29163 Multline-Umgebung
29164 \begin_inset CommandInset label
29165 LatexCommand label
29166 name "sub:Multline-Umgebung"
29167
29168 \end_inset
29169
29170
29171 \begin_inset Index idx
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Formel ! mehrzeilige ! Multline-Umgebung
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29185  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29186  Alle anderen Zeilen sind zentriert.
29187  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29188  Als Beispiel Formel 
29189 \begin_inset CommandInset ref
29190 LatexCommand eqref
29191 reference "eq:lefteqn"
29192
29193 \end_inset
29194
29195  in der multline-Umgebung:
29196 \begin_inset Formula \begin{multline}
29197 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}\\
29198 -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}\\
29199 =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}}
29200 \end{multline}
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29209  nummeriert, wenn rechts (links) nummeriert wird.
29210 \begin_inset Foot
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214 Nummerierungsstile siehe 
29215 \begin_inset CommandInset ref
29216 LatexCommand ref
29217 reference "sec:Formelstile"
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Standard
29230 Mit den Befehlen 
29231 \series bold
29232
29233 \backslash
29234 shoveright
29235 \series default
29236
29237 \begin_inset Index idx
29238 status collapsed
29239
29240 \begin_layout Plain Layout
29241 Befehle ! S ! 
29242 \backslash
29243 shoveright
29244 \end_layout
29245
29246 \end_inset
29247
29248  und 
29249 \series bold
29250
29251 \backslash
29252 shoveleft
29253 \series default
29254
29255 \begin_inset Index idx
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Befehle ! S ! 
29260 \backslash
29261 shoveleft
29262 \end_layout
29263
29264 \end_inset
29265
29266  kann eine zentrierte Zeile rechts bzw.
29267  links ausgerichtet werden.
29268  Die Befehle werden folgendermaßen verwendet:
29269 \end_layout
29270
29271 \begin_layout Standard
29272
29273 \series bold
29274
29275 \backslash
29276 shoveright{Zeileninhalt}
29277 \series default
29278  bzw.
29279  
29280 \series bold
29281
29282 \backslash
29283 shoveleft{Zeileninhalt}
29284 \end_layout
29285
29286 \begin_layout Standard
29287 \begin_inset VSpace medskip
29288 \end_inset
29289
29290 Die Länge 
29291 \series bold
29292
29293 \backslash
29294 multlinegap
29295 \series default
29296
29297 \begin_inset Index idx
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301 Befehle ! M ! 
29302 \backslash
29303 multlinegap
29304 \end_layout
29305
29306 \end_inset
29307
29308  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29309  Voreingestellt ist die Länge 0
29310 \begin_inset space \thinspace{}
29311 \end_inset
29312
29313 pt.
29314 \end_layout
29315
29316 \begin_layout Standard
29317 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29318 \end_layout
29319
29320 \begin_layout Standard
29321
29322 \series bold
29323
29324 \backslash
29325 setlength{
29326 \backslash
29327 multlinegap}{2cm}
29328 \end_layout
29329
29330 \begin_layout Standard
29331 eingegeben wurde:
29332 \begin_inset ERT
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336
29337
29338 \backslash
29339 setlength{
29340 \backslash
29341 multlinegap}{2cm}
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \begin_inset Formula \begin{multline}
29348 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}\\
29349 \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}}\\
29350 =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}}
29351 \end{multline}
29352
29353 \end_inset
29354
29355
29356 \begin_inset ERT
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360
29361
29362 \backslash
29363 setlength{
29364 \backslash
29365 multlinegap}{0pt}
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \begin_layout Standard
29374 Die zweite Zeile wurde mit 
29375 \series bold
29376
29377 \backslash
29378 shoveleft
29379 \series default
29380  linksbündig ausgerichtet.
29381 \end_layout
29382
29383 \begin_layout Subsection
29384 Mehrzeilige Formelteile
29385 \begin_inset CommandInset label
29386 LatexCommand label
29387 name "sub:Mehrzeilige-Formelteile"
29388
29389 \end_inset
29390
29391
29392 \begin_inset Index idx
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396 Formel ! mehrzeilige ! Formelteile
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Standard
29405 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29406  der folgenden Umgebungen: 
29407 \series bold
29408 aligned
29409 \series default
29410
29411 \series bold
29412 alignedat
29413 \series default
29414
29415 \series bold
29416 gathered
29417 \series default
29418  oder 
29419 \series bold
29420 split
29421 \series default
29422 .
29423  Sie können über das Menü 
29424 \family sans
29425 Einfügen\SpecialChar \menuseparator
29426 Mathe
29427 \family default
29428  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29429 \end_layout
29430
29431 \begin_layout Standard
29432 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29433 n Formel\SpecialChar \-
29434 umgebungen.
29435  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29436  Dazu ein Beispiel:
29437 \begin_inset Formula \[
29438 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29439 \Delta E\Delta t & \ge\frac{\hbar}{2}
29440 \end{aligned}
29441 \right\} \textrm{Unbestimmtheitsrelationen}\]
29442
29443 \end_inset
29444
29445
29446 \end_layout
29447
29448 \begin_layout Standard
29449 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29450  der Befehl 
29451 \series bold
29452
29453 \backslash
29454 aligned
29455 \series default
29456
29457 \begin_inset Index idx
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461 Befehle ! A ! 
29462 \backslash
29463 aligned
29464 \end_layout
29465
29466 \end_inset
29467
29468  eingegeben wird.
29469  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29470  und Zeilen hinzufügen kann.
29471  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29472  gesetzt werden.
29473 \end_layout
29474
29475 \begin_layout Standard
29476 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29477  ausgerichtet sind.
29478  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29479  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29480  Als Beispiel Formel 
29481 \begin_inset CommandInset ref
29482 LatexCommand eqref
29483 reference "eq:kurzlang"
29484
29485 \end_inset
29486
29487  in der aligned-Umgebung:
29488 \begin_inset Formula \begin{equation}
29489 \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}|}\\
29490  & -\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}|}
29491 \end{aligned}
29492 \end{equation}
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Standard
29500 Möchte man die Umgebung 
29501 \series bold
29502 alignedat
29503 \series default
29504
29505 \series bold
29506 gathered
29507 \series default
29508  oder 
29509 \series bold
29510 split
29511 \series default
29512  verwenden, gibt man den Befehl 
29513 \series bold
29514
29515 \backslash
29516 alignedat
29517 \series default
29518 ,
29519 \begin_inset Index idx
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Befehle ! A ! 
29524 \backslash
29525 alignedat
29526 \end_layout
29527
29528 \end_inset
29529
29530  
29531 \series bold
29532
29533 \backslash
29534 gathered
29535 \series default
29536
29537 \begin_inset Index idx
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 Befehle ! G ! 
29542 \backslash
29543 gathered
29544 \end_layout
29545
29546 \end_inset
29547
29548  bzw.
29549  
29550 \series bold
29551
29552 \backslash
29553 split
29554 \series default
29555
29556 \begin_inset Index idx
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560 Befehle ! S ! 
29561 \backslash
29562 split
29563 \end_layout
29564
29565 \end_inset
29566
29567  ein.
29568  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29569  jedoch darf sie nur zwei Spalten enthalten.
29570 \end_layout
29571
29572 \begin_layout Subsection
29573 Text in mehrzeiligen Formeln
29574 \begin_inset CommandInset label
29575 LatexCommand label
29576 name "sub:Text-in-mehrzeiligen"
29577
29578 \end_inset
29579
29580
29581 \begin_inset Index idx
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585 Text ! in Formeln
29586 \end_layout
29587
29588 \end_inset
29589
29590
29591 \begin_inset Index idx
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595 Formel ! mehrzeilige ! Text
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \end_layout
29602
29603 \begin_layout Standard
29604 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29605  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29606  die Ausrichtung der Spalten nicht beeinflusst.
29607  Dazu wird der Befehl 
29608 \series bold
29609
29610 \backslash
29611 intertext
29612 \begin_inset Index idx
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616 Befehle ! I ! 
29617 \backslash
29618 intertext
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \series default
29625  nach folgendem Schema benutzt:
29626 \end_layout
29627
29628 \begin_layout Standard
29629
29630 \series bold
29631
29632 \backslash
29633 intertext{Text}
29634 \end_layout
29635
29636 \begin_layout Standard
29637 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29638  werden kann.
29639  Weil LyX 
29640 \series bold
29641
29642 \backslash
29643 intertext
29644 \series default
29645  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29646  Text.
29647  
29648 \series bold
29649
29650 \backslash
29651 intertext
29652 \series default
29653  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29654  dieser Zeile.
29655  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29656 \begin_inset Formula \begin{align}
29657 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29658 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29659 \end{align}
29660
29661 \end_inset
29662
29663
29664 \end_layout
29665
29666 \begin_layout Section
29667 Formelnummerierung
29668 \begin_inset Index idx
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672 Formelnummerierung
29673 \end_layout
29674
29675 \end_inset
29676
29677
29678 \begin_inset Index idx
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682 Formel ! Nummerierung|see
29683 \begin_inset ERT
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687
29688 {
29689 \end_layout
29690
29691 \end_inset
29692
29693 Formelnummerierung
29694 \begin_inset ERT
29695 status collapsed
29696
29697 \begin_layout Plain Layout
29698
29699 }
29700 \end_layout
29701
29702 \end_inset
29703
29704
29705 \end_layout
29706
29707 \end_inset
29708
29709
29710 \end_layout
29711
29712 \begin_layout Subsection
29713 Allgemeines
29714 \end_layout
29715
29716 \begin_layout Standard
29717 Nummerierte Formeln können mit dem Menü 
29718 \family sans
29719 Einfügen\SpecialChar \menuseparator
29720 Mathe\SpecialChar \menuseparator
29721 Nummerierte
29722 \begin_inset space ~
29723 \end_inset
29724
29725 Formel
29726 \family default
29727  (Tastenkürzel 
29728 \family sans
29729 Strg+Alt
29730 \begin_inset space ~
29731 \end_inset
29732
29733 N
29734 \family default
29735 ) erstellt, bestehende Formeln über das Menü 
29736 \family sans
29737 Bearbeiten\SpecialChar \menuseparator
29738 Mathe\SpecialChar \menuseparator
29739 Nummerierung
29740 \begin_inset space ~
29741 \end_inset
29742
29743 an/aus
29744 \family default
29745  (Tastenkürzel 
29746 \family sans
29747 Alt+M
29748 \begin_inset space ~
29749 \end_inset
29750
29751 N
29752 \family default
29753 ) nummeriert werden.
29754  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29755  Klammern.
29756  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29757 \end_layout
29758
29759 \begin_layout Standard
29760 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29761  Zeilen nummeriert.
29762  Man kann jedoch über das Menü 
29763 \family sans
29764 Bearbeiten\SpecialChar \menuseparator
29765 Mathe\SpecialChar \menuseparator
29766 Zeilennummerierung an/aus
29767 \family default
29768  (Tastenkürzel 
29769 \family sans
29770 Alt+M
29771 \begin_inset space ~
29772 \end_inset
29773
29774 Shift+N
29775 \family default
29776 ) für jede Zeile die Nummerierung festlegen.
29777 \end_layout
29778
29779 \begin_layout Standard
29780 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29781  werden, siehe 
29782 \begin_inset CommandInset ref
29783 LatexCommand ref
29784 reference "sec:Formelstile"
29785
29786 \end_inset
29787
29788 .
29789 \end_layout
29790
29791 \begin_layout Subsection
29792 Querverweise
29793 \begin_inset Index idx
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797 Querverweise ! auf Formeln
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \begin_layout Standard
29806 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29807  Eine Marke wird mit dem Menü 
29808 \family sans
29809 Einfügen\SpecialChar \menuseparator
29810 Marke
29811 \family default
29812  oder dem Werkzeugleistenknopf 
29813 \begin_inset Graphics
29814         filename ../../images/label-insert.png
29815         scale 85
29816
29817 \end_inset
29818
29819  gesetzt.
29820  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29821  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29822 \series bold
29823 eq:
29824 \series default
29825 , nachdem der eigentliche Markenname eingegeben wird.
29826  Der voreingestellte Eintrag steht für 
29827 \begin_inset Quotes gld
29828 \end_inset
29829
29830 equation
29831 \begin_inset Quotes grd
29832 \end_inset
29833
29834  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29835  einer Formel und nicht zu einem Kapitel gehört.
29836  Um eine Marke zu ändern, wählt man wieder das Menü 
29837 \family sans
29838 Einfügen\SpecialChar \menuseparator
29839 Marke
29840 \family default
29841 .
29842 \end_layout
29843
29844 \begin_layout Standard
29845 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29846  Eine Formel mit Marke wird immer nummeriert.
29847 \end_layout
29848
29849 \begin_layout Standard
29850 Querverweise werden mit dem Menü 
29851 \family sans
29852 Einfügen\SpecialChar \menuseparator
29853 Querverweis
29854 \family default
29855  oder dem Werkzeugleistenknopf 
29856 \begin_inset Graphics
29857         filename ../../images/dialog-show-new-inset_ref.png
29858         scale 85
29859
29860 \end_inset
29861
29862  eingefügt.
29863  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29864  Wenn man im Querverweis Dialogfenster das Format 
29865 \series bold
29866 (<Querverweis>)
29867 \series default
29868  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29869 \begin_inset Newline newline
29870 \end_inset
29871
29872 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29873  man zur Formel auf die verwiesen wird.
29874 \end_layout
29875
29876 \begin_layout Standard
29877 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29878 \begin_inset Note Note
29879 status open
29880
29881 \begin_layout Plain Layout
29882 Man beachte die unterschiedlichen Querverweistypen.
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 Die Gleichungen 
29892 \begin_inset CommandInset ref
29893 LatexCommand eqref
29894 reference "eq:tag"
29895
29896 \end_inset
29897
29898  und 
29899 \begin_inset CommandInset ref
29900 LatexCommand eqref
29901 reference "eq:c"
29902
29903 \end_inset
29904
29905  sind äquivalent.
29906  In (
29907 \begin_inset CommandInset ref
29908 LatexCommand ref
29909 reference "eq:Lat"
29910
29911 \end_inset
29912
29913 ) werden im Gegensatz zu (
29914 \begin_inset CommandInset ref
29915 LatexCommand ref
29916 reference "eq:Roem"
29917
29918 \end_inset
29919
29920 ) große lateinische Buchstaben zur Nummerierung verwendet.
29921 \end_layout
29922
29923 \begin_layout Standard
29924 \begin_inset VSpace medskip
29925 \end_inset
29926
29927 Ist im Argument von 
29928 \series bold
29929
29930 \backslash
29931 tag
29932 \begin_inset Foot
29933 status collapsed
29934
29935 \begin_layout Plain Layout
29936
29937 \series bold
29938
29939 \backslash
29940 tag
29941 \series default
29942  ist in 
29943 \begin_inset CommandInset ref
29944 LatexCommand ref
29945 reference "sub:Benutzerdefinierte-Nummerierung"
29946
29947 \end_inset
29948
29949  beschrieben.
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \series default
29956  wie in 
29957 \begin_inset CommandInset ref
29958 LatexCommand ref
29959 reference "sub:Absatzboxen"
29960
29961 \end_inset
29962
29963  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29964 \end_layout
29965
29966 \begin_layout Subsection
29967 Unternummerierung
29968 \begin_inset Index idx
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 Formelnummerierung ! Unternummerierung
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \begin_layout Standard
29981 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29982  
29983 \begin_inset Newline newline
29984 \end_inset
29985
29986
29987 \series bold
29988
29989 \backslash
29990 begin{subequations}
29991 \series default
29992  und 
29993 \series bold
29994
29995 \backslash
29996 end{subequations}
29997 \series default
29998  erreichen.
29999  Beide Befehle werden im TeX-Modus eingegeben.
30000 \end_layout
30001
30002 \begin_layout Standard
30003 Dazu ein Beispiel:
30004 \begin_inset Formula \begin{equation}
30005 A=C-B\label{eq:a}\end{equation}
30006
30007 \end_inset
30008
30009
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015
30016 \backslash
30017 addtocounter{equation}{-1}
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \begin_inset ERT
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027
30028
30029 \backslash
30030 begin{subequations}
30031 \end_layout
30032
30033 \end_inset
30034
30035
30036 \begin_inset VSpace -5mm
30037 \end_inset
30038
30039
30040 \begin_inset Formula \begin{equation}
30041 B=C-A\label{eq:b}\end{equation}
30042
30043 \end_inset
30044
30045
30046 \begin_inset Formula \begin{equation}
30047 C=A+B\label{eq:c}\end{equation}
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Standard
30055 \begin_inset ERT
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059
30060
30061 \backslash
30062 end{subequations}
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Standard
30071 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30072 \end_layout
30073
30074 \begin_layout Enumerate
30075 erste Formel eingeben
30076 \end_layout
30077
30078 \begin_layout Enumerate
30079
30080 \series bold
30081
30082 \backslash
30083 addtocounter{equation}{-1} 
30084 \backslash
30085 begin{subequations}
30086 \begin_inset Index idx
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090 Befehle ! A ! 
30091 \backslash
30092 addtocounter
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \begin_inset Newline newline
30099 \end_inset
30100
30101
30102 \series default
30103 nach der ersten Formel einfügen
30104 \end_layout
30105
30106 \begin_layout Enumerate
30107 zweite Formel eingeben
30108 \end_layout
30109
30110 \begin_layout Enumerate
30111 dritte Formel eingeben
30112 \end_layout
30113
30114 \begin_layout Enumerate
30115
30116 \series bold
30117
30118 \backslash
30119 end{subequations}
30120 \series default
30121  nach der dritten Formel einfügen
30122 \end_layout
30123
30124 \begin_layout Standard
30125 Jede Formel, die zwischen den Befehlen 
30126 \series bold
30127
30128 \backslash
30129 begin
30130 \series default
30131  und 
30132 \series bold
30133
30134 \backslash
30135 end
30136 \series default
30137  steht, wird mit a, b, c, \SpecialChar \ldots{}
30138  untergliedert.
30139  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30140  Alle untergliederten Formeln gelten als 
30141 \emph on
30142 eine
30143 \emph default
30144  nummerierte Formel.
30145  Da jede nummerierte Formel den Formelzähler 
30146 \series bold
30147 equation
30148 \series default
30149  um Eins erhöht, ist der Befehl 
30150 \series bold
30151
30152 \backslash
30153 addtocounter
30154 \series default
30155  notwendig um den Zähler wieder zu erniedrigen.
30156  Ansonsten würden die Formeln 
30157 \begin_inset CommandInset ref
30158 LatexCommand eqref
30159 reference "eq:a"
30160
30161 \end_inset
30162
30163
30164 \begin_inset CommandInset ref
30165 LatexCommand eqref
30166 reference "eq:b"
30167
30168 \end_inset
30169
30170
30171 \begin_inset CommandInset ref
30172 LatexCommand eqref
30173 reference "eq:c"
30174
30175 \end_inset
30176
30177  als 
30178 \begin_inset CommandInset ref
30179 LatexCommand eqref
30180 reference "eq:a"
30181
30182 \end_inset
30183
30184
30185 \begin_inset CommandInset ref
30186 LatexCommand eqref
30187 reference "eq:d"
30188
30189 \end_inset
30190
30191
30192 \begin_inset CommandInset ref
30193 LatexCommand eqref
30194 reference "eq:f"
30195
30196 \end_inset
30197
30198  nummeriert werden.
30199 \end_layout
30200
30201 \begin_layout Standard
30202 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30203  Formeln automatisch etwas Leerraum erstellt.
30204  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30205 \series bold
30206
30207 \backslash
30208 begin{subequations}
30209 \series default
30210  -5
30211 \begin_inset space \thinspace{}
30212 \end_inset
30213
30214 mm vertikalen Leerraum ein.
30215  Ist der Formelstil 
30216 \series bold
30217 Eingerückt
30218 \begin_inset Foot
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222 Formelstile siehe 
30223 \begin_inset CommandInset ref
30224 LatexCommand ref
30225 reference "sec:Formelstile"
30226
30227 \end_inset
30228
30229
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \series default
30236  gewählt, fügt man -7
30237 \begin_inset space \thinspace{}
30238 \end_inset
30239
30240 mm Leerraum ein.
30241 \end_layout
30242
30243 \begin_layout Standard
30244 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30245  der zweiten Zeile abgeschaltet wurde:
30246 \begin_inset ERT
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250
30251
30252 \backslash
30253 begin{subequations}
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \begin_inset Formula \begin{eqnarray}
30260 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30261  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30262  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30263 \end{eqnarray}
30264
30265 \end_inset
30266
30267
30268 \begin_inset ERT
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272
30273
30274 \backslash
30275 end{subequations}
30276 \end_layout
30277
30278 \end_inset
30279
30280
30281 \end_layout
30282
30283 \begin_layout Subsection
30284 Benutzerdefinierte Nummerierung
30285 \begin_inset CommandInset label
30286 LatexCommand label
30287 name "sub:Benutzerdefinierte-Nummerierung"
30288
30289 \end_inset
30290
30291
30292 \begin_inset Index idx
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 Formelnummerierung ! benutzerdefinierte
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \end_layout
30303
30304 \begin_layout Standard
30305 \begin_inset Index idx
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309 Formelnummerierung ! eigene Klammern
30310 \end_layout
30311
30312 \end_inset
30313
30314 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30315  gesetzt.
30316  Will man diese Klammern z.
30317 \begin_inset space \thinspace{}
30318 \end_inset
30319
30320 B.
30321  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30322  an:
30323 \end_layout
30324
30325 \begin_layout Standard
30326
30327 \series bold
30328
30329 \backslash
30330 def
30331 \backslash
30332 tagform@#1{
30333 \backslash
30334 maketag@@@{|#1|}}
30335 \series default
30336
30337 \begin_inset Note Note
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30342  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30343  werden.
30344 \end_layout
30345
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \begin_layout Standard
30352 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30353 \series bold
30354 #1
30355 \series default
30356  durch ein oder mehrere gewünschte Zeichen.
30357  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30358 \end_layout
30359
30360 \begin_layout Standard
30361 \begin_inset VSpace bigskip
30362 \end_inset
30363
30364 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30365  hinter der Formel stehen, benutzt man den Befehl 
30366 \series bold
30367
30368 \backslash
30369 tag
30370 \series default
30371
30372 \begin_inset Index idx
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376 Befehle ! T ! 
30377 \backslash
30378 tag
30379 \end_layout
30380
30381 \end_inset
30382
30383 :
30384 \begin_inset Formula \begin{equation}
30385 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30386
30387 \end_inset
30388
30389  In diesem Beispiel wurde in der Formel der Befehl 
30390 \series bold
30391
30392 \backslash
30393 tag
30394 \series default
30395
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 leer 
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \series bold
30410 etwas
30411 \series default
30412  eingegeben.
30413 \end_layout
30414
30415 \begin_layout Standard
30416 Gibt man stattdessen 
30417 \series bold
30418
30419 \backslash
30420 tag*
30421 \series default
30422
30423 \begin_inset ERT
30424 status collapsed
30425
30426 \begin_layout Plain Layout
30427
30428
30429 \backslash
30430 leer 
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \series bold
30437 etwas
30438 \series default
30439  ein, verhindert der Stern die Klammern um den Ausdruck:
30440 \begin_inset Formula \[
30441 A+B=C\tag*{etwas}\]
30442
30443 \end_inset
30444
30445
30446 \end_layout
30447
30448 \begin_layout Standard
30449 \begin_inset VSpace bigskip
30450 \end_inset
30451
30452 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30453  oder 
30454 \begin_inset ERT
30455 status collapsed
30456
30457 \begin_layout Plain Layout
30458
30459
30460 \backslash
30461 mbox{
30462 \end_layout
30463
30464 \end_inset
30465
30466 -abschnitt
30467 \begin_inset ERT
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471
30472 }
30473 \end_layout
30474
30475 \end_inset
30476
30477
30478 \begin_inset Note Note
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482 Der Befehl 
30483 \series bold
30484
30485 \backslash
30486 mbox
30487 \series default
30488  verhindert, dass am Bindestrich umgebrochen wird.
30489 \end_layout
30490
30491 \end_inset
30492
30493  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30494 \end_layout
30495
30496 \begin_layout Standard
30497
30498 \series bold
30499
30500 \backslash
30501 @addtoreset{equation}{part}
30502 \series default
30503
30504 \begin_inset Index idx
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508 Befehle ! 
30509 \begin_inset ERT
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513
30514 "
30515 \end_layout
30516
30517 \end_inset
30518
30519 @
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525 "
30526 \end_layout
30527
30528 \end_inset
30529
30530  ! 
30531 \backslash
30532
30533 \begin_inset ERT
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537
30538 "
30539 \end_layout
30540
30541 \end_inset
30542
30543 @
30544 \begin_inset ERT
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549 "
30550 \end_layout
30551
30552 \end_inset
30553
30554 addtoreset
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \begin_inset Newline newline
30561 \end_inset
30562
30563 bzw.
30564 \begin_inset Newline newline
30565 \end_inset
30566
30567
30568 \series bold
30569
30570 \backslash
30571 @addtoreset{equation}{section}
30572 \end_layout
30573
30574 \begin_layout Standard
30575 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30576 \begin_inset Quotes gld
30577 \end_inset
30578
30579 @
30580 \begin_inset Quotes grd
30581 \end_inset
30582
30583  Zeichen für LaTeX mit dem Befehl 
30584 \series bold
30585
30586 \backslash
30587 makeatletter
30588 \series default
30589  
30590 \begin_inset Quotes gld
30591 \end_inset
30592
30593 aktiv
30594 \begin_inset Quotes grd
30595 \end_inset
30596
30597  gemacht werden.
30598  Der Befehl 
30599 \series bold
30600
30601 \backslash
30602 makeatother
30603 \series default
30604  macht dies wieder rückgängig.
30605  Daher ist die Befehlssequenz im TeX-Modus:
30606 \end_layout
30607
30608 \begin_layout Standard
30609
30610 \series bold
30611
30612 \backslash
30613 makeatletter
30614 \begin_inset Newline newline
30615 \end_inset
30616
30617
30618 \backslash
30619 @addtoreset{equation}{section}
30620 \begin_inset Newline newline
30621 \end_inset
30622
30623
30624 \backslash
30625 makeatother
30626 \end_layout
30627
30628 \begin_layout Standard
30629 Im LaTeX-Vorspann können 
30630 \series bold
30631
30632 \backslash
30633 makeatletter
30634 \series default
30635  und 
30636 \series bold
30637
30638 \backslash
30639 makeatother
30640 \series default
30641  weggelassen werden, da LyX sie automatisch intern einfügt.
30642 \end_layout
30643
30644 \begin_layout Standard
30645 Um 
30646 \series bold
30647
30648 \backslash
30649 @addtoreset
30650 \series default
30651  rückgängig zu machen, muss die Datei 
30652 \series bold
30653 remreset.sty
30654 \series default
30655
30656 \begin_inset Foot
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660
30661 \series bold
30662 remreset
30663 \series default
30664  ist Teil des LaTeX-Paketes 
30665 \series bold
30666 carlisle
30667 \series default
30668
30669 \begin_inset Index idx
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673 Pakete ! carlisle
30674 \end_layout
30675
30676 \end_inset
30677
30678 , das Teil jeder LaTeX-Standardinstallation ist.
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \begin_inset Index idx
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688 Pakete ! remreset
30689 \end_layout
30690
30691 \end_inset
30692
30693  im LaTeX-Vorspann mit der Zeile
30694 \end_layout
30695
30696 \begin_layout Standard
30697
30698 \series bold
30699
30700 \backslash
30701 usepackage{remreset}
30702 \end_layout
30703
30704 \begin_layout Standard
30705 geladen werden.
30706  Dann kann der Befehl 
30707 \series bold
30708
30709 \backslash
30710 @removefromreset
30711 \series default
30712
30713 \begin_inset Index idx
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 Befehle ! 
30718 \begin_inset ERT
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722
30723 "
30724 \end_layout
30725
30726 \end_inset
30727
30728 @
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734 "
30735 \end_layout
30736
30737 \end_inset
30738
30739  ! 
30740 \backslash
30741
30742 \begin_inset ERT
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746
30747 "
30748 \end_layout
30749
30750 \end_inset
30751
30752 @
30753 \begin_inset ERT
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757
30758 "
30759 \end_layout
30760
30761 \end_inset
30762
30763 removefromreset
30764 \end_layout
30765
30766 \end_inset
30767
30768  mit dem selben Schema wie 
30769 \series bold
30770
30771 \backslash
30772 @addtoreset
30773 \series default
30774  benutzt werden.
30775 \end_layout
30776
30777 \begin_layout Standard
30778 \begin_inset VSpace bigskip
30779 \end_inset
30780
30781 Oftmals möchte man Formeln in folgender Art nummerieren:
30782 \end_layout
30783
30784 \begin_layout Standard
30785
30786 \family typewriter
30787 (Kapitelnummer.Formelnummer)
30788 \end_layout
30789
30790 \begin_layout Standard
30791 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30792 \end_layout
30793
30794 \begin_layout Standard
30795 Für diesen Fall gibt es den Befehl 
30796 \series bold
30797
30798 \backslash
30799 numberwithin
30800 \series default
30801
30802 \begin_inset Index idx
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806 Befehle ! N ! 
30807 \backslash
30808 numberwithin
30809 \end_layout
30810
30811 \end_inset
30812
30813 , der nach folgendem Schema benutzt wird:
30814 \end_layout
30815
30816 \begin_layout Standard
30817
30818 \series bold
30819
30820 \backslash
30821 numberwithin{Zähler}{Gliederung}
30822 \end_layout
30823
30824 \begin_layout Standard
30825 Zähler gibt an, welche Nummerierung betroffen ist.
30826  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30827 \end_layout
30828
30829 \begin_layout Standard
30830 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
30831  ein:
30832 \end_layout
30833
30834 \begin_layout Standard
30835
30836 \series bold
30837
30838 \backslash
30839 numberwithin{equation}{section}
30840 \end_layout
30841
30842 \begin_layout Standard
30843 Das ist das Ergebnis:
30844 \begin_inset ERT
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848
30849
30850 \backslash
30851 numberwithin{equation}{section}
30852 \end_layout
30853
30854 \end_inset
30855
30856
30857 \begin_inset Formula \begin{equation}
30858 A+B=C\end{equation}
30859
30860 \end_inset
30861
30862
30863 \end_layout
30864
30865 \begin_layout Standard
30866 Möchte man z.
30867 \begin_inset space \thinspace{}
30868 \end_inset
30869
30870 B.
30871  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30872  gibt man 
30873 \series bold
30874
30875 \backslash
30876 numberwithin{table}{part}
30877 \series default
30878  ein.
30879 \end_layout
30880
30881 \begin_layout Standard
30882 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30883 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30884  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
30885 \end_layout
30886
30887 \begin_layout Standard
30888
30889 \series bold
30890
30891 \backslash
30892 renewcommand{
30893 \backslash
30894 theequation}{
30895 \backslash
30896 arabic{equation}}
30897 \begin_inset Index idx
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901 Befehle ! A ! 
30902 \backslash
30903 arabic
30904 \end_layout
30905
30906 \end_inset
30907
30908
30909 \series default
30910
30911 \begin_inset ERT
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915
30916
30917 \backslash
30918 renewcommand{
30919 \backslash
30920 theequation}{
30921 \backslash
30922 arabic{equation}}
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \series bold
30929
30930 \begin_inset Newline newline
30931 \end_inset
30932
30933
30934 \series default
30935 bzw.
30936 \series bold
30937
30938 \begin_inset Newline newline
30939 \end_inset
30940
30941
30942 \backslash
30943 renewcommand{
30944 \backslash
30945 thetable}{
30946 \backslash
30947 arabic{table}}
30948 \end_layout
30949
30950 \begin_layout Standard
30951
30952 \series bold
30953
30954 \backslash
30955 numberwithin
30956 \series default
30957  benutzt intern den oben beschriebenen Befehl 
30958 \series bold
30959
30960 \backslash
30961 @addtoreset
30962 \series default
30963 , der ebenfalls rückgängig gemacht werden muss.
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968
30969
30970 \backslash
30971 makeatletter
30972 \end_layout
30973
30974 \begin_layout Plain Layout
30975
30976
30977 \backslash
30978 @removefromreset{equation}{section}
30979 \end_layout
30980
30981 \begin_layout Plain Layout
30982
30983
30984 \backslash
30985 makeatother
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Subsection
30994 Nummerierung mit römischen Zahlen und Buchstaben
30995 \begin_inset Index idx
30996 status collapsed
30997
30998 \begin_layout Plain Layout
30999 Formelnummerierung ! mit Buchstaben
31000 \end_layout
31001
31002 \end_inset
31003
31004
31005 \begin_inset Index idx
31006 status collapsed
31007
31008 \begin_layout Plain Layout
31009 Formelnummerierung ! mit römischen Zahlen
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \begin_layout Standard
31018 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31019  werden.
31020  Um z.
31021 \begin_inset space \thinspace{}
31022 \end_inset
31023
31024 B.
31025  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31026  TeX-Modus den Befehl
31027 \end_layout
31028
31029 \begin_layout Standard
31030
31031 \series bold
31032
31033 \backslash
31034 renewcommand{
31035 \backslash
31036 theequation}{
31037 \backslash
31038 roman{equation}}
31039 \end_layout
31040
31041 \begin_layout Standard
31042 ein.
31043  
31044 \series bold
31045
31046 \backslash
31047 renewcommand
31048 \series default
31049
31050 \begin_inset Index idx
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054 Befehle ! R ! 
31055 \backslash
31056 renewcommand
31057 \end_layout
31058
31059 \end_inset
31060
31061  weist dem vordefinierten Befehl 
31062 \series bold
31063
31064 \backslash
31065 theequation
31066 \series default
31067  den Befehl
31068 \begin_inset Newline linebreak
31069 \end_inset
31070
31071
31072 \series bold
31073
31074 \backslash
31075 roman{equation}
31076 \series default
31077  zu.
31078 \begin_inset Foot
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082 Der Befehl 
31083 \series bold
31084
31085 \backslash
31086 renewcommand
31087 \series default
31088  besitzt dasselbe Schema wie der in 
31089 \begin_inset CommandInset ref
31090 LatexCommand ref
31091 reference "sub:Der-Befehl-newcommand"
31092
31093 \end_inset
31094
31095  beschriebene Befehl
31096 \begin_inset Newline newline
31097 \end_inset
31098
31099
31100 \series bold
31101
31102 \backslash
31103 newcommand
31104 \series default
31105 .
31106 \end_layout
31107
31108 \end_inset
31109
31110  
31111 \series bold
31112 equation
31113 \series default
31114  ist der Formelzähler.
31115  Stellt man einem Zähler den Befehl 
31116 \series bold
31117
31118 \backslash
31119 the
31120 \series default
31121  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31122  wird.
31123  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31124  
31125 \series bold
31126
31127 \backslash
31128 theequation
31129 \series default
31130  hinter die Formel.
31131  
31132 \series bold
31133
31134 \backslash
31135 roman{equation}
31136 \begin_inset Index idx
31137 status collapsed
31138
31139 \begin_layout Plain Layout
31140 Befehle ! R ! 
31141 \backslash
31142 roman
31143 \end_layout
31144
31145 \end_inset
31146
31147
31148 \series default
31149  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31150 \end_layout
31151
31152 \begin_layout Standard
31153 Alle Formeln nach dem 
31154 \series bold
31155
31156 \backslash
31157 renewcommand
31158 \series default
31159 -Befehl werden nun römisch nummeriert.
31160  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31161  den Befehl erneut ein, ersetzt aber 
31162 \series bold
31163
31164 \backslash
31165 roman
31166 \series default
31167  durch 
31168 \series bold
31169
31170 \backslash
31171 Roman
31172 \series default
31173
31174 \begin_inset Index idx
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178 Befehle ! R ! 
31179 \backslash
31180 roman@
31181 \backslash
31182 Roman
31183 \end_layout
31184
31185 \end_inset
31186
31187 .
31188  Für die 
31189 \begin_inset Quotes gld
31190 \end_inset
31191
31192 Nummerierung
31193 \begin_inset Quotes grd
31194 \end_inset
31195
31196  mit lateinischen Buchstaben gibt es den Befehl 
31197 \series bold
31198
31199 \backslash
31200 alph
31201 \series default
31202
31203 \begin_inset Index idx
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207 Befehle ! A ! 
31208 \backslash
31209 alph
31210 \end_layout
31211
31212 \end_inset
31213
31214  für kleine und 
31215 \series bold
31216
31217 \backslash
31218 Alph
31219 \series default
31220
31221 \begin_inset Index idx
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225 Befehle ! A ! 
31226 \backslash
31227 alph@
31228 \backslash
31229 Alph
31230 \end_layout
31231
31232 \end_inset
31233
31234  für große Buchstaben.
31235 \end_layout
31236
31237 \begin_layout Standard
31238 \begin_inset Note Greyedout
31239 status open
31240
31241 \begin_layout Plain Layout
31242
31243 \series bold
31244 Achtung:
31245 \series default
31246  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31247  nummeriert werden.
31248 \end_layout
31249
31250 \end_inset
31251
31252
31253 \end_layout
31254
31255 \begin_layout Standard
31256 \begin_inset ERT
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260
31261
31262 \backslash
31263 renewcommand{
31264 \backslash
31265 theequation}{
31266 \backslash
31267 roman{equation}}
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 \begin_inset Formula \begin{equation}
31277 A=\textrm{römisch}\end{equation}
31278
31279 \end_inset
31280
31281
31282 \begin_inset ERT
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286
31287
31288 \backslash
31289 renewcommand{
31290 \backslash
31291 theequation}{
31292 \backslash
31293 Roman{equation}}
31294 \end_layout
31295
31296 \end_inset
31297
31298
31299 \begin_inset Formula \begin{equation}
31300 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
31301
31302 \end_inset
31303
31304
31305 \begin_inset ERT
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309
31310
31311 \backslash
31312 renewcommand{
31313 \backslash
31314 theequation}{
31315 \backslash
31316 alph{equation}}
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \begin_inset Formula \begin{equation}
31323 C=\textrm{lateinisch}\end{equation}
31324
31325 \end_inset
31326
31327
31328 \begin_inset ERT
31329 status collapsed
31330
31331 \begin_layout Plain Layout
31332
31333
31334 \backslash
31335 renewcommand{
31336 \backslash
31337 theequation}{
31338 \backslash
31339 Alph{equation}}
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \begin_inset Formula \begin{equation}
31346 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
31347
31348 \end_inset
31349
31350
31351 \end_layout
31352
31353 \begin_layout Standard
31354 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31355  ein:
31356 \end_layout
31357
31358 \begin_layout Standard
31359
31360 \series bold
31361
31362 \backslash
31363 renewcommand{
31364 \backslash
31365 theequation}{
31366 \backslash
31367 arabic{equation}}
31368 \begin_inset Index idx
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372 Befehle ! A ! 
31373 \backslash
31374 arabic
31375 \end_layout
31376
31377 \end_inset
31378
31379
31380 \end_layout
31381
31382 \begin_layout Standard
31383 \begin_inset ERT
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387
31388
31389 \backslash
31390 renewcommand{
31391 \backslash
31392 theequation}{
31393 \backslash
31394 arabic{equation}}
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \begin_inset Formula \begin{equation}
31401 E=\textrm{arabisch}\end{equation}
31402
31403 \end_inset
31404
31405
31406 \end_layout
31407
31408 \begin_layout Standard
31409 \begin_inset VSpace medskip
31410 \end_inset
31411
31412 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31413 riert.
31414  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31415  beginnen, müssen neue Formelzähler angelegt werden.
31416  Eine Beschreibung dazu findet man in der Datei 
31417 \begin_inset CommandInset href
31418 LatexCommand href
31419 name "Formelnummerierung.lyx"
31420 target "run:Formelnummerierung.lyx"
31421
31422 \end_inset
31423
31424 .
31425 \end_layout
31426
31427 \begin_layout Section
31428 Chemische Symbole und Reaktionsgleichungen
31429 \begin_inset CommandInset label
31430 LatexCommand label
31431 name "sub:Chemische-Symbole-und"
31432
31433 \end_inset
31434
31435
31436 \begin_inset Index idx
31437 status collapsed
31438
31439 \begin_layout Plain Layout
31440 chemische Zeichen ! Symbole
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \begin_inset Index idx
31447 status collapsed
31448
31449 \begin_layout Plain Layout
31450 Reaktionsgleichungen
31451 \end_layout
31452
31453 \end_inset
31454
31455
31456 \begin_inset Index idx
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460 Symbole ! chemische
31461 \end_layout
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Standard
31469 Ein Beispieltext aus der Chemie:
31470 \end_layout
31471
31472 \begin_layout Quote
31473 Das 
31474 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31475 \end_inset
31476
31477 -Ion verbindet sich mit zwei 
31478 \begin_inset Formula $\mathrm{Na^{+}}$
31479 \end_inset
31480
31481 -Ionen zu Natriumsulfat 
31482 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31483 \end_inset
31484
31485 .
31486  Die Reaktionsgleichung dazu lautet:
31487 \begin_inset Formula \begin{equation}
31488 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}\end{equation}
31489
31490 \end_inset
31491
31492
31493 \end_layout
31494
31495 \begin_layout Standard
31496 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31497  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31498  in der Formel und wandelt diese mit der Tastenkombination 
31499 \family sans
31500 Alt+Z
31501 \begin_inset space ~
31502 \end_inset
31503
31504 R
31505 \family default
31506  in den aufrechten Schriftstil um.
31507 \begin_inset Foot
31508 status collapsed
31509
31510 \begin_layout Plain Layout
31511 Schriftstile siehe 
31512 \begin_inset CommandInset ref
31513 LatexCommand ref
31514 reference "sub:Schriftstile"
31515
31516 \end_inset
31517
31518
31519 \end_layout
31520
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \begin_layout Standard
31527 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31528 \series bold
31529  
31530 \backslash
31531 ce
31532 \series default
31533
31534 \begin_inset Index idx
31535 status collapsed
31536
31537 \begin_layout Plain Layout
31538 Befehle ! C ! 
31539 \backslash
31540 ce
31541 \end_layout
31542
31543 \end_inset
31544
31545  zu benutzen.
31546  Dieser ist verfügbar, wenn das LaTeX-Paket 
31547 \series bold
31548 mhchem
31549 \series default
31550
31551 \begin_inset Index idx
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555 Pakete ! mhchem
31556 \end_layout
31557
31558 \end_inset
31559
31560  installiert ist.
31561  Nachdem 
31562 \series bold
31563
31564 \backslash
31565 ce
31566 \series default
31567  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31568  Formeln in intuitiver Weise eingegeben werden können.
31569 \end_layout
31570
31571 \begin_layout Standard
31572 \align center
31573 \begin_inset Tabular
31574 <lyxtabular version="3" rows="9" columns="2">
31575 <features tabularvalignment="middle">
31576 <column alignment="center" valignment="top" width="0">
31577 <column alignment="center" valignment="top" width="0">
31578 <row>
31579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31580 \begin_inset Text
31581
31582 \begin_layout Plain Layout
31583 Befehl
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Plain Layout
31592 Ergebnis
31593 \begin_inset Note Note
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597
31598 \series bold
31599
31600 \backslash
31601 raisebox
31602 \series default
31603  dient nur als Abstandhalter.
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \end_layout
31610
31611 \end_inset
31612 </cell>
31613 </row>
31614 <row>
31615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31616 \begin_inset Text
31617
31618 \begin_layout Plain Layout
31619
31620 \backslash
31621 ce
31622 \begin_inset ERT
31623 status collapsed
31624
31625 \begin_layout Plain Layout
31626
31627
31628 \backslash
31629 leer 
31630 \end_layout
31631
31632 \end_inset
31633
31634 H2CO3
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31640 \begin_inset Text
31641
31642 \begin_layout Plain Layout
31643 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \end_inset
31650 </cell>
31651 </row>
31652 <row>
31653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657
31658 \backslash
31659 ce
31660 \begin_inset ERT
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664
31665
31666 \backslash
31667 leer 
31668 \end_layout
31669
31670 \end_inset
31671
31672 SO4^2-
31673 \end_layout
31674
31675 \end_inset
31676 </cell>
31677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31678 \begin_inset Text
31679
31680 \begin_layout Plain Layout
31681 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31682 \end_inset
31683
31684
31685 \end_layout
31686
31687 \end_inset
31688 </cell>
31689 </row>
31690 <row>
31691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31692 \begin_inset Text
31693
31694 \begin_layout Plain Layout
31695
31696 \backslash
31697 ce
31698 \begin_inset ERT
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702
31703
31704 \backslash
31705 leer 
31706 \end_layout
31707
31708 \end_inset
31709
31710 (NH4)2S
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \end_inset
31726 </cell>
31727 </row>
31728 <row>
31729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31730 \begin_inset Text
31731
31732 \begin_layout Plain Layout
31733
31734 \backslash
31735 ce
31736 \begin_inset ERT
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740
31741
31742 \backslash
31743 leer 
31744 \end_layout
31745
31746 \end_inset
31747
31748 KCr(SO4)2.12H2O
31749 \end_layout
31750
31751 \end_inset
31752 </cell>
31753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31754 \begin_inset Text
31755
31756 \begin_layout Plain Layout
31757 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31758 \end_inset
31759
31760
31761 \end_layout
31762
31763 \end_inset
31764 </cell>
31765 </row>
31766 <row>
31767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31768 \begin_inset Text
31769
31770 \begin_layout Plain Layout
31771
31772 \backslash
31773 ce
31774 \begin_inset ERT
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778
31779
31780 \backslash
31781 leer 
31782 \end_layout
31783
31784 \end_inset
31785
31786 A-B
31787 \backslash
31788 dbond
31789 \begin_inset ERT
31790 status collapsed
31791
31792 \begin_layout Plain Layout
31793
31794
31795 \backslash
31796 leer 
31797 \end_layout
31798
31799 \end_inset
31800
31801 C
31802 \backslash
31803 tbond
31804 \begin_inset ERT
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808
31809
31810 \backslash
31811 leer 
31812 \end_layout
31813
31814 \end_inset
31815
31816 D
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31822 \begin_inset Text
31823
31824 \begin_layout Plain Layout
31825 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \end_inset
31832 </cell>
31833 </row>
31834 <row>
31835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839
31840 \backslash
31841 ce
31842 \begin_inset ERT
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846
31847
31848 \backslash
31849 leer 
31850 \end_layout
31851
31852 \end_inset
31853
31854 ^227
31855 \begin_inset Formula $\downarrow$
31856 \end_inset
31857
31858 _90
31859 \begin_inset Formula $\to$
31860 \end_inset
31861
31862 Th+
31863 \end_layout
31864
31865 \end_inset
31866 </cell>
31867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31868 \begin_inset Text
31869
31870 \begin_layout Plain Layout
31871 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 </row>
31880 <row>
31881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31882 \begin_inset Text
31883
31884 \begin_layout Plain Layout
31885
31886 \backslash
31887 ce
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 leer 
31896 \end_layout
31897
31898 \end_inset
31899
31900 CO2
31901 \begin_inset ERT
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905
31906
31907 \backslash
31908 leer 
31909 \end_layout
31910
31911 \end_inset
31912
31913 +
31914 \begin_inset ERT
31915 status collapsed
31916
31917 \begin_layout Plain Layout
31918
31919
31920 \backslash
31921 leer 
31922 \end_layout
31923
31924 \end_inset
31925
31926 C
31927 \begin_inset ERT
31928 status collapsed
31929
31930 \begin_layout Plain Layout
31931
31932
31933 \backslash
31934 leer 
31935 \end_layout
31936
31937 \end_inset
31938
31939 <=>
31940 \begin_inset ERT
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944
31945
31946 \backslash
31947 leer 
31948 \end_layout
31949
31950 \end_inset
31951
31952 2CO
31953 \end_layout
31954
31955 \end_inset
31956 </cell>
31957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Plain Layout
31961 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31962 \end_inset
31963
31964
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 </row>
31970 <row>
31971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31972 \begin_inset Text
31973
31974 \begin_layout Plain Layout
31975
31976 \backslash
31977 ce
31978 \begin_inset ERT
31979 status collapsed
31980
31981 \begin_layout Plain Layout
31982
31983
31984 \backslash
31985 leer 
31986 \end_layout
31987
31988 \end_inset
31989
31990 CO2
31991 \begin_inset ERT
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995
31996
31997 \backslash
31998 leer 
31999 \end_layout
32000
32001 \end_inset
32002
32003 +
32004 \begin_inset ERT
32005 status collapsed
32006
32007 \begin_layout Plain Layout
32008
32009
32010 \backslash
32011 leer 
32012 \end_layout
32013
32014 \end_inset
32015
32016 C
32017 \begin_inset ERT
32018 status collapsed
32019
32020 \begin_layout Plain Layout
32021
32022
32023 \backslash
32024 leer 
32025 \end_layout
32026
32027 \end_inset
32028
32029 ->[
32030 \backslash
32031 alpha][
32032 \backslash
32033 beta]
32034 \begin_inset ERT
32035 status collapsed
32036
32037 \begin_layout Plain Layout
32038
32039
32040 \backslash
32041 leer 
32042 \end_layout
32043
32044 \end_inset
32045
32046 2CO}
32047 \end_layout
32048
32049 \end_inset
32050 </cell>
32051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32052 \begin_inset Text
32053
32054 \begin_layout Plain Layout
32055 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32056 \end_inset
32057
32058
32059 \end_layout
32060
32061 \end_inset
32062 </cell>
32063 </row>
32064 </lyxtabular>
32065
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \begin_layout Standard
32072 \begin_inset Note Greyedout
32073 status open
32074
32075 \begin_layout Plain Layout
32076
32077 \series bold
32078 Achtung:
32079 \series default
32080  Wenn eine Formel in eine 
32081 \series bold
32082
32083 \backslash
32084 ce
32085 \series default
32086 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32087  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32088 \begin_inset space \thinspace{}
32089 \end_inset
32090
32091 B.
32092  für 
32093 \series bold
32094
32095 \backslash
32096 ce{$
32097 \backslash
32098 mu
32099 \backslash
32100 hyphen$Cl}
32101 \series default
32102
32103 \begin_inset ERT
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107
32108
32109 \backslash
32110 ce{$
32111 \backslash
32112 mu
32113 \backslash
32114 hyphen$Cl}
32115 \end_layout
32116
32117 \end_inset
32118
32119  
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \begin_layout Standard
32128 Wird 
32129 \series bold
32130
32131 \backslash
32132 ce
32133 \series default
32134  benutzt, lautet der Befehl für Gleichung
32135 \begin_inset space ~
32136 \end_inset
32137
32138
32139 \begin_inset CommandInset ref
32140 LatexCommand eqref
32141 reference "eq:chemische-Reaktion"
32142
32143 \end_inset
32144
32145 :
32146 \begin_inset Newline newline
32147 \end_inset
32148
32149
32150 \series bold
32151  
32152 \backslash
32153 ce
32154 \series default
32155
32156 \begin_inset ERT
32157 status collapsed
32158
32159 \begin_layout Plain Layout
32160
32161
32162 \backslash
32163 leer 
32164 \end_layout
32165
32166 \end_inset
32167
32168
32169 \series bold
32170 2Na+
32171 \series default
32172
32173 \begin_inset ERT
32174 status collapsed
32175
32176 \begin_layout Plain Layout
32177
32178
32179 \backslash
32180 leer 
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \series bold
32187 +
32188 \series default
32189
32190 \begin_inset ERT
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194
32195
32196 \backslash
32197 leer 
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \series bold
32204 SO4^2-
32205 \series default
32206
32207 \begin_inset ERT
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211
32212
32213 \backslash
32214 leer 
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \begin_inset ERT
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224
32225
32226 \backslash
32227 leer 
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \series bold
32234 ->
32235 \series default
32236
32237 \begin_inset ERT
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241
32242
32243 \backslash
32244 leer 
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \series bold
32251 Na2SO4
32252 \end_layout
32253
32254 \begin_layout Standard
32255 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32256  Formel erstellt, wie in 
32257 \begin_inset CommandInset ref
32258 LatexCommand ref
32259 reference "sec:Mehrzeilige-Formeln"
32260
32261 \end_inset
32262
32263  beschrieben.
32264  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32265 \series bold
32266
32267 \backslash
32268 ce
32269 \series default
32270  verwendet.
32271  
32272 \begin_inset CommandInset ref
32273 LatexCommand eqref
32274 reference "eq:TEOS-Reaktion-1"
32275
32276 \end_inset
32277
32278  und 
32279 \begin_inset CommandInset ref
32280 LatexCommand eqref
32281 reference "eq:TEOS-Reaktion-2"
32282
32283 \end_inset
32284
32285  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32286  Gleichung eine eigene Nummer hat.
32287 \begin_inset Formula \begin{eqnarray}
32288 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32289 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32290 \end{eqnarray}
32291
32292 \end_inset
32293
32294
32295 \end_layout
32296
32297 \begin_layout Standard
32298 Außer 
32299 \series bold
32300
32301 \backslash
32302 ce
32303 \series default
32304  bietet das Paket 
32305 \series bold
32306 mhchem
32307 \series default
32308  noch den Befehl 
32309 \series bold
32310
32311 \backslash
32312 cf
32313 \series default
32314
32315 \begin_inset Index idx
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319 Befehle ! C ! 
32320 \backslash
32321 cf
32322 \end_layout
32323
32324 \end_inset
32325
32326  für spezielle Fälle.
32327  Mehr über 
32328 \series bold
32329
32330 \backslash
32331 cf
32332 \series default
32333  und weitere Beispiele sind in der Dokumentation von 
32334 \series bold
32335 mhchem
32336 \series default
32337  zu finden, 
32338 \begin_inset CommandInset citation
32339 LatexCommand cite
32340 key "mhchem"
32341
32342 \end_inset
32343
32344 .
32345 \end_layout
32346
32347 \begin_layout Section
32348 Diagramme
32349 \end_layout
32350
32351 \begin_layout Standard
32352 LyX unterstützt zwei Typen kommutativer Diagramme: 
32353 \series bold
32354 amscd
32355 \series default
32356  und 
32357 \series bold
32358 xymatrix
32359 \series default
32360 , die im Folgenden erläutert sind.
32361 \end_layout
32362
32363 \begin_layout Subsection
32364 amscd Diagramme
32365 \begin_inset Index idx
32366 status collapsed
32367
32368 \begin_layout Plain Layout
32369 Diagramme ! amscd
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \begin_layout Standard
32378 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32379  Linien oder Pfeilen dar:
32380 \begin_inset Formula \[
32381 \begin{CD}A@>>>B@>>>C\\
32382 @AAA@.@VVV\\
32383 F@<<<E@<<<D
32384 \end{CD}\]
32385
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \begin_layout Standard
32392 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32393 \series bold
32394
32395 \backslash
32396 CD
32397 \begin_inset Index idx
32398 status collapsed
32399
32400 \begin_layout Plain Layout
32401 Befehle ! C ! 
32402 \backslash
32403 CD
32404 \end_layout
32405
32406 \end_inset
32407
32408
32409 \series default
32410  ein.
32411  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32412  man die weiteren Befehle eingibt.
32413  Mit 
32414 \series bold
32415
32416 \begin_inset ERT
32417 status collapsed
32418
32419 \begin_layout Plain Layout
32420
32421
32422 \backslash
32423 mbox{
32424 \end_layout
32425
32426 \end_inset
32427
32428
32429 \family sans
32430 \series default
32431 Strg+Enter
32432 \family default
32433 \series bold
32434
32435 \begin_inset ERT
32436 status collapsed
32437
32438 \begin_layout Plain Layout
32439
32440 }
32441 \end_layout
32442
32443 \end_inset
32444
32445
32446 \series default
32447  wird eine neue Zeile erstellt.
32448  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32449  Zeilen der Formel eingegeben.
32450 \end_layout
32451
32452 \begin_layout Standard
32453 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32454 \end_layout
32455
32456 \begin_layout Itemize
32457
32458 \series bold
32459 @<<<
32460 \series default
32461  erstellt einen Linkspfeil, 
32462 \series bold
32463 @>>>
32464 \series default
32465  einen Rechtspfeil und 
32466 \series bold
32467 @=
32468 \series default
32469  ein langes Gleichheitszeichen
32470 \end_layout
32471
32472 \begin_layout Itemize
32473
32474 \series bold
32475 @AAA
32476 \series default
32477  erstellt einen Pfeil nach oben, 
32478 \series bold
32479 @VVV
32480 \series default
32481  einen Pfeil nach unten und 
32482 \series bold
32483 @|
32484 \series default
32485  ein senkrechtes Gleichheitszeichen
32486 \end_layout
32487
32488 \begin_layout Itemize
32489
32490 \series bold
32491 @.
32492
32493 \series default
32494  dient als Platzhalter für nicht vorhandene Beziehungen
32495 \end_layout
32496
32497 \begin_layout Standard
32498 Alle Pfeile sind wie folgt beschriftbar:
32499 \end_layout
32500
32501 \begin_layout Itemize
32502 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32503  > Text eingegeben, erscheint er über dem Pfeil.
32504  Wird der Text zwischen dem zweiten und dritten < bzw.
32505  > eingegeben, erscheint er unter dem Pfeil.
32506 \end_layout
32507
32508 \begin_layout Itemize
32509 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32510  V eingegeben, erscheint er links neben dem Pfeil.
32511  Bei Eingabe zwischen zweitem und drittem A bzw.
32512  V erscheint er rechts daneben.
32513  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32514  gesetzt werden.
32515 \end_layout
32516
32517 \begin_layout Standard
32518 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \begin_inset Formula \[
32523 \begin{CD}A@>j>>B@>>k>C@=F\\
32524 @AmAA@.@VV{V}V@|\\
32525 D@<<j<E@>k>>F@=C
32526 \end{CD}\]
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Standard
32534 Der Befehl dazu lautet:
32535 \begin_inset Newline newline
32536 \end_inset
32537
32538
32539 \series bold
32540
32541 \backslash
32542 CD
32543 \begin_inset ERT
32544 status collapsed
32545
32546 \begin_layout Plain Layout
32547
32548
32549 \backslash
32550 leer 
32551 \end_layout
32552
32553 \end_inset
32554
32555 A@>j>>B@>>k>C@=F Strg+Enter
32556 \begin_inset Newline newline
32557 \end_inset
32558
32559
32560 \begin_inset Phantom HPhantom
32561 status open
32562
32563 \begin_layout Plain Layout
32564
32565 \series bold
32566
32567 \backslash
32568 CD
32569 \begin_inset ERT
32570 status collapsed
32571
32572 \begin_layout Plain Layout
32573
32574
32575 \backslash
32576 leer 
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \end_inset
32585
32586 @AmAA@.@VV
32587 \backslash
32588 {V
32589 \series default
32590
32591 \begin_inset Formula $\to$
32592 \end_inset
32593
32594
32595 \series bold
32596 V@| Strg+Enter
32597 \begin_inset Newline newline
32598 \end_inset
32599
32600
32601 \begin_inset Phantom HPhantom
32602 status open
32603
32604 \begin_layout Plain Layout
32605
32606 \series bold
32607
32608 \backslash
32609 CD
32610 \begin_inset ERT
32611 status collapsed
32612
32613 \begin_layout Plain Layout
32614
32615
32616 \backslash
32617 leer 
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \end_inset
32626
32627 D@<<j<E@>k>>F@=C
32628 \end_layout
32629
32630 \begin_layout Subsection
32631 xymatrix Diagramme
32632 \begin_inset Index idx
32633 status collapsed
32634
32635 \begin_layout Plain Layout
32636 Diagramme ! xymatrix
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \end_layout
32643
32644 \begin_layout Standard
32645 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32646 \series bold
32647 xypic
32648 \series default
32649  installiert sein.
32650  Eine Xymatrix wird erstellt, indem der Befehl 
32651 \series bold
32652
32653 \backslash
32654 xymatrix
32655 \series default
32656  in eine Formel eingegeben wird.
32657  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32658  hinzufügen, siehe 
32659 \begin_inset CommandInset ref
32660 LatexCommand ref
32661 reference "sec:Matrizen"
32662
32663 \end_inset
32664
32665 .
32666 \end_layout
32667
32668 \begin_layout Standard
32669 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32670  gekrümmte Pfeile und vieles mehr.
32671  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32672  sind im Detail im 
32673 \emph on
32674 XY-pic-Handbuch
32675 \emph default
32676  erklärt, dass im Menü 
32677 \family sans
32678 Hilfe\SpecialChar \menuseparator
32679 Spezielle
32680 \begin_inset space ~
32681 \end_inset
32682
32683 Handbücher
32684 \family default
32685  zu finden ist.
32686 \end_layout
32687
32688 \begin_layout Subsection
32689
32690 \noun on
32691 Feynman
32692 \noun default
32693  Diagramme
32694 \begin_inset Index idx
32695 status collapsed
32696
32697 \begin_layout Plain Layout
32698 Diagramme ! Feynman
32699 \end_layout
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707 Um 
32708 \noun on
32709 Feynman-
32710 \noun default
32711 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32712 \series bold
32713 feyn
32714 \series default
32715  installiert sein.
32716  Ein 
32717 \noun on
32718 Feynman-
32719 \noun default
32720 Diagramm wird erstellt, indem der Befehl 
32721 \series bold
32722
32723 \backslash
32724 Diagram
32725 \series default
32726  in eine Formel eingegeben wird.
32727  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32728  hinzufügen, siehe 
32729 \begin_inset CommandInset ref
32730 LatexCommand ref
32731 reference "sec:Matrizen"
32732
32733 \end_inset
32734
32735 .
32736 \end_layout
32737
32738 \begin_layout Standard
32739 Beispiele wie man in LyX 
32740 \noun on
32741 Feynman-
32742 \noun default
32743 Diagramme erstellt sind im 
32744 \emph on
32745 Feynman-Diagramm Handbuch
32746 \emph default
32747  gegeben, dass im Menü 
32748 \family sans
32749 Hilfe\SpecialChar \menuseparator
32750 Spezielle
32751 \begin_inset space ~
32752 \end_inset
32753
32754 Handbücher
32755 \family default
32756  zu finden ist.
32757 \end_layout
32758
32759 \begin_layout Section
32760 Benutzerdefinierte Befehle
32761 \begin_inset CommandInset label
32762 LatexCommand label
32763 name "sec:Benutzerdefinierte-Befehle"
32764
32765 \end_inset
32766
32767
32768 \begin_inset Index idx
32769 status collapsed
32770
32771 \begin_layout Plain Layout
32772 benutzerdefinierte Befehle
32773 \end_layout
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \begin_layout Standard
32781 \begin_inset Note Greyedout
32782 status open
32783
32784 \begin_layout Plain Layout
32785
32786 \series bold
32787 Achtung: 
32788 \series default
32789 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32790 n Buchstaben bestehen.
32791 \end_layout
32792
32793 \end_inset
32794
32795
32796 \end_layout
32797
32798 \begin_layout Subsection
32799 Der Befehl 
32800 \backslash
32801 newcommand
32802 \begin_inset CommandInset label
32803 LatexCommand label
32804 name "sub:Der-Befehl-newcommand"
32805
32806 \end_inset
32807
32808
32809 \begin_inset Index idx
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813 benutzerdefinierte Befehle ! 
32814 \backslash
32815 newcommand
32816 \end_layout
32817
32818 \end_inset
32819
32820
32821 \begin_inset Index idx
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825 Befehle ! N ! 
32826 \backslash
32827 newcommand
32828 \end_layout
32829
32830 \end_inset
32831
32832
32833 \end_layout
32834
32835 \begin_layout Standard
32836 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
32837  Man kann sich aber mit dem Befehl 
32838 \series bold
32839
32840 \backslash
32841 newcommand
32842 \series default
32843  neue kürzere Befehle definieren.
32844 \end_layout
32845
32846 \begin_layout Standard
32847 Das Befehlsschema von 
32848 \series bold
32849
32850 \backslash
32851 newcommand
32852 \series default
32853  lautet:
32854 \end_layout
32855
32856 \begin_layout Standard
32857
32858 \series bold
32859
32860 \backslash
32861 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
32862 \series default
32863  
32864 \series bold
32865 Wert]
32866 \begin_inset Newline newline
32867 \end_inset
32868
32869
32870 \begin_inset Phantom HPhantom
32871 status open
32872
32873 \begin_layout Plain Layout
32874
32875 \series bold
32876
32877 \backslash
32878 newcommand
32879 \end_layout
32880
32881 \end_inset
32882
32883 {Befehlsdefinition}
32884 \end_layout
32885
32886 \begin_layout Standard
32887 \begin_inset Note Greyedout
32888 status open
32889
32890 \begin_layout Plain Layout
32891
32892 \series bold
32893 Achtung:
32894 \series default
32895  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
32896  oder von benutzten LaTeX-Paketen verwendet wird.
32897  Definiert man beispielsweise für 
32898 \series bold
32899
32900 \backslash
32901 Leftarrow
32902 \series default
32903  den Befehl 
32904 \series bold
32905
32906 \backslash
32907 le
32908 \series default
32909 , erhält man eine Fehlermeldung, denn 
32910 \series bold
32911
32912 \backslash
32913 le
32914 \series default
32915  ist schon für 
32916 \begin_inset Quotes gld
32917 \end_inset
32918
32919
32920 \begin_inset Formula $\le$
32921 \end_inset
32922
32923
32924 \begin_inset Quotes grd
32925 \end_inset
32926
32927  definiert.
32928 \end_layout
32929
32930 \end_inset
32931
32932
32933 \end_layout
32934
32935 \begin_layout Standard
32936 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
32937 \begin_inset space \thinspace{}
32938 \end_inset
32939
32940 -
32941 \begin_inset space \thinspace{}
32942 \end_inset
32943
32944 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
32945  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
32946  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
32947 \emph on
32948 erste
32949 \emph default
32950  Argument des neuen Befehls ein optionales ist.
32951 \end_layout
32952
32953 \begin_layout Standard
32954 Es folgen einige Beispiele:
32955 \end_layout
32956
32957 \begin_layout Itemize
32958 Will man für 
32959 \series bold
32960
32961 \backslash
32962 Longrightarrow
32963 \series default
32964  den Befehl 
32965 \series bold
32966
32967 \backslash
32968 gr
32969 \series default
32970  definieren, lautet die LaTeX-Vor\SpecialChar \-
32971 spannzeile:
32972 \begin_inset VSpace medskip
32973 \end_inset
32974
32975
32976 \begin_inset Newline newline
32977 \end_inset
32978
32979
32980 \series bold
32981
32982 \backslash
32983 newcommand{
32984 \backslash
32985 gr}{
32986 \backslash
32987 Longrightarrow}
32988 \end_layout
32989
32990 \begin_layout Itemize
32991 Um für den Befehl 
32992 \series bold
32993
32994 \backslash
32995 underline
32996 \series default
32997  den Befehl 
32998 \series bold
32999
33000 \backslash
33001 us
33002 \series default
33003  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33004  werden.
33005  Dazu sieht die Vorspannzeile wie folgt aus:
33006 \begin_inset VSpace medskip
33007 \end_inset
33008
33009
33010 \begin_inset Newline newline
33011 \end_inset
33012
33013
33014 \series bold
33015
33016 \backslash
33017 newcommand{
33018 \backslash
33019 us}[1]{
33020 \backslash
33021 underline{#1}}
33022 \series default
33023
33024 \begin_inset VSpace medskip
33025 \end_inset
33026
33027
33028 \begin_inset Newline newline
33029 \end_inset
33030
33031 Das Zeichen 
33032 \series bold
33033 #
33034 \series default
33035  fungiert als Argumentplatzhalter, die 
33036 \series bold
33037 1
33038 \series default
33039  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33040 \end_layout
33041
33042 \begin_layout Itemize
33043 Für 
33044 \series bold
33045
33046 \backslash
33047 framebox
33048 \series default
33049  kann man z.
33050 \begin_inset space \thinspace{}
33051 \end_inset
33052
33053 B.
33054  den Befehl 
33055 \series bold
33056
33057 \backslash
33058 fb
33059 \series default
33060  definieren:
33061 \begin_inset VSpace medskip
33062 \end_inset
33063
33064
33065 \begin_inset Newline newline
33066 \end_inset
33067
33068
33069 \series bold
33070
33071 \backslash
33072 newcommand{
33073 \backslash
33074 fb}[3]{
33075 \backslash
33076 framebox#1#2{$#3$}}
33077 \series default
33078
33079 \begin_inset VSpace medskip
33080 \end_inset
33081
33082
33083 \begin_inset Newline newline
33084 \end_inset
33085
33086 Die beiden Dollarzeichen erstellen hierbei die für 
33087 \series bold
33088
33089 \backslash
33090 framebox
33091 \series default
33092  geforderte weitere Formel, siehe 
33093 \begin_inset CommandInset ref
33094 LatexCommand ref
33095 reference "sub:Boxen-mit-Rahmen"
33096
33097 \end_inset
33098
33099 .
33100 \end_layout
33101
33102 \begin_layout Itemize
33103 Um einen neuen Befehl für 
33104 \series bold
33105
33106 \backslash
33107 fcolorbox
33108 \series default
33109  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33110  definiert man das Argument für die Farbe als optional:
33111 \begin_inset VSpace medskip
33112 \end_inset
33113
33114
33115 \begin_inset Newline newline
33116 \end_inset
33117
33118
33119 \series bold
33120
33121 \backslash
33122 newcommand{
33123 \backslash
33124 cb}[3][white]{
33125 \backslash
33126 fcolorbox{#2}{#1}{$#3$}}
33127 \series default
33128
33129 \begin_inset VSpace medskip
33130 \end_inset
33131
33132
33133 \begin_inset Newline newline
33134 \end_inset
33135
33136 Gibt man bei der Verwendung von 
33137 \series bold
33138
33139 \backslash
33140 cb
33141 \series default
33142  die Farbe nicht an, wird die voreingestellte Farbe 
33143 \series bold
33144 white
33145 \series default
33146  verwendet.
33147 \end_layout
33148
33149 \begin_layout Standard
33150 Ein Test der neu definierten Befehle:
33151 \end_layout
33152
33153 \begin_layout Standard
33154 \align center
33155 \begin_inset Tabular
33156 <lyxtabular version="3" rows="6" columns="2">
33157 <features tabularvalignment="middle">
33158 <column alignment="center" valignment="top" width="0">
33159 <column alignment="center" valignment="top" width="0">
33160 <row>
33161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33162 \begin_inset Text
33163
33164 \begin_layout Plain Layout
33165 Befehl
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33171 \begin_inset Text
33172
33173 \begin_layout Plain Layout
33174 Ergebnis
33175 \begin_inset Note Note
33176 status collapsed
33177
33178 \begin_layout Plain Layout
33179
33180 \series bold
33181
33182 \backslash
33183 raisebox
33184 \series default
33185  dient nur als Abstandhalter.
33186 \end_layout
33187
33188 \end_inset
33189
33190
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 </row>
33196 <row>
33197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33198 \begin_inset Text
33199
33200 \begin_layout Plain Layout
33201 A
33202 \backslash
33203 gr
33204 \begin_inset ERT
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208
33209
33210 \backslash
33211 leer 
33212 \end_layout
33213
33214 \end_inset
33215
33216 B
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225 \begin_inset Formula $A\gr B$
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 </row>
33234 <row>
33235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239
33240 \backslash
33241 us{ABcd
33242 \end_layout
33243
33244 \end_inset
33245 </cell>
33246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \end_inset
33257 </cell>
33258 </row>
33259 <row>
33260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33261 \begin_inset Text
33262
33263 \begin_layout Plain Layout
33264
33265 \backslash
33266 fb{[2cm]
33267 \begin_inset Formula $\to$
33268 \end_inset
33269
33270
33271 \backslash
33272 {
33273 \begin_inset Formula $\to$
33274 \end_inset
33275
33276
33277 \backslash
33278 {
33279 \backslash
33280 int
33281 \begin_inset ERT
33282 status collapsed
33283
33284 \begin_layout Plain Layout
33285
33286
33287 \backslash
33288 leer 
33289 \end_layout
33290
33291 \end_inset
33292
33293 A=B
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33299 \begin_inset Text
33300
33301 \begin_layout Plain Layout
33302 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33303 \end_inset
33304
33305
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 </row>
33311 <row>
33312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33313 \begin_inset Text
33314
33315 \begin_layout Plain Layout
33316
33317 \backslash
33318 cb{red
33319 \begin_inset Formula $\to$
33320 \end_inset
33321
33322
33323 \backslash
33324 {
33325 \backslash
33326 int
33327 \begin_inset ERT
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331
33332
33333 \backslash
33334 leer 
33335 \end_layout
33336
33337 \end_inset
33338
33339 A=B
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Plain Layout
33348 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 </row>
33357 <row>
33358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33359 \begin_inset Text
33360
33361 \begin_layout Plain Layout
33362
33363 \backslash
33364 cb[green]
33365 \backslash
33366 {red
33367 \begin_inset Formula $\to$
33368 \end_inset
33369
33370
33371 \backslash
33372 {
33373 \backslash
33374 int
33375 \begin_inset ERT
33376 status collapsed
33377
33378 \begin_layout Plain Layout
33379
33380
33381 \backslash
33382 leer 
33383 \end_layout
33384
33385 \end_inset
33386
33387 A=B
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33397 \end_inset
33398
33399
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 </row>
33405 </lyxtabular>
33406
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \begin_layout Subsection
33413 Mathe-Makros
33414 \begin_inset Index idx
33415 status collapsed
33416
33417 \begin_layout Plain Layout
33418 benutzerdefinierte Befehle ! Mathe-Makros
33419 \end_layout
33420
33421 \end_inset
33422
33423
33424 \begin_inset Index idx
33425 status collapsed
33426
33427 \begin_layout Plain Layout
33428 Makros
33429 \end_layout
33430
33431 \end_inset
33432
33433
33434 \end_layout
33435
33436 \begin_layout Standard
33437 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33438  Hat man es in einem Dokument z.
33439 \begin_inset space \thinspace{}
33440 \end_inset
33441
33442 B.
33443  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33444  auf.
33445  Die allgemeine Form einer quadratischen Gleichung ist
33446 \begin_inset Formula \[
33447 0=\lambda^{2}+p\lambda+q\]
33448
33449 \end_inset
33450
33451 Die allgemeine Form der Lösung lautet
33452 \begin_inset Formula \[
33453 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Standard
33461 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33462  drei Parameter 
33463 \begin_inset Formula $\lambda$
33464 \end_inset
33465
33466
33467 \begin_inset Formula $p$
33468 \end_inset
33469
33470  und 
33471 \begin_inset Formula $q$
33472 \end_inset
33473
33474  angegeben werden müssen und der Index von 
33475 \begin_inset Formula $\lambda$
33476 \end_inset
33477
33478  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33479 \begin_inset Newline newline
33480 \end_inset
33481
33482
33483 \series bold
33484
33485 \backslash
33486 newcommand{
33487 \backslash
33488 qG}[4][1,
33489 \backslash
33490 ,2]{#2_{#1}=-
33491 \backslash
33492 frac{#3}{2}
33493 \backslash
33494 pm
33495 \begin_inset Newline newline
33496 \end_inset
33497
33498
33499 \begin_inset Phantom HPhantom
33500 status open
33501
33502 \begin_layout Plain Layout
33503
33504 \series bold
33505
33506 \backslash
33507 newcommand
33508 \end_layout
33509
33510 \end_inset
33511
33512
33513 \backslash
33514 sqrt{
33515 \backslash
33516 frac{#3^{2}}{4}-#4}}
33517 \end_layout
33518
33519 \begin_layout Standard
33520 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33521  
33522 \begin_inset Newline newline
33523 \end_inset
33524
33525
33526 \series bold
33527
33528 \backslash
33529 qG{
33530 \backslash
33531 lambda
33532 \begin_inset Formula $\to$
33533 \end_inset
33534
33535
33536 \backslash
33537 {p
33538 \begin_inset Formula $\to$
33539 \end_inset
33540
33541
33542 \backslash
33543 {q 
33544 \series default
33545 ein.
33546 \end_layout
33547
33548 \begin_layout Standard
33549 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33550  aller verwendeten LaTeX-Befehle kennen, z.
33551 \begin_inset space \thinspace{}
33552 \end_inset
33553
33554 B.
33555  dass ein Bruch in LaTeX mit 
33556 \series bold
33557
33558 \backslash
33559 frac{Zähler}
33560 \begin_inset Newline linebreak
33561 \end_inset
33562
33563 {Nenner}
33564 \series default
33565  eingegeben wird.
33566  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33567  in LyX nicht sehen, was der neue Befehl macht.
33568  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33569  Mathe-Makros statt den Befehl 
33570 \series bold
33571
33572 \backslash
33573 newcommand
33574 \series default
33575  zu verwenden.
33576 \end_layout
33577
33578 \begin_layout Standard
33579 Ein Mathe-Makro wird erstellt, indem man das Menü 
33580 \family sans
33581 Einfügen\SpecialChar \menuseparator
33582 Mathe\SpecialChar \menuseparator
33583 Makro
33584 \family default
33585  oder den Werkzeugleistenknopf 
33586 \begin_inset Graphics
33587         filename ../../images/math-macro_newmacroname_newcommand.png
33588         scale 85
33589
33590 \end_inset
33591
33592  verwendet.
33593  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33594  Makro definiert wird:
33595 \begin_inset Newline newline
33596 \end_inset
33597
33598
33599 \lang english
33600
33601 \begin_inset space \hspace*{\fill}
33602 \end_inset
33603
33604
33605 \lang ngerman
33606
33607 \begin_inset Graphics
33608         filename ../clipart/macrobox.png
33609
33610 \end_inset
33611
33612
33613 \lang english
33614
33615 \begin_inset space \hspace*{\fill}
33616 \end_inset
33617
33618
33619 \lang ngerman
33620
33621 \begin_inset Newline newline
33622 \end_inset
33623
33624
33625 \begin_inset FormulaMacro
33626 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33627 \end_inset
33628
33629
33630 \backslash
33631 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33632  geändert werden sollte.
33633  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33634  Einen Argumentplatzhalter fügt man mit dem Befehl 
33635 \series bold
33636
33637 \backslash
33638 #Argumentnummer
33639 \series default
33640  ein, z.
33641 \begin_inset space \thinspace{}
33642 \end_inset
33643
33644 B.
33645  
33646 \series bold
33647
33648 \backslash
33649 #1
33650 \series default
33651  oder man verwendet den Makro-Werkzeugleistenknopf 
33652 \begin_inset Graphics
33653         filename ../../images/math-macro-add-param.png
33654         scale 85
33655
33656 \end_inset
33657
33658 .
33659  Argumentplatzhalter werden rot dargestellt.
33660  Es sind maximal 9 Argumente möglich.
33661  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33662 \begin_inset Graphics
33663         filename ../../images/math-macro-add-optional-param.png
33664         scale 85
33665
33666 \end_inset
33667
33668  erstellt.
33669  Mit dem Werkzeugleistenknopf 
33670 \begin_inset Graphics
33671         filename ../../images/math-macro-make-optional.png
33672         scale 85
33673
33674 \end_inset
33675
33676  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33677  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33678  werden soll.
33679  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33680  Kästchen leer lässt.
33681  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33682  einnimmt, kann man in das Kästchen z.
33683 \begin_inset space \thinspace{}
33684 \end_inset
33685
33686 B.
33687 \begin_inset Newline newline
33688 \end_inset
33689
33690
33691 \series bold
33692 qG: 
33693 \backslash
33694 #1
33695 \series default
33696  
33697 \series bold
33698 ,
33699 \series default
33700  
33701 \series bold
33702
33703 \backslash
33704 #2
33705 \series default
33706  
33707 \series bold
33708 ,
33709 \series default
33710  
33711 \series bold
33712
33713 \backslash
33714 #3, 
33715 \backslash
33716 #4
33717 \begin_inset Newline newline
33718 \end_inset
33719
33720
33721 \series default
33722 eingeben.
33723  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33724  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33725  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33726  wurde.
33727 \begin_inset Newline newline
33728 \end_inset
33729
33730 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33731  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33732 \family sans
33733 Ansicht\SpecialChar \menuseparator
33734 Mathe-Makro
33735 \begin_inset space ~
33736 \end_inset
33737
33738 auf/zuklappen
33739 \family default
33740  verwendet.
33741 \end_layout
33742
33743 \begin_layout Standard
33744 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33745  ein, in unserem Fall 
33746 \series bold
33747
33748 \backslash
33749 qG
33750 \series default
33751 .
33752  Unser Makro sieht in LyX folgendermaßen aus:
33753 \begin_inset Newline newline
33754 \end_inset
33755
33756
33757 \lang english
33758
33759 \begin_inset space \hspace*{\fill}
33760 \end_inset
33761
33762
33763 \lang ngerman
33764
33765 \begin_inset Graphics
33766         filename ../clipart/macrouse.png
33767
33768 \end_inset
33769
33770
33771 \lang english
33772
33773 \begin_inset space \hspace*{\fill}
33774 \end_inset
33775
33776
33777 \lang ngerman
33778
33779 \begin_inset Newline newline
33780 \end_inset
33781
33782 Hier ist unser Makro-Beispiel mit den Argumenten 
33783 \begin_inset Formula $x$
33784 \end_inset
33785
33786
33787 \begin_inset Formula $\ln(x)$
33788 \end_inset
33789
33790  und 
33791 \begin_inset Formula $B$
33792 \end_inset
33793
33794 :
33795 \end_layout
33796
33797 \begin_layout Standard
33798 \begin_inset Formula \[
33799 \qG x{\ln(x)}B\]
33800
33801 \end_inset
33802
33803
33804 \end_layout
33805
33806 \begin_layout Standard
33807 LyX bietet im Menü 
33808 \family sans
33809 Werkzeuge\SpecialChar \menuseparator
33810 Einstellungen\SpecialChar \menuseparator
33811 Bearbeiten\SpecialChar \menuseparator
33812 Kontrolle
33813 \family default
33814  verschiedene Bearbeitungsstile für Makros an.
33815  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
33816  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
33817  zu sehen.
33818 \end_layout
33819
33820 \begin_layout Standard
33821 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
33822 \series bold
33823
33824 \backslash
33825 new\SpecialChar \-
33826 command
33827 \series default
33828 -Befehl umgewandelt.
33829  Der 
33830 \series bold
33831
33832 \backslash
33833 newcommand
33834 \series default
33835 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
33836  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
33837  Makrodefinitionsbox befinden.
33838 \end_layout
33839
33840 \begin_layout Standard
33841 Mathe-Makros können auch direkt aus einem 
33842 \series bold
33843
33844 \backslash
33845 newcommand
33846 \series default
33847 -Befehl erstellt werden.
33848  Schreibt man z.
33849 \begin_inset space \thinspace{}
33850 \end_inset
33851
33852 B.
33853  den Befehl
33854 \series bold
33855
33856 \begin_inset Newline newline
33857 \end_inset
33858
33859
33860 \backslash
33861 newcommand{
33862 \backslash
33863 larrow}[2]{
33864 \backslash
33865 xleftarrow[#2]{#1}}
33866 \begin_inset Newline newline
33867 \end_inset
33868
33869
33870 \series default
33871 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
33872 zel 
33873 \family sans
33874 Strg+M
33875 \family default
33876 , wird der Befehl in ein Mathe-Makro umgewandelt.
33877  Bei dieser Methode muss man jedoch aufpassen, dass der 
33878 \series bold
33879
33880 \backslash
33881 newcommand
33882 \series default
33883 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
33884  erstellt, dass später LaTeX-Fehler hervorruft.
33885 \end_layout
33886
33887 \begin_layout Standard
33888 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
33889  Makrodefinition fehlerhaft behandelt werden.
33890  Dadurch kann das Beispiel 
33891 \series bold
33892
33893 \backslash
33894 fb
33895 \series default
33896  aus 
33897 \begin_inset CommandInset ref
33898 LatexCommand ref
33899 reference "sub:Der-Befehl-newcommand"
33900
33901 \end_inset
33902
33903  nicht als Makro erzeugt werden.
33904 \end_layout
33905
33906 \begin_layout Standard
33907 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
33908  in LyX angezeigt:
33909 \end_layout
33910
33911 \begin_layout Standard
33912 \begin_inset VSpace defskip
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \begin_inset Graphics
33920         filename ../clipart/MacroToolbar.png
33921
33922 \end_inset
33923
33924
33925 \begin_inset Index idx
33926 status collapsed
33927
33928 \begin_layout Plain Layout
33929 Makros ! Werkzeugleiste
33930 \end_layout
33931
33932 \end_inset
33933
33934
33935 \end_layout
33936
33937 \begin_layout Standard
33938 \begin_inset VSpace defskip
33939 \end_inset
33940
33941
33942 \end_layout
33943
33944 \begin_layout Standard
33945 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
33946 \end_layout
33947
33948 \begin_layout Standard
33949 \begin_inset VSpace defskip
33950 \end_inset
33951
33952
33953 \end_layout
33954
33955 \begin_layout Standard
33956 \begin_inset Tabular
33957 <lyxtabular version="3" rows="9" columns="2">
33958 <features islongtable="true" longtabularalignment="center">
33959 <column alignment="left" valignment="top" width="0">
33960 <column alignment="left" valignment="top" width="85col%">
33961 <row interlinespace="2.5mm">
33962 <cell alignment="center" valignment="top" usebox="none">
33963 \begin_inset Text
33964
33965 \begin_layout Plain Layout
33966 \begin_inset Graphics
33967         filename ../../images/math-macro-remove-param.png
33968         BoundingBox 0bp 5bp 20bp 25bp
33969         rotateOrigin center
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 <cell alignment="center" valignment="top" usebox="none">
33979 \begin_inset Text
33980
33981 \begin_layout Plain Layout
33982
33983 \family sans
33984 Bearbeiten\SpecialChar \menuseparator
33985 Mathe\SpecialChar \menuseparator
33986 Makro-Definition\SpecialChar \menuseparator
33987 Letztes Argument entfernen
33988 \end_layout
33989
33990 \end_inset
33991 </cell>
33992 </row>
33993 <row interlinespace="2.5mm">
33994 <cell alignment="center" valignment="top" usebox="none">
33995 \begin_inset Text
33996
33997 \begin_layout Plain Layout
33998 \begin_inset Graphics
33999         filename ../../images/math-macro-add-param.png
34000         BoundingBox 0bp 5bp 20bp 25bp
34001         rotateOrigin center
34002
34003 \end_inset
34004
34005
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 <cell alignment="center" valignment="top" usebox="none">
34011 \begin_inset Text
34012
34013 \begin_layout Plain Layout
34014
34015 \family sans
34016 Bearbeiten\SpecialChar \menuseparator
34017 Mathe\SpecialChar \menuseparator
34018 Makro-Definition\SpecialChar \menuseparator
34019 Argument hinzufügen
34020 \end_layout
34021
34022 \end_inset
34023 </cell>
34024 </row>
34025 <row interlinespace="2.5mm">
34026 <cell alignment="center" valignment="top" usebox="none">
34027 \begin_inset Text
34028
34029 \begin_layout Plain Layout
34030 \begin_inset Graphics
34031         filename ../../images/math-macro-make-optional.png
34032         BoundingBox 0bp 5bp 20bp 25bp
34033         rotateOrigin center
34034
34035 \end_inset
34036
34037
34038 \end_layout
34039
34040 \end_inset
34041 </cell>
34042 <cell alignment="center" valignment="top" usebox="none">
34043 \begin_inset Text
34044
34045 \begin_layout Plain Layout
34046
34047 \family sans
34048 Bearbeiten\SpecialChar \menuseparator
34049 Mathe\SpecialChar \menuseparator
34050 Makro-Definition\SpecialChar \menuseparator
34051 Das erste nicht-optionale
34052 \begin_inset Newline newline
34053 \end_inset
34054
34055
34056 \begin_inset Phantom HPhantom
34057 status open
34058
34059 \begin_layout Plain Layout
34060
34061 \family sans
34062 Bearbeiten\SpecialChar \menuseparator
34063 Mathe\SpecialChar \menuseparator
34064 Makro-Definition\SpecialChar \menuseparator
34065
34066 \end_layout
34067
34068 \end_inset
34069
34070 Argument in einen optionales
34071 \begin_inset Newline newline
34072 \end_inset
34073
34074
34075 \begin_inset Phantom HPhantom
34076 status open
34077
34078 \begin_layout Plain Layout
34079
34080 \family sans
34081 Bearbeiten\SpecialChar \menuseparator
34082 Mathe\SpecialChar \menuseparator
34083 Makro-Definition\SpecialChar \menuseparator
34084
34085 \end_layout
34086
34087 \end_inset
34088
34089 ändern
34090 \end_layout
34091
34092 \end_inset
34093 </cell>
34094 </row>
34095 <row interlinespace="2.5mm">
34096 <cell alignment="center" valignment="top" usebox="none">
34097 \begin_inset Text
34098
34099 \begin_layout Plain Layout
34100 \begin_inset Graphics
34101         filename ../../images/math-macro-make-nonoptional.png
34102         BoundingBox 0bp 5bp 20bp 25bp
34103         rotateOrigin center
34104
34105 \end_inset
34106
34107
34108 \end_layout
34109
34110 \end_inset
34111 </cell>
34112 <cell alignment="center" valignment="top" usebox="none">
34113 \begin_inset Text
34114
34115 \begin_layout Plain Layout
34116
34117 \family sans
34118 Bearbeiten\SpecialChar \menuseparator
34119 Mathe\SpecialChar \menuseparator
34120 Makro-Definition\SpecialChar \menuseparator
34121 Das letzte optionale Argument in
34122 \begin_inset Newline newline
34123 \end_inset
34124
34125
34126 \begin_inset Phantom HPhantom
34127 status open
34128
34129 \begin_layout Plain Layout
34130
34131 \family sans
34132 Bearbeiten\SpecialChar \menuseparator
34133 Mathe\SpecialChar \menuseparator
34134 Makro-Definition\SpecialChar \menuseparator
34135
34136 \end_layout
34137
34138 \end_inset
34139
34140 einen nicht-optionales ändern
34141 \end_layout
34142
34143 \end_inset
34144 </cell>
34145 </row>
34146 <row interlinespace="2.5mm">
34147 <cell alignment="center" valignment="top" usebox="none">
34148 \begin_inset Text
34149
34150 \begin_layout Plain Layout
34151 \begin_inset Graphics
34152         filename ../../images/math-macro-remove-optional-param.png
34153         BoundingBox 0bp 5bp 20bp 25bp
34154         rotateOrigin center
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 <cell alignment="center" valignment="top" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167
34168 \family sans
34169 Bearbeiten\SpecialChar \menuseparator
34170 Mathe\SpecialChar \menuseparator
34171 Makro-Definition\SpecialChar \menuseparator
34172 Optionales Argument entfernen
34173 \end_layout
34174
34175 \end_inset
34176 </cell>
34177 </row>
34178 <row interlinespace="2.5mm">
34179 <cell alignment="center" valignment="top" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Plain Layout
34183 \begin_inset Graphics
34184         filename ../../images/math-macro-add-optional-param.png
34185         BoundingBox 0bp 5bp 20bp 25bp
34186         rotateOrigin center
34187
34188 \end_inset
34189
34190
34191 \end_layout
34192
34193 \end_inset
34194 </cell>
34195 <cell alignment="center" valignment="top" usebox="none">
34196 \begin_inset Text
34197
34198 \begin_layout Plain Layout
34199
34200 \family sans
34201 Bearbeiten\SpecialChar \menuseparator
34202 Mathe\SpecialChar \menuseparator
34203 Makro-Definition\SpecialChar \menuseparator
34204 Optionales Argument einfügen
34205 \end_layout
34206
34207 \end_inset
34208 </cell>
34209 </row>
34210 <row interlinespace="2.5mm">
34211 <cell alignment="center" valignment="top" usebox="none">
34212 \begin_inset Text
34213
34214 \begin_layout Plain Layout
34215 \begin_inset Graphics
34216         filename ../../images/math-macro-remove-greedy-param.png
34217         BoundingBox 0bp 5bp 20bp 25bp
34218         rotateOrigin center
34219
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 <cell alignment="center" valignment="top" usebox="none">
34228 \begin_inset Text
34229
34230 \begin_layout Plain Layout
34231
34232 \family sans
34233 Bearbeiten\SpecialChar \menuseparator
34234 Mathe\SpecialChar \menuseparator
34235 Makro-Definition\SpecialChar \menuseparator
34236 Letztes Argument rechts entfernen
34237 \end_layout
34238
34239 \end_inset
34240 </cell>
34241 </row>
34242 <row interlinespace="2.5mm">
34243 <cell alignment="center" valignment="top" usebox="none">
34244 \begin_inset Text
34245
34246 \begin_layout Plain Layout
34247 \begin_inset Graphics
34248         filename ../../images/math-macro-append-greedy-param.png
34249         BoundingBox 0bp 5bp 20bp 25bp
34250         rotateOrigin center
34251
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \end_inset
34258 </cell>
34259 <cell alignment="center" valignment="top" usebox="none">
34260 \begin_inset Text
34261
34262 \begin_layout Plain Layout
34263
34264 \family sans
34265 Bearbeiten\SpecialChar \menuseparator
34266 Mathe\SpecialChar \menuseparator
34267 Makro-Definition\SpecialChar \menuseparator
34268 Argument von rechts hinzufügen
34269 \end_layout
34270
34271 \end_inset
34272 </cell>
34273 </row>
34274 <row interlinespace="2.5mm">
34275 <cell alignment="center" valignment="top" usebox="none">
34276 \begin_inset Text
34277
34278 \begin_layout Plain Layout
34279 \begin_inset Graphics
34280         filename ../../images/math-macro-add-greedy-optional-param.png
34281         BoundingBox 0bp 5bp 20bp 25bp
34282         rotateOrigin center
34283
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \end_inset
34290 </cell>
34291 <cell alignment="center" valignment="top" usebox="none">
34292 \begin_inset Text
34293
34294 \begin_layout Plain Layout
34295
34296 \family sans
34297 Bearbeiten\SpecialChar \menuseparator
34298 Mathe\SpecialChar \menuseparator
34299 Makro-Definition\SpecialChar \menuseparator
34300 Optionales Argument von rechts
34301 \begin_inset Newline newline
34302 \end_inset
34303
34304
34305 \begin_inset Phantom HPhantom
34306 status open
34307
34308 \begin_layout Plain Layout
34309
34310 \family sans
34311 Bearbeiten\SpecialChar \menuseparator
34312 Mathe\SpecialChar \menuseparator
34313 Makro-Definition\SpecialChar \menuseparator
34314
34315 \end_layout
34316
34317 \end_inset
34318
34319 hinzufügen
34320 \end_layout
34321
34322 \end_inset
34323 </cell>
34324 </row>
34325 </lyxtabular>
34326
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Standard
34333 \begin_inset Newpage newpage
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \begin_layout Section
34340 Tipps
34341 \begin_inset Index idx
34342 status collapsed
34343
34344 \begin_layout Plain Layout
34345 Tipps
34346 \end_layout
34347
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \begin_layout Subsection
34354 Negative Zahlen
34355 \begin_inset Index idx
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359 Zahlen ! negative
34360 \end_layout
34361
34362 \end_inset
34363
34364
34365 \end_layout
34366
34367 \begin_layout Standard
34368 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34369  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34370  dargestellt.
34371  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34372  Minuszeichen korrekt.
34373 \end_layout
34374
34375 \begin_layout Standard
34376 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34377  nicht mehr auf.
34378 \end_layout
34379
34380 \begin_layout Standard
34381 Ein Beispiel zur Veranschaulichung der Problematik:
34382 \end_layout
34383
34384 \begin_layout Standard
34385 \align center
34386 \begin_inset Tabular
34387 <lyxtabular version="3" rows="3" columns="2">
34388 <features tabularvalignment="middle">
34389 <column alignment="right" valignment="top" width="0">
34390 <column alignment="left" valignment="top" width="0">
34391 <row>
34392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34393 \begin_inset Text
34394
34395 \begin_layout Plain Layout
34396 normaler Text:
34397 \end_layout
34398
34399 \end_inset
34400 </cell>
34401 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34402 \begin_inset Text
34403
34404 \begin_layout Plain Layout
34405 x = -2
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 </row>
34411 <row>
34412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Plain Layout
34416 Formelmodus:
34417 \end_layout
34418
34419 \end_inset
34420 </cell>
34421 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Plain Layout
34425 \begin_inset Formula $x=-2$
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \end_inset
34432 </cell>
34433 </row>
34434 <row>
34435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34436 \begin_inset Text
34437
34438 \begin_layout Plain Layout
34439 Lösung:
34440 \end_layout
34441
34442 \end_inset
34443 </cell>
34444 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34445 \begin_inset Text
34446
34447 \begin_layout Plain Layout
34448 \begin_inset Formula $x=\textrm{-}2$
34449 \end_inset
34450
34451
34452 \end_layout
34453
34454 \end_inset
34455 </cell>
34456 </row>
34457 </lyxtabular>
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Subsection
34465 Komma als Dezimaltrennzeichen
34466 \begin_inset Index idx
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470 Komma
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \begin_layout Standard
34479 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34480  als Gruppentrennzeichen.
34481  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34482  eingefügt.
34483 \end_layout
34484
34485 \begin_layout Standard
34486 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34487  Text um (Tastenkürzel 
34488 \family sans
34489 Alt+M
34490 \begin_inset space ~
34491 \end_inset
34492
34493 M
34494 \family default
34495 ).
34496 \end_layout
34497
34498 \begin_layout Standard
34499 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34500  lädt man die Datei 
34501 \series bold
34502 icomma.sty
34503 \series default
34504
34505 \begin_inset Foot
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509
34510 \series bold
34511 icomma
34512 \series default
34513  ist Teil des LaTeX-Paketes 
34514 \series bold
34515 was
34516 \series default
34517
34518 \begin_inset Index idx
34519 status collapsed
34520
34521 \begin_layout Plain Layout
34522 Pakete ! was
34523 \begin_inset ERT
34524 status collapsed
34525
34526 \begin_layout Plain Layout
34527
34528
34529 \backslash
34530 vspace{4mm}
34531 \end_layout
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \end_inset
34539
34540 .
34541 \end_layout
34542
34543 \end_inset
34544
34545
34546 \begin_inset Index idx
34547 status collapsed
34548
34549 \begin_layout Plain Layout
34550 Pakete ! icomma
34551 \end_layout
34552
34553 \end_inset
34554
34555  mit der LaTeX-Vorspannzeile
34556 \end_layout
34557
34558 \begin_layout Standard
34559
34560 \series bold
34561
34562 \backslash
34563 usepackage{icomma}
34564 \end_layout
34565
34566 \begin_layout Subsection
34567 Physikalische Vektoren
34568 \begin_inset CommandInset label
34569 LatexCommand label
34570 name "sub:Physikalische-Vektoren"
34571
34572 \end_inset
34573
34574
34575 \begin_inset Index idx
34576 status collapsed
34577
34578 \begin_layout Plain Layout
34579 Vektoren ! physikalische
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \end_layout
34586
34587 \begin_layout Standard
34588 Vordefinierte Vektoren bietet das LaTeX-Paket 
34589 \series bold
34590 braket
34591 \series default
34592
34593 \begin_inset Index idx
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 Pakete ! braket
34598 \end_layout
34599
34600 \end_inset
34601
34602 , das mit der LaTeX-Vorspannzeile
34603 \end_layout
34604
34605 \begin_layout Standard
34606
34607 \series bold
34608
34609 \backslash
34610 usepackage{braket}
34611 \end_layout
34612
34613 \begin_layout Standard
34614 geladen wird.
34615 \begin_inset ERT
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619
34620
34621 \backslash
34622 ifbraket 
34623 \end_layout
34624
34625 \end_inset
34626
34627
34628 \begin_inset Note Note
34629 status open
34630
34631 \begin_layout Plain Layout
34632 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34633 \series bold
34634 braket
34635 \series default
34636  installiert ist:
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Standard
34645 \begin_inset Newpage newpage
34646 \end_inset
34647
34648
34649 \end_layout
34650
34651 \begin_layout Standard
34652 Folgende Befehle sind definiert:
34653 \end_layout
34654
34655 \begin_layout Standard
34656 \align center
34657 \begin_inset Tabular
34658 <lyxtabular version="3" rows="4" columns="2">
34659 <features tabularvalignment="middle">
34660 <column alignment="center" valignment="top" width="0">
34661 <column alignment="center" valignment="top" width="0">
34662 <row>
34663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34664 \begin_inset Text
34665
34666 \begin_layout Plain Layout
34667 Befehl
34668 \end_layout
34669
34670 \end_inset
34671 </cell>
34672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34673 \begin_inset Text
34674
34675 \begin_layout Plain Layout
34676 Ergebnis
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 </row>
34682 <row>
34683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34684 \begin_inset Text
34685
34686 \begin_layout Plain Layout
34687
34688 \backslash
34689 Bra{
34690 \backslash
34691 psi
34692 \end_layout
34693
34694 \end_inset
34695 </cell>
34696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700 \begin_inset Formula $\Bra{\psi}$
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \end_inset
34707 </cell>
34708 </row>
34709 <row>
34710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34711 \begin_inset Text
34712
34713 \begin_layout Plain Layout
34714
34715 \backslash
34716 Ket{
34717 \backslash
34718 psi
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 \begin_inset Formula $\Ket{\psi}$
34728 \end_inset
34729
34730
34731 \end_layout
34732
34733 \end_inset
34734 </cell>
34735 </row>
34736 <row>
34737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34738 \begin_inset Text
34739
34740 \begin_layout Plain Layout
34741
34742 \backslash
34743 Braket{
34744 \backslash
34745 psi|
34746 \backslash
34747 phi
34748 \end_layout
34749
34750 \end_inset
34751 </cell>
34752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34753 \begin_inset Text
34754
34755 \begin_layout Plain Layout
34756 \begin_inset Formula $\Braket{\psi|\phi}$
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \end_inset
34763 </cell>
34764 </row>
34765 </lyxtabular>
34766
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \begin_layout Standard
34773 Der Befehl 
34774 \series bold
34775
34776 \backslash
34777 Braket
34778 \series default
34779  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
34780  Klammern gesetzt werden:
34781 \begin_inset Formula \[
34782 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34783
34784 \end_inset
34785
34786
34787 \begin_inset ERT
34788 status collapsed
34789
34790 \begin_layout Plain Layout
34791
34792
34793 \backslash
34794 else 
34795 \end_layout
34796
34797 \end_inset
34798
34799
34800 \begin_inset Note Note
34801 status open
34802
34803 \begin_layout Plain Layout
34804 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34805 \series bold
34806 braket
34807 \series default
34808  nicht installiert ist:
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \end_layout
34815
34816 \begin_layout Standard
34817 Das LaTeX-Paket 
34818 \series bold
34819 braket 
34820 \series default
34821 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34822 \end_layout
34823
34824 \begin_layout Standard
34825 \begin_inset ERT
34826 status collapsed
34827
34828 \begin_layout Plain Layout
34829
34830
34831 \backslash
34832 fi 
34833 \end_layout
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Standard
34841 Der Effekt von 
34842 \series bold
34843
34844 \backslash
34845 Braket
34846 \series default
34847  kann auch mit dem Befehl 
34848 \series bold
34849
34850 \backslash
34851 middle
34852 \series default
34853  erzielt werden, der in 
34854 \begin_inset CommandInset ref
34855 LatexCommand ref
34856 reference "sub:Automatische-Klammergrößen"
34857
34858 \end_inset
34859
34860  beschrieben ist.
34861 \end_layout
34862
34863 \begin_layout Subsection
34864 Selbst definierte Brüche
34865 \begin_inset CommandInset label
34866 LatexCommand label
34867 name "sub:Selbstdefinierte-Brüche"
34868
34869 \end_inset
34870
34871
34872 \begin_inset Index idx
34873 status collapsed
34874
34875 \begin_layout Plain Layout
34876 Brüche ! selbstdefinierte
34877 \end_layout
34878
34879 \end_inset
34880
34881
34882 \end_layout
34883
34884 \begin_layout Standard
34885 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
34886 \series bold
34887
34888 \backslash
34889 genfrac
34890 \series default
34891
34892 \begin_inset Index idx
34893 status collapsed
34894
34895 \begin_layout Plain Layout
34896 Befehle ! G ! 
34897 \backslash
34898 genfrac
34899 \end_layout
34900
34901 \end_inset
34902
34903  in folgendem Schema:
34904 \end_layout
34905
34906 \begin_layout Standard
34907
34908 \series bold
34909
34910 \backslash
34911 genfrac{linke
34912 \series default
34913  
34914 \series bold
34915 Klammer}{rechte
34916 \series default
34917  
34918 \series bold
34919 Klammer}{Bruchstrichdicke}{Ansichtsstil}
34920 \begin_inset Newline newline
34921 \end_inset
34922
34923
34924 \begin_inset Phantom HPhantom
34925 status open
34926
34927 \begin_layout Plain Layout
34928
34929 \series bold
34930
34931 \backslash
34932 genfrac
34933 \end_layout
34934
34935 \end_inset
34936
34937 {Zähler}{Nenner}
34938 \end_layout
34939
34940 \begin_layout Standard
34941 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
34942 \begin_inset space \thinspace{}
34943 \end_inset
34944
34945 -
34946 \begin_inset space \thinspace{}
34947 \end_inset
34948
34949 3 angegeben.
34950 \end_layout
34951
34952 \begin_layout Standard
34953 \align center
34954 \begin_inset Tabular
34955 <lyxtabular version="3" rows="5" columns="2">
34956 <features tabularvalignment="middle">
34957 <column alignment="center" valignment="top" width="0">
34958 <column alignment="center" valignment="top" width="0">
34959 <row>
34960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34961 \begin_inset Text
34962
34963 \begin_layout Plain Layout
34964 Nummer
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973 Ansichtsstil
34974 \end_layout
34975
34976 \end_inset
34977 </cell>
34978 </row>
34979 <row>
34980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34981 \begin_inset Text
34982
34983 \begin_layout Plain Layout
34984 0
34985 \end_layout
34986
34987 \end_inset
34988 </cell>
34989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34990 \begin_inset Text
34991
34992 \begin_layout Plain Layout
34993 abgesetzte Formel
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 </row>
34999 <row>
35000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35001 \begin_inset Text
35002
35003 \begin_layout Plain Layout
35004 1
35005 \end_layout
35006
35007 \end_inset
35008 </cell>
35009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013 eingebettete Formel
35014 \end_layout
35015
35016 \end_inset
35017 </cell>
35018 </row>
35019 <row>
35020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024 2
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35030 \begin_inset Text
35031
35032 \begin_layout Plain Layout
35033 klein
35034 \end_layout
35035
35036 \end_inset
35037 </cell>
35038 </row>
35039 <row>
35040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35041 \begin_inset Text
35042
35043 \begin_layout Plain Layout
35044 3
35045 \end_layout
35046
35047 \end_inset
35048 </cell>
35049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35050 \begin_inset Text
35051
35052 \begin_layout Plain Layout
35053 winzig
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 </row>
35059 </lyxtabular>
35060
35061 \end_inset
35062
35063
35064 \end_layout
35065
35066 \begin_layout Standard
35067 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35068  
35069 \series bold
35070
35071 \backslash
35072 frac
35073 \series default
35074  der Umgebung an.
35075 \end_layout
35076
35077 \begin_layout Standard
35078 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35079  0.4
35080 \begin_inset space \thinspace{}
35081 \end_inset
35082
35083 pt verwendet.
35084 \end_layout
35085
35086 \begin_layout Standard
35087 \begin_inset VSpace medskip
35088 \end_inset
35089
35090 Zum Beispiel sind die Befehle 
35091 \series bold
35092
35093 \backslash
35094 dfrac
35095 \series default
35096  und 
35097 \series bold
35098
35099 \backslash
35100 tbinom
35101 \series default
35102  aus 
35103 \begin_inset CommandInset ref
35104 LatexCommand ref
35105 reference "sub:Brüche"
35106
35107 \end_inset
35108
35109  folgendermaßen definiert:
35110 \end_layout
35111
35112 \begin_layout Standard
35113
35114 \series bold
35115
35116 \backslash
35117 newcommand{
35118 \backslash
35119 dfrac}[2]{
35120 \backslash
35121 genfrac{}{}{}{0}{#1}{#2}}
35122 \end_layout
35123
35124 \begin_layout Standard
35125 und
35126 \end_layout
35127
35128 \begin_layout Standard
35129
35130 \series bold
35131
35132 \backslash
35133 newcommand{
35134 \backslash
35135 tbinom}[2]{
35136 \backslash
35137 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35138 \end_layout
35139
35140 \begin_layout Standard
35141 \begin_inset VSpace medskip
35142 \end_inset
35143
35144 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35145  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35146 \end_layout
35147
35148 \begin_layout Standard
35149
35150 \series bold
35151
35152 \backslash
35153 newcommand{
35154 \backslash
35155 fracS}[3][]{
35156 \backslash
35157 genfrac{}{}{#1}{}{#2}{#3}}
35158 \end_layout
35159
35160 \begin_layout Standard
35161 Dazu ein Test:
35162 \begin_inset Formula \begin{align*}
35163 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35164 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35165 \end{align*}
35166
35167 \end_inset
35168
35169 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35170  in etwa der dreifachen Strichdicke.
35171 \end_layout
35172
35173 \begin_layout Subsection
35174 Durchgestrichene Formeln
35175 \begin_inset Index idx
35176 status collapsed
35177
35178 \begin_layout Plain Layout
35179 Formel ! durchgestrichene
35180 \end_layout
35181
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \begin_layout Standard
35188 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35189 \series bold
35190 cancel
35191 \series default
35192
35193 \begin_inset Index idx
35194 status collapsed
35195
35196 \begin_layout Plain Layout
35197 Pakete ! cancel
35198 \end_layout
35199
35200 \end_inset
35201
35202  mit der LaTeX-Vorspannzeile
35203 \end_layout
35204
35205 \begin_layout Standard
35206
35207 \series bold
35208
35209 \backslash
35210 usepackage[samesize]{cancel}
35211 \end_layout
35212
35213 \begin_layout Standard
35214 geladen werden.
35215 \end_layout
35216
35217 \begin_layout Standard
35218 \begin_inset ERT
35219 status collapsed
35220
35221 \begin_layout Plain Layout
35222
35223
35224 \backslash
35225 ifcancel 
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \begin_inset Note Note
35232 status open
35233
35234 \begin_layout Plain Layout
35235 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35236 \series bold
35237 cancel
35238 \series default
35239  installiert ist:
35240 \end_layout
35241
35242 \end_inset
35243
35244
35245 \end_layout
35246
35247 \begin_layout Standard
35248 Es gibt vier verschiedene Arten durchzustreichen:
35249 \end_layout
35250
35251 \begin_layout Standard
35252 \align center
35253 \begin_inset Tabular
35254 <lyxtabular version="3" rows="5" columns="2">
35255 <features tabularvalignment="middle">
35256 <column alignment="center" valignment="top" width="0">
35257 <column alignment="center" valignment="top" width="0">
35258 <row>
35259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35260 \begin_inset Text
35261
35262 \begin_layout Plain Layout
35263 Befehl
35264 \end_layout
35265
35266 \end_inset
35267 </cell>
35268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35269 \begin_inset Text
35270
35271 \begin_layout Plain Layout
35272 Ergebnis
35273 \begin_inset Note Note
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277 Der Leerraum und 
35278 \series bold
35279
35280 \backslash
35281 raisebox
35282 \series default
35283  dienen nur als Abstandhalter.
35284 \end_layout
35285
35286 \end_inset
35287
35288
35289 \end_layout
35290
35291 \end_inset
35292 </cell>
35293 </row>
35294 <row>
35295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35296 \begin_inset Text
35297
35298 \begin_layout Plain Layout
35299
35300 \backslash
35301 cancel{
35302 \backslash
35303 int
35304 \begin_inset ERT
35305 status collapsed
35306
35307 \begin_layout Plain Layout
35308
35309
35310 \backslash
35311 leer 
35312 \end_layout
35313
35314 \end_inset
35315
35316 A=B
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35322 \begin_inset Text
35323
35324 \begin_layout Plain Layout
35325 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35326 \end_inset
35327
35328
35329 \end_layout
35330
35331 \end_inset
35332 </cell>
35333 </row>
35334 <row>
35335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35336 \begin_inset Text
35337
35338 \begin_layout Plain Layout
35339
35340 \backslash
35341 bcancel{
35342 \backslash
35343 int
35344 \begin_inset ERT
35345 status collapsed
35346
35347 \begin_layout Plain Layout
35348
35349
35350 \backslash
35351 leer 
35352 \end_layout
35353
35354 \end_inset
35355
35356 A=B
35357 \end_layout
35358
35359 \end_inset
35360 </cell>
35361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35362 \begin_inset Text
35363
35364 \begin_layout Plain Layout
35365 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35366 \end_inset
35367
35368
35369 \end_layout
35370
35371 \end_inset
35372 </cell>
35373 </row>
35374 <row>
35375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35376 \begin_inset Text
35377
35378 \begin_layout Plain Layout
35379
35380 \backslash
35381 xcancel{
35382 \backslash
35383 int
35384 \begin_inset ERT
35385 status collapsed
35386
35387 \begin_layout Plain Layout
35388
35389
35390 \backslash
35391 leer 
35392 \end_layout
35393
35394 \end_inset
35395
35396 A=B
35397 \end_layout
35398
35399 \end_inset
35400 </cell>
35401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35402 \begin_inset Text
35403
35404 \begin_layout Plain Layout
35405 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \end_inset
35412 </cell>
35413 </row>
35414 <row>
35415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35416 \begin_inset Text
35417
35418 \begin_layout Plain Layout
35419
35420 \backslash
35421 cancelto{1
35422 \begin_inset Formula $\to$
35423 \end_inset
35424
35425
35426 \backslash
35427 {
35428 \backslash
35429 int
35430 \begin_inset ERT
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434
35435
35436 \backslash
35437 leer 
35438 \end_layout
35439
35440 \end_inset
35441
35442 A=B
35443 \end_layout
35444
35445 \end_inset
35446 </cell>
35447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35448 \begin_inset Text
35449
35450 \begin_layout Plain Layout
35451 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \end_inset
35458 </cell>
35459 </row>
35460 </lyxtabular>
35461
35462 \end_inset
35463
35464
35465 \end_layout
35466
35467 \begin_layout Standard
35468
35469 \series bold
35470
35471 \backslash
35472 cancelto
35473 \series default
35474  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35475  will:
35476 \begin_inset Formula \[
35477 \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}}}\]
35478
35479 \end_inset
35480
35481
35482 \end_layout
35483
35484 \begin_layout Standard
35485 \begin_inset ERT
35486 status collapsed
35487
35488 \begin_layout Plain Layout
35489
35490
35491 \backslash
35492 else 
35493 \end_layout
35494
35495 \end_inset
35496
35497
35498 \begin_inset Note Note
35499 status open
35500
35501 \begin_layout Plain Layout
35502 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35503 \series bold
35504 cancel
35505 \series default
35506  nicht installiert ist:
35507 \end_layout
35508
35509 \end_inset
35510
35511
35512 \end_layout
35513
35514 \begin_layout Standard
35515 Das LaTeX-Paket 
35516 \series bold
35517 cancel 
35518 \series default
35519 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35520 \end_layout
35521
35522 \begin_layout Standard
35523 \begin_inset ERT
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527
35528
35529 \backslash
35530 fi 
35531 \end_layout
35532
35533 \end_inset
35534
35535
35536 \end_layout
35537
35538 \begin_layout Subsection
35539 Formeln in Überschriften
35540 \begin_inset CommandInset label
35541 LatexCommand label
35542 name "sub:Formeln-in-Überschriften"
35543
35544 \end_inset
35545
35546
35547 \begin_inset Index idx
35548 status collapsed
35549
35550 \begin_layout Plain Layout
35551 Formel ! in Überschriften
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \end_layout
35558
35559 \begin_layout Standard
35560 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35561 \end_layout
35562
35563 \begin_layout Standard
35564 \begin_inset Note Greyedout
35565 status open
35566
35567 \begin_layout Plain Layout
35568 Verwendet man 
35569 \series bold
35570 hyperref
35571 \series default
35572
35573 \begin_inset Index idx
35574 status collapsed
35575
35576 \begin_layout Plain Layout
35577 Pakete ! hyperref
35578 \end_layout
35579
35580 \end_inset
35581
35582  Unterstützung im den Dokumenteinstellungen unter 
35583 \family sans
35584 PDF-Eigenschaften
35585 \family default
35586 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35587  erzeugt.
35588  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35589  dargestellt.
35590  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35591 \end_layout
35592
35593 \end_inset
35594
35595
35596 \end_layout
35597
35598 \begin_layout Standard
35599 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35600  Kurztitel über das Menü 
35601 \family sans
35602 Einfügen\SpecialChar \menuseparator
35603 Kurztitel
35604 \family default
35605  einfügt.
35606  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35607  um das Inhaltsverzeichnis übersichtlich zu halten.
35608  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35609 chen.
35610 \end_layout
35611
35612 \begin_layout Standard
35613 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35614 \series bold
35615 hyperref
35616 \series default
35617 , verwendet man im TeX-Modus den Befehl
35618 \end_layout
35619
35620 \begin_layout Standard
35621
35622 \series bold
35623
35624 \backslash
35625 texorpdfstring{Teil}{Alternative}
35626 \begin_inset Index idx
35627 status collapsed
35628
35629 \begin_layout Plain Layout
35630 Befehle ! T ! 
35631 \backslash
35632 texorpdfstring
35633 \end_layout
35634
35635 \end_inset
35636
35637
35638 \end_layout
35639
35640 \begin_layout Standard
35641 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35642  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35643  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35644  soll.
35645 \end_layout
35646
35647 \begin_layout Standard
35648 Es folgen zwei Beispielüberschriften:
35649 \begin_inset VSpace -3mm
35650 \end_inset
35651
35652
35653 \begin_inset ERT
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657
35658
35659 \backslash
35660 boldmath 
35661 \end_layout
35662
35663 \end_inset
35664
35665
35666 \end_layout
35667
35668 \begin_layout Subsubsection
35669 Überschrift ohne Formel im Inhaltsverzeichnis 
35670 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35671 \end_inset
35672
35673
35674 \begin_inset Argument
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678 Überschrift ohne Formel im Inhaltsverzeichnis
35679 \end_layout
35680
35681 \end_inset
35682
35683
35684 \end_layout
35685
35686 \begin_layout Subsubsection
35687 Überschrift mit Formel im Inhaltsverzeichnis
35688 \begin_inset ERT
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692
35693
35694 \backslash
35695 texorpdfstring{
35696 \end_layout
35697
35698 \end_inset
35699
35700  
35701 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35702 \end_inset
35703
35704
35705 \begin_inset ERT
35706 status collapsed
35707
35708 \begin_layout Plain Layout
35709
35710 }{}
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Standard
35719 \begin_inset ERT
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724
35725 \backslash
35726 unboldmath 
35727 \end_layout
35728
35729 \end_inset
35730
35731 In der ersten Überschrift wurde ein Kurztitel verwendet.
35732  In der zweiten 
35733 \series bold
35734
35735 \backslash
35736 texorpdfstring
35737 \series default
35738 .
35739 \end_layout
35740
35741 \begin_layout Standard
35742 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
35743  die komplette Überschrift in eine 
35744 \series bold
35745 boldmath
35746 \series default
35747 -Umgebung
35748 \begin_inset Foot
35749 status collapsed
35750
35751 \begin_layout Plain Layout
35752 siehe 
35753 \begin_inset CommandInset ref
35754 LatexCommand ref
35755 reference "sub:Fett-gedruckte-Formeln"
35756
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \end_inset
35763
35764  gesetzt.
35765 \end_layout
35766
35767 \begin_layout Subsection
35768 Formeln im mehrspaltigen Text
35769 \begin_inset Index idx
35770 status collapsed
35771
35772 \begin_layout Plain Layout
35773 Formel ! im mehrspaltigen Text
35774 \end_layout
35775
35776 \end_inset
35777
35778
35779 \end_layout
35780
35781 \begin_layout Standard
35782 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
35783  müssen daher über die gesamte Seitenbreite gesetzt werden.
35784  Dazu verwendet man das LaTeX-Paket 
35785 \series bold
35786 multicol
35787 \series default
35788
35789 \begin_inset Foot
35790 status collapsed
35791
35792 \begin_layout Plain Layout
35793
35794 \series bold
35795 multicol
35796 \series default
35797  ist Teil jeder LaTeX-Standardinstallation.
35798 \end_layout
35799
35800 \end_inset
35801
35802
35803 \begin_inset Index idx
35804 status collapsed
35805
35806 \begin_layout Plain Layout
35807 Pakete ! multicol
35808 \end_layout
35809
35810 \end_inset
35811
35812 , das mit der LaTeX-Vorspannzeile
35813 \end_layout
35814
35815 \begin_layout Standard
35816
35817 \series bold
35818
35819 \backslash
35820 usepackage{multicol}
35821 \end_layout
35822
35823 \begin_layout Standard
35824 geladen wird.
35825 \end_layout
35826
35827 \begin_layout Standard
35828 \begin_inset Note Greyedout
35829 status open
35830
35831 \begin_layout Plain Layout
35832 Dabei ist zu beachten, dass im Menü 
35833 \family sans
35834 Dokument\SpecialChar \menuseparator
35835 Einstellungen
35836 \family default
35837  unter 
35838 \family sans
35839 Textformat
35840 \family default
35841  
35842 \emph on
35843 nicht
35844 \emph default
35845  
35846 \family sans
35847 Zweispaltiges
35848 \begin_inset space ~
35849 \end_inset
35850
35851 Dokument
35852 \family default
35853  ausgewählt sein darf.
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \begin_layout Standard
35862 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
35863 \end_layout
35864
35865 \begin_layout Standard
35866
35867 \series bold
35868
35869 \backslash
35870 begin{multicols}{Spaltenanzahl}
35871 \end_layout
35872
35873 \begin_layout Standard
35874 wobei die Spaltenanzahl eine Zahl im Bereich 2
35875 \begin_inset space \thinspace{}
35876 \end_inset
35877
35878 -
35879 \begin_inset space \thinspace{}
35880 \end_inset
35881
35882 10 ist.
35883  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
35884 \end_layout
35885
35886 \begin_layout Standard
35887
35888 \series bold
35889
35890 \backslash
35891 end{multicols}
35892 \end_layout
35893
35894 \begin_layout Standard
35895 der im TeX-Modus eingegeben wird.
35896 \end_layout
35897
35898 \begin_layout Standard
35899 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35900  Um dies rückgängig zu machen, fügt man vor der Formel -6
35901 \begin_inset space \thinspace{}
35902 \end_inset
35903
35904 mm vertikalen Leerraum ein.
35905  Ist der Formelstil 
35906 \series bold
35907 Eingerückt
35908 \begin_inset Foot
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912 Formelstile siehe 
35913 \begin_inset CommandInset ref
35914 LatexCommand ref
35915 reference "sec:Formelstile"
35916
35917 \end_inset
35918
35919
35920 \end_layout
35921
35922 \end_inset
35923
35924
35925 \series default
35926  gewählt, fügt man stattdessen -9
35927 \begin_inset space \thinspace{}
35928 \end_inset
35929
35930 mm Leerraum ein.
35931 \end_layout
35932
35933 \begin_layout Standard
35934 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35935 \end_layout
35936
35937 \begin_layout Standard
35938 \begin_inset ERT
35939 status collapsed
35940
35941 \begin_layout Plain Layout
35942
35943
35944 \backslash
35945 begin{multicols}{2}
35946 \end_layout
35947
35948 \end_inset
35949
35950 Das Spektrum wird fouriertransformiert.
35951  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35952 , Lösungsmittel) zu trennen.
35953  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35954  nun das Aussehen des Ausgangssignals.
35955  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35956  über alle Phasen integrieren muss.
35957  Sei nun 
35958 \begin_inset Formula $S$
35959 \end_inset
35960
35961  unser normiertes Ausgangssignal und 
35962 \begin_inset Formula $P$
35963 \end_inset
35964
35965  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35966 \begin_inset ERT
35967 status collapsed
35968
35969 \begin_layout Plain Layout
35970
35971
35972 \backslash
35973 end{multicols}
35974 \end_layout
35975
35976 \end_inset
35977
35978
35979 \begin_inset VSpace -6mm
35980 \end_inset
35981
35982
35983 \begin_inset Formula \begin{equation}
35984 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35985
35986 \end_inset
35987
35988
35989 \begin_inset ERT
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993
35994
35995 \backslash
35996 begin{multicols}{2}
35997 \end_layout
35998
35999 \end_inset
36000
36001 wobei 
36002 \begin_inset Formula $S_{0}$
36003 \end_inset
36004
36005  das Signal ohne Gradient ist und die Normierungsbedingung 
36006 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36007 \end_inset
36008
36009  gilt.
36010  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36011  Direkt nach dem 
36012 \begin_inset Formula $\nicefrac{\pi}{2}$
36013 \end_inset
36014
36015
36016 \begin_inset space \thinspace{}
36017 \end_inset
36018
36019 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36020  das Signal zusätzlich abschwächt.
36021  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36022  
36023 \begin_inset Formula $T_{2}$
36024 \end_inset
36025
36026 -Zeit.
36027 \end_layout
36028
36029 \begin_layout Standard
36030 \begin_inset ERT
36031 status collapsed
36032
36033 \begin_layout Plain Layout
36034
36035
36036 \backslash
36037 end{multicols}
36038 \end_layout
36039
36040 \end_inset
36041
36042  
36043 \end_layout
36044
36045 \begin_layout Subsection
36046 Formeln mit Beschreibung der Variablen
36047 \begin_inset Index idx
36048 status collapsed
36049
36050 \begin_layout Plain Layout
36051 Formel ! mit Variablenbeschreibung
36052 \end_layout
36053
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \begin_layout Standard
36060 Möchte man wie in Formel 
36061 \begin_inset CommandInset ref
36062 LatexCommand eqref
36063 reference "eq:innerhalb"
36064
36065 \end_inset
36066
36067 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36068 \series bold
36069 ×
36070 \series default
36071
36072 \begin_inset Formula $n$
36073 \end_inset
36074
36075
36076 \begin_inset space ~
36077 \end_inset
36078
36079 Matrix mit links ausgerichteten Spalten für die verwendeten 
36080 \begin_inset Formula $n$
36081 \end_inset
36082
36083  Variablen.
36084 \begin_inset Foot
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088 Matrizen siehe 
36089 \begin_inset CommandInset ref
36090 LatexCommand ref
36091 reference "sec:Matrizen"
36092
36093 \end_inset
36094
36095
36096 \end_layout
36097
36098 \end_inset
36099
36100  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36101 \begin_inset space \thinspace{}
36102 \end_inset
36103
36104 B.
36105  den Befehl 
36106 \series bold
36107
36108 \backslash
36109 footnotesize
36110 \series default
36111  ein.
36112 \begin_inset Foot
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116 Schriftgrößen siehe 
36117 \begin_inset CommandInset ref
36118 LatexCommand ref
36119 reference "sub:Schriftgrößen"
36120
36121 \end_inset
36122
36123
36124 \end_layout
36125
36126 \end_inset
36127
36128
36129 \end_layout
36130
36131 \begin_layout Standard
36132 Wird der Formelstil 
36133 \series bold
36134 Eingerückt
36135 \begin_inset Foot
36136 status collapsed
36137
36138 \begin_layout Plain Layout
36139 Formelstile siehe 
36140 \begin_inset CommandInset ref
36141 LatexCommand ref
36142 reference "sec:Formelstile"
36143
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \end_inset
36150
36151
36152 \series default
36153  verwendet, fügt man vor und nach der Matrix ein 
36154 \series bold
36155
36156 \backslash
36157 hfill
36158 \series default
36159
36160 \begin_inset Foot
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164
36165 \series bold
36166
36167 \backslash
36168 hfill
36169 \series default
36170  wirkt nur in Formeln mit dem Stil 
36171 \series bold
36172 Eingerückt
36173 \series default
36174 , siehe 
36175 \begin_inset CommandInset ref
36176 LatexCommand ref
36177 reference "sub:Variabler-Leerraum"
36178
36179 \end_inset
36180
36181 .
36182 \end_layout
36183
36184 \end_inset
36185
36186  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36187  gleich ist.
36188 \end_layout
36189
36190 \begin_layout Standard
36191 Ist der Formelstil 
36192 \series bold
36193 Zentriert
36194 \series default
36195  gewählt, nutzt man die in 
36196 \begin_inset CommandInset ref
36197 LatexCommand ref
36198 reference "sub:Flalign-Umgebung"
36199
36200 \end_inset
36201
36202  beschriebene Möglichkeit, Formeln einzurücken.
36203  Formel 
36204 \begin_inset CommandInset ref
36205 LatexCommand eqref
36206 reference "eq:innerhalb"
36207
36208 \end_inset
36209
36210  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36211  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36212 \begin_inset Formula \begin{flalign}
36213 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36214 \rho & \textrm{Dichte}\\
36215 V & \textrm{Volumen}\\
36216 g & \textrm{Fallbeschleunigung}
36217 \end{array} &  & {}\label{eq:innerhalb}\end{flalign}
36218
36219 \end_inset
36220
36221
36222 \end_layout
36223
36224 \begin_layout Subsection
36225 Aufrechte kleine griechische Buchstaben
36226 \begin_inset CommandInset label
36227 LatexCommand label
36228 name "sub:Aufrechte-kleine-griechische"
36229
36230 \end_inset
36231
36232
36233 \begin_inset Index idx
36234 status collapsed
36235
36236 \begin_layout Plain Layout
36237 griechische Buchstaben ! aufrechte
36238 \end_layout
36239
36240 \end_inset
36241
36242
36243 \end_layout
36244
36245 \begin_layout Standard
36246 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36247  zur Verfügung.
36248  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36249  aufrechte griechische Buchstaben benötigt.
36250  Die Datei 
36251 \series bold
36252 upgreek.sty
36253 \series default
36254
36255 \begin_inset Foot
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259
36260 \series bold
36261 upgreek
36262 \series default
36263  ist Teil des LaTeX-Paketes 
36264 \series bold
36265 was
36266 \series default
36267
36268 \begin_inset Index idx
36269 status collapsed
36270
36271 \begin_layout Plain Layout
36272 Pakete ! was
36273 \begin_inset ERT
36274 status collapsed
36275
36276 \begin_layout Plain Layout
36277
36278
36279 \backslash
36280 vspace{4mm}
36281 \end_layout
36282
36283 \end_inset
36284
36285
36286 \end_layout
36287
36288 \end_inset
36289
36290 .
36291 \end_layout
36292
36293 \end_inset
36294
36295
36296 \begin_inset Index idx
36297 status collapsed
36298
36299 \begin_layout Plain Layout
36300 Pakete ! upgreek
36301 \end_layout
36302
36303 \end_inset
36304
36305 , die mit der LaTeX-Vorspannzeile
36306 \end_layout
36307
36308 \begin_layout Standard
36309
36310 \series bold
36311
36312 \backslash
36313 usepackage{upgreek}
36314 \end_layout
36315
36316 \begin_layout Standard
36317 geladen wird, stellt diese Buchstaben zur Verfügung.
36318  
36319 \begin_inset ERT
36320 status collapsed
36321
36322 \begin_layout Plain Layout
36323
36324
36325 \backslash
36326 ifupgreek 
36327 \end_layout
36328
36329 \end_inset
36330
36331
36332 \begin_inset Note Note
36333 status open
36334
36335 \begin_layout Plain Layout
36336 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36337 \series bold
36338 upgreek
36339 \series default
36340  installiert ist:
36341 \end_layout
36342
36343 \end_inset
36344
36345  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36346  
36347 \series bold
36348 up
36349 \series default
36350  begonnen wird.
36351  So erzeugt z.
36352 \begin_inset space \thinspace{}
36353 \end_inset
36354
36355 B.
36356  der Befehl 
36357 \series bold
36358
36359 \backslash
36360 uptau
36361 \series default
36362  dies: 
36363 \begin_inset Formula $\uptau$
36364 \end_inset
36365
36366
36367 \end_layout
36368
36369 \begin_layout Standard
36370 Damit kann man Elementarteilchenreaktionen erstellen:
36371 \begin_inset Formula \[
36372 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36373
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \begin_layout Standard
36380 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36381  Sie sollten daher nicht für Einheiten wie 
36382 \begin_inset Quotes gld
36383 \end_inset
36384
36385 µm
36386 \begin_inset Quotes grd
36387 \end_inset
36388
36389  verwendet werden.
36390 \end_layout
36391
36392 \begin_layout Standard
36393 \begin_inset ERT
36394 status collapsed
36395
36396 \begin_layout Plain Layout
36397
36398
36399 \backslash
36400 else 
36401 \end_layout
36402
36403 \end_inset
36404
36405
36406 \begin_inset Note Note
36407 status open
36408
36409 \begin_layout Plain Layout
36410 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36411 \series bold
36412 upgreek
36413 \series default
36414  nicht installiert ist:
36415 \end_layout
36416
36417 \end_inset
36418
36419
36420 \end_layout
36421
36422 \begin_layout Standard
36423 Das LaTeX-Paket 
36424 \series bold
36425 upgreek 
36426 \series default
36427 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36428 \end_layout
36429
36430 \begin_layout Standard
36431 \begin_inset ERT
36432 status collapsed
36433
36434 \begin_layout Plain Layout
36435
36436
36437 \backslash
36438 fi 
36439 \end_layout
36440
36441 \end_inset
36442
36443
36444 \end_layout
36445
36446 \begin_layout Subsection
36447 Textzeichen in Formeln
36448 \begin_inset CommandInset label
36449 LatexCommand label
36450 name "sub:Textzeichen-in-Formeln"
36451
36452 \end_inset
36453
36454
36455 \begin_inset Index idx
36456 status collapsed
36457
36458 \begin_layout Plain Layout
36459 Text ! in Formeln
36460 \end_layout
36461
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \begin_layout Standard
36468 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36469  Benötigt man z.
36470 \begin_inset space \thinspace{}
36471 \end_inset
36472
36473 B.
36474  den mittigen Punkt · in Formeln wie 
36475 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36476 \end_inset
36477
36478 , müsste man dafür jedes Mal den Befehl 
36479 \series bold
36480
36481 \backslash
36482 cdot
36483 \series default
36484  eingeben
36485 \begin_inset Foot
36486 status collapsed
36487
36488 \begin_layout Plain Layout
36489 siehe 
36490 \begin_inset CommandInset ref
36491 LatexCommand ref
36492 reference "sub:Binäre-Operatoren"
36493
36494 \end_inset
36495
36496
36497 \end_layout
36498
36499 \end_inset
36500
36501 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36502  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36503 \end_layout
36504
36505 \begin_layout Standard
36506
36507 \series bold
36508
36509 \backslash
36510 DeclareInputText{183}{
36511 \backslash
36512 ifmmode
36513 \backslash
36514 cdot
36515 \backslash
36516 else
36517 \backslash
36518 textperiodcentered
36519 \backslash
36520 f\SpecialChar \textcompwordmark{}
36521 i}
36522 \end_layout
36523
36524 \begin_layout Standard
36525 Die Zeichenkodierung (Menü 
36526 \family sans
36527 Dokument\SpecialChar \menuseparator
36528 Einstellungen\SpecialChar \menuseparator
36529 Sprache
36530 \family default
36531 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36532  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36533 \series bold
36534
36535 \backslash
36536 textperiodcentered
36537 \series default
36538  verwendet.
36539  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36540  LaTeX-Fehlern kommen würde.
36541  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36542  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36543  nicht.
36544 \end_layout
36545
36546 \begin_layout Standard
36547 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36548  Z.
36549 \begin_inset space \thinspace{}
36550 \end_inset
36551
36552 B.
36553  ist die Kodierung 
36554 \series bold
36555 latin9
36556 \series default
36557  in der Datei 
36558 \series bold
36559 latin9.def
36560 \series default
36561  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36562  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36563 eien geändert werden.
36564  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36565  nicht ohne Weiteres bearbeitet werden.
36566 \end_layout
36567
36568 \begin_layout Standard
36569 \begin_inset VSpace medskip
36570 \end_inset
36571
36572 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36573  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36574  Formel eingegeben werden können:
36575 \end_layout
36576
36577 \begin_layout Standard
36578
36579 \series bold
36580
36581 \backslash
36582 DeclareInputText{176}{
36583 \backslash
36584 ifmmode^
36585 \backslash
36586 circ
36587 \backslash
36588 else
36589 \backslash
36590 textdegree
36591 \backslash
36592 f\SpecialChar \textcompwordmark{}
36593 i}
36594 \end_layout
36595
36596 \begin_layout Standard
36597 \begin_inset Newpage newpage
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Section
36604 \start_of_appendix
36605 Typographische Hinweise
36606 \begin_inset Index idx
36607 status collapsed
36608
36609 \begin_layout Plain Layout
36610 Typographische Hinweise
36611 \end_layout
36612
36613 \end_inset
36614
36615
36616 \end_layout
36617
36618 \begin_layout Standard
36619 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36620  Regeln, die teilweise auch im Duden 
36621 \begin_inset CommandInset citation
36622 LatexCommand cite
36623 key "Duden"
36624
36625 \end_inset
36626
36627  unter 
36628 \family typewriter
36629 Textverarbeitung
36630 \family default
36631  aufgelistet sind.
36632  Weitere Regeln sind in 
36633 \begin_inset CommandInset citation
36634 LatexCommand cite
36635 key "Checklist"
36636
36637 \end_inset
36638
36639  zu finden.
36640 \end_layout
36641
36642 \begin_layout Itemize
36643 Physikalische Einheiten werden 
36644 \emph on
36645 immer
36646 \emph default
36647  aufrecht gesetzt
36648 \begin_inset Foot
36649 status collapsed
36650
36651 \begin_layout Plain Layout
36652 wird durch Schriftstile erreicht, siehe 
36653 \begin_inset CommandInset ref
36654 LatexCommand ref
36655 reference "sub:Schriftstile"
36656
36657 \end_inset
36658
36659
36660 \end_layout
36661
36662 \end_inset
36663
36664 , egal ob sie sich in einem kursiven Text befinden: 30
36665 \begin_inset space \thinspace{}
36666 \end_inset
36667
36668 km/h
36669 \begin_inset Newline newline
36670 \end_inset
36671
36672 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
36673 \begin_inset CommandInset ref
36674 LatexCommand ref
36675 reference "sub:Vordefinierter-Leerraum"
36676
36677 \end_inset
36678
36679 .
36680 \begin_inset Newline newline
36681 \end_inset
36682
36683 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
36684 \series bold
36685
36686 \backslash
36687 unittwo
36688 \series default
36689  verwendet.
36690  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
36691  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
36692  erhält wie oben: 
36693 \begin_inset Formula $\unit[30]{km/h}$
36694 \end_inset
36695
36696
36697 \begin_inset space \thinspace{}
36698 \end_inset
36699
36700 .
36701  Zu beachten ist, dass 
36702 \series bold
36703
36704 \backslash
36705 unittwo
36706 \series default
36707  kein echter LaTeX-Befehl, sondern der Befehl 
36708 \series bold
36709
36710 \backslash
36711 unit[Wert]{Einheit}
36712 \series default
36713  ist, daher kann man ihn nicht im TeX-Code benutzen.
36714 \end_layout
36715
36716 \begin_layout Itemize
36717 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
36718 \begin_inset Newline newline
36719 \end_inset
36720
36721 1,2
36722 \begin_inset space \thinspace{}
36723 \end_inset
36724
36725 ‰ Alkohol im Blut
36726 \begin_inset Newline newline
36727 \end_inset
36728
36729 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
36730  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
36731 \end_layout
36732
36733 \begin_layout Itemize
36734 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
36735  wird in einer Einheit verwendet: 15
36736 \begin_inset space \thinspace{}
36737 \end_inset
36738
36739 °C
36740 \end_layout
36741
36742 \begin_layout Itemize
36743 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
36744  Ziffer der kleinste Leerraum eingefügt: 18
36745 \begin_inset space \thinspace{}
36746 \end_inset
36747
36748 473
36749 \begin_inset space \thinspace{}
36750 \end_inset
36751
36752 588
36753 \end_layout
36754
36755 \begin_layout Itemize
36756 Für Bemaßungen wie z.
36757 \begin_inset space \thinspace{}
36758 \end_inset
36759
36760 B.
36761  120×90×40
36762 \begin_inset space \thinspace{}
36763 \end_inset
36764
36765 cm, verwendet man das gelegte Kreuz 
36766 \begin_inset Quotes gld
36767 \end_inset
36768
36769 ×
36770 \begin_inset Quotes grd
36771 \end_inset
36772
36773 , dass entweder über den Befehl 
36774 \series bold
36775
36776 \backslash
36777 times
36778 \series default
36779  oder über das Menü 
36780 \family sans
36781 Einfügen\SpecialChar \menuseparator
36782 Sonderzeichen\SpecialChar \menuseparator
36783 Symbole
36784 \family default
36785  verfügbar ist.
36786 \end_layout
36787
36788 \begin_layout Itemize
36789 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
36790  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
36791 \begin_inset space \thinspace{}
36792 \end_inset
36793
36794 6.
36795 \begin_inset space ~
36796 \end_inset
36797
36798 1979
36799 \end_layout
36800
36801 \begin_layout Itemize
36802 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
36803  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
36804 \begin_inset CommandInset ref
36805 LatexCommand ref
36806 reference "sub:Vordefinierte-Funktionen"
36807
36808 \end_inset
36809
36810 .
36811 \end_layout
36812
36813 \begin_layout Itemize
36814 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
36815  
36816 \begin_inset Formula $E_{\mathrm{kin}}$
36817 \end_inset
36818
36819
36820 \begin_inset Newline newline
36821 \end_inset
36822
36823 Komponenten von Matrizen werden kursiv gesetzt: 
36824 \begin_inset Formula $\hat{H}_{kl}$
36825 \end_inset
36826
36827
36828 \end_layout
36829
36830 \begin_layout Itemize
36831 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
36832  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
36833  Variablen zu verwechseln.
36834 \end_layout
36835
36836 \begin_layout Itemize
36837 Das Symbol für eine 
36838 \noun on
36839 Fourier
36840 \noun default
36841 -Transformation kann entweder mit dem Befehl 
36842 \series bold
36843
36844 \backslash
36845 mathscr
36846 \begin_inset ERT
36847 status collapsed
36848
36849 \begin_layout Plain Layout
36850
36851
36852 \backslash
36853 leer 
36854 \end_layout
36855
36856 \end_inset
36857
36858 F
36859 \series default
36860  oder über das Menü 
36861 \family sans
36862 Einfügen\SpecialChar \menuseparator
36863 Sonderzeichen\SpecialChar \menuseparator
36864 Symbole\SpecialChar \menuseparator
36865 Buchstabenähnliche
36866 \begin_inset space ~
36867 \end_inset
36868
36869 Symbole
36870 \family default
36871  eingefügt werden: 
36872 \begin_inset Formula $\mathscr{F}$
36873 \end_inset
36874
36875
36876 \end_layout
36877
36878 \begin_layout Standard
36879 \begin_inset Newpage newpage
36880 \end_inset
36881
36882
36883 \end_layout
36884
36885 \begin_layout Section
36886 Synonyme
36887 \begin_inset Index idx
36888 status collapsed
36889
36890 \begin_layout Plain Layout
36891 Synonyme
36892 \end_layout
36893
36894 \end_inset
36895
36896
36897 \end_layout
36898
36899 \begin_layout Standard
36900 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36901  Hier ist eine Übersicht der Synonymbefehle:
36902 \end_layout
36903
36904 \begin_layout Standard
36905 \begin_inset VSpace bigskip
36906 \end_inset
36907
36908
36909 \begin_inset space \hfill{}
36910 \end_inset
36911
36912
36913 \begin_inset Tabular
36914 <lyxtabular version="3" rows="12" columns="2">
36915 <features tabularvalignment="middle">
36916 <column alignment="center" valignment="top" width="0pt">
36917 <column alignment="center" valignment="top" width="0pt">
36918 <row>
36919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36920 \begin_inset Text
36921
36922 \begin_layout Plain Layout
36923 Befehl
36924 \end_layout
36925
36926 \end_inset
36927 </cell>
36928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36929 \begin_inset Text
36930
36931 \begin_layout Plain Layout
36932 äquivalent zu
36933 \begin_inset Note Note
36934 status collapsed
36935
36936 \begin_layout Plain Layout
36937
36938 \series bold
36939
36940 \backslash
36941 raisebox
36942 \series default
36943  dient nur als Abstandhalter.
36944 \end_layout
36945
36946 \end_inset
36947
36948
36949 \end_layout
36950
36951 \end_inset
36952 </cell>
36953 </row>
36954 <row>
36955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36956 \begin_inset Text
36957
36958 \begin_layout Plain Layout
36959
36960 \backslash
36961 ast
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970 \begin_inset ERT
36971 status collapsed
36972
36973 \begin_layout Plain Layout
36974
36975
36976 \backslash
36977 raisebox{-1.2mm}{
36978 \end_layout
36979
36980 \end_inset
36981
36982 *
36983 \begin_inset ERT
36984 status collapsed
36985
36986 \begin_layout Plain Layout
36987
36988 }
36989 \end_layout
36990
36991 \end_inset
36992
36993
36994 \end_layout
36995
36996 \end_inset
36997 </cell>
36998 </row>
36999 <row>
37000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37001 \begin_inset Text
37002
37003 \begin_layout Plain Layout
37004
37005 \backslash
37006 choose
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015
37016 \backslash
37017 binom
37018 \end_layout
37019
37020 \end_inset
37021 </cell>
37022 </row>
37023 <row>
37024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Plain Layout
37028
37029 \backslash
37030 geq
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37036 \begin_inset Text
37037
37038 \begin_layout Plain Layout
37039
37040 \backslash
37041 ge
37042 \end_layout
37043
37044 \end_inset
37045 </cell>
37046 </row>
37047 <row>
37048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37049 \begin_inset Text
37050
37051 \begin_layout Plain Layout
37052
37053 \backslash
37054 lbrace
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37060 \begin_inset Text
37061
37062 \begin_layout Plain Layout
37063 {
37064 \end_layout
37065
37066 \end_inset
37067 </cell>
37068 </row>
37069 <row>
37070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074
37075 \backslash
37076 lbracket
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37082 \begin_inset Text
37083
37084 \begin_layout Plain Layout
37085 [
37086 \end_layout
37087
37088 \end_inset
37089 </cell>
37090 </row>
37091 <row>
37092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37093 \begin_inset Text
37094
37095 \begin_layout Plain Layout
37096
37097 \backslash
37098 leftarrow
37099 \end_layout
37100
37101 \end_inset
37102 </cell>
37103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37104 \begin_inset Text
37105
37106 \begin_layout Plain Layout
37107
37108 \backslash
37109 gets
37110 \end_layout
37111
37112 \end_inset
37113 </cell>
37114 </row>
37115 <row>
37116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37117 \begin_inset Text
37118
37119 \begin_layout Plain Layout
37120
37121 \backslash
37122 leq
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37128 \begin_inset Text
37129
37130 \begin_layout Plain Layout
37131
37132 \backslash
37133 le
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 </row>
37139 <row>
37140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144
37145 \backslash
37146 lor
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37152 \begin_inset Text
37153
37154 \begin_layout Plain Layout
37155
37156 \backslash
37157 vee
37158 \end_layout
37159
37160 \end_inset
37161 </cell>
37162 </row>
37163 <row>
37164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168
37169 \backslash
37170 neq
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179
37180 \backslash
37181 not=
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 </row>
37187 <row>
37188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192
37193 \backslash
37194 slash
37195 \end_layout
37196
37197 \end_inset
37198 </cell>
37199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37200 \begin_inset Text
37201
37202 \begin_layout Plain Layout
37203 /
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 </row>
37209 <row>
37210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37211 \begin_inset Text
37212
37213 \begin_layout Plain Layout
37214
37215 \backslash
37216 vert
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225 |
37226 \end_layout
37227
37228 \end_inset
37229 </cell>
37230 </row>
37231 </lyxtabular>
37232
37233 \end_inset
37234
37235
37236 \begin_inset space \hfill{}
37237 \end_inset
37238
37239
37240 \begin_inset Tabular
37241 <lyxtabular version="3" rows="12" columns="2">
37242 <features tabularvalignment="middle">
37243 <column alignment="center" valignment="top" width="0pt">
37244 <column alignment="center" valignment="top" width="0pt">
37245 <row>
37246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout Plain Layout
37250 Befehl
37251 \end_layout
37252
37253 \end_inset
37254 </cell>
37255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37256 \begin_inset Text
37257
37258 \begin_layout Plain Layout
37259 äquivalent zu
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 </row>
37265 <row>
37266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37267 \begin_inset Text
37268
37269 \begin_layout Plain Layout
37270
37271 \backslash
37272 backslash
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37278 \begin_inset Text
37279
37280 \begin_layout Plain Layout
37281
37282 \backslash
37283
37284 \backslash
37285
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 </row>
37291 <row>
37292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37293 \begin_inset Text
37294
37295 \begin_layout Plain Layout
37296
37297 \backslash
37298 dasharrow
37299 \end_layout
37300
37301 \end_inset
37302 </cell>
37303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37304 \begin_inset Text
37305
37306 \begin_layout Plain Layout
37307
37308 \backslash
37309 dashrightarrow
37310 \end_layout
37311
37312 \end_inset
37313 </cell>
37314 </row>
37315 <row>
37316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37317 \begin_inset Text
37318
37319 \begin_layout Plain Layout
37320
37321 \backslash
37322 land
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37328 \begin_inset Text
37329
37330 \begin_layout Plain Layout
37331
37332 \backslash
37333 wedge
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 </row>
37339 <row>
37340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344
37345 \backslash
37346 rbrace
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 }
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 </row>
37361 <row>
37362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37363 \begin_inset Text
37364
37365 \begin_layout Plain Layout
37366
37367 \backslash
37368 rbracket
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37374 \begin_inset Text
37375
37376 \begin_layout Plain Layout
37377 ]
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 </row>
37383 <row>
37384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37385 \begin_inset Text
37386
37387 \begin_layout Plain Layout
37388
37389 \backslash
37390 rightarrow
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37396 \begin_inset Text
37397
37398 \begin_layout Plain Layout
37399
37400 \backslash
37401 to
37402 \end_layout
37403
37404 \end_inset
37405 </cell>
37406 </row>
37407 <row>
37408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412
37413 \backslash
37414 lnot
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37420 \begin_inset Text
37421
37422 \begin_layout Plain Layout
37423
37424 \backslash
37425 neg
37426 \end_layout
37427
37428 \end_inset
37429 </cell>
37430 </row>
37431 <row>
37432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436
37437 \backslash
37438 ne
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout Plain Layout
37447
37448 \backslash
37449 not=
37450 \end_layout
37451
37452 \end_inset
37453 </cell>
37454 </row>
37455 <row>
37456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460
37461 \backslash
37462 owns
37463 \end_layout
37464
37465 \end_inset
37466 </cell>
37467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37468 \begin_inset Text
37469
37470 \begin_layout Plain Layout
37471
37472 \backslash
37473 ni
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 </row>
37479 <row>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484
37485 \backslash
37486 square
37487 \end_layout
37488
37489 \end_inset
37490 </cell>
37491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37492 \begin_inset Text
37493
37494 \begin_layout Plain Layout
37495
37496 \backslash
37497 Box
37498 \end_layout
37499
37500 \end_inset
37501 </cell>
37502 </row>
37503 <row>
37504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37505 \begin_inset Text
37506
37507 \begin_layout Plain Layout
37508
37509 \backslash
37510 Vert
37511 \end_layout
37512
37513 \end_inset
37514 </cell>
37515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37516 \begin_inset Text
37517
37518 \begin_layout Plain Layout
37519
37520 \backslash
37521 |
37522 \end_layout
37523
37524 \end_inset
37525 </cell>
37526 </row>
37527 </lyxtabular>
37528
37529 \end_inset
37530
37531
37532 \begin_inset space \hfill{}
37533 \end_inset
37534
37535
37536 \end_layout
37537
37538 \begin_layout Standard
37539 \begin_inset Newpage newpage
37540 \end_inset
37541
37542
37543 \end_layout
37544
37545 \begin_layout Bibliography
37546 \labelwidthstring Referenzen
37547 \begin_inset CommandInset bibitem
37548 LatexCommand bibitem
37549 key "TLC2"
37550
37551 \end_inset
37552
37553
37554 \shape smallcaps
37555 Mittelbach, F.
37556  ; Goossens, M.
37557 \shape default
37558
37559 \shape italic
37560 The LaTeX Companion
37561 \shape default
37562 .
37563  Addison Wesley, 2004
37564 \end_layout
37565
37566 \begin_layout Bibliography
37567 \labelwidthstring Referenzen
37568 \begin_inset CommandInset bibitem
37569 LatexCommand bibitem
37570 key "Mathmode"
37571
37572 \end_inset
37573
37574
37575 \begin_inset CommandInset href
37576 LatexCommand href
37577 name "Beschreibung"
37578 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37579
37580 \end_inset
37581
37582  der mathematischen Fähigkeiten von LaTeX
37583 \end_layout
37584
37585 \begin_layout Bibliography
37586 \labelwidthstring Referenzen
37587 \begin_inset CommandInset bibitem
37588 LatexCommand bibitem
37589 key "AMS"
37590
37591 \end_inset
37592
37593
37594 \begin_inset CommandInset href
37595 LatexCommand href
37596 name "Beschreibung"
37597 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37598
37599 \end_inset
37600
37601  von 
37602 \begin_inset ERT
37603 status collapsed
37604
37605 \begin_layout Plain Layout
37606
37607
37608 \backslash
37609 AmS
37610 \end_layout
37611
37612 \end_inset
37613
37614 -LaTeX
37615 \end_layout
37616
37617 \begin_layout Bibliography
37618 \labelwidthstring Referenzen
37619 \begin_inset CommandInset bibitem
37620 LatexCommand bibitem
37621 key "Symbole"
37622
37623 \end_inset
37624
37625
37626 \begin_inset CommandInset href
37627 LatexCommand href
37628 name "Auflistung"
37629 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37630
37631 \end_inset
37632
37633  aller über LaTeX-Pakete verfügbare Symbole
37634 \end_layout
37635
37636 \begin_layout Bibliography
37637 \labelwidthstring Referenzen
37638 \begin_inset CommandInset bibitem
37639 LatexCommand bibitem
37640 key "hyperref"
37641
37642 \end_inset
37643
37644
37645 \begin_inset CommandInset href
37646 LatexCommand href
37647 name "Dokumentation"
37648 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37649
37650 \end_inset
37651
37652  des LaTeX-Pakets 
37653 \series bold
37654 hyperref
37655 \series default
37656
37657 \begin_inset Index idx
37658 status collapsed
37659
37660 \begin_layout Plain Layout
37661 Pakete ! hyperref
37662 \end_layout
37663
37664 \end_inset
37665
37666
37667 \end_layout
37668
37669 \begin_layout Bibliography
37670 \labelwidthstring Referenzen
37671 \begin_inset CommandInset bibitem
37672 LatexCommand bibitem
37673 key "mhchem"
37674
37675 \end_inset
37676
37677
37678 \begin_inset CommandInset href
37679 LatexCommand href
37680 name "Dokumentation"
37681 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37682
37683 \end_inset
37684
37685  des LaTeX-Pakets 
37686 \series bold
37687 mhchem
37688 \series default
37689
37690 \begin_inset Index idx
37691 status collapsed
37692
37693 \begin_layout Plain Layout
37694 Pakete ! mhchem
37695 \end_layout
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \begin_layout Bibliography
37703 \labelwidthstring Referenzen
37704 \begin_inset CommandInset bibitem
37705 LatexCommand bibitem
37706 key "Mathclap"
37707
37708 \end_inset
37709
37710
37711 \begin_inset CommandInset href
37712 LatexCommand href
37713 name "Beschreibung"
37714 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37715
37716 \end_inset
37717
37718  des in 
37719 \begin_inset CommandInset ref
37720 LatexCommand ref
37721 reference "sub:Operatorgrenzen"
37722
37723 \end_inset
37724
37725  vorgestellten Befehls 
37726 \series bold
37727
37728 \backslash
37729 mathclap
37730 \series default
37731
37732 \begin_inset Index idx
37733 status collapsed
37734
37735 \begin_layout Plain Layout
37736 Befehle ! M ! 
37737 \backslash
37738 mathclap
37739 \end_layout
37740
37741 \end_inset
37742
37743
37744 \end_layout
37745
37746 \begin_layout Bibliography
37747 \labelwidthstring Referenzen
37748 \begin_inset CommandInset bibitem
37749 LatexCommand bibitem
37750 key "Duden"
37751
37752 \end_inset
37753
37754
37755 \emph on
37756 Duden Band 1
37757 \emph default
37758 .
37759  22.
37760  Auflage, Duden Verlag 2001
37761 \end_layout
37762
37763 \begin_layout Bibliography
37764 \labelwidthstring Referenzen
37765 \begin_inset CommandInset bibitem
37766 LatexCommand bibitem
37767 key "Checklist"
37768
37769 \end_inset
37770
37771
37772 \begin_inset CommandInset href
37773 LatexCommand href
37774 name "Prüfliste"
37775 target "http://physics.nist.gov/Document/checklist.pdf"
37776
37777 \end_inset
37778
37779  für das Rezensieren von Manuskripten
37780 \end_layout
37781
37782 \begin_layout Standard
37783 \begin_inset Note Note
37784 status collapsed
37785
37786 \begin_layout Plain Layout
37787 Damit der Index den Namen 
37788 \begin_inset Quotes gld
37789 \end_inset
37790
37791 Stichwortverzeichnis
37792 \begin_inset Quotes grd
37793 \end_inset
37794
37795  erhält, wurde im LaTeX-Vorspann
37796 \end_layout
37797
37798 \begin_layout Plain Layout
37799
37800 \series bold
37801
37802 \backslash
37803 addto
37804 \backslash
37805 captionsngerman{
37806 \backslash
37807 renewcommand{
37808 \backslash
37809 indexname}{Stichwortverzeichnis}}
37810 \end_layout
37811
37812 \begin_layout Plain Layout
37813 eingefügt.
37814 \end_layout
37815
37816 \begin_layout Plain Layout
37817 Das Paket 
37818 \series bold
37819 babel
37820 \series default
37821  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
37822  Ehe man Beschriftungen ändern kann, muss es geladen werden.
37823  Außerdem wird 
37824 \series bold
37825 babel
37826 \series default
37827  von LyX automatisch nach dem LaTeX-Vorspann geladen.
37828  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
37829 che verwendet wurde.
37830 \end_layout
37831
37832 \begin_layout Plain Layout
37833 Möchte man andere Beschriftungen ändern, ersetzt man 
37834 \series bold
37835
37836 \backslash
37837 indexname
37838 \series default
37839  durch 
37840 \series bold
37841
37842 \backslash
37843 <Beschriftungs>name
37844 \series default
37845 .
37846  Eine Auflistung der möglichen Namen findet man unter
37847 \end_layout
37848
37849 \begin_layout Plain Layout
37850
37851 \family typewriter
37852 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
37853 \end_layout
37854
37855 \begin_layout Plain Layout
37856 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
37857 \series bold
37858 ngerman
37859 \series default
37860  durch die Dokumentsprache und
37861 \end_layout
37862
37863 \begin_layout Plain Layout
37864
37865 \series bold
37866
37867 \backslash
37868 captionsgerman
37869 \series default
37870  durch 
37871 \series bold
37872
37873 \backslash
37874 captions<Dokumentsprache>
37875 \series default
37876 .
37877 \end_layout
37878
37879 \end_inset
37880
37881
37882 \begin_inset CommandInset index_print
37883 LatexCommand printindex
37884 type "idx"
37885
37886 \end_inset
37887
37888
37889 \end_layout
37890
37891 \end_body
37892 \end_document