]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Math.lyx: multirow package is not used -> remove it from preamble
[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 404
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. 23.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values
76 \usepackage{calc}
77
78 % für Mehrfachzeilen, benutzt in Kap. 23.7
79 \usepackage{multicol}
80
81 % benutzt in Kap. 19.4
82 \usepackage{remreset}
83
84 % für das Fourier-Transformationssymbol
85 \usepackage{mathrsfs}
86
87 % Farbdefinition aus Kap. 9.3
88 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
89
90 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
91 \DeclareMathOperator*{\Raute}{\blacklozenge}
92 \DeclareMathOperator{\sgn}{sgn}
93
94 \newcommand{\leer}{\textvisiblespace}
95
96 % Beispielbefehle aus Kap. 20.1 
97 \newcommand{\gr}{\Longrightarrow}
98 \newcommand{\us}[1]{\underline{#1}}
99 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
100 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
101 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
102
103 % Beispielmakro aus Kap. 19.4
104 %\def\tagform@#1{\maketag@@@{|#1|}}
105
106 % Makro aus Kap. 10.2
107 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
108 \def\mathclap {\mathpalette \mathclapinternal}
109 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
110
111 % Damit der Index einen anderen Namen erhält.
112 \addto\captionsngerman
113 {\renewcommand{\indexname}
114 {Stichwort- und Befehlsverzeichnis}}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % testen ob das Paket eurosym installiert ist
121 % wird benutzt für das Euro-Symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % testen ob Paket braket installiert ist
129 % benötigt für physikalische Vektoren
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % testen ob Paket cancel installiert ist
137 \newboolean{cancel}
138 \IfFileExists{cancel.sty}
139  {\usepackage{cancel}
140   \setboolean{cancel}{true}}
141  {\setboolean{cancel}{false}}
142
143 % testen ob Paket upgreek installiert ist
144 \newboolean{upgreek}
145 \IfFileExists{upgreek.sty}
146  {\usepackage{upgreek}
147   \setboolean{upgreek}{true}}
148  {\setboolean{upgreek}{false}}
149
150 % benötigt für Kommas in Formeln, siehe Kap. 22.3
151 \IfFileExists{icomma.sty}
152  {\usepackage{icomma}}{}
153 \end_preamble
154 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
155 \use_default_options false
156 \maintain_unincluded_children false
157 \language ngerman
158 \inputencoding auto
159 \fontencoding global
160 \font_roman default
161 \font_sans default
162 \font_typewriter default
163 \font_default_family default
164 \use_xetex false
165 \font_sc false
166 \font_osf false
167 \font_sf_scale 100
168 \font_tt_scale 100
169
170 \graphics default
171 \default_output_format default
172 \output_sync 0
173 \bibtex_command default
174 \index_command default
175 \paperfontsize 12
176 \spacing single
177 \use_hyperref true
178 \pdf_title "LyXs Mathehandbuch"
179 \pdf_author "LyX Team, Uwe Stöhr"
180 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
181 \pdf_keywords "LyX, Mathed"
182 \pdf_bookmarks true
183 \pdf_bookmarksnumbered true
184 \pdf_bookmarksopen true
185 \pdf_bookmarksopenlevel 1
186 \pdf_breaklinks false
187 \pdf_pdfborder false
188 \pdf_colorlinks true
189 \pdf_backref false
190 \pdf_pdfusetitle false
191 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
192 \papersize a4paper
193 \use_geometry false
194 \use_amsmath 2
195 \use_esint 1
196 \use_mhchem 1
197 \use_mathdots 1
198 \cite_engine basic
199 \use_bibtopic false
200 \use_indices false
201 \paperorientation portrait
202 \suppress_date false
203 \use_refstyle 0
204 \notefontcolor #0000ff
205 \index Stichwortverzeichnis
206 \shortcut idx
207 \color #008000
208 \end_index
209 \secnumdepth 4
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language german
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle plain
217 \bullet 1 0 6 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_be_strict false
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 LyXs detailliertes Mathe Handbuch
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
240 ons-Liste: 
241 \family typewriter
242
243 \begin_inset CommandInset href
244 LatexCommand href
245 name "lyx-docs@lists.lyx.org"
246 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 Verfasser: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \family sans
275 Version 2.0.x
276 \end_layout
277
278 \begin_layout Standard
279 \begin_inset CommandInset toc
280 LatexCommand tableofcontents
281
282 \end_inset
283
284
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset Note Note
289 status open
290
291 \begin_layout Plain Layout
292 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
293  
294 \series bold
295 braket, cancel, eurosym,
296 \series default
297  
298 \series bold
299 mhchem
300 \series default
301  und 
302 \series bold
303 was
304 \series default
305  installiert sein.
306  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
307  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
308  nicht im Ausdruck.
309  Eine Ausnahme ist 
310 \series bold
311 mhchem
312 \series default
313 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Einleitung
340 \end_layout
341
342 \begin_layout Standard
343 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
344  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
345  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
346 tten.
347  Das setzt voraus, dass bereits das Kapitel 
348 \family typewriter
349 Mathematische
350 \family default
351  
352 \family typewriter
353 Formeln
354 \family default
355  des Benutzerhandbuchs gelesen worden ist.
356 \end_layout
357
358 \begin_layout Standard
359 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
360 \family sans
361 Einfügen
362 \series bold
363 \SpecialChar \menuseparator
364
365 \series default
366 Mathe
367 \family default
368  oder die 
369 \family sans
370 Mathe-Werkzeugleiste
371 \family default
372  aufrufbar.
373  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
374  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
375  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
376  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
377 \end_layout
378
379 \begin_layout Standard
380 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
381  LyX verfügbar.
382  Um alle Befehle nutzen zu können, muss die Option 
383 \family sans
384 AMS-Mathe-Paket verwenden
385 \family default
386  im Menü 
387 \family sans
388 Dokument\SpecialChar \menuseparator
389 Einstellungen\SpecialChar \menuseparator
390 Mathe Optionen
391 \family default
392  aktiviert sein.
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 Die 
398 \family sans
399 Option
400 \family default
401  
402 \family sans
403 AMS-Mathe-Paket automatisch verwenden
404 \family default
405  verwendet 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
419  LyX unterstützt.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
429 listung
430  aller 
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS 
439 \end_layout
440
441 \end_inset
442
443 -Mathe Befehle
444 \begin_inset Foot
445 status collapsed
446
447 \begin_layout Plain Layout
448 Eine Liste mit allen 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS
457 \end_layout
458
459 \end_inset
460
461 -Mathe Befehlen findet sich in der Datei 
462 \family sans
463
464 \begin_inset CommandInset href
465 LatexCommand href
466 name "amsguide.ps"
467 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
468
469 \end_inset
470
471
472 \family default
473 , die Teil jeder LaTeX-Standardinstallation ist.
474 \end_layout
475
476 \end_inset
477
478  verzichtet.
479 \end_layout
480
481 \begin_layout Section
482 Allgemeine Hinweise
483 \end_layout
484
485 \begin_layout Standard
486 Um eine in einer Textzeile eingebettete Formel
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formel ! eingebettete
492 \end_layout
493
494 \end_inset
495
496  zu erstellen, drückt man 
497 \family sans
498 Strg+M
499 \family default
500  oder den Werkzeugleistenknopf 
501 \begin_inset Graphics
502         filename ../../images/math-mode.png
503         scale 85
504
505 \end_inset
506
507 .
508 \begin_inset Newline newline
509 \end_inset
510
511 Um eine abgesetzte Formel
512 \begin_inset Index idx
513 status collapsed
514
515 \begin_layout Plain Layout
516 Formel ! abgesetzte
517 \end_layout
518
519 \end_inset
520
521  zu erstellen, drückt man 
522 \family sans
523 Strg+Shift+M
524 \family default
525 .
526 \end_layout
527
528 \begin_layout Standard
529 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
530  Cursor in die Formel und drückt 
531 \family sans
532 Strg+Shift+M
533 \family default
534  oder benutzt das Menü 
535 \family sans
536 Bearbeiten\SpecialChar \menuseparator
537 Mathe\SpecialChar \menuseparator
538
539 \begin_inset Newline linebreak
540 \end_inset
541
542 Formelart ändern
543 \family default
544 .
545  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
546  umwandeln.
547 \end_layout
548
549 \begin_layout Standard
550 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
551  gibt man in die Formel den Befehl 
552 \series bold
553
554 \backslash
555 displaystyle
556 \series default
557
558 \begin_inset Index idx
559 status collapsed
560
561 \begin_layout Plain Layout
562 Befehle ! D ! 
563 \backslash
564 displaystyle
565 \end_layout
566
567 \end_inset
568
569  ein.
570  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
571  wird.
572 \end_layout
573
574 \begin_layout Standard
575 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
576 \end_layout
577
578 \begin_layout Standard
579 Die 
580 \family sans
581 Mathe-Werkzeugleiste
582 \family default
583  kann über das Menü 
584 \family sans
585 Ansicht\SpecialChar \menuseparator
586 Werkzeugleisten
587 \family default
588  eingeblendet werden.
589  Wenn dort auf 
590 \begin_inset Quotes eld
591 \end_inset
592
593 Mathe
594 \begin_inset Quotes erd
595 \end_inset
596
597  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
598  diese Einstellung wird durch ein Häkchen im Menü 
599 \family sans
600 Werkzeugleisten
601 \family default
602  angezeigt.
603  Wenn nun im Menü 
604 \family sans
605 Werkzeugleisten
606 \family default
607  nochmal auf 
608 \begin_inset Quotes eld
609 \end_inset
610
611 Mathe
612 \begin_inset Quotes erd
613 \end_inset
614
615  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
616  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
617  des Menüeintrags von 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Mathe
622 \begin_inset Quotes erd
623 \end_inset
624
625  zu 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Mathe
630 \begin_inset space ~
631 \end_inset
632
633 (automatisch)
634 \begin_inset Quotes erd
635 \end_inset
636
637  angezeigt.
638 \end_layout
639
640 \begin_layout Standard
641 In den TeX-Modus
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@TeX-Modus
647 \end_layout
648
649 \end_inset
650
651  gelangt man über den Werkzeugleistenknopf 
652 \begin_inset Graphics
653         filename ../../images/ert-insert.png
654         scale 85
655
656 \end_inset
657
658  oder das Menü 
659 \family sans
660 Einfügen\SpecialChar \menuseparator
661 Te
662 \begin_inset ERT
663 status collapsed
664
665 \begin_layout Plain Layout
666
667 {}
668 \end_layout
669
670 \end_inset
671
672 X
673 \begin_inset space ~
674 \end_inset
675
676 Code
677 \family default
678  (Tastenkürzel 
679 \family sans
680 Strg+L
681 \family default
682 ).
683 \begin_inset Note Note
684 status collapsed
685
686 \begin_layout Plain Layout
687 In LyX gibt es drei 
688 \begin_inset Quotes gld
689 \end_inset
690
691 Eigennamen
692 \begin_inset Quotes grd
693 \end_inset
694
695 , die im Ausdruck mit hoch bzw.
696  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
697 \end_layout
698
699 \begin_layout Plain Layout
700 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
701  man ein TeX-Klammerpaar ein.
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 In den LaTeX-Vorspann
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 L@LaTeX-Vorspann
716 \end_layout
717
718 \end_inset
719
720  gelangt man über das Menü 
721 \family sans
722 Dokument\SpecialChar \menuseparator
723 Einstellungen\SpecialChar \menuseparator
724 LaT
725 \begin_inset ERT
726 status collapsed
727
728 \begin_layout Plain Layout
729
730 {}
731 \end_layout
732
733 \end_inset
734
735 eX-Vorspann
736 \family default
737 .
738 \end_layout
739
740 \begin_layout Standard
741 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
742 en Formeln kann man die Menüs 
743 \family sans
744 Bearbeiten\SpecialChar \menuseparator
745 Mathe
746 \family default
747  und 
748 \family sans
749 Bearbeiten\SpecialChar \menuseparator
750 Zeilen
751 \begin_inset space \thinspace{}
752 \end_inset
753
754 &
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 Spalten
759 \family default
760  oder die 
761 \family sans
762 Tabellen-Werkzeugleiste
763 \family default
764  verwenden.
765  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
766  die Spalte bzw.
767  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
768  bzw.
769  darunter liegenden Zeile vertauscht.
770  Befindet sich der Cursor in der letzten Spalte bzw.
771  Zeile, wird mit der links daneben stehenden Spalte bzw.
772  darüber liegenden Zeile vertauscht.
773 \end_layout
774
775 \begin_layout Standard
776 Zum Schreiben von Text in einer Formel
777 \begin_inset Foot
778 status collapsed
779
780 \begin_layout Plain Layout
781 Bei mehrzeiligen Formeln wird der Befehl 
782 \series bold
783
784 \backslash
785 intertext
786 \series default
787  verwendet, siehe 
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "sub:Text-in-mehrzeiligen"
791
792 \end_inset
793
794 .
795 \end_layout
796
797 \end_inset
798
799  verwendet man den 
800 \emph on
801 mathematischen Textmodus
802 \emph default
803
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 Text ! in Formeln
809 \end_layout
810
811 \end_inset
812
813
814 \begin_inset Index idx
815 status collapsed
816
817 \begin_layout Plain Layout
818 Mathematischer Textmodus
819 \end_layout
820
821 \end_inset
822
823 , in den man mit dem Tastenkürzel 
824 \family sans
825 Alt+M
826 \begin_inset space ~
827 \end_inset
828
829 M
830 \family default
831  oder durch Eingabe des Befehls 
832 \series bold
833
834 \backslash
835 text
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 Befehle ! T ! 
841 \backslash
842 text
843 \end_layout
844
845 \end_inset
846
847
848 \series default
849  gelangt.
850  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
851  Formel unterscheiden.
852  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
853  anderen Zeichen einer Formel nicht kursiv.
854 \end_layout
855
856 \begin_layout Subsection*
857 Befehlsschema
858 \end_layout
859
860 \begin_layout Standard
861 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
862  Schema:
863 \end_layout
864
865 \begin_layout Standard
866
867 \series bold
868
869 \backslash
870 Befehlsname[optionales
871 \series default
872  
873 \series bold
874 Argument]{anzugebendes
875 \series default
876  
877 \series bold
878 Argument}
879 \end_layout
880
881 \begin_layout Standard
882 Ein Befehl muss immer mit einem Backslash 
883 \begin_inset Quotes gld
884 \end_inset
885
886
887 \series bold
888
889 \backslash
890
891 \series default
892
893 \begin_inset Quotes grd
894 \end_inset
895
896  beginnen.
897  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
898  eckigen Klammern weggelassen werden.
899  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
900 \begin_inset Index idx
901 status collapsed
902
903 \begin_layout Plain Layout
904 T@TeX-Klammern
905 \end_layout
906
907 \end_inset
908
909  bezeichnet.
910  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
911  an, erzeugt LyX automatisch eine TeX-Klammer.
912  Ansonsten werden sie in Formeln mit dem Befehl 
913 \series bold
914
915 \backslash
916 {
917 \series default
918  erzeugt.
919  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
920  Klammern, die blau erscheinen.
921  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
922  TeX-Klammern erscheinen nicht im Ausdruck.
923 \end_layout
924
925 \begin_layout Standard
926 Werden Befehle ohne Argumente, wie z.
927 \begin_inset space \thinspace{}
928 \end_inset
929
930 B.
931  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
932 \emph on
933 immer
934 \emph default
935  ein Leerzeichen folgen um ihn zu beenden.
936  Dieses Leerzeichen erscheint nicht im Ausdruck.
937  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
938  normalen Text ein geschütztes Leerzeichen folgen.
939 \end_layout
940
941 \begin_layout Standard
942 Ein geschütztes Leerzeichen gibt man mit 
943 \family sans
944 Strg+Leertaste
945 \family default
946  ein.
947 \end_layout
948
949 \begin_layout Subsection*
950 Zeichenerklärung
951 \end_layout
952
953 \begin_layout Itemize
954 Das Symbol
955 \begin_inset Foot
956 status collapsed
957
958 \begin_layout Plain Layout
959 Dieses sichtbare Leerzeichen erhält man über den Befehl 
960 \series bold
961
962 \backslash
963 textvisiblespace
964 \series default
965
966 \begin_inset Index idx
967 status collapsed
968
969 \begin_layout Plain Layout
970 Befehle ! T ! 
971 \backslash
972 textvisiblespace
973 \end_layout
974
975 \end_inset
976
977 , der im TeX-Modus einzugeben ist.
978 \end_layout
979
980 \end_inset
981
982  
983 \begin_inset ERT
984 status collapsed
985
986 \begin_layout Plain Layout
987
988
989 \backslash
990 leer 
991 \end_layout
992
993 \end_inset
994
995
996 \begin_inset space ~
997 \end_inset
998
999 steht für ein einzugebendes Leerzeichen.
1000 \end_layout
1001
1002 \begin_layout Itemize
1003 Ein Pfeil wie z.
1004 \begin_inset space \thinspace{}
1005 \end_inset
1006
1007 B.
1008  
1009 \begin_inset Formula $\to$
1010 \end_inset
1011
1012  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1013 \end_layout
1014
1015 \begin_layout Subsection*
1016 Verfügbare Einheiten
1017 \end_layout
1018
1019 \begin_layout Standard
1020 \align center
1021 \begin_inset Float table
1022 placement H
1023 wide false
1024 sideways false
1025 status open
1026
1027 \begin_layout Plain Layout
1028 \align center
1029 \begin_inset Caption
1030
1031 \begin_layout Plain Layout
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "tab:Verfügbare-Einheiten"
1035
1036 \end_inset
1037
1038 Verfügbare Einheiten
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \begin_layout Plain Layout
1047 \align center
1048 \begin_inset Tabular
1049 <lyxtabular version="3" rows="13" columns="2">
1050 <features tabularvalignment="middle">
1051 <column alignment="center" valignment="top" width="0">
1052 <column alignment="center" valignment="top" width="0">
1053 <row>
1054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Einheit
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 Name / Beschreibung
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 </row>
1073 <row>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 mm
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 Millimeter
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 </row>
1093 <row>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 cm
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 Zentimeter
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 </row>
1113 <row>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 in
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1124 \begin_inset Text
1125
1126 \begin_layout Plain Layout
1127 Inch / Zoll (1
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 in = 2,54
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 cm)
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 </row>
1141 <row>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 pt
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Plain Layout
1155 Punkt (72,27
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 pt = 1
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 in)
1164 \end_layout
1165
1166 \end_inset
1167 </cell>
1168 </row>
1169 <row>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 pc
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1180 \begin_inset Text
1181
1182 \begin_layout Plain Layout
1183 Pica (1
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 pc = 12
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 pt)
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 </row>
1197 <row>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 sp
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 scaled point (65536
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 sp = 1
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 pt)
1220 \end_layout
1221
1222 \end_inset
1223 </cell>
1224 </row>
1225 <row>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 bp
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1236 \begin_inset Text
1237
1238 \begin_layout Plain Layout
1239 big point (72
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 bp = 1
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 in)
1248 \end_layout
1249
1250 \end_inset
1251 </cell>
1252 </row>
1253 <row>
1254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 dd
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1264 \begin_inset Text
1265
1266 \begin_layout Plain Layout
1267 Didot (1
1268 \begin_inset space \thinspace{}
1269 \end_inset
1270
1271 dd 
1272 \begin_inset Formula $\approx$
1273 \end_inset
1274
1275  0,376
1276 \begin_inset space \thinspace{}
1277 \end_inset
1278
1279 mm)
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 </row>
1285 <row>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 cc
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Plain Layout
1299 Cicero (1
1300 \begin_inset space \thinspace{}
1301 \end_inset
1302
1303 cc = 12
1304 \begin_inset space \thinspace{}
1305 \end_inset
1306
1307 dd)
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 </row>
1313 <row>
1314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 ex
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 Höhe des Buchstabens 
1328 \emph on
1329 x
1330 \emph default
1331  in der aktuellen Schrift
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 </row>
1337 <row>
1338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1339 \begin_inset Text
1340
1341 \begin_layout Plain Layout
1342 em
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 Breite des Buchstabens 
1352 \emph on
1353 M
1354 \emph default
1355  in der aktuellen Schrift
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 </row>
1361 <row>
1362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1363 \begin_inset Text
1364
1365 \begin_layout Plain Layout
1366 mu
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1372 \begin_inset Text
1373
1374 \begin_layout Plain Layout
1375 math unit (1
1376 \begin_inset space \thinspace{}
1377 \end_inset
1378
1379 mu = 
1380 \begin_inset Formula $\nicefrac{1}{18}$
1381 \end_inset
1382
1383
1384 \begin_inset space \thinspace{}
1385 \end_inset
1386
1387 em)
1388 \end_layout
1389
1390 \end_inset
1391 </cell>
1392 </row>
1393 </lyxtabular>
1394
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \begin_layout Standard
1406 \begin_inset Newpage newpage
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \begin_layout Section
1413 Grundlegende Funktionen
1414 \end_layout
1415
1416 \begin_layout Subsection
1417 Exponenten
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 Exponenten
1423 \end_layout
1424
1425 \end_inset
1426
1427  und Indizes
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 Indizes
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \begin_inset Index idx
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442 Hochstellen|see
1443 \begin_inset ERT
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447
1448 {
1449 \end_layout
1450
1451 \end_inset
1452
1453 Exponenten
1454 \begin_inset ERT
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458
1459 }
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \begin_inset Index idx
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474 Tiefstellen|see
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 {
1481 \end_layout
1482
1483 \end_inset
1484
1485 Indizes
1486 \begin_inset ERT
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490
1491 }
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \begin_layout Standard
1505 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1506  
1507 \begin_inset Graphics
1508         filename ../../images/math-subscript.png
1509         scale 85
1510
1511 \end_inset
1512
1513 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1514  
1515 \begin_inset Graphics
1516         filename ../../images/math-superscript.png
1517         scale 85
1518
1519 \end_inset
1520
1521  erzeugt.
1522 \end_layout
1523
1524 \begin_layout Standard
1525 \align center
1526 \begin_inset Tabular
1527 <lyxtabular version="3" rows="4" columns="2">
1528 <features tabularvalignment="middle">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <column alignment="center" valignment="top" width="0pt">
1531 <row>
1532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536 Befehl
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 Ergebnis
1546 \begin_inset Note Note
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550
1551 \series bold
1552
1553 \backslash
1554 raisebox
1555 \series default
1556  dient nur als Abstandhalter.
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 </row>
1567 <row>
1568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572 B_V
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581 \begin_inset Formula $B_{V}$
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595 B^V
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618 B^
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624
1625 \backslash
1626 leer 
1627 \end_layout
1628
1629 \end_inset
1630
1631 A
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1637 \begin_inset Text
1638
1639 \begin_layout Plain Layout
1640 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 </row>
1649 </lyxtabular>
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \begin_layout Standard
1657 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1658 llt
1659 \begin_inset Foot
1660 status collapsed
1661
1662 \begin_layout Plain Layout
1663 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1664 \end_layout
1665
1666 \end_inset
1667
1668 .
1669  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1670  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1671 \end_layout
1672
1673 \begin_layout Subsection
1674 Brüche
1675 \begin_inset CommandInset label
1676 LatexCommand label
1677 name "sub:Brüche"
1678
1679 \end_inset
1680
1681
1682 \begin_inset Index idx
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 Brüche
1687 \end_layout
1688
1689 \end_inset
1690
1691
1692 \end_layout
1693
1694 \begin_layout Standard
1695 Brüche werden mit dem Befehl 
1696 \series bold
1697
1698 \backslash
1699 frac
1700 \series default
1701
1702 \begin_inset Index idx
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 Befehle ! F ! 
1707 \backslash
1708 frac
1709 \end_layout
1710
1711 \end_inset
1712
1713  oder mit dem Mathe-Werkzeugleistenknopf 
1714 \begin_inset Graphics
1715         filename ../../images/math/frac.png
1716         scale 50
1717
1718 \end_inset
1719
1720  erstellt.
1721  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1722  in einer eingebetteten oder abgesetzten Formel befindet.
1723  Mit dem Mathe-Werkzeugleistenknopf 
1724 \begin_inset Graphics
1725         filename ../../images/math/frac-square.png
1726         scale 85
1727
1728 \end_inset
1729
1730  können verschieden Bruchtypen gewählt werden.
1731 \end_layout
1732
1733 \begin_layout Standard
1734 Mit dem Befehl 
1735 \series bold
1736
1737 \backslash
1738 dfrac
1739 \series default
1740
1741 \begin_inset Index idx
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745 Befehle ! D ! 
1746 \backslash
1747 dfrac
1748 \end_layout
1749
1750 \end_inset
1751
1752  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1753  Formel erscheint.
1754  Mit 
1755 \series bold
1756
1757 \backslash
1758 tfrac
1759 \series default
1760
1761 \begin_inset Index idx
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765 Befehle ! T ! 
1766 \backslash
1767 tfrac
1768 \end_layout
1769
1770 \end_inset
1771
1772  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1773  Ein Beispiel:
1774 \end_layout
1775
1776 \begin_layout Standard
1777 Eine Zeile mit dem Bruch 
1778 \begin_inset Formula $\frac{1}{2}$
1779 \end_inset
1780
1781 , der mit dem Befehl 
1782 \series bold
1783
1784 \backslash
1785 frac
1786 \series default
1787  erstellt wurde.
1788 \end_layout
1789
1790 \begin_layout Standard
1791 Eine Zeile mit dem Bruch 
1792 \begin_inset Formula $\dfrac{1}{2}$
1793 \end_inset
1794
1795 , der mit dem Befehl 
1796 \series bold
1797
1798 \backslash
1799 dfrac
1800 \series default
1801  erstellt wurde.
1802 \end_layout
1803
1804 \begin_layout Standard
1805 \align center
1806 \begin_inset Tabular
1807 <lyxtabular version="3" rows="4" columns="2">
1808 <features tabularvalignment="middle">
1809 <column alignment="center" valignment="top" width="0pt">
1810 <column alignment="center" valignment="top" width="0pt">
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Befehl
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 Ergebnis
1826 \begin_inset Note Note
1827 status collapsed
1828
1829 \begin_layout Plain Layout
1830
1831 \series bold
1832
1833 \backslash
1834 raisebox
1835 \series default
1836  dient nur als Abstandhalter.
1837 \end_layout
1838
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \backslash
1854 frac
1855 \begin_inset ERT
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859
1860
1861 \backslash
1862 leer 
1863 \end_layout
1864
1865 \end_inset
1866
1867 A
1868 \begin_inset Formula $\downarrow$
1869 \end_inset
1870
1871 B
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1881 \end_inset
1882
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 </row>
1889 <row>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \backslash
1896 dfrac
1897 \begin_inset ERT
1898 status collapsed
1899
1900 \begin_layout Plain Layout
1901
1902
1903 \backslash
1904 leer 
1905 \end_layout
1906
1907 \end_inset
1908
1909 A
1910 \begin_inset Formula $\downarrow$
1911 \end_inset
1912
1913 B
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 <row>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \backslash
1938 dfrac
1939 \begin_inset ERT
1940 status collapsed
1941
1942 \begin_layout Plain Layout
1943
1944
1945 \backslash
1946 leer 
1947 \end_layout
1948
1949 \end_inset
1950
1951 e^
1952 \begin_inset ERT
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956
1957
1958 \backslash
1959 leer 
1960 \end_layout
1961
1962 \end_inset
1963
1964
1965 \backslash
1966 frac
1967 \begin_inset ERT
1968 status collapsed
1969
1970 \begin_layout Plain Layout
1971
1972
1973 \backslash
1974 leer 
1975 \end_layout
1976
1977 \end_inset
1978
1979 1
1980 \begin_inset Formula $\downarrow$
1981 \end_inset
1982
1983 2
1984 \begin_inset Formula $\downarrow\downarrow$
1985 \end_inset
1986
1987 3
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 </lyxtabular>
2006
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \begin_layout Standard
2013 \begin_inset VSpace bigskip
2014 \end_inset
2015
2016
2017 \begin_inset Newpage newpage
2018 \end_inset
2019
2020 Für Mehrfachbrüche gibt es den Befehl 
2021 \series bold
2022
2023 \backslash
2024 cfrac
2025 \series default
2026
2027 \begin_inset Index idx
2028 status collapsed
2029
2030 \begin_layout Plain Layout
2031 Befehle ! C ! 
2032 \backslash
2033 cfrac
2034 \end_layout
2035
2036 \end_inset
2037
2038 .
2039  Dazu ein Beispiel:
2040 \begin_inset VSpace -3mm
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset Formula \begin{align*}
2048 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2049 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2050 \end{align*}
2051
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058 Der Befehl für obiges Beispiel lautet:
2059 \end_layout
2060
2061 \begin_layout Standard
2062
2063 \series bold
2064
2065 \backslash
2066 cfrac
2067 \begin_inset ERT
2068 status collapsed
2069
2070 \begin_layout Plain Layout
2071
2072
2073 \backslash
2074 leer 
2075 \end_layout
2076
2077 \end_inset
2078
2079 A
2080 \begin_inset Formula $\downarrow$
2081 \end_inset
2082
2083 B+
2084 \backslash
2085 cfrac
2086 \begin_inset ERT
2087 status collapsed
2088
2089 \begin_layout Plain Layout
2090
2091
2092 \backslash
2093 leer 
2094 \end_layout
2095
2096 \end_inset
2097
2098 C+
2099 \backslash
2100 cfrac
2101 \begin_inset ERT
2102 status collapsed
2103
2104 \begin_layout Plain Layout
2105
2106
2107 \backslash
2108 leer 
2109 \end_layout
2110
2111 \end_inset
2112
2113 E
2114 \begin_inset Formula $\downarrow$
2115 \end_inset
2116
2117 F
2118 \begin_inset Formula $\downarrow$
2119 \end_inset
2120
2121 D
2122 \end_layout
2123
2124 \begin_layout Standard
2125 \begin_inset VSpace medskip
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132
2133 \series bold
2134
2135 \backslash
2136 cfrac
2137 \series default
2138  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2139  auch wenn er selbst Teil eines Bruches ist.
2140 \end_layout
2141
2142 \begin_layout Standard
2143 Es ist möglich die Ausrichtung des Zählers einzustellen.
2144  Der Befehl 
2145 \series bold
2146
2147 \backslash
2148 cfracleft
2149 \series default
2150  richtet ihn links, der Befehl 
2151 \series bold
2152
2153 \backslash
2154 cfracright
2155 \series default
2156  rechts aus.
2157  
2158 \series bold
2159
2160 \backslash
2161 cfrac
2162 \series default
2163  zentriert den Zähler.
2164  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2165 \end_layout
2166
2167 \begin_layout Standard
2168
2169 \series bold
2170 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2171 \end_inset
2172
2173
2174 \begin_inset Formula $\cfrac{A}{B+C}$
2175 \end_inset
2176
2177
2178 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2179 \end_inset
2180
2181
2182 \end_layout
2183
2184 \begin_layout Standard
2185 \begin_inset Note Greyedout
2186 status open
2187
2188 \begin_layout Plain Layout
2189
2190 \series bold
2191 Achtung:
2192 \series default
2193  
2194 \series bold
2195
2196 \backslash
2197 cfracleft
2198 \series default
2199  und
2200 \series bold
2201  
2202 \backslash
2203 cfracright
2204 \series default
2205  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2206 \series bold
2207
2208 \backslash
2209 cfrac[Ausrichtung]{Zähler}{Nenner}
2210 \series default
2211  dar.
2212  Daher kann man sie nicht im TeX-Code benutzen.
2213 \end_layout
2214
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 \begin_inset VSpace medskip
2222 \end_inset
2223
2224 Oftmals ist es am günstigsten 
2225 \series bold
2226
2227 \backslash
2228 cfrac
2229 \series default
2230  und 
2231 \series bold
2232
2233 \backslash
2234 frac
2235 \series default
2236  zu kombinieren:
2237 \begin_inset Formula \[
2238 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Standard
2246 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2247 \series bold
2248
2249 \backslash
2250 nicefrac
2251 \series default
2252
2253 \begin_inset Index idx
2254 status collapsed
2255
2256 \begin_layout Plain Layout
2257 Befehle ! N ! 
2258 \backslash
2259 nicefrac
2260 \end_layout
2261
2262 \end_inset
2263
2264
2265 \begin_inset Formula $\nicefrac{5}{31}$
2266 \end_inset
2267
2268  oder 
2269 \series bold
2270
2271 \backslash
2272 unitfrac
2273 \series default
2274
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 Befehle! U ! 
2280 \backslash
2281 unitfrac
2282 \end_layout
2283
2284 \end_inset
2285
2286
2287 \begin_inset Formula $\unitfrac{5}{31}$
2288 \end_inset
2289
2290  benutzt werden.
2291  Des Weiteren gibt es den Befehl 
2292 \series bold
2293
2294 \backslash
2295 unitfracthree
2296 \series default
2297  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2298 \begin_inset Formula $\unitfrac[2]{1}{3}$
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 \begin_inset Note Greyedout
2306 status open
2307
2308 \begin_layout Plain Layout
2309
2310 \series bold
2311 Achtung:
2312 \series default
2313  
2314 \series bold
2315
2316 \backslash
2317 unitfracthree
2318 \series default
2319  ist kein echter LaTeX-Befehl, sondern der Befehl
2320 \begin_inset Newline newline
2321 \end_inset
2322
2323
2324 \series bold
2325
2326 \backslash
2327 unitfrac[Zahl]{Zähler}{Nenner}
2328 \series default
2329  .
2330  Daher kann man ihn nicht im TeX-Code benutzen.
2331 \end_layout
2332
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \begin_layout Standard
2339 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2340  in 
2341 \begin_inset CommandInset ref
2342 LatexCommand ref
2343 reference "sub:Selbstdefinierte-Brüche"
2344
2345 \end_inset
2346
2347  erklärt.
2348 \end_layout
2349
2350 \begin_layout Subsection
2351 Wurzeln
2352 \begin_inset Index idx
2353 status collapsed
2354
2355 \begin_layout Plain Layout
2356 Wurzeln
2357 \end_layout
2358
2359 \end_inset
2360
2361
2362 \end_layout
2363
2364 \begin_layout Standard
2365 Quadratwurzeln werden mit 
2366 \series bold
2367
2368 \backslash
2369 sqrt
2370 \series default
2371
2372 \begin_inset Index idx
2373 status collapsed
2374
2375 \begin_layout Plain Layout
2376 Befehle ! S ! 
2377 \backslash
2378 sqrt
2379 \end_layout
2380
2381 \end_inset
2382
2383  oder dem Mathe-Werkzeugleistenknopf 
2384 \begin_inset Graphics
2385         filename ../../images/math/sqrt.png
2386         scale 85
2387
2388 \end_inset
2389
2390  gesetzt, alle anderen Wurzeln mit dem Befehl 
2391 \series bold
2392
2393 \backslash
2394 root
2395 \series default
2396
2397 \begin_inset Index idx
2398 status collapsed
2399
2400 \begin_layout Plain Layout
2401 Befehle ! R ! 
2402 \backslash
2403 root
2404 \end_layout
2405
2406 \end_inset
2407
2408  oder dem Mathe-Werkzeugleistenknopf 
2409 \begin_inset Graphics
2410         filename ../../images/math/root.png
2411         scale 85
2412
2413 \end_inset
2414
2415 .
2416 \end_layout
2417
2418 \begin_layout Standard
2419 \align center
2420 \begin_inset Tabular
2421 <lyxtabular version="3" rows="3" columns="2">
2422 <features tabularvalignment="middle">
2423 <column alignment="center" valignment="top" width="0pt">
2424 <column alignment="center" valignment="top" width="0pt">
2425 <row>
2426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430 Befehl
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439 Ergebnis
2440 \begin_inset Note Note
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444
2445 \series bold
2446
2447 \backslash
2448 raisebox
2449 \series default
2450  dient nur als Abstandhalter.
2451 \end_layout
2452
2453 \end_inset
2454
2455
2456 \end_layout
2457
2458 \end_inset
2459 </cell>
2460 </row>
2461 <row>
2462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466
2467 \backslash
2468 sqrt
2469 \begin_inset ERT
2470 status collapsed
2471
2472 \begin_layout Plain Layout
2473
2474
2475 \backslash
2476 leer 
2477 \end_layout
2478
2479 \end_inset
2480
2481 A-B
2482 \end_layout
2483
2484 \end_inset
2485 </cell>
2486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2487 \begin_inset Text
2488
2489 \begin_layout Plain Layout
2490 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2491 \end_inset
2492
2493
2494 \end_layout
2495
2496 \end_inset
2497 </cell>
2498 </row>
2499 <row>
2500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2501 \begin_inset Text
2502
2503 \begin_layout Plain Layout
2504
2505 \backslash
2506 root
2507 \begin_inset ERT
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511
2512
2513 \backslash
2514 leer 
2515 \end_layout
2516
2517 \end_inset
2518
2519 3
2520 \begin_inset Formula $\downarrow$
2521 \end_inset
2522
2523 A-B
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2529 \begin_inset Text
2530
2531 \begin_layout Plain Layout
2532 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2533 \end_inset
2534
2535
2536 \end_layout
2537
2538 \end_inset
2539 </cell>
2540 </row>
2541 </lyxtabular>
2542
2543 \end_inset
2544
2545
2546 \end_layout
2547
2548 \begin_layout Standard
2549 Eine Quadratwurzel kann man auch mit 
2550 \series bold
2551
2552 \backslash
2553 root
2554 \series default
2555  erstellen, indem man das Feld über der Wurzel frei lässt.
2556 \end_layout
2557
2558 \begin_layout Standard
2559 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2560  Formel: 
2561 \begin_inset Formula $\sqrt[\beta]{B}$
2562 \end_inset
2563
2564
2565 \begin_inset Newline newline
2566 \end_inset
2567
2568 Das 
2569 \begin_inset Formula $\beta$
2570 \end_inset
2571
2572  berührt die Wurzel.
2573  Um dies zu verhindern, verwendet man die Befehle 
2574 \series bold
2575
2576 \backslash
2577 leftroot
2578 \series default
2579
2580 \begin_inset Index idx
2581 status collapsed
2582
2583 \begin_layout Plain Layout
2584 Befehle ! L ! 
2585 \backslash
2586 leftroot
2587 \end_layout
2588
2589 \end_inset
2590
2591  und 
2592 \series bold
2593
2594 \backslash
2595 uproot
2596 \series default
2597
2598 \begin_inset Index idx
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Befehle ! U ! 
2603 \backslash
2604 uproot
2605 \end_layout
2606
2607 \end_inset
2608
2609 , die folgendes Schema besitzen:
2610 \end_layout
2611
2612 \begin_layout Standard
2613
2614 \series bold
2615
2616 \backslash
2617 leftroot{Abstand}
2618 \series default
2619  bzw.
2620  
2621 \series bold
2622
2623 \backslash
2624 uproot{Abstand}
2625 \end_layout
2626
2627 \begin_layout Standard
2628 Abstand ist die Anzahl der Big Points (Einheit bp; 
2629 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2630 \end_inset
2631
2632 ), um die der Index nach links bzw.
2633  nach oben verschoben werden soll.
2634  Die Befehle werden in den Index geschrieben.
2635  So ergibt der Befehl
2636 \begin_inset Newline newline
2637 \end_inset
2638
2639
2640 \series bold
2641
2642 \backslash
2643 root
2644 \backslash
2645 leftroot{-1
2646 \begin_inset Formula $\to$
2647 \end_inset
2648
2649
2650 \backslash
2651 uproot{2
2652 \begin_inset Formula $\to$
2653 \end_inset
2654
2655
2656 \backslash
2657 beta
2658 \begin_inset ERT
2659 status collapsed
2660
2661 \begin_layout Plain Layout
2662
2663
2664 \backslash
2665 leer 
2666 \end_layout
2667
2668 \end_inset
2669
2670
2671 \begin_inset Formula $\to$
2672 \end_inset
2673
2674 B
2675 \begin_inset Newline newline
2676 \end_inset
2677
2678
2679 \series default
2680 eine korrekt gesetzte Formel: 
2681 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2682 \end_inset
2683
2684
2685 \end_layout
2686
2687 \begin_layout Subsection
2688 Binomialkoeffizienten
2689 \begin_inset Index idx
2690 status collapsed
2691
2692 \begin_layout Plain Layout
2693 Binomialkoeffizienten
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \begin_layout Standard
2702 Binomialkoeffizienten können mit dem Befehl 
2703 \series bold
2704
2705 \backslash
2706 binom
2707 \series default
2708
2709 \begin_inset Index idx
2710 status collapsed
2711
2712 \begin_layout Plain Layout
2713 Befehle ! B ! 
2714 \backslash
2715 binom
2716 \end_layout
2717
2718 \end_inset
2719
2720  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2721 \begin_inset Graphics
2722         filename ../../images/math/frac-square.png
2723         scale 85
2724
2725 \end_inset
2726
2727 eingefügt werden.
2728  Analog zu Brüchen (
2729 \series bold
2730
2731 \backslash
2732 frac
2733 \series default
2734 ) gibt es außer 
2735 \series bold
2736
2737 \backslash
2738 binom
2739 \series default
2740  noch die Befehle 
2741 \series bold
2742
2743 \backslash
2744 dbinom
2745 \series default
2746
2747 \begin_inset Index idx
2748 status collapsed
2749
2750 \begin_layout Plain Layout
2751 Befehle ! D ! 
2752 \backslash
2753 dbinom
2754 \end_layout
2755
2756 \end_inset
2757
2758  und 
2759 \series bold
2760
2761 \backslash
2762 tbinom
2763 \series default
2764
2765 \begin_inset Index idx
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769 Befehle ! T ! 
2770 \backslash
2771 tbinom
2772 \end_layout
2773
2774 \end_inset
2775
2776 .
2777  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2778 \series bold
2779
2780 \backslash
2781 brace
2782 \series default
2783
2784 \begin_inset Index idx
2785 status collapsed
2786
2787 \begin_layout Plain Layout
2788 Befehle ! B ! 
2789 \backslash
2790 brace
2791 \end_layout
2792
2793 \end_inset
2794
2795  und 
2796 \series bold
2797
2798 \backslash
2799 brack
2800 \series default
2801
2802 \begin_inset Index idx
2803 status collapsed
2804
2805 \begin_layout Plain Layout
2806 Befehle ! B ! 
2807 \backslash
2808 brack
2809 \end_layout
2810
2811 \end_inset
2812
2813 .
2814 \end_layout
2815
2816 \begin_layout Standard
2817 \align center
2818 \begin_inset Tabular
2819 <lyxtabular version="3" rows="6" columns="2">
2820 <features tabularvalignment="middle">
2821 <column alignment="center" valignment="top" width="0pt">
2822 <column alignment="center" valignment="top" width="0pt">
2823 <row>
2824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Plain Layout
2828 Befehl
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837 Ergebnis
2838 \begin_inset Note Note
2839 status collapsed
2840
2841 \begin_layout Plain Layout
2842
2843 \series bold
2844
2845 \backslash
2846 raisebox
2847 \series default
2848  dient nur als Abstandhalter.
2849 \end_layout
2850
2851 \end_inset
2852
2853
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 </row>
2859 <row>
2860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864
2865 \backslash
2866 binom
2867 \begin_inset ERT
2868 status collapsed
2869
2870 \begin_layout Plain Layout
2871
2872
2873 \backslash
2874 leer 
2875 \end_layout
2876
2877 \end_inset
2878
2879 A
2880 \begin_inset Formula $\downarrow$
2881 \end_inset
2882
2883 B
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2893 \end_inset
2894
2895
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 </row>
2901 <row>
2902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \backslash
2908 dbinom
2909 \begin_inset ERT
2910 status collapsed
2911
2912 \begin_layout Plain Layout
2913
2914
2915 \backslash
2916 leer 
2917 \end_layout
2918
2919 \end_inset
2920
2921 A
2922 \begin_inset Formula $\downarrow$
2923 \end_inset
2924
2925 B
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 </row>
2943 <row>
2944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Plain Layout
2948
2949 \backslash
2950 tbinom
2951 \begin_inset ERT
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955
2956
2957 \backslash
2958 leer 
2959 \end_layout
2960
2961 \end_inset
2962
2963 A
2964 \begin_inset Formula $\downarrow$
2965 \end_inset
2966
2967 B
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2977 \end_inset
2978
2979
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 <row>
2986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \backslash
2992 brack
2993 \begin_inset ERT
2994 status collapsed
2995
2996 \begin_layout Plain Layout
2997
2998
2999 \backslash
3000 leer 
3001 \end_layout
3002
3003 \end_inset
3004
3005 A
3006 \begin_inset Formula $\downarrow$
3007 \end_inset
3008
3009 B
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3019 \end_inset
3020
3021
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 </row>
3027 <row>
3028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \backslash
3034 brace
3035 \begin_inset ERT
3036 status collapsed
3037
3038 \begin_layout Plain Layout
3039
3040
3041 \backslash
3042 leer 
3043 \end_layout
3044
3045 \end_inset
3046
3047 A
3048 \begin_inset Formula $\downarrow$
3049 \end_inset
3050
3051 B
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3061 \end_inset
3062
3063
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 </row>
3069 </lyxtabular>
3070
3071 \end_inset
3072
3073
3074 \end_layout
3075
3076 \begin_layout Subsection
3077 Fallunterscheidungen
3078 \begin_inset Index idx
3079 status collapsed
3080
3081 \begin_layout Plain Layout
3082 Fallunterscheidungen
3083 \end_layout
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \begin_layout Standard
3091 \align center
3092 \begin_inset Tabular
3093 <lyxtabular version="3" rows="3" columns="2">
3094 <features tabularvalignment="middle">
3095 <column alignment="center" valignment="top" width="0pt">
3096 <column alignment="center" valignment="top" width="0pt">
3097 <row>
3098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102 Befehl
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111 Ergebnis
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row>
3118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \backslash
3124 cases
3125 \begin_inset ERT
3126 status collapsed
3127
3128 \begin_layout Plain Layout
3129
3130
3131 \backslash
3132 leer 
3133 \end_layout
3134
3135 \end_inset
3136
3137 A
3138 \begin_inset Formula $\to$
3139 \end_inset
3140
3141 B>0
3142 \begin_inset Index idx
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146 Befehle ! C ! 
3147 \backslash
3148 cases
3149 \end_layout
3150
3151 \end_inset
3152
3153
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162 \begin_inset Formula $\begin{cases}
3163 A & B>0\end{cases}$
3164 \end_inset
3165
3166
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 </row>
3172 <row>
3173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177
3178 \backslash
3179 cases
3180 \begin_inset ERT
3181 status collapsed
3182
3183 \begin_layout Plain Layout
3184
3185
3186 \backslash
3187 leer 
3188 \end_layout
3189
3190 \end_inset
3191
3192 Strg+Enter
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201 \begin_inset Formula $\begin{cases}
3202 A & \textrm{für }x>0\\
3203 B & \textrm{für }x=0
3204 \end{cases}$
3205 \end_inset
3206
3207
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 </row>
3213 </lyxtabular>
3214
3215 \end_inset
3216
3217
3218 \end_layout
3219
3220 \begin_layout Standard
3221 Nach der Eingabe von 
3222 \series bold
3223
3224 \backslash
3225 cases
3226 \series default
3227  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3228 \begin_inset Graphics
3229         filename ../../images/math/cases.png
3230         scale 85
3231
3232 \end_inset
3233
3234  können mit 
3235 \family sans
3236 Strg+Enter
3237 \family default
3238  oder dem Tabellen-Werkzeugleistenknopf 
3239 \begin_inset Graphics
3240         filename ../../images/tabular-feature_append-row.png
3241         scale 85
3242
3243 \end_inset
3244
3245  neue Zeilen erstellt werden.
3246 \begin_inset Foot
3247 status collapsed
3248
3249 \begin_layout Plain Layout
3250 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3251 \begin_inset CommandInset ref
3252 LatexCommand ref
3253 reference "sub:Akzente-für-ein"
3254
3255 \end_inset
3256
3257  beschrieben.
3258 \end_layout
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \begin_layout Standard
3266 Der Befehl 
3267 \series bold
3268
3269 \backslash
3270 cases
3271 \series default
3272  ist auch über das Menü 
3273 \family sans
3274 Einfügen\SpecialChar \menuseparator
3275 Mathe\SpecialChar \menuseparator
3276 Cases-Umgebung
3277 \family default
3278  verfügbar.
3279 \end_layout
3280
3281 \begin_layout Subsection
3282 Verneinungen
3283 \begin_inset Index idx
3284 status collapsed
3285
3286 \begin_layout Plain Layout
3287 Verneinungen
3288 \end_layout
3289
3290 \end_inset
3291
3292
3293 \end_layout
3294
3295 \begin_layout Standard
3296 Durch die Eingabe von 
3297 \series bold
3298
3299 \backslash
3300 not
3301 \series default
3302
3303 \begin_inset Index idx
3304 status collapsed
3305
3306 \begin_layout Plain Layout
3307 Befehle ! N ! 
3308 \backslash
3309 not
3310 \end_layout
3311
3312 \end_inset
3313
3314  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3315  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3316 \end_layout
3317
3318 \begin_layout Standard
3319 \align center
3320 \begin_inset Tabular
3321 <lyxtabular version="3" rows="4" columns="2">
3322 <features tabularvalignment="middle">
3323 <column alignment="center" valignment="top" width="0pt">
3324 <column alignment="center" valignment="top" width="0pt">
3325 <row>
3326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 Befehl
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 Ergebnis
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \backslash
3352 not=
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 \begin_inset Formula $\not=$
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 <row>
3371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \backslash
3377 not 
3378 \backslash
3379 le
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 \begin_inset Formula $\not\le$
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \backslash
3404 not 
3405 \backslash
3406 parallel
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 \begin_inset Formula $\not\parallel$
3416 \end_inset
3417
3418
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 </row>
3424 </lyxtabular>
3425
3426 \end_inset
3427
3428
3429 \end_layout
3430
3431 \begin_layout Standard
3432 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3433  Deswegen gibt es für Einige spezielle Befehle (siehe 
3434 \begin_inset CommandInset ref
3435 LatexCommand ref
3436 reference "sub:Mathematische-Symbole"
3437
3438 \end_inset
3439
3440  und 
3441 \begin_inset CommandInset ref
3442 LatexCommand ref
3443 reference "sec:Relationen"
3444
3445 \end_inset
3446
3447 ).
3448 \end_layout
3449
3450 \begin_layout Subsection
3451 Platzhalter
3452 \begin_inset CommandInset label
3453 LatexCommand label
3454 name "sub:Platzhalter"
3455
3456 \end_inset
3457
3458
3459 \begin_inset Index idx
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463 Platzhalter
3464 \end_layout
3465
3466 \end_inset
3467
3468
3469 \begin_inset Index idx
3470 status collapsed
3471
3472 \begin_layout Plain Layout
3473 chemische Zeichen ! Isotope
3474 \end_layout
3475
3476 \end_inset
3477
3478
3479 \begin_inset Index idx
3480 status collapsed
3481
3482 \begin_layout Plain Layout
3483 Isotope|see
3484 \begin_inset ERT
3485 status collapsed
3486
3487 \begin_layout Plain Layout
3488
3489 {
3490 \end_layout
3491
3492 \end_inset
3493
3494 chemische Zeichen
3495 \begin_inset ERT
3496 status collapsed
3497
3498 \begin_layout Plain Layout
3499
3500 }
3501 \end_layout
3502
3503 \end_inset
3504
3505
3506 \end_layout
3507
3508 \end_inset
3509
3510
3511 \end_layout
3512
3513 \begin_layout Standard
3514 Möchte man z.
3515 \begin_inset space \thinspace{}
3516 \end_inset
3517
3518 B.
3519  Isotope
3520 \begin_inset Foot
3521 status collapsed
3522
3523 \begin_layout Plain Layout
3524 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3525 \begin_inset CommandInset ref
3526 LatexCommand ref
3527 reference "sub:Chemische-Symbole-und"
3528
3529 \end_inset
3530
3531  beschrieben.
3532 \end_layout
3533
3534 \end_inset
3535
3536  darstellen, tritt folgendes Problem auf:
3537 \end_layout
3538
3539 \begin_layout Standard
3540 \align center
3541 \begin_inset Tabular
3542 <lyxtabular version="3" rows="2" columns="2">
3543 <features tabularvalignment="middle">
3544 <column alignment="center" valignment="top" width="0pt">
3545 <column alignment="center" valignment="top" width="0pt">
3546 <row>
3547 <cell alignment="center" valignment="top" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 durch Hoch- und Tiefstellen erzeugte Indizes:
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3561 \end_inset
3562
3563
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 korrekte Indizes:
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 </lyxtabular>
3593
3594 \end_inset
3595
3596
3597 \begin_inset Note Note
3598 status collapsed
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603
3604 \backslash
3605 raisebox
3606 \series default
3607  dient nur
3608 \end_layout
3609
3610 \begin_layout Plain Layout
3611 als Abstandhalter.
3612 \end_layout
3613
3614 \end_inset
3615
3616
3617 \end_layout
3618
3619 \begin_layout Standard
3620 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3621  längeren Index gesetzt.
3622  Um das zu verhindern gibt es den Befehl 
3623 \series bold
3624
3625 \backslash
3626 phantom
3627 \series default
3628
3629 \begin_inset Index idx
3630 status collapsed
3631
3632 \begin_layout Plain Layout
3633 Befehle ! P ! 
3634 \backslash
3635 phantom
3636 \end_layout
3637
3638 \end_inset
3639
3640  oder den Mathe-Werkzeugleistenknopf
3641 \begin_inset space \thinspace{}
3642 \end_inset
3643
3644
3645 \begin_inset Foot
3646 status collapsed
3647
3648 \begin_layout Plain Layout
3649 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3650 \begin_inset Graphics
3651         filename ../../images/math/space.png
3652         scale 85
3653
3654 \end_inset
3655
3656
3657 \end_layout
3658
3659 \end_inset
3660
3661  
3662 \begin_inset Graphics
3663         filename ../../images/math/phantom.png
3664         scale 85
3665
3666 \end_inset
3667
3668 , der ein oder mehrere Phantomzeichen erstellt.
3669  Wenn 
3670 \series bold
3671
3672 \backslash
3673 phantom
3674 \series default
3675  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3676  Pfeilen überlagert wird.
3677  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3678  als Leerraum erstellt wird.
3679  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3680  Zeichen.
3681 \end_layout
3682
3683 \begin_layout Standard
3684 \align center
3685 \begin_inset Tabular
3686 <lyxtabular version="3" rows="4" columns="2">
3687 <features tabularvalignment="middle">
3688 <column alignment="center" valignment="top" width="0">
3689 <column alignment="center" valignment="top" width="0">
3690 <row>
3691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 Befehl
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Ergebnis
3705 \begin_inset Note Note
3706 status collapsed
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711
3712 \backslash
3713 raisebox
3714 \series default
3715  dient nur als Abstandhalter.
3716 \end_layout
3717
3718 \end_inset
3719
3720
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 ^19
3732 \begin_inset ERT
3733 status collapsed
3734
3735 \begin_layout Plain Layout
3736
3737
3738 \backslash
3739 leer 
3740 \end_layout
3741
3742 \end_inset
3743
3744 _
3745 \backslash
3746 phantom
3747 \begin_inset ERT
3748 status collapsed
3749
3750 \begin_layout Plain Layout
3751
3752
3753 \backslash
3754 leer 
3755 \end_layout
3756
3757 \end_inset
3758
3759 1
3760 \begin_inset Formula $\to$
3761 \end_inset
3762
3763 9
3764 \begin_inset ERT
3765 status collapsed
3766
3767 \begin_layout Plain Layout
3768
3769
3770 \backslash
3771 leer 
3772 \end_layout
3773
3774 \end_inset
3775
3776 F
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3786 \end_inset
3787
3788
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799 ^235
3800 \begin_inset ERT
3801 status collapsed
3802
3803 \begin_layout Plain Layout
3804
3805
3806 \backslash
3807 leer 
3808 \end_layout
3809
3810 \end_inset
3811
3812 _
3813 \backslash
3814 phantom
3815 \begin_inset ERT
3816 status collapsed
3817
3818 \begin_layout Plain Layout
3819
3820
3821 \backslash
3822 leer 
3823 \end_layout
3824
3825 \end_inset
3826
3827 23
3828 \begin_inset Formula $\to$
3829 \end_inset
3830
3831 9
3832 \begin_inset ERT
3833 status collapsed
3834
3835 \begin_layout Plain Layout
3836
3837
3838 \backslash
3839 leer 
3840 \end_layout
3841
3842 \end_inset
3843
3844 F
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3854 \end_inset
3855
3856
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \backslash
3869 Lambda^
3870 \begin_inset ERT
3871 status collapsed
3872
3873 \begin_layout Plain Layout
3874
3875
3876 \backslash
3877 leer 
3878 \end_layout
3879
3880 \end_inset
3881
3882
3883 \backslash
3884 phantom
3885 \begin_inset ERT
3886 status collapsed
3887
3888 \begin_layout Plain Layout
3889
3890
3891 \backslash
3892 leer 
3893 \end_layout
3894
3895 \end_inset
3896
3897 ii
3898 \begin_inset Formula $\to$
3899 \end_inset
3900
3901 t
3902 \begin_inset ERT
3903 status collapsed
3904
3905 \begin_layout Plain Layout
3906
3907
3908 \backslash
3909 leer 
3910 \end_layout
3911
3912 \end_inset
3913
3914 _MMt
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3924 \end_inset
3925
3926
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 </row>
3932 </lyxtabular>
3933
3934 \end_inset
3935
3936
3937 \end_layout
3938
3939 \begin_layout Standard
3940 Des Weiteren gibt es noch die Befehle 
3941 \series bold
3942
3943 \backslash
3944 vphantom
3945 \series default
3946
3947 \begin_inset Index idx
3948 status collapsed
3949
3950 \begin_layout Plain Layout
3951 Befehle ! V ! 
3952 \backslash
3953 vphantom
3954 \end_layout
3955
3956 \end_inset
3957
3958  (Werkzeugleistenknopf 
3959 \begin_inset space ~
3960 \end_inset
3961
3962
3963 \begin_inset Graphics
3964         filename ../../images/math/vphantom.png
3965         scale 85
3966
3967 \end_inset
3968
3969 ) und 
3970 \series bold
3971
3972 \backslash
3973 hphantom
3974 \series default
3975
3976 \begin_inset Index idx
3977 status collapsed
3978
3979 \begin_layout Plain Layout
3980 Befehle ! H ! 
3981 \backslash
3982 hphantom
3983 \end_layout
3984
3985 \end_inset
3986
3987  (Werkzeugleistenknopf 
3988 \begin_inset space ~
3989 \end_inset
3990
3991
3992 \begin_inset Graphics
3993         filename ../../images/math/hphantom.png
3994         scale 85
3995
3996 \end_inset
3997
3998 ).
3999  
4000 \series bold
4001
4002 \backslash
4003 hphantom
4004 \series default
4005  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4006  nicht jedoch für deren Breite.
4007  Bei 
4008 \series bold
4009
4010 \backslash
4011 vphantom
4012 \series default
4013  wird nur Platz mit der Breite des Kästchens erstellt.
4014  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4015 \end_layout
4016
4017 \begin_layout Standard
4018 Zum Beispiel erzeugt 
4019 \series bold
4020
4021 \backslash
4022 vphantom
4023 \series default
4024
4025 \begin_inset ERT
4026 status collapsed
4027
4028 \begin_layout Plain Layout
4029
4030
4031 \backslash
4032 leer 
4033 \end_layout
4034
4035 \end_inset
4036
4037
4038 \series bold
4039 a
4040 \backslash
4041 int
4042 \series default
4043  Platz der Höhe des Integralzeichens,
4044 \begin_inset Foot
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048 Der Befehl 
4049 \series bold
4050
4051 \backslash
4052 int
4053 \series default
4054  erzeugt ein Integralzeichen, siehe 
4055 \begin_inset CommandInset ref
4056 LatexCommand ref
4057 reference "sub:Große-Operatoren"
4058
4059 \end_inset
4060
4061 .
4062 \end_layout
4063
4064 \end_inset
4065
4066  da dieses das größere Zeichen ist.
4067  Eine Beispielanwendung ist in 
4068 \begin_inset CommandInset ref
4069 LatexCommand ref
4070 reference "sub:Mehrzeilige-Klammern"
4071
4072 \end_inset
4073
4074  zu finden.
4075 \end_layout
4076
4077 \begin_layout Standard
4078 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4079  
4080 \family sans
4081 Einfügen\SpecialChar \menuseparator
4082 Formatierung\SpecialChar \menuseparator
4083 Phantom
4084 \family default
4085  eingefügt werden:
4086 \end_layout
4087
4088 \begin_layout Standard
4089 Dies ist ein Satz.
4090 \begin_inset Newline newline
4091 \end_inset
4092
4093
4094 \begin_inset Phantom Phantom
4095 status open
4096
4097 \begin_layout Plain Layout
4098 Dies
4099 \end_layout
4100
4101 \end_inset
4102
4103  ist ein Satz.
4104 \end_layout
4105
4106 \begin_layout Subsection
4107 Linien
4108 \begin_inset Index idx
4109 status collapsed
4110
4111 \begin_layout Plain Layout
4112 Linien
4113 \end_layout
4114
4115 \end_inset
4116
4117
4118 \begin_inset Index idx
4119 status collapsed
4120
4121 \begin_layout Plain Layout
4122 Formel ! unterstrichene
4123 \end_layout
4124
4125 \end_inset
4126
4127
4128 \end_layout
4129
4130 \begin_layout Standard
4131 \align center
4132 \begin_inset Tabular
4133 <lyxtabular version="3" rows="4" columns="2">
4134 <features tabularvalignment="middle">
4135 <column alignment="center" valignment="top" width="0pt">
4136 <column alignment="center" valignment="top" width="0pt">
4137 <row>
4138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Befehl
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 Ergebnis
4152 \begin_inset Note Note
4153 status collapsed
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158
4159 \backslash
4160 raisebox
4161 \series default
4162  dient nur als Abstandhalter.
4163 \end_layout
4164
4165 \end_inset
4166
4167
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \backslash
4180 overline
4181 \begin_inset ERT
4182 status collapsed
4183
4184 \begin_layout Plain Layout
4185
4186
4187 \backslash
4188 leer 
4189 \end_layout
4190
4191 \end_inset
4192
4193 A+B
4194 \begin_inset Index idx
4195 status collapsed
4196
4197 \begin_layout Plain Layout
4198 Befehle ! O ! 
4199 \backslash
4200 overline
4201 \end_layout
4202
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4215 \end_inset
4216
4217
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \backslash
4230 underline
4231 \begin_inset ERT
4232 status collapsed
4233
4234 \begin_layout Plain Layout
4235
4236
4237 \backslash
4238 leer 
4239 \end_layout
4240
4241 \end_inset
4242
4243 A+B
4244 \begin_inset Index idx
4245 status collapsed
4246
4247 \begin_layout Plain Layout
4248 Befehle ! U ! 
4249 \backslash
4250 underline
4251 \end_layout
4252
4253 \end_inset
4254
4255
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4265 \end_inset
4266
4267
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 </row>
4273 <row>
4274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278
4279 \backslash
4280 overline
4281 \begin_inset ERT
4282 status collapsed
4283
4284 \begin_layout Plain Layout
4285
4286
4287 \backslash
4288 leer 
4289 \end_layout
4290
4291 \end_inset
4292
4293
4294 \backslash
4295 underline
4296 \begin_inset ERT
4297 status collapsed
4298
4299 \begin_layout Plain Layout
4300
4301
4302 \backslash
4303 leer 
4304 \end_layout
4305
4306 \end_inset
4307
4308 A+B
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4318 \end_inset
4319
4320
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 </lyxtabular>
4327
4328 \end_inset
4329
4330
4331 \end_layout
4332
4333 \begin_layout Standard
4334 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4335 \series bold
4336
4337 \backslash
4338 overline
4339 \series default
4340  oder 
4341 \series bold
4342
4343 \backslash
4344 underline
4345 \series default
4346  eingibt.
4347 \end_layout
4348
4349 \begin_layout Standard
4350 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4351 \begin_inset Newline linebreak
4352 \end_inset
4353
4354
4355 \series bold
4356
4357 \backslash
4358 underline
4359 \series default
4360 .
4361 \end_layout
4362
4363 \begin_layout Standard
4364 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4365 \end_layout
4366
4367 \begin_layout Standard
4368 \begin_inset VSpace bigskip
4369 \end_inset
4370
4371 Benutzerdefinierte Linien können mit dem Befehl 
4372 \series bold
4373
4374 \backslash
4375 rule
4376 \series default
4377
4378 \begin_inset Index idx
4379 status collapsed
4380
4381 \begin_layout Plain Layout
4382 Befehle! R ! 
4383 \backslash
4384 rule
4385 \end_layout
4386
4387 \end_inset
4388
4389  erstellt werden, der folgendes Schema besitzt:
4390 \end_layout
4391
4392 \begin_layout Standard
4393
4394 \series bold
4395
4396 \backslash
4397 rule[vertikaler Versatz]{Länge}{Dicke}
4398 \end_layout
4399
4400 \begin_layout Standard
4401 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4402  unten, wenn der Wert negativ ist).
4403  Die Einheiten, die in 
4404 \begin_inset CommandInset ref
4405 LatexCommand ref
4406 reference "tab:Verfügbare-Einheiten"
4407
4408 \end_inset
4409
4410  aufgelistet sind, können für die Werte benutzt werden.
4411  Hier sind zwei Beispiele, die mit den Befehlen
4412 \begin_inset Newline newline
4413 \end_inset
4414
4415
4416 \series bold
4417
4418 \backslash
4419 rule[-2ex]{3cm}{2pt}
4420 \series default
4421  und 
4422 \series bold
4423
4424 \backslash
4425 rule{2cm}{1pt}
4426 \series default
4427  erzeugt wurden:
4428 \end_layout
4429
4430 \begin_layout Standard
4431 Dies ist ein Satz 
4432 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4433 \end_inset
4434
4435  mit zwei Linien.
4436 \end_layout
4437
4438 \begin_layout Standard
4439
4440 \series bold
4441
4442 \backslash
4443 rule
4444 \series default
4445  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4446 \family sans
4447 Einfügen\SpecialChar \menuseparator
4448 Formatierung\SpecialChar \menuseparator
4449 Horizontale
4450 \begin_inset space ~
4451 \end_inset
4452
4453 Line
4454 \family default
4455  eingefügt wird:
4456 \end_layout
4457
4458 \begin_layout Standard
4459 Dies ist ein Satz 
4460 \begin_inset CommandInset line
4461 LatexCommand rule
4462 offset "0.5ex"
4463 width "3cm"
4464 height "1pt"
4465
4466 \end_inset
4467
4468  mit einer Linie.
4469 \end_layout
4470
4471 \begin_layout Subsection
4472 Fortsetzungspunkte
4473 \begin_inset CommandInset label
4474 LatexCommand label
4475 name "sub:Fortsetzungspunkte"
4476
4477 \end_inset
4478
4479
4480 \begin_inset Index idx
4481 status collapsed
4482
4483 \begin_layout Plain Layout
4484 Fortsetzungspunkte
4485 \end_layout
4486
4487 \end_inset
4488
4489
4490 \end_layout
4491
4492 \begin_layout Standard
4493 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4494 \begin_inset Foot
4495 status collapsed
4496
4497 \begin_layout Plain Layout
4498 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4499 \begin_inset Graphics
4500         filename ../../images/math/ldots.png
4501         scale 85
4502
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \end_inset
4509
4510  Für Aufzählungen verwendet man unten sitzende Punkte (
4511 \series bold
4512
4513 \backslash
4514 ldots
4515 \series default
4516
4517 \begin_inset Index idx
4518 status collapsed
4519
4520 \begin_layout Plain Layout
4521 Befehle ! L ! 
4522 \backslash
4523 ldots
4524 \end_layout
4525
4526 \end_inset
4527
4528 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4529  die Operatoren sind (
4530 \series bold
4531
4532 \backslash
4533 cdots
4534 \series default
4535
4536 \begin_inset Index idx
4537 status collapsed
4538
4539 \begin_layout Plain Layout
4540 Befehle ! C ! 
4541 \backslash
4542 cdots
4543 \end_layout
4544
4545 \end_inset
4546
4547 ).
4548  Verwendet man den Befehl 
4549 \series bold
4550
4551 \backslash
4552 dots
4553 \series default
4554
4555 \begin_inset Index idx
4556 status collapsed
4557
4558 \begin_layout Plain Layout
4559 Befehle ! D ! 
4560 \backslash
4561 dots
4562 \end_layout
4563
4564 \end_inset
4565
4566 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4567  wird.
4568 \end_layout
4569
4570 \begin_layout Standard
4571 \align center
4572 \begin_inset Tabular
4573 <lyxtabular version="3" rows="9" columns="2">
4574 <features tabularvalignment="middle">
4575 <column alignment="center" valignment="top" width="0pt">
4576 <column alignment="center" valignment="top" width="0pt">
4577 <row>
4578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 Befehl
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Ergebnis
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 <row>
4598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 A_1
4603 \begin_inset ERT
4604 status collapsed
4605
4606 \begin_layout Plain Layout
4607
4608
4609 \backslash
4610 leer 
4611 \end_layout
4612
4613 \end_inset
4614
4615 ,
4616 \backslash
4617 dots
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 leer 
4626 \end_layout
4627
4628 \end_inset
4629
4630 ,A_n
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 \begin_inset Formula $A_{1},\dots,A_{n}$
4640 \end_inset
4641
4642
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 A_1
4654 \begin_inset ERT
4655 status collapsed
4656
4657 \begin_layout Plain Layout
4658
4659
4660 \backslash
4661 leer 
4662 \end_layout
4663
4664 \end_inset
4665
4666 +
4667 \backslash
4668 dots
4669 \begin_inset ERT
4670 status collapsed
4671
4672 \begin_layout Plain Layout
4673
4674
4675 \backslash
4676 leer 
4677 \end_layout
4678
4679 \end_inset
4680
4681 +A_n
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 \begin_inset Formula $A_{1}+\dots+A_{n}$
4691 \end_inset
4692
4693
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 A_1
4705 \begin_inset ERT
4706 status collapsed
4707
4708 \begin_layout Plain Layout
4709
4710
4711 \backslash
4712 leer 
4713 \end_layout
4714
4715 \end_inset
4716
4717 ,
4718 \backslash
4719 ldots
4720 \begin_inset ERT
4721 status collapsed
4722
4723 \begin_layout Plain Layout
4724
4725
4726 \backslash
4727 leer 
4728 \end_layout
4729
4730 \end_inset
4731
4732 ,A_n
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 \begin_inset Formula $A_{1},\ldots,A_{n}$
4742 \end_inset
4743
4744
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 A_1
4756 \begin_inset ERT
4757 status collapsed
4758
4759 \begin_layout Plain Layout
4760
4761
4762 \backslash
4763 leer 
4764 \end_layout
4765
4766 \end_inset
4767
4768 +
4769 \backslash
4770 cdots
4771 \begin_inset ERT
4772 status collapsed
4773
4774 \begin_layout Plain Layout
4775
4776
4777 \backslash
4778 leer 
4779 \end_layout
4780
4781 \end_inset
4782
4783 +A_n
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4793 \end_inset
4794
4795
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \backslash
4808 vdots
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 \begin_inset Formula $\vdots$
4818 \end_inset
4819
4820
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 </row>
4826 <row>
4827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831
4832 \backslash
4833 ddots
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 \begin_inset Formula $\ddots$
4843 \end_inset
4844
4845
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \backslash
4858 iddots
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 \begin_inset Formula $\iddots$
4868 \end_inset
4869
4870
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 </row>
4876 <row>
4877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 3
4882 \series bold
4883 ×
4884 \series default
4885 3
4886 \begin_inset space \thinspace{}
4887 \end_inset
4888
4889 Matrix mit obigen Befehlen
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 \begin_inset Formula $\begin{array}{ccc}
4899 A_{11} & \cdots & A_{1m}\\
4900 \vdots & \ddots & \vdots\\
4901 A_{n1} & \cdots & A_{nm}
4902 \end{array}$
4903 \end_inset
4904
4905
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 </lyxtabular>
4912
4913 \end_inset
4914
4915
4916 \end_layout
4917
4918 \begin_layout Standard
4919 Die im Menü 
4920 \family sans
4921 Einfügen\SpecialChar \menuseparator
4922 Sonderzeichen
4923 \family default
4924  verfügbaren Fortsetzungspunkte sind 
4925 \series bold
4926
4927 \backslash
4928 ldots
4929 \series default
4930 .
4931 \end_layout
4932
4933 \begin_layout Standard
4934
4935 \lang english
4936 \begin_inset VSpace medskip
4937 \end_inset
4938
4939
4940 \lang ngerman
4941 Um 
4942 \series bold
4943
4944 \backslash
4945 iddots
4946 \series default
4947  nutzen zu können, muss eine der Optionen 
4948 \family sans
4949 Mathdots Paket (automatisch) verwenden 
4950 \family default
4951 in den Dokumenteinstellungen unter 
4952 \family sans
4953 Mathe-Optionen
4954 \family default
4955  gewählt sein.
4956 \begin_inset Newline newline
4957 \end_inset
4958
4959 Die Option 
4960 \family sans
4961 Mathdots Paket verwenden
4962 \family default
4963  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4964  Schriftstil oder die Schriftgröße nicht Standard sind.
4965 \end_layout
4966
4967 \begin_layout Standard
4968 \begin_inset VSpace medskip
4969 \end_inset
4970
4971 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4972  Spalten erstrecken.
4973  Man erhält sie mit dem Befehl 
4974 \series bold
4975
4976 \backslash
4977 hdotsfor
4978 \series default
4979
4980 \begin_inset Index idx
4981 status collapsed
4982
4983 \begin_layout Plain Layout
4984 Befehle ! H ! 
4985 \backslash
4986 hdotsfor
4987 \end_layout
4988
4989 \end_inset
4990
4991 , der folgendes Schema besitzt:
4992 \end_layout
4993
4994 \begin_layout Standard
4995
4996 \series bold
4997
4998 \backslash
4999 hdotsfor[Abstand]{Anzahl der Spalten}
5000 \end_layout
5001
5002 \begin_layout Standard
5003 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5004  sollen.
5005  Abstand ist ein Faktor, der den Punktabstand festlegt.
5006 \end_layout
5007
5008 \begin_layout Standard
5009 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5010  
5011 \series bold
5012
5013 \backslash
5014 hdotsfor[2]{4}
5015 \series default
5016  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5017  beim Befehl 
5018 \series bold
5019
5020 \backslash
5021 dots
5022 \series default
5023  zu erhalten:
5024 \begin_inset Formula \[
5025 \left(\begin{array}{cccc}
5026 A & B & C & D\\
5027 \hdotsfor[2]{4}\\
5028 q & w & e & r
5029 \end{array}\right)\]
5030
5031 \end_inset
5032
5033 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5034  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5035 \end_layout
5036
5037 \begin_layout Standard
5038 \begin_inset VSpace bigskip
5039 \end_inset
5040
5041 Des Weiteren kann man mit dem Befehl 
5042 \series bold
5043
5044 \backslash
5045 dotfill
5046 \series default
5047
5048 \begin_inset Index idx
5049 status collapsed
5050
5051 \begin_layout Plain Layout
5052 Befehle ! D ! 
5053 \backslash
5054 dotfill
5055 \end_layout
5056
5057 \end_inset
5058
5059  den Rest einer Zeile mit Punkten füllen.
5060  Die Wirkungsweise des Befehls entspricht der von 
5061 \series bold
5062
5063 \backslash
5064 hfill
5065 \series default
5066 , siehe 
5067 \begin_inset CommandInset ref
5068 LatexCommand ref
5069 reference "sub:Variabler-Leerraum"
5070
5071 \end_inset
5072
5073 .
5074 \end_layout
5075
5076 \begin_layout Standard
5077 Z.
5078 \begin_inset space \thinspace{}
5079 \end_inset
5080
5081 B.
5082  ergibt der Befehl 
5083 \series bold
5084 A
5085 \backslash
5086 dotfill
5087 \begin_inset ERT
5088 status collapsed
5089
5090 \begin_layout Plain Layout
5091
5092
5093 \backslash
5094 leer 
5095 \end_layout
5096
5097 \end_inset
5098
5099 B
5100 \end_layout
5101
5102 \begin_layout Standard
5103 \begin_inset Formula $A\dotfill B$
5104 \end_inset
5105
5106
5107 \end_layout
5108
5109 \begin_layout Standard
5110 Analog dazu gibt es für eine Linie den Befehl 
5111 \series bold
5112
5113 \backslash
5114 hrulefill
5115 \series default
5116
5117 \begin_inset Index idx
5118 status collapsed
5119
5120 \begin_layout Plain Layout
5121 Befehle ! H ! 
5122 \backslash
5123 hrulefill
5124 \end_layout
5125
5126 \end_inset
5127
5128 :
5129 \end_layout
5130
5131 \begin_layout Standard
5132 \begin_inset Formula $A\hrulefill B$
5133 \end_inset
5134
5135
5136 \end_layout
5137
5138 \begin_layout Standard
5139 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5140  werden.
5141 \end_layout
5142
5143 \begin_layout Section
5144 Matrizen
5145 \begin_inset CommandInset label
5146 LatexCommand label
5147 name "sec:Matrizen"
5148
5149 \end_inset
5150
5151
5152 \begin_inset Index idx
5153 status collapsed
5154
5155 \begin_layout Plain Layout
5156 Matrizen
5157 \end_layout
5158
5159 \end_inset
5160
5161
5162 \end_layout
5163
5164 \begin_layout Standard
5165 Matrizen können über den Mathe-Werkzeugleistenknopf
5166 \family sans
5167  
5168 \family default
5169
5170 \begin_inset Graphics
5171         filename ../../images/dialog-show_mathmatrix.png
5172         scale 85
5173
5174 \end_inset
5175
5176  oder das Menü 
5177 \family sans
5178 Einfügen\SpecialChar \menuseparator
5179 Mathe\SpecialChar \menuseparator
5180 Matrix
5181 \family default
5182  eingefügt werden.
5183  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5184  Verzierung gefragt.
5185  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5186  von Bedeutung:
5187 \end_layout
5188
5189 \begin_layout Standard
5190 Die erste Matrix ist oben 
5191 \begin_inset Formula $\begin{array}[t]{cccc}
5192 A & D & G & J\\
5193 B & E & H & K\\
5194 C & F & I & L
5195 \end{array}$
5196 \end_inset
5197
5198 , die zweite mittig 
5199 \begin_inset Formula $\begin{array}{cccc}
5200 A & D & G & J\\
5201 B & E & H & K\\
5202 C & F & I & L
5203 \end{array}$
5204 \end_inset
5205
5206  und die dritte unten 
5207 \begin_inset Formula $\begin{array}[b]{cccc}
5208 A & D & G & J\\
5209 B & E & H & K\\
5210 C & F & I & L
5211 \end{array}$
5212 \end_inset
5213
5214  ausgerichtet.
5215 \end_layout
5216
5217 \begin_layout Standard
5218 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5219  werden sollen.
5220  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5221  
5222 \emph on
5223 l
5224 \emph default
5225  steht für linksbündig, 
5226 \emph on
5227 c
5228 \emph default
5229  für mittig und 
5230 \emph on
5231 r
5232 \emph default
5233  für rechtsbündig.
5234  Möchte man z.
5235 \begin_inset space \thinspace{}
5236 \end_inset
5237
5238 B.
5239  eine 4
5240 \series bold
5241 ×
5242 \series default
5243 4
5244 \begin_inset space ~
5245 \end_inset
5246
5247 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5248  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5249  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5250 \series bold
5251 lccr
5252 \series default
5253  an.
5254  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5255  die Voreinstellung für jede Spalte ein 
5256 \series bold
5257 c
5258 \series default
5259  ist.
5260 \end_layout
5261
5262 \begin_layout Standard
5263 Horizontale Ausrichtung:
5264 \end_layout
5265
5266 \begin_layout Standard
5267
5268 \series bold
5269 lll
5270 \series default
5271  : 
5272 \begin_inset Formula $\begin{array}{lll}
5273 10000 & D & G\\
5274 B & 10000 & H\\
5275 C & F & 10000
5276 \end{array}$
5277 \end_inset
5278
5279  , 
5280 \series bold
5281 ccc
5282 \series default
5283  : 
5284 \begin_inset Formula $\begin{array}{ccc}
5285 10000 & D & G\\
5286 B & 10000 & H\\
5287 C & F & 10000
5288 \end{array}$
5289 \end_inset
5290
5291  , 
5292 \series bold
5293 rrr
5294 \series default
5295  : 
5296 \begin_inset Formula $\begin{array}{rrr}
5297 10000 & D & G\\
5298 B & 10000 & H\\
5299 C & F & 10000
5300 \end{array}$
5301 \end_inset
5302
5303
5304 \end_layout
5305
5306 \begin_layout Standard
5307 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5308  man die Mathe-Werkzeugleistenknöpfe 
5309 \begin_inset Graphics
5310         filename ../../images/tabular-feature_append-row.png
5311         scale 85
5312
5313 \end_inset
5314
5315
5316 \begin_inset Graphics
5317         filename ../../images/tabular-feature_delete-row.png
5318         scale 85
5319
5320 \end_inset
5321
5322 , usw.
5323 \begin_inset space \space{}
5324 \end_inset
5325
5326 oder das Menü 
5327 \family sans
5328 Bearbeiten\SpecialChar \menuseparator
5329 Zeilen & Spalten
5330 \family default
5331  verwenden.
5332  Neue Zeilen können auch mit 
5333 \family sans
5334 Strg+Enter
5335 \family default
5336  erstellt werden.
5337 \end_layout
5338
5339 \begin_layout Standard
5340 \begin_inset VSpace bigskip
5341 \end_inset
5342
5343 Die 
5344 \family sans
5345 Verzierung
5346 \family default
5347  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5348  Alternativ können Klammern entweder mit den Befehlen 
5349 \series bold
5350
5351 \backslash
5352 left
5353 \series default
5354
5355 \begin_inset Index idx
5356 status collapsed
5357
5358 \begin_layout Plain Layout
5359 Befehle ! L ! 
5360 \backslash
5361 left
5362 \end_layout
5363
5364 \end_inset
5365
5366  und 
5367 \series bold
5368
5369 \backslash
5370 right
5371 \series default
5372
5373 \begin_inset Index idx
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377 Befehle ! R ! 
5378 \backslash
5379 right
5380 \end_layout
5381
5382 \end_inset
5383
5384  erstellt werden (Tastenkürzel 
5385 \family sans
5386 Alt+M
5387 \begin_inset space ~
5388 \end_inset
5389
5390 Klammer
5391 \family default
5392 ), siehe 
5393 \begin_inset CommandInset ref
5394 LatexCommand ref
5395 reference "sub:Automatische-Klammergrößen"
5396
5397 \end_inset
5398
5399 , oder man verwendet folgende Befehle:
5400 \begin_inset VSpace bigskip
5401 \end_inset
5402
5403
5404 \end_layout
5405
5406 \begin_layout Standard
5407 \begin_inset space \hfill{}
5408 \end_inset
5409
5410
5411 \begin_inset Tabular
5412 <lyxtabular version="3" rows="4" columns="2">
5413 <features tabularvalignment="middle">
5414 <column alignment="center" valignment="top" width="0">
5415 <column alignment="center" valignment="top" width="0">
5416 <row>
5417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 Befehl
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Ergebnis
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 </row>
5436 <row>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441
5442 \backslash
5443 bmatrix
5444 \begin_inset ERT
5445 status collapsed
5446
5447 \begin_layout Plain Layout
5448
5449
5450 \backslash
5451 leer 
5452 \end_layout
5453
5454 \end_inset
5455
5456 2
5457 \series bold
5458 ×
5459 \series default
5460 2
5461 \begin_inset space \thinspace{}
5462 \end_inset
5463
5464 Matrix
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5474 0 & \textrm{-}\mathrm{i}\\
5475 \mathrm{i} & 0
5476 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5477 \end_inset
5478
5479
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 </row>
5485 <row>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490
5491 \backslash
5492 Bmatrix
5493 \begin_inset ERT
5494 status collapsed
5495
5496 \begin_layout Plain Layout
5497
5498
5499 \backslash
5500 leer 
5501 \end_layout
5502
5503 \end_inset
5504
5505 2
5506 \series bold
5507 ×
5508 \series default
5509 2
5510 \begin_inset space \thinspace{}
5511 \end_inset
5512
5513 Matrix
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5523 0 & \textrm{-}\mathrm{i}\\
5524 \mathrm{i} & 0
5525 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539
5540 \backslash
5541 pmatrix
5542 \begin_inset ERT
5543 status collapsed
5544
5545 \begin_layout Plain Layout
5546
5547
5548 \backslash
5549 leer 
5550 \end_layout
5551
5552 \end_inset
5553
5554 2
5555 \series bold
5556 ×
5557 \series default
5558 2
5559 \begin_inset space \thinspace{}
5560 \end_inset
5561
5562 Matrix
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5572 0 & \textrm{-}\mathrm{i}\\
5573 \mathrm{i} & 0
5574 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5575 \end_inset
5576
5577
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 </row>
5583 </lyxtabular>
5584
5585 \end_inset
5586
5587
5588 \begin_inset space \hfill{}
5589 \end_inset
5590
5591
5592 \begin_inset Tabular
5593 <lyxtabular version="3" rows="4" columns="2">
5594 <features tabularvalignment="middle">
5595 <column alignment="center" valignment="top" width="0">
5596 <column alignment="center" valignment="top" width="0">
5597 <row>
5598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 Befehl
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 Ergebnis
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 </row>
5617 <row>
5618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622
5623 \backslash
5624 vmatrix
5625 \begin_inset ERT
5626 status collapsed
5627
5628 \begin_layout Plain Layout
5629
5630
5631 \backslash
5632 leer 
5633 \end_layout
5634
5635 \end_inset
5636
5637 2
5638 \series bold
5639 ×
5640 \series default
5641 2
5642 \begin_inset space \thinspace{}
5643 \end_inset
5644
5645 Matrix
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5655 0 & \textrm{-}\mathrm{i}\\
5656 \mathrm{i} & 0
5657 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5658 \end_inset
5659
5660
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 </row>
5666 <row>
5667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671
5672 \backslash
5673 Vmatrix
5674 \begin_inset ERT
5675 status collapsed
5676
5677 \begin_layout Plain Layout
5678
5679
5680 \backslash
5681 leer 
5682 \end_layout
5683
5684 \end_inset
5685
5686 2
5687 \series bold
5688 ×
5689 \series default
5690 2
5691 \begin_inset space \thinspace{}
5692 \end_inset
5693
5694 Matrix
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5704 0 & \textrm{-}\mathrm{i}\\
5705 \mathrm{i} & 0
5706 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5707 \end_inset
5708
5709
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 </row>
5715 <row>
5716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720
5721 \backslash
5722 matrix
5723 \begin_inset ERT
5724 status collapsed
5725
5726 \begin_layout Plain Layout
5727
5728
5729 \backslash
5730 leer 
5731 \end_layout
5732
5733 \end_inset
5734
5735 2
5736 \series bold
5737 ×
5738 \series default
5739 2
5740 \begin_inset space \thinspace{}
5741 \end_inset
5742
5743 Matrix
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5753 0 & \textrm{-}\mathrm{i}\\
5754 \mathrm{i} & 0
5755 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5756 \end_inset
5757
5758
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 </row>
5764 </lyxtabular>
5765
5766 \end_inset
5767
5768
5769 \begin_inset space \hfill{}
5770 \end_inset
5771
5772
5773 \end_layout
5774
5775 \begin_layout Standard
5776 \begin_inset VSpace medskip
5777 \end_inset
5778
5779 Wurde z.
5780 \begin_inset space \thinspace{}
5781 \end_inset
5782
5783 B.
5784  
5785 \series bold
5786
5787 \backslash
5788 vmatrix
5789 \series default
5790  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5791  in das die Matrix eingefügt wird.
5792 \begin_inset Newline newline
5793 \end_inset
5794
5795 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5796 \end_layout
5797
5798 \begin_layout Standard
5799 \begin_inset VSpace bigskip
5800 \end_inset
5801
5802 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5803 \begin_inset CommandInset ref
5804 LatexCommand ref
5805 reference "sub:Spaltenabstand"
5806
5807 \end_inset
5808
5809  beschriebene Länge 
5810 \series bold
5811
5812 \backslash
5813 arraycolsep
5814 \series default
5815
5816 \begin_inset Index idx
5817 status collapsed
5818
5819 \begin_layout Plain Layout
5820 Befehle ! A ! 
5821 \backslash
5822 arraycolsep
5823 \end_layout
5824
5825 \end_inset
5826
5827  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5828 \end_layout
5829
5830 \begin_layout Standard
5831 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5832 \series bold
5833
5834 \backslash
5835 arraystretch
5836 \series default
5837
5838 \begin_inset Index idx
5839 status collapsed
5840
5841 \begin_layout Plain Layout
5842 Befehle ! A ! 
5843 \backslash
5844 arraystretch
5845 \end_layout
5846
5847 \end_inset
5848
5849 .
5850  Dieser wird folgendermaßen benutzt:
5851 \end_layout
5852
5853 \begin_layout Standard
5854
5855 \series bold
5856
5857 \backslash
5858 renewcommand{
5859 \backslash
5860 arraystretch}{Dehnungsfaktor}
5861 \begin_inset Index idx
5862 status collapsed
5863
5864 \begin_layout Plain Layout
5865 Befehle ! R ! 
5866 \backslash
5867 renewcommand
5868 \end_layout
5869
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \begin_layout Standard
5876 Der Befehl 
5877 \series bold
5878
5879 \backslash
5880 renewcommand
5881 \series default
5882  weist dabei dem vordefinierten Befehl 
5883 \series bold
5884
5885 \backslash
5886 arraystretch
5887 \series default
5888  den Dehnungsfaktor zu.
5889  Möchte man z.
5890 \begin_inset space \thinspace{}
5891 \end_inset
5892
5893 B.
5894  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5895  Dieser wird dann für alle folgenden Matrizen verwendet.
5896  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5897 \series bold
5898
5899 \backslash
5900 arraystretch
5901 \series default
5902  den Faktor 1 zu.
5903 \end_layout
5904
5905 \begin_layout Standard
5906 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5907 \series bold
5908
5909 \backslash
5910 smallmatrix
5911 \series default
5912
5913 \begin_inset Index idx
5914 status collapsed
5915
5916 \begin_layout Plain Layout
5917 Befehle ! S ! 
5918 \backslash
5919 smallmatrix
5920 \end_layout
5921
5922 \end_inset
5923
5924 .
5925  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5926  gestrichelten Linien.
5927  In dieses Kästchen wird die Matrix eingegeben.
5928  Man verwendet stattdessen das Menü 
5929 \family sans
5930 Bearbeiten\SpecialChar \menuseparator
5931 Zeilen
5932 \begin_inset space ~
5933 \end_inset
5934
5935 &
5936 \begin_inset space ~
5937 \end_inset
5938
5939 Spalten
5940 \family default
5941  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5942  Neue Zeilen können auch mit 
5943 \family sans
5944 Strg+Enter
5945 \family default
5946  erstellt werden.
5947 \end_layout
5948
5949 \begin_layout Standard
5950 Dies ist eine Matrix 
5951 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5952 C & D
5953 \end{smallmatrix}\right)$
5954 \end_inset
5955
5956  in einer Textzeile.
5957 \end_layout
5958
5959 \begin_layout Standard
5960 \begin_inset Newpage newpage
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \begin_layout Section
5967 Klammern und Begrenzungszeichen
5968 \begin_inset Index idx
5969 status collapsed
5970
5971 \begin_layout Plain Layout
5972 Klammern
5973 \end_layout
5974
5975 \end_inset
5976
5977
5978 \begin_inset Index idx
5979 status collapsed
5980
5981 \begin_layout Plain Layout
5982 Begrenzungszeichen
5983 \end_layout
5984
5985 \end_inset
5986
5987
5988 \end_layout
5989
5990 \begin_layout Subsection
5991 Vertikale Klammern und Begrenzungszeichen
5992 \begin_inset Index idx
5993 status collapsed
5994
5995 \begin_layout Plain Layout
5996 Klammern ! vertikale
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \begin_layout Standard
6005 \begin_inset space \hfill{}
6006 \end_inset
6007
6008
6009 \begin_inset Tabular
6010 <lyxtabular version="3" rows="9" columns="2">
6011 <features tabularvalignment="middle">
6012 <column alignment="center" valignment="top" width="0pt">
6013 <column alignment="center" valignment="top" width="0pt">
6014 <row>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 Befehl
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 Ergebnis
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 <row>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 (
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 \begin_inset Formula $($
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 {
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 \begin_inset Formula $\{$
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 <row>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 [
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 \begin_inset Formula $[$
6095 \end_inset
6096
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 <row>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108
6109 \backslash
6110 langle
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 \begin_inset Formula $\langle$
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 </row>
6128 <row>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133
6134 \backslash
6135 lceil
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 \begin_inset Formula $\lceil$
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 </row>
6153 <row>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158
6159 \backslash
6160 lfloor
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 \begin_inset Formula $\lfloor$
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 </row>
6178 <row>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 /
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 \begin_inset Formula $/$
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 <row>
6202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 |
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 \begin_inset Formula $|$
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 </lyxtabular>
6225
6226 \end_inset
6227
6228
6229 \begin_inset space \hfill{}
6230 \end_inset
6231
6232
6233 \begin_inset Tabular
6234 <lyxtabular version="3" rows="9" columns="2">
6235 <features tabularvalignment="middle">
6236 <column alignment="center" valignment="top" width="0pt">
6237 <column alignment="center" valignment="top" width="0pt">
6238 <row>
6239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 Befehl
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 Ergebnis
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 </row>
6258 <row>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 )
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 \begin_inset Formula $)$
6273 \end_inset
6274
6275
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 }
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 \begin_inset Formula $\}$
6296 \end_inset
6297
6298
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 ]
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 \begin_inset Formula $]$
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 </row>
6327 <row>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332
6333 \backslash
6334 rangle
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 \begin_inset Formula $\rangle$
6344 \end_inset
6345
6346
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 </row>
6352 <row>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357
6358 \backslash
6359 rceil
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 \begin_inset Formula $\rceil$
6369 \end_inset
6370
6371
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 </row>
6377 <row>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382
6383 \backslash
6384 rfloor
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 \begin_inset Formula $\rfloor$
6394 \end_inset
6395
6396
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 </row>
6402 <row>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407
6408 \backslash
6409
6410 \backslash
6411
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 \begin_inset Formula $\backslash$
6421 \end_inset
6422
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 <row>
6430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434
6435 \backslash
6436 |
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 \begin_inset Formula $\|$
6446 \end_inset
6447
6448
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 </row>
6454 </lyxtabular>
6455
6456 \end_inset
6457
6458
6459 \begin_inset space \hfill{}
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \begin_layout Standard
6466
6467 \series medium
6468 \begin_inset Note Greyedout
6469 status open
6470
6471 \begin_layout Plain Layout
6472
6473 \series bold
6474 Achtung:
6475 \series default
6476  Im TeX-Modus muss für den Backslash der Befehl 
6477 \series bold
6478
6479 \backslash
6480 textbackslash
6481 \series default
6482
6483 \begin_inset Index idx
6484 status collapsed
6485
6486 \begin_layout Plain Layout
6487 Befehle ! T ! 
6488 \backslash
6489 textbackslash
6490 \end_layout
6491
6492 \end_inset
6493
6494  verwendet werden, denn der Befehl 
6495 \series bold
6496
6497 \backslash
6498
6499 \backslash
6500
6501 \series default
6502  steht dort für einen Zeilenumbruch.
6503 \end_layout
6504
6505 \end_inset
6506
6507
6508 \end_layout
6509
6510 \begin_layout Standard
6511 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6512  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6513  Dabei können dann statt den Befehlen 
6514 \series bold
6515
6516 \backslash
6517 langle
6518 \series default
6519  und 
6520 \series bold
6521
6522 \backslash
6523 rangle
6524 \series default
6525  direkt die Zeichen < und > verwendet werden.
6526 \end_layout
6527
6528 \begin_layout Subsubsection
6529 Manuelle Klammergrößen
6530 \begin_inset CommandInset label
6531 LatexCommand label
6532 name "sub:Manuelle-Klammergrößen"
6533
6534 \end_inset
6535
6536
6537 \begin_inset Index idx
6538 status collapsed
6539
6540 \begin_layout Plain Layout
6541 Klammergrößen ! manuelle
6542 \end_layout
6543
6544 \end_inset
6545
6546
6547 \end_layout
6548
6549 \begin_layout Standard
6550 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6551  LaTeX-Befehle 
6552 \series bold
6553
6554 \backslash
6555 big
6556 \series default
6557
6558 \begin_inset Index idx
6559 status collapsed
6560
6561 \begin_layout Plain Layout
6562 Befehle ! B ! 
6563 \backslash
6564 big
6565 \end_layout
6566
6567 \end_inset
6568
6569
6570 \series bold
6571
6572 \backslash
6573 Big
6574 \series default
6575
6576 \series bold
6577
6578 \backslash
6579 bigg
6580 \series default
6581  und 
6582 \series bold
6583
6584 \backslash
6585 Bigg
6586 \series default
6587  tun.
6588  
6589 \series bold
6590
6591 \backslash
6592 big
6593 \series default
6594  steht hierbei für die kleinste und 
6595 \series bold
6596
6597 \backslash
6598 Bigg
6599 \series default
6600  für die größte Klammergröße.
6601 \end_layout
6602
6603 \begin_layout Standard
6604 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6605 \end_layout
6606
6607 \begin_layout Standard
6608 \align center
6609 \begin_inset Tabular
6610 <lyxtabular version="3" rows="2" columns="2">
6611 <features tabularvalignment="middle">
6612 <column alignment="center" valignment="top" width="0pt">
6613 <column alignment="center" valignment="top" width="0pt">
6614 <row>
6615 <cell alignment="center" valignment="top" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 einheitliche Klammergröße:
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell alignment="center" valignment="top" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6629 \end_inset
6630
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 </row>
6637 <row>
6638 <cell alignment="center" valignment="top" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 besser sieht das so aus:
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6652 \end_inset
6653
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 </row>
6660 </lyxtabular>
6661
6662 \end_inset
6663
6664
6665 \begin_inset Note Note
6666 status collapsed
6667
6668 \begin_layout Plain Layout
6669
6670 \series bold
6671
6672 \backslash
6673 raisebox
6674 \series default
6675  dient nur
6676 \end_layout
6677
6678 \begin_layout Plain Layout
6679 als Abstandhalter.
6680 \end_layout
6681
6682 \end_inset
6683
6684
6685 \end_layout
6686
6687 \begin_layout Standard
6688 Für die zweite Formel wurde der Befehl 
6689 \series bold
6690
6691 \backslash
6692 Big((A+B)(A-B)
6693 \backslash
6694 Big)^
6695 \begin_inset ERT
6696 status collapsed
6697
6698 \begin_layout Plain Layout
6699
6700
6701 \backslash
6702 leer 
6703 \end_layout
6704
6705 \end_inset
6706
6707 C
6708 \series default
6709  verwendet.
6710 \end_layout
6711
6712 \begin_layout Standard
6713 Hier alle Klammergrößen in der Übersicht:
6714 \end_layout
6715
6716 \begin_layout Standard
6717 \align center
6718
6719 \backslash
6720 Bigg(
6721 \backslash
6722 exp
6723 \backslash
6724 bigg<
6725 \backslash
6726 Big[
6727 \backslash
6728 big{
6729 \backslash
6730 ln(3x)
6731 \backslash
6732 big}^2
6733 \begin_inset ERT
6734 status collapsed
6735
6736 \begin_layout Plain Layout
6737
6738
6739 \backslash
6740 leer 
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \backslash
6747 sin(x)
6748 \backslash
6749 Big]^
6750 \begin_inset ERT
6751 status collapsed
6752
6753 \begin_layout Plain Layout
6754
6755
6756 \backslash
6757 leer 
6758 \end_layout
6759
6760 \end_inset
6761
6762 A
6763 \begin_inset ERT
6764 status collapsed
6765
6766 \begin_layout Plain Layout
6767
6768
6769 \backslash
6770 leer 
6771 \end_layout
6772
6773 \end_inset
6774
6775
6776 \backslash
6777 bigg>
6778 \backslash
6779 Bigg)^0,5
6780 \end_layout
6781
6782 \begin_layout Standard
6783 \align center
6784 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6785 \end_inset
6786
6787
6788 \end_layout
6789
6790 \begin_layout Standard
6791 Es gibt außer den 
6792 \series bold
6793
6794 \backslash
6795 big
6796 \series default
6797 -Befehlen noch die Variante 
6798 \series bold
6799
6800 \backslash
6801 bigm
6802 \series default
6803
6804 \begin_inset Index idx
6805 status collapsed
6806
6807 \begin_layout Plain Layout
6808 Befehle ! B ! 
6809 \backslash
6810 bigm
6811 \end_layout
6812
6813 \end_inset
6814
6815 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6816  die Variante 
6817 \series bold
6818
6819 \backslash
6820 bigl
6821 \series default
6822 -
6823 \series bold
6824
6825 \backslash
6826 bigr
6827 \series default
6828
6829 \begin_inset Index idx
6830 status collapsed
6831
6832 \begin_layout Plain Layout
6833 Befehle ! B ! 
6834 \backslash
6835 bigl - 
6836 \backslash
6837 bigr
6838 \end_layout
6839
6840 \end_inset
6841
6842 , die keinen zusätzlichen Leerraum erzeugt.
6843  Das 
6844 \emph on
6845 l
6846 \emph default
6847  am Ende des Befehls 
6848 \series bold
6849
6850 \backslash
6851 bigl
6852 \series default
6853  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6854  ein 
6855 \emph on
6856 r
6857 \emph default
6858  ersetzt.
6859  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6860  sein.
6861 \end_layout
6862
6863 \begin_layout Standard
6864 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6865 \end_layout
6866
6867 \begin_layout Standard
6868 \align center
6869 \begin_inset Tabular
6870 <lyxtabular version="3" rows="5" columns="2">
6871 <features tabularvalignment="middle">
6872 <column alignment="center" valignment="middle" width="0">
6873 <column alignment="center" valignment="middle" width="0">
6874 <row>
6875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 Befehl
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 Ergebnis
6889 \begin_inset Note Note
6890 status collapsed
6891
6892 \begin_layout Plain Layout
6893
6894 \series bold
6895
6896 \backslash
6897 raisebox
6898 \series default
6899  dient nur als Abstandhalter.
6900 \end_layout
6901
6902 \end_inset
6903
6904
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 </row>
6910 <row>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915
6916 \backslash
6917 Bigm(
6918 \backslash
6919 bigm(
6920 \backslash
6921 ln(3x)
6922 \backslash
6923 bigm)^2
6924 \begin_inset ERT
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928
6929
6930 \backslash
6931 leer 
6932 \end_layout
6933
6934 \end_inset
6935
6936
6937 \backslash
6938 Bigm)
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6948 \end_inset
6949
6950
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 </row>
6956 <row>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961
6962 \backslash
6963 Big(
6964 \backslash
6965 big(
6966 \backslash
6967 ln(3x)
6968 \backslash
6969 big)^2
6970 \begin_inset ERT
6971 status collapsed
6972
6973 \begin_layout Plain Layout
6974
6975
6976 \backslash
6977 leer 
6978 \end_layout
6979
6980 \end_inset
6981
6982
6983 \backslash
6984 Big)
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 </row>
7002 <row>
7003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007
7008 \backslash
7009 Bigl(
7010 \backslash
7011 bigl(
7012 \backslash
7013 ln(3x)
7014 \backslash
7015 bigr)^2
7016 \begin_inset ERT
7017 status collapsed
7018
7019 \begin_layout Plain Layout
7020
7021
7022 \backslash
7023 leer 
7024 \end_layout
7025
7026 \end_inset
7027
7028
7029 \backslash
7030 Bigr)
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 </row>
7048 <row>
7049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053
7054 \backslash
7055 bigl)
7056 \backslash
7057 ln(3x)
7058 \backslash
7059 bigr(
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7069 \end_inset
7070
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 </row>
7077 </lyxtabular>
7078
7079 \end_inset
7080
7081
7082 \end_layout
7083
7084 \begin_layout Subsubsection
7085 Automatische Klammergrößen
7086 \begin_inset CommandInset label
7087 LatexCommand label
7088 name "sub:Automatische-Klammergrößen"
7089
7090 \end_inset
7091
7092
7093 \begin_inset Index idx
7094 status collapsed
7095
7096 \begin_layout Plain Layout
7097 Klammergrößen ! automatische
7098 \end_layout
7099
7100 \end_inset
7101
7102
7103 \end_layout
7104
7105 \begin_layout Standard
7106 Klammern variabler Größe können mit den Befehlen 
7107 \series bold
7108
7109 \backslash
7110 left
7111 \series default
7112
7113 \begin_inset Index idx
7114 status collapsed
7115
7116 \begin_layout Plain Layout
7117 Befehle ! L ! 
7118 \backslash
7119 left
7120 \end_layout
7121
7122 \end_inset
7123
7124  und 
7125 \series bold
7126
7127 \backslash
7128 right
7129 \series default
7130
7131 \begin_inset Index idx
7132 status collapsed
7133
7134 \begin_layout Plain Layout
7135 Befehle ! R ! 
7136 \backslash
7137 right
7138 \end_layout
7139
7140 \end_inset
7141
7142  oder über den Mathe-Werkzeugleistenknopf
7143 \family sans
7144  
7145 \family default
7146
7147 \begin_inset Graphics
7148         filename ../../images/dialog-show_mathdelimiter.png
7149         scale 85
7150
7151 \end_inset
7152
7153  eingefügt werden.
7154  Auf 
7155 \series bold
7156
7157 \backslash
7158 left
7159 \series default
7160  und 
7161 \series bold
7162
7163 \backslash
7164 right
7165 \series default
7166  muss unmittelbar die gewünschte Klammer folgen.
7167  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7168 \end_layout
7169
7170 \begin_layout Standard
7171 \align center
7172 normale Klammer: Der Befehl 
7173 \series bold
7174
7175 \backslash
7176 ln(
7177 \backslash
7178 frac
7179 \begin_inset ERT
7180 status collapsed
7181
7182 \begin_layout Plain Layout
7183
7184
7185 \backslash
7186 leer 
7187 \end_layout
7188
7189 \end_inset
7190
7191 A
7192 \begin_inset Formula $\downarrow$
7193 \end_inset
7194
7195 C
7196 \begin_inset ERT
7197 status collapsed
7198
7199 \begin_layout Plain Layout
7200
7201
7202 \backslash
7203 leer 
7204 \end_layout
7205
7206 \end_inset
7207
7208 )
7209 \series default
7210  ergibt
7211 \begin_inset Formula \[
7212 \ln(\frac{A}{C})\]
7213
7214 \end_inset
7215
7216
7217 \end_layout
7218
7219 \begin_layout Standard
7220 \align center
7221 mehrzeilige Klammer: Der Befehl 
7222 \series bold
7223
7224 \backslash
7225 ln
7226 \backslash
7227 left(
7228 \backslash
7229 frac
7230 \begin_inset ERT
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234
7235
7236 \backslash
7237 leer 
7238 \end_layout
7239
7240 \end_inset
7241
7242 A
7243 \begin_inset Formula $\downarrow$
7244 \end_inset
7245
7246 C
7247 \begin_inset ERT
7248 status collapsed
7249
7250 \begin_layout Plain Layout
7251
7252
7253 \backslash
7254 leer 
7255 \end_layout
7256
7257 \end_inset
7258
7259
7260 \backslash
7261 right)
7262 \series default
7263  ergibt
7264 \begin_inset Formula \[
7265 \ln\left(\frac{A}{C}\right)\]
7266
7267 \end_inset
7268
7269
7270 \end_layout
7271
7272 \begin_layout Standard
7273 An Stelle von 
7274 \series bold
7275
7276 \backslash
7277 left
7278 \series default
7279  und 
7280 \series bold
7281
7282 \backslash
7283 right
7284 \series default
7285  kann man die Tastenkürzel 
7286 \family sans
7287 Alt+M
7288 \begin_inset space ~
7289 \end_inset
7290
7291 Klammer
7292 \family default
7293  verwenden.
7294  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7295  und dass die rechte Klammer gleich mit erstellt wird.
7296 \begin_inset Newline newline
7297 \end_inset
7298
7299 Der Befehl für das letzte Beispiel würde dann lauten: 
7300 \series bold
7301
7302 \backslash
7303 ln Alt+M
7304 \series default
7305  
7306 \series bold
7307 (
7308 \backslash
7309 frac
7310 \begin_inset ERT
7311 status collapsed
7312
7313 \begin_layout Plain Layout
7314
7315
7316 \backslash
7317 leer 
7318 \end_layout
7319
7320 \end_inset
7321
7322 A
7323 \begin_inset Formula $\downarrow$
7324 \end_inset
7325
7326 C
7327 \end_layout
7328
7329 \begin_layout Standard
7330 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7331  Klammer einen Punkt.
7332  So ergibt z.
7333 \begin_inset space \thinspace{}
7334 \end_inset
7335
7336 B.
7337  der Befehl 
7338 \series bold
7339
7340 \backslash
7341 left.
7342 \backslash
7343 frac
7344 \begin_inset ERT
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348
7349
7350 \backslash
7351 leer 
7352 \end_layout
7353
7354 \end_inset
7355
7356 A
7357 \begin_inset Formula $\downarrow$
7358 \end_inset
7359
7360 B
7361 \begin_inset ERT
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365
7366
7367 \backslash
7368 leer 
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \backslash
7375 right}
7376 \series default
7377
7378 \begin_inset space \thinspace{}
7379 \end_inset
7380
7381 :
7382 \series bold
7383
7384 \begin_inset Formula \[
7385 \left.\frac{A}{B}\right\} \]
7386
7387 \end_inset
7388
7389
7390 \series default
7391 Die Befehle 
7392 \series bold
7393
7394 \backslash
7395 left
7396 \series default
7397  und 
7398 \series bold
7399
7400 \backslash
7401 right
7402 \series default
7403  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7404  umgewandelt.
7405  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7406 \end_layout
7407
7408 \begin_layout Standard
7409 \begin_inset VSpace bigskip
7410 \end_inset
7411
7412 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7413  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7414  Befehl 
7415 \series bold
7416
7417 \backslash
7418 middle
7419 \series default
7420
7421 \begin_inset Index idx
7422 status collapsed
7423
7424 \begin_layout Plain Layout
7425 Befehle ! M ! 
7426 \backslash
7427 middle
7428 \end_layout
7429
7430 \end_inset
7431
7432  zur Verfügung.
7433  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7434  angepasst, was z.
7435 \begin_inset space \thinspace{}
7436 \end_inset
7437
7438 B.
7439  für physikalische Vektoren von Nutzen ist:
7440 \begin_inset Formula \[
7441 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7442
7443 \end_inset
7444
7445 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7446 \begin_inset CommandInset ref
7447 LatexCommand ref
7448 reference "sub:Physikalische-Vektoren"
7449
7450 \end_inset
7451
7452  beschrieben ist.
7453 \end_layout
7454
7455 \begin_layout Subsection
7456 Horizontale Klammern
7457 \begin_inset Index idx
7458 status collapsed
7459
7460 \begin_layout Plain Layout
7461 Klammern ! horizontale
7462 \end_layout
7463
7464 \end_inset
7465
7466
7467 \end_layout
7468
7469 \begin_layout Standard
7470 \align center
7471 \begin_inset Tabular
7472 <lyxtabular version="3" rows="4" columns="2">
7473 <features tabularvalignment="middle">
7474 <column alignment="center" valignment="top" width="0pt">
7475 <column alignment="center" valignment="top" width="0pt">
7476 <row>
7477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 Befehl
7482 \begin_inset Note Note
7483 status collapsed
7484
7485 \begin_layout Plain Layout
7486
7487 \series bold
7488
7489 \backslash
7490 raisebox
7491 \series default
7492  dient nur als Abstandhalter.
7493 \end_layout
7494
7495 \end_inset
7496
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 Ergebnis
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 </row>
7512 <row>
7513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 \begin_inset ERT
7518 status collapsed
7519
7520 \begin_layout Plain Layout
7521
7522
7523 \backslash
7524 raisebox{2.3mm}{
7525 \end_layout
7526
7527 \end_inset
7528
7529
7530 \backslash
7531 overbrace
7532 \begin_inset ERT
7533 status collapsed
7534
7535 \begin_layout Plain Layout
7536
7537
7538 \backslash
7539 leer 
7540 \end_layout
7541
7542 \end_inset
7543
7544 A+B
7545 \begin_inset ERT
7546 status collapsed
7547
7548 \begin_layout Plain Layout
7549
7550
7551 \backslash
7552 leer 
7553 \end_layout
7554
7555 \end_inset
7556
7557 ^
7558 \begin_inset ERT
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562
7563
7564 \backslash
7565 leer 
7566 \end_layout
7567
7568 \end_inset
7569
7570 3
7571 \begin_inset ERT
7572 status collapsed
7573
7574 \begin_layout Plain Layout
7575
7576 }
7577 \end_layout
7578
7579 \end_inset
7580
7581
7582 \begin_inset Index idx
7583 status collapsed
7584
7585 \begin_layout Plain Layout
7586 Befehle ! O ! 
7587 \backslash
7588 overbrace
7589 \end_layout
7590
7591 \end_inset
7592
7593
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 \begin_inset Formula $\overbrace{A+B}^{3}$
7603 \end_inset
7604
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 \begin_inset ERT
7617 status collapsed
7618
7619 \begin_layout Plain Layout
7620
7621
7622 \backslash
7623 raisebox{-2.2mm}{
7624 \end_layout
7625
7626 \end_inset
7627
7628
7629 \backslash
7630 underbrace
7631 \begin_inset ERT
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635
7636
7637 \backslash
7638 leer 
7639 \end_layout
7640
7641 \end_inset
7642
7643 A+B
7644 \begin_inset ERT
7645 status collapsed
7646
7647 \begin_layout Plain Layout
7648
7649
7650 \backslash
7651 leer 
7652 \end_layout
7653
7654 \end_inset
7655
7656 _5
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662 }
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \begin_inset Index idx
7669 status collapsed
7670
7671 \begin_layout Plain Layout
7672 Befehle ! U ! 
7673 \backslash
7674 underbrace
7675 \end_layout
7676
7677 \end_inset
7678
7679
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 \begin_inset Formula $\underbrace{A+B}_{5}$
7689 \end_inset
7690
7691
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 </row>
7697 <row>
7698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \backslash
7704 overbrace
7705 \begin_inset ERT
7706 status collapsed
7707
7708 \begin_layout Plain Layout
7709
7710
7711 \backslash
7712 leer 
7713 \end_layout
7714
7715 \end_inset
7716
7717
7718 \backslash
7719 underbrace
7720 \begin_inset ERT
7721 status collapsed
7722
7723 \begin_layout Plain Layout
7724
7725
7726 \backslash
7727 leer 
7728 \end_layout
7729
7730 \end_inset
7731
7732 A+B_w
7733 \begin_inset ERT
7734 status collapsed
7735
7736 \begin_layout Plain Layout
7737
7738
7739 \backslash
7740 leer 
7741 \end_layout
7742
7743 \end_inset
7744
7745
7746 \begin_inset ERT
7747 status collapsed
7748
7749 \begin_layout Plain Layout
7750
7751
7752 \backslash
7753 leer 
7754 \end_layout
7755
7756 \end_inset
7757
7758 _7
7759 \begin_inset ERT
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763
7764
7765 \backslash
7766 leer 
7767 \end_layout
7768
7769 \end_inset
7770
7771
7772 \begin_inset ERT
7773 status collapsed
7774
7775 \begin_layout Plain Layout
7776
7777
7778 \backslash
7779 leer 
7780 \end_layout
7781
7782 \end_inset
7783
7784 ^
7785 \begin_inset ERT
7786 status collapsed
7787
7788 \begin_layout Plain Layout
7789
7790
7791 \backslash
7792 leer 
7793 \end_layout
7794
7795 \end_inset
7796
7797 C
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7807 \end_inset
7808
7809
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 </lyxtabular>
7816
7817 \end_inset
7818
7819
7820 \end_layout
7821
7822 \begin_layout Standard
7823 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7824 \series bold
7825
7826 \backslash
7827 overbrace
7828 \series default
7829  oder 
7830 \series bold
7831
7832 \backslash
7833 underbrace
7834 \series default
7835  eingibt.
7836 \end_layout
7837
7838 \begin_layout Standard
7839 \begin_inset VSpace bigskip
7840 \end_inset
7841
7842 Benötigt man Klammern, die sich überschneiden, muss man die in 
7843 \begin_inset CommandInset ref
7844 LatexCommand ref
7845 reference "sec:Mehrzeilige-Formeln"
7846
7847 \end_inset
7848
7849  beschriebenen mehrzeiligen Formeln verwenden:
7850 \begin_inset Formula \begin{eqnarray*}
7851 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7852  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7853 \end{eqnarray*}
7854
7855 \end_inset
7856
7857 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7858  Dabei ist es wichtig, dass vor dem ersten 
7859 \begin_inset Formula $d$
7860 \end_inset
7861
7862  der Abstandsbefehl
7863 \begin_inset Foot
7864 status collapsed
7865
7866 \begin_layout Plain Layout
7867 Abstandsbefehle sind in 
7868 \begin_inset CommandInset ref
7869 LatexCommand ref
7870 reference "sub:Vordefinierter-Leerraum"
7871
7872 \end_inset
7873
7874  erklärt.
7875 \end_layout
7876
7877 \end_inset
7878
7879  
7880 \series bold
7881
7882 \backslash
7883 :
7884 \series default
7885  eingegeben wird, denn die nach dem 
7886 \begin_inset Formula $q$
7887 \end_inset
7888
7889  endende Klammer verhindert, dass das nachfolgende 
7890 \begin_inset Quotes gld
7891 \end_inset
7892
7893 +
7894 \begin_inset Quotes grd
7895 \end_inset
7896
7897  von Leerraum umgeben ist.
7898 \begin_inset Foot
7899 status collapsed
7900
7901 \begin_layout Plain Layout
7902 weil eine Klammer nicht als Zeichen gilt, siehe 
7903 \begin_inset CommandInset ref
7904 LatexCommand ref
7905 reference "sub:Binäre-Operatoren"
7906
7907 \end_inset
7908
7909
7910 \end_layout
7911
7912 \end_inset
7913
7914  In die zweite Zeile wird die zweite Klammer eingegeben.
7915  Da sie vor dem 
7916 \begin_inset Formula $b$
7917 \end_inset
7918
7919  beginnen soll, gibt man zuerst 
7920 \series bold
7921
7922 \backslash
7923 hphantom{gggg+
7924 \backslash
7925 :}
7926 \series default
7927  ein.
7928 \begin_inset Foot
7929 status collapsed
7930
7931 \begin_layout Plain Layout
7932 mehr zu 
7933 \series bold
7934
7935 \backslash
7936 hphantom
7937 \series default
7938  siehe 
7939 \begin_inset CommandInset ref
7940 LatexCommand ref
7941 reference "sub:Platzhalter"
7942
7943 \end_inset
7944
7945 .
7946 \end_layout
7947
7948 \end_inset
7949
7950  Dieser Leerraum wird benötigt, weil das 
7951 \begin_inset Quotes gld
7952 \end_inset
7953
7954 +
7955 \begin_inset Quotes grd
7956 \end_inset
7957
7958  in der Formel auch von Leerraum umgeben ist.
7959  Die Klammer wird unter den Befehl 
7960 \series bold
7961
7962 \backslash
7963 hphantom{bbqq+dddd}
7964 \series default
7965  gesetzt.
7966 \end_layout
7967
7968 \begin_layout Standard
7969 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7970 n, wie in folgendem Beispiel:
7971 \begin_inset ERT
7972 status collapsed
7973
7974 \begin_layout Plain Layout
7975
7976
7977 \backslash
7978 setlength{
7979 \backslash
7980 jot}{-6pt}
7981 \end_layout
7982
7983 \end_inset
7984
7985
7986 \begin_inset Formula \begin{eqnarray*}
7987  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7988 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7989 \end{eqnarray*}
7990
7991 \end_inset
7992
7993
7994 \begin_inset ERT
7995 status collapsed
7996
7997 \begin_layout Plain Layout
7998
7999
8000 \backslash
8001 setlength{
8002 \backslash
8003 jot}{3pt}
8004 \end_layout
8005
8006 \end_inset
8007
8008 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8009  mit dem Unterschied, dass sich die Klammer oben befindet.
8010  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8011  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8012  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8013  werden.
8014  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8015 \begin_inset Foot
8016 status collapsed
8017
8018 \begin_layout Plain Layout
8019 \begin_inset CommandInset href
8020 LatexCommand href
8021 name "LyX-Fehler #1505"
8022 target "http://www.lyx.org/trac/ticket/1505"
8023
8024 \end_inset
8025
8026
8027 \end_layout
8028
8029 \end_inset
8030
8031 .
8032  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8033 \series bold
8034
8035 \backslash
8036 jot
8037 \series default
8038
8039 \begin_inset Index idx
8040 status collapsed
8041
8042 \begin_layout Plain Layout
8043 Befehle ! J ! 
8044 \backslash
8045 jot
8046 \end_layout
8047
8048 \end_inset
8049
8050  vor der Formel mit dem Befehl 
8051 \series bold
8052
8053 \backslash
8054 setlength{
8055 \backslash
8056 jot}{-6pt}
8057 \series default
8058  im TeX-Modus auf den Wert -6
8059 \begin_inset space \thinspace{}
8060 \end_inset
8061
8062 pt geändert.
8063  Nach der Formel wird 
8064 \series bold
8065
8066 \backslash
8067 jot
8068 \series default
8069  mit demselben Befehl wieder auf den Standardwert 3
8070 \begin_inset space \thinspace{}
8071 \end_inset
8072
8073 pt zurückgesetzt.
8074  Genaueres zum Zeilenabstand in Formeln ist in 
8075 \begin_inset CommandInset ref
8076 LatexCommand ref
8077 reference "sub:Zeilenabstand"
8078
8079 \end_inset
8080
8081  erklärt.
8082 \end_layout
8083
8084 \begin_layout Section
8085 Pfeile
8086 \begin_inset Index idx
8087 status collapsed
8088
8089 \begin_layout Plain Layout
8090 Pfeile
8091 \end_layout
8092
8093 \end_inset
8094
8095
8096 \end_layout
8097
8098 \begin_layout Standard
8099 Pfeile können über den Mathe-Werkzeugleistenknopf 
8100 \begin_inset Graphics
8101         filename ../../images/math/leftarrow.png
8102         scale 85
8103
8104 \end_inset
8105
8106  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8107  aufgelistet sind.
8108 \end_layout
8109
8110 \begin_layout Subsection
8111 Horizontale Pfeile
8112 \begin_inset Index idx
8113 status collapsed
8114
8115 \begin_layout Plain Layout
8116 Pfeile ! horizontale
8117 \end_layout
8118
8119 \end_inset
8120
8121
8122 \end_layout
8123
8124 \begin_layout Standard
8125 \begin_inset space \hfill{}
8126 \end_inset
8127
8128
8129 \begin_inset Tabular
8130 <lyxtabular version="3" rows="8" columns="2">
8131 <features tabularvalignment="middle">
8132 <column alignment="center" valignment="top" width="0pt">
8133 <column alignment="center" valignment="top" width="0pt">
8134 <row>
8135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 Befehl
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 Ergebnis
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \backslash
8161 gets
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 \begin_inset Formula $\gets$
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \backslash
8186 Leftarrow
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 \begin_inset Formula $\Leftarrow$
8196 \end_inset
8197
8198
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \backslash
8211 longleftarrow
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 \begin_inset Formula $\longleftarrow$
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \backslash
8236 Longleftarrow
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 \begin_inset Formula $\Longleftarrow$
8246 \end_inset
8247
8248
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \backslash
8261 leftharpoonup
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 \begin_inset Formula $\leftharpoonup$
8271 \end_inset
8272
8273
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \backslash
8286 leftharpoondown
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 \begin_inset Formula $\leftharpoondown$
8296 \end_inset
8297
8298
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 </row>
8304 <row>
8305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309
8310 \backslash
8311 hookleftarrow
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 \begin_inset Formula $\hookleftarrow$
8321 \end_inset
8322
8323
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 </lyxtabular>
8330
8331 \end_inset
8332
8333
8334 \begin_inset space \hfill{}
8335 \end_inset
8336
8337
8338 \begin_inset Tabular
8339 <lyxtabular version="3" rows="8" columns="2">
8340 <features tabularvalignment="middle">
8341 <column alignment="center" valignment="top" width="0pt">
8342 <column alignment="center" valignment="top" width="0pt">
8343 <row>
8344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Befehl
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 Ergebnis
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \backslash
8370 to
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 \begin_inset Formula $\to$
8380 \end_inset
8381
8382
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row>
8389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \backslash
8395 Rightarrow
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 \begin_inset Formula $\Rightarrow$
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \backslash
8420 longrightarrow
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 \begin_inset Formula $\longrightarrow$
8430 \end_inset
8431
8432
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \backslash
8445 Longrightarrow
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 \begin_inset Formula $\Longrightarrow$
8455 \end_inset
8456
8457
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \backslash
8470 rightharpoonup
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 \begin_inset Formula $\rightharpoonup$
8480 \end_inset
8481
8482
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \backslash
8495 rightharpoondown
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 \begin_inset Formula $\rightharpoondown$
8505 \end_inset
8506
8507
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 </row>
8513 <row>
8514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \backslash
8520 hookrightarrow
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 \begin_inset Formula $\hookrightarrow$
8530 \end_inset
8531
8532
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 </lyxtabular>
8539
8540 \end_inset
8541
8542
8543 \begin_inset space \hfill{}
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \begin_layout Standard
8550 \begin_inset space \hfill{}
8551 \end_inset
8552
8553
8554 \begin_inset Tabular
8555 <lyxtabular version="3" rows="6" columns="2">
8556 <features tabularvalignment="middle">
8557 <column alignment="center" valignment="top" width="0pt">
8558 <column alignment="center" valignment="top" width="0pt">
8559 <row>
8560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Befehl
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Ergebnis
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \backslash
8586 leftrightarrow
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 \begin_inset Formula $\leftrightarrow$
8596 \end_inset
8597
8598
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row>
8605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609
8610 \backslash
8611 Leftrightarrow
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 \begin_inset Formula $\Leftrightarrow$
8621 \end_inset
8622
8623
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \backslash
8636 longleftrightarrow
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 \begin_inset Formula $\longleftrightarrow$
8646 \end_inset
8647
8648
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \backslash
8661 Longleftrightarrow
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 \begin_inset Formula $\Longleftrightarrow$
8671 \end_inset
8672
8673
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 </row>
8679 <row>
8680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684
8685 \backslash
8686 rightleftharpoons
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 \begin_inset Formula $\rightleftharpoons$
8696 \end_inset
8697
8698
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 </lyxtabular>
8705
8706 \end_inset
8707
8708
8709 \begin_inset space \hspace{}
8710 \length 25pt
8711 \end_inset
8712
8713
8714 \begin_inset space \hfill{}
8715 \end_inset
8716
8717
8718 \begin_inset Tabular
8719 <lyxtabular version="3" rows="5" columns="2">
8720 <features tabularvalignment="middle">
8721 <column alignment="center" valignment="top" width="0pt">
8722 <column alignment="center" valignment="top" width="0pt">
8723 <row>
8724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Befehl
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 Ergebnis
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \backslash
8750 mapsto
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 \begin_inset Formula $\mapsto$
8760 \end_inset
8761
8762
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \backslash
8775 longmapsto
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 \begin_inset Formula $\longmapsto$
8785 \end_inset
8786
8787
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \backslash
8800 leadsto
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 \begin_inset Formula $\leadsto$
8810 \end_inset
8811
8812
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \backslash
8825 dasharrow
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 \begin_inset Formula $\dasharrow$
8835 \end_inset
8836
8837
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 </lyxtabular>
8844
8845 \end_inset
8846
8847
8848 \begin_inset space \hfill{}
8849 \end_inset
8850
8851
8852 \end_layout
8853
8854 \begin_layout Standard
8855 \begin_inset VSpace medskip
8856 \end_inset
8857
8858 Als Akzent verwendete Pfeile, wie z.
8859 \begin_inset space \thinspace{}
8860 \end_inset
8861
8862 B.
8863  Vektorpfeile, sind in 
8864 \begin_inset CommandInset ref
8865 LatexCommand ref
8866 reference "sec:Akzente"
8867
8868 \end_inset
8869
8870  aufgelistet.
8871 \end_layout
8872
8873 \begin_layout Standard
8874 \begin_inset VSpace bigskip
8875 \end_inset
8876
8877 Des Weiteren gibt es die beschriftbaren Pfeile
8878 \begin_inset Index idx
8879 status collapsed
8880
8881 \begin_layout Plain Layout
8882 Pfeile ! beschriftbare
8883 \end_layout
8884
8885 \end_inset
8886
8887  
8888 \series bold
8889
8890 \backslash
8891 xleftarrow
8892 \series default
8893
8894 \begin_inset Index idx
8895 status collapsed
8896
8897 \begin_layout Plain Layout
8898 Befehle ! X ! 
8899 \backslash
8900 xleftarrow
8901 \end_layout
8902
8903 \end_inset
8904
8905  und 
8906 \series bold
8907
8908 \backslash
8909 xrightarrow
8910 \series default
8911
8912 \begin_inset Index idx
8913 status collapsed
8914
8915 \begin_layout Plain Layout
8916 Befehle ! X ! 
8917 \backslash
8918 xrightarrow
8919 \begin_inset ERT
8920 status collapsed
8921
8922 \begin_layout Plain Layout
8923
8924
8925 \backslash
8926 vspace{4mm}
8927 \end_layout
8928
8929 \end_inset
8930
8931
8932 \end_layout
8933
8934 \end_inset
8935
8936 .
8937  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8938  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8939  Die Pfeillänge passt sich der Breite der Beschriftung an.
8940 \end_layout
8941
8942 \begin_layout Standard
8943 \align center
8944 \begin_inset Tabular
8945 <lyxtabular version="3" rows="3" columns="2">
8946 <features tabularvalignment="middle">
8947 <column alignment="center" valignment="top" width="0pt">
8948 <column alignment="center" valignment="top" width="0pt">
8949 <row>
8950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 Befehl
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 Ergebnis
8964 \begin_inset Note Note
8965 status collapsed
8966
8967 \begin_layout Plain Layout
8968
8969 \series bold
8970
8971 \backslash
8972 raisebox
8973 \series default
8974  dient nur als Abstandhalter.
8975 \end_layout
8976
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 </row>
8985 <row>
8986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 F(a)
8991 \backslash
8992 xleftarrow
8993 \begin_inset ERT
8994 status collapsed
8995
8996 \begin_layout Plain Layout
8997
8998
8999 \backslash
9000 leer 
9001 \end_layout
9002
9003 \end_inset
9004
9005 x=a
9006 \begin_inset Formula $\downarrow$
9007 \end_inset
9008
9009 x>0
9010 \begin_inset Formula $\to$
9011 \end_inset
9012
9013 F(x)
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9023 \end_inset
9024
9025
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 F(x)
9037 \backslash
9038 xrightarrow
9039 \begin_inset ERT
9040 status collapsed
9041
9042 \begin_layout Plain Layout
9043
9044
9045 \backslash
9046 leer 
9047 \end_layout
9048
9049 \end_inset
9050
9051 x=a
9052 \begin_inset Formula $\downarrow$
9053 \end_inset
9054
9055 x>0
9056 \begin_inset Formula $\to$
9057 \end_inset
9058
9059 F(a)
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9069 \end_inset
9070
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 </row>
9077 </lyxtabular>
9078
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \begin_layout Subsection
9085 Vertikale und diagonale Pfeile
9086 \begin_inset Index idx
9087 status collapsed
9088
9089 \begin_layout Plain Layout
9090 Pfeile ! diagonale
9091 \end_layout
9092
9093 \end_inset
9094
9095
9096 \begin_inset Index idx
9097 status collapsed
9098
9099 \begin_layout Plain Layout
9100 Pfeile ! vertikale
9101 \end_layout
9102
9103 \end_inset
9104
9105
9106 \end_layout
9107
9108 \begin_layout Standard
9109 \begin_inset space \hfill{}
9110 \end_inset
9111
9112
9113 \begin_inset Tabular
9114 <lyxtabular version="3" rows="7" columns="2">
9115 <features tabularvalignment="middle">
9116 <column alignment="center" valignment="top" width="0pt">
9117 <column alignment="center" valignment="top" width="0pt">
9118 <row>
9119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Befehl
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 Ergebnis
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143
9144 \backslash
9145 uparrow
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 \begin_inset Formula $\uparrow$
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 <row>
9164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168
9169 \backslash
9170 Uparrow
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 \begin_inset Formula $\Uparrow$
9180 \end_inset
9181
9182
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \backslash
9195 updownarrow
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 \begin_inset Formula $\updownarrow$
9205 \end_inset
9206
9207
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 </row>
9213 <row>
9214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218
9219 \backslash
9220 Updownarrow
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 \begin_inset Formula $\Updownarrow$
9230 \end_inset
9231
9232
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \backslash
9245 Downarrow
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 \begin_inset Formula $\Downarrow$
9255 \end_inset
9256
9257
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 </row>
9263 <row>
9264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268
9269 \backslash
9270 downarrow
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 \begin_inset Formula $\downarrow$
9280 \end_inset
9281
9282
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 </lyxtabular>
9289
9290 \end_inset
9291
9292
9293 \begin_inset space \hfill{}
9294 \end_inset
9295
9296
9297 \begin_inset Tabular
9298 <lyxtabular version="3" rows="5" columns="2">
9299 <features tabularvalignment="middle">
9300 <column alignment="center" valignment="top" width="0pt">
9301 <column alignment="center" valignment="top" width="0pt">
9302 <row>
9303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 Befehl
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 Ergebnis
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 <row>
9323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327
9328 \backslash
9329 nearrow
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 \begin_inset Formula $\nearrow$
9339 \end_inset
9340
9341
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 </row>
9347 <row>
9348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352
9353 \backslash
9354 searrow
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 \begin_inset Formula $\searrow$
9364 \end_inset
9365
9366
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 </row>
9372 <row>
9373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377
9378 \backslash
9379 swarrow
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 \begin_inset Formula $\swarrow$
9389 \end_inset
9390
9391
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \backslash
9404 nwarrow
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 \begin_inset Formula $\nwarrow$
9414 \end_inset
9415
9416
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 </row>
9422 </lyxtabular>
9423
9424 \end_inset
9425
9426
9427 \begin_inset space \hfill{}
9428 \end_inset
9429
9430
9431 \end_layout
9432
9433 \begin_layout Standard
9434 \begin_inset VSpace medskip
9435 \end_inset
9436
9437 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9438  
9439 \begin_inset CommandInset ref
9440 LatexCommand ref
9441 reference "sub:Manuelle-Klammergrößen"
9442
9443 \end_inset
9444
9445  und 
9446 \begin_inset CommandInset ref
9447 LatexCommand ref
9448 reference "sub:Automatische-Klammergrößen"
9449
9450 \end_inset
9451
9452  beschriebenen Befehlen verwendet werden.
9453 \end_layout
9454
9455 \begin_layout Section
9456 Akzente
9457 \begin_inset CommandInset label
9458 LatexCommand label
9459 name "sec:Akzente"
9460
9461 \end_inset
9462
9463
9464 \begin_inset Index idx
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468 Akzente
9469 \end_layout
9470
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \begin_layout Standard
9477 Akzente können über den Mathe-Werkzeugleistenknopf 
9478 \begin_inset Graphics
9479         filename ../../images/math/hat.png
9480         scale 85
9481
9482 \end_inset
9483
9484  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9485  aufgelistet sind.
9486 \end_layout
9487
9488 \begin_layout Subsection
9489 Akzente für ein Zeichen
9490 \begin_inset ERT
9491 status collapsed
9492
9493 \begin_layout Plain Layout
9494
9495
9496 \backslash
9497 texorpdfstring{
9498 \end_layout
9499
9500 \end_inset
9501
9502
9503 \begin_inset Foot
9504 status collapsed
9505
9506 \begin_layout Plain Layout
9507 Akzente im Text siehe 
9508 \begin_inset CommandInset ref
9509 LatexCommand ref
9510 reference "sub:Sonderzeichen-Akzente"
9511
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \end_inset
9518
9519
9520 \begin_inset ERT
9521 status collapsed
9522
9523 \begin_layout Plain Layout
9524
9525 }{}
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \begin_inset Note Note
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536 \series bold
9537
9538 \backslash
9539 texorpdfstring
9540 \series default
9541  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9542 \end_layout
9543
9544 \begin_layout Plain Layout
9545 Näheres zu 
9546 \series bold
9547
9548 \backslash
9549 texorpdfstring
9550 \series default
9551  steht in Kapitel 
9552 \begin_inset CommandInset ref
9553 LatexCommand ref
9554 reference "sub:Formeln-in-Überschriften"
9555
9556 \end_inset
9557
9558 .
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \begin_inset CommandInset label
9565 LatexCommand label
9566 name "sub:Akzente-für-ein"
9567
9568 \end_inset
9569
9570
9571 \begin_inset Index idx
9572 status collapsed
9573
9574 \begin_layout Plain Layout
9575 Akzente ! für ein Zeichen
9576 \end_layout
9577
9578 \end_inset
9579
9580
9581 \end_layout
9582
9583 \begin_layout Standard
9584 \begin_inset space \hfill{}
9585 \end_inset
9586
9587
9588 \begin_inset Tabular
9589 <lyxtabular version="3" rows="8" columns="2">
9590 <features tabularvalignment="middle">
9591 <column alignment="center" valignment="top" width="0pt">
9592 <column alignment="center" valignment="top" width="0pt">
9593 <row>
9594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598 Befehl
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607 Ergebnis
9608 \begin_inset Note Note
9609 status collapsed
9610
9611 \begin_layout Plain Layout
9612
9613 \series bold
9614
9615 \backslash
9616 raisebox
9617 \series default
9618  dient nur als Abstandhalter.
9619 \end_layout
9620
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row>
9630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \backslash
9636 dot
9637 \begin_inset ERT
9638 status collapsed
9639
9640 \begin_layout Plain Layout
9641
9642
9643 \backslash
9644 leer 
9645 \end_layout
9646
9647 \end_inset
9648
9649 A
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9659 \end_inset
9660
9661
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 </row>
9667 <row>
9668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672
9673 \backslash
9674 ddot
9675 \begin_inset ERT
9676 status collapsed
9677
9678 \begin_layout Plain Layout
9679
9680
9681 \backslash
9682 leer 
9683 \end_layout
9684
9685 \end_inset
9686
9687 A
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9697 \end_inset
9698
9699
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 </row>
9705 <row>
9706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \backslash
9712 dddot
9713 \begin_inset ERT
9714 status collapsed
9715
9716 \begin_layout Plain Layout
9717
9718
9719 \backslash
9720 leer 
9721 \end_layout
9722
9723 \end_inset
9724
9725 A
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row>
9744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \backslash
9750 ddddot
9751 \begin_inset ERT
9752 status collapsed
9753
9754 \begin_layout Plain Layout
9755
9756
9757 \backslash
9758 leer 
9759 \end_layout
9760
9761 \end_inset
9762
9763 A
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9773 \end_inset
9774
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 </row>
9781 <row>
9782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786
9787 \backslash
9788 vec
9789 \begin_inset ERT
9790 status collapsed
9791
9792 \begin_layout Plain Layout
9793
9794
9795 \backslash
9796 leer 
9797 \end_layout
9798
9799 \end_inset
9800
9801 A
9802 \begin_inset Index idx
9803 status collapsed
9804
9805 \begin_layout Plain Layout
9806 Vektoren
9807 \end_layout
9808
9809 \end_inset
9810
9811
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \backslash
9836 bar
9837 \begin_inset ERT
9838 status collapsed
9839
9840 \begin_layout Plain Layout
9841
9842
9843 \backslash
9844 leer 
9845 \end_layout
9846
9847 \end_inset
9848
9849 A
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9859 \end_inset
9860
9861
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row>
9868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \backslash
9874 mathring
9875 \begin_inset ERT
9876 status collapsed
9877
9878 \begin_layout Plain Layout
9879
9880
9881 \backslash
9882 leer 
9883 \end_layout
9884
9885 \end_inset
9886
9887 A
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9897 \end_inset
9898
9899
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 </row>
9905 </lyxtabular>
9906
9907 \end_inset
9908
9909
9910 \begin_inset space \hfill{}
9911 \end_inset
9912
9913
9914 \begin_inset Tabular
9915 <lyxtabular version="3" rows="7" columns="2">
9916 <features tabularvalignment="middle">
9917 <column alignment="center" valignment="top" width="0pt">
9918 <column alignment="center" valignment="top" width="0pt">
9919 <row>
9920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 Befehl
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 Ergebnis
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 </row>
9939 <row>
9940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \backslash
9946 tilde
9947 \begin_inset ERT
9948 status collapsed
9949
9950 \begin_layout Plain Layout
9951
9952
9953 \backslash
9954 leer 
9955 \end_layout
9956
9957 \end_inset
9958
9959 A
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 <row>
9978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \backslash
9984 hat
9985 \begin_inset ERT
9986 status collapsed
9987
9988 \begin_layout Plain Layout
9989
9990
9991 \backslash
9992 leer 
9993 \end_layout
9994
9995 \end_inset
9996
9997 A
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10007 \end_inset
10008
10009
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row>
10016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \backslash
10022 check
10023 \begin_inset ERT
10024 status collapsed
10025
10026 \begin_layout Plain Layout
10027
10028
10029 \backslash
10030 leer 
10031 \end_layout
10032
10033 \end_inset
10034
10035 A
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10045 \end_inset
10046
10047
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row>
10054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \backslash
10060 acute
10061 \begin_inset ERT
10062 status collapsed
10063
10064 \begin_layout Plain Layout
10065
10066
10067 \backslash
10068 leer 
10069 \end_layout
10070
10071 \end_inset
10072
10073 A
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10083 \end_inset
10084
10085
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 </row>
10091 <row>
10092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \backslash
10098 grave
10099 \begin_inset ERT
10100 status collapsed
10101
10102 \begin_layout Plain Layout
10103
10104
10105 \backslash
10106 leer 
10107 \end_layout
10108
10109 \end_inset
10110
10111 A
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10121 \end_inset
10122
10123
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \backslash
10136 breve
10137 \begin_inset ERT
10138 status collapsed
10139
10140 \begin_layout Plain Layout
10141
10142
10143 \backslash
10144 leer 
10145 \end_layout
10146
10147 \end_inset
10148
10149 A
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10159 \end_inset
10160
10161
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 </row>
10167 </lyxtabular>
10168
10169 \end_inset
10170
10171
10172 \begin_inset space \hfill{}
10173 \end_inset
10174
10175
10176 \end_layout
10177
10178 \begin_layout Standard
10179 \begin_inset VSpace bigskip
10180 \end_inset
10181
10182 Akzente wie z.B.
10183  é können direkt in Formeln eingegeben werden.
10184  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10185  Für Umlaute
10186 \begin_inset Index idx
10187 status collapsed
10188
10189 \begin_layout Plain Layout
10190 Umlaute
10191 \end_layout
10192
10193 \end_inset
10194
10195  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10196  Diese beiden Zeichen bilden dann für LaTeX 
10197 \emph on
10198 ein
10199 \emph default
10200  Zeichen.
10201  Im Gegensatz zu 
10202 \series bold
10203
10204 \backslash
10205 ddot
10206 \series default
10207  entstehen damit 
10208 \begin_inset Quotes gld
10209 \end_inset
10210
10211 echte
10212 \begin_inset Quotes grd
10213 \end_inset
10214
10215  Umlaute, was folgendes Beispiel zeigt:
10216 \end_layout
10217
10218 \begin_layout Standard
10219 \begin_inset VSpace -2mm
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \begin_layout Standard
10226 \align center
10227 \begin_inset Tabular
10228 <lyxtabular version="3" rows="3" columns="2">
10229 <features tabularvalignment="middle">
10230 <column alignment="center" valignment="top" width="0">
10231 <column alignment="center" valignment="top" width="0">
10232 <row>
10233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Befehl
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 Ergebnis
10247 \begin_inset Note Note
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251
10252 \series bold
10253
10254 \backslash
10255 raisebox
10256 \series default
10257  dient nur als Abstandhalter.
10258 \end_layout
10259
10260 \end_inset
10261
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 \begin_inset Quotes grd
10274 \end_inset
10275
10276 i
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 \begin_inset Formula $"i$
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \backslash
10301 ddot
10302 \begin_inset ERT
10303 status collapsed
10304
10305 \begin_layout Plain Layout
10306
10307
10308 \backslash
10309 leer 
10310 \end_layout
10311
10312 \end_inset
10313
10314 i
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10324 \end_inset
10325
10326
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 </lyxtabular>
10333
10334 \end_inset
10335
10336
10337 \end_layout
10338
10339 \begin_layout Standard
10340 Ein weiterer Vorteil gegenüber 
10341 \series bold
10342
10343 \backslash
10344 ddot
10345 \series default
10346  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10347  denn die obigen Akzentbefehle sind 
10348 \emph on
10349 im mathematischen Text\SpecialChar \-
10350 modus nicht erlaubt
10351 \emph default
10352 .
10353  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10354  nur das Zeichen unter dem Akzent umgewandelt werden.
10355  Das gilt auch für alle anderen Umwandlungen wie z.
10356 \begin_inset space \thinspace{}
10357 \end_inset
10358
10359 B.
10360  in kursiv oder fett.
10361 \end_layout
10362
10363 \begin_layout Standard
10364 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10365  direkt eingegeben werden.
10366 \end_layout
10367
10368 \begin_layout Subsection
10369 Akzente für Operatoren
10370 \begin_inset Index idx
10371 status collapsed
10372
10373 \begin_layout Plain Layout
10374 Akzente ! für Operatoren
10375 \end_layout
10376
10377 \end_inset
10378
10379
10380 \end_layout
10381
10382 \begin_layout Standard
10383 Zum Akzentuieren von Operatoren gibt es die Befehle 
10384 \series bold
10385
10386 \backslash
10387 overset
10388 \series default
10389
10390 \begin_inset Index idx
10391 status collapsed
10392
10393 \begin_layout Plain Layout
10394 Befehle ! O ! 
10395 \backslash
10396 overset
10397 \end_layout
10398
10399 \end_inset
10400
10401  und 
10402 \series bold
10403
10404 \backslash
10405 underset
10406 \series default
10407
10408 \begin_inset Index idx
10409 status collapsed
10410
10411 \begin_layout Plain Layout
10412 Befehle ! U ! 
10413 \backslash
10414 underset
10415 \end_layout
10416
10417 \end_inset
10418
10419 , mit denen man Zeichen über bzw.
10420  unter einen Operator setzen kann.
10421  Mit dem Befehl 
10422 \series bold
10423
10424 \backslash
10425 sideset
10426 \series default
10427
10428 \begin_inset Index idx
10429 status collapsed
10430
10431 \begin_layout Plain Layout
10432 Befehle ! S ! 
10433 \backslash
10434 sideset
10435 \end_layout
10436
10437 \end_inset
10438
10439  können Zeichen vor und nach einen Operator gesetzt werden.
10440  Das Befehlsschema lautet:
10441 \end_layout
10442
10443 \begin_layout Standard
10444
10445 \series bold
10446
10447 \backslash
10448 sideset{Zeichen
10449 \series default
10450  
10451 \series bold
10452 davor}{Zeichen
10453 \series default
10454  
10455 \series bold
10456 dahinter}
10457 \end_layout
10458
10459 \begin_layout Standard
10460
10461 \series bold
10462
10463 \backslash
10464 sideset
10465 \series default
10466  muss immer vor dem zu akzentuierenden Operator stehen.
10467  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10468  Symbolen akzentuiert werden.
10469  Will man mit 
10470 \series bold
10471
10472 \backslash
10473 sideset
10474 \series default
10475  z.
10476 \begin_inset space \thinspace{}
10477 \end_inset
10478
10479 B.
10480  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10481  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10482 \end_layout
10483
10484 \begin_layout Standard
10485 Z.
10486 \begin_inset space \thinspace{}
10487 \end_inset
10488
10489 B.
10490  ergibt der Befehl 
10491 \series bold
10492
10493 \backslash
10494 sideset{
10495 \begin_inset Formula $\to$
10496 \end_inset
10497
10498
10499 \backslash
10500 {
10501 \series default
10502 '
10503 \series bold
10504
10505 \begin_inset Formula $\to$
10506 \end_inset
10507
10508
10509 \backslash
10510 sum_k=1
10511 \begin_inset ERT
10512 status collapsed
10513
10514 \begin_layout Plain Layout
10515
10516
10517 \backslash
10518 leer 
10519 \end_layout
10520
10521 \end_inset
10522
10523
10524 \series default
10525 ^
10526 \series bold
10527 n
10528 \series default
10529  :
10530 \begin_inset Formula \[
10531 \sideset{}{'}\sum_{k=1}^{n}\]
10532
10533 \end_inset
10534
10535
10536 \end_layout
10537
10538 \begin_layout Standard
10539 Der Befehl 
10540 \series bold
10541
10542 \backslash
10543 overset
10544 \begin_inset ERT
10545 status collapsed
10546
10547 \begin_layout Plain Layout
10548
10549
10550 \backslash
10551 leer 
10552 \end_layout
10553
10554 \end_inset
10555
10556
10557 \backslash
10558 maltese
10559 \begin_inset ERT
10560 status collapsed
10561
10562 \begin_layout Plain Layout
10563
10564
10565 \backslash
10566 leer 
10567 \end_layout
10568
10569 \end_inset
10570
10571
10572 \series default
10573
10574 \begin_inset Formula $\uparrow$
10575 \end_inset
10576
10577
10578 \series bold
10579 a
10580 \series default
10581  ergibt:
10582 \begin_inset Formula \[
10583 \overset{a}{\maltese}\]
10584
10585 \end_inset
10586
10587 Wie man am letzten Beispiel sieht, kann man mit 
10588 \series bold
10589
10590 \backslash
10591 overset
10592 \series default
10593  bzw.
10594  
10595 \series bold
10596
10597 \backslash
10598 underset
10599 \series default
10600  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10601 \series bold
10602
10603 \backslash
10604 sideset
10605 \series default
10606  ist dies nicht möglich.
10607 \end_layout
10608
10609 \begin_layout Subsection
10610 Akzente für mehrere Zeichen
10611 \begin_inset Index idx
10612 status collapsed
10613
10614 \begin_layout Plain Layout
10615 Akzente ! für mehrere Zeichen
10616 \end_layout
10617
10618 \end_inset
10619
10620
10621 \end_layout
10622
10623 \begin_layout Standard
10624 \begin_inset space \hfill{}
10625 \end_inset
10626
10627
10628 \begin_inset Tabular
10629 <lyxtabular version="3" rows="5" columns="2">
10630 <features tabularvalignment="middle">
10631 <column alignment="center" valignment="top" width="0pt">
10632 <column alignment="center" valignment="top" width="0pt">
10633 <row>
10634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Befehl
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 Ergebnis
10648 \begin_inset Note Note
10649 status collapsed
10650
10651 \begin_layout Plain Layout
10652
10653 \series bold
10654
10655 \backslash
10656 raisebox
10657 \series default
10658  dient nur als Abstandhalter.
10659 \end_layout
10660
10661 \end_inset
10662
10663
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 </row>
10669 <row>
10670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \backslash
10676 overleftarrow
10677 \begin_inset ERT
10678 status collapsed
10679
10680 \begin_layout Plain Layout
10681
10682
10683 \backslash
10684 leer 
10685 \end_layout
10686
10687 \end_inset
10688
10689 A=B
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10699 \end_inset
10700
10701
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 </row>
10707 <row>
10708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712
10713 \backslash
10714 underleftarrow
10715 \begin_inset ERT
10716 status collapsed
10717
10718 \begin_layout Plain Layout
10719
10720
10721 \backslash
10722 leer 
10723 \end_layout
10724
10725 \end_inset
10726
10727 A=B
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10737 \end_inset
10738
10739
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \backslash
10752 overleftrightarrow
10753 \begin_inset ERT
10754 status collapsed
10755
10756 \begin_layout Plain Layout
10757
10758
10759 \backslash
10760 leer 
10761 \end_layout
10762
10763 \end_inset
10764
10765 A=B
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10775 \end_inset
10776
10777
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 </row>
10783 <row>
10784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \backslash
10790 underleftrightarrow
10791 \begin_inset ERT
10792 status collapsed
10793
10794 \begin_layout Plain Layout
10795
10796
10797 \backslash
10798 leer 
10799 \end_layout
10800
10801 \end_inset
10802
10803 A=B
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10813 \end_inset
10814
10815
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 </row>
10821 </lyxtabular>
10822
10823 \end_inset
10824
10825
10826 \begin_inset space \hfill{}
10827 \end_inset
10828
10829
10830 \begin_inset Tabular
10831 <lyxtabular version="3" rows="5" columns="2">
10832 <features tabularvalignment="middle">
10833 <column alignment="center" valignment="top" width="0pt">
10834 <column alignment="center" valignment="top" width="0pt">
10835 <row>
10836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 Befehl
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 Ergebnis
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 </row>
10855 <row>
10856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860
10861 \backslash
10862 overrightarrow
10863 \begin_inset ERT
10864 status collapsed
10865
10866 \begin_layout Plain Layout
10867
10868
10869 \backslash
10870 leer 
10871 \end_layout
10872
10873 \end_inset
10874
10875 A=B
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10885 \end_inset
10886
10887
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 </row>
10893 <row>
10894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898
10899 \backslash
10900 underrightarrow
10901 \begin_inset ERT
10902 status collapsed
10903
10904 \begin_layout Plain Layout
10905
10906
10907 \backslash
10908 leer 
10909 \end_layout
10910
10911 \end_inset
10912
10913 A=B
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10923 \end_inset
10924
10925
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 </row>
10931 <row>
10932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936
10937 \backslash
10938 widetilde
10939 \begin_inset ERT
10940 status collapsed
10941
10942 \begin_layout Plain Layout
10943
10944
10945 \backslash
10946 leer 
10947 \end_layout
10948
10949 \end_inset
10950
10951 A=B
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10961 \end_inset
10962
10963
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 </row>
10969 <row>
10970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974
10975 \backslash
10976 widehat
10977 \begin_inset ERT
10978 status collapsed
10979
10980 \begin_layout Plain Layout
10981
10982
10983 \backslash
10984 leer 
10985 \end_layout
10986
10987 \end_inset
10988
10989 A=B
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10999 \end_inset
11000
11001
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 </row>
11007 </lyxtabular>
11008
11009 \end_inset
11010
11011
11012 \begin_inset space \hfill{}
11013 \end_inset
11014
11015
11016 \end_layout
11017
11018 \begin_layout Standard
11019 \begin_inset VSpace medskip
11020 \end_inset
11021
11022 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11023  Die Akzente
11024 \begin_inset Newline linebreak
11025 \end_inset
11026
11027
11028 \series bold
11029
11030 \backslash
11031 widetilde
11032 \series default
11033  und 
11034 \series bold
11035
11036 \backslash
11037 widehat
11038 \series default
11039  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11040  was folgendes Beispiel verdeutlicht:
11041 \begin_inset Formula \[
11042 \widetilde{A+B=C-D}\]
11043
11044 \end_inset
11045
11046
11047 \end_layout
11048
11049 \begin_layout Standard
11050 Mit den im vorigen Kapitel beschriebenen Befehlen 
11051 \series bold
11052
11053 \backslash
11054 overset
11055 \series default
11056
11057 \begin_inset Index idx
11058 status collapsed
11059
11060 \begin_layout Plain Layout
11061 Befehle ! O ! 
11062 \backslash
11063 overset
11064 \end_layout
11065
11066 \end_inset
11067
11068  und 
11069 \series bold
11070
11071 \backslash
11072 underset
11073 \series default
11074
11075 \begin_inset Index idx
11076 status collapsed
11077
11078 \begin_layout Plain Layout
11079 Befehle ! U ! 
11080 \backslash
11081 underset
11082 \end_layout
11083
11084 \end_inset
11085
11086  ist es auch möglich mehrere Zeichen zu akzentuieren.
11087  Der Befehl 
11088 \series bold
11089
11090 \backslash
11091 underset
11092 \begin_inset ERT
11093 status collapsed
11094
11095 \begin_layout Plain Layout
11096
11097
11098 \backslash
11099 leer 
11100 \end_layout
11101
11102 \end_inset
11103
11104 A=B
11105 \begin_inset Formula $\downarrow$
11106 \end_inset
11107
11108 ***
11109 \series default
11110  ergibt:
11111 \begin_inset Formula \[
11112 \underset{***}{A=B}\]
11113
11114 \end_inset
11115
11116
11117 \end_layout
11118
11119 \begin_layout Section
11120 Leerraum
11121 \begin_inset CommandInset label
11122 LatexCommand label
11123 name "sub:Leerraum"
11124
11125 \end_inset
11126
11127
11128 \begin_inset Index idx
11129 status collapsed
11130
11131 \begin_layout Plain Layout
11132 Leerraum ! horizontaler
11133 \end_layout
11134
11135 \end_inset
11136
11137
11138 \end_layout
11139
11140 \begin_layout Subsection
11141 Vordefinierter Leerraum
11142 \begin_inset CommandInset label
11143 LatexCommand label
11144 name "sub:Vordefinierter-Leerraum"
11145
11146 \end_inset
11147
11148
11149 \begin_inset Index idx
11150 status collapsed
11151
11152 \begin_layout Plain Layout
11153 Leerraum ! horizontaler ! vordefiniert
11154 \end_layout
11155
11156 \end_inset
11157
11158
11159 \end_layout
11160
11161 \begin_layout Standard
11162 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11163  Dazu gibt man ein geschütztes Leerzeichen ein.
11164  Es erscheint ein 
11165 \begin_inset Quotes gld
11166 \end_inset
11167
11168
11169 \color blue
11170
11171 \begin_inset ERT
11172 status collapsed
11173
11174 \begin_layout Plain Layout
11175
11176
11177 \backslash
11178 leer 
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \color inherit
11185
11186 \begin_inset Quotes grd
11187 \end_inset
11188
11189  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11190  Leerraum-Größen wählen.
11191  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11192 \begin_inset Graphics
11193         filename ../../images/math/space.png
11194         scale 85
11195
11196 \end_inset
11197
11198  oder mit einzelnen Befehlen aufrufen.
11199  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11200  danach wieder aus allen Größen wählen.
11201 \end_layout
11202
11203 \begin_layout Standard
11204 \align center
11205 \begin_inset VSpace -5mm
11206 \end_inset
11207
11208
11209 \begin_inset Tabular
11210 <lyxtabular version="3" rows="3" columns="7">
11211 <features tabularvalignment="middle">
11212 <column alignment="center" valignment="middle" width="6.8cm">
11213 <column alignment="center" valignment="top" width="0pt">
11214 <column alignment="center" valignment="top" width="0pt">
11215 <column alignment="center" valignment="top" width="0pt">
11216 <column alignment="center" valignment="top" width="0pt">
11217 <column alignment="center" valignment="top" width="0pt">
11218 <column alignment="center" valignment="top" width="0pt">
11219 <row>
11220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 Befehl
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233
11234 \backslash
11235 ,
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244
11245 \backslash
11246 :
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255
11256 \backslash
11257 ;
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266
11267 \backslash
11268 quad
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277
11278 \backslash
11279 qquad
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288
11289 \backslash
11290 !
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 </row>
11296 <row>
11297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 0
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 1
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 2
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 3
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 4
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 5
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 </row>
11361 <row>
11362 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 Ergebnis
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 \begin_inset Formula $A\, B$
11376 \end_inset
11377
11378
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 \begin_inset Formula $A\: B$
11388 \end_inset
11389
11390
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 \begin_inset Formula $A\; B$
11400 \end_inset
11401
11402
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A\quad B$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 \begin_inset Formula $A\qquad B$
11424 \end_inset
11425
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 \begin_inset Formula $A\! B$
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 </lyxtabular>
11445
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \begin_layout Standard
11452 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11453  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11454  denn sie erstellt negativen Leerraum.
11455  Es gibt noch zwei weitere negative Leerräume:
11456 \end_layout
11457
11458 \begin_layout Standard
11459 \align center
11460 \begin_inset Tabular
11461 <lyxtabular version="3" rows="3" columns="3">
11462 <features tabularvalignment="middle">
11463 <column alignment="center" valignment="middle" width="6.8cm">
11464 <column alignment="center" valignment="top" width="0pt">
11465 <column alignment="center" valignment="top" width="0pt">
11466 <row>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 Befehl
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480
11481 \backslash
11482 negmedspace
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491
11492 \backslash
11493 negthickspace
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 </row>
11499 <row>
11500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 6
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 7
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 </row>
11528 <row>
11529 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 Ergebnis
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 \begin_inset Formula $A\negmedspace B$
11543 \end_inset
11544
11545
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 \begin_inset Formula $A\negthickspace B$
11555 \end_inset
11556
11557
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 </lyxtabular>
11564
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \begin_layout Standard
11571 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11572  Man kann auf diese Weise Ligaturen erzwingen, was z.
11573 \begin_inset space \thinspace{}
11574 \end_inset
11575
11576 B.
11577  für Summenzeichen von Nutzen ist: 
11578 \end_layout
11579
11580 \begin_layout Standard
11581 \align center
11582 \begin_inset Tabular
11583 <lyxtabular version="3" rows="3" columns="2">
11584 <features tabularvalignment="middle">
11585 <column alignment="center" valignment="top" width="0">
11586 <column alignment="center" valignment="top" width="0">
11587 <row>
11588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592 Befehl
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 Ergebnis
11602 \begin_inset Note Note
11603 status collapsed
11604
11605 \begin_layout Plain Layout
11606
11607 \series bold
11608
11609 \backslash
11610 raisebox
11611 \series default
11612  dient nur als Abstandhalter.
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 </row>
11623 <row>
11624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628
11629 \backslash
11630 sum
11631 \backslash
11632 sum
11633 \begin_inset ERT
11634 status collapsed
11635
11636 \begin_layout Plain Layout
11637
11638
11639 \backslash
11640 leer 
11641 \end_layout
11642
11643 \end_inset
11644
11645 f_kl
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 </row>
11663 <row>
11664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668
11669 \backslash
11670 sum
11671 \backslash
11672 negmedspace
11673 \backslash
11674 sum
11675 \begin_inset ERT
11676 status collapsed
11677
11678 \begin_layout Plain Layout
11679
11680
11681 \backslash
11682 leer 
11683 \end_layout
11684
11685 \end_inset
11686
11687 f_kl
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 </row>
11705 </lyxtabular>
11706
11707 \end_inset
11708
11709
11710 \end_layout
11711
11712 \begin_layout Standard
11713 Relationen, wie z.
11714 \begin_inset space \thinspace{}
11715 \end_inset
11716
11717 B.
11718  Gleichheitszeichen, sind immer von Leerraum umgeben.
11719  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11720  TeX-Klammer.
11721  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11722 \end_layout
11723
11724 \begin_layout Standard
11725 \align center
11726 \begin_inset Tabular
11727 <lyxtabular version="3" rows="2" columns="2">
11728 <features tabularvalignment="middle">
11729 <column alignment="center" valignment="top" width="0pt">
11730 <column alignment="center" valignment="top" width="0pt">
11731 <row>
11732 <cell alignment="center" valignment="top" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 normale Gleichung
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 \begin_inset Formula $A=B$
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 </row>
11754 <row>
11755 <cell alignment="center" valignment="top" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759 \begin_inset Note Note
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763
11764 \series bold
11765
11766 \backslash
11767 raisebox
11768 \series default
11769  dient nur als Abstandhalter.
11770 \end_layout
11771
11772 \end_inset
11773
11774
11775 \begin_inset Formula $\raisebox{5mm}{}$
11776 \end_inset
11777
11778 Gleichung ohne Leerraum
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 \begin_inset Formula $A{=}B$
11788 \end_inset
11789
11790
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 </row>
11796 </lyxtabular>
11797
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \begin_layout Standard
11804 Der Befehl für die letzte Formel lautet: 
11805 \series bold
11806 A
11807 \backslash
11808 {=
11809 \begin_inset Formula $\to$
11810 \end_inset
11811
11812 B
11813 \end_layout
11814
11815 \begin_layout Standard
11816 \begin_inset VSpace bigskip
11817 \end_inset
11818
11819 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11820  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11821  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11822 \family sans
11823 Einfügen\SpecialChar \menuseparator
11824 Formatierung\SpecialChar \menuseparator
11825 Kleiner
11826 \begin_inset space ~
11827 \end_inset
11828
11829 Abstand
11830 \family default
11831  (Tastenkürzel 
11832 \family sans
11833 Strg+Shift+Leertaste
11834 \family default
11835 ) ein.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 Ein Beispiel zur Veranschaulichung:
11840 \end_layout
11841
11842 \begin_layout Standard
11843 \begin_inset Tabular
11844 <lyxtabular version="3" rows="2" columns="2">
11845 <features tabularvalignment="middle">
11846 <column alignment="left" valignment="top" width="0">
11847 <column alignment="left" valignment="top" width="0">
11848 <row>
11849 <cell alignment="center" valignment="top" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 24 kW
11854 \begin_inset Formula $\cdot$
11855 \end_inset
11856
11857 h
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell alignment="center" valignment="top" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 Leerzeichen zwischen Wert und Einheit
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 </row>
11872 <row>
11873 <cell alignment="center" valignment="top" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 24
11878 \begin_inset space \thinspace{}
11879 \end_inset
11880
11881 kW
11882 \begin_inset Formula $\cdot$
11883 \end_inset
11884
11885 h
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell alignment="center" valignment="top" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 kleinster Leerraum zwischen Wert und Einheit
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 </row>
11900 </lyxtabular>
11901
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \begin_layout Subsection
11908 Variabler Leerraum
11909 \begin_inset ERT
11910 status collapsed
11911
11912 \begin_layout Plain Layout
11913
11914
11915 \backslash
11916 texorpdfstring{
11917 \end_layout
11918
11919 \end_inset
11920
11921
11922 \begin_inset Foot
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926 für vertikalen Leerraum in Formeln siehe 
11927 \begin_inset CommandInset ref
11928 LatexCommand ref
11929 reference "sub:Zeilenabstand"
11930
11931 \end_inset
11932
11933
11934 \end_layout
11935
11936 \end_inset
11937
11938
11939 \begin_inset ERT
11940 status collapsed
11941
11942 \begin_layout Plain Layout
11943
11944 }{}
11945 \end_layout
11946
11947 \end_inset
11948
11949
11950 \begin_inset Note Note
11951 status collapsed
11952
11953 \begin_layout Plain Layout
11954
11955 \series bold
11956
11957 \backslash
11958 texorpdfstring
11959 \series default
11960  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11961 \end_layout
11962
11963 \begin_layout Plain Layout
11964 Näheres zu 
11965 \series bold
11966
11967 \backslash
11968 texorpdfstring
11969 \series default
11970  steht in Kapitel 
11971 \begin_inset CommandInset ref
11972 LatexCommand ref
11973 reference "sub:Formeln-in-Überschriften"
11974
11975 \end_inset
11976
11977 .
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \begin_inset CommandInset label
11984 LatexCommand label
11985 name "sub:Variabler-Leerraum"
11986
11987 \end_inset
11988
11989
11990 \begin_inset Index idx
11991 status collapsed
11992
11993 \begin_layout Plain Layout
11994 Leerraum ! horizontaler ! variabel
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \end_layout
12001
12002 \begin_layout Standard
12003 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12004 \series bold
12005
12006 \backslash
12007 hspace
12008 \series default
12009
12010 \begin_inset Index idx
12011 status collapsed
12012
12013 \begin_layout Plain Layout
12014 Befehle ! H ! 
12015 \backslash
12016 hspace
12017 \end_layout
12018
12019 \end_inset
12020
12021  einfügen.
12022  Es erscheint ein langes 
12023 \begin_inset Quotes gld
12024 \end_inset
12025
12026
12027 \color blue
12028
12029 \begin_inset ERT
12030 status collapsed
12031
12032 \begin_layout Plain Layout
12033
12034
12035 \backslash
12036 leer 
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \color inherit
12043
12044 \begin_inset Quotes grd
12045 \end_inset
12046
12047 .
12048  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12049  das 
12050 \begin_inset Quotes gld
12051 \end_inset
12052
12053
12054 \color blue
12055
12056 \begin_inset ERT
12057 status collapsed
12058
12059 \begin_layout Plain Layout
12060
12061
12062 \backslash
12063 leer 
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \color inherit
12070
12071 \begin_inset Quotes grd
12072 \end_inset
12073
12074  klickt.
12075  Die Länge darf auch negativ sein.
12076  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12077  einnimmt, benutzt man den Befehl 
12078 \series bold
12079
12080 \backslash
12081 hfill
12082 \series default
12083
12084 \begin_inset Index idx
12085 status collapsed
12086
12087 \begin_layout Plain Layout
12088 Befehle ! H ! 
12089 \backslash
12090 hfill
12091 \end_layout
12092
12093 \end_inset
12094
12095 .
12096 \end_layout
12097
12098 \begin_layout Standard
12099 \begin_inset VSpace -1mm
12100 \end_inset
12101
12102
12103 \end_layout
12104
12105 \begin_layout Standard
12106 \align center
12107 \begin_inset Tabular
12108 <lyxtabular version="3" rows="4" columns="2">
12109 <features tabularvalignment="middle">
12110 <column alignment="center" valignment="top" width="0">
12111 <column alignment="center" valignment="top" width="0">
12112 <row>
12113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 Befehl (
12118 \backslash
12119 hspace Länge)
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 Ergebnis
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 </row>
12134 <row>
12135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139 A=B
12140 \backslash
12141 hspace{3cm
12142 \begin_inset Formula $\to$
12143 \end_inset
12144
12145 A
12146 \backslash
12147 not=C (3
12148 \begin_inset space \thinspace{}
12149 \end_inset
12150
12151 cm)
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12161 \end_inset
12162
12163
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 </row>
12169 <row>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 A
12175 \backslash
12176 hspace{-1mm
12177 \begin_inset Formula $\to$
12178 \end_inset
12179
12180 A
12181 \backslash
12182 not=A (-1
12183 \begin_inset space \thinspace{}
12184 \end_inset
12185
12186 mm)
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 </row>
12204 <row>
12205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 A=A
12210 \backslash
12211 hfill
12212 \begin_inset ERT
12213 status collapsed
12214
12215 \begin_layout Plain Layout
12216
12217
12218 \backslash
12219 leer 
12220 \end_layout
12221
12222 \end_inset
12223
12224 B=B
12225 \end_layout
12226
12227 \end_inset
12228 </cell>
12229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 \begin_inset Formula $A=A\hfill B=B$
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 </row>
12242 </lyxtabular>
12243
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \begin_layout Standard
12250 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12251  Spalteneintrags der Tabelle vorgegeben.
12252  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12253  in die 
12254 \series bold
12255
12256 \backslash
12257 hfill
12258 \series default
12259  eingegeben wird.
12260  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12261  
12262 \series bold
12263
12264 \backslash
12265 hfill
12266 \series default
12267  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12268 \series bold
12269 Eingerückt
12270 \series default
12271  eingestellt ist.
12272  (Formelstile sind in 
12273 \begin_inset CommandInset ref
12274 LatexCommand ref
12275 reference "sec:Formelstile"
12276
12277 \end_inset
12278
12279  erklärt.)
12280 \end_layout
12281
12282 \begin_layout Standard
12283 Neben 
12284 \series bold
12285
12286 \backslash
12287 hfill
12288 \series default
12289  gibt es noch die Befehle 
12290 \series bold
12291
12292 \backslash
12293 dotfill
12294 \series default
12295  und 
12296 \series bold
12297
12298 \backslash
12299 hrulefill
12300 \series default
12301 , die den Leerraum mit einem Muster füllen, siehe 
12302 \begin_inset CommandInset ref
12303 LatexCommand ref
12304 reference "sub:Fortsetzungspunkte"
12305
12306 \end_inset
12307
12308  für ein Beispiel.
12309 \end_layout
12310
12311 \begin_layout Standard
12312 Variabler Leerraum kann für Text über das Menü 
12313 \family sans
12314 Einfügen\SpecialChar \menuseparator
12315 Formatierung\SpecialChar \menuseparator
12316 Horizontaler
12317 \begin_inset space ~
12318 \end_inset
12319
12320 Abstand
12321 \family default
12322  eingefügt werden:
12323 \end_layout
12324
12325 \begin_layout Standard
12326 Dies ist eine Zeile mit
12327 \begin_inset space \hspace{}
12328 \length 2cm
12329 \end_inset
12330
12331 2
12332 \begin_inset space \thinspace{}
12333 \end_inset
12334
12335 cm Leerraum.
12336 \end_layout
12337
12338 \begin_layout Standard
12339 Dies ist eine Zeile mit
12340 \begin_inset space \hfill{}
12341 \end_inset
12342
12343 maximalem Leerraum.
12344 \end_layout
12345
12346 \begin_layout Subsection
12347 Leerraum neben eingebetteten Formeln
12348 \begin_inset Index idx
12349 status collapsed
12350
12351 \begin_layout Plain Layout
12352 Leerraum ! neben eingebetteten Formeln
12353 \end_layout
12354
12355 \end_inset
12356
12357
12358 \end_layout
12359
12360 \begin_layout Standard
12361 Über die Länge 
12362 \series bold
12363
12364 \backslash
12365 mathsurround
12366 \series default
12367
12368 \begin_inset Index idx
12369 status collapsed
12370
12371 \begin_layout Plain Layout
12372 Befehle ! M ! 
12373 \backslash
12374 mathsurround
12375 \end_layout
12376
12377 \end_inset
12378
12379  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12380  wird.
12381  Der Wert einer Länge wird mit dem Befehl 
12382 \series bold
12383
12384 \backslash
12385 setlength
12386 \series default
12387
12388 \begin_inset Index idx
12389 status collapsed
12390
12391 \begin_layout Plain Layout
12392 Befehle ! S ! 
12393 \backslash
12394 setlength
12395 \end_layout
12396
12397 \end_inset
12398
12399  gesetzt.
12400  Dieser besitzt folgendes Befehlsschema:
12401 \end_layout
12402
12403 \begin_layout Standard
12404
12405 \series bold
12406
12407 \backslash
12408 setlength{Längenname}{Wert}
12409 \end_layout
12410
12411 \begin_layout Standard
12412 Um 
12413 \series bold
12414
12415 \backslash
12416 mathsurround
12417 \series default
12418  den Wert 5
12419 \begin_inset space \thinspace{}
12420 \end_inset
12421
12422 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12423 \end_layout
12424
12425 \begin_layout Standard
12426
12427 \series bold
12428
12429 \backslash
12430 setlength{
12431 \backslash
12432 mathsurround}{5mm}
12433 \end_layout
12434
12435 \begin_layout Standard
12436 ein.
12437  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12438 \begin_inset space \thinspace{}
12439 \end_inset
12440
12441 mm Leerraum gesetzt:
12442 \begin_inset ERT
12443 status collapsed
12444
12445 \begin_layout Plain Layout
12446
12447
12448 \backslash
12449 setlength{
12450 \backslash
12451 mathsurround}{5mm}
12452 \end_layout
12453
12454 \end_inset
12455
12456
12457 \end_layout
12458
12459 \begin_layout Standard
12460 Dies ist eine Zeile in der sich 
12461 \begin_inset Formula $A=B$
12462 \end_inset
12463
12464  eine Formel mit 5
12465 \begin_inset space \thinspace{}
12466 \end_inset
12467
12468 mm umgebendem Leerraum befindet.
12469 \begin_inset ERT
12470 status collapsed
12471
12472 \begin_layout Plain Layout
12473
12474
12475 \backslash
12476 setlength{
12477 \backslash
12478 mathsurround}{0pt}
12479 \end_layout
12480
12481 \end_inset
12482
12483
12484 \end_layout
12485
12486 \begin_layout Standard
12487 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12488 \series bold
12489
12490 \backslash
12491 mathsurround
12492 \series default
12493  auf den Wert 0
12494 \begin_inset space \thinspace{}
12495 \end_inset
12496
12497 pt.
12498 \end_layout
12499
12500 \begin_layout Section
12501 Boxen und Rahmen
12502 \begin_inset Index idx
12503 status collapsed
12504
12505 \begin_layout Plain Layout
12506 Boxen
12507 \end_layout
12508
12509 \end_inset
12510
12511
12512 \begin_inset Index idx
12513 status collapsed
12514
12515 \begin_layout Plain Layout
12516 Rahmen | see
12517 \begin_inset ERT
12518 status collapsed
12519
12520 \begin_layout Plain Layout
12521
12522 {
12523 \end_layout
12524
12525 \end_inset
12526
12527 Boxen
12528 \begin_inset ERT
12529 status collapsed
12530
12531 \begin_layout Plain Layout
12532
12533 }
12534 \end_layout
12535
12536 \end_inset
12537
12538
12539 \end_layout
12540
12541 \end_inset
12542
12543
12544 \end_layout
12545
12546 \begin_layout Standard
12547 Boxen für Text sind im Kapitel 
12548 \family typewriter
12549 Boxen
12550 \family default
12551  im Handbuch 
12552 \family typewriter
12553 Eingebettete
12554 \begin_inset space ~
12555 \end_inset
12556
12557 Objekte
12558 \family default
12559  beschrieben.
12560 \end_layout
12561
12562 \begin_layout Subsection
12563 Boxen mit Rahmen
12564 \begin_inset CommandInset label
12565 LatexCommand label
12566 name "sub:Boxen-mit-Rahmen"
12567
12568 \end_inset
12569
12570
12571 \begin_inset Index idx
12572 status collapsed
12573
12574 \begin_layout Plain Layout
12575 Boxen ! mit Rahmen
12576 \end_layout
12577
12578 \end_inset
12579
12580
12581 \end_layout
12582
12583 \begin_layout Standard
12584 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12585 \series bold
12586
12587 \backslash
12588 fbox
12589 \series default
12590
12591 \begin_inset Index idx
12592 status collapsed
12593
12594 \begin_layout Plain Layout
12595 Befehle ! F ! 
12596 \backslash
12597 fbox
12598 \end_layout
12599
12600 \end_inset
12601
12602  und 
12603 \series bold
12604
12605 \backslash
12606 boxed
12607 \series default
12608
12609 \begin_inset Index idx
12610 status collapsed
12611
12612 \begin_layout Plain Layout
12613 Befehle ! B ! 
12614 \backslash
12615 boxed
12616 \end_layout
12617
12618 \end_inset
12619
12620  zu umranden.
12621 \end_layout
12622
12623 \begin_layout Standard
12624 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12625  in einem Rahmen.
12626  Bei 
12627 \series bold
12628
12629 \backslash
12630 fbox
12631 \series default
12632  muss in diesem Eingabefeld mit 
12633 \family sans
12634 Strg+M
12635 \family default
12636  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12637  als mathematischer Text behandelt.
12638  Verwendet man 
12639 \series bold
12640
12641 \backslash
12642 boxed
12643 \series default
12644 , wird automatisch im Rahmen eine neue Formel erzeugt.
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Der Befehl 
12649 \series bold
12650
12651 \backslash
12652 fbox
12653 \series default
12654  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12655  wird dann immer in Textzeilengröße gesetzt.
12656  Im Gegensatz dazu ist 
12657 \series bold
12658
12659 \backslash
12660 boxed
12661 \series default
12662  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12663  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12664 \end_layout
12665
12666 \begin_layout Standard
12667 Als Erweiterung zu 
12668 \series bold
12669
12670 \backslash
12671 fbox
12672 \series default
12673  gibt es den Befehl 
12674 \series bold
12675
12676 \backslash
12677 framebox
12678 \series default
12679
12680 \begin_inset Index idx
12681 status collapsed
12682
12683 \begin_layout Plain Layout
12684 Befehle ! F ! 
12685 \backslash
12686 framebox
12687 \end_layout
12688
12689 \end_inset
12690
12691 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12692  kann.
12693  
12694 \series bold
12695
12696 \backslash
12697 framebox
12698 \series default
12699  wird nach folgendem Schema verwendet:
12700 \end_layout
12701
12702 \begin_layout Standard
12703
12704 \series bold
12705
12706 \backslash
12707 framebox[Rahmenbreite][Position]{Boxinhalt}
12708 \end_layout
12709
12710 \begin_layout Standard
12711 Die Position kann entweder 
12712 \emph on
12713 l
12714 \emph default
12715  oder 
12716 \emph on
12717 r
12718 \emph default
12719  sein.
12720  
12721 \emph on
12722 l
12723 \emph default
12724  bewirkt linksbündige, 
12725 \emph on
12726 r
12727 \emph default
12728  rechtsbündige Ausrichtung der Formel in der Box.
12729  Gibt man keine Position an, wird die Formel zentriert.
12730 \begin_inset Newline newline
12731 \end_inset
12732
12733 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12734  In diesem Falle wird die Rahmenbreite wie bei 
12735 \series bold
12736
12737 \backslash
12738 fbox
12739 \series default
12740  an den Boxinhalt angepasst.
12741 \end_layout
12742
12743 \begin_layout Standard
12744 Wenn man den Befehl 
12745 \series bold
12746
12747 \backslash
12748 framebox
12749 \series default
12750  eingibt, erscheint eine Box mit drei Eingabefeldern.
12751  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12752  beiden optionalen Argumente.
12753  In das dritte Feld wird wie bei 
12754 \series bold
12755
12756 \backslash
12757 fbox
12758 \series default
12759  die Formel eingegeben.
12760 \end_layout
12761
12762 \begin_layout Standard
12763 \align center
12764 \begin_inset Tabular
12765 <lyxtabular version="3" rows="5" columns="2">
12766 <features tabularvalignment="middle">
12767 <column alignment="center" valignment="top" width="0">
12768 <column alignment="center" valignment="top" width="0">
12769 <row>
12770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 Befehl
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 Ergebnis
12784 \begin_inset Note Note
12785 status collapsed
12786
12787 \begin_layout Plain Layout
12788
12789 \series bold
12790
12791 \backslash
12792 raisebox
12793 \series default
12794  dient nur als Abstandhalter.
12795 \end_layout
12796
12797 \end_inset
12798
12799
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 </row>
12805 <row>
12806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810
12811 \backslash
12812 fbox
12813 \begin_inset ERT
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817
12818
12819 \backslash
12820 leer 
12821 \end_layout
12822
12823 \end_inset
12824
12825
12826 \family sans
12827 Strg+M
12828 \family default
12829  
12830 \backslash
12831 int
12832 \begin_inset ERT
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836
12837
12838 \backslash
12839 leer 
12840 \end_layout
12841
12842 \end_inset
12843
12844 A=B
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12854 \end_inset
12855
12856
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 </row>
12862 <row>
12863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867
12868 \backslash
12869 boxed
12870 \begin_inset ERT
12871 status collapsed
12872
12873 \begin_layout Plain Layout
12874
12875
12876 \backslash
12877 leer 
12878 \end_layout
12879
12880 \end_inset
12881
12882
12883 \backslash
12884 int
12885 \begin_inset ERT
12886 status collapsed
12887
12888 \begin_layout Plain Layout
12889
12890
12891 \backslash
12892 leer 
12893 \end_layout
12894
12895 \end_inset
12896
12897 A=B
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12907 \end_inset
12908
12909
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 <row>
12916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 A+
12921 \backslash
12922 fbox
12923 \begin_inset ERT
12924 status collapsed
12925
12926 \begin_layout Plain Layout
12927
12928
12929 \backslash
12930 leer 
12931 \end_layout
12932
12933 \end_inset
12934
12935 B
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12945 \end_inset
12946
12947
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 </row>
12953 <row>
12954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958
12959 \backslash
12960 framebox
12961 \begin_inset ERT
12962 status collapsed
12963
12964 \begin_layout Plain Layout
12965
12966
12967 \backslash
12968 leer 
12969 \end_layout
12970
12971 \end_inset
12972
12973 20mm
12974 \begin_inset Formula $\to$
12975 \end_inset
12976
12977
12978 \begin_inset Formula $\to$
12979 \end_inset
12980
12981
12982 \family sans
12983 Strg+M
12984 \family default
12985  
12986 \backslash
12987 frac
12988 \begin_inset ERT
12989 status collapsed
12990
12991 \begin_layout Plain Layout
12992
12993
12994 \backslash
12995 leer 
12996 \end_layout
12997
12998 \end_inset
12999
13000 A
13001 \begin_inset Formula $\downarrow$
13002 \end_inset
13003
13004 B
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 \begin_inset Formula $\raisebox{6mm}{}$
13014 \end_inset
13015
13016
13017 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13018 \end_inset
13019
13020
13021 \begin_inset Formula $\raisebox{-4mm}{}$
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 </row>
13030 </lyxtabular>
13031
13032 \end_inset
13033
13034
13035 \end_layout
13036
13037 \begin_layout Standard
13038 Die Rahmendicke kann ebenfalls eingestellt werden.
13039  Dazu müssen vor der Formel im TeX-Modus die Befehle
13040 \end_layout
13041
13042 \begin_layout Standard
13043
13044 \series bold
13045
13046 \backslash
13047 fboxrule
13048 \series default
13049  
13050 \series bold
13051
13052 \begin_inset Quotes gld
13053 \end_inset
13054
13055 Dicke
13056 \begin_inset Quotes grd
13057 \end_inset
13058
13059
13060 \series default
13061  
13062 \series bold
13063
13064 \backslash
13065 fboxsep
13066 \series default
13067  
13068 \series bold
13069
13070 \begin_inset Quotes gld
13071 \end_inset
13072
13073 Abstand
13074 \begin_inset Quotes grd
13075 \end_inset
13076
13077
13078 \end_layout
13079
13080 \begin_layout Standard
13081 eingegeben werden.
13082  
13083 \begin_inset Quotes gld
13084 \end_inset
13085
13086 Abstand
13087 \begin_inset Quotes grd
13088 \end_inset
13089
13090  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13091  in der Box fest.
13092  Ein Beispiel dafür ist folgende umrandete Formel:
13093 \begin_inset ERT
13094 status collapsed
13095
13096 \begin_layout Plain Layout
13097
13098
13099 \backslash
13100 fboxrule 2mm 
13101 \backslash
13102 fboxsep 3mm
13103 \end_layout
13104
13105 \end_inset
13106
13107
13108 \begin_inset Formula \[
13109 \boxed{A+B=C}\]
13110
13111 \end_inset
13112
13113 Vor dieser Formel wurde im TeX-Modus
13114 \end_layout
13115
13116 \begin_layout Standard
13117
13118 \series bold
13119
13120 \backslash
13121 fboxrule
13122 \series default
13123  
13124 \series bold
13125 2mm
13126 \series default
13127  
13128 \series bold
13129
13130 \backslash
13131 fboxsep
13132 \series default
13133  
13134 \series bold
13135 3mm
13136 \end_layout
13137
13138 \begin_layout Standard
13139 eingegeben.
13140  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13141 \end_layout
13142
13143 \begin_layout Standard
13144 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13145  nächsten Formel im TeX-Modus folgende Befehle ein:
13146 \end_layout
13147
13148 \begin_layout Standard
13149
13150 \series bold
13151
13152 \backslash
13153 fboxrule
13154 \series default
13155  
13156 \series bold
13157 0.4pt
13158 \series default
13159  
13160 \series bold
13161
13162 \backslash
13163 fboxsep
13164 \series default
13165  
13166 \series bold
13167 3pt
13168 \series default
13169
13170 \begin_inset ERT
13171 status collapsed
13172
13173 \begin_layout Plain Layout
13174
13175
13176 \backslash
13177 fboxrule 0.4pt 
13178 \backslash
13179 fboxsep 3pt
13180 \end_layout
13181
13182 \end_inset
13183
13184
13185 \end_layout
13186
13187 \begin_layout Subsection
13188 Boxen ohne Rahmen
13189 \begin_inset CommandInset label
13190 LatexCommand label
13191 name "sub:Boxen-ohne-Rahmen"
13192
13193 \end_inset
13194
13195
13196 \begin_inset Index idx
13197 status collapsed
13198
13199 \begin_layout Plain Layout
13200 Boxen ! ohne Rahmen
13201 \end_layout
13202
13203 \end_inset
13204
13205
13206 \end_layout
13207
13208 \begin_layout Standard
13209 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13210 \series bold
13211
13212 \backslash
13213 mbox
13214 \series default
13215
13216 \begin_inset Index idx
13217 status collapsed
13218
13219 \begin_layout Plain Layout
13220 Befehle ! M ! 
13221 \backslash
13222 mbox
13223 \end_layout
13224
13225 \end_inset
13226
13227
13228 \series bold
13229
13230 \backslash
13231 makebox
13232 \series default
13233
13234 \begin_inset Index idx
13235 status collapsed
13236
13237 \begin_layout Plain Layout
13238 Befehle ! M ! 
13239 \backslash
13240 makebox
13241 \end_layout
13242
13243 \end_inset
13244
13245  und
13246 \begin_inset Newline linebreak
13247 \end_inset
13248
13249
13250 \series bold
13251
13252 \backslash
13253 raisebox
13254 \series default
13255
13256 \begin_inset Index idx
13257 status collapsed
13258
13259 \begin_layout Plain Layout
13260 Befehle ! R ! 
13261 \backslash
13262 raisebox
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \begin_layout Standard
13271 Mit 
13272 \series bold
13273
13274 \backslash
13275 raisebox
13276 \series default
13277  kann man eine Box hoch- oder tiefstellen.
13278  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13279 n die Schriftgröße bei.
13280  
13281 \series bold
13282
13283 \backslash
13284 raisebox
13285 \series default
13286  wird dabei mit folgendem Schema benutzt:
13287 \end_layout
13288
13289 \begin_layout Standard
13290
13291 \series bold
13292
13293 \backslash
13294 raisebox{Höhe}{Boxinhalt}
13295 \end_layout
13296
13297 \begin_layout Standard
13298 Soll in der Box eine Formel stehen, muss man wie bei 
13299 \series bold
13300
13301 \backslash
13302 fbox
13303 \series default
13304  eine weitere Formel erstellen.
13305  
13306 \begin_inset Note Greyedout
13307 status open
13308
13309 \begin_layout Plain Layout
13310
13311 \series bold
13312 Achtung:
13313 \series default
13314  Für 
13315 \series bold
13316
13317 \backslash
13318 raisebox
13319 \series default
13320  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13321  
13322 \family sans
13323 Strg+M
13324 \family default
13325  erstellt, denn LyX unterstützt 
13326 \series bold
13327
13328 \backslash
13329 raisebox
13330 \series default
13331  noch nicht direkt.
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \begin_layout Standard
13340 \align center
13341 \begin_inset Tabular
13342 <lyxtabular version="3" rows="4" columns="2">
13343 <features tabularvalignment="middle">
13344 <column alignment="center" valignment="top" width="0">
13345 <column alignment="center" valignment="top" width="0">
13346 <row>
13347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 Befehl
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 Ergebnis
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 </row>
13366 <row>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 H
13372 \backslash
13373 raisebox{2mm
13374 \begin_inset Formula $\to$
13375 \end_inset
13376
13377
13378 \backslash
13379 {al
13380 \begin_inset Formula $\to$
13381 \end_inset
13382
13383  lo
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13393 \end_inset
13394
13395
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 </row>
13401 <row>
13402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406 H
13407 \backslash
13408 raisebox{-2mm
13409 \begin_inset Formula $\to$
13410 \end_inset
13411
13412
13413 \backslash
13414 {al
13415 \begin_inset Formula $\to$
13416 \end_inset
13417
13418 lo
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13428 \end_inset
13429
13430
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 </row>
13436 <row>
13437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 A=
13442 \backslash
13443 raisebox{-2mm
13444 \begin_inset Formula $\to$
13445 \end_inset
13446
13447
13448 \backslash
13449 {
13450 \family sans
13451 Strg+M Strg+M
13452 \family default
13453  
13454 \backslash
13455 sqrt
13456 \begin_inset ERT
13457 status collapsed
13458
13459 \begin_layout Plain Layout
13460
13461
13462 \backslash
13463 leer 
13464 \end_layout
13465
13466 \end_inset
13467
13468
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13478 \end_inset
13479
13480
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 </row>
13486 </lyxtabular>
13487
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \begin_layout Standard
13494 Der Befehl 
13495 \series bold
13496
13497 \backslash
13498 mbox
13499 \series default
13500  ist äquivalent zu 
13501 \series bold
13502
13503 \backslash
13504 fbox
13505 \series default
13506  und 
13507 \series bold
13508
13509 \backslash
13510 makebox
13511 \series default
13512  ist äquivalent zu 
13513 \series bold
13514
13515 \backslash
13516 framebox
13517 \series default
13518 , nur dass es keinen Rahmen gibt.
13519 \end_layout
13520
13521 \begin_layout Subsection
13522 Farbige Boxen
13523 \begin_inset CommandInset label
13524 LatexCommand label
13525 name "sub:Farbige-Boxen"
13526
13527 \end_inset
13528
13529
13530 \begin_inset Index idx
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534 Boxen ! farbige
13535 \end_layout
13536
13537 \end_inset
13538
13539
13540 \end_layout
13541
13542 \begin_layout Standard
13543 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13544  im LaTeX-Vorspann das LaTeX-Paket 
13545 \series bold
13546 color
13547 \series default
13548
13549 \begin_inset Foot
13550 status collapsed
13551
13552 \begin_layout Plain Layout
13553 Das Paket 
13554 \series bold
13555 color
13556 \series default
13557  ist Teil jeder LaTeX-Standardinstallation.
13558 \end_layout
13559
13560 \end_inset
13561
13562
13563 \begin_inset Index idx
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567 Pakete ! color
13568 \end_layout
13569
13570 \end_inset
13571
13572  mit der Zeile
13573 \end_layout
13574
13575 \begin_layout Standard
13576
13577 \series bold
13578
13579 \backslash
13580 usepackage{color}
13581 \end_layout
13582
13583 \begin_layout Standard
13584 geladen werden
13585 \begin_inset Foot
13586 status collapsed
13587
13588 \begin_layout Plain Layout
13589 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13590  LyX das LaTeX-Paket 
13591 \series bold
13592 color
13593 \series default
13594  automatisch.
13595  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13596  keine Probleme hervorruft.
13597 \end_layout
13598
13599 \end_inset
13600
13601
13602 \begin_inset Note Note
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13607  ein Makro eingefügt.
13608 \end_layout
13609
13610 \end_inset
13611
13612 .
13613 \end_layout
13614
13615 \begin_layout Standard
13616 \begin_inset VSpace medskip
13617 \end_inset
13618
13619 Um Boxen einzufärben, verwendet man den Befehl 
13620 \series bold
13621
13622 \backslash
13623 colorbox
13624 \series default
13625
13626 \begin_inset Index idx
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630 Befehle ! C ! 
13631 \backslash
13632 colorbox
13633 \end_layout
13634
13635 \end_inset
13636
13637  nach folgendem Schema:
13638 \end_layout
13639
13640 \begin_layout Standard
13641
13642 \series bold
13643
13644 \backslash
13645 colorbox{Farbe}{Boxinhalt}
13646 \end_layout
13647
13648 \begin_layout Standard
13649 Der Boxinhalt kann auch wieder eine Box sein und eine 
13650 \series bold
13651
13652 \backslash
13653 colorbox
13654 \series default
13655  kann auch ein Teil einer anderen Box sein (siehe 2.
13656  und 3.
13657  Beispiel).
13658  Soll in der Box eine Formel stehen, muss wie bei 
13659 \series bold
13660
13661 \backslash
13662 raisebox
13663 \series default
13664  eine weitere Formel erstellt werden.
13665 \begin_inset Foot
13666 status collapsed
13667
13668 \begin_layout Plain Layout
13669 Das gilt auch für den Befehl 
13670 \series bold
13671
13672 \backslash
13673 fcolorbox
13674 \series default
13675 .
13676 \end_layout
13677
13678 \end_inset
13679
13680
13681 \end_layout
13682
13683 \begin_layout Standard
13684 Aus folgenden vordefinierten Farben kann gewählt werden:
13685 \end_layout
13686
13687 \begin_layout Standard
13688
13689 \series bold
13690 black
13691 \series default
13692
13693 \series bold
13694 blue
13695 \series default
13696
13697 \series bold
13698 cyan
13699 \series default
13700
13701 \series bold
13702 green
13703 \series default
13704
13705 \series bold
13706 magenta
13707 \series default
13708
13709 \series bold
13710 red
13711 \series default
13712
13713 \series bold
13714 white
13715 \series default
13716  und 
13717 \series bold
13718 yellow
13719 \end_layout
13720
13721 \begin_layout Standard
13722 \align center
13723 \begin_inset Tabular
13724 <lyxtabular version="3" rows="4" columns="2">
13725 <features tabularvalignment="middle">
13726 <column alignment="center" valignment="top" width="0">
13727 <column alignment="center" valignment="top" width="0">
13728 <row>
13729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 Befehl
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 Ergebnis
13743 \begin_inset Note Note
13744 status collapsed
13745
13746 \begin_layout Plain Layout
13747
13748 \series bold
13749
13750 \backslash
13751 raisebox
13752 \series default
13753  dient nur als Abstandhalter.
13754 \end_layout
13755
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 </row>
13764 <row>
13765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769
13770 \backslash
13771 colorbox{yellow
13772 \begin_inset Formula $\to$
13773 \end_inset
13774
13775
13776 \backslash
13777 {A=B
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13787 \end_inset
13788
13789
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 </row>
13795 <row>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800
13801 \backslash
13802 colorbox{green
13803 \begin_inset Formula $\to$
13804 \end_inset
13805
13806
13807 \backslash
13808 {
13809 \backslash
13810 fbox
13811 \begin_inset ERT
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815
13816
13817 \backslash
13818 leer 
13819 \end_layout
13820
13821 \end_inset
13822
13823 A=B
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13833 \end_inset
13834
13835
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 <row>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846
13847 \backslash
13848 fbox
13849 \begin_inset ERT
13850 status collapsed
13851
13852 \begin_layout Plain Layout
13853
13854
13855 \backslash
13856 leer 
13857 \end_layout
13858
13859 \end_inset
13860
13861
13862 \backslash
13863 colorbox{green
13864 \begin_inset Formula $\to$
13865 \end_inset
13866
13867
13868 \backslash
13869 {
13870 \family sans
13871 Strg+M Strg+M
13872 \family default
13873  
13874 \backslash
13875 int
13876 \begin_inset ERT
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880
13881
13882 \backslash
13883 leer 
13884 \end_layout
13885
13886 \end_inset
13887
13888 C=D
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 </row>
13906 </lyxtabular>
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914
13915 \series bold
13916
13917 \backslash
13918 colorbox
13919 \series default
13920  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13921  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13922  
13923 \family sans
13924 Textstil
13925 \family default
13926  die gewünschte Farbe aus.
13927  Der Dialog kann mit dem Werkzeugleistenknopf 
13928 \begin_inset Graphics
13929         filename ../../images/dialog-show_character.png
13930         scale 85
13931
13932 \end_inset
13933
13934  oder dem Menü 
13935 \family sans
13936 Bearbeiten\SpecialChar \menuseparator
13937 Textstil\SpecialChar \menuseparator
13938 Benutzerdefiniert
13939 \family default
13940  aufgerufen werden.
13941  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13942  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13943  innerhalb der Formel die Farbe geändert werden.
13944 \end_layout
13945
13946 \begin_layout Standard
13947 Ein Beispiel:
13948 \end_layout
13949
13950 \begin_layout Standard
13951
13952 \color red
13953 \begin_inset Formula \begin{equation}
13954 \int A=B\label{eq:rot}\end{equation}
13955
13956 \end_inset
13957
13958
13959 \color green
13960
13961 \begin_inset Formula \begin{equation}
13962 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \begin_layout Standard
13970 Formel 
13971 \begin_inset CommandInset ref
13972 LatexCommand eqref
13973 reference "eq:rot"
13974
13975 \end_inset
13976
13977  ist komplett rot gefärbt.
13978 \begin_inset Newline newline
13979 \end_inset
13980
13981 Formel 
13982 \begin_inset CommandInset ref
13983 LatexCommand eqref
13984 reference "eq:rotgruen"
13985
13986 \end_inset
13987
13988  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13989  Anschließend wurden die Formelzeichen rot gefärbt.
13990 \end_layout
13991
13992 \begin_layout Standard
13993 \begin_inset VSpace bigskip
13994 \end_inset
13995
13996 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13997  den Befehl 
13998 \series bold
13999
14000 \backslash
14001 fcolorbox
14002 \series default
14003
14004 \begin_inset Index idx
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008 Befehle ! F ! 
14009 \backslash
14010 fcolorbox
14011 \end_layout
14012
14013 \end_inset
14014
14015  nach folgendem Schema:
14016 \end_layout
14017
14018 \begin_layout Standard
14019
14020 \series bold
14021
14022 \backslash
14023 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14024 \end_layout
14025
14026 \begin_layout Standard
14027
14028 \series bold
14029
14030 \backslash
14031 fcolorbox
14032 \series default
14033  stellt also eine Erweiterung des Befehls 
14034 \series bold
14035
14036 \backslash
14037 colorbox
14038 \series default
14039  dar.
14040  Die Rahmenbreite wird, wie bei 
14041 \series bold
14042
14043 \backslash
14044 framebox
14045 \series default
14046 , mit 
14047 \series bold
14048
14049 \backslash
14050 fboxrule
14051 \series default
14052  und 
14053 \series bold
14054
14055 \backslash
14056 fboxsep
14057 \series default
14058  festgelegt.
14059  Ein Beispiel:
14060 \begin_inset ERT
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064
14065
14066 \backslash
14067 fboxrule 1mm 
14068 \backslash
14069 fboxsep 1mm
14070 \end_layout
14071
14072 \end_inset
14073
14074
14075 \begin_inset Formula \[
14076 \fcolorbox{cyan}{magenta}{A=B}\]
14077
14078 \end_inset
14079
14080
14081 \begin_inset ERT
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085
14086
14087 \backslash
14088 fboxrule 0.4pt 
14089 \backslash
14090 fboxsep 3pt
14091 \end_layout
14092
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \begin_layout Standard
14099 Diese Formel wurde mit folgendem Befehl erstellt:
14100 \begin_inset Newline newline
14101 \end_inset
14102
14103
14104 \series bold
14105
14106 \backslash
14107 fcolorbox{cyan
14108 \begin_inset Formula $\to$
14109 \end_inset
14110
14111
14112 \backslash
14113 {magenta
14114 \begin_inset Formula $\to$
14115 \end_inset
14116
14117
14118 \backslash
14119 {A=B
14120 \end_layout
14121
14122 \begin_layout Standard
14123 \begin_inset VSpace bigskip
14124 \end_inset
14125
14126 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14127  selbst definieren.
14128 \end_layout
14129
14130 \begin_layout Standard
14131 Man kann z.
14132 \begin_inset space \thinspace{}
14133 \end_inset
14134
14135 B.
14136  mit folgender LaTeX-Vorspannzeile die Farbe 
14137 \begin_inset Quotes gld
14138 \end_inset
14139
14140
14141 \series bold
14142 dunkelgruen
14143 \series default
14144
14145 \begin_inset Quotes grd
14146 \end_inset
14147
14148
14149 \begin_inset Foot
14150 status collapsed
14151
14152 \begin_layout Plain Layout
14153 In Befehlen darf kein Umlaut stehen, siehe 
14154 \begin_inset CommandInset ref
14155 LatexCommand ref
14156 reference "sec:Benutzerdefinierte-Befehle"
14157
14158 \end_inset
14159
14160 .
14161 \end_layout
14162
14163 \end_inset
14164
14165  definieren:
14166 \end_layout
14167
14168 \begin_layout Standard
14169
14170 \series bold
14171
14172 \backslash
14173 definecolor{dunkelgruen}{cmyk}{0.5,
14174 \series default
14175  
14176 \series bold
14177 0,
14178 \series default
14179  
14180 \series bold
14181 1,
14182 \series default
14183  
14184 \series bold
14185 0.5}
14186 \series default
14187
14188 \begin_inset Index idx
14189 status collapsed
14190
14191 \begin_layout Plain Layout
14192 Befehle ! D ! 
14193 \backslash
14194 definecolor
14195 \end_layout
14196
14197 \end_inset
14198
14199
14200 \end_layout
14201
14202 \begin_layout Standard
14203
14204 \series bold
14205 cmyk
14206 \series default
14207  ist der Farbraum und steht für die Farben 
14208 \series bold
14209 cyan
14210 \series default
14211
14212 \series bold
14213 magenta
14214 \series default
14215
14216 \series bold
14217 yellow
14218 \series default
14219  und 
14220 \series bold
14221 black
14222 \series default
14223 .
14224  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14225  Für den Anteil kann man Werte im Bereich 0
14226 \begin_inset space \thinspace{}
14227 \end_inset
14228
14229 -
14230 \begin_inset space \thinspace{}
14231 \end_inset
14232
14233 1 angeben.
14234  Anstelle von 
14235 \series bold
14236 cmyk
14237 \series default
14238  kann man zur Definition auch den Farbraum 
14239 \series bold
14240 rgb
14241 \series default
14242  verwenden.
14243  
14244 \series bold
14245 rgb
14246 \series default
14247  steht für 
14248 \series bold
14249 red
14250 \series default
14251
14252 \series bold
14253 green
14254 \series default
14255  und 
14256 \series bold
14257 blue
14258 \series default
14259 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14260  Des Weiteren gibt es noch den Farbraum 
14261 \series bold
14262 gray
14263 \series default
14264 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14265 \end_layout
14266
14267 \begin_layout Standard
14268 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14269 \series bold
14270 darkgreen
14271 \series default
14272 , bei der die Zeichenfarbe 
14273 \series bold
14274 yellow
14275 \series default
14276  gewählt wurde:
14277 \begin_inset Formula \begin{equation}
14278 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14279
14280 \end_inset
14281
14282
14283 \end_layout
14284
14285 \begin_layout Standard
14286 Selbst definierte Farben können mit dem Befehl 
14287 \series bold
14288
14289 \backslash
14290 textcolor
14291 \series default
14292  auch für Text
14293 \begin_inset Index idx
14294 status collapsed
14295
14296 \begin_layout Plain Layout
14297 Text ! farbiger
14298 \end_layout
14299
14300 \end_inset
14301
14302  verwendet werden:
14303 \end_layout
14304
14305 \begin_layout Standard
14306 \begin_inset ERT
14307 status collapsed
14308
14309 \begin_layout Plain Layout
14310
14311
14312 \backslash
14313 textcolor{dunkelgruen}{
14314 \end_layout
14315
14316 \end_inset
14317
14318 Dieser Satz ist 
14319 \begin_inset Quotes gld
14320 \end_inset
14321
14322 dunkelgruen
14323 \begin_inset Quotes grd
14324 \end_inset
14325
14326 .
14327 \begin_inset ERT
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331
14332 }
14333 \end_layout
14334
14335 \end_inset
14336
14337
14338 \end_layout
14339
14340 \begin_layout Standard
14341
14342 \series bold
14343
14344 \backslash
14345 textcolor
14346 \series default
14347
14348 \begin_inset Index idx
14349 status collapsed
14350
14351 \begin_layout Plain Layout
14352 Befehle ! T ! 
14353 \backslash
14354 textcolor
14355 \end_layout
14356
14357 \end_inset
14358
14359  wird nach dem Schema 
14360 \series bold
14361
14362 \backslash
14363 textcolor{Farbe}{zu
14364 \series default
14365  
14366 \series bold
14367 färbende
14368 \series default
14369  
14370 \series bold
14371 Zeichen}
14372 \series default
14373  verwendet.
14374 \end_layout
14375
14376 \begin_layout Subsection
14377 Absatzboxen
14378 \begin_inset CommandInset label
14379 LatexCommand label
14380 name "sub:Absatzboxen"
14381
14382 \end_inset
14383
14384
14385 \begin_inset Index idx
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389 Boxen ! Absatz-
14390 \end_layout
14391
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \begin_layout Standard
14398 Mit dem Menü 
14399 \family sans
14400 Einfügen\SpecialChar \menuseparator
14401 Box
14402 \family default
14403  oder dem Werkzeugleistenknopf 
14404 \begin_inset Graphics
14405         filename ../../images/box-insert.png
14406         scale 85
14407
14408 \end_inset
14409
14410  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14411  eine so genannte 
14412 \emph on
14413 Parbox
14414 \emph default
14415  (Absatzbox).
14416 \end_layout
14417
14418 \begin_layout Standard
14419 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14420 \end_layout
14421
14422 \begin_layout Standard
14423 \begin_inset VSpace medskip
14424 \end_inset
14425
14426 Dies ist eine Zeile 
14427 \begin_inset Box Boxed
14428 position "c"
14429 hor_pos "c"
14430 has_inner_box 1
14431 inner_pos "t"
14432 use_parbox 1
14433 use_makebox 0
14434 width "5cm"
14435 special "none"
14436 height "1in"
14437 height_special "totalheight"
14438 status open
14439
14440 \begin_layout Plain Layout
14441 Dies ist die Absatzbox.
14442  Sie ist genau 5
14443 \begin_inset space \thinspace{}
14444 \end_inset
14445
14446 cm lang und kann auch Formeln enthalten: 
14447 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \end_inset
14454
14455  mit einer Absatzbox.
14456 \begin_inset VSpace medskip
14457 \end_inset
14458
14459
14460 \end_layout
14461
14462 \begin_layout Standard
14463 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14464  graue Box mit dem Namen 
14465 \begin_inset Quotes gld
14466 \end_inset
14467
14468 Box(Gerahmt)
14469 \begin_inset Quotes grd
14470 \end_inset
14471
14472  klickt.
14473  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14474  In diesem Fall: 
14475 \emph on
14476 Verzierung
14477 \emph default
14478 : Rechteckige Box, 
14479 \emph on
14480 Innere Box
14481 \emph default
14482 : Parbox, 
14483 \emph on
14484 Breite
14485 \emph default
14486 : 5
14487 \begin_inset space \thinspace{}
14488 \end_inset
14489
14490 cm, 
14491 \emph on
14492 Vertikale Box Ausrichtung
14493 \emph default
14494 : Mitte
14495 \end_layout
14496
14497 \begin_layout Standard
14498 \begin_inset VSpace medskip
14499 \end_inset
14500
14501 In LaTeX wird eine Absatzbox mit dem Befehl 
14502 \series bold
14503
14504 \backslash
14505 parbox
14506 \series default
14507
14508 \begin_inset Index idx
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512 Befehle ! P ! 
14513 \backslash
14514 parbox
14515 \end_layout
14516
14517 \end_inset
14518
14519  erstellt, welcher folgendes Schema besitzt:
14520 \end_layout
14521
14522 \begin_layout Standard
14523
14524 \series bold
14525
14526 \backslash
14527 parbox[Position]{Breite}{Boxinhalt}
14528 \end_layout
14529
14530 \begin_layout Standard
14531 Die Positionen 
14532 \emph on
14533 b
14534 \emph default
14535  und 
14536 \emph on
14537 t
14538 \emph default
14539  sind möglich.
14540  
14541 \emph on
14542 b
14543 \emph default
14544  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14545  Text eingepasst wird.
14546  Bei 
14547 \emph on
14548 t
14549 \emph default
14550  wie top geschieht dies für die erste Zeile.
14551  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14552  siehe das Kapitel 
14553 \emph on
14554 Boxen
14555 \emph default
14556  des Handbuchs
14557 \emph on
14558  Eingebettete
14559 \begin_inset space ~
14560 \end_inset
14561
14562 Objekte
14563 \emph default
14564  für Beispiele.
14565 \end_layout
14566
14567 \begin_layout Standard
14568 \begin_inset VSpace bigskip
14569 \end_inset
14570
14571 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14572  in eine Absatzbox setzen.
14573  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14574 \series bold
14575
14576 \backslash
14577 fbox{
14578 \backslash
14579 parbox{
14580 \backslash
14581 linewidth-2
14582 \backslash
14583 fboxsep-2
14584 \backslash
14585 fboxrule}{
14586 \series default
14587 .
14588  Hierbei steht 
14589 \series bold
14590
14591 \backslash
14592 linewidth
14593 \series default
14594
14595 \begin_inset Index idx
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599 Befehle ! L ! 
14600 \backslash
14601 linewidth
14602 \end_layout
14603
14604 \end_inset
14605
14606  für die im Dokument eingestellte Zeilenbreite.
14607  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14608 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14609  Da dies LyX aufgrund eines Fehlers
14610 \begin_inset Foot
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614 \begin_inset CommandInset href
14615 LatexCommand href
14616 name "LyX-Fehler #4483"
14617 target "http://www.lyx.org/trac/ticket/4483"
14618
14619 \end_inset
14620
14621
14622 \end_layout
14623
14624 \end_inset
14625
14626  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14627  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14628 spann das LaTeX-Paket 
14629 \series bold
14630 calc
14631 \series default
14632
14633 \begin_inset Foot
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637
14638 \series bold
14639 calc
14640 \series default
14641  ist Teil jeder LaTeX-Standardinstallation.
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \begin_inset Index idx
14648 status collapsed
14649
14650 \begin_layout Plain Layout
14651 Pakete ! calc
14652 \end_layout
14653
14654 \end_inset
14655
14656  mit der Zeile
14657 \end_layout
14658
14659 \begin_layout Standard
14660
14661 \series bold
14662
14663 \backslash
14664 usepackage{calc}
14665 \end_layout
14666
14667 \begin_layout Standard
14668 geladen werden.
14669  Nach der Formel werden beide Boxen geschlossen, indem man 
14670 \series bold
14671 }}
14672 \series default
14673  im TeX-Modus eingibt.
14674  Dazu ein Beispiel:
14675 \begin_inset ERT
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679
14680
14681 \backslash
14682 fboxsep 5mm 
14683 \backslash
14684 fboxrule 5mm
14685 \end_layout
14686
14687 \end_inset
14688
14689
14690 \end_layout
14691
14692 \begin_layout Standard
14693 \begin_inset ERT
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697
14698
14699 \backslash
14700 fbox{
14701 \backslash
14702 parbox{
14703 \backslash
14704 linewidth-2
14705 \backslash
14706 fboxsep-2
14707 \backslash
14708 fboxrule}{
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \begin_inset Formula \begin{equation}
14715 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14716
14717 \end_inset
14718
14719
14720 \begin_inset ERT
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724
14725 }}
14726 \end_layout
14727
14728 \end_inset
14729
14730
14731 \begin_inset ERT
14732 status collapsed
14733
14734 \begin_layout Plain Layout
14735
14736
14737 \backslash
14738 fboxrule 0.4pt 
14739 \backslash
14740 fboxsep 3pt
14741 \end_layout
14742
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \begin_layout Standard
14749 \begin_inset VSpace medskip
14750 \end_inset
14751
14752 Da im Argument von 
14753 \series bold
14754
14755 \backslash
14756 fbox
14757 \series default
14758  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14759  keinen Unterschied zwischen 
14760 \series bold
14761
14762 \backslash
14763 fbox
14764 \series default
14765  und 
14766 \series bold
14767
14768 \backslash
14769 boxed
14770 \series default
14771 .
14772 \end_layout
14773
14774 \begin_layout Standard
14775 \begin_inset VSpace bigskip
14776 \end_inset
14777
14778 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14779  Dazu verwendet man 
14780 \series bold
14781
14782 \backslash
14783 parbox
14784 \series default
14785  in Verbindung mit dem Befehl 
14786 \series bold
14787
14788 \backslash
14789 tag
14790 \series default
14791 .
14792  (mehr zu 
14793 \series bold
14794
14795 \backslash
14796 tag
14797 \series default
14798  siehe 
14799 \begin_inset CommandInset ref
14800 LatexCommand ref
14801 reference "sub:Benutzerdefinierte-Nummerierung"
14802
14803 \end_inset
14804
14805 )
14806 \end_layout
14807
14808 \begin_layout Standard
14809 Ein Beispiel einer mit Hilfe von 
14810 \series bold
14811
14812 \backslash
14813 parbox
14814 \series default
14815  kommentierten Formel:
14816 \end_layout
14817
14818 \begin_layout Standard
14819 \begin_inset ERT
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823
14824
14825 \backslash
14826 [5x-7b=3b
14827 \backslash
14828 tag*{
14829 \backslash
14830 parbox{5cm}{
14831 \end_layout
14832
14833 \end_inset
14834
14835 Dies ist eine Beschreibung.
14836  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14837 \begin_inset ERT
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841
14842 }}
14843 \backslash
14844 ]
14845 \end_layout
14846
14847 \end_inset
14848
14849
14850 \end_layout
14851
14852 \begin_layout Standard
14853 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14854  Befehl 
14855 \series bold
14856
14857 \backslash
14858 parbox
14859 \series default
14860  in Formeln noch nicht unterstützt.
14861  Die Formel wird mit folgender Befehlssequenz erstellt:
14862 \end_layout
14863
14864 \begin_layout Standard
14865 Der Befehl 
14866 \series bold
14867
14868 \backslash
14869 [5x-7b=3b
14870 \backslash
14871 tag*
14872 \backslash
14873 {
14874 \backslash
14875 parbox{5cm}{
14876 \series default
14877  wird im TeX-Modus eingegeben.
14878 \begin_inset Foot
14879 status collapsed
14880
14881 \begin_layout Plain Layout
14882 Ist der Formelstil 
14883 \series bold
14884 Eingerückt
14885 \series default
14886  aktiviert, kann 
14887 \series bold
14888
14889 \backslash
14890 tag*
14891 \backslash
14892 {
14893 \series default
14894  auch durch 
14895 \series bold
14896
14897 \backslash
14898 hfill
14899 \series default
14900  ersetzt werden.
14901  (Formelstile siehe 
14902 \begin_inset CommandInset ref
14903 LatexCommand ref
14904 reference "sec:Formelstile"
14905
14906 \end_inset
14907
14908 )
14909 \end_layout
14910
14911 \end_inset
14912
14913  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14914 \series bold
14915 }}
14916 \backslash
14917 ]
14918 \series default
14919  im TeX-Modus ein.
14920  Die Befehle 
14921 \series bold
14922
14923 \backslash
14924 [
14925 \series default
14926  und 
14927 \series bold
14928
14929 \backslash
14930 ]
14931 \series default
14932  erstellen hierbei eine abgesetzte Formel.
14933 \end_layout
14934
14935 \begin_layout Standard
14936 Die Vorteile von 
14937 \series bold
14938
14939 \backslash
14940 parbox
14941 \series default
14942  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14943  Textmodus 
14944 \begin_inset Quotes gld
14945 \end_inset
14946
14947 kommentiert
14948 \begin_inset Quotes grd
14949 \end_inset
14950
14951  wurde:
14952 \begin_inset Formula \[
14953 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14954
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \begin_layout Section
14961 Operatoren
14962 \begin_inset Index idx
14963 status collapsed
14964
14965 \begin_layout Plain Layout
14966 Operatoren
14967 \end_layout
14968
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \begin_layout Subsection
14975 Große Operatoren
14976 \begin_inset CommandInset label
14977 LatexCommand label
14978 name "sub:Große-Operatoren"
14979
14980 \end_inset
14981
14982
14983 \begin_inset Index idx
14984 status collapsed
14985
14986 \begin_layout Plain Layout
14987 Operatoren ! große
14988 \end_layout
14989
14990 \end_inset
14991
14992
14993 \begin_inset Index idx
14994 status collapsed
14995
14996 \begin_layout Plain Layout
14997 Summen
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \begin_inset Index idx
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007 Integrale
15008 \end_layout
15009
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \begin_layout Standard
15016 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15017  sind, muss die Option 
15018 \family sans
15019 esint-Paket automatisch verwenden
15020 \family default
15021  in den Dokumenteinstellungen unter 
15022 \family sans
15023 Mathe-Optionen
15024 \family default
15025  gewählt sein.
15026 \end_layout
15027
15028 \begin_layout Standard
15029 \begin_inset space \hfill{}
15030 \end_inset
15031
15032
15033 \begin_inset Tabular
15034 <lyxtabular version="3" rows="11" columns="2">
15035 <features tabularvalignment="middle">
15036 <column alignment="center" valignment="top" width="0pt">
15037 <column alignment="center" valignment="top" width="0pt">
15038 <row>
15039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15040 \begin_inset Text
15041
15042 \begin_layout Plain Layout
15043 Befehl
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 Ergebnis
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 </row>
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063
15064 \backslash
15065 int
15066 \begin_inset Index idx
15067 status collapsed
15068
15069 \begin_layout Plain Layout
15070 Befehle ! I ! 
15071 \backslash
15072 int
15073 \end_layout
15074
15075 \end_inset
15076
15077
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 \begin_inset Formula $\int$
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100
15101 \backslash
15102 oint
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 \begin_inset Formula $\oint$
15112 \end_inset
15113
15114
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row>
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125
15126 \backslash
15127 ointctrclockwise
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 \begin_inset Formula $\ointctrclockwise$
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row>
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150
15151 \backslash
15152 ointclockwise
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 \begin_inset Formula $\ointclockwise$
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 </row>
15170 <row>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175
15176 \backslash
15177 sqint
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186 \begin_inset Formula $\sqint$
15187 \end_inset
15188
15189
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 </row>
15195 <row>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200
15201 \backslash
15202 fint
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211  
15212 \begin_inset Formula $\fint$
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 </row>
15221 <row>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226
15227 \backslash
15228 landupint
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237  
15238 \begin_inset Formula $\landupint$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \backslash
15254 landdownint
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263  
15264 \begin_inset Formula $\landdownint$
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 </row>
15273 <row>
15274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278
15279 \backslash
15280 bigcap
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 \begin_inset Formula $\bigcap$
15290 \end_inset
15291
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 </row>
15298 <row>
15299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303
15304 \backslash
15305 bigcup
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 \begin_inset Formula $\bigcup$
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 </row>
15323 </lyxtabular>
15324
15325 \end_inset
15326
15327
15328 \begin_inset space \hfill{}
15329 \end_inset
15330
15331
15332 \begin_inset Tabular
15333 <lyxtabular version="3" rows="11" columns="2">
15334 <features tabularvalignment="middle">
15335 <column alignment="center" valignment="top" width="0pt">
15336 <column alignment="center" valignment="top" width="0pt">
15337 <row>
15338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342 Befehl
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 Ergebnis
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 </row>
15357 <row>
15358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362
15363 \backslash
15364 sum
15365 \begin_inset Index idx
15366 status collapsed
15367
15368 \begin_layout Plain Layout
15369 Befehle ! S ! 
15370 \backslash
15371 sum
15372 \end_layout
15373
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 \begin_inset Formula $\sum$
15386 \end_inset
15387
15388
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 </row>
15394 <row>
15395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399
15400 \backslash
15401 prod
15402 \begin_inset Index idx
15403 status collapsed
15404
15405 \begin_layout Plain Layout
15406 Befehle ! P ! 
15407 \backslash
15408 prod
15409 \end_layout
15410
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422 \begin_inset Formula $\prod$
15423 \end_inset
15424
15425
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 </row>
15431 <row>
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436
15437 \backslash
15438 coprod
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447 \begin_inset Formula $\coprod$
15448 \end_inset
15449
15450
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 </row>
15456 <row>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \backslash
15463 bigodot
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472 \begin_inset Formula $\bigodot$
15473 \end_inset
15474
15475
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 </row>
15481 <row>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \backslash
15488 bigotimes
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497 \begin_inset Formula $\bigotimes$
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 </row>
15506 <row>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511
15512 \backslash
15513 bigoplus
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522 \begin_inset Formula $\bigoplus$
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \backslash
15538 bigwedge
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 \begin_inset Formula $\bigwedge$
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561
15562 \backslash
15563 bigvee
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 \begin_inset Formula $\bigvee$
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 <row>
15582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586
15587 \backslash
15588 bigsqcup
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597 \begin_inset Formula $\bigsqcup$
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 <row>
15607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611
15612 \backslash
15613 biguplus
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622 \begin_inset Formula $\biguplus$
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 </row>
15631 </lyxtabular>
15632
15633 \end_inset
15634
15635
15636 \begin_inset space \hfill{}
15637 \end_inset
15638
15639
15640 \end_layout
15641
15642 \begin_layout Standard
15643 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15644 \begin_inset Graphics
15645         filename ../../images/math/intop.png
15646         scale 85
15647
15648 \end_inset
15649
15650  eingefügt werden.
15651 \end_layout
15652
15653 \begin_layout Standard
15654 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15655  Teil gleich aussehenden binären Operatoren.
15656  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15657  beschrieben.
15658 \end_layout
15659
15660 \begin_layout Standard
15661 Für alle Integrale gibt es Befehle, die auf 
15662 \series bold
15663 op
15664 \series default
15665  enden: 
15666 \series bold
15667
15668 \backslash
15669 intop
15670 \series default
15671
15672 \series bold
15673
15674 \backslash
15675 ointop
15676 \series default
15677  usw..
15678  Diese unterscheiden sich von 
15679 \series bold
15680
15681 \backslash
15682 int
15683 \series default
15684  usw.
15685 \begin_inset space \space{}
15686 \end_inset
15687
15688 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15689 \begin_inset CommandInset ref
15690 LatexCommand ref
15691 reference "sub:Operatorgrenzen"
15692
15693 \end_inset
15694
15695 .
15696  
15697 \end_layout
15698
15699 \begin_layout Subsubsection*
15700 Hinweise zu Integralen
15701 \end_layout
15702
15703 \begin_layout Standard
15704 Der Buchstabe 
15705 \emph on
15706 d
15707 \emph default
15708  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15709  muss.
15710  Dazu markiert man das 
15711 \emph on
15712 d
15713 \emph default
15714  und wandelt es mit der Tastenkombination 
15715 \family sans
15716 Alt+Z
15717 \begin_inset space ~
15718 \end_inset
15719
15720 R
15721 \family default
15722
15723 \begin_inset Foot
15724 status collapsed
15725
15726 \begin_layout Plain Layout
15727 Schriftstile siehe 
15728 \begin_inset CommandInset ref
15729 LatexCommand ref
15730 reference "sub:Schriftstile"
15731
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \end_inset
15738
15739  um.
15740  Anschließend fügt man vor dem 
15741 \emph on
15742 d
15743 \emph default
15744 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15745  Dazu ein Beispiel:
15746 \end_layout
15747
15748 \begin_layout Standard
15749 inkorrekt: 
15750 \begin_inset Formula $\int A(x)dx$
15751 \end_inset
15752
15753
15754 \begin_inset Newline newline
15755 \end_inset
15756
15757
15758 \begin_inset Phantom HPhantom
15759 status open
15760
15761 \begin_layout Plain Layout
15762 in
15763 \end_layout
15764
15765 \end_inset
15766
15767 korrekt: 
15768 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \begin_layout Standard
15775 \begin_inset VSpace medskip
15776 \end_inset
15777
15778 Für Mehrfachintegrale gibt es folgende Befehle:
15779 \begin_inset VSpace medskip
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \begin_layout Standard
15786 \begin_inset space \hfill{}
15787 \end_inset
15788
15789
15790 \begin_inset Tabular
15791 <lyxtabular version="3" rows="4" columns="2">
15792 <features tabularvalignment="middle">
15793 <column alignment="center" valignment="top" width="0">
15794 <column alignment="center" valignment="top" width="0">
15795 <row>
15796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800 Befehl
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 Ergebnis
15810 \begin_inset Note Note
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814
15815 \series bold
15816
15817 \backslash
15818 raisebox
15819 \series default
15820  dient nur als Abstandhalter.
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 </row>
15831 <row>
15832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836
15837 \backslash
15838 iint
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 </row>
15856 <row>
15857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \backslash
15863 oiint
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 <row>
15882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886
15887 \backslash
15888 sqiint
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15898 \end_inset
15899
15900
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 </row>
15906 </lyxtabular>
15907
15908 \end_inset
15909
15910
15911 \begin_inset space \hfill{}
15912 \end_inset
15913
15914
15915 \begin_inset Tabular
15916 <lyxtabular version="3" rows="4" columns="2">
15917 <features tabularvalignment="middle">
15918 <column alignment="center" valignment="top" width="0">
15919 <column alignment="center" valignment="top" width="0">
15920 <row>
15921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 Befehl
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 Ergebnis
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945
15946 \backslash
15947 iiint
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 <row>
15966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970
15971 \backslash
15972 iiiint
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 </row>
15990 <row>
15991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995
15996 \backslash
15997 dotsint
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 </lyxtabular>
16016
16017 \end_inset
16018
16019
16020 \begin_inset space \hfill{}
16021 \end_inset
16022
16023
16024 \end_layout
16025
16026 \begin_layout Subsection
16027 Operatorgrenzen
16028 \begin_inset CommandInset label
16029 LatexCommand label
16030 name "sub:Operatorgrenzen"
16031
16032 \end_inset
16033
16034
16035 \begin_inset Index idx
16036 status collapsed
16037
16038 \begin_layout Plain Layout
16039 Operatoren ! Grenzen
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Standard
16048 Grenzen werden durch Hoch- bzw.
16049  Tiefstellen erzeugt:
16050 \end_layout
16051
16052 \begin_layout Standard
16053 \align center
16054 \begin_inset Tabular
16055 <lyxtabular version="3" rows="2" columns="2">
16056 <features tabularvalignment="middle">
16057 <column alignment="center" valignment="top" width="0pt">
16058 <column alignment="center" valignment="top" width="0pt">
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 Befehl
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 Ergebnis
16074 \begin_inset Note Note
16075 status collapsed
16076
16077 \begin_layout Plain Layout
16078
16079 \series bold
16080
16081 \backslash
16082 raisebox
16083 \series default
16084  dient nur als Abstandhalter.
16085 \end_layout
16086
16087 \end_inset
16088
16089
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 </row>
16095 <row>
16096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100
16101 \backslash
16102 prod^
16103 \backslash
16104 infty
16105 \begin_inset ERT
16106 status collapsed
16107
16108 \begin_layout Plain Layout
16109
16110
16111 \backslash
16112 leer 
16113 \end_layout
16114
16115 \end_inset
16116
16117
16118 \begin_inset Formula $\to$
16119 \end_inset
16120
16121 _0
16122 \begin_inset Formula $\to$
16123 \end_inset
16124
16125 A(x)
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 </row>
16143 </lyxtabular>
16144
16145 \end_inset
16146
16147
16148 \end_layout
16149
16150 \begin_layout Standard
16151 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16152  Operator gesetzt.
16153  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16154  bzw.
16155  unter den Operator gesetzt.
16156 \end_layout
16157
16158 \begin_layout Standard
16159 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16160  man den Cursor direkt hinter den Operator und setzt über das Menü 
16161 \family sans
16162 Bearbeiten\SpecialChar \menuseparator
16163 Mathe\SpecialChar \menuseparator
16164 Art der Operatorgrenzen ändern
16165 \family default
16166  die Grenzen auf 
16167 \series bold
16168 Eingebettet
16169 \series default
16170  (Tastenkombination 
16171 \family sans
16172 Alt+M
16173 \begin_inset space ~
16174 \end_inset
16175
16176 L
16177 \family default
16178 ).
16179  Dazu folgendes Beispiel:
16180 \end_layout
16181
16182 \begin_layout Standard
16183 Die normalen Grenzen sehen so aus:
16184 \begin_inset Formula \[
16185 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16186
16187 \end_inset
16188
16189 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16190 \begin_inset Formula \[
16191 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16192
16193 \end_inset
16194
16195 Bei Integralen werden mit Ausnahme von denen, die auf 
16196 \series bold
16197 op
16198 \series default
16199  enden (
16200 \series bold
16201
16202 \backslash
16203 intop
16204 \series default
16205
16206 \series bold
16207
16208 \backslash
16209 ointop
16210 \series default
16211  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16212  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16213  gesetzt.
16214  Im folgenden Beispiel wurde die Grenze deswegen auf 
16215 \series bold
16216 Anzeige
16217 \series default
16218  gesetzt und damit unter die Integrale geschrieben:
16219 \begin_inset Formula \begin{equation}
16220 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16221
16222 \end_inset
16223
16224
16225 \end_layout
16226
16227 \begin_layout Standard
16228 \begin_inset VSpace medskip
16229 \end_inset
16230
16231 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16232 \series bold
16233
16234 \backslash
16235 subarray
16236 \series default
16237
16238 \begin_inset Index idx
16239 status collapsed
16240
16241 \begin_layout Plain Layout
16242 Befehle ! S ! 
16243 \backslash
16244 subarray
16245 \end_layout
16246
16247 \end_inset
16248
16249  und 
16250 \series bold
16251
16252 \backslash
16253 substack
16254 \series default
16255
16256 \begin_inset Index idx
16257 status collapsed
16258
16259 \begin_layout Plain Layout
16260 Befehle ! S ! 
16261 \backslash
16262 substack
16263 \end_layout
16264
16265 \end_inset
16266
16267 .
16268  Um z.
16269 \begin_inset space \thinspace{}
16270 \end_inset
16271
16272 B.
16273  diesen Ausdruck 
16274 \begin_inset Formula \begin{equation}
16275 \sum_{\begin{subarray}{c}
16276 0<k<1000\\
16277 \\
16278 k\,\in\,\mathbb{N}
16279 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16280
16281 \end_inset
16282
16283 zu erstellen, muss man Folgendes tun:
16284 \begin_inset Newline newline
16285 \end_inset
16286
16287 Zuerst gibt man den Befehl 
16288 \series bold
16289
16290 \backslash
16291 sum
16292 \series default
16293 ^
16294 \series bold
16295 n
16296 \begin_inset ERT
16297 status collapsed
16298
16299 \begin_layout Plain Layout
16300
16301
16302 \backslash
16303 leer 
16304 \end_layout
16305
16306 \end_inset
16307
16308 _
16309 \series default
16310  ein.
16311  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16312  In dieses gibt man den Befehl 
16313 \series bold
16314
16315 \backslash
16316 subarray
16317 \begin_inset ERT
16318 status collapsed
16319
16320 \begin_layout Plain Layout
16321
16322
16323 \backslash
16324 leer 
16325 \end_layout
16326
16327 \end_inset
16328
16329
16330 \series default
16331  ein.
16332  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16333  Zeilen untereinander schreiben.
16334  Mit Eingabe des Zeilenumbruchs (
16335 \family sans
16336 Strg+Enter
16337 \family default
16338 ) wird eine neue Zeile erstellt.
16339  Gibt man
16340 \begin_inset Newline newline
16341 \end_inset
16342
16343
16344 \series bold
16345 0<k<1000 Strg+Enter
16346 \begin_inset Newline newline
16347 \end_inset
16348
16349
16350 \series default
16351 ein, erscheint darunter ein Kästchen für die neue Zeile.
16352 \end_layout
16353
16354 \begin_layout Standard
16355 Die Ausrichtung der Zeilen kann mit der 
16356 \family sans
16357 Tabellen-Werkzeugleiste
16358 \family default
16359  oder dem Menü 
16360 \family sans
16361 Bearbeiten\SpecialChar \menuseparator
16362 Zeilen & Spalten
16363 \family default
16364  auf links geändert werden.
16365  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16366 \series bold
16367
16368 \backslash
16369 hfill
16370 \begin_inset ERT
16371 status collapsed
16372
16373 \begin_layout Plain Layout
16374
16375
16376 \backslash
16377 leer 
16378 \end_layout
16379
16380 \end_inset
16381
16382
16383 \series default
16384  eingegeben.
16385 \end_layout
16386
16387 \begin_layout Standard
16388 Der Befehl 
16389 \series bold
16390
16391 \backslash
16392 substack
16393 \series default
16394  ist äquivalent zu 
16395 \series bold
16396
16397 \backslash
16398 subarray
16399 \series default
16400 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16401 \end_layout
16402
16403 \begin_layout Standard
16404 \begin_inset VSpace bigskip
16405 \end_inset
16406
16407 Wie bei Formel 
16408 \begin_inset CommandInset ref
16409 LatexCommand eqref
16410 reference "eq:substack"
16411
16412 \end_inset
16413
16414  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16415  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16416 \end_layout
16417
16418 \begin_layout Standard
16419 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16420 \end_layout
16421
16422 \begin_layout Standard
16423
16424 \series bold
16425
16426 \backslash
16427 def
16428 \backslash
16429 clap#1{
16430 \backslash
16431 hbox to 0pt{
16432 \backslash
16433 hss #1
16434 \backslash
16435 hss}}
16436 \begin_inset Newline newline
16437 \end_inset
16438
16439
16440 \backslash
16441 def
16442 \backslash
16443 mathclap {
16444 \backslash
16445 mathpalette 
16446 \backslash
16447 mathclapinternal}
16448 \begin_inset Newline newline
16449 \end_inset
16450
16451
16452 \backslash
16453 def
16454 \backslash
16455 mathclapinternal #1#2{
16456 \backslash
16457 clap{$
16458 \backslash
16459 mathsurround =0pt #1{#2}$}}
16460 \end_layout
16461
16462 \begin_layout Standard
16463 Dadurch wird der Befehl 
16464 \series bold
16465
16466 \backslash
16467 mathclap
16468 \series default
16469
16470 \begin_inset Index idx
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474 Befehle ! M ! 
16475 \backslash
16476 mathclap
16477 \end_layout
16478
16479 \end_inset
16480
16481  definiert, der die Breite der Grenze auf 0
16482 \begin_inset space \thinspace{}
16483 \end_inset
16484
16485 pt setzt.
16486  Das Befehlsschema lautet
16487 \end_layout
16488
16489 \begin_layout Standard
16490
16491 \series bold
16492
16493 \backslash
16494 mathclap{Grenze}
16495 \end_layout
16496
16497 \begin_layout Standard
16498 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16499 \end_layout
16500
16501 \begin_layout Standard
16502 Auf Formel 
16503 \begin_inset CommandInset ref
16504 LatexCommand eqref
16505 reference "eq:substack"
16506
16507 \end_inset
16508
16509  angewandt, gibt man also den Befehl
16510 \end_layout
16511
16512 \begin_layout Standard
16513
16514 \series bold
16515
16516 \backslash
16517 sum_
16518 \backslash
16519 mathclap{
16520 \backslash
16521 substack
16522 \begin_inset ERT
16523 status collapsed
16524
16525 \begin_layout Plain Layout
16526
16527
16528 \backslash
16529 leer 
16530 \end_layout
16531
16532 \end_inset
16533
16534 0<k<1000 Strg+Enter
16535 \end_layout
16536
16537 \begin_layout Standard
16538 ein, um die untere Grenze zu erstellen.
16539  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16540 \begin_inset Formula \[
16541 \sum_{\mathclap{\substack{0<k<1000\\
16542 \\
16543 k\,\in\,\mathbb{N}
16544 }
16545 }}^{n}k^{-2}\]
16546
16547 \end_inset
16548
16549
16550 \end_layout
16551
16552 \begin_layout Standard
16553 \begin_inset VSpace bigskip
16554 \end_inset
16555
16556 In 
16557 \begin_inset CommandInset ref
16558 LatexCommand ref
16559 reference "sub:Selbstdefinierte-Operatoren"
16560
16561 \end_inset
16562
16563  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16564 \end_layout
16565
16566 \begin_layout Subsection
16567 Binäre Operatoren
16568 \begin_inset CommandInset label
16569 LatexCommand label
16570 name "sub:Binäre-Operatoren"
16571
16572 \end_inset
16573
16574
16575 \begin_inset Index idx
16576 status collapsed
16577
16578 \begin_layout Plain Layout
16579 Operatoren ! binäre
16580 \end_layout
16581
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \begin_layout Standard
16588 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16589  ein Zeichen befindet.
16590 \begin_inset VSpace medskip
16591 \end_inset
16592
16593
16594 \end_layout
16595
16596 \begin_layout Standard
16597 \begin_inset space \hfill{}
16598 \end_inset
16599
16600
16601 \begin_inset Tabular
16602 <lyxtabular version="3" rows="13" columns="2">
16603 <features tabularvalignment="middle">
16604 <column alignment="center" valignment="top" width="0pt">
16605 <column alignment="center" valignment="top" width="0pt">
16606 <row>
16607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 Befehl
16612 \begin_inset Note Note
16613 status collapsed
16614
16615 \begin_layout Plain Layout
16616
16617 \series bold
16618
16619 \backslash
16620 raisebox
16621 \series default
16622  dient nur als Abstandhalter.
16623 \end_layout
16624
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 Ergebnis
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 +
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656 \begin_inset Formula $+$
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 </row>
16665 <row>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 -
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 \begin_inset Formula $-$
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 </row>
16688 <row>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693
16694 \backslash
16695 pm
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704 \begin_inset Formula $\pm$
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 </row>
16713 <row>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718
16719 \backslash
16720 mp
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 \begin_inset Formula $\mp$
16730 \end_inset
16731
16732
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 </row>
16738 <row>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743
16744 \backslash
16745 cdot
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 \begin_inset Formula $\cdot$
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 </row>
16763 <row>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768
16769 \backslash
16770 times
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $\times$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 <row>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793
16794 \backslash
16795 div
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 \begin_inset Formula $\div$
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 \begin_inset ERT
16819 status collapsed
16820
16821 \begin_layout Plain Layout
16822
16823
16824 \backslash
16825 raisebox{-1.2mm}{
16826 \end_layout
16827
16828 \end_inset
16829
16830 *
16831 \begin_inset ERT
16832 status collapsed
16833
16834 \begin_layout Plain Layout
16835
16836 }
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 \begin_inset Formula $*$
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 <row>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \backslash
16866 star
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Formula $\star$
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \backslash
16891 circ
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 \begin_inset Formula $\circ$
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \backslash
16916 diamond
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $\diamond$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \backslash
16941 bullet
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Formula $\bullet$
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 </lyxtabular>
16960
16961 \end_inset
16962
16963
16964 \begin_inset space \hfill{}
16965 \end_inset
16966
16967
16968 \begin_inset Tabular
16969 <lyxtabular version="3" rows="13" columns="2">
16970 <features tabularvalignment="middle">
16971 <column alignment="center" valignment="top" width="0pt">
16972 <column alignment="center" valignment="top" width="0pt">
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 Befehl
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 Ergebnis
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 </row>
16993 <row>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998
16999 \backslash
17000 nabla
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 \begin_inset Formula $\nabla$
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 </row>
17018 <row>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023
17024 \backslash
17025 bigtriangledown
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034 \begin_inset Formula $\bigtriangledown$
17035 \end_inset
17036
17037
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 </row>
17043 <row>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048
17049 \backslash
17050 bigtriangleup
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059 \begin_inset Formula $\bigtriangleup$
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 </row>
17068 <row>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073
17074 \backslash
17075 Box
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084 \begin_inset Formula $\Box$
17085 \end_inset
17086
17087
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 <row>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \backslash
17100 cap 
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Formula $\cap$
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 <row>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123
17124 \backslash
17125 cup
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134 \begin_inset Formula $\cup$
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 </row>
17143 <row>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148
17149 \backslash
17150 dagger
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 \begin_inset Formula $\dagger$
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \backslash
17175 ddagger
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 \begin_inset Formula $\ddagger$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 wr
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\wr$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \backslash
17225 bigcirc
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 \begin_inset Formula $\bigcirc$
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 wedge
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 \begin_inset Formula $\wedge$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \backslash
17275 vee
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $\vee$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 </lyxtabular>
17294
17295 \end_inset
17296
17297
17298 \begin_inset space \hfill{}
17299 \end_inset
17300
17301
17302 \begin_inset Tabular
17303 <lyxtabular version="3" rows="13" columns="2">
17304 <features tabularvalignment="middle">
17305 <column alignment="center" valignment="top" width="0pt">
17306 <column alignment="center" valignment="top" width="0pt">
17307 <row>
17308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 Befehl
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 Ergebnis
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 </row>
17327 <row>
17328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332
17333 \backslash
17334 oplus
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 \begin_inset Formula $\oplus$
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 </row>
17352 <row>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357
17358 \backslash
17359 ominus
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368 \begin_inset Formula $\ominus$
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 </row>
17377 <row>
17378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382
17383 \backslash
17384 otimes
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393 \begin_inset Formula $\otimes$
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 </row>
17402 <row>
17403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407
17408 \backslash
17409 oslash
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 \begin_inset Formula $\oslash$
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 </row>
17427 <row>
17428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \backslash
17434 odot
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 \begin_inset Formula $\odot$
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 </row>
17452 <row>
17453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457
17458 \backslash
17459 amalg
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\amalg$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 </row>
17477 <row>
17478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482
17483 \backslash
17484 uplus
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 \begin_inset Formula $\uplus$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507
17508 \backslash
17509 setminus
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 \begin_inset Formula $\setminus$
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 </row>
17527 <row>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532
17533 \backslash
17534 sqcap
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Formula $\sqcap$
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \backslash
17559 sqcup
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\sqcup$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 <row>
17578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582
17583 \backslash
17584 triangleleft
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 \begin_inset Formula $\triangleleft$
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 <row>
17603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607
17608 \backslash
17609 triangleright
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 \begin_inset Formula $\triangleright$
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 </row>
17627 </lyxtabular>
17628
17629 \end_inset
17630
17631
17632 \begin_inset space \hfill{}
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \begin_layout Standard
17639 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17640  
17641 \begin_inset Graphics
17642         filename ../../images/math/pm.png
17643         scale 85
17644
17645 \end_inset
17646
17647  eingefügt werden.
17648 \end_layout
17649
17650 \begin_layout Standard
17651 Um den Laplace-Operator darzustellen, kann man statt 
17652 \series bold
17653
17654 \backslash
17655 bigtriangleup
17656 \series default
17657  auch 
17658 \series bold
17659
17660 \backslash
17661 Delta
17662 \series default
17663  verwenden oder man benutzt 
17664 \series bold
17665
17666 \backslash
17667 nabla
17668 \series default
17669 ^
17670 \series bold
17671 2
17672 \series default
17673  (
17674 \begin_inset Formula $\nabla^{2}$
17675 \end_inset
17676
17677 ).
17678 \end_layout
17679
17680 \begin_layout Standard
17681 Das Zeichen 
17682 \family sans
17683 Menütrenner
17684 \family default
17685  im Menü 
17686 \family sans
17687 Einfügen\SpecialChar \menuseparator
17688 Sonderzeichen
17689 \family default
17690  ist der Operator 
17691 \series bold
17692
17693 \backslash
17694 triangleright
17695 \series default
17696 .
17697 \end_layout
17698
17699 \begin_layout Subsection
17700 Selbst definierte Operatoren
17701 \begin_inset CommandInset label
17702 LatexCommand label
17703 name "sub:Selbstdefinierte-Operatoren"
17704
17705 \end_inset
17706
17707
17708 \begin_inset Index idx
17709 status collapsed
17710
17711 \begin_layout Plain Layout
17712 Operatoren ! selbstdefinierte
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \begin_layout Standard
17721 Mit Hilfe des Befehls 
17722 \series bold
17723
17724 \backslash
17725 DeclareMathOperator
17726 \series default
17727
17728 \begin_inset Index idx
17729 status collapsed
17730
17731 \begin_layout Plain Layout
17732 Befehle ! D ! 
17733 \backslash
17734 dbinom@
17735 \backslash
17736 DeclareMathOperator
17737 \end_layout
17738
17739 \end_inset
17740
17741  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17742  Das Befehlsschema dazu lautet:
17743 \end_layout
17744
17745 \begin_layout Standard
17746
17747 \series bold
17748
17749 \backslash
17750 DeclareMathOperator{neuer Befehl}{Anzeige}
17751 \end_layout
17752
17753 \begin_layout Standard
17754 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17755  im Ausdruck aussieht.
17756  Will man einen großen Operator definieren, setzt man hinter den Befehl
17757  ein 
17758 \series bold
17759 *
17760 \series default
17761 .
17762  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17763  wie in 
17764 \begin_inset CommandInset ref
17765 LatexCommand ref
17766 reference "sub:Operatorgrenzen"
17767
17768 \end_inset
17769
17770  beschrieben.
17771 \end_layout
17772
17773 \begin_layout Standard
17774 Beispielsweise definiert die LaTeX-Vorspannzeile
17775 \end_layout
17776
17777 \begin_layout Standard
17778
17779 \series bold
17780
17781 \backslash
17782 DeclareMathOperator*{
17783 \backslash
17784 Raute}{
17785 \backslash
17786 blacklozenge}
17787 \end_layout
17788
17789 \begin_layout Standard
17790 den Befehl 
17791 \series bold
17792
17793 \backslash
17794 Raute
17795 \series default
17796 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17797  aus 
17798 \begin_inset CommandInset ref
17799 LatexCommand ref
17800 reference "sub:Sonstige-Symbole"
17801
17802 \end_inset
17803
17804  besteht:
17805 \begin_inset Formula \[
17806 \Raute_{n=1}^{\infty}\]
17807
17808 \end_inset
17809
17810 Der Befehl für diese Formel lautet: 
17811 \series bold
17812
17813 \backslash
17814 Raute
17815 \series default
17816 ^
17817 \series bold
17818
17819 \backslash
17820 infty
17821 \begin_inset Formula $\to$
17822 \end_inset
17823
17824 _n=1
17825 \end_layout
17826
17827 \begin_layout Standard
17828 \begin_inset VSpace bigskip
17829 \end_inset
17830
17831 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17832  auch mit den Befehlen 
17833 \series bold
17834
17835 \backslash
17836 mathop
17837 \series default
17838
17839 \begin_inset Index idx
17840 status collapsed
17841
17842 \begin_layout Plain Layout
17843 Befehle ! M ! 
17844 \backslash
17845 mathop
17846 \end_layout
17847
17848 \end_inset
17849
17850  und 
17851 \series bold
17852
17853 \backslash
17854 mathbin
17855 \series default
17856
17857 \begin_inset Index idx
17858 status collapsed
17859
17860 \begin_layout Plain Layout
17861 Befehle ! M ! 
17862 \backslash
17863 mathbin
17864 \end_layout
17865
17866 \end_inset
17867
17868  definieren, die folgendes Schema besitzen:
17869 \end_layout
17870
17871 \begin_layout Standard
17872
17873 \series bold
17874
17875 \backslash
17876 mathop{Anzeige}
17877 \series default
17878  bzw.
17879  
17880 \series bold
17881
17882 \backslash
17883 mathbin{Anzeige}
17884 \end_layout
17885
17886 \begin_layout Standard
17887
17888 \series bold
17889
17890 \backslash
17891 mathop
17892 \series default
17893  definiert große, 
17894 \series bold
17895
17896 \backslash
17897 mathbin
17898 \series default
17899  binäre Operatoren.
17900 \end_layout
17901
17902 \begin_layout Standard
17903
17904 \series bold
17905
17906 \backslash
17907 mathop
17908 \series default
17909  lässt sich z.
17910 \begin_inset space \thinspace{}
17911 \end_inset
17912
17913 B.
17914  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17915 \begin_inset Formula \[
17916 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17917
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \begin_layout Standard
17924 Der Befehl für obige Formel lautet:
17925 \begin_inset Newline newline
17926 \end_inset
17927
17928  
17929 \series bold
17930
17931 \backslash
17932 mathop{
17933 \backslash
17934 sum
17935 \backslash
17936 negmedspace
17937 \backslash
17938 sum
17939 \series default
17940
17941 \begin_inset ERT
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945
17946
17947 \backslash
17948 leer 
17949 \end_layout
17950
17951 \end_inset
17952
17953
17954 \series bold
17955
17956 \begin_inset Formula $\to$
17957 \end_inset
17958
17959 ^N
17960 \series default
17961
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 leer 
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \series bold
17976 _i,j=1
17977 \end_layout
17978
17979 \begin_layout Section
17980 Schriften
17981 \begin_inset Index idx
17982 status collapsed
17983
17984 \begin_layout Plain Layout
17985 Schriften
17986 \end_layout
17987
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Subsection
17994 Schriftstile
17995 \begin_inset CommandInset label
17996 LatexCommand label
17997 name "sub:Schriftstile"
17998
17999 \end_inset
18000
18001
18002 \begin_inset Index idx
18003 status collapsed
18004
18005 \begin_layout Plain Layout
18006 Schriften ! Schriftstile
18007 \end_layout
18008
18009 \end_inset
18010
18011
18012 \end_layout
18013
18014 \begin_layout Standard
18015 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18016  gesetzt werden:
18017 \begin_inset VSpace -2mm
18018 \end_inset
18019
18020
18021 \end_layout
18022
18023 \begin_layout Standard
18024 \align center
18025 \begin_inset Tabular
18026 <lyxtabular version="3" rows="7" columns="3">
18027 <features tabularvalignment="middle">
18028 <column alignment="center" valignment="top" width="0">
18029 <column alignment="center" valignment="top" width="0">
18030 <column alignment="center" valignment="top" width="0">
18031 <row>
18032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 Befehl
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045 Ergebnis
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 Tastenkürzel
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 </row>
18060 <row>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \backslash
18067 mathbb
18068 \series bold
18069
18070 \begin_inset ERT
18071 status collapsed
18072
18073 \begin_layout Plain Layout
18074
18075
18076 \backslash
18077 leer 
18078 \end_layout
18079
18080 \end_inset
18081
18082
18083 \series default
18084 ABC
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 \begin_inset Formula $\mathbb{ABC}$
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 Alt+Z K
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \backslash
18118 mathbf
18119 \series bold
18120
18121 \begin_inset ERT
18122 status collapsed
18123
18124 \begin_layout Plain Layout
18125
18126
18127 \backslash
18128 leer 
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \series default
18135 AbC
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 \begin_inset Formula $\mathbf{AbC}$
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 Strg+B
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 <row>
18163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167
18168 \backslash
18169 boldsymbol
18170 \series bold
18171
18172 \begin_inset ERT
18173 status collapsed
18174
18175 \begin_layout Plain Layout
18176
18177
18178 \backslash
18179 leer 
18180 \end_layout
18181
18182 \end_inset
18183
18184
18185 \series default
18186 AbC
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 \begin_inset Formula $\boldsymbol{AbC}$
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 Alt+Z F oder Strg+Alt+B
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 </row>
18213 <row>
18214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218
18219 \backslash
18220 mathcal
18221 \series bold
18222
18223 \begin_inset ERT
18224 status collapsed
18225
18226 \begin_layout Plain Layout
18227
18228
18229 \backslash
18230 leer 
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \series default
18237 ABC
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246 \begin_inset Formula $\mathcal{ABC}$
18247 \end_inset
18248
18249
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 Alt+Z H
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 </row>
18264 <row>
18265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269
18270 \backslash
18271 mathfrak
18272 \series bold
18273
18274 \begin_inset ERT
18275 status collapsed
18276
18277 \begin_layout Plain Layout
18278
18279
18280 \backslash
18281 leer 
18282 \end_layout
18283
18284 \end_inset
18285
18286
18287 \series default
18288 AbC
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 \begin_inset Formula $\mathfrak{AbC}$
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 -
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 </row>
18315 <row>
18316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320
18321 \backslash
18322 mathscr
18323 \series bold
18324
18325 \begin_inset ERT
18326 status collapsed
18327
18328 \begin_layout Plain Layout
18329
18330
18331 \backslash
18332 leer 
18333 \end_layout
18334
18335 \end_inset
18336
18337
18338 \series default
18339 AbC
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 \begin_inset Formula $\mathscr{AbC}$
18349 \end_inset
18350
18351
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 -
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 </row>
18366 </lyxtabular>
18367
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \begin_layout Standard
18374 \align center
18375 \begin_inset Tabular
18376 <lyxtabular version="3" rows="5" columns="3">
18377 <features tabularvalignment="middle">
18378 <column alignment="center" valignment="top" width="0">
18379 <column alignment="center" valignment="top" width="0">
18380 <column alignment="center" valignment="top" width="0">
18381 <row>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 Befehl
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 Ergebnis
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 Tastenkürzel
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 </row>
18410 <row>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415
18416 \backslash
18417 mathit
18418 \series bold
18419
18420 \begin_inset ERT
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424
18425
18426 \backslash
18427 leer 
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \series default
18434 AbC
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 \begin_inset Formula $\mathit{AbC}$
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 -
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 </row>
18461 <row>
18462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466
18467 \backslash
18468 mathrm
18469 \series bold
18470
18471 \begin_inset ERT
18472 status collapsed
18473
18474 \begin_layout Plain Layout
18475
18476
18477 \backslash
18478 leer 
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \series default
18485 AbC
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 \begin_inset Formula $\mathrm{AbC}$
18495 \end_inset
18496
18497
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 Alt+Z R
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 </row>
18512 <row>
18513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517
18518 \backslash
18519 mathsf
18520 \series bold
18521
18522 \begin_inset ERT
18523 status collapsed
18524
18525 \begin_layout Plain Layout
18526
18527
18528 \backslash
18529 leer 
18530 \end_layout
18531
18532 \end_inset
18533
18534
18535 \series default
18536 AbC
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545 \begin_inset Formula $\mathsf{AbC}$
18546 \end_inset
18547
18548
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 Alt+Z S
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 </row>
18563 <row>
18564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568
18569 \backslash
18570 mathtt
18571 \series bold
18572
18573 \begin_inset ERT
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577
18578
18579 \backslash
18580 leer 
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \series default
18587 AbC
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 \begin_inset Formula $\mathtt{AbC}$
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 Alt+Z C
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 </row>
18614 </lyxtabular>
18615
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \begin_layout Standard
18622 \begin_inset Note Greyedout
18623 status open
18624
18625 \begin_layout Plain Layout
18626
18627 \series bold
18628 Achtung:
18629 \series default
18630  Die Stile 
18631 \series bold
18632
18633 \backslash
18634 mathbb
18635 \series default
18636  und 
18637 \series bold
18638
18639 \backslash
18640 mathcal
18641 \series default
18642  können nur für Großbuchstaben verwendet werden.
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \begin_layout Standard
18651 Voreingestellt ist der Stil 
18652 \series bold
18653
18654 \backslash
18655 mathnormal
18656 \series default
18657 .
18658 \end_layout
18659
18660 \begin_layout Standard
18661 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18662 \begin_inset Formula \[
18663 \mathfrak{A=\frac{b}{C}}\]
18664
18665 \end_inset
18666
18667
18668 \end_layout
18669
18670 \begin_layout Standard
18671 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18672 ile, sondern in dem Textschriftstil 
18673 \series bold
18674
18675 \backslash
18676 textrm
18677 \series default
18678 .
18679  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18680  ein Fehler in LyX.
18681 \begin_inset Foot
18682 status collapsed
18683
18684 \begin_layout Plain Layout
18685 \begin_inset CommandInset href
18686 LatexCommand href
18687 name "LyX-Fehler #4629"
18688 target "http://www.lyx.org/trac/ticket/4629"
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \begin_layout Standard
18701 Anstelle der Stilbefehle kann man auch den Dialog 
18702 \family sans
18703 Bearbeiten\SpecialChar \menuseparator
18704 Mathe\SpecialChar \menuseparator
18705 Text-Stil
18706 \family default
18707  oder den Mathe-Werkzeugleistenknopf 
18708 \begin_inset Graphics
18709         filename ../../images/math/font.png
18710         scale 85
18711
18712 \end_inset
18713
18714  verwenden.
18715 \end_layout
18716
18717 \begin_layout Subsection
18718 Fett gedruckte Formeln
18719 \begin_inset CommandInset label
18720 LatexCommand label
18721 name "sub:Fett-gedruckte-Formeln"
18722
18723 \end_inset
18724
18725
18726 \begin_inset Index idx
18727 status collapsed
18728
18729 \begin_layout Plain Layout
18730 Formel ! fett gedruckte
18731 \end_layout
18732
18733 \end_inset
18734
18735
18736 \end_layout
18737
18738 \begin_layout Standard
18739 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18740  Kapitel angegebenen Befehl 
18741 \series bold
18742
18743 \backslash
18744 mathbf
18745 \series default
18746  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18747  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18748  Formel gut erkennt:
18749 \end_layout
18750
18751 \begin_layout Standard
18752 \begin_inset Formula \[
18753 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Standard
18761 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18762 \series bold
18763
18764 \backslash
18765 boldsymbol
18766 \series default
18767 :
18768 \begin_inset Formula \[
18769 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18770
18771 \end_inset
18772
18773 Es gibt auch die Möglichkeit die Formel in eine 
18774 \series bold
18775 boldmath-Umgebung
18776 \series default
18777  zu setzen.
18778  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18779 \series bold
18780
18781 \backslash
18782 boldmath
18783 \series default
18784
18785 \begin_inset Index idx
18786 status collapsed
18787
18788 \begin_layout Plain Layout
18789 Befehle ! B ! 
18790 \backslash
18791 boldmath
18792 \end_layout
18793
18794 \end_inset
18795
18796  eingibt.
18797  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18798 \series bold
18799
18800 \backslash
18801 unboldmath
18802 \series default
18803
18804 \begin_inset Index idx
18805 status collapsed
18806
18807 \begin_layout Plain Layout
18808 Befehle ! U ! 
18809 \backslash
18810 unboldmath
18811 \end_layout
18812
18813 \end_inset
18814
18815  ein.
18816 \begin_inset ERT
18817 status collapsed
18818
18819 \begin_layout Plain Layout
18820
18821
18822 \backslash
18823 boldmath 
18824 \end_layout
18825
18826 \end_inset
18827
18828
18829 \begin_inset Formula \[
18830 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18831
18832 \end_inset
18833
18834
18835 \begin_inset ERT
18836 status collapsed
18837
18838 \begin_layout Plain Layout
18839
18840
18841 \backslash
18842 unboldmath 
18843 \end_layout
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Subsection
18851 Farbige Formeln
18852 \begin_inset Index idx
18853 status collapsed
18854
18855 \begin_layout Plain Layout
18856 Formel ! farbige
18857 \end_layout
18858
18859 \end_inset
18860
18861
18862 \end_layout
18863
18864 \begin_layout Standard
18865 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18866  oder Formelteile und verwenden dann den 
18867 \family sans
18868 Textstil
18869 \family default
18870  Dialog.
18871  Hier ist eine Formel in Magenta:
18872 \begin_inset Formula \[
18873 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \begin_layout Standard
18881 Man kann auch eigene Farben definieren, wie in 
18882 \begin_inset CommandInset ref
18883 LatexCommand ref
18884 reference "sub:Farbige-Boxen"
18885
18886 \end_inset
18887
18888  erklärt ist.
18889  Diese können dann mit dem TeX-Code Befehl 
18890 \series bold
18891
18892 \backslash
18893 textcolor
18894 \series default
18895
18896 \begin_inset Index idx
18897 status collapsed
18898
18899 \begin_layout Plain Layout
18900 Befehle! T ! 
18901 \backslash
18902 textcolor
18903 \end_layout
18904
18905 \end_inset
18906
18907  verwendet werden, dass folgendes Schema besitzt:
18908 \end_layout
18909
18910 \begin_layout Standard
18911
18912 \series bold
18913
18914 \backslash
18915 textcolor{Farbe}{Zeichen oder Formel}
18916 \end_layout
18917
18918 \begin_layout Standard
18919 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18920 \end_layout
18921
18922 \begin_layout Standard
18923 \begin_inset ERT
18924 status collapsed
18925
18926 \begin_layout Plain Layout
18927
18928
18929 \backslash
18930 textcolor{dunkelgruen}{
18931 \end_layout
18932
18933 \end_inset
18934
18935
18936 \begin_inset Formula \[
18937 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18938
18939 \end_inset
18940
18941
18942 \begin_inset ERT
18943 status collapsed
18944
18945 \begin_layout Plain Layout
18946
18947 }
18948 \end_layout
18949
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \begin_layout Standard
18956 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18957 n Farben gefärbt werden.
18958 \begin_inset Foot
18959 status collapsed
18960
18961 \begin_layout Plain Layout
18962 \begin_inset CommandInset href
18963 LatexCommand href
18964 name "LyX-bug #5269"
18965 target "http://www.lyx.org/trac/ticket/5269"
18966
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \begin_layout Subsection
18978 Schriftgrößen
18979 \begin_inset CommandInset label
18980 LatexCommand label
18981 name "sub:Schriftgrößen"
18982
18983 \end_inset
18984
18985
18986 \begin_inset Index idx
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990 Schriften ! Schriftgrößen
18991 \end_layout
18992
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \begin_layout Standard
18999 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19000 le:
19001 \end_layout
19002
19003 \begin_layout Standard
19004
19005 \series bold
19006
19007 \backslash
19008 Huge
19009 \series default
19010
19011 \series bold
19012
19013 \backslash
19014 huge
19015 \series default
19016
19017 \series bold
19018
19019 \backslash
19020 LARGE
19021 \series default
19022
19023 \series bold
19024
19025 \backslash
19026 Large
19027 \series default
19028
19029 \series bold
19030
19031 \backslash
19032 large
19033 \series default
19034
19035 \series bold
19036
19037 \backslash
19038 normalsize
19039 \series default
19040
19041 \series bold
19042
19043 \backslash
19044 small
19045 \series default
19046
19047 \series bold
19048
19049 \backslash
19050 footnotesize
19051 \series default
19052 ,
19053 \begin_inset Newline linebreak
19054 \end_inset
19055
19056
19057 \series bold
19058
19059 \backslash
19060 scriptsize
19061 \series default
19062  und 
19063 \series bold
19064
19065 \backslash
19066 tiny
19067 \end_layout
19068
19069 \begin_layout Standard
19070 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19071  ab, die dem Befehl 
19072 \series bold
19073
19074 \backslash
19075 normalsize
19076 \series default
19077  entspricht.
19078  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19079 \series bold
19080
19081 \backslash
19082 normalsize
19083 \series default
19084 .
19085  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19086  Beträgt z.
19087 \begin_inset space \thinspace{}
19088 \end_inset
19089
19090 B.
19091  die Dokumentschriftgröße 12
19092 \begin_inset space \thinspace{}
19093 \end_inset
19094
19095 pt, produziert der Befehl 
19096 \series bold
19097
19098 \backslash
19099 Huge
19100 \series default
19101  dasselbe wie 
19102 \series bold
19103
19104 \backslash
19105 huge
19106 \series default
19107 .
19108  
19109 \end_layout
19110
19111 \begin_layout Standard
19112 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19113  Größe aller nachfolgenden Formel- und Textzeichen fest.
19114  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19115  TeX-Modus den Befehl 
19116 \series bold
19117
19118 \backslash
19119 normalsize
19120 \series default
19121  ein.
19122 \end_layout
19123
19124 \begin_layout Standard
19125 \begin_inset Newpage newpage
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \begin_layout Standard
19132 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19133  werden:
19134 \end_layout
19135
19136 \begin_layout Standard
19137 \noindent
19138 \align center
19139 \begin_inset Tabular
19140 <lyxtabular version="3" rows="5" columns="2">
19141 <features tabularvalignment="middle">
19142 <column alignment="center" valignment="top" width="0">
19143 <column alignment="center" valignment="top" width="0">
19144 <row>
19145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149 Befehl
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 Ergebnis
19159 \begin_inset Note Note
19160 status collapsed
19161
19162 \begin_layout Plain Layout
19163
19164 \series bold
19165
19166 \backslash
19167 raisebox
19168 \series default
19169  dient nur als Abstandhalter.
19170 \end_layout
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \backslash
19187 displaystyle
19188 \begin_inset Index idx
19189 status collapsed
19190
19191 \begin_layout Plain Layout
19192 Befehle ! D ! 
19193 \backslash
19194 displaystyle
19195 \end_layout
19196
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 </row>
19217 <row>
19218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222
19223 \backslash
19224 textstyle
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 <row>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247
19248 \backslash
19249 scriptstyle
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19259 \end_inset
19260
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 </row>
19267 <row>
19268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \backslash
19274 scriptscriptstyle
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 </lyxtabular>
19293
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \begin_layout Standard
19300 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19301  in das die Formelteile eingegeben werden.
19302 \end_layout
19303
19304 \begin_layout Standard
19305 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19306  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19307  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19308  eingegeben.
19309  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19310  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19311  Dazu zwei Beispiele:
19312 \begin_inset VSpace -2mm
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \begin_layout Standard
19319 \begin_inset ERT
19320 status collapsed
19321
19322 \begin_layout Plain Layout
19323
19324
19325 \backslash
19326 huge 
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \begin_inset Formula \[
19333 A=\frac{B}{c}\cdot\maltese\]
19334
19335 \end_inset
19336
19337
19338 \begin_inset Formula \[
19339 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19340
19341 \end_inset
19342
19343
19344 \begin_inset ERT
19345 status collapsed
19346
19347 \begin_layout Plain Layout
19348
19349
19350 \backslash
19351 normalsize 
19352 \end_layout
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \begin_layout Standard
19360 \begin_inset VSpace medskip
19361 \end_inset
19362
19363 Vor beiden Formeln wurde der Befehl 
19364 \series bold
19365
19366 \backslash
19367 huge
19368 \series default
19369  eingegeben.
19370  Der Befehl für die zweite Formel lautet:
19371 \begin_inset Newline newline
19372 \end_inset
19373
19374
19375 \series bold
19376
19377 \backslash
19378 maltese
19379 \begin_inset ERT
19380 status collapsed
19381
19382 \begin_layout Plain Layout
19383
19384
19385 \backslash
19386 leer 
19387 \end_layout
19388
19389 \end_inset
19390
19391 A M-m m 
19392 \backslash
19393 Large
19394 \begin_inset ERT
19395 status collapsed
19396
19397 \begin_layout Plain Layout
19398
19399
19400 \backslash
19401 leer 
19402 \end_layout
19403
19404 \end_inset
19405
19406
19407 \backslash
19408 maltese
19409 \begin_inset ERT
19410 status collapsed
19411
19412 \begin_layout Plain Layout
19413
19414
19415 \backslash
19416 leer 
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \backslash
19423 textit
19424 \begin_inset ERT
19425 status collapsed
19426
19427 \begin_layout Plain Layout
19428
19429
19430 \backslash
19431 leer 
19432 \end_layout
19433
19434 \end_inset
19435
19436 A
19437 \begin_inset Formula $\to$
19438 \end_inset
19439
19440
19441 \begin_inset Formula $\to$
19442 \end_inset
19443
19444
19445 \begin_inset Newline newline
19446 \end_inset
19447
19448
19449 \begin_inset space \hspace*{}
19450 \length 1cm
19451 \end_inset
19452
19453 M-m
19454 \series default
19455  
19456 \series bold
19457
19458 \backslash
19459 tiny
19460 \begin_inset ERT
19461 status collapsed
19462
19463 \begin_layout Plain Layout
19464
19465
19466 \backslash
19467 leer 
19468 \end_layout
19469
19470 \end_inset
19471
19472
19473 \backslash
19474 maltese
19475 \begin_inset ERT
19476 status collapsed
19477
19478 \begin_layout Plain Layout
19479
19480
19481 \backslash
19482 leer 
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \backslash
19489 textit
19490 \begin_inset ERT
19491 status collapsed
19492
19493 \begin_layout Plain Layout
19494
19495
19496 \backslash
19497 leer 
19498 \end_layout
19499
19500 \end_inset
19501
19502 A
19503 \end_layout
19504
19505 \begin_layout Standard
19506 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19507  immer in der Standardgröße dargestellt.
19508 \end_layout
19509
19510 \begin_layout Standard
19511 \begin_inset Newpage newpage
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \begin_layout Section
19518 Griechische Buchstaben
19519 \begin_inset Index idx
19520 status collapsed
19521
19522 \begin_layout Plain Layout
19523 griechische Buchstaben
19524 \end_layout
19525
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \begin_layout Standard
19532 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19533  
19534 \begin_inset Graphics
19535         filename ../../images/math/alpha.png
19536         scale 85
19537
19538 \end_inset
19539
19540  eingefügt werden.
19541 \end_layout
19542
19543 \begin_layout Subsection
19544 Kleine Buchstaben
19545 \begin_inset Index idx
19546 status collapsed
19547
19548 \begin_layout Plain Layout
19549 griechische Buchstaben ! kleine
19550 \end_layout
19551
19552 \end_inset
19553
19554
19555 \end_layout
19556
19557 \begin_layout Standard
19558 \begin_inset space \hfill{}
19559 \end_inset
19560
19561
19562 \begin_inset Tabular
19563 <lyxtabular version="3" rows="11" columns="2">
19564 <features tabularvalignment="middle">
19565 <column alignment="center" valignment="top" width="0pt">
19566 <column alignment="center" valignment="top" width="0pt">
19567 <row>
19568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572 Befehl
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 Ergebnis
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592
19593 \backslash
19594 alpha
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 \begin_inset Formula $\alpha$
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617
19618 \backslash
19619 beta
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 \begin_inset Formula $\beta$
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 </row>
19637 <row>
19638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642
19643 \backslash
19644 gamma
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 \begin_inset Formula $\gamma$
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 </row>
19662 <row>
19663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667
19668 \backslash
19669 delta
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678 \begin_inset Formula $\delta$
19679 \end_inset
19680
19681
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 </row>
19687 <row>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692
19693 \backslash
19694 epsilon
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703 \begin_inset Formula $\epsilon$
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 </row>
19712 <row>
19713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717
19718 \backslash
19719 varepsilon
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728 \begin_inset Formula $\varepsilon$
19729 \end_inset
19730
19731
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 </row>
19737 <row>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742
19743 \backslash
19744 zeta
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753 \begin_inset Formula $\zeta$
19754 \end_inset
19755
19756
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 </row>
19762 <row>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767
19768 \backslash
19769 eta
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778 \begin_inset Formula $\eta$
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 </row>
19787 <row>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792
19793 \backslash
19794 theta
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 \begin_inset Formula $\theta$
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 </row>
19812 <row>
19813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \backslash
19819 vartheta
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 \begin_inset Formula $\vartheta$
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 </row>
19837 </lyxtabular>
19838
19839 \end_inset
19840
19841
19842 \begin_inset space \hfill{}
19843 \end_inset
19844
19845
19846 \begin_inset Tabular
19847 <lyxtabular version="3" rows="12" columns="2">
19848 <features tabularvalignment="middle">
19849 <column alignment="center" valignment="top" width="0pt">
19850 <column alignment="center" valignment="top" width="0pt">
19851 <row>
19852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 Befehl
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 Ergebnis
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 </row>
19871 <row>
19872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876
19877 \backslash
19878 iota
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887 \begin_inset Formula $\iota$
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 </row>
19896 <row>
19897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901
19902 \backslash
19903 kappa
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912 \begin_inset Formula $\kappa$
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 </row>
19921 <row>
19922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926
19927 \backslash
19928 varkappa
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937 \begin_inset Formula $\varkappa$
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 </row>
19946 <row>
19947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951
19952 \backslash
19953 lambda
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962 \begin_inset Formula $\lambda$
19963 \end_inset
19964
19965
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 </row>
19971 <row>
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976
19977 \backslash
19978 mu
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987 \begin_inset Formula $\mu$
19988 \end_inset
19989
19990
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 </row>
19996 <row>
19997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19998 \begin_inset Text
19999
20000 \begin_layout Plain Layout
20001
20002 \backslash
20003 nu
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012 \begin_inset Formula $\nu$
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 </row>
20021 <row>
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026
20027 \backslash
20028 xi
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037 \begin_inset Formula $\xi$
20038 \end_inset
20039
20040
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 </row>
20046 <row>
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 o
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060 \begin_inset Formula $o$
20061 \end_inset
20062
20063
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 </row>
20069 <row>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074
20075 \backslash
20076 pi
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 \begin_inset Formula $\pi$
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 <row>
20095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099
20100 \backslash
20101 varpi
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 \begin_inset Formula $\varpi$
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 </row>
20119 <row>
20120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124
20125 \backslash
20126 rho
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset Formula $\rho$
20136 \end_inset
20137
20138
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 </row>
20144 </lyxtabular>
20145
20146 \end_inset
20147
20148
20149 \begin_inset space \hfill{}
20150 \end_inset
20151
20152
20153 \begin_inset Tabular
20154 <lyxtabular version="3" rows="11" columns="2">
20155 <features tabularvalignment="middle">
20156 <column alignment="center" valignment="top" width="0pt">
20157 <column alignment="center" valignment="top" width="0pt">
20158 <row>
20159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 Befehl
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172 Ergebnis
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 <row>
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183
20184 \backslash
20185 varrho
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $\varrho$
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 <row>
20204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \backslash
20210 sigma
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 \begin_inset Formula $\sigma$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \backslash
20235 varsigma
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\varsigma$
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 <row>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258
20259 \backslash
20260 tau
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 \begin_inset Formula $\tau$
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 </row>
20278 <row>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283
20284 \backslash
20285 upsilon
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294 \begin_inset Formula $\upsilon$
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 </row>
20303 <row>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308
20309 \backslash
20310 phi
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 \begin_inset Formula $\phi$
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 </row>
20328 <row>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333
20334 \backslash
20335 varphi
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344 \begin_inset Formula $\varphi$
20345 \end_inset
20346
20347
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 </row>
20353 <row>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358
20359 \backslash
20360 chi
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 \begin_inset Formula $\chi$
20370 \end_inset
20371
20372
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 </row>
20378 <row>
20379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383
20384 \backslash
20385 psi
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394 \begin_inset Formula $\psi$
20395 \end_inset
20396
20397
20398 \end_layout
20399
20400 \end_inset
20401 </cell>
20402 </row>
20403 <row>
20404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408
20409 \backslash
20410 omega
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419 \begin_inset Formula $\omega$
20420 \end_inset
20421
20422
20423 \end_layout
20424
20425 \end_inset
20426 </cell>
20427 </row>
20428 </lyxtabular>
20429
20430 \end_inset
20431
20432
20433 \begin_inset space \hfill{}
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \begin_layout Standard
20440 \begin_inset VSpace medskip
20441 \end_inset
20442
20443 Wie man aufrechte griechische Buchstaben erstellt, ist in 
20444 \begin_inset CommandInset ref
20445 LatexCommand ref
20446 reference "sub:Aufrechte-kleine-griechische"
20447
20448 \end_inset
20449
20450  beschrieben.
20451 \end_layout
20452
20453 \begin_layout Subsection
20454 Große Buchstaben
20455 \begin_inset Index idx
20456 status collapsed
20457
20458 \begin_layout Plain Layout
20459 griechische Buchstaben ! große
20460 \end_layout
20461
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \begin_layout Standard
20468 \begin_inset space \hfill{}
20469 \end_inset
20470
20471
20472 \begin_inset Tabular
20473 <lyxtabular version="3" rows="7" columns="2">
20474 <features tabularvalignment="middle">
20475 <column alignment="center" valignment="top" width="0pt">
20476 <column alignment="center" valignment="top" width="0pt">
20477 <row>
20478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 Befehl
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491 Ergebnis
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 <row>
20498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \backslash
20504 Gamma
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513 \begin_inset Formula $\Gamma$
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 </row>
20522 <row>
20523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \backslash
20529 Delta
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538 \begin_inset Formula $\Delta$
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 </row>
20547 <row>
20548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552
20553 \backslash
20554 Theta
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 \begin_inset Formula $\Theta$
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 <row>
20573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577
20578 \backslash
20579 Lambda
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588 \begin_inset Formula $\Lambda$
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 </row>
20597 <row>
20598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602
20603 \backslash
20604 Xi
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613 \begin_inset Formula $\Xi$
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \end_inset
20620 </cell>
20621 </row>
20622 <row>
20623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627
20628 \backslash
20629 Pi
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638 \begin_inset Formula $\Pi$
20639 \end_inset
20640
20641
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 </row>
20647 </lyxtabular>
20648
20649 \end_inset
20650
20651
20652 \begin_inset space \hfill{}
20653 \end_inset
20654
20655
20656 \begin_inset Tabular
20657 <lyxtabular version="3" rows="6" columns="2">
20658 <features tabularvalignment="middle">
20659 <column alignment="center" valignment="top" width="0pt">
20660 <column alignment="center" valignment="top" width="0pt">
20661 <row>
20662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 Befehl
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675 Ergebnis
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686
20687 \backslash
20688 Sigma
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697 \begin_inset Formula $\Sigma$
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 </row>
20706 <row>
20707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711
20712 \backslash
20713 Upsilon
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722 \begin_inset Formula $\Upsilon$
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736
20737 \backslash
20738 Phi
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747 \begin_inset Formula $\Phi$
20748 \end_inset
20749
20750
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 </row>
20756 <row>
20757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Plain Layout
20761
20762 \backslash
20763 Psi
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772 \begin_inset Formula $\Psi$
20773 \end_inset
20774
20775
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 </row>
20781 <row>
20782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786
20787 \backslash
20788 Omega
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797 \begin_inset Formula $\Omega$
20798 \end_inset
20799
20800
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 </row>
20806 </lyxtabular>
20807
20808 \end_inset
20809
20810
20811 \begin_inset space \hfill{}
20812 \end_inset
20813
20814
20815 \end_layout
20816
20817 \begin_layout Standard
20818 \begin_inset VSpace medskip
20819 \end_inset
20820
20821 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20822  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20823  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20824  mit 
20825 \series bold
20826 var
20827 \series default
20828 .
20829  So ergibt z.
20830 \begin_inset space \thinspace{}
20831 \end_inset
20832
20833 B.
20834  der Befehl 
20835 \series bold
20836
20837 \backslash
20838 varGamma
20839 \series default
20840
20841 \begin_inset Formula $\varGamma$
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \begin_layout Subsection
20848 Fett gedruckte Buchstaben
20849 \begin_inset Index idx
20850 status collapsed
20851
20852 \begin_layout Plain Layout
20853 griechische Buchstaben ! fett gedruckte
20854 \end_layout
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \begin_layout Standard
20862 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20863  Schriftstilen darstellen.
20864  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20865 \series bold
20866
20867 \backslash
20868 boldsymbol
20869 \series default
20870
20871 \begin_inset Index idx
20872 status collapsed
20873
20874 \begin_layout Plain Layout
20875 Befehle ! B ! 
20876 \backslash
20877 boldsymbol
20878 \end_layout
20879
20880 \end_inset
20881
20882  fett gedruckt auszugeben.
20883 \end_layout
20884
20885 \begin_layout Standard
20886 \align center
20887 \begin_inset Tabular
20888 <lyxtabular version="3" rows="3" columns="2">
20889 <features tabularvalignment="middle">
20890 <column alignment="center" valignment="top" width="0">
20891 <column alignment="center" valignment="top" width="0">
20892 <row>
20893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Plain Layout
20897 Befehl
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 Ergebnis
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 </row>
20912 <row>
20913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917
20918 \backslash
20919 Upsilon
20920 \backslash
20921 boldsymbol
20922 \backslash
20923 Upsilon
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \backslash
20948 theta
20949 \backslash
20950 boldsymbol
20951 \backslash
20952 theta
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 \begin_inset Formula $\theta\boldsymbol{\theta}$
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 </lyxtabular>
20971
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \begin_layout Section
20978 Symbole
20979 \begin_inset ERT
20980 status collapsed
20981
20982 \begin_layout Plain Layout
20983
20984
20985 \backslash
20986 texorpdfstring{
20987 \end_layout
20988
20989 \end_inset
20990
20991
20992 \begin_inset Foot
20993 status collapsed
20994
20995 \begin_layout Plain Layout
20996 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20997  
20998 \begin_inset CommandInset citation
20999 LatexCommand cite
21000 key "Symbole"
21001
21002 \end_inset
21003
21004 .
21005 \end_layout
21006
21007 \end_inset
21008
21009
21010 \begin_inset ERT
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014
21015 }{}
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \begin_inset Note Note
21022 status collapsed
21023
21024 \begin_layout Plain Layout
21025
21026 \series bold
21027
21028 \backslash
21029 texorpdfstring
21030 \series default
21031  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21032 \end_layout
21033
21034 \begin_layout Plain Layout
21035 Näheres zu 
21036 \series bold
21037
21038 \backslash
21039 texorpdfstring
21040 \series default
21041  steht in Kapitel 
21042 \begin_inset CommandInset ref
21043 LatexCommand ref
21044 reference "sub:Formeln-in-Überschriften"
21045
21046 \end_inset
21047
21048 .
21049 \end_layout
21050
21051 \end_inset
21052
21053
21054 \begin_inset Index idx
21055 status collapsed
21056
21057 \begin_layout Plain Layout
21058 Symbole
21059 \end_layout
21060
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \begin_layout Standard
21067 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21068
21069 leistenknöpfe 
21070 \begin_inset Graphics
21071         filename ../../images/math/nabla.png
21072         scale 85
21073
21074 \end_inset
21075
21076  und 
21077 \begin_inset Graphics
21078         filename ../../images/math/digamma.png
21079         scale 85
21080
21081 \end_inset
21082
21083  eingefügt werden.
21084 \end_layout
21085
21086 \begin_layout Subsection
21087 Mathematische Symbole
21088 \begin_inset CommandInset label
21089 LatexCommand label
21090 name "sub:Mathematische-Symbole"
21091
21092 \end_inset
21093
21094
21095 \begin_inset Index idx
21096 status collapsed
21097
21098 \begin_layout Plain Layout
21099 Symbole ! mathematische
21100 \end_layout
21101
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \begin_layout Standard
21108 \begin_inset space \hfill{}
21109 \end_inset
21110
21111
21112 \begin_inset Tabular
21113 <lyxtabular version="3" rows="10" columns="2">
21114 <features tabularvalignment="middle">
21115 <column alignment="center" valignment="top" width="0pt">
21116 <column alignment="center" valignment="top" width="0pt">
21117 <row>
21118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 Befehl
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 Ergebnis
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 </row>
21137 <row>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142
21143 \backslash
21144 neg
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153 \begin_inset Formula $\neg$
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 </row>
21162 <row>
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167
21168 \backslash
21169 Im
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Formula $\Im$
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 <row>
21188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192
21193 \backslash
21194 Re
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 \begin_inset Formula $\Re$
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \backslash
21219 aleph
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\aleph$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 partial
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\partial$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 infty
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\infty$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 wp
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\wp$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 imath
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\imath$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 jmath
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\jmath$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 </lyxtabular>
21363
21364 \end_inset
21365
21366
21367 \begin_inset space \hfill{}
21368 \end_inset
21369
21370
21371 \begin_inset Tabular
21372 <lyxtabular version="3" rows="10" columns="2">
21373 <features tabularvalignment="middle">
21374 <column alignment="center" valignment="top" width="0pt">
21375 <column alignment="center" valignment="top" width="0pt">
21376 <row>
21377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 Befehl
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390 Ergebnis
21391 \begin_inset Note Note
21392 status collapsed
21393
21394 \begin_layout Plain Layout
21395
21396 \series bold
21397
21398 \backslash
21399 raisebox
21400 \series default
21401  dient nur als Abstandhalter.
21402 \end_layout
21403
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 <row>
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \backslash
21419 forall
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $\forall$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 <row>
21438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442
21443 \backslash
21444 exists
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Formula $\exists$
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 nexists
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\nexists$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 <row>
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \backslash
21494 emptyset
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\emptyset$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 <row>
21513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \backslash
21519 varnothing
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $\varnothing$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \backslash
21544 dag
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $\dag$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \backslash
21569 ddag
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $\ddag$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 <row>
21588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \backslash
21594 complement
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset ERT
21604 status collapsed
21605
21606 \begin_layout Plain Layout
21607
21608
21609 \backslash
21610 raisebox{-0.8mm}{
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \begin_inset Formula $\complement$
21617 \end_inset
21618
21619
21620 \begin_inset ERT
21621 status collapsed
21622
21623 \begin_layout Plain Layout
21624
21625 }
21626 \end_layout
21627
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \end_inset
21634 </cell>
21635 </row>
21636 <row>
21637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641
21642 \backslash
21643 Bbbk
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 \begin_inset Formula $\Bbbk$
21653 \end_inset
21654
21655
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 </lyxtabular>
21662
21663 \end_inset
21664
21665
21666 \begin_inset space \hfill{}
21667 \end_inset
21668
21669
21670 \begin_inset Tabular
21671 <lyxtabular version="3" rows="10" columns="2">
21672 <features tabularvalignment="middle">
21673 <column alignment="center" valignment="top" width="0pt">
21674 <column alignment="center" valignment="top" width="0pt">
21675 <row>
21676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 Befehl
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 Ergebnis
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \backslash
21702 prime
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Formula $\prime$
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 <row>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725
21726 \backslash
21727 backprime
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 \begin_inset Formula $\backprime$
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 </row>
21745 <row>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750
21751 \backslash
21752 mho
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $\mho$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \backslash
21777 triangle
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\triangle$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \backslash
21802 angle
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 \begin_inset Formula $\angle$
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \backslash
21827 measuredangle
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Formula $\measuredangle$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 sphericalangle
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\sphericalangle$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 top
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Formula $\top$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 bot
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\bot$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 </lyxtabular>
21921
21922 \end_inset
21923
21924
21925 \begin_inset space \hfill{}
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \begin_layout Subsection
21932 Sonstige Symbole
21933 \begin_inset CommandInset label
21934 LatexCommand label
21935 name "sub:Sonstige-Symbole"
21936
21937 \end_inset
21938
21939
21940 \begin_inset Index idx
21941 status collapsed
21942
21943 \begin_layout Plain Layout
21944 Symbole ! sonstige
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \begin_layout Standard
21953 \noindent
21954 \align center
21955 \begin_inset Tabular
21956 <lyxtabular version="3" rows="10" columns="2">
21957 <features tabularvalignment="middle">
21958 <column alignment="center" valignment="top" width="0pt">
21959 <column alignment="center" valignment="top" width="0pt">
21960 <row>
21961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 Befehl
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974 Ergebnis
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 </row>
21980 <row>
21981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985
21986 \backslash
21987 flat
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 \begin_inset Formula $\flat$
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 </row>
22005 <row>
22006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010
22011 \backslash
22012 natural
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 \begin_inset Formula $\natural$
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 <row>
22031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035
22036 \backslash
22037 sharp
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 \begin_inset Formula $\sharp$
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 <row>
22056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060
22061 \backslash
22062 surd
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 \begin_inset Formula $\surd$
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 </row>
22080 <row>
22081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085
22086 \backslash
22087 checkmark
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 \begin_inset Formula $\checkmark$
22097 \end_inset
22098
22099
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 </row>
22105 <row>
22106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110
22111 \backslash
22112 yen
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121 \begin_inset Formula $\yen$
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 </row>
22130 <row>
22131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135
22136 \backslash
22137 pounds
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 \begin_inset Formula $\pounds$
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 </row>
22155 <row>
22156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 $
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Formula $\$$
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 §
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Formula $§$
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 </lyxtabular>
22202
22203 \end_inset
22204
22205
22206 \begin_inset Tabular
22207 <lyxtabular version="3" rows="10" columns="2">
22208 <features tabularvalignment="middle">
22209 <column alignment="center" valignment="top" width="0">
22210 <column alignment="center" valignment="top" width="0">
22211 <row>
22212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 Befehl
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225 Ergebnis
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 </row>
22231 <row>
22232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236
22237 \backslash
22238 hbar
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22244 \begin_inset Text
22245
22246 \begin_layout Plain Layout
22247 \begin_inset Formula $\hbar$
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 </row>
22256 <row>
22257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261
22262 \backslash
22263 hslash
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Formula $\hslash$
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 <row>
22282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \backslash
22288 clubsuit
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $\clubsuit$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 <row>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \backslash
22313 spadesuit
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Formula $\spadesuit$
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \backslash
22338 bigstar
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 \begin_inset Formula $\bigstar$
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \backslash
22363 blacklozenge
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\blacklozenge$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 blacktriangle
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\blacktriangle$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 blacktiangledown
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\blacktriangledown$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \backslash
22438 bullet
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 \begin_inset Formula $\bullet$
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 </lyxtabular>
22457
22458 \end_inset
22459
22460
22461 \begin_inset Tabular
22462 <lyxtabular version="3" rows="10" columns="2">
22463 <features tabularvalignment="middle">
22464 <column alignment="center" valignment="top" width="0pt">
22465 <column alignment="center" valignment="top" width="0pt">
22466 <row>
22467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 Befehl
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 Ergebnis
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 </row>
22486 <row>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491
22492 \backslash
22493 diamondsuit
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 \begin_inset Formula $\diamondsuit$
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 </row>
22511 <row>
22512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516
22517 \backslash
22518 Diamond
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 \begin_inset Formula $\Diamond$
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 </row>
22536 <row>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541
22542 \backslash
22543 heartsuit
22544 \end_layout
22545
22546 \end_inset
22547 </cell>
22548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552 \begin_inset Formula $\heartsuit$
22553 \end_inset
22554
22555
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 </row>
22561 <row>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566
22567 \backslash
22568 P
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 \begin_inset Formula $\P$
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 <row>
22587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591
22592 \backslash
22593 copyright
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Formula $\copyright$
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616
22617 \backslash
22618 circledR
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Formula $\circledR$
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 </row>
22636 <row>
22637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \backslash
22643 maltese
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 \begin_inset Formula $\maltese$
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 <row>
22662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666
22667 \backslash
22668 diagup
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 \begin_inset Formula $\diagup$
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row>
22687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \backslash
22693 diagdown
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 \begin_inset Formula $\diagdown$
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 </lyxtabular>
22712
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \begin_layout Standard
22719 \begin_inset VSpace medskip
22720 \end_inset
22721
22722 Weitere Symbole sind in 
22723 \begin_inset CommandInset ref
22724 LatexCommand ref
22725 reference "sub:Sonstige-Sonderzeichen"
22726
22727 \end_inset
22728
22729  aufgelistet.
22730 \end_layout
22731
22732 \begin_layout Standard
22733 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22734  
22735 \begin_inset CommandInset ref
22736 LatexCommand ref
22737 reference "sub:Schriftgrößen"
22738
22739 \end_inset
22740
22741 .
22742 \end_layout
22743
22744 \begin_layout Subsection
22745 Das Euro-Symbol €
22746 \begin_inset Index idx
22747 status collapsed
22748
22749 \begin_layout Plain Layout
22750 Symbole ! Euro-Symbol
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \begin_inset Index idx
22757 status collapsed
22758
22759 \begin_layout Plain Layout
22760
22761 \backslash
22762 @
22763 \begin_inset ERT
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767
22768
22769 \backslash
22770 officialeuro
22771 \end_layout
22772
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \begin_layout Standard
22784 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22785
22786 \series bold
22787 eurosym
22788 \series default
22789
22790 \begin_inset Index idx
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794 Pakete ! eurosym
22795 \end_layout
22796
22797 \end_inset
22798
22799  installieren und dieses mit der LaTeX-Vorspannzeile
22800 \end_layout
22801
22802 \begin_layout Standard
22803
22804 \series bold
22805
22806 \backslash
22807 usepackage[gennarrow]{eurosym}
22808 \end_layout
22809
22810 \begin_layout Standard
22811 aktivieren.
22812  Das Euro-Symbol kann man nun mit dem Befehl 
22813 \series bold
22814
22815 \backslash
22816 euro
22817 \series default
22818
22819 \begin_inset Index idx
22820 status collapsed
22821
22822 \begin_layout Plain Layout
22823 Befehle ! E ! 
22824 \backslash
22825 euro
22826 \end_layout
22827
22828 \end_inset
22829
22830  aufrufen.
22831 \end_layout
22832
22833 \begin_layout Standard
22834 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22835  eingeben, ohne 
22836 \series bold
22837 eurosym
22838 \series default
22839  installiert zu haben.
22840  Ist 
22841 \series bold
22842 eurosym
22843 \series default
22844  installiert, kann man 
22845 \series bold
22846
22847 \backslash
22848 euro
22849 \series default
22850  auch im TeX-Modus eingeben.
22851  Das offizielle Währungssymbol erhält man dann über den Befehl 
22852 \series bold
22853
22854 \backslash
22855 officialeuro
22856 \series default
22857
22858 \begin_inset Index idx
22859 status collapsed
22860
22861 \begin_layout Plain Layout
22862 Befehle ! O ! 
22863 \backslash
22864 officialeuro
22865 \end_layout
22866
22867 \end_inset
22868
22869 , der nur im TeX-Modus verfügbar ist.
22870 \end_layout
22871
22872 \begin_layout Standard
22873 \begin_inset ERT
22874 status collapsed
22875
22876 \begin_layout Plain Layout
22877
22878
22879 \backslash
22880 ifeurosym 
22881 \end_layout
22882
22883 \end_inset
22884
22885
22886 \begin_inset Note Note
22887 status open
22888
22889 \begin_layout Plain Layout
22890 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22891 \series bold
22892 eurosym
22893 \series default
22894  installiert ist:
22895 \end_layout
22896
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \begin_layout Standard
22903 Eine Übersicht der verschiedenen Euro-Symbole:
22904 \end_layout
22905
22906 \begin_layout Standard
22907 \align center
22908 \begin_inset Tabular
22909 <lyxtabular version="3" rows="4" columns="3">
22910 <features tabularvalignment="middle">
22911 <column alignment="center" valignment="top" width="0pt">
22912 <column alignment="center" valignment="top" width="0pt">
22913 <column alignment="center" valignment="top" width="0pt">
22914 <row>
22915 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928 Befehl 
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 Ergebnis
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 </row>
22943 <row>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 Formel
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \backslash
22959 euro
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 \begin_inset Formula $\euro$
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 </row>
22977 <row>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 mathematischer Text
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000 \begin_inset Formula $\mbox{€}$
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 </row>
23009 <row>
23010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 TeX-Modus
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023
23024 \backslash
23025 officialeuro
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 \begin_inset ERT
23035 status collapsed
23036
23037 \begin_layout Plain Layout
23038
23039
23040 \backslash
23041 officialeuro
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 </row>
23052 </lyxtabular>
23053
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \begin_layout Standard
23060 \begin_inset ERT
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064
23065
23066 \backslash
23067 else 
23068 \end_layout
23069
23070 \end_inset
23071
23072
23073 \begin_inset Note Note
23074 status open
23075
23076 \begin_layout Plain Layout
23077 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23078 \series bold
23079 eurosym
23080 \series default
23081  nicht installiert ist:
23082 \end_layout
23083
23084 \end_inset
23085
23086
23087 \end_layout
23088
23089 \begin_layout Standard
23090 Das LaTeX-Paket 
23091 \series bold
23092 eurosym 
23093 \series default
23094 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23095 \end_layout
23096
23097 \begin_layout Standard
23098 \begin_inset ERT
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102
23103
23104 \backslash
23105 fi 
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \begin_layout Section
23114 Relationen
23115 \begin_inset CommandInset label
23116 LatexCommand label
23117 name "sec:Relationen"
23118
23119 \end_inset
23120
23121
23122 \begin_inset Index idx
23123 status collapsed
23124
23125 \begin_layout Plain Layout
23126 Relationen
23127 \end_layout
23128
23129 \end_inset
23130
23131
23132 \begin_inset Index idx
23133 status collapsed
23134
23135 \begin_layout Plain Layout
23136 Vergleiche|see
23137 \begin_inset ERT
23138 status collapsed
23139
23140 \begin_layout Plain Layout
23141
23142 {
23143 \end_layout
23144
23145 \end_inset
23146
23147 Relationen
23148 \begin_inset ERT
23149 status collapsed
23150
23151 \begin_layout Plain Layout
23152
23153 }
23154 \end_layout
23155
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \end_inset
23162
23163
23164 \end_layout
23165
23166 \begin_layout Standard
23167 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23168  
23169 \begin_inset Graphics
23170         filename ../../images/math/leq.png
23171         scale 85
23172
23173 \end_inset
23174
23175  eingefügt werden.
23176 \end_layout
23177
23178 \begin_layout Standard
23179 \begin_inset space \hfill{}
23180 \end_inset
23181
23182
23183 \begin_inset Tabular
23184 <lyxtabular version="3" rows="17" columns="2">
23185 <features tabularvalignment="middle">
23186 <column alignment="center" valignment="top" width="0pt">
23187 <column alignment="center" valignment="top" width="0pt">
23188 <row>
23189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 Befehl
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202 Ergebnis
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 </row>
23208 <row>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213 <
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23219 \begin_inset Text
23220
23221 \begin_layout Plain Layout
23222 \begin_inset Formula $<$
23223 \end_inset
23224
23225
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 </row>
23231 <row>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236
23237 \backslash
23238 le
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 \begin_inset Formula $\le$
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 <row>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261
23262 \backslash
23263 ll
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 \begin_inset Formula $\ll$
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 </row>
23281 <row>
23282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286
23287 \backslash
23288 prec
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23294 \begin_inset Text
23295
23296 \begin_layout Plain Layout
23297 \begin_inset Formula $\prec$
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 </row>
23306 <row>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311
23312 \backslash
23313 preceq
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 \begin_inset Formula $\preceq$
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 </row>
23331 <row>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336
23337 \backslash
23338 subset
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Formula $\subset$
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 </row>
23356 <row>
23357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361
23362 \backslash
23363 subseteq
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Formula $\subseteq$
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 <row>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386
23387 \backslash
23388 sqsubseteq
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 \begin_inset Formula $\sqsubseteq$
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \backslash
23413 in
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 \begin_inset Formula $\in$
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 </row>
23431 <row>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436
23437 \backslash
23438 vdash
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 \begin_inset Formula $\vdash$
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 <row>
23457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \backslash
23463 smile
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 \begin_inset Formula $\smile$
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 </row>
23481 <row>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486
23487 \backslash
23488 lhd
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset Formula $\lhd$
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 </row>
23506 <row>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511
23512 \backslash
23513 unlhd
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $\unlhd$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \backslash
23538 gtrless
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 \begin_inset Formula $\gtrless$
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 <row>
23557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \backslash
23563 mid
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Formula $\mid$
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 </row>
23581 <row>
23582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \backslash
23588 nmid
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset Formula $\nmid$
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 </lyxtabular>
23607
23608 \end_inset
23609
23610
23611 \begin_inset space \hfill{}
23612 \end_inset
23613
23614
23615 \begin_inset Tabular
23616 <lyxtabular version="3" rows="17" columns="2">
23617 <features tabularvalignment="middle">
23618 <column alignment="center" valignment="top" width="0pt">
23619 <column alignment="center" valignment="top" width="0pt">
23620 <row>
23621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 Befehl
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 Ergebnis
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 <row>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645 =
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 \begin_inset Formula $=$
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 <row>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \backslash
23670 not=
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 \begin_inset Formula $\not=$
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 </row>
23688 <row>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \backslash
23695 equiv
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Formula $\equiv$
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 </row>
23713 <row>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718
23719 \backslash
23720 sim
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $\sim$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 simeq
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\simeq$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \backslash
23770 approx
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $\approx$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 cong
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\cong$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 bowtie
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset Formula $\bowtie$
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \backslash
23845 notin
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Formula $\notin$
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 </row>
23863 <row>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868
23869 \backslash
23870 perp
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset Formula $\perp$
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 propto
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $\propto$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \backslash
23920 asymp
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Formula $\asymp$
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \backslash
23945 doteq
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 \begin_inset Formula $\doteq$
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \backslash
23970 circeq
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 \begin_inset Formula $\circeq$
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 <row>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993
23994 \backslash
23995 models
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 \begin_inset Formula $\models$
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 <row>
24014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \backslash
24020 widehat=
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 \begin_inset Formula $\widehat{=}$
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 </lyxtabular>
24039
24040 \end_inset
24041
24042
24043 \begin_inset space \hfill{}
24044 \end_inset
24045
24046
24047 \begin_inset Tabular
24048 <lyxtabular version="3" rows="17" columns="2">
24049 <features tabularvalignment="middle">
24050 <column alignment="center" valignment="top" width="0pt">
24051 <column alignment="center" valignment="top" width="0pt">
24052 <row>
24053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 Befehl
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 Ergebnis
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 <row>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 >
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086 \begin_inset Formula $>$
24087 \end_inset
24088
24089
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 </row>
24095 <row>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100
24101 \backslash
24102 ge
24103 \end_layout
24104
24105 \end_inset
24106 </cell>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111 \begin_inset Formula $\ge$
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 </row>
24120 <row>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125
24126 \backslash
24127 gg
24128 \end_layout
24129
24130 \end_inset
24131 </cell>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 \begin_inset Formula $\gg$
24137 \end_inset
24138
24139
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 </row>
24145 <row>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150
24151 \backslash
24152 succ
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 \begin_inset Formula $\succ$
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 </row>
24170 <row>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \backslash
24177 succeq
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 \begin_inset Formula $\succeq$
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 <row>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200
24201 \backslash
24202 supset
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 \begin_inset Formula $\supset$
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225
24226 \backslash
24227 supseteq
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236 \begin_inset Formula $\supseteq$
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 </row>
24245 <row>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 sqsupseteq
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 \begin_inset Formula $\sqsupseteq$
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 </row>
24270 <row>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \backslash
24277 ni
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 \begin_inset Formula $\ni$
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 </row>
24295 <row>
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300
24301 \backslash
24302 dashv
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 \begin_inset Formula $\dashv$
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 </row>
24320 <row>
24321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325
24326 \backslash
24327 frown
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 \begin_inset Formula $\frown$
24337 \end_inset
24338
24339
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 </row>
24345 <row>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350
24351 \backslash
24352 rhd
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361 \begin_inset Formula $\rhd$
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 </row>
24370 <row>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375
24376 \backslash
24377 unrhd
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386 \begin_inset Formula $\unrhd$
24387 \end_inset
24388
24389
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 </row>
24395 <row>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \backslash
24402 lessgtr
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 \begin_inset Formula $\lessgtr$
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 </row>
24420 <row>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \backslash
24427 parallel
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436 \begin_inset Formula $\parallel$
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 </row>
24445 <row>
24446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450
24451 \backslash
24452 nparallel
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461 \begin_inset Formula $\nparallel$
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 </row>
24470 </lyxtabular>
24471
24472 \end_inset
24473
24474
24475 \begin_inset space \hfill{}
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Standard
24482 \begin_inset VSpace medskip
24483 \end_inset
24484
24485 Die Zeichen 
24486 \series bold
24487
24488 \backslash
24489 lhd
24490 \series default
24491  bzw.
24492  
24493 \series bold
24494
24495 \backslash
24496 rhd
24497 \series default
24498  sind größer als die gleich aussehenden Operatoren
24499 \begin_inset Newline linebreak
24500 \end_inset
24501
24502
24503 \series bold
24504
24505 \backslash
24506 triangleleft
24507 \series default
24508  bzw.
24509  
24510 \series bold
24511
24512 \backslash
24513 triangleright
24514 \series default
24515 .
24516 \end_layout
24517
24518 \begin_layout Standard
24519 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24520 \end_layout
24521
24522 \begin_layout Standard
24523 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24524 \series bold
24525
24526 \backslash
24527 stackrel
24528 \series default
24529
24530 \begin_inset Index idx
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534 Befehle ! S ! 
24535 \backslash
24536 stackrel
24537 \end_layout
24538
24539 \end_inset
24540
24541  erstellt werden:
24542 \end_layout
24543
24544 \begin_layout Standard
24545 \align center
24546 \begin_inset Tabular
24547 <lyxtabular version="3" rows="2" columns="2">
24548 <features tabularvalignment="middle">
24549 <column alignment="center" valignment="top" width="0">
24550 <column alignment="center" valignment="top" width="0">
24551 <row>
24552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556 Befehl
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565 Ergebnis
24566 \begin_inset Note Note
24567 status collapsed
24568
24569 \begin_layout Plain Layout
24570
24571 \series bold
24572
24573 \backslash
24574 raisebox
24575 \series default
24576  dient nur als Abstandhalter.
24577 \end_layout
24578
24579 \end_inset
24580
24581
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 </row>
24587 <row>
24588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592 A(r)
24593 \backslash
24594 stackrel
24595 \begin_inset ERT
24596 status collapsed
24597
24598 \begin_layout Plain Layout
24599
24600
24601 \backslash
24602 leer 
24603 \end_layout
24604
24605 \end_inset
24606
24607 r
24608 \backslash
24609 to
24610 \backslash
24611 infty
24612 \begin_inset ERT
24613 status collapsed
24614
24615 \begin_layout Plain Layout
24616
24617
24618 \backslash
24619 leer 
24620 \end_layout
24621
24622 \end_inset
24623
24624
24625 \begin_inset Formula $\downarrow$
24626 \end_inset
24627
24628
24629 \backslash
24630 approx
24631 \begin_inset ERT
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635
24636
24637 \backslash
24638 leer 
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \begin_inset ERT
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648
24649
24650 \backslash
24651 leer 
24652 \end_layout
24653
24654 \end_inset
24655
24656 B
24657 \end_layout
24658
24659 \end_inset
24660 </cell>
24661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24666 \end_inset
24667
24668
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 </row>
24674 </lyxtabular>
24675
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \begin_layout Section
24682 Funktionen
24683 \end_layout
24684
24685 \begin_layout Subsection
24686 Vordefinierte Funktionen
24687 \begin_inset CommandInset label
24688 LatexCommand label
24689 name "sub:Vordefinierte-Funktionen"
24690
24691 \end_inset
24692
24693
24694 \begin_inset Index idx
24695 status collapsed
24696
24697 \begin_layout Plain Layout
24698 Funktionen ! vordefinierte
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 Allgemein werden in mathematischen Ausdrücken Variablen 
24708 \shape italic
24709 kursiv
24710 \shape default
24711  gesetzt, Funktionsnamen hingegen nicht, denn 
24712 \begin_inset Formula $sin$
24713 \end_inset
24714
24715  könnte als 
24716 \begin_inset Formula $s\cdot i\cdot n$
24717 \end_inset
24718
24719  missverstanden werden.
24720  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24721 en etwas abgesetzt sind.
24722  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24723 \end_layout
24724
24725 \begin_layout Standard
24726 \align center
24727 \begin_inset Tabular
24728 <lyxtabular version="3" rows="2" columns="4">
24729 <features tabularvalignment="middle">
24730 <column alignment="center" valignment="top" width="0pt">
24731 <column alignment="center" valignment="top" width="0pt">
24732 <column alignment="center" valignment="top" width="0pt">
24733 <column alignment="center" valignment="top" width="0pt">
24734 <row>
24735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24736 \begin_inset Text
24737
24738 \begin_layout Plain Layout
24739 Befehl
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748 Ergebnis
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757 Befehl
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766 Ergebnis
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 </row>
24772 <row>
24773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Plain Layout
24777 Asin(x)+B
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786 \begin_inset Formula $Asin(x)+B$
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24795 \begin_inset Text
24796
24797 \begin_layout Plain Layout
24798 A
24799 \backslash
24800 sin(x)+B
24801 \end_layout
24802
24803 \end_inset
24804 </cell>
24805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809 \begin_inset Formula $A\sin(x)+B$
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 </row>
24818 </lyxtabular>
24819
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Standard
24826 Folgende Funktionen sind vordefiniert:
24827 \end_layout
24828
24829 \begin_layout Standard
24830 \begin_inset VSpace -2mm
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Standard
24837 \align center
24838 \begin_inset Tabular
24839 <lyxtabular version="3" rows="9" columns="4">
24840 <features tabularvalignment="middle">
24841 <column alignment="center" valignment="top" width="0pt">
24842 <column alignment="center" valignment="top" width="0pt">
24843 <column alignment="center" valignment="top" width="0pt">
24844 <column alignment="center" valignment="top" width="0pt">
24845 <row>
24846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850 Befehl
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859 Befehl
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 Befehl
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877 Befehl
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 </row>
24883 <row>
24884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888
24889 \backslash
24890 sin
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899
24900 \backslash
24901 sinh
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910
24911 \backslash
24912 arcsin
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921
24922 \backslash
24923 sup
24924 \end_layout
24925
24926 \end_inset
24927 </cell>
24928 </row>
24929 <row>
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934
24935 \backslash
24936 cos
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945
24946 \backslash
24947 cosh
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956
24957 \backslash
24958 arccos
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967
24968 \backslash
24969 inf
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 </row>
24975 <row>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980
24981 \backslash
24982 tan
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Plain Layout
24991
24992 \backslash
24993 tanh
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002
25003 \backslash
25004 arctan
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013
25014 \backslash
25015 lim
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 </row>
25021 <row>
25022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026
25027 \backslash
25028 cot
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037
25038 \backslash
25039 coth
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25045 \begin_inset Text
25046
25047 \begin_layout Plain Layout
25048
25049 \backslash
25050 arg
25051 \end_layout
25052
25053 \end_inset
25054 </cell>
25055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Plain Layout
25059
25060 \backslash
25061 liminf
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 </row>
25067 <row>
25068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072
25073 \backslash
25074 sec
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083
25084 \backslash
25085 min
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094
25095 \backslash
25096 deg
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105
25106 \backslash
25107 limsup
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 </row>
25113 <row>
25114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Plain Layout
25118
25119 \backslash
25120 csc
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129
25130 \backslash
25131 max
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140
25141 \backslash
25142 det
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25148 \begin_inset Text
25149
25150 \begin_layout Plain Layout
25151
25152 \backslash
25153 Pr
25154 \end_layout
25155
25156 \end_inset
25157 </cell>
25158 </row>
25159 <row>
25160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164
25165 \backslash
25166 ln
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175
25176 \backslash
25177 exp
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Plain Layout
25186
25187 \backslash
25188 dim
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197
25198 \backslash
25199 hom
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 </row>
25205 <row>
25206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210
25211 \backslash
25212 lg
25213 \end_layout
25214
25215 \end_inset
25216 </cell>
25217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25218 \begin_inset Text
25219
25220 \begin_layout Plain Layout
25221
25222 \backslash
25223 log
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232
25233 \backslash
25234 ker
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243
25244 \backslash
25245 gcd
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 </row>
25251 </lyxtabular>
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Standard
25259 Sie können auch über den Mathe-Werkzeugleistenknopf 
25260 \begin_inset Graphics
25261         filename ../../images/math/functions.png
25262         scale 85
25263
25264 \end_inset
25265
25266  eingefügt werden.
25267 \end_layout
25268
25269 \begin_layout Subsection
25270 Selbst definierte Funktionen
25271 \begin_inset Index idx
25272 status collapsed
25273
25274 \begin_layout Plain Layout
25275 Funktionen ! selbstdefinierte
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \begin_layout Standard
25284 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25285 \begin_inset space \thinspace{}
25286 \end_inset
25287
25288 B.
25289  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25290 \end_layout
25291
25292 \begin_layout Itemize
25293 Man definiert die Funktion selbst.
25294  Dazu gibt man im LaTeX-Vorspann die Zeile
25295 \begin_inset Newline newline
25296 \end_inset
25297
25298
25299 \begin_inset VSpace -3mm
25300 \end_inset
25301
25302
25303 \begin_inset Newline newline
25304 \end_inset
25305
25306
25307 \series bold
25308
25309 \backslash
25310 DeclareMathOperator{
25311 \backslash
25312 sgn}{sgn}
25313 \series default
25314
25315 \begin_inset Index idx
25316 status collapsed
25317
25318 \begin_layout Plain Layout
25319 Befehle ! D ! 
25320 \backslash
25321 dbinom@
25322 \backslash
25323 DeclareMathOperator
25324 \end_layout
25325
25326 \end_inset
25327
25328
25329 \begin_inset Newline newline
25330 \end_inset
25331
25332
25333 \begin_inset VSpace -2mm
25334 \end_inset
25335
25336
25337 \begin_inset Newline newline
25338 \end_inset
25339
25340 ein
25341 \begin_inset Foot
25342 status collapsed
25343
25344 \begin_layout Plain Layout
25345 Näheres zu 
25346 \series bold
25347
25348 \backslash
25349 DeclareMathOperator
25350 \series default
25351  siehe 
25352 \begin_inset CommandInset ref
25353 LatexCommand ref
25354 reference "sub:Selbstdefinierte-Operatoren"
25355
25356 \end_inset
25357
25358 .
25359 \end_layout
25360
25361 \end_inset
25362
25363 .
25364  Nun kann man mit dem Befehl 
25365 \series bold
25366
25367 \backslash
25368 sgn
25369 \series default
25370  die neu definierte Funktion aufrufen.
25371 \end_layout
25372
25373 \begin_layout Itemize
25374 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25375  Beispiel die Buchstaben 
25376 \emph on
25377 sgn
25378 \emph default
25379 , und wandelt ihn in in mathematischen Text um.
25380  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25381 \end_layout
25382
25383 \begin_layout Standard
25384 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25385  Funktion
25386 \begin_inset Foot
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25391 \end_layout
25392
25393 \end_inset
25394
25395 :
25396 \end_layout
25397
25398 \begin_layout Standard
25399 \align center
25400 \begin_inset Tabular
25401 <lyxtabular version="3" rows="3" columns="2">
25402 <features tabularvalignment="middle">
25403 <column alignment="center" valignment="top" width="0pt">
25404 <column alignment="center" valignment="top" width="0pt">
25405 <row>
25406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410 Befehl
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25416 \begin_inset Text
25417
25418 \begin_layout Plain Layout
25419 Ergebnis
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 </row>
25425 <row>
25426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430 A
25431 \backslash
25432 sgn(x)+B
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441 \begin_inset Formula $A\sgn(x)+B$
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 </row>
25450 <row>
25451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 A
25456 \backslash
25457 ,
25458 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25459 \end_inset
25460
25461 (x)+B
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Plain Layout
25470 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25471 \end_inset
25472
25473
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 </row>
25479 </lyxtabular>
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25488  mehrfach verwendet werden soll.
25489 \end_layout
25490
25491 \begin_layout Subsection
25492 Grenzwerte
25493 \begin_inset Index idx
25494 status collapsed
25495
25496 \begin_layout Plain Layout
25497 Grenzwerte
25498 \end_layout
25499
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \begin_layout Standard
25506 Für Grenzwerte sind außer 
25507 \series bold
25508
25509 \backslash
25510 lim
25511 \series default
25512
25513 \begin_inset Index idx
25514 status collapsed
25515
25516 \begin_layout Plain Layout
25517 Befehle ! L ! 
25518 \backslash
25519 lim
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \series bold
25526
25527 \backslash
25528 liminf
25529 \series default
25530  und 
25531 \series bold
25532
25533 \backslash
25534 limsup
25535 \series default
25536  noch folgende Funktionen definiert:
25537 \end_layout
25538
25539 \begin_layout Standard
25540 \align center
25541 \begin_inset Tabular
25542 <lyxtabular version="3" rows="5" columns="2">
25543 <features tabularvalignment="middle">
25544 <column alignment="center" valignment="top" width="0">
25545 <column alignment="center" valignment="top" width="0">
25546 <row>
25547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551 Befehl
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560 Ergebnis
25561 \begin_inset Note Note
25562 status collapsed
25563
25564 \begin_layout Plain Layout
25565
25566 \series bold
25567
25568 \backslash
25569 raisebox
25570 \series default
25571  dient nur als Abstandhalter.
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \end_inset
25580 </cell>
25581 </row>
25582 <row>
25583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25584 \begin_inset Text
25585
25586 \begin_layout Plain Layout
25587
25588 \backslash
25589 varliminf
25590 \end_layout
25591
25592 \end_inset
25593 </cell>
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598 \begin_inset Formula $\varliminf$
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 </row>
25607 <row>
25608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25609 \begin_inset Text
25610
25611 \begin_layout Plain Layout
25612
25613 \backslash
25614 varlimsup
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623 \begin_inset Formula $\varlimsup$
25624 \end_inset
25625
25626
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 </row>
25632 <row>
25633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637
25638 \backslash
25639 varprojlim
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648 \begin_inset Formula $\varprojlim$
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 </row>
25657 <row>
25658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662
25663 \backslash
25664 varinjlim
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25670 \begin_inset Text
25671
25672 \begin_layout Plain Layout
25673 \begin_inset Formula $\varinjlim$
25674 \end_inset
25675
25676
25677 \begin_inset Formula $\raisebox{-2.5mm}{}$
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 </row>
25686 </lyxtabular>
25687
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \begin_layout Standard
25694 \begin_inset VSpace medskip
25695 \end_inset
25696
25697 Der Grenzwert wird durch Tiefstellen erzeugt.
25698  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25699 \end_layout
25700
25701 \begin_layout Standard
25702 \align center
25703 \begin_inset Tabular
25704 <lyxtabular version="3" rows="2" columns="2">
25705 <features tabularvalignment="middle">
25706 <column alignment="center" valignment="top" width="0pt">
25707 <column alignment="center" valignment="top" width="0pt">
25708 <row>
25709 <cell alignment="center" valignment="top" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713 Befehl
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 <cell alignment="center" valignment="top" usebox="none">
25719 \begin_inset Text
25720
25721 \begin_layout Plain Layout
25722 \begin_inset space \hspace{}
25723 \length 1cm
25724 \end_inset
25725
25726 Ergebnis
25727 \begin_inset Note Note
25728 status collapsed
25729
25730 \begin_layout Plain Layout
25731 Der Leerraum und 
25732 \series bold
25733
25734 \backslash
25735 raisebox
25736 \series default
25737  dienen nur als Abstandhalter.
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 </row>
25748 <row>
25749 <cell alignment="center" valignment="top" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753
25754 \backslash
25755 lim_x
25756 \backslash
25757 to
25758 \begin_inset ERT
25759 status collapsed
25760
25761 \begin_layout Plain Layout
25762
25763
25764 \backslash
25765 leer 
25766 \end_layout
25767
25768 \end_inset
25769
25770 A
25771 \begin_inset ERT
25772 status collapsed
25773
25774 \begin_layout Plain Layout
25775
25776
25777 \backslash
25778 leer 
25779 \end_layout
25780
25781 \end_inset
25782
25783 x=B
25784 \end_layout
25785
25786 \end_inset
25787 </cell>
25788 <cell alignment="center" valignment="top" usebox="none">
25789 \begin_inset Text
25790
25791 \begin_layout Plain Layout
25792 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 </row>
25801 </lyxtabular>
25802
25803 \end_inset
25804
25805
25806 \end_layout
25807
25808 \begin_layout Standard
25809 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25810 \begin_inset Formula \[
25811 \lim_{x\to A}x=B\]
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Subsection
25819 Modulo-Funktionen
25820 \begin_inset Index idx
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824 Funktionen ! Modulo-
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \begin_layout Standard
25833 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25834  Varianten.
25835 \end_layout
25836
25837 \begin_layout Standard
25838 Die Varianten in einer abgesetzten Formel:
25839 \begin_inset Formula \begin{align*}
25840 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25841 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25842 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25843 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25844 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
25845 \end{align*}
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Standard
25853 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25854  weniger Leerraum gesetzt.
25855 \end_layout
25856
25857 \begin_layout Section
25858 Sonderzeichen
25859 \begin_inset Index idx
25860 status collapsed
25861
25862 \begin_layout Plain Layout
25863 Sonderzeichen
25864 \end_layout
25865
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \begin_layout Subsection
25872 Sonderzeichen im mathematischen Text
25873 \end_layout
25874
25875 \begin_layout Standard
25876 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25877  verwendet werden:
25878 \end_layout
25879
25880 \begin_layout Standard
25881 \begin_inset space \hfill{}
25882 \end_inset
25883
25884
25885 \begin_inset Tabular
25886 <lyxtabular version="3" rows="8" columns="2">
25887 <features tabularvalignment="middle">
25888 <column alignment="block" valignment="top" width="0">
25889 <column alignment="block" valignment="top" width="0">
25890 <row>
25891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Plain Layout
25895 Befehl
25896 \end_layout
25897
25898 \end_inset
25899 </cell>
25900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904 Ergebnis
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 </row>
25910 <row>
25911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915
25916 \backslash
25917 oe
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 \begin_inset Formula $\textrm{œ}$
25927 \end_inset
25928
25929
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 </row>
25935 <row>
25936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940
25941 \backslash
25942 OE
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25948 \begin_inset Text
25949
25950 \begin_layout Plain Layout
25951 \begin_inset Formula $\textrm{Œ}$
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 </row>
25960 <row>
25961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965
25966 \backslash
25967 ae
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25973 \begin_inset Text
25974
25975 \begin_layout Plain Layout
25976 \begin_inset Formula $\textrm{æ}$
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 </row>
25985 <row>
25986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990
25991 \backslash
25992 AE
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 \begin_inset Formula $\textrm{Æ}$
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 </row>
26010 <row>
26011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015
26016 \backslash
26017 aa
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026 \begin_inset Formula $\textrm{\aa}$
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 </row>
26035 <row>
26036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040
26041 \backslash
26042 AA
26043 \begin_inset Index idx
26044 status collapsed
26045
26046 \begin_layout Plain Layout
26047
26048 \backslash
26049 @
26050 \begin_inset ERT
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054
26055
26056 \backslash
26057 textrm{
26058 \backslash
26059 AA}
26060 \end_layout
26061
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \end_inset
26073 </cell>
26074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078 \begin_inset Formula $\textrm{Å}$
26079 \end_inset
26080
26081
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 </row>
26087 <row>
26088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092
26093 \backslash
26094 i
26095 \end_layout
26096
26097 \end_inset
26098 </cell>
26099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103 \begin_inset Formula $\textrm{ı}$
26104 \end_inset
26105
26106
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 </row>
26112 </lyxtabular>
26113
26114 \end_inset
26115
26116
26117 \begin_inset space \hfill{}
26118 \end_inset
26119
26120
26121 \begin_inset Tabular
26122 <lyxtabular version="3" rows="8" columns="2">
26123 <features tabularvalignment="middle">
26124 <column alignment="block" valignment="top" width="0">
26125 <column alignment="center" valignment="top" width="0">
26126 <row>
26127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131 Befehl
26132 \begin_inset Note Note
26133 status collapsed
26134
26135 \begin_layout Plain Layout
26136 Der Leerraum von 0
26137 \begin_inset space \thinspace{}
26138 \end_inset
26139
26140 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26141  ¿ erscheinen würde.
26142 \end_layout
26143
26144 \end_inset
26145
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26152 \begin_inset Text
26153
26154 \begin_layout Plain Layout
26155 Ergebnis
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 </row>
26161 <row>
26162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166
26167 \backslash
26168 o
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177 \begin_inset Formula $\textrm{ø}$
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 </row>
26186 <row>
26187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26188 \begin_inset Text
26189
26190 \begin_layout Plain Layout
26191
26192 \backslash
26193 O
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Plain Layout
26202 \begin_inset Formula $\textrm{Ø}$
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 </row>
26211 <row>
26212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216
26217 \backslash
26218 l
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26224 \begin_inset Text
26225
26226 \begin_layout Plain Layout
26227 \begin_inset Formula $\textrm{ł}$
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \end_inset
26234 </cell>
26235 </row>
26236 <row>
26237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26238 \begin_inset Text
26239
26240 \begin_layout Plain Layout
26241
26242 \backslash
26243 L
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252 \begin_inset Formula $\textrm{Ł}$
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 </row>
26261 <row>
26262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26263 \begin_inset Text
26264
26265 \begin_layout Plain Layout
26266 !
26267 \begin_inset space \hspace{}
26268 \length 0mm
26269 \end_inset
26270
26271 `
26272 \begin_inset ERT
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276
26277
26278 \backslash
26279 leer 
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293 \begin_inset Formula $\textrm{!`}$
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 </row>
26302 <row>
26303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26304 \begin_inset Text
26305
26306 \begin_layout Plain Layout
26307 ?
26308 \begin_inset space \hspace{}
26309 \length 0mm
26310 \end_inset
26311
26312 `
26313 \begin_inset ERT
26314 status collapsed
26315
26316 \begin_layout Plain Layout
26317
26318
26319 \backslash
26320 leer 
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26331 \begin_inset Text
26332
26333 \begin_layout Plain Layout
26334 \begin_inset Formula $\textrm{?`}$
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 </row>
26343 <row>
26344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348
26349 \backslash
26350 j
26351 \end_layout
26352
26353 \end_inset
26354 </cell>
26355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359 \begin_inset Formula $\textrm{ȷ}$
26360 \end_inset
26361
26362
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 </row>
26368 </lyxtabular>
26369
26370 \end_inset
26371
26372
26373 \begin_inset space \hfill{}
26374 \end_inset
26375
26376
26377 \end_layout
26378
26379 \begin_layout Standard
26380 Die Zeichen 
26381 \begin_inset Formula $\textrm{\textrm{Å}}$
26382 \end_inset
26383
26384  und 
26385 \begin_inset Formula $\textrm{\textrm{Ø}}$
26386 \end_inset
26387
26388  können auch über den Mathe-Werkzeugleistenknopf 
26389 \begin_inset Graphics
26390         filename ../../images/math/digamma.png
26391         scale 85
26392
26393 \end_inset
26394
26395  eingefügt werden.
26396 \end_layout
26397
26398 \begin_layout Standard
26399 Eine Ausnahme bilden die Befehle 
26400 \series bold
26401 !
26402 \begin_inset space \hspace{}
26403 \length 0mm
26404 \end_inset
26405
26406 `
26407 \series default
26408  und 
26409 \series bold
26410 ?
26411 \begin_inset space \hspace{}
26412 \length 0mm
26413 \end_inset
26414
26415 `
26416 \series default
26417 , denn man kann sie in LyX direkt in den Text eingeben.
26418 \end_layout
26419
26420 \begin_layout Subsection
26421 Akzente im Text
26422 \begin_inset CommandInset label
26423 LatexCommand label
26424 name "sub:Sonderzeichen-Akzente"
26425
26426 \end_inset
26427
26428
26429 \begin_inset Index idx
26430 status collapsed
26431
26432 \begin_layout Plain Layout
26433 Akzente ! im Text
26434 \end_layout
26435
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \begin_layout Standard
26442 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26443  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26444 \end_layout
26445
26446 \begin_layout Standard
26447 \begin_inset space \hfill{}
26448 \end_inset
26449
26450
26451 \begin_inset Tabular
26452 <lyxtabular version="3" rows="8" columns="2">
26453 <features tabularvalignment="middle">
26454 <column alignment="block" valignment="top" width="0">
26455 <column alignment="block" valignment="top" width="0">
26456 <row>
26457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461 Befehl
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470 Ergebnis
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 </row>
26476 <row>
26477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481
26482 \backslash
26483
26484 \begin_inset Quotes grd
26485 \end_inset
26486
26487 e
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 \begin_inset ERT
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500
26501
26502 \backslash
26503 "e
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \end_inset
26512 </cell>
26513 </row>
26514 <row>
26515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26516 \begin_inset Text
26517
26518 \begin_layout Plain Layout
26519
26520 \backslash
26521 `e
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 \begin_inset ERT
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534
26535
26536 \backslash
26537 `e
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \end_layout
26544
26545 \end_inset
26546 </cell>
26547 </row>
26548 <row>
26549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553
26554 \backslash
26555 ^
26556 \begin_inset ERT
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560
26561
26562 \backslash
26563 leer 
26564 \end_layout
26565
26566 \end_inset
26567
26568 e
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 \begin_inset ERT
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581
26582
26583 \backslash
26584 ^e
26585 \end_layout
26586
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 </row>
26595 <row>
26596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Plain Layout
26600
26601 \backslash
26602 =e
26603 \end_layout
26604
26605 \end_inset
26606 </cell>
26607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26608 \begin_inset Text
26609
26610 \begin_layout Plain Layout
26611 \begin_inset ERT
26612 status collapsed
26613
26614 \begin_layout Plain Layout
26615
26616
26617 \backslash
26618 =e
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \end_inset
26627 </cell>
26628 </row>
26629 <row>
26630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634
26635 \backslash
26636 u
26637 \begin_inset ERT
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641
26642
26643 \backslash
26644 leer 
26645 \end_layout
26646
26647 \end_inset
26648
26649 e
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 \begin_inset ERT
26659 status collapsed
26660
26661 \begin_layout Plain Layout
26662
26663
26664 \backslash
26665 u e
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 </row>
26676 <row>
26677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681
26682 \backslash
26683 b
26684 \begin_inset ERT
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689
26690 \backslash
26691 leer 
26692 \end_layout
26693
26694 \end_inset
26695
26696 e
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26702 \begin_inset Text
26703
26704 \begin_layout Plain Layout
26705 \begin_inset ERT
26706 status collapsed
26707
26708 \begin_layout Plain Layout
26709
26710
26711 \backslash
26712 b e
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \end_inset
26721 </cell>
26722 </row>
26723 <row>
26724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Plain Layout
26728
26729 \backslash
26730 t
26731 \begin_inset ERT
26732 status collapsed
26733
26734 \begin_layout Plain Layout
26735
26736
26737 \backslash
26738 leer 
26739 \end_layout
26740
26741 \end_inset
26742
26743 ee
26744 \end_layout
26745
26746 \end_inset
26747 </cell>
26748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Plain Layout
26752 \begin_inset ERT
26753 status collapsed
26754
26755 \begin_layout Plain Layout
26756
26757
26758 \backslash
26759 t ee
26760 \end_layout
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 </row>
26770 </lyxtabular>
26771
26772 \end_inset
26773
26774
26775 \begin_inset space \hfill{}
26776 \end_inset
26777
26778
26779 \begin_inset Tabular
26780 <lyxtabular version="3" rows="8" columns="2">
26781 <features tabularvalignment="middle">
26782 <column alignment="block" valignment="top" width="0">
26783 <column alignment="center" valignment="top" width="0">
26784 <row>
26785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Plain Layout
26789 Befehl
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Plain Layout
26798 Ergebnis
26799 \end_layout
26800
26801 \end_inset
26802 </cell>
26803 </row>
26804 <row>
26805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26806 \begin_inset Text
26807
26808 \begin_layout Plain Layout
26809
26810 \backslash
26811 H
26812 \begin_inset ERT
26813 status collapsed
26814
26815 \begin_layout Plain Layout
26816
26817
26818 \backslash
26819 leer 
26820 \end_layout
26821
26822 \end_inset
26823
26824 e
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833 \begin_inset ERT
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837
26838
26839 \backslash
26840 H e
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 </row>
26851 <row>
26852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26853 \begin_inset Text
26854
26855 \begin_layout Plain Layout
26856
26857 \backslash
26858 'e
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867 \begin_inset ERT
26868 status collapsed
26869
26870 \begin_layout Plain Layout
26871
26872
26873 \backslash
26874 'e
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \end_inset
26883 </cell>
26884 </row>
26885 <row>
26886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26887 \begin_inset Text
26888
26889 \begin_layout Plain Layout
26890
26891 \backslash
26892 ~e
26893 \begin_inset Index idx
26894 status collapsed
26895
26896 \begin_layout Plain Layout
26897 Tilde
26898 \end_layout
26899
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Plain Layout
26911 \begin_inset ERT
26912 status collapsed
26913
26914 \begin_layout Plain Layout
26915
26916
26917 \backslash
26918 ~e
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 </row>
26929 <row>
26930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Plain Layout
26934
26935 \backslash
26936 .e
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Plain Layout
26945 \begin_inset ERT
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949
26950
26951 \backslash
26952 .e
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 </row>
26963 <row>
26964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26965 \begin_inset Text
26966
26967 \begin_layout Plain Layout
26968
26969 \backslash
26970 v
26971 \begin_inset ERT
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975
26976
26977 \backslash
26978 leer 
26979 \end_layout
26980
26981 \end_inset
26982
26983 e
26984 \end_layout
26985
26986 \end_inset
26987 </cell>
26988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992 \begin_inset ERT
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996
26997
26998 \backslash
26999 v e
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 <row>
27011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015
27016 \backslash
27017 d
27018 \begin_inset ERT
27019 status collapsed
27020
27021 \begin_layout Plain Layout
27022
27023
27024 \backslash
27025 leer 
27026 \end_layout
27027
27028 \end_inset
27029
27030 e
27031 \end_layout
27032
27033 \end_inset
27034 </cell>
27035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27036 \begin_inset Text
27037
27038 \begin_layout Plain Layout
27039 \begin_inset ERT
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043
27044
27045 \backslash
27046 d e
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 </row>
27057 <row>
27058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27059 \begin_inset Text
27060
27061 \begin_layout Plain Layout
27062
27063 \backslash
27064 c
27065 \begin_inset ERT
27066 status collapsed
27067
27068 \begin_layout Plain Layout
27069
27070
27071 \backslash
27072 leer 
27073 \end_layout
27074
27075 \end_inset
27076
27077 e
27078 \end_layout
27079
27080 \end_inset
27081 </cell>
27082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27083 \begin_inset Text
27084
27085 \begin_layout Plain Layout
27086 \begin_inset ERT
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090
27091
27092 \backslash
27093 c e
27094 \end_layout
27095
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 </row>
27104 </lyxtabular>
27105
27106 \end_inset
27107
27108
27109 \begin_inset space \hfill{}
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \begin_layout Standard
27116 \begin_inset VSpace medskip
27117 \end_inset
27118
27119 Mit dem Befehl 
27120 \series bold
27121
27122 \backslash
27123 t
27124 \series default
27125  können auch zwei verschiedene Zeichen akzentuiert werden.
27126  Der Befehl 
27127 \series bold
27128
27129 \backslash
27130 t
27131 \begin_inset ERT
27132 status collapsed
27133
27134 \begin_layout Plain Layout
27135
27136
27137 \backslash
27138 leer 
27139 \end_layout
27140
27141 \end_inset
27142
27143 sz
27144 \series default
27145  ergibt: 
27146 \begin_inset ERT
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150
27151
27152 \backslash
27153 t sz
27154 \end_layout
27155
27156 \end_inset
27157
27158
27159 \end_layout
27160
27161 \begin_layout Standard
27162 Die Akzente 
27163 \series bold
27164 `
27165 \series default
27166  , 
27167 \series bold
27168 '
27169 \series default
27170  und 
27171 \series bold
27172 ^
27173 \series default
27174  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27175  werden ohne den TeX-Modus zu benutzen.
27176  Dasselbe gilt für die Tilde
27177 \begin_inset Foot
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27182 \end_layout
27183
27184 \end_inset
27185
27186  
27187 \series bold
27188 ~
27189 \series default
27190  in Verbindung mit 
27191 \emph on
27192 a
27193 \emph default
27194  , 
27195 \emph on
27196 n
27197 \emph default
27198  oder 
27199 \emph on
27200 o
27201 \emph default
27202 .
27203 \end_layout
27204
27205 \begin_layout Standard
27206 Die Befehle 
27207 \series bold
27208
27209 \backslash
27210 b
27211 \series default
27212  , 
27213 \series bold
27214
27215 \backslash
27216 c
27217 \series default
27218  , 
27219 \series bold
27220
27221 \backslash
27222 d
27223 \series default
27224  , 
27225 \series bold
27226
27227 \backslash
27228 H
27229 \series default
27230  , 
27231 \series bold
27232
27233 \backslash
27234 t
27235 \series default
27236  , 
27237 \series bold
27238
27239 \backslash
27240 u
27241 \series default
27242  , 
27243 \series bold
27244
27245 \backslash
27246 v
27247 \series default
27248  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27249  Textmodus verfügbar.
27250  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27251  
27252 \begin_inset CommandInset ref
27253 LatexCommand ref
27254 reference "sub:Akzente-für-ein"
27255
27256 \end_inset
27257
27258 .
27259 \end_layout
27260
27261 \begin_layout Standard
27262 \begin_inset VSpace bigskip
27263 \end_inset
27264
27265 Des Weiteren kann man mit dem Befehl 
27266 \series bold
27267
27268 \backslash
27269 textcircled
27270 \series default
27271
27272 \begin_inset Index idx
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276 Befehle ! T ! 
27277 \backslash
27278 textcircled
27279 \end_layout
27280
27281 \end_inset
27282
27283 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27284  Kreis setzen, quasi mit einem Kreis akzentuieren.
27285 \end_layout
27286
27287 \begin_layout Standard
27288 \align center
27289 \begin_inset Tabular
27290 <lyxtabular version="3" rows="3" columns="2">
27291 <features tabularvalignment="middle">
27292 <column alignment="center" valignment="top" width="0">
27293 <column alignment="center" valignment="top" width="0">
27294 <row>
27295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299 Befehl
27300 \end_layout
27301
27302 \end_inset
27303 </cell>
27304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27305 \begin_inset Text
27306
27307 \begin_layout Plain Layout
27308 Ergebnis
27309 \begin_inset Note Note
27310 status collapsed
27311
27312 \begin_layout Plain Layout
27313
27314 \series bold
27315
27316 \backslash
27317 raisebox
27318 \series default
27319  in der Formel dient nur als Abstandhalter.
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \end_inset
27328 </cell>
27329 </row>
27330 <row>
27331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27332 \begin_inset Text
27333
27334 \begin_layout Plain Layout
27335
27336 \backslash
27337 textcircled{w}
27338 \end_layout
27339
27340 \end_inset
27341 </cell>
27342 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27343 \begin_inset Text
27344
27345 \begin_layout Plain Layout
27346 \begin_inset ERT
27347 status collapsed
27348
27349 \begin_layout Plain Layout
27350
27351
27352 \backslash
27353 textcircled{w}
27354 \end_layout
27355
27356 \end_inset
27357
27358
27359 \end_layout
27360
27361 \end_inset
27362 </cell>
27363 </row>
27364 <row>
27365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27366 \begin_inset Text
27367
27368 \begin_layout Plain Layout
27369
27370 \backslash
27371 Large 
27372 \backslash
27373 textcircled{
27374 \backslash
27375 normalsize
27376 \backslash
27377 protect
27378 \backslash
27379 raisebox{-1.5pt}{W}}
27380 \end_layout
27381
27382 \end_inset
27383 </cell>
27384 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27385 \begin_inset Text
27386
27387 \begin_layout Plain Layout
27388 \begin_inset Formula $\raisebox{4.5mm}{}$
27389 \end_inset
27390
27391
27392 \begin_inset ERT
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396
27397
27398 \backslash
27399 Large 
27400 \backslash
27401 textcircled{
27402 \backslash
27403 normalsize
27404 \backslash
27405 protect
27406 \backslash
27407 raisebox{-1.5pt}W}
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \begin_inset Formula $\raisebox{-2mm}{}$
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \end_inset
27420 </cell>
27421 </row>
27422 </lyxtabular>
27423
27424 \end_inset
27425
27426
27427 \end_layout
27428
27429 \begin_layout Standard
27430 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27431  
27432 \series bold
27433
27434 \backslash
27435 Large
27436 \series default
27437
27438 \begin_inset Foot
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442 siehe 
27443 \begin_inset CommandInset ref
27444 LatexCommand ref
27445 reference "sub:Schriftgrößen"
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \end_inset
27453
27454  bestimmt dabei die Größe des Kreises.
27455  Mit Hilfe von 
27456 \series bold
27457
27458 \backslash
27459 raisebox
27460 \series default
27461
27462 \begin_inset Foot
27463 status collapsed
27464
27465 \begin_layout Plain Layout
27466 siehe 
27467 \begin_inset CommandInset ref
27468 LatexCommand ref
27469 reference "sub:Boxen-ohne-Rahmen"
27470
27471 \end_inset
27472
27473
27474 \end_layout
27475
27476 \end_inset
27477
27478  kann man das Zeichen zentrieren.
27479 \end_layout
27480
27481 \begin_layout Subsection
27482 Minuskelziffern
27483 \begin_inset Index idx
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487 Minuskelziffern
27488 \end_layout
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \begin_layout Standard
27496 Minuskelziffern werden mit dem Befehl 
27497 \series bold
27498
27499 \backslash
27500 oldstylenums
27501 \series default
27502
27503 \begin_inset Index idx
27504 status collapsed
27505
27506 \begin_layout Plain Layout
27507 Befehle ! O ! 
27508 \backslash
27509 oldstylenums
27510 \end_layout
27511
27512 \end_inset
27513
27514  erzeugt.
27515  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27516  Das Befehlsschema lautet:
27517 \end_layout
27518
27519 \begin_layout Standard
27520
27521 \series bold
27522
27523 \backslash
27524 oldstylenums{Ziffer}
27525 \end_layout
27526
27527 \begin_layout Standard
27528 Der Befehl 
27529 \series bold
27530
27531 \backslash
27532 oldstylenums{0123456789
27533 \series default
27534  ergibt: 
27535 \begin_inset Formula $\oldstylenums{0123456789}$
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Subsection
27542 Sonstige Sonderzeichen
27543 \begin_inset CommandInset label
27544 LatexCommand label
27545 name "sub:Sonstige-Sonderzeichen"
27546
27547 \end_inset
27548
27549
27550 \begin_inset Index idx
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554 Sonderzeichen ! sonstige
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \begin_layout Standard
27563 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27564 \end_layout
27565
27566 \begin_layout Standard
27567 \align center
27568 \begin_inset Tabular
27569 <lyxtabular version="3" rows="4" columns="2">
27570 <features tabularvalignment="middle">
27571 <column alignment="center" valignment="top" width="0">
27572 <column alignment="center" valignment="top" width="0">
27573 <row>
27574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27575 \begin_inset Text
27576
27577 \begin_layout Plain Layout
27578 Befehl
27579 \end_layout
27580
27581 \end_inset
27582 </cell>
27583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27584 \begin_inset Text
27585
27586 \begin_layout Plain Layout
27587 Ergebnis
27588 \end_layout
27589
27590 \end_inset
27591 </cell>
27592 </row>
27593 <row>
27594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598
27599 \backslash
27600 ^
27601 \begin_inset ERT
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605
27606
27607 \backslash
27608 leer 
27609 \end_layout
27610
27611 \end_inset
27612
27613
27614 \end_layout
27615
27616 \end_inset
27617 </cell>
27618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27619 \begin_inset Text
27620
27621 \begin_layout Plain Layout
27622 \begin_inset Formula $\mathcircumflex$
27623 \end_inset
27624
27625
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 </row>
27631 <row>
27632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Plain Layout
27636
27637 \backslash
27638 _
27639 \end_layout
27640
27641 \end_inset
27642 </cell>
27643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27644 \begin_inset Text
27645
27646 \begin_layout Plain Layout
27647 \begin_inset Formula $\_$
27648 \end_inset
27649
27650
27651 \end_layout
27652
27653 \end_inset
27654 </cell>
27655 </row>
27656 <row>
27657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27658 \begin_inset Text
27659
27660 \begin_layout Plain Layout
27661 ^
27662 \begin_inset ERT
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666
27667
27668 \backslash
27669 leer 
27670 \end_layout
27671
27672 \end_inset
27673
27674
27675 \backslash
27676 circ
27677 \begin_inset Index idx
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681
27682 \backslash
27683
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \end_inset
27692 </cell>
27693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27694 \begin_inset Text
27695
27696 \begin_layout Plain Layout
27697 \begin_inset Formula $^{\circ}$
27698 \end_inset
27699
27700
27701 \end_layout
27702
27703 \end_inset
27704 </cell>
27705 </row>
27706 </lyxtabular>
27707
27708 \end_inset
27709
27710
27711 \end_layout
27712
27713 \begin_layout Standard
27714 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27715  folgende Zeile enthält
27716 \begin_inset Foot
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720 Mehr dazu ist in 
27721 \begin_inset CommandInset ref
27722 LatexCommand ref
27723 reference "sub:Textzeichen-in-Formeln"
27724
27725 \end_inset
27726
27727  beschrieben.
27728 \end_layout
27729
27730 \end_inset
27731
27732 :
27733 \end_layout
27734
27735 \begin_layout Standard
27736
27737 \series bold
27738
27739 \backslash
27740 DeclareInputText{176}{
27741 \backslash
27742 ifmmode^
27743 \backslash
27744 circ
27745 \backslash
27746 else
27747 \backslash
27748 textdegree
27749 \backslash
27750 fi}
27751 \end_layout
27752
27753 \begin_layout Section
27754 Formelstile
27755 \begin_inset CommandInset label
27756 LatexCommand label
27757 name "sec:Formelstile"
27758
27759 \end_inset
27760
27761
27762 \begin_inset Index idx
27763 status collapsed
27764
27765 \begin_layout Plain Layout
27766 Formel ! Stile
27767 \end_layout
27768
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \begin_layout Itemize
27775 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27776 \end_layout
27777
27778 \begin_deeper
27779 \begin_layout Description
27780 Zentriert ist der voreingestellte Standard
27781 \end_layout
27782
27783 \begin_layout Description
27784 Eingerückt dazu muss im Menü 
27785 \family sans
27786 Dokument\SpecialChar \menuseparator
27787 Einstellungen
27788 \family default
27789  unter 
27790 \family sans
27791 Dokumentklasse
27792 \family default
27793  die Option 
27794 \series bold
27795 fleqn
27796 \series default
27797  eingeben werden
27798 \end_layout
27799
27800 \begin_layout Standard
27801 Wird 
27802 \series bold
27803 Eingerückt
27804 \series default
27805  verwendet, kann mit der Länge 
27806 \series bold
27807
27808 \backslash
27809 mathindent
27810 \series default
27811
27812 \begin_inset Index idx
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816 Befehle ! M ! 
27817 \backslash
27818 mathindent
27819 \end_layout
27820
27821 \end_inset
27822
27823  die Einrückung eingestellt werden.
27824  Soll der Abstand 15
27825 \begin_inset space \thinspace{}
27826 \end_inset
27827
27828 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27829 \end_layout
27830
27831 \begin_layout Standard
27832
27833 \series bold
27834
27835 \backslash
27836 setlength{
27837 \backslash
27838 mathindent}{15mm}
27839 \end_layout
27840
27841 \begin_layout Standard
27842 ein.
27843  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27844 \begin_inset space \thinspace{}
27845 \end_inset
27846
27847 pt verwendet.
27848 \end_layout
27849
27850 \end_deeper
27851 \begin_layout Itemize
27852 Und zwei verschiedene Nummerierungsstile:
27853 \end_layout
27854
27855 \begin_deeper
27856 \begin_layout Description
27857 Rechts ist der voreingestellte Standard
27858 \end_layout
27859
27860 \begin_layout Description
27861 Links dazu muss im Menü 
27862 \family sans
27863 Dokument\SpecialChar \menuseparator
27864 Einstellungen
27865 \family default
27866  unter 
27867 \family sans
27868 Dokumentklasse
27869 \family default
27870  die Option 
27871 \series bold
27872 leqno
27873 \series default
27874  eingeben werden
27875 \end_layout
27876
27877 \end_deeper
27878 \begin_layout Standard
27879
27880 \series bold
27881 fleqn
27882 \series default
27883  und 
27884 \series bold
27885 leqno
27886 \series default
27887  können auch gemeinsam verwendet werden.
27888  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27889 n.
27890 \end_layout
27891
27892 \begin_layout Standard
27893 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27894  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27895  ausgerichtete Formeln setzen, verwendet man den Stil 
27896 \series bold
27897 Zentriert
27898 \series default
27899 .
27900  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27901  
27902 \begin_inset CommandInset ref
27903 LatexCommand ref
27904 reference "sub:Flalign-Umgebung"
27905
27906 \end_inset
27907
27908 .
27909 \end_layout
27910
27911 \begin_layout Section
27912 Mehrzeilige Formeln
27913 \begin_inset CommandInset label
27914 LatexCommand label
27915 name "sec:Mehrzeilige-Formeln"
27916
27917 \end_inset
27918
27919
27920 \begin_inset Index idx
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924 Formel ! mehrzeilige
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \end_layout
27931
27932 \begin_layout Subsection
27933 Allgemeines
27934 \end_layout
27935
27936 \begin_layout Standard
27937 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27938 \family sans
27939 \series bold
27940 Strg+Enter
27941 \family default
27942 \series default
27943  drückt.
27944  Dies erzeugt entweder eine 
27945 \series bold
27946 eqnarray-Umgebung
27947 \series default
27948 , die in 
27949 \begin_inset CommandInset ref
27950 LatexCommand ref
27951 reference "sub:Eqnarray-Umgebung"
27952
27953 \end_inset
27954
27955  beschrieben ist oder, wenn die Option 
27956 \family sans
27957 AMS-Mathe-Paket verwenden
27958 \family default
27959  in den Dokumenteinstellungen gewählt ist, eine 
27960 \series bold
27961 align-Umgebung
27962 \series default
27963 , die in 
27964 \begin_inset CommandInset ref
27965 LatexCommand ref
27966 reference "sub:Standard-align-Umgebung"
27967
27968 \end_inset
27969
27970  beschrieben ist.
27971 \end_layout
27972
27973 \begin_layout Standard
27974 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27975 \family sans
27976 Einfügen\SpecialChar \menuseparator
27977 Mathe
27978 \family default
27979  erstellt werden können.
27980  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27981 \end_layout
27982
27983 \begin_layout Standard
27984 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27985  man 
27986 \family sans
27987 Strg+Enter
27988 \family default
27989  drückt.
27990  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27991 fe 
27992 \begin_inset Graphics
27993         filename ../../images/tabular-feature_append-row.png
27994         scale 85
27995
27996 \end_inset
27997
27998  bzw.
27999 \begin_inset space ~
28000 \end_inset
28001
28002
28003 \begin_inset Graphics
28004         filename ../../images/tabular-feature_delete-row.png
28005         scale 85
28006
28007 \end_inset
28008
28009  oder das Menü 
28010 \family sans
28011 Bearbeiten\SpecialChar \menuseparator
28012 Zeilen & Spalten
28013 \family default
28014  verwendet werden.
28015 \end_layout
28016
28017 \begin_layout Subsubsection
28018 Zeilenabstand
28019 \begin_inset CommandInset label
28020 LatexCommand label
28021 name "sub:Zeilenabstand"
28022
28023 \end_inset
28024
28025
28026 \begin_inset Index idx
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030 Formel ! mehrzeilige ! Zeilenabstand
28031 \end_layout
28032
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \begin_layout Standard
28039 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28040 \begin_inset Formula \begin{eqnarray*}
28041 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}\\
28042 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
28043 \end{eqnarray*}
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Standard
28051 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28052 chbefehls angegeben.
28053  Dies ist in LyX aber nicht möglich
28054 \begin_inset Foot
28055 status collapsed
28056
28057 \begin_layout Plain Layout
28058 siehe 
28059 \begin_inset CommandInset href
28060 LatexCommand href
28061 name "LyX-Fehler #1505"
28062 target "http://www.lyx.org/trac/ticket/1505"
28063
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \end_inset
28070
28071 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28072  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28073  Zeile den Befehl 
28074 \series bold
28075
28076 \backslash
28077
28078 \backslash
28079 [3mm]
28080 \series default
28081  ein.
28082  Damit erhält man: 
28083 \begin_inset ERT
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087
28088
28089 \backslash
28090 begin{eqnarray*}
28091 \end_layout
28092
28093 \begin_layout Plain Layout
28094
28095 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28096  = & 
28097 \backslash
28098 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28099 \backslash
28100
28101 \backslash
28102 [3mm]
28103 \end_layout
28104
28105 \begin_layout Plain Layout
28106
28107 4x^{2}
28108 \backslash
28109 left(B^{2}+x_{0}^{2}
28110 \backslash
28111 right)+4x_{0}x
28112 \backslash
28113 left(D-B^{2}
28114 \backslash
28115 right)+B^{2}
28116 \backslash
28117 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28118 \backslash
28119 right) & = & 0
28120 \end_layout
28121
28122 \begin_layout Plain Layout
28123
28124
28125 \backslash
28126 end{eqnarray*}
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135 \begin_inset VSpace bigskip
28136 \end_inset
28137
28138 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28139  man die Länge 
28140 \series bold
28141
28142 \backslash
28143 jot
28144 \series default
28145
28146 \begin_inset Index idx
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150 Befehle ! J ! 
28151 \backslash
28152 jot
28153 \end_layout
28154
28155 \end_inset
28156
28157 .
28158  Es gilt 
28159 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28160 \end_inset
28161
28162 .
28163  Voreingestellt ist für 
28164 \series bold
28165
28166 \backslash
28167 jot
28168 \series default
28169  der Wert 3
28170 \begin_inset space \thinspace{}
28171 \end_inset
28172
28173 pt.
28174  Um wie im vorigen Beispiel 3
28175 \begin_inset space \thinspace{}
28176 \end_inset
28177
28178 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28179 \end_layout
28180
28181 \begin_layout Standard
28182
28183 \series bold
28184
28185 \backslash
28186 setlength{
28187 \backslash
28188 jot}{3mm+3pt}
28189 \end_layout
28190
28191 \begin_layout Standard
28192 im TeX-Modus vor der Formel ein.
28193  Das setzt voraus, dass das LaTeX-Paket 
28194 \series bold
28195 calc
28196 \series default
28197
28198 \begin_inset Foot
28199 status collapsed
28200
28201 \begin_layout Plain Layout
28202
28203 \series bold
28204 calc
28205 \series default
28206  ist Teil jeder LaTeX-Standardinstallation.
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \begin_inset Index idx
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216 Pakete ! calc
28217 \end_layout
28218
28219 \end_inset
28220
28221  im LaTeX-Vorspann mit der Zeile
28222 \end_layout
28223
28224 \begin_layout Standard
28225
28226 \series bold
28227
28228 \backslash
28229 usepackage{calc}
28230 \end_layout
28231
28232 \begin_layout Standard
28233 geladen wurde.
28234 \end_layout
28235
28236 \begin_layout Standard
28237 Man erhält: 
28238 \begin_inset ERT
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242
28243
28244 \backslash
28245 setlength{
28246 \backslash
28247 jot}{3mm+3pt}
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \begin_inset Formula \begin{eqnarray*}
28254 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}\\
28255 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
28256 \end{eqnarray*}
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Standard
28264 \begin_inset ERT
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268
28269
28270 \backslash
28271 setlength{
28272 \backslash
28273 jot}{3pt}
28274 \end_layout
28275
28276 \end_inset
28277
28278  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28279 \series bold
28280
28281 \backslash
28282 jot
28283 \series default
28284  auf den Wert 3
28285 \begin_inset space \thinspace{}
28286 \end_inset
28287
28288 pt.
28289 \end_layout
28290
28291 \begin_layout Subsubsection
28292 Spaltenabstand
28293 \begin_inset CommandInset label
28294 LatexCommand label
28295 name "sub:Spaltenabstand"
28296
28297 \end_inset
28298
28299
28300 \begin_inset Index idx
28301 status collapsed
28302
28303 \begin_layout Plain Layout
28304 Formel ! mehrzeilige ! Spaltenabstand
28305 \end_layout
28306
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \begin_layout Standard
28313 Mehrzeilige Formeln bilden eine Matrix.
28314  Eine Formel in der Eqnarray-Umgebung ist z.
28315 \begin_inset space \thinspace{}
28316 \end_inset
28317
28318 B.
28319  eine dreispaltige Matrix.
28320  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28321  neben den Relationszeichen ändern.
28322 \end_layout
28323
28324 \begin_layout Standard
28325 Der Spaltenabstand wird mit der Länge 
28326 \series bold
28327
28328 \backslash
28329 arraycolsep
28330 \series default
28331
28332 \begin_inset Index idx
28333 status collapsed
28334
28335 \begin_layout Plain Layout
28336 Befehle ! A ! 
28337 \backslash
28338 arraycolsep
28339 \end_layout
28340
28341 \end_inset
28342
28343  festgelegt, wobei gilt:
28344 \begin_inset Newline newline
28345 \end_inset
28346
28347 Spaltenabstand = 2
28348 \begin_inset space \thinspace{}
28349 \end_inset
28350
28351
28352 \series bold
28353
28354 \backslash
28355 arraycolsep
28356 \series default
28357 .
28358 \begin_inset Newline newline
28359 \end_inset
28360
28361 Der im TeX-Modus eingegebene Befehl
28362 \end_layout
28363
28364 \begin_layout Standard
28365
28366 \series bold
28367
28368 \backslash
28369 setlength{
28370 \backslash
28371 arraycolsep}{1cm}
28372 \end_layout
28373
28374 \begin_layout Standard
28375 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28376 \begin_inset space \thinspace{}
28377 \end_inset
28378
28379 cm.
28380  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28381 \series bold
28382
28383 \backslash
28384 arraycolsep
28385 \series default
28386  auf 5
28387 \begin_inset space \thinspace{}
28388 \end_inset
28389
28390 pt.
28391 \end_layout
28392
28393 \begin_layout Standard
28394 Eine Formel mit 2
28395 \begin_inset space \thinspace{}
28396 \end_inset
28397
28398 cm Spaltenabstand:
28399 \begin_inset ERT
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403
28404
28405 \backslash
28406 setlength{
28407 \backslash
28408 arraycolsep}{1cm}
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \begin_inset Formula \begin{eqnarray*}
28415 A & = & B\\
28416 C & \ne & A
28417 \end{eqnarray*}
28418
28419 \end_inset
28420
28421 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28422 \begin_inset space \thinspace{}
28423 \end_inset
28424
28425 pt:
28426 \begin_inset ERT
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430
28431
28432 \backslash
28433 setlength{
28434 \backslash
28435 arraycolsep}{5pt}
28436 \end_layout
28437
28438 \end_inset
28439
28440
28441 \begin_inset Formula \begin{eqnarray*}
28442 A & = & B\\
28443 C & \ne & A
28444 \end{eqnarray*}
28445
28446 \end_inset
28447
28448
28449 \end_layout
28450
28451 \begin_layout Standard
28452 \begin_inset Newpage newpage
28453 \end_inset
28454
28455
28456 \end_layout
28457
28458 \begin_layout Subsubsection
28459 Lange Formeln
28460 \begin_inset Index idx
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464 Formel ! lange
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \begin_layout Standard
28473 Lange Formeln kann man wie folgt setzen:
28474 \end_layout
28475
28476 \begin_layout Itemize
28477 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28478  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28479 \begin_inset Formula \begin{eqnarray}
28480 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 \\
28481  &  & -\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}
28482 \end{eqnarray}
28483
28484 \end_inset
28485
28486 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28487  als Operator, da es das erste Zeichen der Zeile ist.
28488  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28489  Bruchstrich unterscheiden.
28490  Um das zu verhindern, wurde mit dem Befehl 
28491 \series bold
28492
28493 \backslash
28494 hspace
28495 \series default
28496  3
28497 \begin_inset space \thinspace{}
28498 \end_inset
28499
28500 pt Leerraum hinter das Minuszeichen eingefügt.
28501 \begin_inset Foot
28502 status collapsed
28503
28504 \begin_layout Plain Layout
28505 mehr zu 
28506 \series bold
28507
28508 \backslash
28509 hspace
28510 \series default
28511  siehe 
28512 \begin_inset CommandInset ref
28513 LatexCommand ref
28514 reference "sub:Variabler-Leerraum"
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \end_inset
28522
28523
28524 \begin_inset Index idx
28525 status collapsed
28526
28527 \begin_layout Plain Layout
28528 Befehle ! H ! 
28529 \backslash
28530 hspace
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \end_layout
28537
28538 \begin_layout Itemize
28539 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28540 \series bold
28541
28542 \backslash
28543 lefteqn
28544 \series default
28545
28546 \begin_inset Index idx
28547 status collapsed
28548
28549 \begin_layout Plain Layout
28550 Befehle ! L ! 
28551 \backslash
28552 lefteqn
28553 \end_layout
28554
28555 \end_inset
28556
28557 .
28558  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28559  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28560 \begin_inset Formula \begin{eqnarray}
28561 \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 \\
28562  &  & -\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 \\
28563  &  & =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}
28564 \end{eqnarray}
28565
28566 \end_inset
28567
28568 Nachdem man 
28569 \series bold
28570
28571 \backslash
28572 lefteqn
28573 \series default
28574  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28575  das gegenüber dem blauen leicht verschoben ist.
28576  In dieses wird die Formel eingegeben.
28577 \begin_inset Newline newline
28578 \end_inset
28579
28580 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28581  eingegeben.
28582  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28583  Einrückung.
28584 \begin_inset VSpace medskip
28585 \end_inset
28586
28587
28588 \begin_inset Newline newline
28589 \end_inset
28590
28591
28592 \begin_inset Note Greyedout
28593 status open
28594
28595 \begin_layout Plain Layout
28596 Bei der Verwendung von 
28597 \series bold
28598
28599 \backslash
28600 lefteqn
28601 \series default
28602  ist Folgendes zu beachten:
28603 \end_layout
28604
28605 \begin_layout Itemize
28606 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28607  Würde man in obigem Beispiel der ersten Zeile den Term 
28608 \begin_inset Formula $-B^{2}$
28609 \end_inset
28610
28611  anfügen, befände sich dieser außerhalb des Seitenrands.
28612  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28613  Leerraum einfügen.
28614 \end_layout
28615
28616 \begin_layout Itemize
28617 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28618  erste Zeile gesetzt werden.
28619 \begin_inset Foot
28620 status collapsed
28621
28622 \begin_layout Plain Layout
28623 \begin_inset CommandInset href
28624 LatexCommand href
28625 name "LyX-Fehler #1429"
28626 target "http://www.lyx.org/trac/ticket/1429"
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \end_inset
28634
28635  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28636  Pfeiltasten bewegen.
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \begin_layout Itemize
28645 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28646 \begin_inset CommandInset ref
28647 LatexCommand ref
28648 reference "sub:Multline-Umgebung"
28649
28650 \end_inset
28651
28652  und 
28653 \begin_inset CommandInset ref
28654 LatexCommand ref
28655 reference "sub:Mehrzeilige-Formelteile"
28656
28657 \end_inset
28658
28659  beschriebenen Umgebungen.
28660 \end_layout
28661
28662 \begin_layout Subsubsection
28663 Mehrzeilige Klammern
28664 \begin_inset CommandInset label
28665 LatexCommand label
28666 name "sub:Mehrzeilige-Klammern"
28667
28668 \end_inset
28669
28670
28671 \begin_inset Index idx
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675 Klammern ! mehrzeilige
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \begin_layout Standard
28684 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28685 \begin_inset Formula \begin{eqnarray*}
28686 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28687  &  & \left.\cdots+B-D\right]
28688 \end{eqnarray*}
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \begin_layout Standard
28696 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28697  Größe dürfen nicht über mehrere Zeilen gehen.
28698 \end_layout
28699
28700 \begin_layout Standard
28701 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28702  erste Zeile mit 
28703 \series bold
28704
28705 \backslash
28706 right.
28707 \series default
28708
28709 \begin_inset Index idx
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713 Befehle ! R ! 
28714 \backslash
28715 right
28716 \end_layout
28717
28718 \end_inset
28719
28720  und beginnt die zweite Zeile mit 
28721 \series bold
28722
28723 \backslash
28724 left.
28725 \begin_inset Foot
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729 mehr zu 
28730 \series bold
28731
28732 \backslash
28733 left
28734 \series default
28735  und 
28736 \series bold
28737
28738 \backslash
28739 right
28740 \series default
28741  siehe 
28742 \begin_inset CommandInset ref
28743 LatexCommand ref
28744 reference "sub:Automatische-Klammergrößen"
28745
28746 \end_inset
28747
28748
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \series default
28755
28756 \begin_inset Index idx
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760 Befehle ! L ! 
28761 \backslash
28762 left
28763 \end_layout
28764
28765 \end_inset
28766
28767 .
28768  Nach 
28769 \series bold
28770
28771 \backslash
28772 left.
28773
28774 \series default
28775  gibt man den Befehl 
28776 \series bold
28777
28778 \backslash
28779 vphantom
28780 \series default
28781
28782 \begin_inset ERT
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786
28787
28788 \backslash
28789 leer 
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \series bold
28796
28797 \backslash
28798 prod
28799 \series default
28800 ^
28801 \begin_inset ERT
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805
28806
28807 \backslash
28808 leer 
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \series bold
28815
28816 \backslash
28817 infty
28818 \series default
28819
28820 \begin_inset ERT
28821 status collapsed
28822
28823 \begin_layout Plain Layout
28824
28825
28826 \backslash
28827 leer 
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \series bold
28834
28835 \begin_inset Formula $\downarrow$
28836 \end_inset
28837
28838 _R=1}
28839 \series default
28840
28841 \begin_inset Index idx
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845 Befehle ! V ! 
28846 \backslash
28847 vphantom
28848 \end_layout
28849
28850 \end_inset
28851
28852  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28853  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28854 \end_layout
28855
28856 \begin_layout Standard
28857 Das Ergebnis sieht so aus:
28858 \begin_inset Formula \begin{eqnarray*}
28859 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28860  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28861 \end{eqnarray*}
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Subsection
28869 Align-Umgebungen
28870 \end_layout
28871
28872 \begin_layout Standard
28873 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28874  werden.
28875  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28876 \end_layout
28877
28878 \begin_layout Standard
28879 Align-Umgebungen bestehen aus Spalten.
28880  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28881  ausgerichtet.
28882  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28883 \end_layout
28884
28885 \begin_layout Standard
28886 Align-Umgebung werden über das Menü 
28887 \family sans
28888 Einfügen\SpecialChar \menuseparator
28889 Mathe
28890 \family default
28891  erstellt.
28892  Über das Menü 
28893 \family sans
28894 Bearbeiten\SpecialChar \menuseparator
28895 Mathe\SpecialChar \menuseparator
28896 Formelart
28897 \begin_inset space ~
28898 \end_inset
28899
28900 ändern
28901 \family default
28902  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28907
28908 \begin_inset Graphics
28909         filename ../../images/tabular-feature_append-column.png
28910         scale 85
28911
28912 \end_inset
28913
28914  bzw.
28915 \begin_inset space ~
28916 \end_inset
28917
28918
28919 \begin_inset Graphics
28920         filename ../../images/tabular-feature_delete-column.png
28921         scale 85
28922
28923 \end_inset
28924
28925  oder das Menü 
28926 \family sans
28927 Bearbeiten\SpecialChar \menuseparator
28928 Zeilen & Spalten
28929 \family default
28930  verwendet werden.
28931 \end_layout
28932
28933 \begin_layout Subsubsection
28934 Standard align-Umgebung
28935 \begin_inset CommandInset label
28936 LatexCommand label
28937 name "sub:Standard-align-Umgebung"
28938
28939 \end_inset
28940
28941
28942 \begin_inset Index idx
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 Formel ! mehrzeilige ! align-Umgebung
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Standard
28955 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28956 \family sans
28957 Strg+Enter
28958 \family default
28959  drückt oder das Menü 
28960 \family sans
28961 Einfügen\SpecialChar \menuseparator
28962 Mathe\SpecialChar \menuseparator
28963 AMS align-Umge\SpecialChar \-
28964 bung
28965 \family default
28966  aufruft.
28967 \end_layout
28968
28969 \begin_layout Standard
28970 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28971 n align-Umgebung erzeugt wurden:
28972 \begin_inset Formula \begin{align*}
28973 A & =\sin(B) & C & =D\\
28974 C & \ne A & B & \ne D
28975 \end{align*}
28976
28977 \end_inset
28978
28979 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28980  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28981 \series bold
28982
28983 \backslash
28984 hfill
28985 \begin_inset Foot
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989 mehr zu 
28990 \series bold
28991
28992 \backslash
28993 hfill
28994 \series default
28995  siehe 
28996 \begin_inset CommandInset ref
28997 LatexCommand ref
28998 reference "sub:Variabler-Leerraum"
28999
29000 \end_inset
29001
29002
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \series default
29009  befinden.
29010  Ist der Formelstil 
29011 \series bold
29012 Eingerückt
29013 \begin_inset Foot
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017 Formelstile siehe 
29018 \begin_inset CommandInset ref
29019 LatexCommand ref
29020 reference "sec:Formelstile"
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \end_inset
29028
29029
29030 \series default
29031  gewählt, wird die Formel ohne den 
29032 \series bold
29033
29034 \backslash
29035 hfill
29036 \series default
29037  vor der ersten Spalte gesetzt.
29038 \end_layout
29039
29040 \begin_layout Subsubsection
29041 Alignat-Umgebung
29042 \begin_inset Index idx
29043 status collapsed
29044
29045 \begin_layout Plain Layout
29046 Formel ! mehrzeilige ! alignat-Umgebung
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \begin_layout Standard
29055 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29056  Man kann ihn manuell durch die in 
29057 \begin_inset CommandInset ref
29058 LatexCommand ref
29059 reference "sub:Leerraum"
29060
29061 \end_inset
29062
29063  beschriebenen Leerräume einfügen.
29064 \end_layout
29065
29066 \begin_layout Standard
29067 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29068  Formel 1
29069 \begin_inset space \thinspace{}
29070 \end_inset
29071
29072 cm Leerraum eingefügt wurde:
29073 \begin_inset Formula \begin{alignat*}{2}
29074 A & =\sin(B) & \hspace{1cm}C & =D\\
29075 C & \ne A & B & \ne D
29076 \end{alignat*}
29077
29078 \end_inset
29079
29080 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29081  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29082  Formeln.
29083 \end_layout
29084
29085 \begin_layout Subsubsection
29086 Flalign-Umgebung
29087 \begin_inset CommandInset label
29088 LatexCommand label
29089 name "sub:Flalign-Umgebung"
29090
29091 \end_inset
29092
29093
29094 \begin_inset Index idx
29095 status collapsed
29096
29097 \begin_layout Plain Layout
29098 Formel ! mehrzeilige ! flalign-Umgebung
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Standard
29107 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29108  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29109  Dazu ein Beispiel:
29110 \begin_inset Formula \begin{flalign*}
29111 A & =1 & B & =2 & C & =3\\
29112 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29113 \end{flalign*}
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \begin_layout Standard
29121 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29122  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29123  im Dokument links setzen obwohl der Formelstil 
29124 \series bold
29125 Zentriert
29126 \series default
29127  eingestellt ist.
29128  Als Beispiel die eingerückte ausgerichtete Formel 
29129 \begin_inset CommandInset ref
29130 LatexCommand eqref
29131 reference "eq:VolInt"
29132
29133 \end_inset
29134
29135 :
29136 \begin_inset Formula \begin{flalign}
29137 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29138
29139 \end_inset
29140
29141 In den ersten beiden Spalten befindet sich die Formel.
29142  Damit sie wie beim Formelstil 
29143 \series bold
29144 Eingerückt
29145 \series default
29146  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29147 \begin_inset space \thinspace{}
29148 \end_inset
29149
29150 pt Leerraum eingefügt.
29151 \end_layout
29152
29153 \begin_layout Subsection
29154 Eqnarray-Umgebung
29155 \begin_inset CommandInset label
29156 LatexCommand label
29157 name "sub:Eqnarray-Umgebung"
29158
29159 \end_inset
29160
29161
29162 \begin_inset Index idx
29163 status collapsed
29164
29165 \begin_layout Plain Layout
29166 Formel ! mehrzeilige ! Eqnarray-Umgebung
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Standard
29175 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29176  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29177  ausgerichtet.
29178  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29179  da dieses Kästchen nur für Relationzeichen gedacht ist.
29180 \begin_inset Formula \begin{eqnarray*}
29181 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29182 AB & AB & AB\\
29183 A & = & A
29184 \end{eqnarray*}
29185
29186 \end_inset
29187
29188
29189 \end_layout
29190
29191 \begin_layout Subsection
29192 Gather-Umgebung
29193 \begin_inset Index idx
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 Formel ! mehrzeilige ! Gather-Umgebung
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \begin_layout Standard
29206 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29207  Jede Zeile kann nummeriert werden.
29208 \begin_inset Formula \begin{gather}
29209 A=1\\
29210 X=\textrm{-}1
29211 \end{gather}
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Subsection
29219 Multline-Umgebung
29220 \begin_inset CommandInset label
29221 LatexCommand label
29222 name "sub:Multline-Umgebung"
29223
29224 \end_inset
29225
29226
29227 \begin_inset Index idx
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231 Formel ! mehrzeilige ! Multline-Umgebung
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \begin_layout Standard
29240 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29241  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29242  Alle anderen Zeilen sind zentriert.
29243  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29244  Als Beispiel Formel 
29245 \begin_inset CommandInset ref
29246 LatexCommand eqref
29247 reference "eq:lefteqn"
29248
29249 \end_inset
29250
29251  in der multline-Umgebung:
29252 \begin_inset Formula \begin{multline}
29253 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}\\
29254 -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}\\
29255 =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}}
29256 \end{multline}
29257
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \begin_layout Standard
29264 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29265  nummeriert, wenn rechts (links) nummeriert wird.
29266 \begin_inset Foot
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270 Nummerierungsstile siehe 
29271 \begin_inset CommandInset ref
29272 LatexCommand ref
29273 reference "sec:Formelstile"
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \end_layout
29284
29285 \begin_layout Standard
29286 Mit den Befehlen 
29287 \series bold
29288
29289 \backslash
29290 shoveright
29291 \series default
29292
29293 \begin_inset Index idx
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297 Befehle ! S ! 
29298 \backslash
29299 shoveright
29300 \end_layout
29301
29302 \end_inset
29303
29304  und 
29305 \series bold
29306
29307 \backslash
29308 shoveleft
29309 \series default
29310
29311 \begin_inset Index idx
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315 Befehle ! S ! 
29316 \backslash
29317 shoveleft
29318 \end_layout
29319
29320 \end_inset
29321
29322  kann eine zentrierte Zeile rechts bzw.
29323  links ausgerichtet werden.
29324  Die Befehle werden folgendermaßen verwendet:
29325 \end_layout
29326
29327 \begin_layout Standard
29328
29329 \series bold
29330
29331 \backslash
29332 shoveright{Zeileninhalt}
29333 \series default
29334  bzw.
29335  
29336 \series bold
29337
29338 \backslash
29339 shoveleft{Zeileninhalt}
29340 \end_layout
29341
29342 \begin_layout Standard
29343 \begin_inset VSpace medskip
29344 \end_inset
29345
29346 Die Länge 
29347 \series bold
29348
29349 \backslash
29350 multlinegap
29351 \series default
29352
29353 \begin_inset Index idx
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357 Befehle ! M ! 
29358 \backslash
29359 multlinegap
29360 \end_layout
29361
29362 \end_inset
29363
29364  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29365  Voreingestellt ist die Länge 0
29366 \begin_inset space \thinspace{}
29367 \end_inset
29368
29369 pt.
29370 \end_layout
29371
29372 \begin_layout Standard
29373 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29374 \end_layout
29375
29376 \begin_layout Standard
29377
29378 \series bold
29379
29380 \backslash
29381 setlength{
29382 \backslash
29383 multlinegap}{2cm}
29384 \end_layout
29385
29386 \begin_layout Standard
29387 eingegeben wurde:
29388 \begin_inset ERT
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392
29393
29394 \backslash
29395 setlength{
29396 \backslash
29397 multlinegap}{2cm}
29398 \end_layout
29399
29400 \end_inset
29401
29402
29403 \begin_inset Formula \begin{multline}
29404 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}\\
29405 \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}}\\
29406 =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}}
29407 \end{multline}
29408
29409 \end_inset
29410
29411
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417
29418 \backslash
29419 setlength{
29420 \backslash
29421 multlinegap}{0pt}
29422 \end_layout
29423
29424 \end_inset
29425
29426
29427 \end_layout
29428
29429 \begin_layout Standard
29430 Die zweite Zeile wurde mit 
29431 \series bold
29432
29433 \backslash
29434 shoveleft
29435 \series default
29436  linksbündig ausgerichtet.
29437 \end_layout
29438
29439 \begin_layout Subsection
29440 Mehrzeilige Formelteile
29441 \begin_inset CommandInset label
29442 LatexCommand label
29443 name "sub:Mehrzeilige-Formelteile"
29444
29445 \end_inset
29446
29447
29448 \begin_inset Index idx
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452 Formel ! mehrzeilige ! Formelteile
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \begin_layout Standard
29461 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29462  der folgenden Umgebungen: 
29463 \series bold
29464 aligned
29465 \series default
29466
29467 \series bold
29468 alignedat
29469 \series default
29470
29471 \series bold
29472 gathered
29473 \series default
29474  oder 
29475 \series bold
29476 split
29477 \series default
29478 .
29479  Sie können über das Menü 
29480 \family sans
29481 Einfügen\SpecialChar \menuseparator
29482 Mathe
29483 \family default
29484  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29485 \end_layout
29486
29487 \begin_layout Standard
29488 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29489 n Formel\SpecialChar \-
29490 umgebungen.
29491  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29492  Dazu ein Beispiel:
29493 \begin_inset Formula \[
29494 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29495 \Delta E\Delta t & \ge\frac{\hbar}{2}
29496 \end{aligned}
29497 \right\} \textrm{Unbestimmtheitsrelationen}\]
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Standard
29505 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29506  der Befehl 
29507 \series bold
29508
29509 \backslash
29510 aligned
29511 \series default
29512
29513 \begin_inset Index idx
29514 status collapsed
29515
29516 \begin_layout Plain Layout
29517 Befehle ! A ! 
29518 \backslash
29519 aligned
29520 \end_layout
29521
29522 \end_inset
29523
29524  eingegeben wird.
29525  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29526  und Zeilen hinzufügen kann.
29527  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29528  gesetzt werden.
29529 \end_layout
29530
29531 \begin_layout Standard
29532 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29533  ausgerichtet sind.
29534  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29535  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29536  Als Beispiel Formel 
29537 \begin_inset CommandInset ref
29538 LatexCommand eqref
29539 reference "eq:kurzlang"
29540
29541 \end_inset
29542
29543  in der aligned-Umgebung:
29544 \begin_inset Formula \begin{equation}
29545 \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}|}\\
29546  & -\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}|}
29547 \end{aligned}
29548 \end{equation}
29549
29550 \end_inset
29551
29552
29553 \end_layout
29554
29555 \begin_layout Standard
29556 Möchte man die Umgebung 
29557 \series bold
29558 alignedat
29559 \series default
29560
29561 \series bold
29562 gathered
29563 \series default
29564  oder 
29565 \series bold
29566 split
29567 \series default
29568  verwenden, gibt man den Befehl 
29569 \series bold
29570
29571 \backslash
29572 alignedat
29573 \series default
29574 ,
29575 \begin_inset Index idx
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579 Befehle ! A ! 
29580 \backslash
29581 alignedat
29582 \end_layout
29583
29584 \end_inset
29585
29586  
29587 \series bold
29588
29589 \backslash
29590 gathered
29591 \series default
29592
29593 \begin_inset Index idx
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597 Befehle ! G ! 
29598 \backslash
29599 gathered
29600 \end_layout
29601
29602 \end_inset
29603
29604  bzw.
29605  
29606 \series bold
29607
29608 \backslash
29609 split
29610 \series default
29611
29612 \begin_inset Index idx
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616 Befehle ! S ! 
29617 \backslash
29618 split
29619 \end_layout
29620
29621 \end_inset
29622
29623  ein.
29624  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29625  jedoch darf sie nur zwei Spalten enthalten.
29626 \end_layout
29627
29628 \begin_layout Subsection
29629 Text in mehrzeiligen Formeln
29630 \begin_inset CommandInset label
29631 LatexCommand label
29632 name "sub:Text-in-mehrzeiligen"
29633
29634 \end_inset
29635
29636
29637 \begin_inset Index idx
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641 Text ! in Formeln
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \begin_inset Index idx
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 Formel ! mehrzeilige ! Text
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \begin_layout Standard
29660 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29661  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29662  die Ausrichtung der Spalten nicht beeinflusst.
29663  Dazu wird der Befehl 
29664 \series bold
29665
29666 \backslash
29667 intertext
29668 \begin_inset Index idx
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672 Befehle ! I ! 
29673 \backslash
29674 intertext
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \series default
29681  nach folgendem Schema benutzt:
29682 \end_layout
29683
29684 \begin_layout Standard
29685
29686 \series bold
29687
29688 \backslash
29689 intertext{Text}
29690 \end_layout
29691
29692 \begin_layout Standard
29693 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29694  werden kann.
29695  Weil LyX 
29696 \series bold
29697
29698 \backslash
29699 intertext
29700 \series default
29701  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29702  Text.
29703  
29704 \series bold
29705
29706 \backslash
29707 intertext
29708 \series default
29709  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29710  dieser Zeile.
29711  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29712 \begin_inset Formula \begin{align}
29713 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29714 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29715 \end{align}
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \begin_layout Section
29723 Formelnummerierung
29724 \begin_inset Index idx
29725 status collapsed
29726
29727 \begin_layout Plain Layout
29728 Formelnummerierung
29729 \end_layout
29730
29731 \end_inset
29732
29733
29734 \begin_inset Index idx
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738 Formel ! Nummerierung|see
29739 \begin_inset ERT
29740 status collapsed
29741
29742 \begin_layout Plain Layout
29743
29744 {
29745 \end_layout
29746
29747 \end_inset
29748
29749 Formelnummerierung
29750 \begin_inset ERT
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754
29755 }
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Subsection
29769 Allgemeines
29770 \end_layout
29771
29772 \begin_layout Standard
29773 Nummerierte Formeln können mit dem Menü 
29774 \family sans
29775 Einfügen\SpecialChar \menuseparator
29776 Mathe\SpecialChar \menuseparator
29777 Nummerierte
29778 \begin_inset space ~
29779 \end_inset
29780
29781 Formel
29782 \family default
29783  (Tastenkürzel 
29784 \family sans
29785 Strg+Alt
29786 \begin_inset space ~
29787 \end_inset
29788
29789 N
29790 \family default
29791 ) erstellt, bestehende Formeln über das Menü 
29792 \family sans
29793 Bearbeiten\SpecialChar \menuseparator
29794 Mathe\SpecialChar \menuseparator
29795 Nummerierung
29796 \begin_inset space ~
29797 \end_inset
29798
29799 an/aus
29800 \family default
29801  (Tastenkürzel 
29802 \family sans
29803 Alt+M
29804 \begin_inset space ~
29805 \end_inset
29806
29807 N
29808 \family default
29809 ) nummeriert werden.
29810  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29811  Klammern.
29812  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29813 \end_layout
29814
29815 \begin_layout Standard
29816 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29817  Zeilen nummeriert.
29818  Man kann jedoch über das Menü 
29819 \family sans
29820 Bearbeiten\SpecialChar \menuseparator
29821 Mathe\SpecialChar \menuseparator
29822 Zeilennummerierung an/aus
29823 \family default
29824  (Tastenkürzel 
29825 \family sans
29826 Alt+M
29827 \begin_inset space ~
29828 \end_inset
29829
29830 Shift+N
29831 \family default
29832 ) für jede Zeile die Nummerierung festlegen.
29833 \end_layout
29834
29835 \begin_layout Standard
29836 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29837  werden, siehe 
29838 \begin_inset CommandInset ref
29839 LatexCommand ref
29840 reference "sec:Formelstile"
29841
29842 \end_inset
29843
29844 .
29845 \end_layout
29846
29847 \begin_layout Subsection
29848 Querverweise
29849 \begin_inset Index idx
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853 Querverweise ! auf Formeln
29854 \end_layout
29855
29856 \end_inset
29857
29858
29859 \end_layout
29860
29861 \begin_layout Standard
29862 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29863  Eine Marke wird mit dem Menü 
29864 \family sans
29865 Einfügen\SpecialChar \menuseparator
29866 Marke
29867 \family default
29868  oder dem Werkzeugleistenknopf 
29869 \begin_inset Graphics
29870         filename ../../images/label-insert.png
29871         scale 85
29872
29873 \end_inset
29874
29875  gesetzt.
29876  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29877  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29878 \series bold
29879 eq:
29880 \series default
29881 , nachdem der eigentliche Markenname eingegeben wird.
29882  Der voreingestellte Eintrag steht für 
29883 \begin_inset Quotes gld
29884 \end_inset
29885
29886 equation
29887 \begin_inset Quotes grd
29888 \end_inset
29889
29890  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29891  einer Formel und nicht zu einem Kapitel gehört.
29892  Um eine Marke zu ändern, wählt man wieder das Menü 
29893 \family sans
29894 Einfügen\SpecialChar \menuseparator
29895 Marke
29896 \family default
29897 .
29898 \end_layout
29899
29900 \begin_layout Standard
29901 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29902  Eine Formel mit Marke wird immer nummeriert.
29903 \end_layout
29904
29905 \begin_layout Standard
29906 Querverweise werden mit dem Menü 
29907 \family sans
29908 Einfügen\SpecialChar \menuseparator
29909 Querverweis
29910 \family default
29911  oder dem Werkzeugleistenknopf 
29912 \begin_inset Graphics
29913         filename ../../images/dialog-show-new-inset_ref.png
29914         scale 85
29915
29916 \end_inset
29917
29918  eingefügt.
29919  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29920  Wenn man im Querverweis Dialogfenster das Format 
29921 \series bold
29922 (<Querverweis>)
29923 \series default
29924  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29925 \begin_inset Newline newline
29926 \end_inset
29927
29928 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29929  man zur Formel auf die verwiesen wird.
29930 \end_layout
29931
29932 \begin_layout Standard
29933 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29934 \begin_inset Note Note
29935 status open
29936
29937 \begin_layout Plain Layout
29938 Man beachte die unterschiedlichen Querverweistypen.
29939 \end_layout
29940
29941 \end_inset
29942
29943
29944 \end_layout
29945
29946 \begin_layout Standard
29947 Die Gleichungen 
29948 \begin_inset CommandInset ref
29949 LatexCommand eqref
29950 reference "eq:tag"
29951
29952 \end_inset
29953
29954  und 
29955 \begin_inset CommandInset ref
29956 LatexCommand eqref
29957 reference "eq:c"
29958
29959 \end_inset
29960
29961  sind äquivalent.
29962  In (
29963 \begin_inset CommandInset ref
29964 LatexCommand ref
29965 reference "eq:Lat"
29966
29967 \end_inset
29968
29969 ) werden im Gegensatz zu (
29970 \begin_inset CommandInset ref
29971 LatexCommand ref
29972 reference "eq:Roem"
29973
29974 \end_inset
29975
29976 ) große lateinische Buchstaben zur Nummerierung verwendet.
29977 \end_layout
29978
29979 \begin_layout Standard
29980 \begin_inset VSpace medskip
29981 \end_inset
29982
29983 Ist im Argument von 
29984 \series bold
29985
29986 \backslash
29987 tag
29988 \begin_inset Foot
29989 status collapsed
29990
29991 \begin_layout Plain Layout
29992
29993 \series bold
29994
29995 \backslash
29996 tag
29997 \series default
29998  ist in 
29999 \begin_inset CommandInset ref
30000 LatexCommand ref
30001 reference "sub:Benutzerdefinierte-Nummerierung"
30002
30003 \end_inset
30004
30005  beschrieben.
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \series default
30012  wie in 
30013 \begin_inset CommandInset ref
30014 LatexCommand ref
30015 reference "sub:Absatzboxen"
30016
30017 \end_inset
30018
30019  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30020 \end_layout
30021
30022 \begin_layout Subsection
30023 Unternummerierung
30024 \begin_inset Index idx
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028 Formelnummerierung ! Unternummerierung
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \end_layout
30035
30036 \begin_layout Standard
30037 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30038  
30039 \begin_inset Newline newline
30040 \end_inset
30041
30042
30043 \series bold
30044
30045 \backslash
30046 begin{subequations}
30047 \series default
30048  und 
30049 \series bold
30050
30051 \backslash
30052 end{subequations}
30053 \series default
30054  erreichen.
30055  Beide Befehle werden im TeX-Modus eingegeben.
30056 \end_layout
30057
30058 \begin_layout Standard
30059 Dazu ein Beispiel:
30060 \begin_inset Formula \begin{equation}
30061 A=C-B\label{eq:a}\end{equation}
30062
30063 \end_inset
30064
30065
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071
30072 \backslash
30073 addtocounter{equation}{-1}
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084
30085 \backslash
30086 begin{subequations}
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \begin_inset VSpace -5mm
30093 \end_inset
30094
30095
30096 \begin_inset Formula \begin{equation}
30097 B=C-A\label{eq:b}\end{equation}
30098
30099 \end_inset
30100
30101
30102 \begin_inset Formula \begin{equation}
30103 C=A+B\label{eq:c}\end{equation}
30104
30105 \end_inset
30106
30107
30108 \end_layout
30109
30110 \begin_layout Standard
30111 \begin_inset ERT
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115
30116
30117 \backslash
30118 end{subequations}
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Standard
30127 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30128 \end_layout
30129
30130 \begin_layout Enumerate
30131 erste Formel eingeben
30132 \end_layout
30133
30134 \begin_layout Enumerate
30135
30136 \series bold
30137
30138 \backslash
30139 addtocounter{equation}{-1} 
30140 \backslash
30141 begin{subequations}
30142 \begin_inset Index idx
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 Befehle ! A ! 
30147 \backslash
30148 addtocounter
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \begin_inset Newline newline
30155 \end_inset
30156
30157
30158 \series default
30159 nach der ersten Formel einfügen
30160 \end_layout
30161
30162 \begin_layout Enumerate
30163 zweite Formel eingeben
30164 \end_layout
30165
30166 \begin_layout Enumerate
30167 dritte Formel eingeben
30168 \end_layout
30169
30170 \begin_layout Enumerate
30171
30172 \series bold
30173
30174 \backslash
30175 end{subequations}
30176 \series default
30177  nach der dritten Formel einfügen
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Jede Formel, die zwischen den Befehlen 
30182 \series bold
30183
30184 \backslash
30185 begin
30186 \series default
30187  und 
30188 \series bold
30189
30190 \backslash
30191 end
30192 \series default
30193  steht, wird mit a, b, c, \SpecialChar \ldots{}
30194  untergliedert.
30195  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30196  Alle untergliederten Formeln gelten als 
30197 \emph on
30198 eine
30199 \emph default
30200  nummerierte Formel.
30201  Da jede nummerierte Formel den Formelzähler 
30202 \series bold
30203 equation
30204 \series default
30205  um Eins erhöht, ist der Befehl 
30206 \series bold
30207
30208 \backslash
30209 addtocounter
30210 \series default
30211  notwendig um den Zähler wieder zu erniedrigen.
30212  Ansonsten würden die Formeln 
30213 \begin_inset CommandInset ref
30214 LatexCommand eqref
30215 reference "eq:a"
30216
30217 \end_inset
30218
30219
30220 \begin_inset CommandInset ref
30221 LatexCommand eqref
30222 reference "eq:b"
30223
30224 \end_inset
30225
30226
30227 \begin_inset CommandInset ref
30228 LatexCommand eqref
30229 reference "eq:c"
30230
30231 \end_inset
30232
30233  als 
30234 \begin_inset CommandInset ref
30235 LatexCommand eqref
30236 reference "eq:a"
30237
30238 \end_inset
30239
30240
30241 \begin_inset CommandInset ref
30242 LatexCommand eqref
30243 reference "eq:d"
30244
30245 \end_inset
30246
30247
30248 \begin_inset CommandInset ref
30249 LatexCommand eqref
30250 reference "eq:f"
30251
30252 \end_inset
30253
30254  nummeriert werden.
30255 \end_layout
30256
30257 \begin_layout Standard
30258 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30259  Formeln automatisch etwas Leerraum erstellt.
30260  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30261 \series bold
30262
30263 \backslash
30264 begin{subequations}
30265 \series default
30266  -5
30267 \begin_inset space \thinspace{}
30268 \end_inset
30269
30270 mm vertikalen Leerraum ein.
30271  Ist der Formelstil 
30272 \series bold
30273 Eingerückt
30274 \begin_inset Foot
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278 Formelstile siehe 
30279 \begin_inset CommandInset ref
30280 LatexCommand ref
30281 reference "sec:Formelstile"
30282
30283 \end_inset
30284
30285
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \series default
30292  gewählt, fügt man -7
30293 \begin_inset space \thinspace{}
30294 \end_inset
30295
30296 mm Leerraum ein.
30297 \end_layout
30298
30299 \begin_layout Standard
30300 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30301  der zweiten Zeile abgeschaltet wurde:
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307
30308 \backslash
30309 begin{subequations}
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \begin_inset Formula \begin{eqnarray}
30316 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30317  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30318  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30319 \end{eqnarray}
30320
30321 \end_inset
30322
30323
30324 \begin_inset ERT
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328
30329
30330 \backslash
30331 end{subequations}
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \end_layout
30338
30339 \begin_layout Subsection
30340 Benutzerdefinierte Nummerierung
30341 \begin_inset CommandInset label
30342 LatexCommand label
30343 name "sub:Benutzerdefinierte-Nummerierung"
30344
30345 \end_inset
30346
30347
30348 \begin_inset Index idx
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352 Formelnummerierung ! benutzerdefinierte
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Standard
30361 \begin_inset Index idx
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365 Formelnummerierung ! eigene Klammern
30366 \end_layout
30367
30368 \end_inset
30369
30370 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30371  gesetzt.
30372  Will man diese Klammern z.
30373 \begin_inset space \thinspace{}
30374 \end_inset
30375
30376 B.
30377  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30378  an:
30379 \end_layout
30380
30381 \begin_layout Standard
30382
30383 \series bold
30384
30385 \backslash
30386 def
30387 \backslash
30388 tagform@#1{
30389 \backslash
30390 maketag@@@{|#1|}}
30391 \series default
30392
30393 \begin_inset Note Note
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30398  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30399  werden.
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \end_layout
30406
30407 \begin_layout Standard
30408 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30409 \series bold
30410 #1
30411 \series default
30412  durch ein oder mehrere gewünschte Zeichen.
30413  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30414 \end_layout
30415
30416 \begin_layout Standard
30417 \begin_inset VSpace bigskip
30418 \end_inset
30419
30420 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30421  hinter der Formel stehen, benutzt man den Befehl 
30422 \series bold
30423
30424 \backslash
30425 tag
30426 \series default
30427
30428 \begin_inset Index idx
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432 Befehle ! T ! 
30433 \backslash
30434 tag
30435 \end_layout
30436
30437 \end_inset
30438
30439 :
30440 \begin_inset Formula \begin{equation}
30441 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30442
30443 \end_inset
30444
30445  In diesem Beispiel wurde in der Formel der Befehl 
30446 \series bold
30447
30448 \backslash
30449 tag
30450 \series default
30451
30452 \begin_inset ERT
30453 status collapsed
30454
30455 \begin_layout Plain Layout
30456
30457
30458 \backslash
30459 leer 
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \series bold
30466 etwas
30467 \series default
30468  eingegeben.
30469 \end_layout
30470
30471 \begin_layout Standard
30472 Gibt man stattdessen 
30473 \series bold
30474
30475 \backslash
30476 tag*
30477 \series default
30478
30479 \begin_inset ERT
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483
30484
30485 \backslash
30486 leer 
30487 \end_layout
30488
30489 \end_inset
30490
30491
30492 \series bold
30493 etwas
30494 \series default
30495  ein, verhindert der Stern die Klammern um den Ausdruck:
30496 \begin_inset Formula \[
30497 A+B=C\tag*{etwas}\]
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \begin_layout Standard
30505 \begin_inset VSpace bigskip
30506 \end_inset
30507
30508 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30509  oder 
30510 \begin_inset ERT
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514
30515
30516 \backslash
30517 mbox{
30518 \end_layout
30519
30520 \end_inset
30521
30522 -abschnitt
30523 \begin_inset ERT
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527
30528 }
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \begin_inset Note Note
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538 Der Befehl 
30539 \series bold
30540
30541 \backslash
30542 mbox
30543 \series default
30544  verhindert, dass am Bindestrich umgebrochen wird.
30545 \end_layout
30546
30547 \end_inset
30548
30549  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30550 \end_layout
30551
30552 \begin_layout Standard
30553
30554 \series bold
30555
30556 \backslash
30557 @addtoreset{equation}{part}
30558 \series default
30559
30560 \begin_inset Index idx
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564 Befehle ! 
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570 "
30571 \end_layout
30572
30573 \end_inset
30574
30575 @
30576 \begin_inset ERT
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580
30581 "
30582 \end_layout
30583
30584 \end_inset
30585
30586  ! 
30587 \backslash
30588
30589 \begin_inset ERT
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593
30594 "
30595 \end_layout
30596
30597 \end_inset
30598
30599 @
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605 "
30606 \end_layout
30607
30608 \end_inset
30609
30610 addtoreset
30611 \end_layout
30612
30613 \end_inset
30614
30615
30616 \begin_inset Newline newline
30617 \end_inset
30618
30619 bzw.
30620 \begin_inset Newline newline
30621 \end_inset
30622
30623
30624 \series bold
30625
30626 \backslash
30627 @addtoreset{equation}{section}
30628 \end_layout
30629
30630 \begin_layout Standard
30631 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30632 \begin_inset Quotes gld
30633 \end_inset
30634
30635 @
30636 \begin_inset Quotes grd
30637 \end_inset
30638
30639  Zeichen für LaTeX mit dem Befehl 
30640 \series bold
30641
30642 \backslash
30643 makeatletter
30644 \series default
30645  
30646 \begin_inset Quotes gld
30647 \end_inset
30648
30649 aktiv
30650 \begin_inset Quotes grd
30651 \end_inset
30652
30653  gemacht werden.
30654  Der Befehl 
30655 \series bold
30656
30657 \backslash
30658 makeatother
30659 \series default
30660  macht dies wieder rückgängig.
30661  Daher ist die Befehlssequenz im TeX-Modus:
30662 \end_layout
30663
30664 \begin_layout Standard
30665
30666 \series bold
30667
30668 \backslash
30669 makeatletter
30670 \begin_inset Newline newline
30671 \end_inset
30672
30673
30674 \backslash
30675 @addtoreset{equation}{section}
30676 \begin_inset Newline newline
30677 \end_inset
30678
30679
30680 \backslash
30681 makeatother
30682 \end_layout
30683
30684 \begin_layout Standard
30685 Im LaTeX-Vorspann können 
30686 \series bold
30687
30688 \backslash
30689 makeatletter
30690 \series default
30691  und 
30692 \series bold
30693
30694 \backslash
30695 makeatother
30696 \series default
30697  weggelassen werden, da LyX sie automatisch intern einfügt.
30698 \end_layout
30699
30700 \begin_layout Standard
30701 Um 
30702 \series bold
30703
30704 \backslash
30705 @addtoreset
30706 \series default
30707  rückgängig zu machen, muss die Datei 
30708 \series bold
30709 remreset.sty
30710 \series default
30711
30712 \begin_inset Foot
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716
30717 \series bold
30718 remreset
30719 \series default
30720  ist Teil des LaTeX-Paketes 
30721 \series bold
30722 carlisle
30723 \series default
30724
30725 \begin_inset Index idx
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729 Pakete ! carlisle
30730 \end_layout
30731
30732 \end_inset
30733
30734 , das Teil jeder LaTeX-Standardinstallation ist.
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \begin_inset Index idx
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744 Pakete ! remreset
30745 \end_layout
30746
30747 \end_inset
30748
30749  im LaTeX-Vorspann mit der Zeile
30750 \end_layout
30751
30752 \begin_layout Standard
30753
30754 \series bold
30755
30756 \backslash
30757 usepackage{remreset}
30758 \end_layout
30759
30760 \begin_layout Standard
30761 geladen werden.
30762  Dann kann der Befehl 
30763 \series bold
30764
30765 \backslash
30766 @removefromreset
30767 \series default
30768
30769 \begin_inset Index idx
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773 Befehle ! 
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779 "
30780 \end_layout
30781
30782 \end_inset
30783
30784 @
30785 \begin_inset ERT
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789
30790 "
30791 \end_layout
30792
30793 \end_inset
30794
30795  ! 
30796 \backslash
30797
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803 "
30804 \end_layout
30805
30806 \end_inset
30807
30808 @
30809 \begin_inset ERT
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813
30814 "
30815 \end_layout
30816
30817 \end_inset
30818
30819 removefromreset
30820 \end_layout
30821
30822 \end_inset
30823
30824  mit dem selben Schema wie 
30825 \series bold
30826
30827 \backslash
30828 @addtoreset
30829 \series default
30830  benutzt werden.
30831 \end_layout
30832
30833 \begin_layout Standard
30834 \begin_inset VSpace bigskip
30835 \end_inset
30836
30837 Oftmals möchte man Formeln in folgender Art nummerieren:
30838 \end_layout
30839
30840 \begin_layout Standard
30841
30842 \family typewriter
30843 (Kapitelnummer.Formelnummer)
30844 \end_layout
30845
30846 \begin_layout Standard
30847 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30848 \end_layout
30849
30850 \begin_layout Standard
30851 Für diesen Fall gibt es den Befehl 
30852 \series bold
30853
30854 \backslash
30855 numberwithin
30856 \series default
30857
30858 \begin_inset Index idx
30859 status collapsed
30860
30861 \begin_layout Plain Layout
30862 Befehle ! N ! 
30863 \backslash
30864 numberwithin
30865 \end_layout
30866
30867 \end_inset
30868
30869 , der nach folgendem Schema benutzt wird:
30870 \end_layout
30871
30872 \begin_layout Standard
30873
30874 \series bold
30875
30876 \backslash
30877 numberwithin{Zähler}{Gliederung}
30878 \end_layout
30879
30880 \begin_layout Standard
30881 Zähler gibt an, welche Nummerierung betroffen ist.
30882  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30883 \end_layout
30884
30885 \begin_layout Standard
30886 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
30887  ein:
30888 \end_layout
30889
30890 \begin_layout Standard
30891
30892 \series bold
30893
30894 \backslash
30895 numberwithin{equation}{section}
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Das ist das Ergebnis:
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905
30906 \backslash
30907 numberwithin{equation}{section}
30908 \end_layout
30909
30910 \end_inset
30911
30912
30913 \begin_inset Formula \begin{equation}
30914 A+B=C\end{equation}
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \begin_layout Standard
30922 Möchte man z.
30923 \begin_inset space \thinspace{}
30924 \end_inset
30925
30926 B.
30927  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30928  gibt man 
30929 \series bold
30930
30931 \backslash
30932 numberwithin{table}{part}
30933 \series default
30934  ein.
30935 \end_layout
30936
30937 \begin_layout Standard
30938 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30939 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30940  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
30941 \end_layout
30942
30943 \begin_layout Standard
30944
30945 \series bold
30946
30947 \backslash
30948 renewcommand{
30949 \backslash
30950 theequation}{
30951 \backslash
30952 arabic{equation}}
30953 \begin_inset Index idx
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957 Befehle ! A ! 
30958 \backslash
30959 arabic
30960 \end_layout
30961
30962 \end_inset
30963
30964
30965 \series default
30966
30967 \begin_inset ERT
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971
30972
30973 \backslash
30974 renewcommand{
30975 \backslash
30976 theequation}{
30977 \backslash
30978 arabic{equation}}
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \series bold
30985
30986 \begin_inset Newline newline
30987 \end_inset
30988
30989
30990 \series default
30991 bzw.
30992 \series bold
30993
30994 \begin_inset Newline newline
30995 \end_inset
30996
30997
30998 \backslash
30999 renewcommand{
31000 \backslash
31001 thetable}{
31002 \backslash
31003 arabic{table}}
31004 \end_layout
31005
31006 \begin_layout Standard
31007
31008 \series bold
31009
31010 \backslash
31011 numberwithin
31012 \series default
31013  benutzt intern den oben beschriebenen Befehl 
31014 \series bold
31015
31016 \backslash
31017 @addtoreset
31018 \series default
31019 , der ebenfalls rückgängig gemacht werden muss.
31020 \begin_inset ERT
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024
31025
31026 \backslash
31027 makeatletter
31028 \end_layout
31029
31030 \begin_layout Plain Layout
31031
31032
31033 \backslash
31034 @removefromreset{equation}{section}
31035 \end_layout
31036
31037 \begin_layout Plain Layout
31038
31039
31040 \backslash
31041 makeatother
31042 \end_layout
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Subsection
31050 Nummerierung mit römischen Zahlen und Buchstaben
31051 \begin_inset Index idx
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055 Formelnummerierung ! mit Buchstaben
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \begin_inset Index idx
31062 status collapsed
31063
31064 \begin_layout Plain Layout
31065 Formelnummerierung ! mit römischen Zahlen
31066 \end_layout
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31075  werden.
31076  Um z.
31077 \begin_inset space \thinspace{}
31078 \end_inset
31079
31080 B.
31081  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31082  TeX-Modus den Befehl
31083 \end_layout
31084
31085 \begin_layout Standard
31086
31087 \series bold
31088
31089 \backslash
31090 renewcommand{
31091 \backslash
31092 theequation}{
31093 \backslash
31094 roman{equation}}
31095 \end_layout
31096
31097 \begin_layout Standard
31098 ein.
31099  
31100 \series bold
31101
31102 \backslash
31103 renewcommand
31104 \series default
31105
31106 \begin_inset Index idx
31107 status collapsed
31108
31109 \begin_layout Plain Layout
31110 Befehle ! R ! 
31111 \backslash
31112 renewcommand
31113 \end_layout
31114
31115 \end_inset
31116
31117  weist dem vordefinierten Befehl 
31118 \series bold
31119
31120 \backslash
31121 theequation
31122 \series default
31123  den Befehl
31124 \begin_inset Newline linebreak
31125 \end_inset
31126
31127
31128 \series bold
31129
31130 \backslash
31131 roman{equation}
31132 \series default
31133  zu.
31134 \begin_inset Foot
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138 Der Befehl 
31139 \series bold
31140
31141 \backslash
31142 renewcommand
31143 \series default
31144  besitzt dasselbe Schema wie der in 
31145 \begin_inset CommandInset ref
31146 LatexCommand ref
31147 reference "sub:Der-Befehl-newcommand"
31148
31149 \end_inset
31150
31151  beschriebene Befehl
31152 \begin_inset Newline newline
31153 \end_inset
31154
31155
31156 \series bold
31157
31158 \backslash
31159 newcommand
31160 \series default
31161 .
31162 \end_layout
31163
31164 \end_inset
31165
31166  
31167 \series bold
31168 equation
31169 \series default
31170  ist der Formelzähler.
31171  Stellt man einem Zähler den Befehl 
31172 \series bold
31173
31174 \backslash
31175 the
31176 \series default
31177  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31178  wird.
31179  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31180  
31181 \series bold
31182
31183 \backslash
31184 theequation
31185 \series default
31186  hinter die Formel.
31187  
31188 \series bold
31189
31190 \backslash
31191 roman{equation}
31192 \begin_inset Index idx
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196 Befehle ! R ! 
31197 \backslash
31198 roman
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \series default
31205  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31206 \end_layout
31207
31208 \begin_layout Standard
31209 Alle Formeln nach dem 
31210 \series bold
31211
31212 \backslash
31213 renewcommand
31214 \series default
31215 -Befehl werden nun römisch nummeriert.
31216  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31217  den Befehl erneut ein, ersetzt aber 
31218 \series bold
31219
31220 \backslash
31221 roman
31222 \series default
31223  durch 
31224 \series bold
31225
31226 \backslash
31227 Roman
31228 \series default
31229
31230 \begin_inset Index idx
31231 status collapsed
31232
31233 \begin_layout Plain Layout
31234 Befehle ! R ! 
31235 \backslash
31236 roman@
31237 \backslash
31238 Roman
31239 \end_layout
31240
31241 \end_inset
31242
31243 .
31244  Für die 
31245 \begin_inset Quotes gld
31246 \end_inset
31247
31248 Nummerierung
31249 \begin_inset Quotes grd
31250 \end_inset
31251
31252  mit lateinischen Buchstaben gibt es den Befehl 
31253 \series bold
31254
31255 \backslash
31256 alph
31257 \series default
31258
31259 \begin_inset Index idx
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263 Befehle ! A ! 
31264 \backslash
31265 alph
31266 \end_layout
31267
31268 \end_inset
31269
31270  für kleine und 
31271 \series bold
31272
31273 \backslash
31274 Alph
31275 \series default
31276
31277 \begin_inset Index idx
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281 Befehle ! A ! 
31282 \backslash
31283 alph@
31284 \backslash
31285 Alph
31286 \end_layout
31287
31288 \end_inset
31289
31290  für große Buchstaben.
31291 \end_layout
31292
31293 \begin_layout Standard
31294 \begin_inset Note Greyedout
31295 status open
31296
31297 \begin_layout Plain Layout
31298
31299 \series bold
31300 Achtung:
31301 \series default
31302  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31303  nummeriert werden.
31304 \end_layout
31305
31306 \end_inset
31307
31308
31309 \end_layout
31310
31311 \begin_layout Standard
31312 \begin_inset ERT
31313 status collapsed
31314
31315 \begin_layout Plain Layout
31316
31317
31318 \backslash
31319 renewcommand{
31320 \backslash
31321 theequation}{
31322 \backslash
31323 roman{equation}}
31324 \end_layout
31325
31326 \end_inset
31327
31328
31329 \end_layout
31330
31331 \begin_layout Standard
31332 \begin_inset Formula \begin{equation}
31333 A=\textrm{römisch}\end{equation}
31334
31335 \end_inset
31336
31337
31338 \begin_inset ERT
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342
31343
31344 \backslash
31345 renewcommand{
31346 \backslash
31347 theequation}{
31348 \backslash
31349 Roman{equation}}
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \begin_inset Formula \begin{equation}
31356 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
31357
31358 \end_inset
31359
31360
31361 \begin_inset ERT
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365
31366
31367 \backslash
31368 renewcommand{
31369 \backslash
31370 theequation}{
31371 \backslash
31372 alph{equation}}
31373 \end_layout
31374
31375 \end_inset
31376
31377
31378 \begin_inset Formula \begin{equation}
31379 C=\textrm{lateinisch}\end{equation}
31380
31381 \end_inset
31382
31383
31384 \begin_inset ERT
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388
31389
31390 \backslash
31391 renewcommand{
31392 \backslash
31393 theequation}{
31394 \backslash
31395 Alph{equation}}
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \begin_inset Formula \begin{equation}
31402 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \begin_layout Standard
31410 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31411  ein:
31412 \end_layout
31413
31414 \begin_layout Standard
31415
31416 \series bold
31417
31418 \backslash
31419 renewcommand{
31420 \backslash
31421 theequation}{
31422 \backslash
31423 arabic{equation}}
31424 \begin_inset Index idx
31425 status collapsed
31426
31427 \begin_layout Plain Layout
31428 Befehle ! A ! 
31429 \backslash
31430 arabic
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \begin_layout Standard
31439 \begin_inset ERT
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443
31444
31445 \backslash
31446 renewcommand{
31447 \backslash
31448 theequation}{
31449 \backslash
31450 arabic{equation}}
31451 \end_layout
31452
31453 \end_inset
31454
31455
31456 \begin_inset Formula \begin{equation}
31457 E=\textrm{arabisch}\end{equation}
31458
31459 \end_inset
31460
31461
31462 \end_layout
31463
31464 \begin_layout Standard
31465 \begin_inset VSpace medskip
31466 \end_inset
31467
31468 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31469 riert.
31470  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31471  beginnen, müssen neue Formelzähler angelegt werden.
31472  Eine Beschreibung dazu findet man in der Datei 
31473 \begin_inset CommandInset href
31474 LatexCommand href
31475 name "Formelnummerierung.lyx"
31476 target "run:Formelnummerierung.lyx"
31477
31478 \end_inset
31479
31480 .
31481 \end_layout
31482
31483 \begin_layout Section
31484 Chemische Symbole und Reaktionsgleichungen
31485 \begin_inset CommandInset label
31486 LatexCommand label
31487 name "sub:Chemische-Symbole-und"
31488
31489 \end_inset
31490
31491
31492 \begin_inset Index idx
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496 chemische Zeichen ! Symbole
31497 \end_layout
31498
31499 \end_inset
31500
31501
31502 \begin_inset Index idx
31503 status collapsed
31504
31505 \begin_layout Plain Layout
31506 Reaktionsgleichungen
31507 \end_layout
31508
31509 \end_inset
31510
31511
31512 \begin_inset Index idx
31513 status collapsed
31514
31515 \begin_layout Plain Layout
31516 Symbole ! chemische
31517 \end_layout
31518
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \begin_layout Standard
31525 Ein Beispieltext aus der Chemie:
31526 \end_layout
31527
31528 \begin_layout Quote
31529 Das 
31530 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31531 \end_inset
31532
31533 -Ion verbindet sich mit zwei 
31534 \begin_inset Formula $\mathrm{Na^{+}}$
31535 \end_inset
31536
31537 -Ionen zu Natriumsulfat 
31538 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31539 \end_inset
31540
31541 .
31542  Die Reaktionsgleichung dazu lautet:
31543 \begin_inset Formula \begin{equation}
31544 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}\end{equation}
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Standard
31552 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31553  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31554  in der Formel und wandelt diese mit der Tastenkombination 
31555 \family sans
31556 Alt+Z
31557 \begin_inset space ~
31558 \end_inset
31559
31560 R
31561 \family default
31562  in den aufrechten Schriftstil um.
31563 \begin_inset Foot
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567 Schriftstile siehe 
31568 \begin_inset CommandInset ref
31569 LatexCommand ref
31570 reference "sub:Schriftstile"
31571
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Standard
31583 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31584 \series bold
31585  
31586 \backslash
31587 ce
31588 \series default
31589
31590 \begin_inset Index idx
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594 Befehle ! C ! 
31595 \backslash
31596 ce
31597 \end_layout
31598
31599 \end_inset
31600
31601  zu benutzen.
31602  Dieser ist verfügbar, wenn das LaTeX-Paket 
31603 \series bold
31604 mhchem
31605 \series default
31606
31607 \begin_inset Index idx
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611 Pakete ! mhchem
31612 \end_layout
31613
31614 \end_inset
31615
31616  installiert ist.
31617  Nachdem 
31618 \series bold
31619
31620 \backslash
31621 ce
31622 \series default
31623  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31624  Formeln in intuitiver Weise eingegeben werden können.
31625 \end_layout
31626
31627 \begin_layout Standard
31628 \align center
31629 \begin_inset Tabular
31630 <lyxtabular version="3" rows="9" columns="2">
31631 <features tabularvalignment="middle">
31632 <column alignment="center" valignment="top" width="0">
31633 <column alignment="center" valignment="top" width="0">
31634 <row>
31635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31636 \begin_inset Text
31637
31638 \begin_layout Plain Layout
31639 Befehl
31640 \end_layout
31641
31642 \end_inset
31643 </cell>
31644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31645 \begin_inset Text
31646
31647 \begin_layout Plain Layout
31648 Ergebnis
31649 \begin_inset Note Note
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653
31654 \series bold
31655
31656 \backslash
31657 raisebox
31658 \series default
31659  dient nur als Abstandhalter.
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \end_layout
31666
31667 \end_inset
31668 </cell>
31669 </row>
31670 <row>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675
31676 \backslash
31677 ce
31678 \begin_inset ERT
31679 status collapsed
31680
31681 \begin_layout Plain Layout
31682
31683
31684 \backslash
31685 leer 
31686 \end_layout
31687
31688 \end_inset
31689
31690 H2CO3
31691 \end_layout
31692
31693 \end_inset
31694 </cell>
31695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31696 \begin_inset Text
31697
31698 \begin_layout Plain Layout
31699 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \end_inset
31706 </cell>
31707 </row>
31708 <row>
31709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31710 \begin_inset Text
31711
31712 \begin_layout Plain Layout
31713
31714 \backslash
31715 ce
31716 \begin_inset ERT
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720
31721
31722 \backslash
31723 leer 
31724 \end_layout
31725
31726 \end_inset
31727
31728 SO4^2-
31729 \end_layout
31730
31731 \end_inset
31732 </cell>
31733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31734 \begin_inset Text
31735
31736 \begin_layout Plain Layout
31737 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31738 \end_inset
31739
31740
31741 \end_layout
31742
31743 \end_inset
31744 </cell>
31745 </row>
31746 <row>
31747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751
31752 \backslash
31753 ce
31754 \begin_inset ERT
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758
31759
31760 \backslash
31761 leer 
31762 \end_layout
31763
31764 \end_inset
31765
31766 (NH4)2S
31767 \end_layout
31768
31769 \end_inset
31770 </cell>
31771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31772 \begin_inset Text
31773
31774 \begin_layout Plain Layout
31775 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31776 \end_inset
31777
31778
31779 \end_layout
31780
31781 \end_inset
31782 </cell>
31783 </row>
31784 <row>
31785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31786 \begin_inset Text
31787
31788 \begin_layout Plain Layout
31789
31790 \backslash
31791 ce
31792 \begin_inset ERT
31793 status collapsed
31794
31795 \begin_layout Plain Layout
31796
31797
31798 \backslash
31799 leer 
31800 \end_layout
31801
31802 \end_inset
31803
31804 KCr(SO4)2.12H2O
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31814 \end_inset
31815
31816
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 </row>
31822 <row>
31823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31824 \begin_inset Text
31825
31826 \begin_layout Plain Layout
31827
31828 \backslash
31829 ce
31830 \begin_inset ERT
31831 status collapsed
31832
31833 \begin_layout Plain Layout
31834
31835
31836 \backslash
31837 leer 
31838 \end_layout
31839
31840 \end_inset
31841
31842 A-B
31843 \backslash
31844 dbond
31845 \begin_inset ERT
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849
31850
31851 \backslash
31852 leer 
31853 \end_layout
31854
31855 \end_inset
31856
31857 C
31858 \backslash
31859 tbond
31860 \begin_inset ERT
31861 status collapsed
31862
31863 \begin_layout Plain Layout
31864
31865
31866 \backslash
31867 leer 
31868 \end_layout
31869
31870 \end_inset
31871
31872 D
31873 \end_layout
31874
31875 \end_inset
31876 </cell>
31877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31878 \begin_inset Text
31879
31880 \begin_layout Plain Layout
31881 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \end_inset
31888 </cell>
31889 </row>
31890 <row>
31891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895
31896 \backslash
31897 ce
31898 \begin_inset ERT
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902
31903
31904 \backslash
31905 leer 
31906 \end_layout
31907
31908 \end_inset
31909
31910 ^227
31911 \begin_inset Formula $\downarrow$
31912 \end_inset
31913
31914 _90
31915 \begin_inset Formula $\to$
31916 \end_inset
31917
31918 Th+
31919 \end_layout
31920
31921 \end_inset
31922 </cell>
31923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31924 \begin_inset Text
31925
31926 \begin_layout Plain Layout
31927 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31928 \end_inset
31929
31930
31931 \end_layout
31932
31933 \end_inset
31934 </cell>
31935 </row>
31936 <row>
31937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31938 \begin_inset Text
31939
31940 \begin_layout Plain Layout
31941
31942 \backslash
31943 ce
31944 \begin_inset ERT
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948
31949
31950 \backslash
31951 leer 
31952 \end_layout
31953
31954 \end_inset
31955
31956 CO2
31957 \begin_inset ERT
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961
31962
31963 \backslash
31964 leer 
31965 \end_layout
31966
31967 \end_inset
31968
31969 +
31970 \begin_inset ERT
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974
31975
31976 \backslash
31977 leer 
31978 \end_layout
31979
31980 \end_inset
31981
31982 C
31983 \begin_inset ERT
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987
31988
31989 \backslash
31990 leer 
31991 \end_layout
31992
31993 \end_inset
31994
31995 <=>
31996 \begin_inset ERT
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000
32001
32002 \backslash
32003 leer 
32004 \end_layout
32005
32006 \end_inset
32007
32008 2CO
32009 \end_layout
32010
32011 \end_inset
32012 </cell>
32013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32014 \begin_inset Text
32015
32016 \begin_layout Plain Layout
32017 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32018 \end_inset
32019
32020
32021 \end_layout
32022
32023 \end_inset
32024 </cell>
32025 </row>
32026 <row>
32027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32028 \begin_inset Text
32029
32030 \begin_layout Plain Layout
32031
32032 \backslash
32033 ce
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 CO2
32047 \begin_inset ERT
32048 status collapsed
32049
32050 \begin_layout Plain Layout
32051
32052
32053 \backslash
32054 leer 
32055 \end_layout
32056
32057 \end_inset
32058
32059 +
32060 \begin_inset ERT
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064
32065
32066 \backslash
32067 leer 
32068 \end_layout
32069
32070 \end_inset
32071
32072 C
32073 \begin_inset ERT
32074 status collapsed
32075
32076 \begin_layout Plain Layout
32077
32078
32079 \backslash
32080 leer 
32081 \end_layout
32082
32083 \end_inset
32084
32085 ->[
32086 \backslash
32087 alpha][
32088 \backslash
32089 beta]
32090 \begin_inset ERT
32091 status collapsed
32092
32093 \begin_layout Plain Layout
32094
32095
32096 \backslash
32097 leer 
32098 \end_layout
32099
32100 \end_inset
32101
32102 2CO}
32103 \end_layout
32104
32105 \end_inset
32106 </cell>
32107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32108 \begin_inset Text
32109
32110 \begin_layout Plain Layout
32111 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \end_inset
32118 </cell>
32119 </row>
32120 </lyxtabular>
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \begin_layout Standard
32128 \begin_inset Note Greyedout
32129 status open
32130
32131 \begin_layout Plain Layout
32132
32133 \series bold
32134 Achtung:
32135 \series default
32136  Wenn eine Formel in eine 
32137 \series bold
32138
32139 \backslash
32140 ce
32141 \series default
32142 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32143  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32144 \begin_inset space \thinspace{}
32145 \end_inset
32146
32147 B.
32148  für 
32149 \series bold
32150
32151 \backslash
32152 ce{$
32153 \backslash
32154 mu
32155 \backslash
32156 hyphen$Cl}
32157 \series default
32158
32159 \begin_inset ERT
32160 status collapsed
32161
32162 \begin_layout Plain Layout
32163
32164
32165 \backslash
32166 ce{$
32167 \backslash
32168 mu
32169 \backslash
32170 hyphen$Cl}
32171 \end_layout
32172
32173 \end_inset
32174
32175  
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 Wird 
32185 \series bold
32186
32187 \backslash
32188 ce
32189 \series default
32190  benutzt, lautet der Befehl für Gleichung
32191 \begin_inset space ~
32192 \end_inset
32193
32194
32195 \begin_inset CommandInset ref
32196 LatexCommand eqref
32197 reference "eq:chemische-Reaktion"
32198
32199 \end_inset
32200
32201 :
32202 \begin_inset Newline newline
32203 \end_inset
32204
32205
32206 \series bold
32207  
32208 \backslash
32209 ce
32210 \series default
32211
32212 \begin_inset ERT
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216
32217
32218 \backslash
32219 leer 
32220 \end_layout
32221
32222 \end_inset
32223
32224
32225 \series bold
32226 2Na+
32227 \series default
32228
32229 \begin_inset ERT
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233
32234
32235 \backslash
32236 leer 
32237 \end_layout
32238
32239 \end_inset
32240
32241
32242 \series bold
32243 +
32244 \series default
32245
32246 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251
32252 \backslash
32253 leer 
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \series bold
32260 SO4^2-
32261 \series default
32262
32263 \begin_inset ERT
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267
32268
32269 \backslash
32270 leer 
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \begin_inset ERT
32277 status collapsed
32278
32279 \begin_layout Plain Layout
32280
32281
32282 \backslash
32283 leer 
32284 \end_layout
32285
32286 \end_inset
32287
32288
32289 \series bold
32290 ->
32291 \series default
32292
32293 \begin_inset ERT
32294 status collapsed
32295
32296 \begin_layout Plain Layout
32297
32298
32299 \backslash
32300 leer 
32301 \end_layout
32302
32303 \end_inset
32304
32305
32306 \series bold
32307 Na2SO4
32308 \end_layout
32309
32310 \begin_layout Standard
32311 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32312  Formel erstellt, wie in 
32313 \begin_inset CommandInset ref
32314 LatexCommand ref
32315 reference "sec:Mehrzeilige-Formeln"
32316
32317 \end_inset
32318
32319  beschrieben.
32320  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32321 \series bold
32322
32323 \backslash
32324 ce
32325 \series default
32326  verwendet.
32327  
32328 \begin_inset CommandInset ref
32329 LatexCommand eqref
32330 reference "eq:TEOS-Reaktion-1"
32331
32332 \end_inset
32333
32334  und 
32335 \begin_inset CommandInset ref
32336 LatexCommand eqref
32337 reference "eq:TEOS-Reaktion-2"
32338
32339 \end_inset
32340
32341  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32342  Gleichung eine eigene Nummer hat.
32343 \begin_inset Formula \begin{eqnarray}
32344 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32345 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32346 \end{eqnarray}
32347
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Standard
32354 Außer 
32355 \series bold
32356
32357 \backslash
32358 ce
32359 \series default
32360  bietet das Paket 
32361 \series bold
32362 mhchem
32363 \series default
32364  noch den Befehl 
32365 \series bold
32366
32367 \backslash
32368 cf
32369 \series default
32370
32371 \begin_inset Index idx
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375 Befehle ! C ! 
32376 \backslash
32377 cf
32378 \end_layout
32379
32380 \end_inset
32381
32382  für spezielle Fälle.
32383  Mehr über 
32384 \series bold
32385
32386 \backslash
32387 cf
32388 \series default
32389  und weitere Beispiele sind in der Dokumentation von 
32390 \series bold
32391 mhchem
32392 \series default
32393  zu finden, 
32394 \begin_inset CommandInset citation
32395 LatexCommand cite
32396 key "mhchem"
32397
32398 \end_inset
32399
32400 .
32401 \end_layout
32402
32403 \begin_layout Section
32404 Diagramme
32405 \end_layout
32406
32407 \begin_layout Standard
32408 LyX unterstützt zwei Typen kommutativer Diagramme: 
32409 \series bold
32410 amscd
32411 \series default
32412  und 
32413 \series bold
32414 xymatrix
32415 \series default
32416 , die im Folgenden erläutert sind.
32417 \end_layout
32418
32419 \begin_layout Subsection
32420 amscd Diagramme
32421 \begin_inset Index idx
32422 status collapsed
32423
32424 \begin_layout Plain Layout
32425 Diagramme ! amscd
32426 \end_layout
32427
32428 \end_inset
32429
32430
32431 \end_layout
32432
32433 \begin_layout Standard
32434 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32435  Linien oder Pfeilen dar:
32436 \begin_inset Formula \[
32437 \begin{CD}A@>>>B@>>>C\\
32438 @AAA@.@VVV\\
32439 F@<<<E@<<<D
32440 \end{CD}\]
32441
32442 \end_inset
32443
32444
32445 \end_layout
32446
32447 \begin_layout Standard
32448 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32449 \series bold
32450
32451 \backslash
32452 CD
32453 \begin_inset Index idx
32454 status collapsed
32455
32456 \begin_layout Plain Layout
32457 Befehle ! C ! 
32458 \backslash
32459 CD
32460 \end_layout
32461
32462 \end_inset
32463
32464
32465 \series default
32466  ein.
32467  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32468  man die weiteren Befehle eingibt.
32469  Mit 
32470 \series bold
32471
32472 \begin_inset ERT
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476
32477
32478 \backslash
32479 mbox{
32480 \end_layout
32481
32482 \end_inset
32483
32484
32485 \family sans
32486 \series default
32487 Strg+Enter
32488 \family default
32489 \series bold
32490
32491 \begin_inset ERT
32492 status collapsed
32493
32494 \begin_layout Plain Layout
32495
32496 }
32497 \end_layout
32498
32499 \end_inset
32500
32501
32502 \series default
32503  wird eine neue Zeile erstellt.
32504  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32505  Zeilen der Formel eingegeben.
32506 \end_layout
32507
32508 \begin_layout Standard
32509 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32510 \end_layout
32511
32512 \begin_layout Itemize
32513
32514 \series bold
32515 @<<<
32516 \series default
32517  erstellt einen Linkspfeil, 
32518 \series bold
32519 @>>>
32520 \series default
32521  einen Rechtspfeil und 
32522 \series bold
32523 @=
32524 \series default
32525  ein langes Gleichheitszeichen
32526 \end_layout
32527
32528 \begin_layout Itemize
32529
32530 \series bold
32531 @AAA
32532 \series default
32533  erstellt einen Pfeil nach oben, 
32534 \series bold
32535 @VVV
32536 \series default
32537  einen Pfeil nach unten und 
32538 \series bold
32539 @|
32540 \series default
32541  ein senkrechtes Gleichheitszeichen
32542 \end_layout
32543
32544 \begin_layout Itemize
32545
32546 \series bold
32547 @.
32548
32549 \series default
32550  dient als Platzhalter für nicht vorhandene Beziehungen
32551 \end_layout
32552
32553 \begin_layout Standard
32554 Alle Pfeile sind wie folgt beschriftbar:
32555 \end_layout
32556
32557 \begin_layout Itemize
32558 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32559  > Text eingegeben, erscheint er über dem Pfeil.
32560  Wird der Text zwischen dem zweiten und dritten < bzw.
32561  > eingegeben, erscheint er unter dem Pfeil.
32562 \end_layout
32563
32564 \begin_layout Itemize
32565 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32566  V eingegeben, erscheint er links neben dem Pfeil.
32567  Bei Eingabe zwischen zweitem und drittem A bzw.
32568  V erscheint er rechts daneben.
32569  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32570  gesetzt werden.
32571 \end_layout
32572
32573 \begin_layout Standard
32574 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32575 \end_layout
32576
32577 \begin_layout Standard
32578 \begin_inset Formula \[
32579 \begin{CD}A@>j>>B@>>k>C@=F\\
32580 @AmAA@.@VV{V}V@|\\
32581 D@<<j<E@>k>>F@=C
32582 \end{CD}\]
32583
32584 \end_inset
32585
32586
32587 \end_layout
32588
32589 \begin_layout Standard
32590 Der Befehl dazu lautet:
32591 \begin_inset Newline newline
32592 \end_inset
32593
32594
32595 \series bold
32596
32597 \backslash
32598 CD
32599 \begin_inset ERT
32600 status collapsed
32601
32602 \begin_layout Plain Layout
32603
32604
32605 \backslash
32606 leer 
32607 \end_layout
32608
32609 \end_inset
32610
32611 A@>j>>B@>>k>C@=F Strg+Enter
32612 \begin_inset Newline newline
32613 \end_inset
32614
32615
32616 \begin_inset Phantom HPhantom
32617 status open
32618
32619 \begin_layout Plain Layout
32620
32621 \series bold
32622
32623 \backslash
32624 CD
32625 \begin_inset ERT
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629
32630
32631 \backslash
32632 leer 
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \end_layout
32639
32640 \end_inset
32641
32642 @AmAA@.@VV
32643 \backslash
32644 {V
32645 \series default
32646
32647 \begin_inset Formula $\to$
32648 \end_inset
32649
32650
32651 \series bold
32652 V@| Strg+Enter
32653 \begin_inset Newline newline
32654 \end_inset
32655
32656
32657 \begin_inset Phantom HPhantom
32658 status open
32659
32660 \begin_layout Plain Layout
32661
32662 \series bold
32663
32664 \backslash
32665 CD
32666 \begin_inset ERT
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670
32671
32672 \backslash
32673 leer 
32674 \end_layout
32675
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \end_inset
32682
32683 D@<<j<E@>k>>F@=C
32684 \end_layout
32685
32686 \begin_layout Subsection
32687 xymatrix Diagramme
32688 \begin_inset Index idx
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692 Diagramme ! xymatrix
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Standard
32701 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32702 \series bold
32703 xypic
32704 \series default
32705  installiert sein.
32706  Eine Xymatrix wird erstellt, indem der Befehl 
32707 \series bold
32708
32709 \backslash
32710 xymatrix
32711 \series default
32712  in eine Formel eingegeben wird.
32713  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32714  hinzufügen, siehe 
32715 \begin_inset CommandInset ref
32716 LatexCommand ref
32717 reference "sec:Matrizen"
32718
32719 \end_inset
32720
32721 .
32722 \end_layout
32723
32724 \begin_layout Standard
32725 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32726  gekrümmte Pfeile und vieles mehr.
32727  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32728  sind im Detail im 
32729 \emph on
32730 XY-pic-Handbuch
32731 \emph default
32732  erklärt, dass im Menü 
32733 \family sans
32734 Hilfe\SpecialChar \menuseparator
32735 Spezielle
32736 \begin_inset space ~
32737 \end_inset
32738
32739 Handbücher
32740 \family default
32741  zu finden ist.
32742 \end_layout
32743
32744 \begin_layout Subsection
32745
32746 \noun on
32747 Feynman
32748 \noun default
32749  Diagramme
32750 \begin_inset Index idx
32751 status collapsed
32752
32753 \begin_layout Plain Layout
32754 Diagramme ! Feynman
32755 \end_layout
32756
32757 \end_inset
32758
32759
32760 \end_layout
32761
32762 \begin_layout Standard
32763 Um 
32764 \noun on
32765 Feynman-
32766 \noun default
32767 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32768 \series bold
32769 feyn
32770 \series default
32771  installiert sein.
32772  Ein 
32773 \noun on
32774 Feynman-
32775 \noun default
32776 Diagramm wird erstellt, indem der Befehl 
32777 \series bold
32778
32779 \backslash
32780 Diagram
32781 \series default
32782  in eine Formel eingegeben wird.
32783  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32784  hinzufügen, siehe 
32785 \begin_inset CommandInset ref
32786 LatexCommand ref
32787 reference "sec:Matrizen"
32788
32789 \end_inset
32790
32791 .
32792 \end_layout
32793
32794 \begin_layout Standard
32795 Beispiele wie man in LyX 
32796 \noun on
32797 Feynman-
32798 \noun default
32799 Diagramme erstellt sind im 
32800 \emph on
32801 Feynman-Diagramm Handbuch
32802 \emph default
32803  gegeben, dass im Menü 
32804 \family sans
32805 Hilfe\SpecialChar \menuseparator
32806 Spezielle
32807 \begin_inset space ~
32808 \end_inset
32809
32810 Handbücher
32811 \family default
32812  zu finden ist.
32813 \end_layout
32814
32815 \begin_layout Section
32816 Benutzerdefinierte Befehle
32817 \begin_inset CommandInset label
32818 LatexCommand label
32819 name "sec:Benutzerdefinierte-Befehle"
32820
32821 \end_inset
32822
32823
32824 \begin_inset Index idx
32825 status collapsed
32826
32827 \begin_layout Plain Layout
32828 benutzerdefinierte Befehle
32829 \end_layout
32830
32831 \end_inset
32832
32833
32834 \end_layout
32835
32836 \begin_layout Standard
32837 \begin_inset Note Greyedout
32838 status open
32839
32840 \begin_layout Plain Layout
32841
32842 \series bold
32843 Achtung: 
32844 \series default
32845 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32846 n Buchstaben bestehen.
32847 \end_layout
32848
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \begin_layout Subsection
32855 Der Befehl 
32856 \backslash
32857 newcommand
32858 \begin_inset CommandInset label
32859 LatexCommand label
32860 name "sub:Der-Befehl-newcommand"
32861
32862 \end_inset
32863
32864
32865 \begin_inset Index idx
32866 status collapsed
32867
32868 \begin_layout Plain Layout
32869 benutzerdefinierte Befehle ! 
32870 \backslash
32871 newcommand
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \begin_inset Index idx
32878 status collapsed
32879
32880 \begin_layout Plain Layout
32881 Befehle ! N ! 
32882 \backslash
32883 newcommand
32884 \end_layout
32885
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \begin_layout Standard
32892 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
32893  Man kann sich aber mit dem Befehl 
32894 \series bold
32895
32896 \backslash
32897 newcommand
32898 \series default
32899  neue kürzere Befehle definieren.
32900 \end_layout
32901
32902 \begin_layout Standard
32903 Das Befehlsschema von 
32904 \series bold
32905
32906 \backslash
32907 newcommand
32908 \series default
32909  lautet:
32910 \end_layout
32911
32912 \begin_layout Standard
32913
32914 \series bold
32915
32916 \backslash
32917 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
32918 \series default
32919  
32920 \series bold
32921 Wert]
32922 \begin_inset Newline newline
32923 \end_inset
32924
32925
32926 \begin_inset Phantom HPhantom
32927 status open
32928
32929 \begin_layout Plain Layout
32930
32931 \series bold
32932
32933 \backslash
32934 newcommand
32935 \end_layout
32936
32937 \end_inset
32938
32939 {Befehlsdefinition}
32940 \end_layout
32941
32942 \begin_layout Standard
32943 \begin_inset Note Greyedout
32944 status open
32945
32946 \begin_layout Plain Layout
32947
32948 \series bold
32949 Achtung:
32950 \series default
32951  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
32952  oder von benutzten LaTeX-Paketen verwendet wird.
32953  Definiert man beispielsweise für 
32954 \series bold
32955
32956 \backslash
32957 Leftarrow
32958 \series default
32959  den Befehl 
32960 \series bold
32961
32962 \backslash
32963 le
32964 \series default
32965 , erhält man eine Fehlermeldung, denn 
32966 \series bold
32967
32968 \backslash
32969 le
32970 \series default
32971  ist schon für 
32972 \begin_inset Quotes gld
32973 \end_inset
32974
32975
32976 \begin_inset Formula $\le$
32977 \end_inset
32978
32979
32980 \begin_inset Quotes grd
32981 \end_inset
32982
32983  definiert.
32984 \end_layout
32985
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Standard
32992 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
32993 \begin_inset space \thinspace{}
32994 \end_inset
32995
32996 -
32997 \begin_inset space \thinspace{}
32998 \end_inset
32999
33000 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33001  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33002  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33003 \emph on
33004 erste
33005 \emph default
33006  Argument des neuen Befehls ein optionales ist.
33007 \end_layout
33008
33009 \begin_layout Standard
33010 Es folgen einige Beispiele:
33011 \end_layout
33012
33013 \begin_layout Itemize
33014 Will man für 
33015 \series bold
33016
33017 \backslash
33018 Longrightarrow
33019 \series default
33020  den Befehl 
33021 \series bold
33022
33023 \backslash
33024 gr
33025 \series default
33026  definieren, lautet die LaTeX-Vor\SpecialChar \-
33027 spannzeile:
33028 \begin_inset VSpace medskip
33029 \end_inset
33030
33031
33032 \begin_inset Newline newline
33033 \end_inset
33034
33035
33036 \series bold
33037
33038 \backslash
33039 newcommand{
33040 \backslash
33041 gr}{
33042 \backslash
33043 Longrightarrow}
33044 \end_layout
33045
33046 \begin_layout Itemize
33047 Um für den Befehl 
33048 \series bold
33049
33050 \backslash
33051 underline
33052 \series default
33053  den Befehl 
33054 \series bold
33055
33056 \backslash
33057 us
33058 \series default
33059  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33060  werden.
33061  Dazu sieht die Vorspannzeile wie folgt aus:
33062 \begin_inset VSpace medskip
33063 \end_inset
33064
33065
33066 \begin_inset Newline newline
33067 \end_inset
33068
33069
33070 \series bold
33071
33072 \backslash
33073 newcommand{
33074 \backslash
33075 us}[1]{
33076 \backslash
33077 underline{#1}}
33078 \series default
33079
33080 \begin_inset VSpace medskip
33081 \end_inset
33082
33083
33084 \begin_inset Newline newline
33085 \end_inset
33086
33087 Das Zeichen 
33088 \series bold
33089 #
33090 \series default
33091  fungiert als Argumentplatzhalter, die 
33092 \series bold
33093 1
33094 \series default
33095  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33096 \end_layout
33097
33098 \begin_layout Itemize
33099 Für 
33100 \series bold
33101
33102 \backslash
33103 framebox
33104 \series default
33105  kann man z.
33106 \begin_inset space \thinspace{}
33107 \end_inset
33108
33109 B.
33110  den Befehl 
33111 \series bold
33112
33113 \backslash
33114 fb
33115 \series default
33116  definieren:
33117 \begin_inset VSpace medskip
33118 \end_inset
33119
33120
33121 \begin_inset Newline newline
33122 \end_inset
33123
33124
33125 \series bold
33126
33127 \backslash
33128 newcommand{
33129 \backslash
33130 fb}[3]{
33131 \backslash
33132 framebox#1#2{$#3$}}
33133 \series default
33134
33135 \begin_inset VSpace medskip
33136 \end_inset
33137
33138
33139 \begin_inset Newline newline
33140 \end_inset
33141
33142 Die beiden Dollarzeichen erstellen hierbei die für 
33143 \series bold
33144
33145 \backslash
33146 framebox
33147 \series default
33148  geforderte weitere Formel, siehe 
33149 \begin_inset CommandInset ref
33150 LatexCommand ref
33151 reference "sub:Boxen-mit-Rahmen"
33152
33153 \end_inset
33154
33155 .
33156 \end_layout
33157
33158 \begin_layout Itemize
33159 Um einen neuen Befehl für 
33160 \series bold
33161
33162 \backslash
33163 fcolorbox
33164 \series default
33165  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33166  definiert man das Argument für die Farbe als optional:
33167 \begin_inset VSpace medskip
33168 \end_inset
33169
33170
33171 \begin_inset Newline newline
33172 \end_inset
33173
33174
33175 \series bold
33176
33177 \backslash
33178 newcommand{
33179 \backslash
33180 cb}[3][white]{
33181 \backslash
33182 fcolorbox{#2}{#1}{$#3$}}
33183 \series default
33184
33185 \begin_inset VSpace medskip
33186 \end_inset
33187
33188
33189 \begin_inset Newline newline
33190 \end_inset
33191
33192 Gibt man bei der Verwendung von 
33193 \series bold
33194
33195 \backslash
33196 cb
33197 \series default
33198  die Farbe nicht an, wird die voreingestellte Farbe 
33199 \series bold
33200 white
33201 \series default
33202  verwendet.
33203 \end_layout
33204
33205 \begin_layout Standard
33206 Ein Test der neu definierten Befehle:
33207 \end_layout
33208
33209 \begin_layout Standard
33210 \align center
33211 \begin_inset Tabular
33212 <lyxtabular version="3" rows="6" columns="2">
33213 <features tabularvalignment="middle">
33214 <column alignment="center" valignment="top" width="0">
33215 <column alignment="center" valignment="top" width="0">
33216 <row>
33217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33218 \begin_inset Text
33219
33220 \begin_layout Plain Layout
33221 Befehl
33222 \end_layout
33223
33224 \end_inset
33225 </cell>
33226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33227 \begin_inset Text
33228
33229 \begin_layout Plain Layout
33230 Ergebnis
33231 \begin_inset Note Note
33232 status collapsed
33233
33234 \begin_layout Plain Layout
33235
33236 \series bold
33237
33238 \backslash
33239 raisebox
33240 \series default
33241  dient nur als Abstandhalter.
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 </row>
33252 <row>
33253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33254 \begin_inset Text
33255
33256 \begin_layout Plain Layout
33257 A
33258 \backslash
33259 gr
33260 \begin_inset ERT
33261 status collapsed
33262
33263 \begin_layout Plain Layout
33264
33265
33266 \backslash
33267 leer 
33268 \end_layout
33269
33270 \end_inset
33271
33272 B
33273 \end_layout
33274
33275 \end_inset
33276 </cell>
33277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33278 \begin_inset Text
33279
33280 \begin_layout Plain Layout
33281 \begin_inset Formula $A\gr B$
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 </row>
33290 <row>
33291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33292 \begin_inset Text
33293
33294 \begin_layout Plain Layout
33295
33296 \backslash
33297 us{ABcd
33298 \end_layout
33299
33300 \end_inset
33301 </cell>
33302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33303 \begin_inset Text
33304
33305 \begin_layout Plain Layout
33306 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \end_inset
33313 </cell>
33314 </row>
33315 <row>
33316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33317 \begin_inset Text
33318
33319 \begin_layout Plain Layout
33320
33321 \backslash
33322 fb{[2cm]
33323 \begin_inset Formula $\to$
33324 \end_inset
33325
33326
33327 \backslash
33328 {
33329 \begin_inset Formula $\to$
33330 \end_inset
33331
33332
33333 \backslash
33334 {
33335 \backslash
33336 int
33337 \begin_inset ERT
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341
33342
33343 \backslash
33344 leer 
33345 \end_layout
33346
33347 \end_inset
33348
33349 A=B
33350 \end_layout
33351
33352 \end_inset
33353 </cell>
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \end_inset
33365 </cell>
33366 </row>
33367 <row>
33368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33369 \begin_inset Text
33370
33371 \begin_layout Plain Layout
33372
33373 \backslash
33374 cb{red
33375 \begin_inset Formula $\to$
33376 \end_inset
33377
33378
33379 \backslash
33380 {
33381 \backslash
33382 int
33383 \begin_inset ERT
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387
33388
33389 \backslash
33390 leer 
33391 \end_layout
33392
33393 \end_inset
33394
33395 A=B
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \end_inset
33411 </cell>
33412 </row>
33413 <row>
33414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33415 \begin_inset Text
33416
33417 \begin_layout Plain Layout
33418
33419 \backslash
33420 cb[green]
33421 \backslash
33422 {red
33423 \begin_inset Formula $\to$
33424 \end_inset
33425
33426
33427 \backslash
33428 {
33429 \backslash
33430 int
33431 \begin_inset ERT
33432 status collapsed
33433
33434 \begin_layout Plain Layout
33435
33436
33437 \backslash
33438 leer 
33439 \end_layout
33440
33441 \end_inset
33442
33443 A=B
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 </row>
33461 </lyxtabular>
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Subsection
33469 Mathe-Makros
33470 \begin_inset Index idx
33471 status collapsed
33472
33473 \begin_layout Plain Layout
33474 benutzerdefinierte Befehle ! Mathe-Makros
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \begin_inset Index idx
33481 status collapsed
33482
33483 \begin_layout Plain Layout
33484 Makros
33485 \end_layout
33486
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \begin_layout Standard
33493 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33494  Hat man es in einem Dokument z.
33495 \begin_inset space \thinspace{}
33496 \end_inset
33497
33498 B.
33499  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33500  auf.
33501  Die allgemeine Form einer quadratischen Gleichung ist
33502 \begin_inset Formula \[
33503 0=\lambda^{2}+p\lambda+q\]
33504
33505 \end_inset
33506
33507 Die allgemeine Form der Lösung lautet
33508 \begin_inset Formula \[
33509 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33510
33511 \end_inset
33512
33513
33514 \end_layout
33515
33516 \begin_layout Standard
33517 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33518  drei Parameter 
33519 \begin_inset Formula $\lambda$
33520 \end_inset
33521
33522
33523 \begin_inset Formula $p$
33524 \end_inset
33525
33526  und 
33527 \begin_inset Formula $q$
33528 \end_inset
33529
33530  angegeben werden müssen und der Index von 
33531 \begin_inset Formula $\lambda$
33532 \end_inset
33533
33534  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33535 \begin_inset Newline newline
33536 \end_inset
33537
33538
33539 \series bold
33540
33541 \backslash
33542 newcommand{
33543 \backslash
33544 qG}[4][1,
33545 \backslash
33546 ,2]{#2_{#1}=-
33547 \backslash
33548 frac{#3}{2}
33549 \backslash
33550 pm
33551 \begin_inset Newline newline
33552 \end_inset
33553
33554
33555 \begin_inset Phantom HPhantom
33556 status open
33557
33558 \begin_layout Plain Layout
33559
33560 \series bold
33561
33562 \backslash
33563 newcommand
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \backslash
33570 sqrt{
33571 \backslash
33572 frac{#3^{2}}{4}-#4}}
33573 \end_layout
33574
33575 \begin_layout Standard
33576 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33577  
33578 \begin_inset Newline newline
33579 \end_inset
33580
33581
33582 \series bold
33583
33584 \backslash
33585 qG{
33586 \backslash
33587 lambda
33588 \begin_inset Formula $\to$
33589 \end_inset
33590
33591
33592 \backslash
33593 {p
33594 \begin_inset Formula $\to$
33595 \end_inset
33596
33597
33598 \backslash
33599 {q 
33600 \series default
33601 ein.
33602 \end_layout
33603
33604 \begin_layout Standard
33605 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33606  aller verwendeten LaTeX-Befehle kennen, z.
33607 \begin_inset space \thinspace{}
33608 \end_inset
33609
33610 B.
33611  dass ein Bruch in LaTeX mit 
33612 \series bold
33613
33614 \backslash
33615 frac{Zähler}
33616 \begin_inset Newline linebreak
33617 \end_inset
33618
33619 {Nenner}
33620 \series default
33621  eingegeben wird.
33622  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33623  in LyX nicht sehen, was der neue Befehl macht.
33624  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33625  Mathe-Makros statt den Befehl 
33626 \series bold
33627
33628 \backslash
33629 newcommand
33630 \series default
33631  zu verwenden.
33632 \end_layout
33633
33634 \begin_layout Standard
33635 Ein Mathe-Makro wird erstellt, indem man das Menü 
33636 \family sans
33637 Einfügen\SpecialChar \menuseparator
33638 Mathe\SpecialChar \menuseparator
33639 Makro
33640 \family default
33641  oder den Werkzeugleistenknopf 
33642 \begin_inset Graphics
33643         filename ../../images/math-macro_newmacroname_newcommand.png
33644         scale 85
33645
33646 \end_inset
33647
33648  verwendet.
33649  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33650  Makro definiert wird:
33651 \begin_inset Newline newline
33652 \end_inset
33653
33654
33655 \lang english
33656
33657 \begin_inset space \hspace*{\fill}
33658 \end_inset
33659
33660
33661 \lang ngerman
33662
33663 \begin_inset Graphics
33664         filename ../clipart/macrobox.png
33665
33666 \end_inset
33667
33668
33669 \lang english
33670
33671 \begin_inset space \hspace*{\fill}
33672 \end_inset
33673
33674
33675 \lang ngerman
33676
33677 \begin_inset Newline newline
33678 \end_inset
33679
33680
33681 \begin_inset FormulaMacro
33682 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33683 \end_inset
33684
33685
33686 \backslash
33687 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33688  geändert werden sollte.
33689  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33690  Einen Argumentplatzhalter fügt man mit dem Befehl 
33691 \series bold
33692
33693 \backslash
33694 #Argumentnummer
33695 \series default
33696  ein, z.
33697 \begin_inset space \thinspace{}
33698 \end_inset
33699
33700 B.
33701  
33702 \series bold
33703
33704 \backslash
33705 #1
33706 \series default
33707  oder man verwendet den Makro-Werkzeugleistenknopf 
33708 \begin_inset Graphics
33709         filename ../../images/math-macro-add-param.png
33710         scale 85
33711
33712 \end_inset
33713
33714 .
33715  Argumentplatzhalter werden rot dargestellt.
33716  Es sind maximal 9 Argumente möglich.
33717  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33718 \begin_inset Graphics
33719         filename ../../images/math-macro-add-optional-param.png
33720         scale 85
33721
33722 \end_inset
33723
33724  erstellt.
33725  Mit dem Werkzeugleistenknopf 
33726 \begin_inset Graphics
33727         filename ../../images/math-macro-make-optional.png
33728         scale 85
33729
33730 \end_inset
33731
33732  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33733  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33734  werden soll.
33735  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33736  Kästchen leer lässt.
33737  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33738  einnimmt, kann man in das Kästchen z.
33739 \begin_inset space \thinspace{}
33740 \end_inset
33741
33742 B.
33743 \begin_inset Newline newline
33744 \end_inset
33745
33746
33747 \series bold
33748 qG: 
33749 \backslash
33750 #1
33751 \series default
33752  
33753 \series bold
33754 ,
33755 \series default
33756  
33757 \series bold
33758
33759 \backslash
33760 #2
33761 \series default
33762  
33763 \series bold
33764 ,
33765 \series default
33766  
33767 \series bold
33768
33769 \backslash
33770 #3, 
33771 \backslash
33772 #4
33773 \begin_inset Newline newline
33774 \end_inset
33775
33776
33777 \series default
33778 eingeben.
33779  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33780  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33781  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33782  wurde.
33783 \begin_inset Newline newline
33784 \end_inset
33785
33786 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33787  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33788 \family sans
33789 Ansicht\SpecialChar \menuseparator
33790 Mathe-Makro
33791 \begin_inset space ~
33792 \end_inset
33793
33794 auf/zuklappen
33795 \family default
33796  verwendet.
33797 \end_layout
33798
33799 \begin_layout Standard
33800 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33801  ein, in unserem Fall 
33802 \series bold
33803
33804 \backslash
33805 qG
33806 \series default
33807 .
33808  Unser Makro sieht in LyX folgendermaßen aus:
33809 \begin_inset Newline newline
33810 \end_inset
33811
33812
33813 \lang english
33814
33815 \begin_inset space \hspace*{\fill}
33816 \end_inset
33817
33818
33819 \lang ngerman
33820
33821 \begin_inset Graphics
33822         filename ../clipart/macrouse.png
33823
33824 \end_inset
33825
33826
33827 \lang english
33828
33829 \begin_inset space \hspace*{\fill}
33830 \end_inset
33831
33832
33833 \lang ngerman
33834
33835 \begin_inset Newline newline
33836 \end_inset
33837
33838 Hier ist unser Makro-Beispiel mit den Argumenten 
33839 \begin_inset Formula $x$
33840 \end_inset
33841
33842
33843 \begin_inset Formula $\ln(x)$
33844 \end_inset
33845
33846  und 
33847 \begin_inset Formula $B$
33848 \end_inset
33849
33850 :
33851 \end_layout
33852
33853 \begin_layout Standard
33854 \begin_inset Formula \[
33855 \qG x{\ln(x)}B\]
33856
33857 \end_inset
33858
33859
33860 \end_layout
33861
33862 \begin_layout Standard
33863 LyX bietet im Menü 
33864 \family sans
33865 Werkzeuge\SpecialChar \menuseparator
33866 Einstellungen\SpecialChar \menuseparator
33867 Bearbeiten\SpecialChar \menuseparator
33868 Kontrolle
33869 \family default
33870  verschiedene Bearbeitungsstile für Makros an.
33871  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
33872  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
33873  zu sehen.
33874 \end_layout
33875
33876 \begin_layout Standard
33877 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
33878 \series bold
33879
33880 \backslash
33881 new\SpecialChar \-
33882 command
33883 \series default
33884 -Befehl umgewandelt.
33885  Der 
33886 \series bold
33887
33888 \backslash
33889 newcommand
33890 \series default
33891 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
33892  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
33893  Makrodefinitionsbox befinden.
33894 \end_layout
33895
33896 \begin_layout Standard
33897 Mathe-Makros können auch direkt aus einem 
33898 \series bold
33899
33900 \backslash
33901 newcommand
33902 \series default
33903 -Befehl erstellt werden.
33904  Schreibt man z.
33905 \begin_inset space \thinspace{}
33906 \end_inset
33907
33908 B.
33909  den Befehl
33910 \series bold
33911
33912 \begin_inset Newline newline
33913 \end_inset
33914
33915
33916 \backslash
33917 newcommand{
33918 \backslash
33919 larrow}[2]{
33920 \backslash
33921 xleftarrow[#2]{#1}}
33922 \begin_inset Newline newline
33923 \end_inset
33924
33925
33926 \series default
33927 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
33928 zel 
33929 \family sans
33930 Strg+M
33931 \family default
33932 , wird der Befehl in ein Mathe-Makro umgewandelt.
33933  Bei dieser Methode muss man jedoch aufpassen, dass der 
33934 \series bold
33935
33936 \backslash
33937 newcommand
33938 \series default
33939 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
33940  erstellt, dass später LaTeX-Fehler hervorruft.
33941 \end_layout
33942
33943 \begin_layout Standard
33944 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
33945  Makrodefinition fehlerhaft behandelt werden.
33946  Dadurch kann das Beispiel 
33947 \series bold
33948
33949 \backslash
33950 fb
33951 \series default
33952  aus 
33953 \begin_inset CommandInset ref
33954 LatexCommand ref
33955 reference "sub:Der-Befehl-newcommand"
33956
33957 \end_inset
33958
33959  nicht als Makro erzeugt werden.
33960 \end_layout
33961
33962 \begin_layout Standard
33963 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
33964  in LyX angezeigt:
33965 \end_layout
33966
33967 \begin_layout Standard
33968 \begin_inset VSpace defskip
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Standard
33975 \begin_inset Graphics
33976         filename ../clipart/MacroToolbar.png
33977
33978 \end_inset
33979
33980
33981 \begin_inset Index idx
33982 status collapsed
33983
33984 \begin_layout Plain Layout
33985 Makros ! Werkzeugleiste
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 \begin_inset VSpace defskip
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \begin_layout Standard
34001 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34002 \end_layout
34003
34004 \begin_layout Standard
34005 \begin_inset VSpace defskip
34006 \end_inset
34007
34008
34009 \end_layout
34010
34011 \begin_layout Standard
34012 \begin_inset Tabular
34013 <lyxtabular version="3" rows="9" columns="2">
34014 <features islongtable="true" longtabularalignment="center">
34015 <column alignment="left" valignment="top" width="0">
34016 <column alignment="left" valignment="top" width="85col%">
34017 <row interlinespace="2.5mm">
34018 <cell alignment="center" valignment="top" usebox="none">
34019 \begin_inset Text
34020
34021 \begin_layout Plain Layout
34022 \begin_inset Graphics
34023         filename ../../images/math-macro-remove-param.png
34024         rotateOrigin center
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 <cell alignment="center" valignment="top" usebox="none">
34034 \begin_inset Text
34035
34036 \begin_layout Plain Layout
34037
34038 \family sans
34039 Bearbeiten\SpecialChar \menuseparator
34040 Mathe\SpecialChar \menuseparator
34041 Makro-Definition\SpecialChar \menuseparator
34042 Letztes Argument entfernen
34043 \end_layout
34044
34045 \end_inset
34046 </cell>
34047 </row>
34048 <row interlinespace="2.5mm">
34049 <cell alignment="center" valignment="top" usebox="none">
34050 \begin_inset Text
34051
34052 \begin_layout Plain Layout
34053 \begin_inset Graphics
34054         filename ../../images/math-macro-add-param.png
34055         rotateOrigin center
34056
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 <cell alignment="center" valignment="top" usebox="none">
34065 \begin_inset Text
34066
34067 \begin_layout Plain Layout
34068
34069 \family sans
34070 Bearbeiten\SpecialChar \menuseparator
34071 Mathe\SpecialChar \menuseparator
34072 Makro-Definition\SpecialChar \menuseparator
34073 Argument hinzufügen
34074 \end_layout
34075
34076 \end_inset
34077 </cell>
34078 </row>
34079 <row interlinespace="2.5mm">
34080 <cell alignment="center" valignment="top" usebox="none">
34081 \begin_inset Text
34082
34083 \begin_layout Plain Layout
34084 \begin_inset Graphics
34085         filename ../../images/math-macro-make-optional.png
34086         rotateOrigin center
34087
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \end_inset
34094 </cell>
34095 <cell alignment="center" valignment="top" usebox="none">
34096 \begin_inset Text
34097
34098 \begin_layout Plain Layout
34099
34100 \family sans
34101 Bearbeiten\SpecialChar \menuseparator
34102 Mathe\SpecialChar \menuseparator
34103 Makro-Definition\SpecialChar \menuseparator
34104 Das erste nicht-optionale
34105 \begin_inset Newline newline
34106 \end_inset
34107
34108
34109 \begin_inset Phantom HPhantom
34110 status open
34111
34112 \begin_layout Plain Layout
34113
34114 \family sans
34115 Bearbeiten\SpecialChar \menuseparator
34116 Mathe\SpecialChar \menuseparator
34117 Makro-Definition\SpecialChar \menuseparator
34118
34119 \end_layout
34120
34121 \end_inset
34122
34123 Argument in einen optionales
34124 \begin_inset Newline newline
34125 \end_inset
34126
34127
34128 \begin_inset Phantom HPhantom
34129 status open
34130
34131 \begin_layout Plain Layout
34132
34133 \family sans
34134 Bearbeiten\SpecialChar \menuseparator
34135 Mathe\SpecialChar \menuseparator
34136 Makro-Definition\SpecialChar \menuseparator
34137
34138 \end_layout
34139
34140 \end_inset
34141
34142 ändern
34143 \end_layout
34144
34145 \end_inset
34146 </cell>
34147 </row>
34148 <row interlinespace="2.5mm">
34149 <cell alignment="center" valignment="top" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153 \begin_inset Graphics
34154         filename ../../images/math-macro-make-nonoptional.png
34155         rotateOrigin center
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \end_inset
34163 </cell>
34164 <cell alignment="center" valignment="top" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Plain Layout
34168
34169 \family sans
34170 Bearbeiten\SpecialChar \menuseparator
34171 Mathe\SpecialChar \menuseparator
34172 Makro-Definition\SpecialChar \menuseparator
34173 Das letzte optionale Argument in
34174 \begin_inset Newline newline
34175 \end_inset
34176
34177
34178 \begin_inset Phantom HPhantom
34179 status open
34180
34181 \begin_layout Plain Layout
34182
34183 \family sans
34184 Bearbeiten\SpecialChar \menuseparator
34185 Mathe\SpecialChar \menuseparator
34186 Makro-Definition\SpecialChar \menuseparator
34187
34188 \end_layout
34189
34190 \end_inset
34191
34192 einen nicht-optionales ändern
34193 \end_layout
34194
34195 \end_inset
34196 </cell>
34197 </row>
34198 <row interlinespace="2.5mm">
34199 <cell alignment="center" valignment="top" usebox="none">
34200 \begin_inset Text
34201
34202 \begin_layout Plain Layout
34203 \begin_inset Graphics
34204         filename ../../images/math-macro-remove-optional-param.png
34205         rotateOrigin center
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \end_inset
34213 </cell>
34214 <cell alignment="center" valignment="top" usebox="none">
34215 \begin_inset Text
34216
34217 \begin_layout Plain Layout
34218
34219 \family sans
34220 Bearbeiten\SpecialChar \menuseparator
34221 Mathe\SpecialChar \menuseparator
34222 Makro-Definition\SpecialChar \menuseparator
34223 Optionales Argument entfernen
34224 \end_layout
34225
34226 \end_inset
34227 </cell>
34228 </row>
34229 <row interlinespace="2.5mm">
34230 <cell alignment="center" valignment="top" usebox="none">
34231 \begin_inset Text
34232
34233 \begin_layout Plain Layout
34234 \begin_inset Graphics
34235         filename ../../images/math-macro-add-optional-param.png
34236         rotateOrigin center
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \end_inset
34244 </cell>
34245 <cell alignment="center" valignment="top" usebox="none">
34246 \begin_inset Text
34247
34248 \begin_layout Plain Layout
34249
34250 \family sans
34251 Bearbeiten\SpecialChar \menuseparator
34252 Mathe\SpecialChar \menuseparator
34253 Makro-Definition\SpecialChar \menuseparator
34254 Optionales Argument einfügen
34255 \end_layout
34256
34257 \end_inset
34258 </cell>
34259 </row>
34260 <row interlinespace="2.5mm">
34261 <cell alignment="center" valignment="top" usebox="none">
34262 \begin_inset Text
34263
34264 \begin_layout Plain Layout
34265 \begin_inset Graphics
34266         filename ../../images/math-macro-remove-greedy-param.png
34267         rotateOrigin center
34268
34269 \end_inset
34270
34271
34272 \end_layout
34273
34274 \end_inset
34275 </cell>
34276 <cell alignment="center" valignment="top" usebox="none">
34277 \begin_inset Text
34278
34279 \begin_layout Plain Layout
34280
34281 \family sans
34282 Bearbeiten\SpecialChar \menuseparator
34283 Mathe\SpecialChar \menuseparator
34284 Makro-Definition\SpecialChar \menuseparator
34285 Letztes Argument rechts entfernen
34286 \end_layout
34287
34288 \end_inset
34289 </cell>
34290 </row>
34291 <row interlinespace="2.5mm">
34292 <cell alignment="center" valignment="top" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296 \begin_inset Graphics
34297         filename ../../images/math-macro-append-greedy-param.png
34298         rotateOrigin center
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \end_inset
34306 </cell>
34307 <cell alignment="center" valignment="top" usebox="none">
34308 \begin_inset Text
34309
34310 \begin_layout Plain Layout
34311
34312 \family sans
34313 Bearbeiten\SpecialChar \menuseparator
34314 Mathe\SpecialChar \menuseparator
34315 Makro-Definition\SpecialChar \menuseparator
34316 Argument von rechts hinzufügen
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 </row>
34322 <row interlinespace="2.5mm">
34323 <cell alignment="center" valignment="top" usebox="none">
34324 \begin_inset Text
34325
34326 \begin_layout Plain Layout
34327 \begin_inset Graphics
34328         filename ../../images/math-macro-add-greedy-optional-param.png
34329         rotateOrigin center
34330
34331 \end_inset
34332
34333
34334 \end_layout
34335
34336 \end_inset
34337 </cell>
34338 <cell alignment="center" valignment="top" usebox="none">
34339 \begin_inset Text
34340
34341 \begin_layout Plain Layout
34342
34343 \family sans
34344 Bearbeiten\SpecialChar \menuseparator
34345 Mathe\SpecialChar \menuseparator
34346 Makro-Definition\SpecialChar \menuseparator
34347 Optionales Argument von rechts
34348 \begin_inset Newline newline
34349 \end_inset
34350
34351
34352 \begin_inset Phantom HPhantom
34353 status open
34354
34355 \begin_layout Plain Layout
34356
34357 \family sans
34358 Bearbeiten\SpecialChar \menuseparator
34359 Mathe\SpecialChar \menuseparator
34360 Makro-Definition\SpecialChar \menuseparator
34361
34362 \end_layout
34363
34364 \end_inset
34365
34366 hinzufügen
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 </row>
34372 </lyxtabular>
34373
34374 \end_inset
34375
34376
34377 \end_layout
34378
34379 \begin_layout Standard
34380 \begin_inset Newpage newpage
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Section
34387 Tipps
34388 \begin_inset Index idx
34389 status collapsed
34390
34391 \begin_layout Plain Layout
34392 Tipps
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Subsection
34401 Negative Zahlen
34402 \begin_inset Index idx
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406 Zahlen ! negative
34407 \end_layout
34408
34409 \end_inset
34410
34411
34412 \end_layout
34413
34414 \begin_layout Standard
34415 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34416  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34417  dargestellt.
34418  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34419  Minuszeichen korrekt.
34420 \end_layout
34421
34422 \begin_layout Standard
34423 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34424  nicht mehr auf.
34425 \end_layout
34426
34427 \begin_layout Standard
34428 Ein Beispiel zur Veranschaulichung der Problematik:
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \align center
34433 \begin_inset Tabular
34434 <lyxtabular version="3" rows="3" columns="2">
34435 <features tabularvalignment="middle">
34436 <column alignment="right" valignment="top" width="0">
34437 <column alignment="left" valignment="top" width="0">
34438 <row>
34439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443 normaler Text:
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34449 \begin_inset Text
34450
34451 \begin_layout Plain Layout
34452 x = -2
34453 \end_layout
34454
34455 \end_inset
34456 </cell>
34457 </row>
34458 <row>
34459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34460 \begin_inset Text
34461
34462 \begin_layout Plain Layout
34463 Formelmodus:
34464 \end_layout
34465
34466 \end_inset
34467 </cell>
34468 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34469 \begin_inset Text
34470
34471 \begin_layout Plain Layout
34472 \begin_inset Formula $x=-2$
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \end_inset
34479 </cell>
34480 </row>
34481 <row>
34482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34483 \begin_inset Text
34484
34485 \begin_layout Plain Layout
34486 Lösung:
34487 \end_layout
34488
34489 \end_inset
34490 </cell>
34491 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34492 \begin_inset Text
34493
34494 \begin_layout Plain Layout
34495 \begin_inset Formula $x=\textrm{-}2$
34496 \end_inset
34497
34498
34499 \end_layout
34500
34501 \end_inset
34502 </cell>
34503 </row>
34504 </lyxtabular>
34505
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \begin_layout Subsection
34512 Komma als Dezimaltrennzeichen
34513 \begin_inset Index idx
34514 status collapsed
34515
34516 \begin_layout Plain Layout
34517 Komma
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \begin_layout Standard
34526 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34527  als Gruppentrennzeichen.
34528  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34529  eingefügt.
34530 \end_layout
34531
34532 \begin_layout Standard
34533 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34534  Text um (Tastenkürzel 
34535 \family sans
34536 Alt+M
34537 \begin_inset space ~
34538 \end_inset
34539
34540 M
34541 \family default
34542 ).
34543 \end_layout
34544
34545 \begin_layout Standard
34546 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34547  lädt man die Datei 
34548 \series bold
34549 icomma.sty
34550 \series default
34551
34552 \begin_inset Foot
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556
34557 \series bold
34558 icomma
34559 \series default
34560  ist Teil des LaTeX-Paketes 
34561 \series bold
34562 was
34563 \series default
34564
34565 \begin_inset Index idx
34566 status collapsed
34567
34568 \begin_layout Plain Layout
34569 Pakete ! was
34570 \begin_inset ERT
34571 status collapsed
34572
34573 \begin_layout Plain Layout
34574
34575
34576 \backslash
34577 vspace{4mm}
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \end_layout
34584
34585 \end_inset
34586
34587 .
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \begin_inset Index idx
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 Pakete ! icomma
34598 \end_layout
34599
34600 \end_inset
34601
34602  mit der LaTeX-Vorspannzeile
34603 \end_layout
34604
34605 \begin_layout Standard
34606
34607 \series bold
34608
34609 \backslash
34610 usepackage{icomma}
34611 \end_layout
34612
34613 \begin_layout Subsection
34614 Physikalische Vektoren
34615 \begin_inset CommandInset label
34616 LatexCommand label
34617 name "sub:Physikalische-Vektoren"
34618
34619 \end_inset
34620
34621
34622 \begin_inset Index idx
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626 Vektoren ! physikalische
34627 \end_layout
34628
34629 \end_inset
34630
34631
34632 \end_layout
34633
34634 \begin_layout Standard
34635 Vordefinierte Vektoren bietet das LaTeX-Paket 
34636 \series bold
34637 braket
34638 \series default
34639
34640 \begin_inset Index idx
34641 status collapsed
34642
34643 \begin_layout Plain Layout
34644 Pakete ! braket
34645 \end_layout
34646
34647 \end_inset
34648
34649 , das mit der LaTeX-Vorspannzeile
34650 \end_layout
34651
34652 \begin_layout Standard
34653
34654 \series bold
34655
34656 \backslash
34657 usepackage{braket}
34658 \end_layout
34659
34660 \begin_layout Standard
34661 geladen wird.
34662 \begin_inset ERT
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666
34667
34668 \backslash
34669 ifbraket 
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \begin_inset Note Note
34676 status open
34677
34678 \begin_layout Plain Layout
34679 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34680 \series bold
34681 braket
34682 \series default
34683  installiert ist:
34684 \end_layout
34685
34686 \end_inset
34687
34688
34689 \end_layout
34690
34691 \begin_layout Standard
34692 \begin_inset Newpage newpage
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 Folgende Befehle sind definiert:
34700 \end_layout
34701
34702 \begin_layout Standard
34703 \align center
34704 \begin_inset Tabular
34705 <lyxtabular version="3" rows="4" columns="2">
34706 <features tabularvalignment="middle">
34707 <column alignment="center" valignment="top" width="0">
34708 <column alignment="center" valignment="top" width="0">
34709 <row>
34710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34711 \begin_inset Text
34712
34713 \begin_layout Plain Layout
34714 Befehl
34715 \end_layout
34716
34717 \end_inset
34718 </cell>
34719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34720 \begin_inset Text
34721
34722 \begin_layout Plain Layout
34723 Ergebnis
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 </row>
34729 <row>
34730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34731 \begin_inset Text
34732
34733 \begin_layout Plain Layout
34734
34735 \backslash
34736 Bra{
34737 \backslash
34738 psi
34739 \end_layout
34740
34741 \end_inset
34742 </cell>
34743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Plain Layout
34747 \begin_inset Formula $\Bra{\psi}$
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 </row>
34756 <row>
34757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34758 \begin_inset Text
34759
34760 \begin_layout Plain Layout
34761
34762 \backslash
34763 Ket{
34764 \backslash
34765 psi
34766 \end_layout
34767
34768 \end_inset
34769 </cell>
34770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34771 \begin_inset Text
34772
34773 \begin_layout Plain Layout
34774 \begin_inset Formula $\Ket{\psi}$
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \end_inset
34781 </cell>
34782 </row>
34783 <row>
34784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34785 \begin_inset Text
34786
34787 \begin_layout Plain Layout
34788
34789 \backslash
34790 Braket{
34791 \backslash
34792 psi|
34793 \backslash
34794 phi
34795 \end_layout
34796
34797 \end_inset
34798 </cell>
34799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34800 \begin_inset Text
34801
34802 \begin_layout Plain Layout
34803 \begin_inset Formula $\Braket{\psi|\phi}$
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 </row>
34812 </lyxtabular>
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 Der Befehl 
34821 \series bold
34822
34823 \backslash
34824 Braket
34825 \series default
34826  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
34827  Klammern gesetzt werden:
34828 \begin_inset Formula \[
34829 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34830
34831 \end_inset
34832
34833
34834 \begin_inset ERT
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838
34839
34840 \backslash
34841 else 
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \begin_inset Note Note
34848 status open
34849
34850 \begin_layout Plain Layout
34851 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34852 \series bold
34853 braket
34854 \series default
34855  nicht installiert ist:
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Standard
34864 Das LaTeX-Paket 
34865 \series bold
34866 braket 
34867 \series default
34868 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34869 \end_layout
34870
34871 \begin_layout Standard
34872 \begin_inset ERT
34873 status collapsed
34874
34875 \begin_layout Plain Layout
34876
34877
34878 \backslash
34879 fi 
34880 \end_layout
34881
34882 \end_inset
34883
34884
34885 \end_layout
34886
34887 \begin_layout Standard
34888 Der Effekt von 
34889 \series bold
34890
34891 \backslash
34892 Braket
34893 \series default
34894  kann auch mit dem Befehl 
34895 \series bold
34896
34897 \backslash
34898 middle
34899 \series default
34900  erzielt werden, der in 
34901 \begin_inset CommandInset ref
34902 LatexCommand ref
34903 reference "sub:Automatische-Klammergrößen"
34904
34905 \end_inset
34906
34907  beschrieben ist.
34908 \end_layout
34909
34910 \begin_layout Subsection
34911 Selbst definierte Brüche
34912 \begin_inset CommandInset label
34913 LatexCommand label
34914 name "sub:Selbstdefinierte-Brüche"
34915
34916 \end_inset
34917
34918
34919 \begin_inset Index idx
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923 Brüche ! selbstdefinierte
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \end_layout
34930
34931 \begin_layout Standard
34932 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
34933 \series bold
34934
34935 \backslash
34936 genfrac
34937 \series default
34938
34939 \begin_inset Index idx
34940 status collapsed
34941
34942 \begin_layout Plain Layout
34943 Befehle ! G ! 
34944 \backslash
34945 genfrac
34946 \end_layout
34947
34948 \end_inset
34949
34950  in folgendem Schema:
34951 \end_layout
34952
34953 \begin_layout Standard
34954
34955 \series bold
34956
34957 \backslash
34958 genfrac{linke
34959 \series default
34960  
34961 \series bold
34962 Klammer}{rechte
34963 \series default
34964  
34965 \series bold
34966 Klammer}{Bruchstrichdicke}{Ansichtsstil}
34967 \begin_inset Newline newline
34968 \end_inset
34969
34970
34971 \begin_inset Phantom HPhantom
34972 status open
34973
34974 \begin_layout Plain Layout
34975
34976 \series bold
34977
34978 \backslash
34979 genfrac
34980 \end_layout
34981
34982 \end_inset
34983
34984 {Zähler}{Nenner}
34985 \end_layout
34986
34987 \begin_layout Standard
34988 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
34989 \begin_inset space \thinspace{}
34990 \end_inset
34991
34992 -
34993 \begin_inset space \thinspace{}
34994 \end_inset
34995
34996 3 angegeben.
34997 \end_layout
34998
34999 \begin_layout Standard
35000 \align center
35001 \begin_inset Tabular
35002 <lyxtabular version="3" rows="5" columns="2">
35003 <features tabularvalignment="middle">
35004 <column alignment="center" valignment="top" width="0">
35005 <column alignment="center" valignment="top" width="0">
35006 <row>
35007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35008 \begin_inset Text
35009
35010 \begin_layout Plain Layout
35011 Nummer
35012 \end_layout
35013
35014 \end_inset
35015 </cell>
35016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35017 \begin_inset Text
35018
35019 \begin_layout Plain Layout
35020 Ansichtsstil
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 </row>
35026 <row>
35027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35028 \begin_inset Text
35029
35030 \begin_layout Plain Layout
35031 0
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35037 \begin_inset Text
35038
35039 \begin_layout Plain Layout
35040 abgesetzte Formel
35041 \end_layout
35042
35043 \end_inset
35044 </cell>
35045 </row>
35046 <row>
35047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051 1
35052 \end_layout
35053
35054 \end_inset
35055 </cell>
35056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35057 \begin_inset Text
35058
35059 \begin_layout Plain Layout
35060 eingebettete Formel
35061 \end_layout
35062
35063 \end_inset
35064 </cell>
35065 </row>
35066 <row>
35067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35068 \begin_inset Text
35069
35070 \begin_layout Plain Layout
35071 2
35072 \end_layout
35073
35074 \end_inset
35075 </cell>
35076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35077 \begin_inset Text
35078
35079 \begin_layout Plain Layout
35080 klein
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 </row>
35086 <row>
35087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091 3
35092 \end_layout
35093
35094 \end_inset
35095 </cell>
35096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35097 \begin_inset Text
35098
35099 \begin_layout Plain Layout
35100 winzig
35101 \end_layout
35102
35103 \end_inset
35104 </cell>
35105 </row>
35106 </lyxtabular>
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35115  
35116 \series bold
35117
35118 \backslash
35119 frac
35120 \series default
35121  der Umgebung an.
35122 \end_layout
35123
35124 \begin_layout Standard
35125 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35126  0.4
35127 \begin_inset space \thinspace{}
35128 \end_inset
35129
35130 pt verwendet.
35131 \end_layout
35132
35133 \begin_layout Standard
35134 \begin_inset VSpace medskip
35135 \end_inset
35136
35137 Zum Beispiel sind die Befehle 
35138 \series bold
35139
35140 \backslash
35141 dfrac
35142 \series default
35143  und 
35144 \series bold
35145
35146 \backslash
35147 tbinom
35148 \series default
35149  aus 
35150 \begin_inset CommandInset ref
35151 LatexCommand ref
35152 reference "sub:Brüche"
35153
35154 \end_inset
35155
35156  folgendermaßen definiert:
35157 \end_layout
35158
35159 \begin_layout Standard
35160
35161 \series bold
35162
35163 \backslash
35164 newcommand{
35165 \backslash
35166 dfrac}[2]{
35167 \backslash
35168 genfrac{}{}{}{0}{#1}{#2}}
35169 \end_layout
35170
35171 \begin_layout Standard
35172 und
35173 \end_layout
35174
35175 \begin_layout Standard
35176
35177 \series bold
35178
35179 \backslash
35180 newcommand{
35181 \backslash
35182 tbinom}[2]{
35183 \backslash
35184 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35185 \end_layout
35186
35187 \begin_layout Standard
35188 \begin_inset VSpace medskip
35189 \end_inset
35190
35191 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35192  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35193 \end_layout
35194
35195 \begin_layout Standard
35196
35197 \series bold
35198
35199 \backslash
35200 newcommand{
35201 \backslash
35202 fracS}[3][]{
35203 \backslash
35204 genfrac{}{}{#1}{}{#2}{#3}}
35205 \end_layout
35206
35207 \begin_layout Standard
35208 Dazu ein Test:
35209 \begin_inset Formula \begin{align*}
35210 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35211 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35212 \end{align*}
35213
35214 \end_inset
35215
35216 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35217  in etwa der dreifachen Strichdicke.
35218 \end_layout
35219
35220 \begin_layout Subsection
35221 Durchgestrichene Formeln
35222 \begin_inset Index idx
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226 Formel ! durchgestrichene
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \begin_layout Standard
35235 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35236 \series bold
35237 cancel
35238 \series default
35239
35240 \begin_inset Index idx
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244 Pakete ! cancel
35245 \end_layout
35246
35247 \end_inset
35248
35249  mit der LaTeX-Vorspannzeile
35250 \end_layout
35251
35252 \begin_layout Standard
35253
35254 \series bold
35255
35256 \backslash
35257 usepackage[samesize]{cancel}
35258 \end_layout
35259
35260 \begin_layout Standard
35261 geladen werden.
35262 \end_layout
35263
35264 \begin_layout Standard
35265 \begin_inset ERT
35266 status collapsed
35267
35268 \begin_layout Plain Layout
35269
35270
35271 \backslash
35272 ifcancel 
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \begin_inset Note Note
35279 status open
35280
35281 \begin_layout Plain Layout
35282 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35283 \series bold
35284 cancel
35285 \series default
35286  installiert ist:
35287 \end_layout
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \begin_layout Standard
35295 Es gibt vier verschiedene Arten durchzustreichen:
35296 \end_layout
35297
35298 \begin_layout Standard
35299 \align center
35300 \begin_inset Tabular
35301 <lyxtabular version="3" rows="5" columns="2">
35302 <features tabularvalignment="middle">
35303 <column alignment="center" valignment="top" width="0">
35304 <column alignment="center" valignment="top" width="0">
35305 <row>
35306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35307 \begin_inset Text
35308
35309 \begin_layout Plain Layout
35310 Befehl
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35316 \begin_inset Text
35317
35318 \begin_layout Plain Layout
35319 Ergebnis
35320 \begin_inset Note Note
35321 status collapsed
35322
35323 \begin_layout Plain Layout
35324 Der Leerraum und 
35325 \series bold
35326
35327 \backslash
35328 raisebox
35329 \series default
35330  dienen nur als Abstandhalter.
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \end_inset
35339 </cell>
35340 </row>
35341 <row>
35342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35343 \begin_inset Text
35344
35345 \begin_layout Plain Layout
35346
35347 \backslash
35348 cancel{
35349 \backslash
35350 int
35351 \begin_inset ERT
35352 status collapsed
35353
35354 \begin_layout Plain Layout
35355
35356
35357 \backslash
35358 leer 
35359 \end_layout
35360
35361 \end_inset
35362
35363 A=B
35364 \end_layout
35365
35366 \end_inset
35367 </cell>
35368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 </row>
35381 <row>
35382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35383 \begin_inset Text
35384
35385 \begin_layout Plain Layout
35386
35387 \backslash
35388 bcancel{
35389 \backslash
35390 int
35391 \begin_inset ERT
35392 status collapsed
35393
35394 \begin_layout Plain Layout
35395
35396
35397 \backslash
35398 leer 
35399 \end_layout
35400
35401 \end_inset
35402
35403 A=B
35404 \end_layout
35405
35406 \end_inset
35407 </cell>
35408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35409 \begin_inset Text
35410
35411 \begin_layout Plain Layout
35412 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35413 \end_inset
35414
35415
35416 \end_layout
35417
35418 \end_inset
35419 </cell>
35420 </row>
35421 <row>
35422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35423 \begin_inset Text
35424
35425 \begin_layout Plain Layout
35426
35427 \backslash
35428 xcancel{
35429 \backslash
35430 int
35431 \begin_inset ERT
35432 status collapsed
35433
35434 \begin_layout Plain Layout
35435
35436
35437 \backslash
35438 leer 
35439 \end_layout
35440
35441 \end_inset
35442
35443 A=B
35444 \end_layout
35445
35446 \end_inset
35447 </cell>
35448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35449 \begin_inset Text
35450
35451 \begin_layout Plain Layout
35452 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35453 \end_inset
35454
35455
35456 \end_layout
35457
35458 \end_inset
35459 </cell>
35460 </row>
35461 <row>
35462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35463 \begin_inset Text
35464
35465 \begin_layout Plain Layout
35466
35467 \backslash
35468 cancelto{1
35469 \begin_inset Formula $\to$
35470 \end_inset
35471
35472
35473 \backslash
35474 {
35475 \backslash
35476 int
35477 \begin_inset ERT
35478 status collapsed
35479
35480 \begin_layout Plain Layout
35481
35482
35483 \backslash
35484 leer 
35485 \end_layout
35486
35487 \end_inset
35488
35489 A=B
35490 \end_layout
35491
35492 \end_inset
35493 </cell>
35494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35495 \begin_inset Text
35496
35497 \begin_layout Plain Layout
35498 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35499 \end_inset
35500
35501
35502 \end_layout
35503
35504 \end_inset
35505 </cell>
35506 </row>
35507 </lyxtabular>
35508
35509 \end_inset
35510
35511
35512 \end_layout
35513
35514 \begin_layout Standard
35515
35516 \series bold
35517
35518 \backslash
35519 cancelto
35520 \series default
35521  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35522  will:
35523 \begin_inset Formula \[
35524 \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}}}\]
35525
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \begin_layout Standard
35532 \begin_inset ERT
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536
35537
35538 \backslash
35539 else 
35540 \end_layout
35541
35542 \end_inset
35543
35544
35545 \begin_inset Note Note
35546 status open
35547
35548 \begin_layout Plain Layout
35549 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35550 \series bold
35551 cancel
35552 \series default
35553  nicht installiert ist:
35554 \end_layout
35555
35556 \end_inset
35557
35558
35559 \end_layout
35560
35561 \begin_layout Standard
35562 Das LaTeX-Paket 
35563 \series bold
35564 cancel 
35565 \series default
35566 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35567 \end_layout
35568
35569 \begin_layout Standard
35570 \begin_inset ERT
35571 status collapsed
35572
35573 \begin_layout Plain Layout
35574
35575
35576 \backslash
35577 fi 
35578 \end_layout
35579
35580 \end_inset
35581
35582
35583 \end_layout
35584
35585 \begin_layout Subsection
35586 Formeln in Überschriften
35587 \begin_inset CommandInset label
35588 LatexCommand label
35589 name "sub:Formeln-in-Überschriften"
35590
35591 \end_inset
35592
35593
35594 \begin_inset Index idx
35595 status collapsed
35596
35597 \begin_layout Plain Layout
35598 Formel ! in Überschriften
35599 \end_layout
35600
35601 \end_inset
35602
35603
35604 \end_layout
35605
35606 \begin_layout Standard
35607 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35608 \end_layout
35609
35610 \begin_layout Standard
35611 \begin_inset Note Greyedout
35612 status open
35613
35614 \begin_layout Plain Layout
35615 Verwendet man 
35616 \series bold
35617 hyperref
35618 \series default
35619
35620 \begin_inset Index idx
35621 status collapsed
35622
35623 \begin_layout Plain Layout
35624 Pakete ! hyperref
35625 \end_layout
35626
35627 \end_inset
35628
35629  Unterstützung im den Dokumenteinstellungen unter 
35630 \family sans
35631 PDF-Eigenschaften
35632 \family default
35633 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35634  erzeugt.
35635  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35636  dargestellt.
35637  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35638 \end_layout
35639
35640 \end_inset
35641
35642
35643 \end_layout
35644
35645 \begin_layout Standard
35646 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35647  Kurztitel über das Menü 
35648 \family sans
35649 Einfügen\SpecialChar \menuseparator
35650 Kurztitel
35651 \family default
35652  einfügt.
35653  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35654  um das Inhaltsverzeichnis übersichtlich zu halten.
35655  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35656 chen.
35657 \end_layout
35658
35659 \begin_layout Standard
35660 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35661 \series bold
35662 hyperref
35663 \series default
35664 , verwendet man im TeX-Modus den Befehl
35665 \end_layout
35666
35667 \begin_layout Standard
35668
35669 \series bold
35670
35671 \backslash
35672 texorpdfstring{Teil}{Alternative}
35673 \begin_inset Index idx
35674 status collapsed
35675
35676 \begin_layout Plain Layout
35677 Befehle ! T ! 
35678 \backslash
35679 texorpdfstring
35680 \end_layout
35681
35682 \end_inset
35683
35684
35685 \end_layout
35686
35687 \begin_layout Standard
35688 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35689  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35690  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35691  soll.
35692 \end_layout
35693
35694 \begin_layout Standard
35695 Es folgen zwei Beispielüberschriften:
35696 \begin_inset VSpace -3mm
35697 \end_inset
35698
35699
35700 \begin_inset ERT
35701 status collapsed
35702
35703 \begin_layout Plain Layout
35704
35705
35706 \backslash
35707 boldmath 
35708 \end_layout
35709
35710 \end_inset
35711
35712
35713 \end_layout
35714
35715 \begin_layout Subsubsection
35716 Überschrift ohne Formel im Inhaltsverzeichnis 
35717 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35718 \end_inset
35719
35720
35721 \begin_inset Argument
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725 Überschrift ohne Formel im Inhaltsverzeichnis
35726 \end_layout
35727
35728 \end_inset
35729
35730
35731 \end_layout
35732
35733 \begin_layout Subsubsection
35734 Überschrift mit Formel im Inhaltsverzeichnis
35735 \begin_inset ERT
35736 status collapsed
35737
35738 \begin_layout Plain Layout
35739
35740
35741 \backslash
35742 texorpdfstring{
35743 \end_layout
35744
35745 \end_inset
35746
35747  
35748 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35749 \end_inset
35750
35751
35752 \begin_inset ERT
35753 status collapsed
35754
35755 \begin_layout Plain Layout
35756
35757 }{}
35758 \end_layout
35759
35760 \end_inset
35761
35762
35763 \end_layout
35764
35765 \begin_layout Standard
35766 \begin_inset ERT
35767 status collapsed
35768
35769 \begin_layout Plain Layout
35770
35771
35772 \backslash
35773 unboldmath 
35774 \end_layout
35775
35776 \end_inset
35777
35778 In der ersten Überschrift wurde ein Kurztitel verwendet.
35779  In der zweiten 
35780 \series bold
35781
35782 \backslash
35783 texorpdfstring
35784 \series default
35785 .
35786 \end_layout
35787
35788 \begin_layout Standard
35789 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
35790  die komplette Überschrift in eine 
35791 \series bold
35792 boldmath
35793 \series default
35794 -Umgebung
35795 \begin_inset Foot
35796 status collapsed
35797
35798 \begin_layout Plain Layout
35799 siehe 
35800 \begin_inset CommandInset ref
35801 LatexCommand ref
35802 reference "sub:Fett-gedruckte-Formeln"
35803
35804 \end_inset
35805
35806
35807 \end_layout
35808
35809 \end_inset
35810
35811  gesetzt.
35812 \end_layout
35813
35814 \begin_layout Subsection
35815 Formeln im mehrspaltigen Text
35816 \begin_inset Index idx
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820 Formel ! im mehrspaltigen Text
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Standard
35829 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
35830  müssen daher über die gesamte Seitenbreite gesetzt werden.
35831  Dazu verwendet man das LaTeX-Paket 
35832 \series bold
35833 multicol
35834 \series default
35835
35836 \begin_inset Foot
35837 status collapsed
35838
35839 \begin_layout Plain Layout
35840
35841 \series bold
35842 multicol
35843 \series default
35844  ist Teil jeder LaTeX-Standardinstallation.
35845 \end_layout
35846
35847 \end_inset
35848
35849
35850 \begin_inset Index idx
35851 status collapsed
35852
35853 \begin_layout Plain Layout
35854 Pakete ! multicol
35855 \end_layout
35856
35857 \end_inset
35858
35859 , das mit der LaTeX-Vorspannzeile
35860 \end_layout
35861
35862 \begin_layout Standard
35863
35864 \series bold
35865
35866 \backslash
35867 usepackage{multicol}
35868 \end_layout
35869
35870 \begin_layout Standard
35871 geladen wird.
35872 \end_layout
35873
35874 \begin_layout Standard
35875 \begin_inset Note Greyedout
35876 status open
35877
35878 \begin_layout Plain Layout
35879 Dabei ist zu beachten, dass im Menü 
35880 \family sans
35881 Dokument\SpecialChar \menuseparator
35882 Einstellungen
35883 \family default
35884  unter 
35885 \family sans
35886 Textformat
35887 \family default
35888  
35889 \emph on
35890 nicht
35891 \emph default
35892  
35893 \family sans
35894 Zweispaltiges
35895 \begin_inset space ~
35896 \end_inset
35897
35898 Dokument
35899 \family default
35900  ausgewählt sein darf.
35901 \end_layout
35902
35903 \end_inset
35904
35905
35906 \end_layout
35907
35908 \begin_layout Standard
35909 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
35910 \end_layout
35911
35912 \begin_layout Standard
35913
35914 \series bold
35915
35916 \backslash
35917 begin{multicols}{Spaltenanzahl}
35918 \end_layout
35919
35920 \begin_layout Standard
35921 wobei die Spaltenanzahl eine Zahl im Bereich 2
35922 \begin_inset space \thinspace{}
35923 \end_inset
35924
35925 -
35926 \begin_inset space \thinspace{}
35927 \end_inset
35928
35929 10 ist.
35930  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
35931 \end_layout
35932
35933 \begin_layout Standard
35934
35935 \series bold
35936
35937 \backslash
35938 end{multicols}
35939 \end_layout
35940
35941 \begin_layout Standard
35942 der im TeX-Modus eingegeben wird.
35943 \end_layout
35944
35945 \begin_layout Standard
35946 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35947  Um dies rückgängig zu machen, fügt man vor der Formel -6
35948 \begin_inset space \thinspace{}
35949 \end_inset
35950
35951 mm vertikalen Leerraum ein.
35952  Ist der Formelstil 
35953 \series bold
35954 Eingerückt
35955 \begin_inset Foot
35956 status collapsed
35957
35958 \begin_layout Plain Layout
35959 Formelstile siehe 
35960 \begin_inset CommandInset ref
35961 LatexCommand ref
35962 reference "sec:Formelstile"
35963
35964 \end_inset
35965
35966
35967 \end_layout
35968
35969 \end_inset
35970
35971
35972 \series default
35973  gewählt, fügt man stattdessen -9
35974 \begin_inset space \thinspace{}
35975 \end_inset
35976
35977 mm Leerraum ein.
35978 \end_layout
35979
35980 \begin_layout Standard
35981 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35982 \end_layout
35983
35984 \begin_layout Standard
35985 \begin_inset ERT
35986 status collapsed
35987
35988 \begin_layout Plain Layout
35989
35990
35991 \backslash
35992 begin{multicols}{2}
35993 \end_layout
35994
35995 \end_inset
35996
35997 Das Spektrum wird fouriertransformiert.
35998  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35999 , Lösungsmittel) zu trennen.
36000  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36001  nun das Aussehen des Ausgangssignals.
36002  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36003  über alle Phasen integrieren muss.
36004  Sei nun 
36005 \begin_inset Formula $S$
36006 \end_inset
36007
36008  unser normiertes Ausgangssignal und 
36009 \begin_inset Formula $P$
36010 \end_inset
36011
36012  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36013 \begin_inset ERT
36014 status collapsed
36015
36016 \begin_layout Plain Layout
36017
36018
36019 \backslash
36020 end{multicols}
36021 \end_layout
36022
36023 \end_inset
36024
36025
36026 \begin_inset VSpace -6mm
36027 \end_inset
36028
36029
36030 \begin_inset Formula \begin{equation}
36031 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36032
36033 \end_inset
36034
36035
36036 \begin_inset ERT
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040
36041
36042 \backslash
36043 begin{multicols}{2}
36044 \end_layout
36045
36046 \end_inset
36047
36048 wobei 
36049 \begin_inset Formula $S_{0}$
36050 \end_inset
36051
36052  das Signal ohne Gradient ist und die Normierungsbedingung 
36053 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36054 \end_inset
36055
36056  gilt.
36057  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36058  Direkt nach dem 
36059 \begin_inset Formula $\nicefrac{\pi}{2}$
36060 \end_inset
36061
36062
36063 \begin_inset space \thinspace{}
36064 \end_inset
36065
36066 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36067  das Signal zusätzlich abschwächt.
36068  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36069  
36070 \begin_inset Formula $T_{2}$
36071 \end_inset
36072
36073 -Zeit.
36074 \end_layout
36075
36076 \begin_layout Standard
36077 \begin_inset ERT
36078 status collapsed
36079
36080 \begin_layout Plain Layout
36081
36082
36083 \backslash
36084 end{multicols}
36085 \end_layout
36086
36087 \end_inset
36088
36089  
36090 \end_layout
36091
36092 \begin_layout Subsection
36093 Formeln mit Beschreibung der Variablen
36094 \begin_inset Index idx
36095 status collapsed
36096
36097 \begin_layout Plain Layout
36098 Formel ! mit Variablenbeschreibung
36099 \end_layout
36100
36101 \end_inset
36102
36103
36104 \end_layout
36105
36106 \begin_layout Standard
36107 Möchte man wie in Formel 
36108 \begin_inset CommandInset ref
36109 LatexCommand eqref
36110 reference "eq:innerhalb"
36111
36112 \end_inset
36113
36114 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36115 \series bold
36116 ×
36117 \series default
36118
36119 \begin_inset Formula $n$
36120 \end_inset
36121
36122
36123 \begin_inset space ~
36124 \end_inset
36125
36126 Matrix mit links ausgerichteten Spalten für die verwendeten 
36127 \begin_inset Formula $n$
36128 \end_inset
36129
36130  Variablen.
36131 \begin_inset Foot
36132 status collapsed
36133
36134 \begin_layout Plain Layout
36135 Matrizen siehe 
36136 \begin_inset CommandInset ref
36137 LatexCommand ref
36138 reference "sec:Matrizen"
36139
36140 \end_inset
36141
36142
36143 \end_layout
36144
36145 \end_inset
36146
36147  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36148 \begin_inset space \thinspace{}
36149 \end_inset
36150
36151 B.
36152  den Befehl 
36153 \series bold
36154
36155 \backslash
36156 footnotesize
36157 \series default
36158  ein.
36159 \begin_inset Foot
36160 status collapsed
36161
36162 \begin_layout Plain Layout
36163 Schriftgrößen siehe 
36164 \begin_inset CommandInset ref
36165 LatexCommand ref
36166 reference "sub:Schriftgrößen"
36167
36168 \end_inset
36169
36170
36171 \end_layout
36172
36173 \end_inset
36174
36175
36176 \end_layout
36177
36178 \begin_layout Standard
36179 Wird der Formelstil 
36180 \series bold
36181 Eingerückt
36182 \begin_inset Foot
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186 Formelstile siehe 
36187 \begin_inset CommandInset ref
36188 LatexCommand ref
36189 reference "sec:Formelstile"
36190
36191 \end_inset
36192
36193
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \series default
36200  verwendet, fügt man vor und nach der Matrix ein 
36201 \series bold
36202
36203 \backslash
36204 hfill
36205 \series default
36206
36207 \begin_inset Foot
36208 status collapsed
36209
36210 \begin_layout Plain Layout
36211
36212 \series bold
36213
36214 \backslash
36215 hfill
36216 \series default
36217  wirkt nur in Formeln mit dem Stil 
36218 \series bold
36219 Eingerückt
36220 \series default
36221 , siehe 
36222 \begin_inset CommandInset ref
36223 LatexCommand ref
36224 reference "sub:Variabler-Leerraum"
36225
36226 \end_inset
36227
36228 .
36229 \end_layout
36230
36231 \end_inset
36232
36233  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36234  gleich ist.
36235 \end_layout
36236
36237 \begin_layout Standard
36238 Ist der Formelstil 
36239 \series bold
36240 Zentriert
36241 \series default
36242  gewählt, nutzt man die in 
36243 \begin_inset CommandInset ref
36244 LatexCommand ref
36245 reference "sub:Flalign-Umgebung"
36246
36247 \end_inset
36248
36249  beschriebene Möglichkeit, Formeln einzurücken.
36250  Formel 
36251 \begin_inset CommandInset ref
36252 LatexCommand eqref
36253 reference "eq:innerhalb"
36254
36255 \end_inset
36256
36257  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36258  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36259 \begin_inset Formula \begin{flalign}
36260 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36261 \rho & \textrm{Dichte}\\
36262 V & \textrm{Volumen}\\
36263 g & \textrm{Fallbeschleunigung}
36264 \end{array} &  & {}\label{eq:innerhalb}\end{flalign}
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \begin_layout Subsection
36272 Aufrechte kleine griechische Buchstaben
36273 \begin_inset CommandInset label
36274 LatexCommand label
36275 name "sub:Aufrechte-kleine-griechische"
36276
36277 \end_inset
36278
36279
36280 \begin_inset Index idx
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284 griechische Buchstaben ! aufrechte
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \end_layout
36291
36292 \begin_layout Standard
36293 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36294  zur Verfügung.
36295  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36296  aufrechte griechische Buchstaben benötigt.
36297  Die Datei 
36298 \series bold
36299 upgreek.sty
36300 \series default
36301
36302 \begin_inset Foot
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306
36307 \series bold
36308 upgreek
36309 \series default
36310  ist Teil des LaTeX-Paketes 
36311 \series bold
36312 was
36313 \series default
36314
36315 \begin_inset Index idx
36316 status collapsed
36317
36318 \begin_layout Plain Layout
36319 Pakete ! was
36320 \begin_inset ERT
36321 status collapsed
36322
36323 \begin_layout Plain Layout
36324
36325
36326 \backslash
36327 vspace{4mm}
36328 \end_layout
36329
36330 \end_inset
36331
36332
36333 \end_layout
36334
36335 \end_inset
36336
36337 .
36338 \end_layout
36339
36340 \end_inset
36341
36342
36343 \begin_inset Index idx
36344 status collapsed
36345
36346 \begin_layout Plain Layout
36347 Pakete ! upgreek
36348 \end_layout
36349
36350 \end_inset
36351
36352 , die mit der LaTeX-Vorspannzeile
36353 \end_layout
36354
36355 \begin_layout Standard
36356
36357 \series bold
36358
36359 \backslash
36360 usepackage{upgreek}
36361 \end_layout
36362
36363 \begin_layout Standard
36364 geladen wird, stellt diese Buchstaben zur Verfügung.
36365  
36366 \begin_inset ERT
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370
36371
36372 \backslash
36373 ifupgreek 
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \begin_inset Note Note
36380 status open
36381
36382 \begin_layout Plain Layout
36383 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36384 \series bold
36385 upgreek
36386 \series default
36387  installiert ist:
36388 \end_layout
36389
36390 \end_inset
36391
36392  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36393  
36394 \series bold
36395 up
36396 \series default
36397  begonnen wird.
36398  So erzeugt z.
36399 \begin_inset space \thinspace{}
36400 \end_inset
36401
36402 B.
36403  der Befehl 
36404 \series bold
36405
36406 \backslash
36407 uptau
36408 \series default
36409  dies: 
36410 \begin_inset Formula $\uptau$
36411 \end_inset
36412
36413
36414 \end_layout
36415
36416 \begin_layout Standard
36417 Damit kann man Elementarteilchenreaktionen erstellen:
36418 \begin_inset Formula \[
36419 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36420
36421 \end_inset
36422
36423
36424 \end_layout
36425
36426 \begin_layout Standard
36427 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36428  Sie sollten daher nicht für Einheiten wie 
36429 \begin_inset Quotes gld
36430 \end_inset
36431
36432 µm
36433 \begin_inset Quotes grd
36434 \end_inset
36435
36436  verwendet werden.
36437 \end_layout
36438
36439 \begin_layout Standard
36440 \begin_inset ERT
36441 status collapsed
36442
36443 \begin_layout Plain Layout
36444
36445
36446 \backslash
36447 else 
36448 \end_layout
36449
36450 \end_inset
36451
36452
36453 \begin_inset Note Note
36454 status open
36455
36456 \begin_layout Plain Layout
36457 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36458 \series bold
36459 upgreek
36460 \series default
36461  nicht installiert ist:
36462 \end_layout
36463
36464 \end_inset
36465
36466
36467 \end_layout
36468
36469 \begin_layout Standard
36470 Das LaTeX-Paket 
36471 \series bold
36472 upgreek 
36473 \series default
36474 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36475 \end_layout
36476
36477 \begin_layout Standard
36478 \begin_inset ERT
36479 status collapsed
36480
36481 \begin_layout Plain Layout
36482
36483
36484 \backslash
36485 fi 
36486 \end_layout
36487
36488 \end_inset
36489
36490
36491 \end_layout
36492
36493 \begin_layout Subsection
36494 Textzeichen in Formeln
36495 \begin_inset CommandInset label
36496 LatexCommand label
36497 name "sub:Textzeichen-in-Formeln"
36498
36499 \end_inset
36500
36501
36502 \begin_inset Index idx
36503 status collapsed
36504
36505 \begin_layout Plain Layout
36506 Text ! in Formeln
36507 \end_layout
36508
36509 \end_inset
36510
36511
36512 \end_layout
36513
36514 \begin_layout Standard
36515 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36516  Benötigt man z.
36517 \begin_inset space \thinspace{}
36518 \end_inset
36519
36520 B.
36521  den mittigen Punkt · in Formeln wie 
36522 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36523 \end_inset
36524
36525 , müsste man dafür jedes Mal den Befehl 
36526 \series bold
36527
36528 \backslash
36529 cdot
36530 \series default
36531  eingeben
36532 \begin_inset Foot
36533 status collapsed
36534
36535 \begin_layout Plain Layout
36536 siehe 
36537 \begin_inset CommandInset ref
36538 LatexCommand ref
36539 reference "sub:Binäre-Operatoren"
36540
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \end_inset
36547
36548 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36549  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36550 \end_layout
36551
36552 \begin_layout Standard
36553
36554 \series bold
36555
36556 \backslash
36557 DeclareInputText{183}{
36558 \backslash
36559 ifmmode
36560 \backslash
36561 cdot
36562 \backslash
36563 else
36564 \backslash
36565 textperiodcentered
36566 \backslash
36567 f\SpecialChar \textcompwordmark{}
36568 i}
36569 \end_layout
36570
36571 \begin_layout Standard
36572 Die Zeichenkodierung (Menü 
36573 \family sans
36574 Dokument\SpecialChar \menuseparator
36575 Einstellungen\SpecialChar \menuseparator
36576 Sprache
36577 \family default
36578 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36579  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36580 \series bold
36581
36582 \backslash
36583 textperiodcentered
36584 \series default
36585  verwendet.
36586  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36587  LaTeX-Fehlern kommen würde.
36588  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36589  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36590  nicht.
36591 \end_layout
36592
36593 \begin_layout Standard
36594 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36595  Z.
36596 \begin_inset space \thinspace{}
36597 \end_inset
36598
36599 B.
36600  ist die Kodierung 
36601 \series bold
36602 latin9
36603 \series default
36604  in der Datei 
36605 \series bold
36606 latin9.def
36607 \series default
36608  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36609  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36610 eien geändert werden.
36611  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36612  nicht ohne Weiteres bearbeitet werden.
36613 \end_layout
36614
36615 \begin_layout Standard
36616 \begin_inset VSpace medskip
36617 \end_inset
36618
36619 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36620  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36621  Formel eingegeben werden können:
36622 \end_layout
36623
36624 \begin_layout Standard
36625
36626 \series bold
36627
36628 \backslash
36629 DeclareInputText{176}{
36630 \backslash
36631 ifmmode^
36632 \backslash
36633 circ
36634 \backslash
36635 else
36636 \backslash
36637 textdegree
36638 \backslash
36639 f\SpecialChar \textcompwordmark{}
36640 i}
36641 \end_layout
36642
36643 \begin_layout Standard
36644 \begin_inset Newpage newpage
36645 \end_inset
36646
36647
36648 \end_layout
36649
36650 \begin_layout Section
36651 \start_of_appendix
36652 Typographische Hinweise
36653 \begin_inset Index idx
36654 status collapsed
36655
36656 \begin_layout Plain Layout
36657 Typographische Hinweise
36658 \end_layout
36659
36660 \end_inset
36661
36662
36663 \end_layout
36664
36665 \begin_layout Standard
36666 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36667  Regeln, die teilweise auch im Duden 
36668 \begin_inset CommandInset citation
36669 LatexCommand cite
36670 key "Duden"
36671
36672 \end_inset
36673
36674  unter 
36675 \family typewriter
36676 Textverarbeitung
36677 \family default
36678  aufgelistet sind.
36679  Weitere Regeln sind in 
36680 \begin_inset CommandInset citation
36681 LatexCommand cite
36682 key "Checklist"
36683
36684 \end_inset
36685
36686  zu finden.
36687 \end_layout
36688
36689 \begin_layout Itemize
36690 Physikalische Einheiten werden 
36691 \emph on
36692 immer
36693 \emph default
36694  aufrecht gesetzt
36695 \begin_inset Foot
36696 status collapsed
36697
36698 \begin_layout Plain Layout
36699 wird durch Schriftstile erreicht, siehe 
36700 \begin_inset CommandInset ref
36701 LatexCommand ref
36702 reference "sub:Schriftstile"
36703
36704 \end_inset
36705
36706
36707 \end_layout
36708
36709 \end_inset
36710
36711 , egal ob sie sich in einem kursiven Text befinden: 30
36712 \begin_inset space \thinspace{}
36713 \end_inset
36714
36715 km/h
36716 \begin_inset Newline newline
36717 \end_inset
36718
36719 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
36720 \begin_inset CommandInset ref
36721 LatexCommand ref
36722 reference "sub:Vordefinierter-Leerraum"
36723
36724 \end_inset
36725
36726 .
36727 \begin_inset Newline newline
36728 \end_inset
36729
36730 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
36731 \series bold
36732
36733 \backslash
36734 unittwo
36735 \series default
36736  verwendet.
36737  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
36738  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
36739  erhält wie oben: 
36740 \begin_inset Formula $\unit[30]{km/h}$
36741 \end_inset
36742
36743
36744 \begin_inset space \thinspace{}
36745 \end_inset
36746
36747 .
36748  Zu beachten ist, dass 
36749 \series bold
36750
36751 \backslash
36752 unittwo
36753 \series default
36754  kein echter LaTeX-Befehl, sondern der Befehl 
36755 \series bold
36756
36757 \backslash
36758 unit[Wert]{Einheit}
36759 \series default
36760  ist, daher kann man ihn nicht im TeX-Code benutzen.
36761 \end_layout
36762
36763 \begin_layout Itemize
36764 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
36765 \begin_inset Newline newline
36766 \end_inset
36767
36768 1,2
36769 \begin_inset space \thinspace{}
36770 \end_inset
36771
36772 ‰ Alkohol im Blut
36773 \begin_inset Newline newline
36774 \end_inset
36775
36776 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
36777  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
36778 \end_layout
36779
36780 \begin_layout Itemize
36781 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
36782  wird in einer Einheit verwendet: 15
36783 \begin_inset space \thinspace{}
36784 \end_inset
36785
36786 °C
36787 \end_layout
36788
36789 \begin_layout Itemize
36790 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
36791  Ziffer der kleinste Leerraum eingefügt: 18
36792 \begin_inset space \thinspace{}
36793 \end_inset
36794
36795 473
36796 \begin_inset space \thinspace{}
36797 \end_inset
36798
36799 588
36800 \end_layout
36801
36802 \begin_layout Itemize
36803 Für Bemaßungen wie z.
36804 \begin_inset space \thinspace{}
36805 \end_inset
36806
36807 B.
36808  120×90×40
36809 \begin_inset space \thinspace{}
36810 \end_inset
36811
36812 cm, verwendet man das gelegte Kreuz 
36813 \begin_inset Quotes gld
36814 \end_inset
36815
36816 ×
36817 \begin_inset Quotes grd
36818 \end_inset
36819
36820 , dass entweder über den Befehl 
36821 \series bold
36822
36823 \backslash
36824 times
36825 \series default
36826  oder über das Menü 
36827 \family sans
36828 Einfügen\SpecialChar \menuseparator
36829 Sonderzeichen\SpecialChar \menuseparator
36830 Symbole
36831 \family default
36832  verfügbar ist.
36833 \end_layout
36834
36835 \begin_layout Itemize
36836 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
36837  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
36838 \begin_inset space \thinspace{}
36839 \end_inset
36840
36841 6.
36842 \begin_inset space ~
36843 \end_inset
36844
36845 1979
36846 \end_layout
36847
36848 \begin_layout Itemize
36849 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
36850  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
36851 \begin_inset CommandInset ref
36852 LatexCommand ref
36853 reference "sub:Vordefinierte-Funktionen"
36854
36855 \end_inset
36856
36857 .
36858 \end_layout
36859
36860 \begin_layout Itemize
36861 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
36862  
36863 \begin_inset Formula $E_{\mathrm{kin}}$
36864 \end_inset
36865
36866
36867 \begin_inset Newline newline
36868 \end_inset
36869
36870 Komponenten von Matrizen werden kursiv gesetzt: 
36871 \begin_inset Formula $\hat{H}_{kl}$
36872 \end_inset
36873
36874
36875 \end_layout
36876
36877 \begin_layout Itemize
36878 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
36879  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
36880  Variablen zu verwechseln.
36881 \end_layout
36882
36883 \begin_layout Itemize
36884 Das Symbol für eine 
36885 \noun on
36886 Fourier
36887 \noun default
36888 -Transformation kann entweder mit dem Befehl 
36889 \series bold
36890
36891 \backslash
36892 mathscr
36893 \begin_inset ERT
36894 status collapsed
36895
36896 \begin_layout Plain Layout
36897
36898
36899 \backslash
36900 leer 
36901 \end_layout
36902
36903 \end_inset
36904
36905 F
36906 \series default
36907  oder über das Menü 
36908 \family sans
36909 Einfügen\SpecialChar \menuseparator
36910 Sonderzeichen\SpecialChar \menuseparator
36911 Symbole\SpecialChar \menuseparator
36912 Buchstabenähnliche
36913 \begin_inset space ~
36914 \end_inset
36915
36916 Symbole
36917 \family default
36918  eingefügt werden: 
36919 \begin_inset Formula $\mathscr{F}$
36920 \end_inset
36921
36922
36923 \end_layout
36924
36925 \begin_layout Standard
36926 \begin_inset Newpage newpage
36927 \end_inset
36928
36929
36930 \end_layout
36931
36932 \begin_layout Section
36933 Synonyme
36934 \begin_inset Index idx
36935 status collapsed
36936
36937 \begin_layout Plain Layout
36938 Synonyme
36939 \end_layout
36940
36941 \end_inset
36942
36943
36944 \end_layout
36945
36946 \begin_layout Standard
36947 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36948  Hier ist eine Übersicht der Synonymbefehle:
36949 \end_layout
36950
36951 \begin_layout Standard
36952 \begin_inset VSpace bigskip
36953 \end_inset
36954
36955
36956 \begin_inset space \hfill{}
36957 \end_inset
36958
36959
36960 \begin_inset Tabular
36961 <lyxtabular version="3" rows="12" columns="2">
36962 <features tabularvalignment="middle">
36963 <column alignment="center" valignment="top" width="0pt">
36964 <column alignment="center" valignment="top" width="0pt">
36965 <row>
36966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36967 \begin_inset Text
36968
36969 \begin_layout Plain Layout
36970 Befehl
36971 \end_layout
36972
36973 \end_inset
36974 </cell>
36975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36976 \begin_inset Text
36977
36978 \begin_layout Plain Layout
36979 äquivalent zu
36980 \begin_inset Note Note
36981 status collapsed
36982
36983 \begin_layout Plain Layout
36984
36985 \series bold
36986
36987 \backslash
36988 raisebox
36989 \series default
36990  dient nur als Abstandhalter.
36991 \end_layout
36992
36993 \end_inset
36994
36995
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 </row>
37001 <row>
37002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37003 \begin_inset Text
37004
37005 \begin_layout Plain Layout
37006
37007 \backslash
37008 ast
37009 \end_layout
37010
37011 \end_inset
37012 </cell>
37013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37014 \begin_inset Text
37015
37016 \begin_layout Plain Layout
37017 \begin_inset ERT
37018 status collapsed
37019
37020 \begin_layout Plain Layout
37021
37022
37023 \backslash
37024 raisebox{-1.2mm}{
37025 \end_layout
37026
37027 \end_inset
37028
37029 *
37030 \begin_inset ERT
37031 status collapsed
37032
37033 \begin_layout Plain Layout
37034
37035 }
37036 \end_layout
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \end_inset
37044 </cell>
37045 </row>
37046 <row>
37047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37048 \begin_inset Text
37049
37050 \begin_layout Plain Layout
37051
37052 \backslash
37053 choose
37054 \end_layout
37055
37056 \end_inset
37057 </cell>
37058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37059 \begin_inset Text
37060
37061 \begin_layout Plain Layout
37062
37063 \backslash
37064 binom
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 </row>
37070 <row>
37071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37072 \begin_inset Text
37073
37074 \begin_layout Plain Layout
37075
37076 \backslash
37077 geq
37078 \end_layout
37079
37080 \end_inset
37081 </cell>
37082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37083 \begin_inset Text
37084
37085 \begin_layout Plain Layout
37086
37087 \backslash
37088 ge
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 </row>
37094 <row>
37095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099
37100 \backslash
37101 lbrace
37102 \end_layout
37103
37104 \end_inset
37105 </cell>
37106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37107 \begin_inset Text
37108
37109 \begin_layout Plain Layout
37110 {
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 </row>
37116 <row>
37117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37118 \begin_inset Text
37119
37120 \begin_layout Plain Layout
37121
37122 \backslash
37123 lbracket
37124 \end_layout
37125
37126 \end_inset
37127 </cell>
37128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37129 \begin_inset Text
37130
37131 \begin_layout Plain Layout
37132 [
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 </row>
37138 <row>
37139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout Plain Layout
37143
37144 \backslash
37145 leftarrow
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37151 \begin_inset Text
37152
37153 \begin_layout Plain Layout
37154
37155 \backslash
37156 gets
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 </row>
37162 <row>
37163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37164 \begin_inset Text
37165
37166 \begin_layout Plain Layout
37167
37168 \backslash
37169 leq
37170 \end_layout
37171
37172 \end_inset
37173 </cell>
37174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37175 \begin_inset Text
37176
37177 \begin_layout Plain Layout
37178
37179 \backslash
37180 le
37181 \end_layout
37182
37183 \end_inset
37184 </cell>
37185 </row>
37186 <row>
37187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37188 \begin_inset Text
37189
37190 \begin_layout Plain Layout
37191
37192 \backslash
37193 lor
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37199 \begin_inset Text
37200
37201 \begin_layout Plain Layout
37202
37203 \backslash
37204 vee
37205 \end_layout
37206
37207 \end_inset
37208 </cell>
37209 </row>
37210 <row>
37211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37212 \begin_inset Text
37213
37214 \begin_layout Plain Layout
37215
37216 \backslash
37217 neq
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37223 \begin_inset Text
37224
37225 \begin_layout Plain Layout
37226
37227 \backslash
37228 not=
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 </row>
37234 <row>
37235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37236 \begin_inset Text
37237
37238 \begin_layout Plain Layout
37239
37240 \backslash
37241 slash
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout Plain Layout
37250 /
37251 \end_layout
37252
37253 \end_inset
37254 </cell>
37255 </row>
37256 <row>
37257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37258 \begin_inset Text
37259
37260 \begin_layout Plain Layout
37261
37262 \backslash
37263 vert
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272 |
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 </row>
37278 </lyxtabular>
37279
37280 \end_inset
37281
37282
37283 \begin_inset space \hfill{}
37284 \end_inset
37285
37286
37287 \begin_inset Tabular
37288 <lyxtabular version="3" rows="12" columns="2">
37289 <features tabularvalignment="middle">
37290 <column alignment="center" valignment="top" width="0pt">
37291 <column alignment="center" valignment="top" width="0pt">
37292 <row>
37293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297 Befehl
37298 \end_layout
37299
37300 \end_inset
37301 </cell>
37302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306 äquivalent zu
37307 \end_layout
37308
37309 \end_inset
37310 </cell>
37311 </row>
37312 <row>
37313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37314 \begin_inset Text
37315
37316 \begin_layout Plain Layout
37317
37318 \backslash
37319 backslash
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37325 \begin_inset Text
37326
37327 \begin_layout Plain Layout
37328
37329 \backslash
37330
37331 \backslash
37332
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 </row>
37338 <row>
37339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37340 \begin_inset Text
37341
37342 \begin_layout Plain Layout
37343
37344 \backslash
37345 dasharrow
37346 \end_layout
37347
37348 \end_inset
37349 </cell>
37350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37351 \begin_inset Text
37352
37353 \begin_layout Plain Layout
37354
37355 \backslash
37356 dashrightarrow
37357 \end_layout
37358
37359 \end_inset
37360 </cell>
37361 </row>
37362 <row>
37363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37364 \begin_inset Text
37365
37366 \begin_layout Plain Layout
37367
37368 \backslash
37369 land
37370 \end_layout
37371
37372 \end_inset
37373 </cell>
37374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37375 \begin_inset Text
37376
37377 \begin_layout Plain Layout
37378
37379 \backslash
37380 wedge
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 </row>
37386 <row>
37387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37388 \begin_inset Text
37389
37390 \begin_layout Plain Layout
37391
37392 \backslash
37393 rbrace
37394 \end_layout
37395
37396 \end_inset
37397 </cell>
37398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37399 \begin_inset Text
37400
37401 \begin_layout Plain Layout
37402 }
37403 \end_layout
37404
37405 \end_inset
37406 </cell>
37407 </row>
37408 <row>
37409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37410 \begin_inset Text
37411
37412 \begin_layout Plain Layout
37413
37414 \backslash
37415 rbracket
37416 \end_layout
37417
37418 \end_inset
37419 </cell>
37420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37421 \begin_inset Text
37422
37423 \begin_layout Plain Layout
37424 ]
37425 \end_layout
37426
37427 \end_inset
37428 </cell>
37429 </row>
37430 <row>
37431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37432 \begin_inset Text
37433
37434 \begin_layout Plain Layout
37435
37436 \backslash
37437 rightarrow
37438 \end_layout
37439
37440 \end_inset
37441 </cell>
37442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37443 \begin_inset Text
37444
37445 \begin_layout Plain Layout
37446
37447 \backslash
37448 to
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 </row>
37454 <row>
37455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37456 \begin_inset Text
37457
37458 \begin_layout Plain Layout
37459
37460 \backslash
37461 lnot
37462 \end_layout
37463
37464 \end_inset
37465 </cell>
37466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37467 \begin_inset Text
37468
37469 \begin_layout Plain Layout
37470
37471 \backslash
37472 neg
37473 \end_layout
37474
37475 \end_inset
37476 </cell>
37477 </row>
37478 <row>
37479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37480 \begin_inset Text
37481
37482 \begin_layout Plain Layout
37483
37484 \backslash
37485 ne
37486 \end_layout
37487
37488 \end_inset
37489 </cell>
37490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494
37495 \backslash
37496 not=
37497 \end_layout
37498
37499 \end_inset
37500 </cell>
37501 </row>
37502 <row>
37503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507
37508 \backslash
37509 owns
37510 \end_layout
37511
37512 \end_inset
37513 </cell>
37514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37515 \begin_inset Text
37516
37517 \begin_layout Plain Layout
37518
37519 \backslash
37520 ni
37521 \end_layout
37522
37523 \end_inset
37524 </cell>
37525 </row>
37526 <row>
37527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531
37532 \backslash
37533 square
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37539 \begin_inset Text
37540
37541 \begin_layout Plain Layout
37542
37543 \backslash
37544 Box
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 </row>
37550 <row>
37551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37552 \begin_inset Text
37553
37554 \begin_layout Plain Layout
37555
37556 \backslash
37557 Vert
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566
37567 \backslash
37568 |
37569 \end_layout
37570
37571 \end_inset
37572 </cell>
37573 </row>
37574 </lyxtabular>
37575
37576 \end_inset
37577
37578
37579 \begin_inset space \hfill{}
37580 \end_inset
37581
37582
37583 \end_layout
37584
37585 \begin_layout Standard
37586 \begin_inset Newpage newpage
37587 \end_inset
37588
37589
37590 \end_layout
37591
37592 \begin_layout Bibliography
37593 \labelwidthstring Referenzen
37594 \begin_inset CommandInset bibitem
37595 LatexCommand bibitem
37596 key "TLC2"
37597
37598 \end_inset
37599
37600
37601 \shape smallcaps
37602 Mittelbach, F.
37603  ; Goossens, M.
37604 \shape default
37605
37606 \shape italic
37607 The LaTeX Companion
37608 \shape default
37609 .
37610  Addison Wesley, 2004
37611 \end_layout
37612
37613 \begin_layout Bibliography
37614 \labelwidthstring Referenzen
37615 \begin_inset CommandInset bibitem
37616 LatexCommand bibitem
37617 key "Mathmode"
37618
37619 \end_inset
37620
37621
37622 \begin_inset CommandInset href
37623 LatexCommand href
37624 name "Beschreibung"
37625 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37626
37627 \end_inset
37628
37629  der mathematischen Fähigkeiten von LaTeX
37630 \end_layout
37631
37632 \begin_layout Bibliography
37633 \labelwidthstring Referenzen
37634 \begin_inset CommandInset bibitem
37635 LatexCommand bibitem
37636 key "AMS"
37637
37638 \end_inset
37639
37640
37641 \begin_inset CommandInset href
37642 LatexCommand href
37643 name "Beschreibung"
37644 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37645
37646 \end_inset
37647
37648  von 
37649 \begin_inset ERT
37650 status collapsed
37651
37652 \begin_layout Plain Layout
37653
37654
37655 \backslash
37656 AmS
37657 \end_layout
37658
37659 \end_inset
37660
37661 -LaTeX
37662 \end_layout
37663
37664 \begin_layout Bibliography
37665 \labelwidthstring Referenzen
37666 \begin_inset CommandInset bibitem
37667 LatexCommand bibitem
37668 key "Symbole"
37669
37670 \end_inset
37671
37672
37673 \begin_inset CommandInset href
37674 LatexCommand href
37675 name "Auflistung"
37676 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37677
37678 \end_inset
37679
37680  aller über LaTeX-Pakete verfügbare Symbole
37681 \end_layout
37682
37683 \begin_layout Bibliography
37684 \labelwidthstring Referenzen
37685 \begin_inset CommandInset bibitem
37686 LatexCommand bibitem
37687 key "hyperref"
37688
37689 \end_inset
37690
37691
37692 \begin_inset CommandInset href
37693 LatexCommand href
37694 name "Dokumentation"
37695 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37696
37697 \end_inset
37698
37699  des LaTeX-Pakets 
37700 \series bold
37701 hyperref
37702 \series default
37703
37704 \begin_inset Index idx
37705 status collapsed
37706
37707 \begin_layout Plain Layout
37708 Pakete ! hyperref
37709 \end_layout
37710
37711 \end_inset
37712
37713
37714 \end_layout
37715
37716 \begin_layout Bibliography
37717 \labelwidthstring Referenzen
37718 \begin_inset CommandInset bibitem
37719 LatexCommand bibitem
37720 key "mhchem"
37721
37722 \end_inset
37723
37724
37725 \begin_inset CommandInset href
37726 LatexCommand href
37727 name "Dokumentation"
37728 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37729
37730 \end_inset
37731
37732  des LaTeX-Pakets 
37733 \series bold
37734 mhchem
37735 \series default
37736
37737 \begin_inset Index idx
37738 status collapsed
37739
37740 \begin_layout Plain Layout
37741 Pakete ! mhchem
37742 \end_layout
37743
37744 \end_inset
37745
37746
37747 \end_layout
37748
37749 \begin_layout Bibliography
37750 \labelwidthstring Referenzen
37751 \begin_inset CommandInset bibitem
37752 LatexCommand bibitem
37753 key "Mathclap"
37754
37755 \end_inset
37756
37757
37758 \begin_inset CommandInset href
37759 LatexCommand href
37760 name "Beschreibung"
37761 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37762
37763 \end_inset
37764
37765  des in 
37766 \begin_inset CommandInset ref
37767 LatexCommand ref
37768 reference "sub:Operatorgrenzen"
37769
37770 \end_inset
37771
37772  vorgestellten Befehls 
37773 \series bold
37774
37775 \backslash
37776 mathclap
37777 \series default
37778
37779 \begin_inset Index idx
37780 status collapsed
37781
37782 \begin_layout Plain Layout
37783 Befehle ! M ! 
37784 \backslash
37785 mathclap
37786 \end_layout
37787
37788 \end_inset
37789
37790
37791 \end_layout
37792
37793 \begin_layout Bibliography
37794 \labelwidthstring Referenzen
37795 \begin_inset CommandInset bibitem
37796 LatexCommand bibitem
37797 key "Duden"
37798
37799 \end_inset
37800
37801
37802 \emph on
37803 Duden Band 1
37804 \emph default
37805 .
37806  22.
37807  Auflage, Duden Verlag 2001
37808 \end_layout
37809
37810 \begin_layout Bibliography
37811 \labelwidthstring Referenzen
37812 \begin_inset CommandInset bibitem
37813 LatexCommand bibitem
37814 key "Checklist"
37815
37816 \end_inset
37817
37818
37819 \begin_inset CommandInset href
37820 LatexCommand href
37821 name "Prüfliste"
37822 target "http://physics.nist.gov/Document/checklist.pdf"
37823
37824 \end_inset
37825
37826  für das Rezensieren von Manuskripten
37827 \end_layout
37828
37829 \begin_layout Standard
37830 \begin_inset Note Note
37831 status collapsed
37832
37833 \begin_layout Plain Layout
37834 Damit der Index den Namen 
37835 \begin_inset Quotes gld
37836 \end_inset
37837
37838 Stichwortverzeichnis
37839 \begin_inset Quotes grd
37840 \end_inset
37841
37842  erhält, wurde im LaTeX-Vorspann
37843 \end_layout
37844
37845 \begin_layout Plain Layout
37846
37847 \series bold
37848
37849 \backslash
37850 addto
37851 \backslash
37852 captionsngerman{
37853 \backslash
37854 renewcommand{
37855 \backslash
37856 indexname}{Stichwortverzeichnis}}
37857 \end_layout
37858
37859 \begin_layout Plain Layout
37860 eingefügt.
37861 \end_layout
37862
37863 \begin_layout Plain Layout
37864 Das Paket 
37865 \series bold
37866 babel
37867 \series default
37868  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
37869  Ehe man Beschriftungen ändern kann, muss es geladen werden.
37870  Außerdem wird 
37871 \series bold
37872 babel
37873 \series default
37874  von LyX automatisch nach dem LaTeX-Vorspann geladen.
37875  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
37876 che verwendet wurde.
37877 \end_layout
37878
37879 \begin_layout Plain Layout
37880 Möchte man andere Beschriftungen ändern, ersetzt man 
37881 \series bold
37882
37883 \backslash
37884 indexname
37885 \series default
37886  durch 
37887 \series bold
37888
37889 \backslash
37890 <Beschriftungs>name
37891 \series default
37892 .
37893  Eine Auflistung der möglichen Namen findet man unter
37894 \end_layout
37895
37896 \begin_layout Plain Layout
37897
37898 \family typewriter
37899 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
37900 \end_layout
37901
37902 \begin_layout Plain Layout
37903 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
37904 \series bold
37905 ngerman
37906 \series default
37907  durch die Dokumentsprache und
37908 \end_layout
37909
37910 \begin_layout Plain Layout
37911
37912 \series bold
37913
37914 \backslash
37915 captionsgerman
37916 \series default
37917  durch 
37918 \series bold
37919
37920 \backslash
37921 captions<Dokumentsprache>
37922 \series default
37923 .
37924 \end_layout
37925
37926 \end_inset
37927
37928
37929 \begin_inset CommandInset index_print
37930 LatexCommand printindex
37931 type "idx"
37932
37933 \end_inset
37934
37935
37936 \end_layout
37937
37938 \end_body
37939 \end_document