]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
Math.lyx: describe new matrix decoration feature
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasngerman{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
47  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
49
50 % Makros damit Pakete nicht doppelt geladen werden.
51 % siehe erste Fußnote in Kap. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
55 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % benutzt in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % für Mehrfachzeilen und -spalten
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % benutzt in Kap. 19.4
83 \usepackage{remreset}
84
85 % für das Fourier-Transformationssymbol
86 \usepackage{mathrsfs}
87
88 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % Farbdefinition aus Kap. 9.3
92 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
95 \DeclareMathOperator*{\Raute}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\leer}{\textvisiblespace}
99
100 % Beispielbefehle aus Kap. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % Beispielmakro aus Kap. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % Makro aus Kap. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % Grauschrift Notiz umdefinieren
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % Damit der Index einen anderen Namen erhält.
120 \addto\captionsngerman
121 {\renewcommand{\indexname}
122 {Stichwort- und Befehlsverzeichnis}}
123
124 % ------------------------------------
125 % used to check for needed LaTeX packages
126 \usepackage{ifthen}
127
128 % testen ob das Paket eurosym installiert ist
129 % wird benutzt für das Euro-Symbol
130 \newboolean{eurosym}
131 \IfFileExists{eurosym.sty}
132  {\usepackage[gennarrow]{eurosym}
133   \setboolean{eurosym}{true}}
134  {\setboolean{eurosym}{false}}
135
136 % testen ob Paket braket installiert ist
137 % benötigt für physikalische Vektoren
138 \newboolean{braket}
139 \IfFileExists{braket.sty}
140  {\usepackage{braket}
141   \setboolean{braket}{true}}
142  {\setboolean{braket}{false}}
143
144 % testen ob Paket cancel installiert ist
145 \newboolean{cancel}
146 \IfFileExists{cancel.sty}
147  {\usepackage{cancel}
148   \setboolean{cancel}{true}}
149  {\setboolean{cancel}{false}}
150
151 % testen ob Paket upgreek installiert ist
152 \newboolean{upgreek}
153 \IfFileExists{upgreek.sty}
154  {\usepackage{upgreek}
155   \setboolean{upgreek}{true}}
156  {\setboolean{upgreek}{false}}
157
158 % benötigt für Kommas in Formeln, siehe Kap. 22.3
159 \IfFileExists{icomma.sty}
160  {\usepackage{icomma}}{}
161 \end_preamble
162 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
163 \use_default_options false
164 \maintain_unincluded_children false
165 \language ngerman
166 \inputencoding auto
167 \fontencoding global
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \use_xetex false
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177
178 \graphics default
179 \default_output_format default
180 \output_sync 0
181 \bibtex_command default
182 \index_command default
183 \paperfontsize 12
184 \spacing single
185 \use_hyperref true
186 \pdf_title "LyXs Mathehandbuch"
187 \pdf_author "LyX Team, Uwe Stöhr"
188 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
189 \pdf_keywords "LyX, Mathed"
190 \pdf_bookmarks true
191 \pdf_bookmarksnumbered true
192 \pdf_bookmarksopen true
193 \pdf_bookmarksopenlevel 1
194 \pdf_breaklinks false
195 \pdf_pdfborder false
196 \pdf_colorlinks true
197 \pdf_backref false
198 \pdf_pdfusetitle false
199 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
200 \papersize a4paper
201 \use_geometry false
202 \use_amsmath 2
203 \use_esint 1
204 \use_mhchem 1
205 \use_mathdots 1
206 \cite_engine basic
207 \use_bibtopic false
208 \use_indices false
209 \paperorientation portrait
210 \suppress_date false
211 \index Stichwortverzeichnis
212 \shortcut idx
213 \color #008000
214 \end_index
215 \secnumdepth 4
216 \tocdepth 3
217 \paragraph_separation skip
218 \defskip medskip
219 \quotes_language german
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle plain
223 \bullet 1 0 6 -1
224 \bullet 2 2 35 -1
225 \bullet 3 2 7 -1
226 \tracking_changes false
227 \output_changes false
228 \html_math_output 0
229 \html_be_strict false
230 \end_header
231
232 \begin_body
233
234 \begin_layout Title
235 LyXs detailliertes Mathe Handbuch
236 \end_layout
237
238 \begin_layout Author
239 vom LyX Team
240 \begin_inset Foot
241 status collapsed
242
243 \begin_layout Plain Layout
244 \noindent
245 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
246 ons-Liste: 
247 \family typewriter
248
249 \begin_inset CommandInset href
250 LatexCommand href
251 name "lyx-docs@lists.lyx.org"
252 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Verfasser: Uwe Stöhr
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \family sans
281 Version 2.0.x
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset CommandInset toc
286 LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
299  
300 \series bold
301 braket, cancel, eurosym,
302 \series default
303  
304 \series bold
305 mhchem, multirow
306 \series default
307  und 
308 \series bold
309 was
310 \series default
311  installiert sein.
312  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
313  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
314  nicht im Ausdruck.
315  Eine Ausnahme ist 
316 \series bold
317 mhchem
318 \series default
319 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
320 \end_layout
321
322 \begin_layout Plain Layout
323 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
324 \begin_inset Newline newline
325 \end_inset
326
327
328 \series bold
329 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
330 \end_layout
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Standard
338 \begin_inset Newpage newpage
339 \end_inset
340
341
342 \end_layout
343
344 \begin_layout Section
345 Einleitung
346 \end_layout
347
348 \begin_layout Standard
349 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
350  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
351  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
352 tten.
353  Das setzt voraus, dass bereits das Kapitel 
354 \family typewriter
355 Mathematische
356 \family default
357  
358 \family typewriter
359 Formeln
360 \family default
361  des Benutzerhandbuchs gelesen worden ist.
362 \end_layout
363
364 \begin_layout Standard
365 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
366 \family sans
367 Einfügen
368 \series bold
369 \SpecialChar \menuseparator
370
371 \series default
372 Mathe
373 \family default
374  oder die 
375 \family sans
376 Mathe-Werkzeugleiste
377 \family default
378  aufrufbar.
379  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
380  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
381  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
382  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
383 \end_layout
384
385 \begin_layout Standard
386 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
387  LyX verfügbar.
388  Um alle Befehle nutzen zu können, muss die Option 
389 \family sans
390 AMS-Mathe-Paket verwenden
391 \family default
392  im Menü 
393 \family sans
394 Dokument\SpecialChar \menuseparator
395 Einstellungen\SpecialChar \menuseparator
396 Mathe Optionen
397 \family default
398  aktiviert sein.
399 \begin_inset Foot
400 status collapsed
401
402 \begin_layout Plain Layout
403 Die 
404 \family sans
405 Option
406 \family default
407  
408 \family sans
409 AMS-Mathe-Paket automatisch verwenden
410 \family default
411  verwendet 
412 \begin_inset ERT
413 status collapsed
414
415 \begin_layout Plain Layout
416
417
418 \backslash
419 AmS 
420 \end_layout
421
422 \end_inset
423
424 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
425  LyX unterstützt.
426 \end_layout
427
428 \end_inset
429
430
431 \end_layout
432
433 \begin_layout Standard
434 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
435 listung
436  aller 
437 \begin_inset ERT
438 status collapsed
439
440 \begin_layout Plain Layout
441
442
443 \backslash
444 AmS 
445 \end_layout
446
447 \end_inset
448
449 -Mathe Befehle
450 \begin_inset Foot
451 status collapsed
452
453 \begin_layout Plain Layout
454 Eine Liste mit allen 
455 \begin_inset ERT
456 status collapsed
457
458 \begin_layout Plain Layout
459
460
461 \backslash
462 AmS
463 \end_layout
464
465 \end_inset
466
467 -Mathe Befehlen findet sich in der Datei 
468 \family sans
469
470 \begin_inset CommandInset href
471 LatexCommand href
472 name "amsguide.ps"
473 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
474
475 \end_inset
476
477
478 \family default
479 , die Teil jeder LaTeX-Standardinstallation ist.
480 \end_layout
481
482 \end_inset
483
484  verzichtet.
485 \end_layout
486
487 \begin_layout Section
488 Allgemeine Hinweise
489 \end_layout
490
491 \begin_layout Standard
492 Um eine in einer Textzeile eingebettete Formel
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Formel ! eingebettete
498 \end_layout
499
500 \end_inset
501
502  zu erstellen, drückt man 
503 \family sans
504 Strg+M
505 \family default
506  oder den Werkzeugleistenknopf 
507 \begin_inset Graphics
508         filename ../../images/math-mode.png
509         scale 85
510
511 \end_inset
512
513 .
514 \begin_inset Newline newline
515 \end_inset
516
517 Um eine abgesetzte Formel
518 \begin_inset Index idx
519 status collapsed
520
521 \begin_layout Plain Layout
522 Formel ! abgesetzte
523 \end_layout
524
525 \end_inset
526
527  zu erstellen, drückt man 
528 \family sans
529 Strg+Shift+M
530 \family default
531 .
532 \end_layout
533
534 \begin_layout Standard
535 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
536  Cursor in die Formel und drückt 
537 \family sans
538 Strg+Shift+M
539 \family default
540  oder benutzt das Menü 
541 \family sans
542 Bearbeiten\SpecialChar \menuseparator
543 Mathe\SpecialChar \menuseparator
544
545 \begin_inset Newline linebreak
546 \end_inset
547
548 Formelart ändern
549 \family default
550 .
551  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
552  umwandeln.
553 \end_layout
554
555 \begin_layout Standard
556 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
557  gibt man in die Formel den Befehl 
558 \series bold
559
560 \backslash
561 displaystyle
562 \series default
563
564 \begin_inset Index idx
565 status collapsed
566
567 \begin_layout Plain Layout
568 Befehle ! D ! 
569 \backslash
570 displaystyle
571 \end_layout
572
573 \end_inset
574
575  ein.
576  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
577  wird.
578 \end_layout
579
580 \begin_layout Standard
581 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
582 \end_layout
583
584 \begin_layout Standard
585 Die 
586 \family sans
587 Mathe-Werkzeugleiste
588 \family default
589  kann über das Menü 
590 \family sans
591 Ansicht\SpecialChar \menuseparator
592 Werkzeugleisten
593 \family default
594  eingeblendet werden.
595  Wenn dort auf 
596 \begin_inset Quotes eld
597 \end_inset
598
599 Mathe
600 \begin_inset Quotes erd
601 \end_inset
602
603  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
604  diese Einstellung wird durch ein Häkchen im Menü 
605 \family sans
606 Werkzeugleisten
607 \family default
608  angezeigt.
609  Wenn nun im Menü 
610 \family sans
611 Werkzeugleisten
612 \family default
613  nochmal auf 
614 \begin_inset Quotes eld
615 \end_inset
616
617 Mathe
618 \begin_inset Quotes erd
619 \end_inset
620
621  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
622  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
623  des Menüeintrags von 
624 \begin_inset Quotes eld
625 \end_inset
626
627 Mathe
628 \begin_inset Quotes erd
629 \end_inset
630
631  zu 
632 \begin_inset Quotes eld
633 \end_inset
634
635 Mathe
636 \begin_inset space ~
637 \end_inset
638
639 (automatisch)
640 \begin_inset Quotes erd
641 \end_inset
642
643  angezeigt.
644 \end_layout
645
646 \begin_layout Standard
647 In den TeX-Modus
648 \begin_inset Index idx
649 status collapsed
650
651 \begin_layout Plain Layout
652 T@TeX-Modus
653 \end_layout
654
655 \end_inset
656
657  gelangt man über den Werkzeugleistenknopf 
658 \begin_inset Graphics
659         filename ../../images/ert-insert.png
660         scale 85
661
662 \end_inset
663
664  oder das Menü 
665 \family sans
666 Einfügen\SpecialChar \menuseparator
667 Te
668 \begin_inset ERT
669 status collapsed
670
671 \begin_layout Plain Layout
672
673 {}
674 \end_layout
675
676 \end_inset
677
678 X
679 \begin_inset space ~
680 \end_inset
681
682 Code
683 \family default
684  (Tastenkürzel 
685 \family sans
686 Strg+L
687 \family default
688 ).
689 \begin_inset Note Note
690 status collapsed
691
692 \begin_layout Plain Layout
693 In LyX gibt es drei 
694 \begin_inset Quotes gld
695 \end_inset
696
697 Eigennamen
698 \begin_inset Quotes grd
699 \end_inset
700
701 , die im Ausdruck mit hoch bzw.
702  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
703 \end_layout
704
705 \begin_layout Plain Layout
706 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
707  man ein TeX-Klammerpaar ein.
708 \end_layout
709
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Standard
716 In den LaTeX-Vorspann
717 \begin_inset Index idx
718 status collapsed
719
720 \begin_layout Plain Layout
721 L@LaTeX-Vorspann
722 \end_layout
723
724 \end_inset
725
726  gelangt man über das Menü 
727 \family sans
728 Dokument\SpecialChar \menuseparator
729 Einstellungen\SpecialChar \menuseparator
730 LaT
731 \begin_inset ERT
732 status collapsed
733
734 \begin_layout Plain Layout
735
736 {}
737 \end_layout
738
739 \end_inset
740
741 eX-Vorspann
742 \family default
743 .
744 \end_layout
745
746 \begin_layout Standard
747 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
748 en Formeln kann man die Menüs 
749 \family sans
750 Bearbeiten\SpecialChar \menuseparator
751 Mathe
752 \family default
753  und 
754 \family sans
755 Bearbeiten\SpecialChar \menuseparator
756 Zeilen
757 \begin_inset space \thinspace{}
758 \end_inset
759
760 &
761 \begin_inset space \thinspace{}
762 \end_inset
763
764 Spalten
765 \family default
766  oder die 
767 \family sans
768 Tabellen-Werkzeugleiste
769 \family default
770  verwenden.
771  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
772  die Spalte bzw.
773  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
774  bzw.
775  darunter liegenden Zeile vertauscht.
776  Befindet sich der Cursor in der letzten Spalte bzw.
777  Zeile, wird mit der links daneben stehenden Spalte bzw.
778  darüber liegenden Zeile vertauscht.
779 \end_layout
780
781 \begin_layout Standard
782 Zum Schreiben von Text in einer Formel
783 \begin_inset Foot
784 status collapsed
785
786 \begin_layout Plain Layout
787 Bei mehrzeiligen Formeln wird der Befehl 
788 \series bold
789
790 \backslash
791 intertext
792 \series default
793  verwendet, siehe 
794 \begin_inset CommandInset ref
795 LatexCommand ref
796 reference "sub:Text-in-mehrzeiligen"
797
798 \end_inset
799
800 .
801 \end_layout
802
803 \end_inset
804
805  verwendet man den 
806 \emph on
807 mathematischen Textmodus
808 \emph default
809
810 \begin_inset Index idx
811 status collapsed
812
813 \begin_layout Plain Layout
814 Text ! in Formeln
815 \end_layout
816
817 \end_inset
818
819
820 \begin_inset Index idx
821 status collapsed
822
823 \begin_layout Plain Layout
824 Mathematischer Textmodus
825 \end_layout
826
827 \end_inset
828
829 , in den man mit dem Tastenkürzel 
830 \family sans
831 Alt+M
832 \begin_inset space ~
833 \end_inset
834
835 M
836 \family default
837  oder durch Eingabe des Befehls 
838 \series bold
839
840 \backslash
841 text
842 \begin_inset Index idx
843 status collapsed
844
845 \begin_layout Plain Layout
846 Befehle ! T ! 
847 \backslash
848 text
849 \end_layout
850
851 \end_inset
852
853
854 \series default
855  gelangt.
856  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
857  Formel unterscheiden.
858  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
859  anderen Zeichen einer Formel nicht kursiv.
860 \end_layout
861
862 \begin_layout Subsection*
863 Befehlsschema
864 \end_layout
865
866 \begin_layout Standard
867 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
868  Schema:
869 \end_layout
870
871 \begin_layout Standard
872
873 \series bold
874
875 \backslash
876 Befehlsname[optionales
877 \series default
878  
879 \series bold
880 Argument]{anzugebendes
881 \series default
882  
883 \series bold
884 Argument}
885 \end_layout
886
887 \begin_layout Standard
888 Ein Befehl muss immer mit einem Backslash 
889 \begin_inset Quotes gld
890 \end_inset
891
892
893 \series bold
894
895 \backslash
896
897 \series default
898
899 \begin_inset Quotes grd
900 \end_inset
901
902  beginnen.
903  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
904  eckigen Klammern weggelassen werden.
905  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
906 \begin_inset Index idx
907 status collapsed
908
909 \begin_layout Plain Layout
910 T@TeX-Klammern
911 \end_layout
912
913 \end_inset
914
915  bezeichnet.
916  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
917  an, erzeugt LyX automatisch eine TeX-Klammer.
918  Ansonsten werden sie in Formeln mit dem Befehl 
919 \series bold
920
921 \backslash
922 {
923 \series default
924  erzeugt.
925  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
926  Klammern, die blau erscheinen.
927  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
928  TeX-Klammern erscheinen nicht im Ausdruck.
929 \end_layout
930
931 \begin_layout Standard
932 Werden Befehle ohne Argumente, wie z.
933 \begin_inset space \thinspace{}
934 \end_inset
935
936 B.
937  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
938 \emph on
939 immer
940 \emph default
941  ein Leerzeichen folgen um ihn zu beenden.
942  Dieses Leerzeichen erscheint nicht im Ausdruck.
943  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
944  normalen Text ein geschütztes Leerzeichen folgen.
945 \end_layout
946
947 \begin_layout Standard
948 Ein geschütztes Leerzeichen gibt man mit 
949 \family sans
950 Strg+Leertaste
951 \family default
952  ein.
953 \end_layout
954
955 \begin_layout Subsection*
956 Zeichenerklärung
957 \end_layout
958
959 \begin_layout Itemize
960 Das Symbol
961 \begin_inset Foot
962 status collapsed
963
964 \begin_layout Plain Layout
965 Dieses sichtbare Leerzeichen erhält man über den Befehl 
966 \series bold
967
968 \backslash
969 textvisiblespace
970 \series default
971
972 \begin_inset Index idx
973 status collapsed
974
975 \begin_layout Plain Layout
976 Befehle ! T ! 
977 \backslash
978 textvisiblespace
979 \end_layout
980
981 \end_inset
982
983 , der im TeX-Modus einzugeben ist.
984 \end_layout
985
986 \end_inset
987
988  
989 \begin_inset ERT
990 status collapsed
991
992 \begin_layout Plain Layout
993
994
995 \backslash
996 leer 
997 \end_layout
998
999 \end_inset
1000
1001
1002 \begin_inset space ~
1003 \end_inset
1004
1005 steht für ein einzugebendes Leerzeichen.
1006 \end_layout
1007
1008 \begin_layout Itemize
1009 Ein Pfeil wie z.
1010 \begin_inset space \thinspace{}
1011 \end_inset
1012
1013 B.
1014  
1015 \begin_inset Formula $\to$
1016 \end_inset
1017
1018  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1019 \end_layout
1020
1021 \begin_layout Subsection*
1022 Verfügbare Einheiten
1023 \end_layout
1024
1025 \begin_layout Standard
1026 \align center
1027 \begin_inset Float table
1028 placement H
1029 wide false
1030 sideways false
1031 status open
1032
1033 \begin_layout Plain Layout
1034 \align center
1035 \begin_inset Caption
1036
1037 \begin_layout Plain Layout
1038 \begin_inset CommandInset label
1039 LatexCommand label
1040 name "tab:Verfügbare-Einheiten"
1041
1042 \end_inset
1043
1044 Verfügbare Einheiten
1045 \end_layout
1046
1047 \end_inset
1048
1049
1050 \end_layout
1051
1052 \begin_layout Plain Layout
1053 \align center
1054 \begin_inset Tabular
1055 <lyxtabular version="3" rows="13" columns="2">
1056 <features tabularvalignment="middle">
1057 <column alignment="center" valignment="top" width="0">
1058 <column alignment="center" valignment="top" width="0">
1059 <row>
1060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Einheit
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 Name / Beschreibung
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 </row>
1079 <row>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 mm
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 Millimeter
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 </row>
1099 <row>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 cm
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 Zentimeter
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 </row>
1119 <row>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 in
1125 \end_layout
1126
1127 \end_inset
1128 </cell>
1129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 Inch / Zoll (1
1134 \begin_inset space \thinspace{}
1135 \end_inset
1136
1137 in = 2,54
1138 \begin_inset space \thinspace{}
1139 \end_inset
1140
1141 cm)
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 </row>
1147 <row>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 pt
1153 \end_layout
1154
1155 \end_inset
1156 </cell>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 Punkt (72,27
1162 \begin_inset space \thinspace{}
1163 \end_inset
1164
1165 pt = 1
1166 \begin_inset space \thinspace{}
1167 \end_inset
1168
1169 in)
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 </row>
1175 <row>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 pc
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 Pica (1
1190 \begin_inset space \thinspace{}
1191 \end_inset
1192
1193 pc = 12
1194 \begin_inset space \thinspace{}
1195 \end_inset
1196
1197 pt)
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 </row>
1203 <row>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 sp
1209 \end_layout
1210
1211 \end_inset
1212 </cell>
1213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1214 \begin_inset Text
1215
1216 \begin_layout Plain Layout
1217 scaled point (65536
1218 \begin_inset space \thinspace{}
1219 \end_inset
1220
1221 sp = 1
1222 \begin_inset space \thinspace{}
1223 \end_inset
1224
1225 pt)
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 </row>
1231 <row>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 bp
1237 \end_layout
1238
1239 \end_inset
1240 </cell>
1241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 big point (72
1246 \begin_inset space \thinspace{}
1247 \end_inset
1248
1249 bp = 1
1250 \begin_inset space \thinspace{}
1251 \end_inset
1252
1253 in)
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 </row>
1259 <row>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 dd
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 Didot (1
1274 \begin_inset space \thinspace{}
1275 \end_inset
1276
1277 dd 
1278 \begin_inset Formula $\approx$
1279 \end_inset
1280
1281  0,376
1282 \begin_inset space \thinspace{}
1283 \end_inset
1284
1285 mm)
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 </row>
1291 <row>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 cc
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 Cicero (1
1306 \begin_inset space \thinspace{}
1307 \end_inset
1308
1309 cc = 12
1310 \begin_inset space \thinspace{}
1311 \end_inset
1312
1313 dd)
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 </row>
1319 <row>
1320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 ex
1325 \end_layout
1326
1327 \end_inset
1328 </cell>
1329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1330 \begin_inset Text
1331
1332 \begin_layout Plain Layout
1333 Höhe des Buchstabens 
1334 \emph on
1335 x
1336 \emph default
1337  in der aktuellen Schrift
1338 \end_layout
1339
1340 \end_inset
1341 </cell>
1342 </row>
1343 <row>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 em
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Plain Layout
1357 Breite des Buchstabens 
1358 \emph on
1359 M
1360 \emph default
1361  in der aktuellen Schrift
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 </row>
1367 <row>
1368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 mu
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1378 \begin_inset Text
1379
1380 \begin_layout Plain Layout
1381 math unit (1
1382 \begin_inset space \thinspace{}
1383 \end_inset
1384
1385 mu = 
1386 \begin_inset Formula $\nicefrac{1}{18}$
1387 \end_inset
1388
1389
1390 \begin_inset space \thinspace{}
1391 \end_inset
1392
1393 em)
1394 \end_layout
1395
1396 \end_inset
1397 </cell>
1398 </row>
1399 </lyxtabular>
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \begin_layout Standard
1412 \begin_inset Newpage newpage
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \begin_layout Section
1419 Grundlegende Funktionen
1420 \end_layout
1421
1422 \begin_layout Subsection
1423 Exponenten
1424 \begin_inset Index idx
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 Exponenten
1429 \end_layout
1430
1431 \end_inset
1432
1433  und Indizes
1434 \begin_inset Index idx
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 Indizes
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \begin_inset Index idx
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 Hochstellen|see
1449 \begin_inset ERT
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453
1454 {
1455 \end_layout
1456
1457 \end_inset
1458
1459 Exponenten
1460 \begin_inset ERT
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464
1465 }
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \begin_inset Index idx
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 Tiefstellen|see
1481 \begin_inset ERT
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485
1486 {
1487 \end_layout
1488
1489 \end_inset
1490
1491 Indizes
1492 \begin_inset ERT
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496
1497 }
1498 \end_layout
1499
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \end_inset
1506
1507
1508 \end_layout
1509
1510 \begin_layout Standard
1511 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1512  
1513 \begin_inset Graphics
1514         filename ../../images/math-subscript.png
1515         scale 85
1516
1517 \end_inset
1518
1519 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1520  
1521 \begin_inset Graphics
1522         filename ../../images/math-superscript.png
1523         scale 85
1524
1525 \end_inset
1526
1527  erzeugt.
1528 \end_layout
1529
1530 \begin_layout Standard
1531 \align center
1532 \begin_inset Tabular
1533 <lyxtabular version="3" rows="4" columns="2">
1534 <features tabularvalignment="middle">
1535 <column alignment="center" valignment="top" width="0pt">
1536 <column alignment="center" valignment="top" width="0pt">
1537 <row>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 Befehl
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Plain Layout
1551 Ergebnis
1552 \begin_inset Note Note
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 \series bold
1558
1559 \backslash
1560 raisebox
1561 \series default
1562  dient nur als Abstandhalter.
1563 \end_layout
1564
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \end_inset
1571 </cell>
1572 </row>
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 B_V
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 \begin_inset Formula $B_{V}$
1588 \end_inset
1589
1590
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 </row>
1596 <row>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 B^V
1602 \end_layout
1603
1604 \end_inset
1605 </cell>
1606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 </row>
1619 <row>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 B^
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630
1631 \backslash
1632 leer 
1633 \end_layout
1634
1635 \end_inset
1636
1637 A
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 </row>
1655 </lyxtabular>
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Standard
1663 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1664 llt
1665 \begin_inset Foot
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1670 \end_layout
1671
1672 \end_inset
1673
1674 .
1675  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1676  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1677 \end_layout
1678
1679 \begin_layout Subsection
1680 Brüche
1681 \begin_inset CommandInset label
1682 LatexCommand label
1683 name "sub:Brüche"
1684
1685 \end_inset
1686
1687
1688 \begin_inset Index idx
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 Brüche
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \begin_layout Standard
1701 Brüche werden mit dem Befehl 
1702 \series bold
1703
1704 \backslash
1705 frac
1706 \series default
1707
1708 \begin_inset Index idx
1709 status collapsed
1710
1711 \begin_layout Plain Layout
1712 Befehle ! F ! 
1713 \backslash
1714 frac
1715 \end_layout
1716
1717 \end_inset
1718
1719  oder mit dem Mathe-Werkzeugleistenknopf 
1720 \begin_inset Graphics
1721         filename ../../images/math/frac.png
1722         scale 50
1723
1724 \end_inset
1725
1726  erstellt.
1727  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1728  in einer eingebetteten oder abgesetzten Formel befindet.
1729  Mit dem Mathe-Werkzeugleistenknopf 
1730 \begin_inset Graphics
1731         filename ../../images/math/frac-square.png
1732         scale 85
1733
1734 \end_inset
1735
1736  können verschieden Bruchtypen gewählt werden.
1737 \end_layout
1738
1739 \begin_layout Standard
1740 Mit dem Befehl 
1741 \series bold
1742
1743 \backslash
1744 dfrac
1745 \series default
1746
1747 \begin_inset Index idx
1748 status collapsed
1749
1750 \begin_layout Plain Layout
1751 Befehle ! D ! 
1752 \backslash
1753 dfrac
1754 \end_layout
1755
1756 \end_inset
1757
1758  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1759  Formel erscheint.
1760  Mit 
1761 \series bold
1762
1763 \backslash
1764 tfrac
1765 \series default
1766
1767 \begin_inset Index idx
1768 status collapsed
1769
1770 \begin_layout Plain Layout
1771 Befehle ! T ! 
1772 \backslash
1773 tfrac
1774 \end_layout
1775
1776 \end_inset
1777
1778  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1779  Ein Beispiel:
1780 \end_layout
1781
1782 \begin_layout Standard
1783 Eine Zeile mit dem Bruch 
1784 \begin_inset Formula $\frac{1}{2}$
1785 \end_inset
1786
1787 , der mit dem Befehl 
1788 \series bold
1789
1790 \backslash
1791 frac
1792 \series default
1793  erstellt wurde.
1794 \end_layout
1795
1796 \begin_layout Standard
1797 Eine Zeile mit dem Bruch 
1798 \begin_inset Formula $\dfrac{1}{2}$
1799 \end_inset
1800
1801 , der mit dem Befehl 
1802 \series bold
1803
1804 \backslash
1805 dfrac
1806 \series default
1807  erstellt wurde.
1808 \end_layout
1809
1810 \begin_layout Standard
1811 \align center
1812 \begin_inset Tabular
1813 <lyxtabular version="3" rows="4" columns="2">
1814 <features tabularvalignment="middle">
1815 <column alignment="center" valignment="top" width="0pt">
1816 <column alignment="center" valignment="top" width="0pt">
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 Befehl
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831 Ergebnis
1832 \begin_inset Note Note
1833 status collapsed
1834
1835 \begin_layout Plain Layout
1836
1837 \series bold
1838
1839 \backslash
1840 raisebox
1841 \series default
1842  dient nur als Abstandhalter.
1843 \end_layout
1844
1845 \end_inset
1846
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 </row>
1853 <row>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Plain Layout
1858
1859 \backslash
1860 frac
1861 \begin_inset ERT
1862 status collapsed
1863
1864 \begin_layout Plain Layout
1865
1866
1867 \backslash
1868 leer 
1869 \end_layout
1870
1871 \end_inset
1872
1873 A
1874 \begin_inset Formula $\downarrow$
1875 \end_inset
1876
1877 B
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1887 \end_inset
1888
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 </row>
1895 <row>
1896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900
1901 \backslash
1902 dfrac
1903 \begin_inset ERT
1904 status collapsed
1905
1906 \begin_layout Plain Layout
1907
1908
1909 \backslash
1910 leer 
1911 \end_layout
1912
1913 \end_inset
1914
1915 A
1916 \begin_inset Formula $\downarrow$
1917 \end_inset
1918
1919 B
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Plain Layout
1928 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1929 \end_inset
1930
1931
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 </row>
1937 <row>
1938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \backslash
1944 dfrac
1945 \begin_inset ERT
1946 status collapsed
1947
1948 \begin_layout Plain Layout
1949
1950
1951 \backslash
1952 leer 
1953 \end_layout
1954
1955 \end_inset
1956
1957 e^
1958 \begin_inset ERT
1959 status collapsed
1960
1961 \begin_layout Plain Layout
1962
1963
1964 \backslash
1965 leer 
1966 \end_layout
1967
1968 \end_inset
1969
1970
1971 \backslash
1972 frac
1973 \begin_inset ERT
1974 status collapsed
1975
1976 \begin_layout Plain Layout
1977
1978
1979 \backslash
1980 leer 
1981 \end_layout
1982
1983 \end_inset
1984
1985 1
1986 \begin_inset Formula $\downarrow$
1987 \end_inset
1988
1989 2
1990 \begin_inset Formula $\downarrow\downarrow$
1991 \end_inset
1992
1993 3
1994 \end_layout
1995
1996 \end_inset
1997 </cell>
1998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1999 \begin_inset Text
2000
2001 \begin_layout Plain Layout
2002 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2003 \end_inset
2004
2005
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 </row>
2011 </lyxtabular>
2012
2013 \end_inset
2014
2015
2016 \end_layout
2017
2018 \begin_layout Standard
2019 \begin_inset VSpace bigskip
2020 \end_inset
2021
2022
2023 \begin_inset Newpage newpage
2024 \end_inset
2025
2026 Für Mehrfachbrüche gibt es den Befehl 
2027 \series bold
2028
2029 \backslash
2030 cfrac
2031 \series default
2032
2033 \begin_inset Index idx
2034 status collapsed
2035
2036 \begin_layout Plain Layout
2037 Befehle ! C ! 
2038 \backslash
2039 cfrac
2040 \end_layout
2041
2042 \end_inset
2043
2044 .
2045  Dazu ein Beispiel:
2046 \begin_inset VSpace -3mm
2047 \end_inset
2048
2049
2050 \end_layout
2051
2052 \begin_layout Standard
2053 \begin_inset Formula \begin{align*}
2054 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2055 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2056 \end{align*}
2057
2058 \end_inset
2059
2060
2061 \end_layout
2062
2063 \begin_layout Standard
2064 Der Befehl für obiges Beispiel lautet:
2065 \end_layout
2066
2067 \begin_layout Standard
2068
2069 \series bold
2070
2071 \backslash
2072 cfrac
2073 \begin_inset ERT
2074 status collapsed
2075
2076 \begin_layout Plain Layout
2077
2078
2079 \backslash
2080 leer 
2081 \end_layout
2082
2083 \end_inset
2084
2085 A
2086 \begin_inset Formula $\downarrow$
2087 \end_inset
2088
2089 B+
2090 \backslash
2091 cfrac
2092 \begin_inset ERT
2093 status collapsed
2094
2095 \begin_layout Plain Layout
2096
2097
2098 \backslash
2099 leer 
2100 \end_layout
2101
2102 \end_inset
2103
2104 C+
2105 \backslash
2106 cfrac
2107 \begin_inset ERT
2108 status collapsed
2109
2110 \begin_layout Plain Layout
2111
2112
2113 \backslash
2114 leer 
2115 \end_layout
2116
2117 \end_inset
2118
2119 E
2120 \begin_inset Formula $\downarrow$
2121 \end_inset
2122
2123 F
2124 \begin_inset Formula $\downarrow$
2125 \end_inset
2126
2127 D
2128 \end_layout
2129
2130 \begin_layout Standard
2131 \begin_inset VSpace medskip
2132 \end_inset
2133
2134
2135 \end_layout
2136
2137 \begin_layout Standard
2138
2139 \series bold
2140
2141 \backslash
2142 cfrac
2143 \series default
2144  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2145  auch wenn er selbst Teil eines Bruches ist.
2146 \end_layout
2147
2148 \begin_layout Standard
2149 Es ist möglich die Ausrichtung des Zählers einzustellen.
2150  Der Befehl 
2151 \series bold
2152
2153 \backslash
2154 cfracleft
2155 \series default
2156  richtet ihn links, der Befehl 
2157 \series bold
2158
2159 \backslash
2160 cfracright
2161 \series default
2162  rechts aus.
2163  
2164 \series bold
2165
2166 \backslash
2167 cfrac
2168 \series default
2169  zentriert den Zähler.
2170  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2171 \end_layout
2172
2173 \begin_layout Standard
2174
2175 \series bold
2176 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2177 \end_inset
2178
2179
2180 \begin_inset Formula $\cfrac{A}{B+C}$
2181 \end_inset
2182
2183
2184 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2185 \end_inset
2186
2187
2188 \end_layout
2189
2190 \begin_layout Standard
2191 \begin_inset Note Greyedout
2192 status open
2193
2194 \begin_layout Plain Layout
2195
2196 \series bold
2197 Achtung:
2198 \series default
2199  
2200 \series bold
2201
2202 \backslash
2203 cfracleft
2204 \series default
2205  und
2206 \series bold
2207  
2208 \backslash
2209 cfracright
2210 \series default
2211  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2212 \series bold
2213
2214 \backslash
2215 cfrac[Ausrichtung]{Zähler}{Nenner}
2216 \series default
2217  dar.
2218  Daher kann man sie nicht im TeX-Code benutzen.
2219 \end_layout
2220
2221 \end_inset
2222
2223
2224 \end_layout
2225
2226 \begin_layout Standard
2227 \begin_inset VSpace medskip
2228 \end_inset
2229
2230 Oftmals ist es am günstigsten 
2231 \series bold
2232
2233 \backslash
2234 cfrac
2235 \series default
2236  und 
2237 \series bold
2238
2239 \backslash
2240 frac
2241 \series default
2242  zu kombinieren:
2243 \begin_inset Formula \[
2244 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2245
2246 \end_inset
2247
2248
2249 \end_layout
2250
2251 \begin_layout Standard
2252 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2253 \series bold
2254
2255 \backslash
2256 nicefrac
2257 \series default
2258
2259 \begin_inset Index idx
2260 status collapsed
2261
2262 \begin_layout Plain Layout
2263 Befehle ! N ! 
2264 \backslash
2265 nicefrac
2266 \end_layout
2267
2268 \end_inset
2269
2270
2271 \begin_inset Formula $\nicefrac{5}{31}$
2272 \end_inset
2273
2274  oder 
2275 \series bold
2276
2277 \backslash
2278 unitfrac
2279 \series default
2280
2281 \begin_inset Index idx
2282 status collapsed
2283
2284 \begin_layout Plain Layout
2285 Befehle! U ! 
2286 \backslash
2287 unitfrac
2288 \end_layout
2289
2290 \end_inset
2291
2292
2293 \begin_inset Formula $\unitfrac{5}{31}$
2294 \end_inset
2295
2296  benutzt werden.
2297  Des Weiteren gibt es den Befehl 
2298 \series bold
2299
2300 \backslash
2301 unitfracthree
2302 \series default
2303  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2304 \begin_inset Formula $\unitfrac[2]{1}{3}$
2305 \end_inset
2306
2307
2308 \end_layout
2309
2310 \begin_layout Standard
2311 \begin_inset Note Greyedout
2312 status open
2313
2314 \begin_layout Plain Layout
2315
2316 \series bold
2317 Achtung:
2318 \series default
2319  
2320 \series bold
2321
2322 \backslash
2323 unitfracthree
2324 \series default
2325  ist kein echter LaTeX-Befehl, sondern der Befehl
2326 \begin_inset Newline newline
2327 \end_inset
2328
2329
2330 \series bold
2331
2332 \backslash
2333 unitfrac[Zahl]{Zähler}{Nenner}
2334 \series default
2335  .
2336  Daher kann man ihn nicht im TeX-Code benutzen.
2337 \end_layout
2338
2339 \end_inset
2340
2341
2342 \end_layout
2343
2344 \begin_layout Standard
2345 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2346  in 
2347 \begin_inset CommandInset ref
2348 LatexCommand ref
2349 reference "sub:Selbstdefinierte-Brüche"
2350
2351 \end_inset
2352
2353  erklärt.
2354 \end_layout
2355
2356 \begin_layout Subsection
2357 Wurzeln
2358 \begin_inset Index idx
2359 status collapsed
2360
2361 \begin_layout Plain Layout
2362 Wurzeln
2363 \end_layout
2364
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \begin_layout Standard
2371 Quadratwurzeln werden mit 
2372 \series bold
2373
2374 \backslash
2375 sqrt
2376 \series default
2377
2378 \begin_inset Index idx
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 Befehle ! S ! 
2383 \backslash
2384 sqrt
2385 \end_layout
2386
2387 \end_inset
2388
2389  oder dem Mathe-Werkzeugleistenknopf 
2390 \begin_inset Graphics
2391         filename ../../images/math/sqrt.png
2392         scale 85
2393
2394 \end_inset
2395
2396  gesetzt, alle anderen Wurzeln mit dem Befehl 
2397 \series bold
2398
2399 \backslash
2400 root
2401 \series default
2402
2403 \begin_inset Index idx
2404 status collapsed
2405
2406 \begin_layout Plain Layout
2407 Befehle ! R ! 
2408 \backslash
2409 root
2410 \end_layout
2411
2412 \end_inset
2413
2414  oder dem Mathe-Werkzeugleistenknopf 
2415 \begin_inset Graphics
2416         filename ../../images/math/root.png
2417         scale 85
2418
2419 \end_inset
2420
2421 .
2422 \end_layout
2423
2424 \begin_layout Standard
2425 \align center
2426 \begin_inset Tabular
2427 <lyxtabular version="3" rows="3" columns="2">
2428 <features tabularvalignment="middle">
2429 <column alignment="center" valignment="top" width="0pt">
2430 <column alignment="center" valignment="top" width="0pt">
2431 <row>
2432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2433 \begin_inset Text
2434
2435 \begin_layout Plain Layout
2436 Befehl
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2442 \begin_inset Text
2443
2444 \begin_layout Plain Layout
2445 Ergebnis
2446 \begin_inset Note Note
2447 status collapsed
2448
2449 \begin_layout Plain Layout
2450
2451 \series bold
2452
2453 \backslash
2454 raisebox
2455 \series default
2456  dient nur als Abstandhalter.
2457 \end_layout
2458
2459 \end_inset
2460
2461
2462 \end_layout
2463
2464 \end_inset
2465 </cell>
2466 </row>
2467 <row>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472
2473 \backslash
2474 sqrt
2475 \begin_inset ERT
2476 status collapsed
2477
2478 \begin_layout Plain Layout
2479
2480
2481 \backslash
2482 leer 
2483 \end_layout
2484
2485 \end_inset
2486
2487 A-B
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2497 \end_inset
2498
2499
2500 \end_layout
2501
2502 \end_inset
2503 </cell>
2504 </row>
2505 <row>
2506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2507 \begin_inset Text
2508
2509 \begin_layout Plain Layout
2510
2511 \backslash
2512 root
2513 \begin_inset ERT
2514 status collapsed
2515
2516 \begin_layout Plain Layout
2517
2518
2519 \backslash
2520 leer 
2521 \end_layout
2522
2523 \end_inset
2524
2525 3
2526 \begin_inset Formula $\downarrow$
2527 \end_inset
2528
2529 A-B
2530 \end_layout
2531
2532 \end_inset
2533 </cell>
2534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2535 \begin_inset Text
2536
2537 \begin_layout Plain Layout
2538 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2539 \end_inset
2540
2541
2542 \end_layout
2543
2544 \end_inset
2545 </cell>
2546 </row>
2547 </lyxtabular>
2548
2549 \end_inset
2550
2551
2552 \end_layout
2553
2554 \begin_layout Standard
2555 Eine Quadratwurzel kann man auch mit 
2556 \series bold
2557
2558 \backslash
2559 root
2560 \series default
2561  erstellen, indem man das Feld über der Wurzel frei lässt.
2562 \end_layout
2563
2564 \begin_layout Standard
2565 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2566  Formel: 
2567 \begin_inset Formula $\sqrt[\beta]{B}$
2568 \end_inset
2569
2570
2571 \begin_inset Newline newline
2572 \end_inset
2573
2574 Das 
2575 \begin_inset Formula $\beta$
2576 \end_inset
2577
2578  berührt die Wurzel.
2579  Um dies zu verhindern, verwendet man die Befehle 
2580 \series bold
2581
2582 \backslash
2583 leftroot
2584 \series default
2585
2586 \begin_inset Index idx
2587 status collapsed
2588
2589 \begin_layout Plain Layout
2590 Befehle ! L ! 
2591 \backslash
2592 leftroot
2593 \end_layout
2594
2595 \end_inset
2596
2597  und 
2598 \series bold
2599
2600 \backslash
2601 uproot
2602 \series default
2603
2604 \begin_inset Index idx
2605 status collapsed
2606
2607 \begin_layout Plain Layout
2608 Befehle ! U ! 
2609 \backslash
2610 uproot
2611 \end_layout
2612
2613 \end_inset
2614
2615 , die folgendes Schema besitzen:
2616 \end_layout
2617
2618 \begin_layout Standard
2619
2620 \series bold
2621
2622 \backslash
2623 leftroot{Abstand}
2624 \series default
2625  bzw.
2626  
2627 \series bold
2628
2629 \backslash
2630 uproot{Abstand}
2631 \end_layout
2632
2633 \begin_layout Standard
2634 Abstand ist die Anzahl der Big Points (Einheit bp; 
2635 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2636 \end_inset
2637
2638 ), um die der Index nach links bzw.
2639  nach oben verschoben werden soll.
2640  Die Befehle werden in den Index geschrieben.
2641  So ergibt der Befehl
2642 \begin_inset Newline newline
2643 \end_inset
2644
2645
2646 \series bold
2647
2648 \backslash
2649 root
2650 \backslash
2651 leftroot{-1
2652 \begin_inset Formula $\to$
2653 \end_inset
2654
2655
2656 \backslash
2657 uproot{2
2658 \begin_inset Formula $\to$
2659 \end_inset
2660
2661
2662 \backslash
2663 beta
2664 \begin_inset ERT
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668
2669
2670 \backslash
2671 leer 
2672 \end_layout
2673
2674 \end_inset
2675
2676
2677 \begin_inset Formula $\to$
2678 \end_inset
2679
2680 B
2681 \begin_inset Newline newline
2682 \end_inset
2683
2684
2685 \series default
2686 eine korrekt gesetzte Formel: 
2687 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2688 \end_inset
2689
2690
2691 \end_layout
2692
2693 \begin_layout Subsection
2694 Binomialkoeffizienten
2695 \begin_inset Index idx
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699 Binomialkoeffizienten
2700 \end_layout
2701
2702 \end_inset
2703
2704
2705 \end_layout
2706
2707 \begin_layout Standard
2708 Binomialkoeffizienten können mit dem Befehl 
2709 \series bold
2710
2711 \backslash
2712 binom
2713 \series default
2714
2715 \begin_inset Index idx
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719 Befehle ! B ! 
2720 \backslash
2721 binom
2722 \end_layout
2723
2724 \end_inset
2725
2726  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2727 \begin_inset Graphics
2728         filename ../../images/math/frac-square.png
2729         scale 85
2730
2731 \end_inset
2732
2733 eingefügt werden.
2734  Analog zu Brüchen (
2735 \series bold
2736
2737 \backslash
2738 frac
2739 \series default
2740 ) gibt es außer 
2741 \series bold
2742
2743 \backslash
2744 binom
2745 \series default
2746  noch die Befehle 
2747 \series bold
2748
2749 \backslash
2750 dbinom
2751 \series default
2752
2753 \begin_inset Index idx
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 Befehle ! D ! 
2758 \backslash
2759 dbinom
2760 \end_layout
2761
2762 \end_inset
2763
2764  und 
2765 \series bold
2766
2767 \backslash
2768 tbinom
2769 \series default
2770
2771 \begin_inset Index idx
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 Befehle ! T ! 
2776 \backslash
2777 tbinom
2778 \end_layout
2779
2780 \end_inset
2781
2782 .
2783  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2784 \series bold
2785
2786 \backslash
2787 brace
2788 \series default
2789
2790 \begin_inset Index idx
2791 status collapsed
2792
2793 \begin_layout Plain Layout
2794 Befehle ! B ! 
2795 \backslash
2796 brace
2797 \end_layout
2798
2799 \end_inset
2800
2801  und 
2802 \series bold
2803
2804 \backslash
2805 brack
2806 \series default
2807
2808 \begin_inset Index idx
2809 status collapsed
2810
2811 \begin_layout Plain Layout
2812 Befehle ! B ! 
2813 \backslash
2814 brack
2815 \end_layout
2816
2817 \end_inset
2818
2819 .
2820 \end_layout
2821
2822 \begin_layout Standard
2823 \align center
2824 \begin_inset Tabular
2825 <lyxtabular version="3" rows="6" columns="2">
2826 <features tabularvalignment="middle">
2827 <column alignment="center" valignment="top" width="0pt">
2828 <column alignment="center" valignment="top" width="0pt">
2829 <row>
2830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 Befehl
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843 Ergebnis
2844 \begin_inset Note Note
2845 status collapsed
2846
2847 \begin_layout Plain Layout
2848
2849 \series bold
2850
2851 \backslash
2852 raisebox
2853 \series default
2854  dient nur als Abstandhalter.
2855 \end_layout
2856
2857 \end_inset
2858
2859
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row>
2866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \backslash
2872 binom
2873 \begin_inset ERT
2874 status collapsed
2875
2876 \begin_layout Plain Layout
2877
2878
2879 \backslash
2880 leer 
2881 \end_layout
2882
2883 \end_inset
2884
2885 A
2886 \begin_inset Formula $\downarrow$
2887 \end_inset
2888
2889 B
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 </row>
2907 <row>
2908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Plain Layout
2912
2913 \backslash
2914 dbinom
2915 \begin_inset ERT
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919
2920
2921 \backslash
2922 leer 
2923 \end_layout
2924
2925 \end_inset
2926
2927 A
2928 \begin_inset Formula $\downarrow$
2929 \end_inset
2930
2931 B
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 </row>
2949 <row>
2950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \backslash
2956 tbinom
2957 \begin_inset ERT
2958 status collapsed
2959
2960 \begin_layout Plain Layout
2961
2962
2963 \backslash
2964 leer 
2965 \end_layout
2966
2967 \end_inset
2968
2969 A
2970 \begin_inset Formula $\downarrow$
2971 \end_inset
2972
2973 B
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2983 \end_inset
2984
2985
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 </row>
2991 <row>
2992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \backslash
2998 brack
2999 \begin_inset ERT
3000 status collapsed
3001
3002 \begin_layout Plain Layout
3003
3004
3005 \backslash
3006 leer 
3007 \end_layout
3008
3009 \end_inset
3010
3011 A
3012 \begin_inset Formula $\downarrow$
3013 \end_inset
3014
3015 B
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row>
3034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \backslash
3040 brace
3041 \begin_inset ERT
3042 status collapsed
3043
3044 \begin_layout Plain Layout
3045
3046
3047 \backslash
3048 leer 
3049 \end_layout
3050
3051 \end_inset
3052
3053 A
3054 \begin_inset Formula $\downarrow$
3055 \end_inset
3056
3057 B
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 </lyxtabular>
3076
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \begin_layout Subsection
3083 Fallunterscheidungen
3084 \begin_inset Index idx
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088 Fallunterscheidungen
3089 \end_layout
3090
3091 \end_inset
3092
3093
3094 \end_layout
3095
3096 \begin_layout Standard
3097 \align center
3098 \begin_inset Tabular
3099 <lyxtabular version="3" rows="3" columns="2">
3100 <features tabularvalignment="middle">
3101 <column alignment="center" valignment="top" width="0pt">
3102 <column alignment="center" valignment="top" width="0pt">
3103 <row>
3104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108 Befehl
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117 Ergebnis
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 <row>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \backslash
3130 cases
3131 \begin_inset ERT
3132 status collapsed
3133
3134 \begin_layout Plain Layout
3135
3136
3137 \backslash
3138 leer 
3139 \end_layout
3140
3141 \end_inset
3142
3143 A
3144 \begin_inset Formula $\to$
3145 \end_inset
3146
3147 B>0
3148 \begin_inset Index idx
3149 status collapsed
3150
3151 \begin_layout Plain Layout
3152 Befehle ! C ! 
3153 \backslash
3154 cases
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 \begin_inset Formula $\begin{cases}
3169 A & B>0\end{cases}$
3170 \end_inset
3171
3172
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 <row>
3179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \backslash
3185 cases
3186 \begin_inset ERT
3187 status collapsed
3188
3189 \begin_layout Plain Layout
3190
3191
3192 \backslash
3193 leer 
3194 \end_layout
3195
3196 \end_inset
3197
3198 Strg+Enter
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 \begin_inset Formula $\begin{cases}
3208 A & \textrm{für }x>0\\
3209 B & \textrm{für }x=0
3210 \end{cases}$
3211 \end_inset
3212
3213
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 </row>
3219 </lyxtabular>
3220
3221 \end_inset
3222
3223
3224 \end_layout
3225
3226 \begin_layout Standard
3227 Nach der Eingabe von 
3228 \series bold
3229
3230 \backslash
3231 cases
3232 \series default
3233  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3234 \begin_inset Graphics
3235         filename ../../images/math/cases.png
3236         scale 85
3237
3238 \end_inset
3239
3240  können mit 
3241 \family sans
3242 Strg+Enter
3243 \family default
3244  oder dem Tabellen-Werkzeugleistenknopf 
3245 \begin_inset Graphics
3246         filename ../../images/tabular-feature_append-row.png
3247         scale 85
3248
3249 \end_inset
3250
3251  neue Zeilen erstellt werden.
3252 \begin_inset Foot
3253 status collapsed
3254
3255 \begin_layout Plain Layout
3256 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3257 \begin_inset CommandInset ref
3258 LatexCommand ref
3259 reference "sub:Akzente-für-ein"
3260
3261 \end_inset
3262
3263  beschrieben.
3264 \end_layout
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \begin_layout Standard
3272 Der Befehl 
3273 \series bold
3274
3275 \backslash
3276 cases
3277 \series default
3278  ist auch über das Menü 
3279 \family sans
3280 Einfügen\SpecialChar \menuseparator
3281 Mathe\SpecialChar \menuseparator
3282 Cases-Umgebung
3283 \family default
3284  verfügbar.
3285 \end_layout
3286
3287 \begin_layout Subsection
3288 Verneinungen
3289 \begin_inset Index idx
3290 status collapsed
3291
3292 \begin_layout Plain Layout
3293 Verneinungen
3294 \end_layout
3295
3296 \end_inset
3297
3298
3299 \end_layout
3300
3301 \begin_layout Standard
3302 Durch die Eingabe von 
3303 \series bold
3304
3305 \backslash
3306 not
3307 \series default
3308
3309 \begin_inset Index idx
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313 Befehle ! N ! 
3314 \backslash
3315 not
3316 \end_layout
3317
3318 \end_inset
3319
3320  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3321  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3322 \end_layout
3323
3324 \begin_layout Standard
3325 \align center
3326 \begin_inset Tabular
3327 <lyxtabular version="3" rows="4" columns="2">
3328 <features tabularvalignment="middle">
3329 <column alignment="center" valignment="top" width="0pt">
3330 <column alignment="center" valignment="top" width="0pt">
3331 <row>
3332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Befehl
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Ergebnis
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \backslash
3358 not=
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 \begin_inset Formula $\not=$
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \backslash
3383 not 
3384 \backslash
3385 le
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 \begin_inset Formula $\not\le$
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 </row>
3403 <row>
3404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \backslash
3410 not 
3411 \backslash
3412 parallel
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 \begin_inset Formula $\not\parallel$
3422 \end_inset
3423
3424
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 </row>
3430 </lyxtabular>
3431
3432 \end_inset
3433
3434
3435 \end_layout
3436
3437 \begin_layout Standard
3438 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3439  Deswegen gibt es für Einige spezielle Befehle (siehe 
3440 \begin_inset CommandInset ref
3441 LatexCommand ref
3442 reference "sub:Mathematische-Symbole"
3443
3444 \end_inset
3445
3446  und 
3447 \begin_inset CommandInset ref
3448 LatexCommand ref
3449 reference "sec:Relationen"
3450
3451 \end_inset
3452
3453 ).
3454 \end_layout
3455
3456 \begin_layout Subsection
3457 Platzhalter
3458 \begin_inset CommandInset label
3459 LatexCommand label
3460 name "sub:Platzhalter"
3461
3462 \end_inset
3463
3464
3465 \begin_inset Index idx
3466 status collapsed
3467
3468 \begin_layout Plain Layout
3469 Platzhalter
3470 \end_layout
3471
3472 \end_inset
3473
3474
3475 \begin_inset Index idx
3476 status collapsed
3477
3478 \begin_layout Plain Layout
3479 chemische Zeichen ! Isotope
3480 \end_layout
3481
3482 \end_inset
3483
3484
3485 \begin_inset Index idx
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489 Isotope|see
3490 \begin_inset ERT
3491 status collapsed
3492
3493 \begin_layout Plain Layout
3494
3495 {
3496 \end_layout
3497
3498 \end_inset
3499
3500 chemische Zeichen
3501 \begin_inset ERT
3502 status collapsed
3503
3504 \begin_layout Plain Layout
3505
3506 }
3507 \end_layout
3508
3509 \end_inset
3510
3511
3512 \end_layout
3513
3514 \end_inset
3515
3516
3517 \end_layout
3518
3519 \begin_layout Standard
3520 Möchte man z.
3521 \begin_inset space \thinspace{}
3522 \end_inset
3523
3524 B.
3525  Isotope
3526 \begin_inset Foot
3527 status collapsed
3528
3529 \begin_layout Plain Layout
3530 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3531 \begin_inset CommandInset ref
3532 LatexCommand ref
3533 reference "sub:Chemische-Symbole-und"
3534
3535 \end_inset
3536
3537  beschrieben.
3538 \end_layout
3539
3540 \end_inset
3541
3542  darstellen, tritt folgendes Problem auf:
3543 \end_layout
3544
3545 \begin_layout Standard
3546 \align center
3547 \begin_inset Tabular
3548 <lyxtabular version="3" rows="2" columns="2">
3549 <features tabularvalignment="middle">
3550 <column alignment="center" valignment="top" width="0pt">
3551 <column alignment="center" valignment="top" width="0pt">
3552 <row>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 durch Hoch- und Tiefstellen erzeugte Indizes:
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3567 \end_inset
3568
3569
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 </row>
3575 <row>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 korrekte Indizes:
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3590 \end_inset
3591
3592
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 </lyxtabular>
3599
3600 \end_inset
3601
3602
3603 \begin_inset Note Note
3604 status collapsed
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609
3610 \backslash
3611 raisebox
3612 \series default
3613  dient nur
3614 \end_layout
3615
3616 \begin_layout Plain Layout
3617 als Abstandhalter.
3618 \end_layout
3619
3620 \end_inset
3621
3622
3623 \end_layout
3624
3625 \begin_layout Standard
3626 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3627  längeren Index gesetzt.
3628  Um das zu verhindern gibt es den Befehl 
3629 \series bold
3630
3631 \backslash
3632 phantom
3633 \series default
3634
3635 \begin_inset Index idx
3636 status collapsed
3637
3638 \begin_layout Plain Layout
3639 Befehle ! P ! 
3640 \backslash
3641 phantom
3642 \end_layout
3643
3644 \end_inset
3645
3646  oder den Mathe-Werkzeugleistenknopf
3647 \begin_inset space \thinspace{}
3648 \end_inset
3649
3650
3651 \begin_inset Foot
3652 status collapsed
3653
3654 \begin_layout Plain Layout
3655 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3656 \begin_inset Graphics
3657         filename ../../images/math/space.png
3658         scale 85
3659
3660 \end_inset
3661
3662
3663 \end_layout
3664
3665 \end_inset
3666
3667  
3668 \begin_inset Graphics
3669         filename ../../images/math/phantom.png
3670         scale 85
3671
3672 \end_inset
3673
3674 , der ein oder mehrere Phantomzeichen erstellt.
3675  Wenn 
3676 \series bold
3677
3678 \backslash
3679 phantom
3680 \series default
3681  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3682  Pfeilen überlagert wird.
3683  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3684  als Leerraum erstellt wird.
3685  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3686  Zeichen.
3687 \end_layout
3688
3689 \begin_layout Standard
3690 \align center
3691 \begin_inset Tabular
3692 <lyxtabular version="3" rows="4" columns="2">
3693 <features tabularvalignment="middle">
3694 <column alignment="center" valignment="top" width="0">
3695 <column alignment="center" valignment="top" width="0">
3696 <row>
3697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 Befehl
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710 Ergebnis
3711 \begin_inset Note Note
3712 status collapsed
3713
3714 \begin_layout Plain Layout
3715
3716 \series bold
3717
3718 \backslash
3719 raisebox
3720 \series default
3721  dient nur als Abstandhalter.
3722 \end_layout
3723
3724 \end_inset
3725
3726
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 <row>
3733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737 ^19
3738 \begin_inset ERT
3739 status collapsed
3740
3741 \begin_layout Plain Layout
3742
3743
3744 \backslash
3745 leer 
3746 \end_layout
3747
3748 \end_inset
3749
3750 _
3751 \backslash
3752 phantom
3753 \begin_inset ERT
3754 status collapsed
3755
3756 \begin_layout Plain Layout
3757
3758
3759 \backslash
3760 leer 
3761 \end_layout
3762
3763 \end_inset
3764
3765 1
3766 \begin_inset Formula $\to$
3767 \end_inset
3768
3769 9
3770 \begin_inset ERT
3771 status collapsed
3772
3773 \begin_layout Plain Layout
3774
3775
3776 \backslash
3777 leer 
3778 \end_layout
3779
3780 \end_inset
3781
3782 F
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3792 \end_inset
3793
3794
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 ^235
3806 \begin_inset ERT
3807 status collapsed
3808
3809 \begin_layout Plain Layout
3810
3811
3812 \backslash
3813 leer 
3814 \end_layout
3815
3816 \end_inset
3817
3818 _
3819 \backslash
3820 phantom
3821 \begin_inset ERT
3822 status collapsed
3823
3824 \begin_layout Plain Layout
3825
3826
3827 \backslash
3828 leer 
3829 \end_layout
3830
3831 \end_inset
3832
3833 23
3834 \begin_inset Formula $\to$
3835 \end_inset
3836
3837 9
3838 \begin_inset ERT
3839 status collapsed
3840
3841 \begin_layout Plain Layout
3842
3843
3844 \backslash
3845 leer 
3846 \end_layout
3847
3848 \end_inset
3849
3850 F
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3860 \end_inset
3861
3862
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \backslash
3875 Lambda^
3876 \begin_inset ERT
3877 status collapsed
3878
3879 \begin_layout Plain Layout
3880
3881
3882 \backslash
3883 leer 
3884 \end_layout
3885
3886 \end_inset
3887
3888
3889 \backslash
3890 phantom
3891 \begin_inset ERT
3892 status collapsed
3893
3894 \begin_layout Plain Layout
3895
3896
3897 \backslash
3898 leer 
3899 \end_layout
3900
3901 \end_inset
3902
3903 ii
3904 \begin_inset Formula $\to$
3905 \end_inset
3906
3907 t
3908 \begin_inset ERT
3909 status collapsed
3910
3911 \begin_layout Plain Layout
3912
3913
3914 \backslash
3915 leer 
3916 \end_layout
3917
3918 \end_inset
3919
3920 _MMt
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 </lyxtabular>
3939
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \begin_layout Standard
3946 Des Weiteren gibt es noch die Befehle 
3947 \series bold
3948
3949 \backslash
3950 vphantom
3951 \series default
3952
3953 \begin_inset Index idx
3954 status collapsed
3955
3956 \begin_layout Plain Layout
3957 Befehle ! V ! 
3958 \backslash
3959 vphantom
3960 \end_layout
3961
3962 \end_inset
3963
3964  (Werkzeugleistenknopf 
3965 \begin_inset space ~
3966 \end_inset
3967
3968
3969 \begin_inset Graphics
3970         filename ../../images/math/vphantom.png
3971         scale 85
3972
3973 \end_inset
3974
3975 ) und 
3976 \series bold
3977
3978 \backslash
3979 hphantom
3980 \series default
3981
3982 \begin_inset Index idx
3983 status collapsed
3984
3985 \begin_layout Plain Layout
3986 Befehle ! H ! 
3987 \backslash
3988 hphantom
3989 \end_layout
3990
3991 \end_inset
3992
3993  (Werkzeugleistenknopf 
3994 \begin_inset space ~
3995 \end_inset
3996
3997
3998 \begin_inset Graphics
3999         filename ../../images/math/hphantom.png
4000         scale 85
4001
4002 \end_inset
4003
4004 ).
4005  
4006 \series bold
4007
4008 \backslash
4009 hphantom
4010 \series default
4011  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4012  nicht jedoch für deren Breite.
4013  Bei 
4014 \series bold
4015
4016 \backslash
4017 vphantom
4018 \series default
4019  wird nur Platz mit der Breite des Kästchens erstellt.
4020  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4021 \end_layout
4022
4023 \begin_layout Standard
4024 Zum Beispiel erzeugt 
4025 \series bold
4026
4027 \backslash
4028 vphantom
4029 \series default
4030
4031 \begin_inset ERT
4032 status collapsed
4033
4034 \begin_layout Plain Layout
4035
4036
4037 \backslash
4038 leer 
4039 \end_layout
4040
4041 \end_inset
4042
4043
4044 \series bold
4045 a
4046 \backslash
4047 int
4048 \series default
4049  Platz der Höhe des Integralzeichens,
4050 \begin_inset Foot
4051 status collapsed
4052
4053 \begin_layout Plain Layout
4054 Der Befehl 
4055 \series bold
4056
4057 \backslash
4058 int
4059 \series default
4060  erzeugt ein Integralzeichen, siehe 
4061 \begin_inset CommandInset ref
4062 LatexCommand ref
4063 reference "sub:Große-Operatoren"
4064
4065 \end_inset
4066
4067 .
4068 \end_layout
4069
4070 \end_inset
4071
4072  da dieses das größere Zeichen ist.
4073  Eine Beispielanwendung ist in 
4074 \begin_inset CommandInset ref
4075 LatexCommand ref
4076 reference "sub:Mehrzeilige-Klammern"
4077
4078 \end_inset
4079
4080  zu finden.
4081 \end_layout
4082
4083 \begin_layout Standard
4084 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4085  
4086 \family sans
4087 Einfügen\SpecialChar \menuseparator
4088 Formatierung\SpecialChar \menuseparator
4089 Phantom
4090 \family default
4091  eingefügt werden:
4092 \end_layout
4093
4094 \begin_layout Standard
4095 Dies ist ein Satz.
4096 \begin_inset Newline newline
4097 \end_inset
4098
4099
4100 \begin_inset Phantom Phantom
4101 status open
4102
4103 \begin_layout Plain Layout
4104 Dies
4105 \end_layout
4106
4107 \end_inset
4108
4109  ist ein Satz.
4110 \end_layout
4111
4112 \begin_layout Subsection
4113 Linien
4114 \begin_inset Index idx
4115 status collapsed
4116
4117 \begin_layout Plain Layout
4118 Linien
4119 \end_layout
4120
4121 \end_inset
4122
4123
4124 \begin_inset Index idx
4125 status collapsed
4126
4127 \begin_layout Plain Layout
4128 Formel ! unterstrichene
4129 \end_layout
4130
4131 \end_inset
4132
4133
4134 \end_layout
4135
4136 \begin_layout Standard
4137 \align center
4138 \begin_inset Tabular
4139 <lyxtabular version="3" rows="4" columns="2">
4140 <features tabularvalignment="middle">
4141 <column alignment="center" valignment="top" width="0pt">
4142 <column alignment="center" valignment="top" width="0pt">
4143 <row>
4144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Befehl
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 Ergebnis
4158 \begin_inset Note Note
4159 status collapsed
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164
4165 \backslash
4166 raisebox
4167 \series default
4168  dient nur als Abstandhalter.
4169 \end_layout
4170
4171 \end_inset
4172
4173
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 </row>
4179 <row>
4180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \backslash
4186 overline
4187 \begin_inset ERT
4188 status collapsed
4189
4190 \begin_layout Plain Layout
4191
4192
4193 \backslash
4194 leer 
4195 \end_layout
4196
4197 \end_inset
4198
4199 A+B
4200 \begin_inset Index idx
4201 status collapsed
4202
4203 \begin_layout Plain Layout
4204 Befehle ! O ! 
4205 \backslash
4206 overline
4207 \end_layout
4208
4209 \end_inset
4210
4211
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4221 \end_inset
4222
4223
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 </row>
4229 <row>
4230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234
4235 \backslash
4236 underline
4237 \begin_inset ERT
4238 status collapsed
4239
4240 \begin_layout Plain Layout
4241
4242
4243 \backslash
4244 leer 
4245 \end_layout
4246
4247 \end_inset
4248
4249 A+B
4250 \begin_inset Index idx
4251 status collapsed
4252
4253 \begin_layout Plain Layout
4254 Befehle ! U ! 
4255 \backslash
4256 underline
4257 \end_layout
4258
4259 \end_inset
4260
4261
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4271 \end_inset
4272
4273
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \backslash
4286 overline
4287 \begin_inset ERT
4288 status collapsed
4289
4290 \begin_layout Plain Layout
4291
4292
4293 \backslash
4294 leer 
4295 \end_layout
4296
4297 \end_inset
4298
4299
4300 \backslash
4301 underline
4302 \begin_inset ERT
4303 status collapsed
4304
4305 \begin_layout Plain Layout
4306
4307
4308 \backslash
4309 leer 
4310 \end_layout
4311
4312 \end_inset
4313
4314 A+B
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4324 \end_inset
4325
4326
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 </row>
4332 </lyxtabular>
4333
4334 \end_inset
4335
4336
4337 \end_layout
4338
4339 \begin_layout Standard
4340 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4341 \series bold
4342
4343 \backslash
4344 overline
4345 \series default
4346  oder 
4347 \series bold
4348
4349 \backslash
4350 underline
4351 \series default
4352  eingibt.
4353 \end_layout
4354
4355 \begin_layout Standard
4356 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4357 \begin_inset Newline linebreak
4358 \end_inset
4359
4360
4361 \series bold
4362
4363 \backslash
4364 underline
4365 \series default
4366 .
4367 \end_layout
4368
4369 \begin_layout Standard
4370 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4371 \end_layout
4372
4373 \begin_layout Standard
4374 \begin_inset VSpace bigskip
4375 \end_inset
4376
4377 Benutzerdefinierte Linien können mit dem Befehl 
4378 \series bold
4379
4380 \backslash
4381 rule
4382 \series default
4383
4384 \begin_inset Index idx
4385 status collapsed
4386
4387 \begin_layout Plain Layout
4388 Befehle! R ! 
4389 \backslash
4390 rule
4391 \end_layout
4392
4393 \end_inset
4394
4395  erstellt werden, der folgendes Schema besitzt:
4396 \end_layout
4397
4398 \begin_layout Standard
4399
4400 \series bold
4401
4402 \backslash
4403 rule[vertikaler Versatz]{Länge}{Dicke}
4404 \end_layout
4405
4406 \begin_layout Standard
4407 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4408  unten, wenn der Wert negativ ist).
4409  Die Einheiten, die in 
4410 \begin_inset CommandInset ref
4411 LatexCommand ref
4412 reference "tab:Verfügbare-Einheiten"
4413
4414 \end_inset
4415
4416  aufgelistet sind, können für die Werte benutzt werden.
4417  Hier sind zwei Beispiele, die mit den Befehlen
4418 \begin_inset Newline newline
4419 \end_inset
4420
4421
4422 \series bold
4423
4424 \backslash
4425 rule[-2ex]{3cm}{2pt}
4426 \series default
4427  und 
4428 \series bold
4429
4430 \backslash
4431 rule{2cm}{1pt}
4432 \series default
4433  erzeugt wurden:
4434 \end_layout
4435
4436 \begin_layout Standard
4437 Dies ist ein Satz 
4438 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4439 \end_inset
4440
4441  mit zwei Linien.
4442 \end_layout
4443
4444 \begin_layout Standard
4445
4446 \series bold
4447
4448 \backslash
4449 rule
4450 \series default
4451  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4452 \family sans
4453 Einfügen\SpecialChar \menuseparator
4454 Formatierung\SpecialChar \menuseparator
4455 Horizontale
4456 \begin_inset space ~
4457 \end_inset
4458
4459 Line
4460 \family default
4461  eingefügt wird:
4462 \end_layout
4463
4464 \begin_layout Standard
4465 Dies ist ein Satz 
4466 \begin_inset CommandInset line
4467 LatexCommand rule
4468 offset "0.5ex"
4469 width "3cm"
4470 height "1pt"
4471
4472 \end_inset
4473
4474  mit einer Linie.
4475 \end_layout
4476
4477 \begin_layout Subsection
4478 Fortsetzungspunkte
4479 \begin_inset CommandInset label
4480 LatexCommand label
4481 name "sub:Fortsetzungspunkte"
4482
4483 \end_inset
4484
4485
4486 \begin_inset Index idx
4487 status collapsed
4488
4489 \begin_layout Plain Layout
4490 Fortsetzungspunkte
4491 \end_layout
4492
4493 \end_inset
4494
4495
4496 \end_layout
4497
4498 \begin_layout Standard
4499 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4500 \begin_inset Foot
4501 status collapsed
4502
4503 \begin_layout Plain Layout
4504 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4505 \begin_inset Graphics
4506         filename ../../images/math/ldots.png
4507         scale 85
4508
4509 \end_inset
4510
4511
4512 \end_layout
4513
4514 \end_inset
4515
4516  Für Aufzählungen verwendet man unten sitzende Punkte (
4517 \series bold
4518
4519 \backslash
4520 ldots
4521 \series default
4522
4523 \begin_inset Index idx
4524 status collapsed
4525
4526 \begin_layout Plain Layout
4527 Befehle ! L ! 
4528 \backslash
4529 ldots
4530 \end_layout
4531
4532 \end_inset
4533
4534 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4535  die Operatoren sind (
4536 \series bold
4537
4538 \backslash
4539 cdots
4540 \series default
4541
4542 \begin_inset Index idx
4543 status collapsed
4544
4545 \begin_layout Plain Layout
4546 Befehle ! C ! 
4547 \backslash
4548 cdots
4549 \end_layout
4550
4551 \end_inset
4552
4553 ).
4554  Verwendet man den Befehl 
4555 \series bold
4556
4557 \backslash
4558 dots
4559 \series default
4560
4561 \begin_inset Index idx
4562 status collapsed
4563
4564 \begin_layout Plain Layout
4565 Befehle ! D ! 
4566 \backslash
4567 dots
4568 \end_layout
4569
4570 \end_inset
4571
4572 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4573  wird.
4574 \end_layout
4575
4576 \begin_layout Standard
4577 \align center
4578 \begin_inset Tabular
4579 <lyxtabular version="3" rows="8" columns="2">
4580 <features tabularvalignment="middle">
4581 <column alignment="center" valignment="top" width="0pt">
4582 <column alignment="center" valignment="top" width="0pt">
4583 <row>
4584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Befehl
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Ergebnis
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 A_1
4609 \begin_inset ERT
4610 status collapsed
4611
4612 \begin_layout Plain Layout
4613
4614
4615 \backslash
4616 leer 
4617 \end_layout
4618
4619 \end_inset
4620
4621 ,
4622 \backslash
4623 dots
4624 \begin_inset ERT
4625 status collapsed
4626
4627 \begin_layout Plain Layout
4628
4629
4630 \backslash
4631 leer 
4632 \end_layout
4633
4634 \end_inset
4635
4636 ,A_n
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 \begin_inset Formula $A_{1},\dots,A_{n}$
4646 \end_inset
4647
4648
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 A_1
4660 \begin_inset ERT
4661 status collapsed
4662
4663 \begin_layout Plain Layout
4664
4665
4666 \backslash
4667 leer 
4668 \end_layout
4669
4670 \end_inset
4671
4672 +
4673 \backslash
4674 dots
4675 \begin_inset ERT
4676 status collapsed
4677
4678 \begin_layout Plain Layout
4679
4680
4681 \backslash
4682 leer 
4683 \end_layout
4684
4685 \end_inset
4686
4687 +A_n
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696 \begin_inset Formula $A_{1}+\dots+A_{n}$
4697 \end_inset
4698
4699
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 </row>
4705 <row>
4706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 A_1
4711 \begin_inset ERT
4712 status collapsed
4713
4714 \begin_layout Plain Layout
4715
4716
4717 \backslash
4718 leer 
4719 \end_layout
4720
4721 \end_inset
4722
4723 ,
4724 \backslash
4725 ldots
4726 \begin_inset ERT
4727 status collapsed
4728
4729 \begin_layout Plain Layout
4730
4731
4732 \backslash
4733 leer 
4734 \end_layout
4735
4736 \end_inset
4737
4738 ,A_n
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 \begin_inset Formula $A_{1},\ldots,A_{n}$
4748 \end_inset
4749
4750
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 A_1
4762 \begin_inset ERT
4763 status collapsed
4764
4765 \begin_layout Plain Layout
4766
4767
4768 \backslash
4769 leer 
4770 \end_layout
4771
4772 \end_inset
4773
4774 +
4775 \backslash
4776 cdots
4777 \begin_inset ERT
4778 status collapsed
4779
4780 \begin_layout Plain Layout
4781
4782
4783 \backslash
4784 leer 
4785 \end_layout
4786
4787 \end_inset
4788
4789 +A_n
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4799 \end_inset
4800
4801
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \backslash
4814 vdots
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 \begin_inset Formula $\vdots$
4824 \end_inset
4825
4826
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \backslash
4839 ddots
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 \begin_inset Formula $\ddots$
4849 \end_inset
4850
4851
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 </row>
4857 <row>
4858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 3
4863 \series bold
4864 ×
4865 \series default
4866 3
4867 \begin_inset space \thinspace{}
4868 \end_inset
4869
4870 Matrix mit obigen Befehlen
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 \begin_inset Formula $\begin{array}{ccc}
4880 A_{11} & \cdots & A_{1m}\\
4881 \vdots & \ddots & \vdots\\
4882 A_{n1} & \cdots & A_{nm}
4883 \end{array}$
4884 \end_inset
4885
4886
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 </lyxtabular>
4893
4894 \end_inset
4895
4896
4897 \end_layout
4898
4899 \begin_layout Standard
4900 Die im Menü 
4901 \family sans
4902 Einfügen\SpecialChar \menuseparator
4903 Sonderzeichen
4904 \family default
4905  verfügbaren Fortsetzungspunkte sind 
4906 \series bold
4907
4908 \backslash
4909 ldots
4910 \series default
4911 .
4912 \end_layout
4913
4914 \begin_layout Standard
4915 \begin_inset VSpace medskip
4916 \end_inset
4917
4918 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4919  Spalten erstrecken.
4920  Man erhält sie mit dem Befehl 
4921 \series bold
4922
4923 \backslash
4924 hdotsfor
4925 \series default
4926
4927 \begin_inset Index idx
4928 status collapsed
4929
4930 \begin_layout Plain Layout
4931 Befehle ! H ! 
4932 \backslash
4933 hdotsfor
4934 \end_layout
4935
4936 \end_inset
4937
4938 , der folgendes Schema besitzt:
4939 \end_layout
4940
4941 \begin_layout Standard
4942
4943 \series bold
4944
4945 \backslash
4946 hdotsfor[Abstand]{Anzahl der Spalten}
4947 \end_layout
4948
4949 \begin_layout Standard
4950 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4951  sollen.
4952  Abstand ist ein Faktor, der den Punktabstand festlegt.
4953 \end_layout
4954
4955 \begin_layout Standard
4956 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4957  
4958 \series bold
4959
4960 \backslash
4961 hdotsfor[2]{4}
4962 \series default
4963  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4964  beim Befehl 
4965 \series bold
4966
4967 \backslash
4968 dots
4969 \series default
4970  zu erhalten:
4971 \begin_inset Formula \[
4972 \left(\begin{array}{cccc}
4973 A & B & C & D\\
4974 \hdotsfor[2]{4}\\
4975 q & w & e & r
4976 \end{array}\right)\]
4977
4978 \end_inset
4979
4980 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4981  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4982 \end_layout
4983
4984 \begin_layout Standard
4985 \begin_inset VSpace bigskip
4986 \end_inset
4987
4988 Des Weiteren kann man mit dem Befehl 
4989 \series bold
4990
4991 \backslash
4992 dotfill
4993 \series default
4994
4995 \begin_inset Index idx
4996 status collapsed
4997
4998 \begin_layout Plain Layout
4999 Befehle ! D ! 
5000 \backslash
5001 dotfill
5002 \end_layout
5003
5004 \end_inset
5005
5006  den Rest einer Zeile mit Punkten füllen.
5007  Die Wirkungsweise des Befehls entspricht der von 
5008 \series bold
5009
5010 \backslash
5011 hfill
5012 \series default
5013 , siehe 
5014 \begin_inset CommandInset ref
5015 LatexCommand ref
5016 reference "sub:Variabler-Leerraum"
5017
5018 \end_inset
5019
5020 .
5021 \end_layout
5022
5023 \begin_layout Standard
5024 Z.
5025 \begin_inset space \thinspace{}
5026 \end_inset
5027
5028 B.
5029  ergibt der Befehl 
5030 \series bold
5031 A
5032 \backslash
5033 dotfill
5034 \begin_inset ERT
5035 status collapsed
5036
5037 \begin_layout Plain Layout
5038
5039
5040 \backslash
5041 leer 
5042 \end_layout
5043
5044 \end_inset
5045
5046 B
5047 \end_layout
5048
5049 \begin_layout Standard
5050 \begin_inset Formula $A\dotfill B$
5051 \end_inset
5052
5053
5054 \end_layout
5055
5056 \begin_layout Standard
5057 Analog dazu gibt es für eine Linie den Befehl 
5058 \series bold
5059
5060 \backslash
5061 hrulefill
5062 \series default
5063
5064 \begin_inset Index idx
5065 status collapsed
5066
5067 \begin_layout Plain Layout
5068 Befehle ! H ! 
5069 \backslash
5070 hrulefill
5071 \end_layout
5072
5073 \end_inset
5074
5075 :
5076 \end_layout
5077
5078 \begin_layout Standard
5079 \begin_inset Formula $A\hrulefill B$
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \begin_layout Standard
5086 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5087  werden.
5088 \end_layout
5089
5090 \begin_layout Section
5091 Matrizen
5092 \begin_inset CommandInset label
5093 LatexCommand label
5094 name "sec:Matrizen"
5095
5096 \end_inset
5097
5098
5099 \begin_inset Index idx
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103 Matrizen
5104 \end_layout
5105
5106 \end_inset
5107
5108
5109 \end_layout
5110
5111 \begin_layout Standard
5112 Matrizen können über den Mathe-Werkzeugleistenknopf
5113 \family sans
5114  
5115 \family default
5116
5117 \begin_inset Graphics
5118         filename ../../images/dialog-show_mathmatrix.png
5119         scale 85
5120
5121 \end_inset
5122
5123  oder das Menü 
5124 \family sans
5125 Einfügen\SpecialChar \menuseparator
5126 Mathe\SpecialChar \menuseparator
5127 Matrix
5128 \family default
5129  eingefügt werden.
5130  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5131  Verzierung gefragt.
5132  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5133  von Bedeutung:
5134 \end_layout
5135
5136 \begin_layout Standard
5137 Die erste Matrix ist oben 
5138 \begin_inset Formula $\begin{array}[t]{cccc}
5139 A & D & G & J\\
5140 B & E & H & K\\
5141 C & F & I & L
5142 \end{array}$
5143 \end_inset
5144
5145 , die zweite mittig 
5146 \begin_inset Formula $\begin{array}{cccc}
5147 A & D & G & J\\
5148 B & E & H & K\\
5149 C & F & I & L
5150 \end{array}$
5151 \end_inset
5152
5153  und die dritte unten 
5154 \begin_inset Formula $\begin{array}[b]{cccc}
5155 A & D & G & J\\
5156 B & E & H & K\\
5157 C & F & I & L
5158 \end{array}$
5159 \end_inset
5160
5161  ausgerichtet.
5162 \end_layout
5163
5164 \begin_layout Standard
5165 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5166  werden sollen.
5167  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5168  
5169 \emph on
5170 l
5171 \emph default
5172  steht für linksbündig, 
5173 \emph on
5174 c
5175 \emph default
5176  für mittig und 
5177 \emph on
5178 r
5179 \emph default
5180  für rechtsbündig.
5181  Möchte man z.
5182 \begin_inset space \thinspace{}
5183 \end_inset
5184
5185 B.
5186  eine 4
5187 \series bold
5188 ×
5189 \series default
5190 4
5191 \begin_inset space ~
5192 \end_inset
5193
5194 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5195  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5196  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5197 \series bold
5198 lccr
5199 \series default
5200  an.
5201  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5202  die Voreinstellung für jede Spalte ein 
5203 \series bold
5204 c
5205 \series default
5206  ist.
5207 \end_layout
5208
5209 \begin_layout Standard
5210 Horizontale Ausrichtung:
5211 \end_layout
5212
5213 \begin_layout Standard
5214
5215 \series bold
5216 lll
5217 \series default
5218  : 
5219 \begin_inset Formula $\begin{array}{lll}
5220 10000 & D & G\\
5221 B & 10000 & H\\
5222 C & F & 10000
5223 \end{array}$
5224 \end_inset
5225
5226  , 
5227 \series bold
5228 ccc
5229 \series default
5230  : 
5231 \begin_inset Formula $\begin{array}{ccc}
5232 10000 & D & G\\
5233 B & 10000 & H\\
5234 C & F & 10000
5235 \end{array}$
5236 \end_inset
5237
5238  , 
5239 \series bold
5240 rrr
5241 \series default
5242  : 
5243 \begin_inset Formula $\begin{array}{rrr}
5244 10000 & D & G\\
5245 B & 10000 & H\\
5246 C & F & 10000
5247 \end{array}$
5248 \end_inset
5249
5250
5251 \end_layout
5252
5253 \begin_layout Standard
5254 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5255  man die Mathe-Werkzeugleistenknöpfe 
5256 \begin_inset Graphics
5257         filename ../../images/tabular-feature_append-row.png
5258         scale 85
5259
5260 \end_inset
5261
5262
5263 \begin_inset Graphics
5264         filename ../../images/tabular-feature_delete-row.png
5265         scale 85
5266
5267 \end_inset
5268
5269 , usw.
5270 \begin_inset space \space{}
5271 \end_inset
5272
5273 oder das Menü 
5274 \family sans
5275 Bearbeiten\SpecialChar \menuseparator
5276 Zeilen & Spalten
5277 \family default
5278  verwenden.
5279  Neue Zeilen können auch mit 
5280 \family sans
5281 Strg+Enter
5282 \family default
5283  erstellt werden.
5284 \end_layout
5285
5286 \begin_layout Standard
5287 \begin_inset VSpace bigskip
5288 \end_inset
5289
5290 Die 
5291 \family sans
5292 Verzierung
5293 \family default
5294  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5295  Alternativ können Klammern entweder mit den Befehlen 
5296 \series bold
5297
5298 \backslash
5299 left
5300 \series default
5301
5302 \begin_inset Index idx
5303 status collapsed
5304
5305 \begin_layout Plain Layout
5306 Befehle ! L ! 
5307 \backslash
5308 left
5309 \end_layout
5310
5311 \end_inset
5312
5313  und 
5314 \series bold
5315
5316 \backslash
5317 right
5318 \series default
5319
5320 \begin_inset Index idx
5321 status collapsed
5322
5323 \begin_layout Plain Layout
5324 Befehle ! R ! 
5325 \backslash
5326 right
5327 \end_layout
5328
5329 \end_inset
5330
5331  erstellt werden (Tastenkürzel 
5332 \family sans
5333 Alt+M
5334 \begin_inset space ~
5335 \end_inset
5336
5337 Klammer
5338 \family default
5339 ), siehe 
5340 \begin_inset CommandInset ref
5341 LatexCommand ref
5342 reference "sub:Automatische-Klammergrößen"
5343
5344 \end_inset
5345
5346 , oder man verwendet folgende Befehle:
5347 \begin_inset VSpace bigskip
5348 \end_inset
5349
5350
5351 \end_layout
5352
5353 \begin_layout Standard
5354 \begin_inset space \hfill{}
5355 \end_inset
5356
5357
5358 \begin_inset Tabular
5359 <lyxtabular version="3" rows="4" columns="2">
5360 <features tabularvalignment="middle">
5361 <column alignment="center" valignment="top" width="0">
5362 <column alignment="center" valignment="top" width="0">
5363 <row>
5364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368 Befehl
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377 Ergebnis
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 </row>
5383 <row>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388
5389 \backslash
5390 bmatrix
5391 \begin_inset ERT
5392 status collapsed
5393
5394 \begin_layout Plain Layout
5395
5396
5397 \backslash
5398 leer 
5399 \end_layout
5400
5401 \end_inset
5402
5403 2
5404 \series bold
5405 ×
5406 \series default
5407 2
5408 \begin_inset space \thinspace{}
5409 \end_inset
5410
5411 Matrix
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5421 0 & \textrm{-}\mathrm{i}\\
5422 \mathrm{i} & 0
5423 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5424 \end_inset
5425
5426
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 </row>
5432 <row>
5433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437
5438 \backslash
5439 Bmatrix
5440 \begin_inset ERT
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444
5445
5446 \backslash
5447 leer 
5448 \end_layout
5449
5450 \end_inset
5451
5452 2
5453 \series bold
5454 ×
5455 \series default
5456 2
5457 \begin_inset space \thinspace{}
5458 \end_inset
5459
5460 Matrix
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5470 0 & \textrm{-}\mathrm{i}\\
5471 \mathrm{i} & 0
5472 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5473 \end_inset
5474
5475
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 </row>
5481 <row>
5482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486
5487 \backslash
5488 pmatrix
5489 \begin_inset ERT
5490 status collapsed
5491
5492 \begin_layout Plain Layout
5493
5494
5495 \backslash
5496 leer 
5497 \end_layout
5498
5499 \end_inset
5500
5501 2
5502 \series bold
5503 ×
5504 \series default
5505 2
5506 \begin_inset space \thinspace{}
5507 \end_inset
5508
5509 Matrix
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5519 0 & \textrm{-}\mathrm{i}\\
5520 \mathrm{i} & 0
5521 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5522 \end_inset
5523
5524
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 </lyxtabular>
5531
5532 \end_inset
5533
5534
5535 \begin_inset space \hfill{}
5536 \end_inset
5537
5538
5539 \begin_inset Tabular
5540 <lyxtabular version="3" rows="4" columns="2">
5541 <features tabularvalignment="middle">
5542 <column alignment="center" valignment="top" width="0">
5543 <column alignment="center" valignment="top" width="0">
5544 <row>
5545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 Befehl
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 Ergebnis
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 </row>
5564 <row>
5565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569
5570 \backslash
5571 vmatrix
5572 \begin_inset ERT
5573 status collapsed
5574
5575 \begin_layout Plain Layout
5576
5577
5578 \backslash
5579 leer 
5580 \end_layout
5581
5582 \end_inset
5583
5584 2
5585 \series bold
5586 ×
5587 \series default
5588 2
5589 \begin_inset space \thinspace{}
5590 \end_inset
5591
5592 Matrix
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5602 0 & \textrm{-}\mathrm{i}\\
5603 \mathrm{i} & 0
5604 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 </row>
5613 <row>
5614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618
5619 \backslash
5620 Vmatrix
5621 \begin_inset ERT
5622 status collapsed
5623
5624 \begin_layout Plain Layout
5625
5626
5627 \backslash
5628 leer 
5629 \end_layout
5630
5631 \end_inset
5632
5633 2
5634 \series bold
5635 ×
5636 \series default
5637 2
5638 \begin_inset space \thinspace{}
5639 \end_inset
5640
5641 Matrix
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5651 0 & \textrm{-}\mathrm{i}\\
5652 \mathrm{i} & 0
5653 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5654 \end_inset
5655
5656
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667
5668 \backslash
5669 matrix
5670 \begin_inset ERT
5671 status collapsed
5672
5673 \begin_layout Plain Layout
5674
5675
5676 \backslash
5677 leer 
5678 \end_layout
5679
5680 \end_inset
5681
5682 2
5683 \series bold
5684 ×
5685 \series default
5686 2
5687 \begin_inset space \thinspace{}
5688 \end_inset
5689
5690 Matrix
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5700 0 & \textrm{-}\mathrm{i}\\
5701 \mathrm{i} & 0
5702 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 </lyxtabular>
5712
5713 \end_inset
5714
5715
5716 \begin_inset space \hfill{}
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \begin_layout Standard
5723 \begin_inset VSpace medskip
5724 \end_inset
5725
5726 Wurde z.
5727 \begin_inset space \thinspace{}
5728 \end_inset
5729
5730 B.
5731  
5732 \series bold
5733
5734 \backslash
5735 vmatrix
5736 \series default
5737  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5738  in das die Matrix eingefügt wird.
5739 \begin_inset Newline newline
5740 \end_inset
5741
5742 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5743 \end_layout
5744
5745 \begin_layout Standard
5746 \begin_inset VSpace bigskip
5747 \end_inset
5748
5749 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5750 \begin_inset CommandInset ref
5751 LatexCommand ref
5752 reference "sub:Spaltenabstand"
5753
5754 \end_inset
5755
5756  beschriebene Länge 
5757 \series bold
5758
5759 \backslash
5760 arraycolsep
5761 \series default
5762
5763 \begin_inset Index idx
5764 status collapsed
5765
5766 \begin_layout Plain Layout
5767 Befehle ! A ! 
5768 \backslash
5769 arraycolsep
5770 \end_layout
5771
5772 \end_inset
5773
5774  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5775 \end_layout
5776
5777 \begin_layout Standard
5778 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5779 \series bold
5780
5781 \backslash
5782 arraystretch
5783 \series default
5784
5785 \begin_inset Index idx
5786 status collapsed
5787
5788 \begin_layout Plain Layout
5789 Befehle ! A ! 
5790 \backslash
5791 arraystretch
5792 \end_layout
5793
5794 \end_inset
5795
5796 .
5797  Dieser wird folgendermaßen benutzt:
5798 \end_layout
5799
5800 \begin_layout Standard
5801
5802 \series bold
5803
5804 \backslash
5805 renewcommand{
5806 \backslash
5807 arraystretch}{Dehnungsfaktor}
5808 \begin_inset Index idx
5809 status collapsed
5810
5811 \begin_layout Plain Layout
5812 Befehle ! R ! 
5813 \backslash
5814 renewcommand
5815 \end_layout
5816
5817 \end_inset
5818
5819
5820 \end_layout
5821
5822 \begin_layout Standard
5823 Der Befehl 
5824 \series bold
5825
5826 \backslash
5827 renewcommand
5828 \series default
5829  weist dabei dem vordefinierten Befehl 
5830 \series bold
5831
5832 \backslash
5833 arraystretch
5834 \series default
5835  den Dehnungsfaktor zu.
5836  Möchte man z.
5837 \begin_inset space \thinspace{}
5838 \end_inset
5839
5840 B.
5841  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5842  Dieser wird dann für alle folgenden Matrizen verwendet.
5843  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5844 \series bold
5845
5846 \backslash
5847 arraystretch
5848 \series default
5849  den Faktor 1 zu.
5850 \end_layout
5851
5852 \begin_layout Standard
5853 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5854 \series bold
5855
5856 \backslash
5857 smallmatrix
5858 \series default
5859
5860 \begin_inset Index idx
5861 status collapsed
5862
5863 \begin_layout Plain Layout
5864 Befehle ! S ! 
5865 \backslash
5866 smallmatrix
5867 \end_layout
5868
5869 \end_inset
5870
5871 .
5872  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5873  gestrichelten Linien.
5874  In dieses Kästchen wird die Matrix eingegeben.
5875  Man verwendet stattdessen das Menü 
5876 \family sans
5877 Bearbeiten\SpecialChar \menuseparator
5878 Zeilen
5879 \begin_inset space ~
5880 \end_inset
5881
5882 &
5883 \begin_inset space ~
5884 \end_inset
5885
5886 Spalten
5887 \family default
5888  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5889  Neue Zeilen können auch mit 
5890 \family sans
5891 Strg+Enter
5892 \family default
5893  erstellt werden.
5894 \end_layout
5895
5896 \begin_layout Standard
5897 Dies ist eine Matrix 
5898 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5899 C & D
5900 \end{smallmatrix}\right)$
5901 \end_inset
5902
5903  in einer Textzeile.
5904 \end_layout
5905
5906 \begin_layout Standard
5907 \begin_inset Newpage newpage
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \begin_layout Section
5914 Klammern und Begrenzungszeichen
5915 \begin_inset Index idx
5916 status collapsed
5917
5918 \begin_layout Plain Layout
5919 Klammern
5920 \end_layout
5921
5922 \end_inset
5923
5924
5925 \begin_inset Index idx
5926 status collapsed
5927
5928 \begin_layout Plain Layout
5929 Begrenzungszeichen
5930 \end_layout
5931
5932 \end_inset
5933
5934
5935 \end_layout
5936
5937 \begin_layout Subsection
5938 Vertikale Klammern und Begrenzungszeichen
5939 \begin_inset Index idx
5940 status collapsed
5941
5942 \begin_layout Plain Layout
5943 Klammern ! vertikale
5944 \end_layout
5945
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \begin_layout Standard
5952 \begin_inset space \hfill{}
5953 \end_inset
5954
5955
5956 \begin_inset Tabular
5957 <lyxtabular version="3" rows="9" columns="2">
5958 <features tabularvalignment="middle">
5959 <column alignment="center" valignment="top" width="0pt">
5960 <column alignment="center" valignment="top" width="0pt">
5961 <row>
5962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 Befehl
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 Ergebnis
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 </row>
5981 <row>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 (
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 \begin_inset Formula $($
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 </row>
6004 <row>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 {
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 \begin_inset Formula $\{$
6019 \end_inset
6020
6021
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 </row>
6027 <row>
6028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 [
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 \begin_inset Formula $[$
6042 \end_inset
6043
6044
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 </row>
6050 <row>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055
6056 \backslash
6057 langle
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 \begin_inset Formula $\langle$
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 </row>
6075 <row>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080
6081 \backslash
6082 lceil
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 \begin_inset Formula $\lceil$
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 <row>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105
6106 \backslash
6107 lfloor
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 \begin_inset Formula $\lfloor$
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 </row>
6125 <row>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 /
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 \begin_inset Formula $/$
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 </row>
6148 <row>
6149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 |
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162 \begin_inset Formula $|$
6163 \end_inset
6164
6165
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 </row>
6171 </lyxtabular>
6172
6173 \end_inset
6174
6175
6176 \begin_inset space \hfill{}
6177 \end_inset
6178
6179
6180 \begin_inset Tabular
6181 <lyxtabular version="3" rows="9" columns="2">
6182 <features tabularvalignment="middle">
6183 <column alignment="center" valignment="top" width="0pt">
6184 <column alignment="center" valignment="top" width="0pt">
6185 <row>
6186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 Befehl
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 Ergebnis
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 )
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 \begin_inset Formula $)$
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 <row>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 }
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 \begin_inset Formula $\}$
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 </row>
6251 <row>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 ]
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 \begin_inset Formula $]$
6266 \end_inset
6267
6268
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 </row>
6274 <row>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279
6280 \backslash
6281 rangle
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 \begin_inset Formula $\rangle$
6291 \end_inset
6292
6293
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 </row>
6299 <row>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304
6305 \backslash
6306 rceil
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 \begin_inset Formula $\rceil$
6316 \end_inset
6317
6318
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 </row>
6324 <row>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329
6330 \backslash
6331 rfloor
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 \begin_inset Formula $\rfloor$
6341 \end_inset
6342
6343
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354
6355 \backslash
6356
6357 \backslash
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 \begin_inset Formula $\backslash$
6368 \end_inset
6369
6370
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 </row>
6376 <row>
6377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381
6382 \backslash
6383 |
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 \begin_inset Formula $\|$
6393 \end_inset
6394
6395
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 </lyxtabular>
6402
6403 \end_inset
6404
6405
6406 \begin_inset space \hfill{}
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \begin_layout Standard
6413
6414 \series medium
6415 \begin_inset Note Greyedout
6416 status open
6417
6418 \begin_layout Plain Layout
6419
6420 \series bold
6421 Achtung:
6422 \series default
6423  Im TeX-Modus muss für den Backslash der Befehl 
6424 \series bold
6425
6426 \backslash
6427 textbackslash
6428 \series default
6429
6430 \begin_inset Index idx
6431 status collapsed
6432
6433 \begin_layout Plain Layout
6434 Befehle ! T ! 
6435 \backslash
6436 textbackslash
6437 \end_layout
6438
6439 \end_inset
6440
6441  verwendet werden, denn der Befehl 
6442 \series bold
6443
6444 \backslash
6445
6446 \backslash
6447
6448 \series default
6449  steht dort für einen Zeilenumbruch.
6450 \end_layout
6451
6452 \end_inset
6453
6454
6455 \end_layout
6456
6457 \begin_layout Standard
6458 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6459  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6460  Dabei können dann statt den Befehlen 
6461 \series bold
6462
6463 \backslash
6464 langle
6465 \series default
6466  und 
6467 \series bold
6468
6469 \backslash
6470 rangle
6471 \series default
6472  direkt die Zeichen < und > verwendet werden.
6473 \end_layout
6474
6475 \begin_layout Subsubsection
6476 Manuelle Klammergrößen
6477 \begin_inset CommandInset label
6478 LatexCommand label
6479 name "sub:Manuelle-Klammergrößen"
6480
6481 \end_inset
6482
6483
6484 \begin_inset Index idx
6485 status collapsed
6486
6487 \begin_layout Plain Layout
6488 Klammergrößen ! manuelle
6489 \end_layout
6490
6491 \end_inset
6492
6493
6494 \end_layout
6495
6496 \begin_layout Standard
6497 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6498  LaTeX-Befehle 
6499 \series bold
6500
6501 \backslash
6502 big
6503 \series default
6504
6505 \begin_inset Index idx
6506 status collapsed
6507
6508 \begin_layout Plain Layout
6509 Befehle ! B ! 
6510 \backslash
6511 big
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \series bold
6518
6519 \backslash
6520 Big
6521 \series default
6522
6523 \series bold
6524
6525 \backslash
6526 bigg
6527 \series default
6528  und 
6529 \series bold
6530
6531 \backslash
6532 Bigg
6533 \series default
6534  tun.
6535  
6536 \series bold
6537
6538 \backslash
6539 big
6540 \series default
6541  steht hierbei für die kleinste und 
6542 \series bold
6543
6544 \backslash
6545 Bigg
6546 \series default
6547  für die größte Klammergröße.
6548 \end_layout
6549
6550 \begin_layout Standard
6551 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6552 \end_layout
6553
6554 \begin_layout Standard
6555 \align center
6556 \begin_inset Tabular
6557 <lyxtabular version="3" rows="2" columns="2">
6558 <features tabularvalignment="middle">
6559 <column alignment="center" valignment="top" width="0pt">
6560 <column alignment="center" valignment="top" width="0pt">
6561 <row>
6562 <cell alignment="center" valignment="top" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 einheitliche Klammergröße:
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6576 \end_inset
6577
6578
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 </row>
6584 <row>
6585 <cell alignment="center" valignment="top" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 besser sieht das so aus:
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6599 \end_inset
6600
6601
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 </row>
6607 </lyxtabular>
6608
6609 \end_inset
6610
6611
6612 \begin_inset Note Note
6613 status collapsed
6614
6615 \begin_layout Plain Layout
6616
6617 \series bold
6618
6619 \backslash
6620 raisebox
6621 \series default
6622  dient nur
6623 \end_layout
6624
6625 \begin_layout Plain Layout
6626 als Abstandhalter.
6627 \end_layout
6628
6629 \end_inset
6630
6631
6632 \end_layout
6633
6634 \begin_layout Standard
6635 Für die zweite Formel wurde der Befehl 
6636 \series bold
6637
6638 \backslash
6639 Big((A+B)(A-B)
6640 \backslash
6641 Big)^
6642 \begin_inset ERT
6643 status collapsed
6644
6645 \begin_layout Plain Layout
6646
6647
6648 \backslash
6649 leer 
6650 \end_layout
6651
6652 \end_inset
6653
6654 C
6655 \series default
6656  verwendet.
6657 \end_layout
6658
6659 \begin_layout Standard
6660 Hier alle Klammergrößen in der Übersicht:
6661 \end_layout
6662
6663 \begin_layout Standard
6664 \align center
6665
6666 \backslash
6667 Bigg(
6668 \backslash
6669 exp
6670 \backslash
6671 bigg<
6672 \backslash
6673 Big[
6674 \backslash
6675 big{
6676 \backslash
6677 ln(3x)
6678 \backslash
6679 big}^2
6680 \begin_inset ERT
6681 status collapsed
6682
6683 \begin_layout Plain Layout
6684
6685
6686 \backslash
6687 leer 
6688 \end_layout
6689
6690 \end_inset
6691
6692
6693 \backslash
6694 sin(x)
6695 \backslash
6696 Big]^
6697 \begin_inset ERT
6698 status collapsed
6699
6700 \begin_layout Plain Layout
6701
6702
6703 \backslash
6704 leer 
6705 \end_layout
6706
6707 \end_inset
6708
6709 A
6710 \begin_inset ERT
6711 status collapsed
6712
6713 \begin_layout Plain Layout
6714
6715
6716 \backslash
6717 leer 
6718 \end_layout
6719
6720 \end_inset
6721
6722
6723 \backslash
6724 bigg>
6725 \backslash
6726 Bigg)^0,5
6727 \end_layout
6728
6729 \begin_layout Standard
6730 \align center
6731 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6732 \end_inset
6733
6734
6735 \end_layout
6736
6737 \begin_layout Standard
6738 Es gibt außer den 
6739 \series bold
6740
6741 \backslash
6742 big
6743 \series default
6744 -Befehlen noch die Variante 
6745 \series bold
6746
6747 \backslash
6748 bigm
6749 \series default
6750
6751 \begin_inset Index idx
6752 status collapsed
6753
6754 \begin_layout Plain Layout
6755 Befehle ! B ! 
6756 \backslash
6757 bigm
6758 \end_layout
6759
6760 \end_inset
6761
6762 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6763  die Variante 
6764 \series bold
6765
6766 \backslash
6767 bigl
6768 \series default
6769 -
6770 \series bold
6771
6772 \backslash
6773 bigr
6774 \series default
6775
6776 \begin_inset Index idx
6777 status collapsed
6778
6779 \begin_layout Plain Layout
6780 Befehle ! B ! 
6781 \backslash
6782 bigl - 
6783 \backslash
6784 bigr
6785 \end_layout
6786
6787 \end_inset
6788
6789 , die keinen zusätzlichen Leerraum erzeugt.
6790  Das 
6791 \emph on
6792 l
6793 \emph default
6794  am Ende des Befehls 
6795 \series bold
6796
6797 \backslash
6798 bigl
6799 \series default
6800  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6801  ein 
6802 \emph on
6803 r
6804 \emph default
6805  ersetzt.
6806  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6807  sein.
6808 \end_layout
6809
6810 \begin_layout Standard
6811 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6812 \end_layout
6813
6814 \begin_layout Standard
6815 \align center
6816 \begin_inset Tabular
6817 <lyxtabular version="3" rows="5" columns="2">
6818 <features tabularvalignment="middle">
6819 <column alignment="center" valignment="middle" width="0">
6820 <column alignment="center" valignment="middle" width="0">
6821 <row>
6822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 Befehl
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 Ergebnis
6836 \begin_inset Note Note
6837 status collapsed
6838
6839 \begin_layout Plain Layout
6840
6841 \series bold
6842
6843 \backslash
6844 raisebox
6845 \series default
6846  dient nur als Abstandhalter.
6847 \end_layout
6848
6849 \end_inset
6850
6851
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 <row>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862
6863 \backslash
6864 Bigm(
6865 \backslash
6866 bigm(
6867 \backslash
6868 ln(3x)
6869 \backslash
6870 bigm)^2
6871 \begin_inset ERT
6872 status collapsed
6873
6874 \begin_layout Plain Layout
6875
6876
6877 \backslash
6878 leer 
6879 \end_layout
6880
6881 \end_inset
6882
6883
6884 \backslash
6885 Bigm)
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6895 \end_inset
6896
6897
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 </row>
6903 <row>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908
6909 \backslash
6910 Big(
6911 \backslash
6912 big(
6913 \backslash
6914 ln(3x)
6915 \backslash
6916 big)^2
6917 \begin_inset ERT
6918 status collapsed
6919
6920 \begin_layout Plain Layout
6921
6922
6923 \backslash
6924 leer 
6925 \end_layout
6926
6927 \end_inset
6928
6929
6930 \backslash
6931 Big)
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6941 \end_inset
6942
6943
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 </row>
6949 <row>
6950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954
6955 \backslash
6956 Bigl(
6957 \backslash
6958 bigl(
6959 \backslash
6960 ln(3x)
6961 \backslash
6962 bigr)^2
6963 \begin_inset ERT
6964 status collapsed
6965
6966 \begin_layout Plain Layout
6967
6968
6969 \backslash
6970 leer 
6971 \end_layout
6972
6973 \end_inset
6974
6975
6976 \backslash
6977 Bigr)
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6987 \end_inset
6988
6989
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 </row>
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \backslash
7002 bigl)
7003 \backslash
7004 ln(3x)
7005 \backslash
7006 bigr(
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7016 \end_inset
7017
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 </lyxtabular>
7025
7026 \end_inset
7027
7028
7029 \end_layout
7030
7031 \begin_layout Subsubsection
7032 Automatische Klammergrößen
7033 \begin_inset CommandInset label
7034 LatexCommand label
7035 name "sub:Automatische-Klammergrößen"
7036
7037 \end_inset
7038
7039
7040 \begin_inset Index idx
7041 status collapsed
7042
7043 \begin_layout Plain Layout
7044 Klammergrößen ! automatische
7045 \end_layout
7046
7047 \end_inset
7048
7049
7050 \end_layout
7051
7052 \begin_layout Standard
7053 Klammern variabler Größe können mit den Befehlen 
7054 \series bold
7055
7056 \backslash
7057 left
7058 \series default
7059
7060 \begin_inset Index idx
7061 status collapsed
7062
7063 \begin_layout Plain Layout
7064 Befehle ! L ! 
7065 \backslash
7066 left
7067 \end_layout
7068
7069 \end_inset
7070
7071  und 
7072 \series bold
7073
7074 \backslash
7075 right
7076 \series default
7077
7078 \begin_inset Index idx
7079 status collapsed
7080
7081 \begin_layout Plain Layout
7082 Befehle ! R ! 
7083 \backslash
7084 right
7085 \end_layout
7086
7087 \end_inset
7088
7089  oder über den Mathe-Werkzeugleistenknopf
7090 \family sans
7091  
7092 \family default
7093
7094 \begin_inset Graphics
7095         filename ../../images/dialog-show_mathdelimiter.png
7096         scale 85
7097
7098 \end_inset
7099
7100  eingefügt werden.
7101  Auf 
7102 \series bold
7103
7104 \backslash
7105 left
7106 \series default
7107  und 
7108 \series bold
7109
7110 \backslash
7111 right
7112 \series default
7113  muss unmittelbar die gewünschte Klammer folgen.
7114  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7115 \end_layout
7116
7117 \begin_layout Standard
7118 \align center
7119 normale Klammer: Der Befehl 
7120 \series bold
7121
7122 \backslash
7123 ln(
7124 \backslash
7125 frac
7126 \begin_inset ERT
7127 status collapsed
7128
7129 \begin_layout Plain Layout
7130
7131
7132 \backslash
7133 leer 
7134 \end_layout
7135
7136 \end_inset
7137
7138 A
7139 \begin_inset Formula $\downarrow$
7140 \end_inset
7141
7142 C
7143 \begin_inset ERT
7144 status collapsed
7145
7146 \begin_layout Plain Layout
7147
7148
7149 \backslash
7150 leer 
7151 \end_layout
7152
7153 \end_inset
7154
7155 )
7156 \series default
7157  ergibt
7158 \begin_inset Formula \[
7159 \ln(\frac{A}{C})\]
7160
7161 \end_inset
7162
7163
7164 \end_layout
7165
7166 \begin_layout Standard
7167 \align center
7168 mehrzeilige Klammer: Der Befehl 
7169 \series bold
7170
7171 \backslash
7172 ln
7173 \backslash
7174 left(
7175 \backslash
7176 frac
7177 \begin_inset ERT
7178 status collapsed
7179
7180 \begin_layout Plain Layout
7181
7182
7183 \backslash
7184 leer 
7185 \end_layout
7186
7187 \end_inset
7188
7189 A
7190 \begin_inset Formula $\downarrow$
7191 \end_inset
7192
7193 C
7194 \begin_inset ERT
7195 status collapsed
7196
7197 \begin_layout Plain Layout
7198
7199
7200 \backslash
7201 leer 
7202 \end_layout
7203
7204 \end_inset
7205
7206
7207 \backslash
7208 right)
7209 \series default
7210  ergibt
7211 \begin_inset Formula \[
7212 \ln\left(\frac{A}{C}\right)\]
7213
7214 \end_inset
7215
7216
7217 \end_layout
7218
7219 \begin_layout Standard
7220 An Stelle von 
7221 \series bold
7222
7223 \backslash
7224 left
7225 \series default
7226  und 
7227 \series bold
7228
7229 \backslash
7230 right
7231 \series default
7232  kann man die Tastenkürzel 
7233 \family sans
7234 Alt+M
7235 \begin_inset space ~
7236 \end_inset
7237
7238 Klammer
7239 \family default
7240  verwenden.
7241  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7242  und dass die rechte Klammer gleich mit erstellt wird.
7243 \begin_inset Newline newline
7244 \end_inset
7245
7246 Der Befehl für das letzte Beispiel würde dann lauten: 
7247 \series bold
7248
7249 \backslash
7250 ln Alt+M
7251 \series default
7252  
7253 \series bold
7254 (
7255 \backslash
7256 frac
7257 \begin_inset ERT
7258 status collapsed
7259
7260 \begin_layout Plain Layout
7261
7262
7263 \backslash
7264 leer 
7265 \end_layout
7266
7267 \end_inset
7268
7269 A
7270 \begin_inset Formula $\downarrow$
7271 \end_inset
7272
7273 C
7274 \end_layout
7275
7276 \begin_layout Standard
7277 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7278  Klammer einen Punkt.
7279  So ergibt z.
7280 \begin_inset space \thinspace{}
7281 \end_inset
7282
7283 B.
7284  der Befehl 
7285 \series bold
7286
7287 \backslash
7288 left.
7289 \backslash
7290 frac
7291 \begin_inset ERT
7292 status collapsed
7293
7294 \begin_layout Plain Layout
7295
7296
7297 \backslash
7298 leer 
7299 \end_layout
7300
7301 \end_inset
7302
7303 A
7304 \begin_inset Formula $\downarrow$
7305 \end_inset
7306
7307 B
7308 \begin_inset ERT
7309 status collapsed
7310
7311 \begin_layout Plain Layout
7312
7313
7314 \backslash
7315 leer 
7316 \end_layout
7317
7318 \end_inset
7319
7320
7321 \backslash
7322 right}
7323 \series default
7324
7325 \begin_inset space \thinspace{}
7326 \end_inset
7327
7328 :
7329 \series bold
7330
7331 \begin_inset Formula \[
7332 \left.\frac{A}{B}\right\} \]
7333
7334 \end_inset
7335
7336
7337 \series default
7338 Die Befehle 
7339 \series bold
7340
7341 \backslash
7342 left
7343 \series default
7344  und 
7345 \series bold
7346
7347 \backslash
7348 right
7349 \series default
7350  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7351  umgewandelt.
7352  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7353 \end_layout
7354
7355 \begin_layout Standard
7356 \begin_inset VSpace bigskip
7357 \end_inset
7358
7359 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7360  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7361  Befehl 
7362 \series bold
7363
7364 \backslash
7365 middle
7366 \series default
7367
7368 \begin_inset Index idx
7369 status collapsed
7370
7371 \begin_layout Plain Layout
7372 Befehle ! M ! 
7373 \backslash
7374 middle
7375 \end_layout
7376
7377 \end_inset
7378
7379  zur Verfügung.
7380  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7381  angepasst, was z.
7382 \begin_inset space \thinspace{}
7383 \end_inset
7384
7385 B.
7386  für physikalische Vektoren von Nutzen ist:
7387 \begin_inset Formula \[
7388 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7389
7390 \end_inset
7391
7392 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7393 \begin_inset CommandInset ref
7394 LatexCommand ref
7395 reference "sub:Physikalische-Vektoren"
7396
7397 \end_inset
7398
7399  beschrieben ist.
7400 \end_layout
7401
7402 \begin_layout Subsection
7403 Horizontale Klammern
7404 \begin_inset Index idx
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408 Klammern ! horizontale
7409 \end_layout
7410
7411 \end_inset
7412
7413
7414 \end_layout
7415
7416 \begin_layout Standard
7417 \align center
7418 \begin_inset Tabular
7419 <lyxtabular version="3" rows="4" columns="2">
7420 <features tabularvalignment="middle">
7421 <column alignment="center" valignment="top" width="0pt">
7422 <column alignment="center" valignment="top" width="0pt">
7423 <row>
7424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 Befehl
7429 \begin_inset Note Note
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434 \series bold
7435
7436 \backslash
7437 raisebox
7438 \series default
7439  dient nur als Abstandhalter.
7440 \end_layout
7441
7442 \end_inset
7443
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453 Ergebnis
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 </row>
7459 <row>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 \begin_inset ERT
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468
7469
7470 \backslash
7471 raisebox{2.3mm}{
7472 \end_layout
7473
7474 \end_inset
7475
7476
7477 \backslash
7478 overbrace
7479 \begin_inset ERT
7480 status collapsed
7481
7482 \begin_layout Plain Layout
7483
7484
7485 \backslash
7486 leer 
7487 \end_layout
7488
7489 \end_inset
7490
7491 A+B
7492 \begin_inset ERT
7493 status collapsed
7494
7495 \begin_layout Plain Layout
7496
7497
7498 \backslash
7499 leer 
7500 \end_layout
7501
7502 \end_inset
7503
7504 ^
7505 \begin_inset ERT
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509
7510
7511 \backslash
7512 leer 
7513 \end_layout
7514
7515 \end_inset
7516
7517 3
7518 \begin_inset ERT
7519 status collapsed
7520
7521 \begin_layout Plain Layout
7522
7523 }
7524 \end_layout
7525
7526 \end_inset
7527
7528
7529 \begin_inset Index idx
7530 status collapsed
7531
7532 \begin_layout Plain Layout
7533 Befehle ! O ! 
7534 \backslash
7535 overbrace
7536 \end_layout
7537
7538 \end_inset
7539
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 \begin_inset Formula $\overbrace{A+B}^{3}$
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 </row>
7558 <row>
7559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 raisebox{-2.2mm}{
7571 \end_layout
7572
7573 \end_inset
7574
7575
7576 \backslash
7577 underbrace
7578 \begin_inset ERT
7579 status collapsed
7580
7581 \begin_layout Plain Layout
7582
7583
7584 \backslash
7585 leer 
7586 \end_layout
7587
7588 \end_inset
7589
7590 A+B
7591 \begin_inset ERT
7592 status collapsed
7593
7594 \begin_layout Plain Layout
7595
7596
7597 \backslash
7598 leer 
7599 \end_layout
7600
7601 \end_inset
7602
7603 _5
7604 \begin_inset ERT
7605 status collapsed
7606
7607 \begin_layout Plain Layout
7608
7609 }
7610 \end_layout
7611
7612 \end_inset
7613
7614
7615 \begin_inset Index idx
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619 Befehle ! U ! 
7620 \backslash
7621 underbrace
7622 \end_layout
7623
7624 \end_inset
7625
7626
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635 \begin_inset Formula $\underbrace{A+B}_{5}$
7636 \end_inset
7637
7638
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 </row>
7644 <row>
7645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649
7650 \backslash
7651 overbrace
7652 \begin_inset ERT
7653 status collapsed
7654
7655 \begin_layout Plain Layout
7656
7657
7658 \backslash
7659 leer 
7660 \end_layout
7661
7662 \end_inset
7663
7664
7665 \backslash
7666 underbrace
7667 \begin_inset ERT
7668 status collapsed
7669
7670 \begin_layout Plain Layout
7671
7672
7673 \backslash
7674 leer 
7675 \end_layout
7676
7677 \end_inset
7678
7679 A+B_w
7680 \begin_inset ERT
7681 status collapsed
7682
7683 \begin_layout Plain Layout
7684
7685
7686 \backslash
7687 leer 
7688 \end_layout
7689
7690 \end_inset
7691
7692
7693 \begin_inset ERT
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697
7698
7699 \backslash
7700 leer 
7701 \end_layout
7702
7703 \end_inset
7704
7705 _7
7706 \begin_inset ERT
7707 status collapsed
7708
7709 \begin_layout Plain Layout
7710
7711
7712 \backslash
7713 leer 
7714 \end_layout
7715
7716 \end_inset
7717
7718
7719 \begin_inset ERT
7720 status collapsed
7721
7722 \begin_layout Plain Layout
7723
7724
7725 \backslash
7726 leer 
7727 \end_layout
7728
7729 \end_inset
7730
7731 ^
7732 \begin_inset ERT
7733 status collapsed
7734
7735 \begin_layout Plain Layout
7736
7737
7738 \backslash
7739 leer 
7740 \end_layout
7741
7742 \end_inset
7743
7744 C
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 </lyxtabular>
7763
7764 \end_inset
7765
7766
7767 \end_layout
7768
7769 \begin_layout Standard
7770 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7771 \series bold
7772
7773 \backslash
7774 overbrace
7775 \series default
7776  oder 
7777 \series bold
7778
7779 \backslash
7780 underbrace
7781 \series default
7782  eingibt.
7783 \end_layout
7784
7785 \begin_layout Standard
7786 \begin_inset VSpace bigskip
7787 \end_inset
7788
7789 Benötigt man Klammern, die sich überschneiden, muss man die in 
7790 \begin_inset CommandInset ref
7791 LatexCommand ref
7792 reference "sec:Mehrzeilige-Formeln"
7793
7794 \end_inset
7795
7796  beschriebenen mehrzeiligen Formeln verwenden:
7797 \begin_inset Formula \begin{eqnarray*}
7798 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7799  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7800 \end{eqnarray*}
7801
7802 \end_inset
7803
7804 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7805  Dabei ist es wichtig, dass vor dem ersten 
7806 \begin_inset Formula $d$
7807 \end_inset
7808
7809  der Abstandsbefehl
7810 \begin_inset Foot
7811 status collapsed
7812
7813 \begin_layout Plain Layout
7814 Abstandsbefehle sind in 
7815 \begin_inset CommandInset ref
7816 LatexCommand ref
7817 reference "sub:Vordefinierter-Leerraum"
7818
7819 \end_inset
7820
7821  erklärt.
7822 \end_layout
7823
7824 \end_inset
7825
7826  
7827 \series bold
7828
7829 \backslash
7830 :
7831 \series default
7832  eingegeben wird, denn die nach dem 
7833 \begin_inset Formula $q$
7834 \end_inset
7835
7836  endende Klammer verhindert, dass das nachfolgende 
7837 \begin_inset Quotes gld
7838 \end_inset
7839
7840 +
7841 \begin_inset Quotes grd
7842 \end_inset
7843
7844  von Leerraum umgeben ist.
7845 \begin_inset Foot
7846 status collapsed
7847
7848 \begin_layout Plain Layout
7849 weil eine Klammer nicht als Zeichen gilt, siehe 
7850 \begin_inset CommandInset ref
7851 LatexCommand ref
7852 reference "sub:Binäre-Operatoren"
7853
7854 \end_inset
7855
7856
7857 \end_layout
7858
7859 \end_inset
7860
7861  In die zweite Zeile wird die zweite Klammer eingegeben.
7862  Da sie vor dem 
7863 \begin_inset Formula $b$
7864 \end_inset
7865
7866  beginnen soll, gibt man zuerst 
7867 \series bold
7868
7869 \backslash
7870 hphantom{gggg+
7871 \backslash
7872 :}
7873 \series default
7874  ein.
7875 \begin_inset Foot
7876 status collapsed
7877
7878 \begin_layout Plain Layout
7879 mehr zu 
7880 \series bold
7881
7882 \backslash
7883 hphantom
7884 \series default
7885  siehe 
7886 \begin_inset CommandInset ref
7887 LatexCommand ref
7888 reference "sub:Platzhalter"
7889
7890 \end_inset
7891
7892 .
7893 \end_layout
7894
7895 \end_inset
7896
7897  Dieser Leerraum wird benötigt, weil das 
7898 \begin_inset Quotes gld
7899 \end_inset
7900
7901 +
7902 \begin_inset Quotes grd
7903 \end_inset
7904
7905  in der Formel auch von Leerraum umgeben ist.
7906  Die Klammer wird unter den Befehl 
7907 \series bold
7908
7909 \backslash
7910 hphantom{bbqq+dddd}
7911 \series default
7912  gesetzt.
7913 \end_layout
7914
7915 \begin_layout Standard
7916 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7917 n, wie in folgendem Beispiel:
7918 \begin_inset ERT
7919 status collapsed
7920
7921 \begin_layout Plain Layout
7922
7923
7924 \backslash
7925 setlength{
7926 \backslash
7927 jot}{-6pt}
7928 \end_layout
7929
7930 \end_inset
7931
7932
7933 \begin_inset Formula \begin{eqnarray*}
7934  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7935 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7936 \end{eqnarray*}
7937
7938 \end_inset
7939
7940
7941 \begin_inset ERT
7942 status collapsed
7943
7944 \begin_layout Plain Layout
7945
7946
7947 \backslash
7948 setlength{
7949 \backslash
7950 jot}{3pt}
7951 \end_layout
7952
7953 \end_inset
7954
7955 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7956  mit dem Unterschied, dass sich die Klammer oben befindet.
7957  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7958  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7959  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7960  werden.
7961  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7962 \begin_inset Foot
7963 status collapsed
7964
7965 \begin_layout Plain Layout
7966 \begin_inset CommandInset href
7967 LatexCommand href
7968 name "LyX-Fehler #1505"
7969 target "http://www.lyx.org/trac/ticket/1505"
7970
7971 \end_inset
7972
7973
7974 \end_layout
7975
7976 \end_inset
7977
7978 .
7979  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7980 \series bold
7981
7982 \backslash
7983 jot
7984 \series default
7985
7986 \begin_inset Index idx
7987 status collapsed
7988
7989 \begin_layout Plain Layout
7990 Befehle ! J ! 
7991 \backslash
7992 jot
7993 \end_layout
7994
7995 \end_inset
7996
7997  vor der Formel mit dem Befehl 
7998 \series bold
7999
8000 \backslash
8001 setlength{
8002 \backslash
8003 jot}{-6pt}
8004 \series default
8005  im TeX-Modus auf den Wert -6
8006 \begin_inset space \thinspace{}
8007 \end_inset
8008
8009 pt geändert.
8010  Nach der Formel wird 
8011 \series bold
8012
8013 \backslash
8014 jot
8015 \series default
8016  mit demselben Befehl wieder auf den Standardwert 3
8017 \begin_inset space \thinspace{}
8018 \end_inset
8019
8020 pt zurückgesetzt.
8021  Genaueres zum Zeilenabstand in Formeln ist in 
8022 \begin_inset CommandInset ref
8023 LatexCommand ref
8024 reference "sub:Zeilenabstand"
8025
8026 \end_inset
8027
8028  erklärt.
8029 \end_layout
8030
8031 \begin_layout Section
8032 Pfeile
8033 \begin_inset Index idx
8034 status collapsed
8035
8036 \begin_layout Plain Layout
8037 Pfeile
8038 \end_layout
8039
8040 \end_inset
8041
8042
8043 \end_layout
8044
8045 \begin_layout Standard
8046 Pfeile können über den Mathe-Werkzeugleistenknopf 
8047 \begin_inset Graphics
8048         filename ../../images/math/leftarrow.png
8049         scale 85
8050
8051 \end_inset
8052
8053  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8054  aufgelistet sind.
8055 \end_layout
8056
8057 \begin_layout Subsection
8058 Horizontale Pfeile
8059 \begin_inset Index idx
8060 status collapsed
8061
8062 \begin_layout Plain Layout
8063 Pfeile ! horizontale
8064 \end_layout
8065
8066 \end_inset
8067
8068
8069 \end_layout
8070
8071 \begin_layout Standard
8072 \begin_inset space \hfill{}
8073 \end_inset
8074
8075
8076 \begin_inset Tabular
8077 <lyxtabular version="3" rows="8" columns="2">
8078 <features tabularvalignment="middle">
8079 <column alignment="center" valignment="top" width="0pt">
8080 <column alignment="center" valignment="top" width="0pt">
8081 <row>
8082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Befehl
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Ergebnis
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \backslash
8108 gets
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 \begin_inset Formula $\gets$
8118 \end_inset
8119
8120
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \backslash
8133 Leftarrow
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 \begin_inset Formula $\Leftarrow$
8143 \end_inset
8144
8145
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 </row>
8151 <row>
8152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156
8157 \backslash
8158 longleftarrow
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 \begin_inset Formula $\longleftarrow$
8168 \end_inset
8169
8170
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row>
8177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \backslash
8183 Longleftarrow
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 \begin_inset Formula $\Longleftarrow$
8193 \end_inset
8194
8195
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \backslash
8208 leftharpoonup
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 \begin_inset Formula $\leftharpoonup$
8218 \end_inset
8219
8220
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \backslash
8233 leftharpoondown
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 \begin_inset Formula $\leftharpoondown$
8243 \end_inset
8244
8245
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \backslash
8258 hookleftarrow
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 \begin_inset Formula $\hookleftarrow$
8268 \end_inset
8269
8270
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 </lyxtabular>
8277
8278 \end_inset
8279
8280
8281 \begin_inset space \hfill{}
8282 \end_inset
8283
8284
8285 \begin_inset Tabular
8286 <lyxtabular version="3" rows="8" columns="2">
8287 <features tabularvalignment="middle">
8288 <column alignment="center" valignment="top" width="0pt">
8289 <column alignment="center" valignment="top" width="0pt">
8290 <row>
8291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 Befehl
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Ergebnis
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \backslash
8317 to
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 \begin_inset Formula $\to$
8327 \end_inset
8328
8329
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 </row>
8335 <row>
8336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340
8341 \backslash
8342 Rightarrow
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 \begin_inset Formula $\Rightarrow$
8352 \end_inset
8353
8354
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \backslash
8367 longrightarrow
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 \begin_inset Formula $\longrightarrow$
8377 \end_inset
8378
8379
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \backslash
8392 Longrightarrow
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 \begin_inset Formula $\Longrightarrow$
8402 \end_inset
8403
8404
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \backslash
8417 rightharpoonup
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 \begin_inset Formula $\rightharpoonup$
8427 \end_inset
8428
8429
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \backslash
8442 rightharpoondown
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 \begin_inset Formula $\rightharpoondown$
8452 \end_inset
8453
8454
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \backslash
8467 hookrightarrow
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 \begin_inset Formula $\hookrightarrow$
8477 \end_inset
8478
8479
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 </lyxtabular>
8486
8487 \end_inset
8488
8489
8490 \begin_inset space \hfill{}
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \begin_layout Standard
8497 \begin_inset space \hfill{}
8498 \end_inset
8499
8500
8501 \begin_inset Tabular
8502 <lyxtabular version="3" rows="6" columns="2">
8503 <features tabularvalignment="middle">
8504 <column alignment="center" valignment="top" width="0pt">
8505 <column alignment="center" valignment="top" width="0pt">
8506 <row>
8507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Befehl
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Ergebnis
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \backslash
8533 leftrightarrow
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 \begin_inset Formula $\leftrightarrow$
8543 \end_inset
8544
8545
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \backslash
8558 Leftrightarrow
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 \begin_inset Formula $\Leftrightarrow$
8568 \end_inset
8569
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \backslash
8583 longleftrightarrow
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 \begin_inset Formula $\longleftrightarrow$
8593 \end_inset
8594
8595
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \backslash
8608 Longleftrightarrow
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 \begin_inset Formula $\Longleftrightarrow$
8618 \end_inset
8619
8620
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \backslash
8633 rightleftharpoons
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 \begin_inset Formula $\rightleftharpoons$
8643 \end_inset
8644
8645
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 </lyxtabular>
8652
8653 \end_inset
8654
8655
8656 \begin_inset space \hspace{}
8657 \length 25pt
8658 \end_inset
8659
8660
8661 \begin_inset space \hfill{}
8662 \end_inset
8663
8664
8665 \begin_inset Tabular
8666 <lyxtabular version="3" rows="5" columns="2">
8667 <features tabularvalignment="middle">
8668 <column alignment="center" valignment="top" width="0pt">
8669 <column alignment="center" valignment="top" width="0pt">
8670 <row>
8671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 Befehl
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 Ergebnis
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 </row>
8690 <row>
8691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \backslash
8697 mapsto
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 \begin_inset Formula $\mapsto$
8707 \end_inset
8708
8709
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row>
8716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \backslash
8722 longmapsto
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 \begin_inset Formula $\longmapsto$
8732 \end_inset
8733
8734
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \backslash
8747 leadsto
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 \begin_inset Formula $\leadsto$
8757 \end_inset
8758
8759
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \backslash
8772 dasharrow
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 \begin_inset Formula $\dasharrow$
8782 \end_inset
8783
8784
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 </lyxtabular>
8791
8792 \end_inset
8793
8794
8795 \begin_inset space \hfill{}
8796 \end_inset
8797
8798
8799 \end_layout
8800
8801 \begin_layout Standard
8802 \begin_inset VSpace medskip
8803 \end_inset
8804
8805 Als Akzent verwendete Pfeile, wie z.
8806 \begin_inset space \thinspace{}
8807 \end_inset
8808
8809 B.
8810  Vektorpfeile, sind in 
8811 \begin_inset CommandInset ref
8812 LatexCommand ref
8813 reference "sec:Akzente"
8814
8815 \end_inset
8816
8817  aufgelistet.
8818 \end_layout
8819
8820 \begin_layout Standard
8821 \begin_inset VSpace bigskip
8822 \end_inset
8823
8824 Des Weiteren gibt es die beschriftbaren Pfeile
8825 \begin_inset Index idx
8826 status collapsed
8827
8828 \begin_layout Plain Layout
8829 Pfeile ! beschriftbare
8830 \end_layout
8831
8832 \end_inset
8833
8834  
8835 \series bold
8836
8837 \backslash
8838 xleftarrow
8839 \series default
8840
8841 \begin_inset Index idx
8842 status collapsed
8843
8844 \begin_layout Plain Layout
8845 Befehle ! X ! 
8846 \backslash
8847 xleftarrow
8848 \end_layout
8849
8850 \end_inset
8851
8852  und 
8853 \series bold
8854
8855 \backslash
8856 xrightarrow
8857 \series default
8858
8859 \begin_inset Index idx
8860 status collapsed
8861
8862 \begin_layout Plain Layout
8863 Befehle ! X ! 
8864 \backslash
8865 xrightarrow
8866 \begin_inset ERT
8867 status collapsed
8868
8869 \begin_layout Plain Layout
8870
8871
8872 \backslash
8873 vspace{4mm}
8874 \end_layout
8875
8876 \end_inset
8877
8878
8879 \end_layout
8880
8881 \end_inset
8882
8883 .
8884  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8885  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8886  Die Pfeillänge passt sich der Breite der Beschriftung an.
8887 \end_layout
8888
8889 \begin_layout Standard
8890 \align center
8891 \begin_inset Tabular
8892 <lyxtabular version="3" rows="3" columns="2">
8893 <features tabularvalignment="middle">
8894 <column alignment="center" valignment="top" width="0pt">
8895 <column alignment="center" valignment="top" width="0pt">
8896 <row>
8897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Befehl
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Ergebnis
8911 \begin_inset Note Note
8912 status collapsed
8913
8914 \begin_layout Plain Layout
8915
8916 \series bold
8917
8918 \backslash
8919 raisebox
8920 \series default
8921  dient nur als Abstandhalter.
8922 \end_layout
8923
8924 \end_inset
8925
8926
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 F(a)
8938 \backslash
8939 xleftarrow
8940 \begin_inset ERT
8941 status collapsed
8942
8943 \begin_layout Plain Layout
8944
8945
8946 \backslash
8947 leer 
8948 \end_layout
8949
8950 \end_inset
8951
8952 x=a
8953 \begin_inset Formula $\downarrow$
8954 \end_inset
8955
8956 x>0
8957 \begin_inset Formula $\to$
8958 \end_inset
8959
8960 F(x)
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8970 \end_inset
8971
8972
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 F(x)
8984 \backslash
8985 xrightarrow
8986 \begin_inset ERT
8987 status collapsed
8988
8989 \begin_layout Plain Layout
8990
8991
8992 \backslash
8993 leer 
8994 \end_layout
8995
8996 \end_inset
8997
8998 x=a
8999 \begin_inset Formula $\downarrow$
9000 \end_inset
9001
9002 x>0
9003 \begin_inset Formula $\to$
9004 \end_inset
9005
9006 F(a)
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 </lyxtabular>
9025
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \begin_layout Subsection
9032 Vertikale und diagonale Pfeile
9033 \begin_inset Index idx
9034 status collapsed
9035
9036 \begin_layout Plain Layout
9037 Pfeile ! diagonale
9038 \end_layout
9039
9040 \end_inset
9041
9042
9043 \begin_inset Index idx
9044 status collapsed
9045
9046 \begin_layout Plain Layout
9047 Pfeile ! vertikale
9048 \end_layout
9049
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \begin_layout Standard
9056 \begin_inset space \hfill{}
9057 \end_inset
9058
9059
9060 \begin_inset Tabular
9061 <lyxtabular version="3" rows="7" columns="2">
9062 <features tabularvalignment="middle">
9063 <column alignment="center" valignment="top" width="0pt">
9064 <column alignment="center" valignment="top" width="0pt">
9065 <row>
9066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Befehl
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 Ergebnis
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \backslash
9092 uparrow
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 \begin_inset Formula $\uparrow$
9102 \end_inset
9103
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \backslash
9117 Uparrow
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 \begin_inset Formula $\Uparrow$
9127 \end_inset
9128
9129
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \backslash
9142 updownarrow
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 \begin_inset Formula $\updownarrow$
9152 \end_inset
9153
9154
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \backslash
9167 Updownarrow
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 \begin_inset Formula $\Updownarrow$
9177 \end_inset
9178
9179
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \backslash
9192 Downarrow
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 \begin_inset Formula $\Downarrow$
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \backslash
9217 downarrow
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 \begin_inset Formula $\downarrow$
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 </lyxtabular>
9236
9237 \end_inset
9238
9239
9240 \begin_inset space \hfill{}
9241 \end_inset
9242
9243
9244 \begin_inset Tabular
9245 <lyxtabular version="3" rows="5" columns="2">
9246 <features tabularvalignment="middle">
9247 <column alignment="center" valignment="top" width="0pt">
9248 <column alignment="center" valignment="top" width="0pt">
9249 <row>
9250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Befehl
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 Ergebnis
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \backslash
9276 nearrow
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 \begin_inset Formula $\nearrow$
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 <row>
9295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \backslash
9301 searrow
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 \begin_inset Formula $\searrow$
9311 \end_inset
9312
9313
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \backslash
9326 swarrow
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 \begin_inset Formula $\swarrow$
9336 \end_inset
9337
9338
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 <row>
9345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349
9350 \backslash
9351 nwarrow
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 \begin_inset Formula $\nwarrow$
9361 \end_inset
9362
9363
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 </lyxtabular>
9370
9371 \end_inset
9372
9373
9374 \begin_inset space \hfill{}
9375 \end_inset
9376
9377
9378 \end_layout
9379
9380 \begin_layout Standard
9381 \begin_inset VSpace medskip
9382 \end_inset
9383
9384 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9385  
9386 \begin_inset CommandInset ref
9387 LatexCommand ref
9388 reference "sub:Manuelle-Klammergrößen"
9389
9390 \end_inset
9391
9392  und 
9393 \begin_inset CommandInset ref
9394 LatexCommand ref
9395 reference "sub:Automatische-Klammergrößen"
9396
9397 \end_inset
9398
9399  beschriebenen Befehlen verwendet werden.
9400 \end_layout
9401
9402 \begin_layout Section
9403 Akzente
9404 \begin_inset CommandInset label
9405 LatexCommand label
9406 name "sec:Akzente"
9407
9408 \end_inset
9409
9410
9411 \begin_inset Index idx
9412 status collapsed
9413
9414 \begin_layout Plain Layout
9415 Akzente
9416 \end_layout
9417
9418 \end_inset
9419
9420
9421 \end_layout
9422
9423 \begin_layout Standard
9424 Akzente können über den Mathe-Werkzeugleistenknopf 
9425 \begin_inset Graphics
9426         filename ../../images/math/hat.png
9427         scale 85
9428
9429 \end_inset
9430
9431  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9432  aufgelistet sind.
9433 \end_layout
9434
9435 \begin_layout Subsection
9436 Akzente für ein Zeichen
9437 \begin_inset ERT
9438 status collapsed
9439
9440 \begin_layout Plain Layout
9441
9442
9443 \backslash
9444 texorpdfstring{
9445 \end_layout
9446
9447 \end_inset
9448
9449
9450 \begin_inset Foot
9451 status collapsed
9452
9453 \begin_layout Plain Layout
9454 Akzente im Text siehe 
9455 \begin_inset CommandInset ref
9456 LatexCommand ref
9457 reference "sub:Sonderzeichen-Akzente"
9458
9459 \end_inset
9460
9461
9462 \end_layout
9463
9464 \end_inset
9465
9466
9467 \begin_inset ERT
9468 status collapsed
9469
9470 \begin_layout Plain Layout
9471
9472 }{}
9473 \end_layout
9474
9475 \end_inset
9476
9477
9478 \begin_inset Note Note
9479 status collapsed
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484
9485 \backslash
9486 texorpdfstring
9487 \series default
9488  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9489 \end_layout
9490
9491 \begin_layout Plain Layout
9492 Näheres zu 
9493 \series bold
9494
9495 \backslash
9496 texorpdfstring
9497 \series default
9498  steht in Kapitel 
9499 \begin_inset CommandInset ref
9500 LatexCommand ref
9501 reference "sub:Formeln-in-Überschriften"
9502
9503 \end_inset
9504
9505 .
9506 \end_layout
9507
9508 \end_inset
9509
9510
9511 \begin_inset CommandInset label
9512 LatexCommand label
9513 name "sub:Akzente-für-ein"
9514
9515 \end_inset
9516
9517
9518 \begin_inset Index idx
9519 status collapsed
9520
9521 \begin_layout Plain Layout
9522 Akzente ! für ein Zeichen
9523 \end_layout
9524
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \begin_layout Standard
9531 \begin_inset space \hfill{}
9532 \end_inset
9533
9534
9535 \begin_inset Tabular
9536 <lyxtabular version="3" rows="8" columns="2">
9537 <features tabularvalignment="middle">
9538 <column alignment="center" valignment="top" width="0pt">
9539 <column alignment="center" valignment="top" width="0pt">
9540 <row>
9541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 Befehl
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 Ergebnis
9555 \begin_inset Note Note
9556 status collapsed
9557
9558 \begin_layout Plain Layout
9559
9560 \series bold
9561
9562 \backslash
9563 raisebox
9564 \series default
9565  dient nur als Abstandhalter.
9566 \end_layout
9567
9568 \end_inset
9569
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 <row>
9577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581
9582 \backslash
9583 dot
9584 \begin_inset ERT
9585 status collapsed
9586
9587 \begin_layout Plain Layout
9588
9589
9590 \backslash
9591 leer 
9592 \end_layout
9593
9594 \end_inset
9595
9596 A
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9606 \end_inset
9607
9608
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 </row>
9614 <row>
9615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619
9620 \backslash
9621 ddot
9622 \begin_inset ERT
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626
9627
9628 \backslash
9629 leer 
9630 \end_layout
9631
9632 \end_inset
9633
9634 A
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9644 \end_inset
9645
9646
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 <row>
9653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657
9658 \backslash
9659 dddot
9660 \begin_inset ERT
9661 status collapsed
9662
9663 \begin_layout Plain Layout
9664
9665
9666 \backslash
9667 leer 
9668 \end_layout
9669
9670 \end_inset
9671
9672 A
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9682 \end_inset
9683
9684
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row>
9691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \backslash
9697 ddddot
9698 \begin_inset ERT
9699 status collapsed
9700
9701 \begin_layout Plain Layout
9702
9703
9704 \backslash
9705 leer 
9706 \end_layout
9707
9708 \end_inset
9709
9710 A
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9720 \end_inset
9721
9722
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 </row>
9728 <row>
9729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733
9734 \backslash
9735 vec
9736 \begin_inset ERT
9737 status collapsed
9738
9739 \begin_layout Plain Layout
9740
9741
9742 \backslash
9743 leer 
9744 \end_layout
9745
9746 \end_inset
9747
9748 A
9749 \begin_inset Index idx
9750 status collapsed
9751
9752 \begin_layout Plain Layout
9753 Vektoren
9754 \end_layout
9755
9756 \end_inset
9757
9758
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9768 \end_inset
9769
9770
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 </row>
9776 <row>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \backslash
9783 bar
9784 \begin_inset ERT
9785 status collapsed
9786
9787 \begin_layout Plain Layout
9788
9789
9790 \backslash
9791 leer 
9792 \end_layout
9793
9794 \end_inset
9795
9796 A
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \backslash
9821 mathring
9822 \begin_inset ERT
9823 status collapsed
9824
9825 \begin_layout Plain Layout
9826
9827
9828 \backslash
9829 leer 
9830 \end_layout
9831
9832 \end_inset
9833
9834 A
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 </lyxtabular>
9853
9854 \end_inset
9855
9856
9857 \begin_inset space \hfill{}
9858 \end_inset
9859
9860
9861 \begin_inset Tabular
9862 <lyxtabular version="3" rows="7" columns="2">
9863 <features tabularvalignment="middle">
9864 <column alignment="center" valignment="top" width="0pt">
9865 <column alignment="center" valignment="top" width="0pt">
9866 <row>
9867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 Befehl
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 Ergebnis
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 </row>
9886 <row>
9887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \backslash
9893 tilde
9894 \begin_inset ERT
9895 status collapsed
9896
9897 \begin_layout Plain Layout
9898
9899
9900 \backslash
9901 leer 
9902 \end_layout
9903
9904 \end_inset
9905
9906 A
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9916 \end_inset
9917
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \backslash
9931 hat
9932 \begin_inset ERT
9933 status collapsed
9934
9935 \begin_layout Plain Layout
9936
9937
9938 \backslash
9939 leer 
9940 \end_layout
9941
9942 \end_inset
9943
9944 A
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9954 \end_inset
9955
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 <row>
9963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967
9968 \backslash
9969 check
9970 \begin_inset ERT
9971 status collapsed
9972
9973 \begin_layout Plain Layout
9974
9975
9976 \backslash
9977 leer 
9978 \end_layout
9979
9980 \end_inset
9981
9982 A
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9992 \end_inset
9993
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 <row>
10001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \backslash
10007 acute
10008 \begin_inset ERT
10009 status collapsed
10010
10011 \begin_layout Plain Layout
10012
10013
10014 \backslash
10015 leer 
10016 \end_layout
10017
10018 \end_inset
10019
10020 A
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10030 \end_inset
10031
10032
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \backslash
10045 grave
10046 \begin_inset ERT
10047 status collapsed
10048
10049 \begin_layout Plain Layout
10050
10051
10052 \backslash
10053 leer 
10054 \end_layout
10055
10056 \end_inset
10057
10058 A
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10068 \end_inset
10069
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \backslash
10083 breve
10084 \begin_inset ERT
10085 status collapsed
10086
10087 \begin_layout Plain Layout
10088
10089
10090 \backslash
10091 leer 
10092 \end_layout
10093
10094 \end_inset
10095
10096 A
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 </lyxtabular>
10115
10116 \end_inset
10117
10118
10119 \begin_inset space \hfill{}
10120 \end_inset
10121
10122
10123 \end_layout
10124
10125 \begin_layout Standard
10126 \begin_inset VSpace bigskip
10127 \end_inset
10128
10129 Akzente wie z.B.
10130  é können direkt in Formeln eingegeben werden.
10131  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10132  Für Umlaute
10133 \begin_inset Index idx
10134 status collapsed
10135
10136 \begin_layout Plain Layout
10137 Umlaute
10138 \end_layout
10139
10140 \end_inset
10141
10142  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10143  Diese beiden Zeichen bilden dann für LaTeX 
10144 \emph on
10145 ein
10146 \emph default
10147  Zeichen.
10148  Im Gegensatz zu 
10149 \series bold
10150
10151 \backslash
10152 ddot
10153 \series default
10154  entstehen damit 
10155 \begin_inset Quotes gld
10156 \end_inset
10157
10158 echte
10159 \begin_inset Quotes grd
10160 \end_inset
10161
10162  Umlaute, was folgendes Beispiel zeigt:
10163 \end_layout
10164
10165 \begin_layout Standard
10166 \begin_inset VSpace -2mm
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \begin_layout Standard
10173 \align center
10174 \begin_inset Tabular
10175 <lyxtabular version="3" rows="3" columns="2">
10176 <features tabularvalignment="middle">
10177 <column alignment="center" valignment="top" width="0">
10178 <column alignment="center" valignment="top" width="0">
10179 <row>
10180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 Befehl
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Ergebnis
10194 \begin_inset Note Note
10195 status collapsed
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200
10201 \backslash
10202 raisebox
10203 \series default
10204  dient nur als Abstandhalter.
10205 \end_layout
10206
10207 \end_inset
10208
10209
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 </row>
10215 <row>
10216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 \begin_inset Quotes grd
10221 \end_inset
10222
10223 i
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 \begin_inset Formula $"i$
10233 \end_inset
10234
10235
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 </row>
10241 <row>
10242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246
10247 \backslash
10248 ddot
10249 \begin_inset ERT
10250 status collapsed
10251
10252 \begin_layout Plain Layout
10253
10254
10255 \backslash
10256 leer 
10257 \end_layout
10258
10259 \end_inset
10260
10261 i
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10271 \end_inset
10272
10273
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 </lyxtabular>
10280
10281 \end_inset
10282
10283
10284 \end_layout
10285
10286 \begin_layout Standard
10287 Ein weiterer Vorteil gegenüber 
10288 \series bold
10289
10290 \backslash
10291 ddot
10292 \series default
10293  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10294  denn die obigen Akzentbefehle sind 
10295 \emph on
10296 im mathematischen Text\SpecialChar \-
10297 modus nicht erlaubt
10298 \emph default
10299 .
10300  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10301  nur das Zeichen unter dem Akzent umgewandelt werden.
10302  Das gilt auch für alle anderen Umwandlungen wie z.
10303 \begin_inset space \thinspace{}
10304 \end_inset
10305
10306 B.
10307  in kursiv oder fett.
10308 \end_layout
10309
10310 \begin_layout Standard
10311 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10312  direkt eingegeben werden.
10313 \end_layout
10314
10315 \begin_layout Subsection
10316 Akzente für Operatoren
10317 \begin_inset Index idx
10318 status collapsed
10319
10320 \begin_layout Plain Layout
10321 Akzente ! für Operatoren
10322 \end_layout
10323
10324 \end_inset
10325
10326
10327 \end_layout
10328
10329 \begin_layout Standard
10330 Zum Akzentuieren von Operatoren gibt es die Befehle 
10331 \series bold
10332
10333 \backslash
10334 overset
10335 \series default
10336
10337 \begin_inset Index idx
10338 status collapsed
10339
10340 \begin_layout Plain Layout
10341 Befehle ! O ! 
10342 \backslash
10343 overset
10344 \end_layout
10345
10346 \end_inset
10347
10348  und 
10349 \series bold
10350
10351 \backslash
10352 underset
10353 \series default
10354
10355 \begin_inset Index idx
10356 status collapsed
10357
10358 \begin_layout Plain Layout
10359 Befehle ! U ! 
10360 \backslash
10361 underset
10362 \end_layout
10363
10364 \end_inset
10365
10366 , mit denen man Zeichen über bzw.
10367  unter einen Operator setzen kann.
10368  Mit dem Befehl 
10369 \series bold
10370
10371 \backslash
10372 sideset
10373 \series default
10374
10375 \begin_inset Index idx
10376 status collapsed
10377
10378 \begin_layout Plain Layout
10379 Befehle ! S ! 
10380 \backslash
10381 sideset
10382 \end_layout
10383
10384 \end_inset
10385
10386  können Zeichen vor und nach einen Operator gesetzt werden.
10387  Das Befehlsschema lautet:
10388 \end_layout
10389
10390 \begin_layout Standard
10391
10392 \series bold
10393
10394 \backslash
10395 sideset{Zeichen
10396 \series default
10397  
10398 \series bold
10399 davor}{Zeichen
10400 \series default
10401  
10402 \series bold
10403 dahinter}
10404 \end_layout
10405
10406 \begin_layout Standard
10407
10408 \series bold
10409
10410 \backslash
10411 sideset
10412 \series default
10413  muss immer vor dem zu akzentuierenden Operator stehen.
10414  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10415  Symbolen akzentuiert werden.
10416  Will man mit 
10417 \series bold
10418
10419 \backslash
10420 sideset
10421 \series default
10422  z.
10423 \begin_inset space \thinspace{}
10424 \end_inset
10425
10426 B.
10427  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10428  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10429 \end_layout
10430
10431 \begin_layout Standard
10432 Z.
10433 \begin_inset space \thinspace{}
10434 \end_inset
10435
10436 B.
10437  ergibt der Befehl 
10438 \series bold
10439
10440 \backslash
10441 sideset{
10442 \begin_inset Formula $\to$
10443 \end_inset
10444
10445
10446 \backslash
10447 {
10448 \series default
10449 '
10450 \series bold
10451
10452 \begin_inset Formula $\to$
10453 \end_inset
10454
10455
10456 \backslash
10457 sum_k=1
10458 \begin_inset ERT
10459 status collapsed
10460
10461 \begin_layout Plain Layout
10462
10463
10464 \backslash
10465 leer 
10466 \end_layout
10467
10468 \end_inset
10469
10470
10471 \series default
10472 ^
10473 \series bold
10474 n
10475 \series default
10476  :
10477 \begin_inset Formula \[
10478 \sideset{}{'}\sum_{k=1}^{n}\]
10479
10480 \end_inset
10481
10482
10483 \end_layout
10484
10485 \begin_layout Standard
10486 Der Befehl 
10487 \series bold
10488
10489 \backslash
10490 overset
10491 \begin_inset ERT
10492 status collapsed
10493
10494 \begin_layout Plain Layout
10495
10496
10497 \backslash
10498 leer 
10499 \end_layout
10500
10501 \end_inset
10502
10503
10504 \backslash
10505 maltese
10506 \begin_inset ERT
10507 status collapsed
10508
10509 \begin_layout Plain Layout
10510
10511
10512 \backslash
10513 leer 
10514 \end_layout
10515
10516 \end_inset
10517
10518
10519 \series default
10520
10521 \begin_inset Formula $\uparrow$
10522 \end_inset
10523
10524
10525 \series bold
10526 a
10527 \series default
10528  ergibt:
10529 \begin_inset Formula \[
10530 \overset{a}{\maltese}\]
10531
10532 \end_inset
10533
10534 Wie man am letzten Beispiel sieht, kann man mit 
10535 \series bold
10536
10537 \backslash
10538 overset
10539 \series default
10540  bzw.
10541  
10542 \series bold
10543
10544 \backslash
10545 underset
10546 \series default
10547  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10548 \series bold
10549
10550 \backslash
10551 sideset
10552 \series default
10553  ist dies nicht möglich.
10554 \end_layout
10555
10556 \begin_layout Subsection
10557 Akzente für mehrere Zeichen
10558 \begin_inset Index idx
10559 status collapsed
10560
10561 \begin_layout Plain Layout
10562 Akzente ! für mehrere Zeichen
10563 \end_layout
10564
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \begin_layout Standard
10571 \begin_inset space \hfill{}
10572 \end_inset
10573
10574
10575 \begin_inset Tabular
10576 <lyxtabular version="3" rows="5" columns="2">
10577 <features tabularvalignment="middle">
10578 <column alignment="center" valignment="top" width="0pt">
10579 <column alignment="center" valignment="top" width="0pt">
10580 <row>
10581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Befehl
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Ergebnis
10595 \begin_inset Note Note
10596 status collapsed
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601
10602 \backslash
10603 raisebox
10604 \series default
10605  dient nur als Abstandhalter.
10606 \end_layout
10607
10608 \end_inset
10609
10610
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row>
10617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621
10622 \backslash
10623 overleftarrow
10624 \begin_inset ERT
10625 status collapsed
10626
10627 \begin_layout Plain Layout
10628
10629
10630 \backslash
10631 leer 
10632 \end_layout
10633
10634 \end_inset
10635
10636 A=B
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \backslash
10661 underleftarrow
10662 \begin_inset ERT
10663 status collapsed
10664
10665 \begin_layout Plain Layout
10666
10667
10668 \backslash
10669 leer 
10670 \end_layout
10671
10672 \end_inset
10673
10674 A=B
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10684 \end_inset
10685
10686
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \backslash
10699 overleftrightarrow
10700 \begin_inset ERT
10701 status collapsed
10702
10703 \begin_layout Plain Layout
10704
10705
10706 \backslash
10707 leer 
10708 \end_layout
10709
10710 \end_inset
10711
10712 A=B
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \backslash
10737 underleftrightarrow
10738 \begin_inset ERT
10739 status collapsed
10740
10741 \begin_layout Plain Layout
10742
10743
10744 \backslash
10745 leer 
10746 \end_layout
10747
10748 \end_inset
10749
10750 A=B
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 </lyxtabular>
10769
10770 \end_inset
10771
10772
10773 \begin_inset space \hfill{}
10774 \end_inset
10775
10776
10777 \begin_inset Tabular
10778 <lyxtabular version="3" rows="5" columns="2">
10779 <features tabularvalignment="middle">
10780 <column alignment="center" valignment="top" width="0pt">
10781 <column alignment="center" valignment="top" width="0pt">
10782 <row>
10783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 Befehl
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 Ergebnis
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 <row>
10803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \backslash
10809 overrightarrow
10810 \begin_inset ERT
10811 status collapsed
10812
10813 \begin_layout Plain Layout
10814
10815
10816 \backslash
10817 leer 
10818 \end_layout
10819
10820 \end_inset
10821
10822 A=B
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10832 \end_inset
10833
10834
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 <row>
10841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \backslash
10847 underrightarrow
10848 \begin_inset ERT
10849 status collapsed
10850
10851 \begin_layout Plain Layout
10852
10853
10854 \backslash
10855 leer 
10856 \end_layout
10857
10858 \end_inset
10859
10860 A=B
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10870 \end_inset
10871
10872
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 </row>
10878 <row>
10879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \backslash
10885 widetilde
10886 \begin_inset ERT
10887 status collapsed
10888
10889 \begin_layout Plain Layout
10890
10891
10892 \backslash
10893 leer 
10894 \end_layout
10895
10896 \end_inset
10897
10898 A=B
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \backslash
10923 widehat
10924 \begin_inset ERT
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928
10929
10930 \backslash
10931 leer 
10932 \end_layout
10933
10934 \end_inset
10935
10936 A=B
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 </lyxtabular>
10955
10956 \end_inset
10957
10958
10959 \begin_inset space \hfill{}
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \begin_layout Standard
10966 \begin_inset VSpace medskip
10967 \end_inset
10968
10969 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10970  Die Akzente
10971 \begin_inset Newline linebreak
10972 \end_inset
10973
10974
10975 \series bold
10976
10977 \backslash
10978 widetilde
10979 \series default
10980  und 
10981 \series bold
10982
10983 \backslash
10984 widehat
10985 \series default
10986  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10987  was folgendes Beispiel verdeutlicht:
10988 \begin_inset Formula \[
10989 \widetilde{A+B=C-D}\]
10990
10991 \end_inset
10992
10993
10994 \end_layout
10995
10996 \begin_layout Standard
10997 Mit den im vorigen Kapitel beschriebenen Befehlen 
10998 \series bold
10999
11000 \backslash
11001 overset
11002 \series default
11003
11004 \begin_inset Index idx
11005 status collapsed
11006
11007 \begin_layout Plain Layout
11008 Befehle ! O ! 
11009 \backslash
11010 overset
11011 \end_layout
11012
11013 \end_inset
11014
11015  und 
11016 \series bold
11017
11018 \backslash
11019 underset
11020 \series default
11021
11022 \begin_inset Index idx
11023 status collapsed
11024
11025 \begin_layout Plain Layout
11026 Befehle ! U ! 
11027 \backslash
11028 underset
11029 \end_layout
11030
11031 \end_inset
11032
11033  ist es auch möglich mehrere Zeichen zu akzentuieren.
11034  Der Befehl 
11035 \series bold
11036
11037 \backslash
11038 underset
11039 \begin_inset ERT
11040 status collapsed
11041
11042 \begin_layout Plain Layout
11043
11044
11045 \backslash
11046 leer 
11047 \end_layout
11048
11049 \end_inset
11050
11051 A=B
11052 \begin_inset Formula $\downarrow$
11053 \end_inset
11054
11055 ***
11056 \series default
11057  ergibt:
11058 \begin_inset Formula \[
11059 \underset{***}{A=B}\]
11060
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \begin_layout Section
11067 Leerraum
11068 \begin_inset CommandInset label
11069 LatexCommand label
11070 name "sub:Leerraum"
11071
11072 \end_inset
11073
11074
11075 \begin_inset Index idx
11076 status collapsed
11077
11078 \begin_layout Plain Layout
11079 Leerraum ! horizontaler
11080 \end_layout
11081
11082 \end_inset
11083
11084
11085 \end_layout
11086
11087 \begin_layout Subsection
11088 Vordefinierter Leerraum
11089 \begin_inset CommandInset label
11090 LatexCommand label
11091 name "sub:Vordefinierter-Leerraum"
11092
11093 \end_inset
11094
11095
11096 \begin_inset Index idx
11097 status collapsed
11098
11099 \begin_layout Plain Layout
11100 Leerraum ! horizontaler ! vordefiniert
11101 \end_layout
11102
11103 \end_inset
11104
11105
11106 \end_layout
11107
11108 \begin_layout Standard
11109 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11110  Dazu gibt man ein geschütztes Leerzeichen ein.
11111  Es erscheint ein 
11112 \begin_inset Quotes gld
11113 \end_inset
11114
11115
11116 \color blue
11117
11118 \begin_inset ERT
11119 status collapsed
11120
11121 \begin_layout Plain Layout
11122
11123
11124 \backslash
11125 leer 
11126 \end_layout
11127
11128 \end_inset
11129
11130
11131 \color inherit
11132
11133 \begin_inset Quotes grd
11134 \end_inset
11135
11136  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11137  Leerraum-Größen wählen.
11138  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11139 \begin_inset Graphics
11140         filename ../../images/math/space.png
11141         scale 85
11142
11143 \end_inset
11144
11145  oder mit einzelnen Befehlen aufrufen.
11146  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11147  danach wieder aus allen Größen wählen.
11148 \end_layout
11149
11150 \begin_layout Standard
11151 \align center
11152 \begin_inset VSpace -5mm
11153 \end_inset
11154
11155
11156 \begin_inset Tabular
11157 <lyxtabular version="3" rows="3" columns="7">
11158 <features tabularvalignment="middle">
11159 <column alignment="center" valignment="middle" width="6.8cm">
11160 <column alignment="center" valignment="top" width="0pt">
11161 <column alignment="center" valignment="top" width="0pt">
11162 <column alignment="center" valignment="top" width="0pt">
11163 <column alignment="center" valignment="top" width="0pt">
11164 <column alignment="center" valignment="top" width="0pt">
11165 <column alignment="center" valignment="top" width="0pt">
11166 <row>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 Befehl
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \backslash
11182 ,
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \backslash
11193 :
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202
11203 \backslash
11204 ;
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213
11214 \backslash
11215 quad
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
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
11225 \backslash
11226 qquad
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235
11236 \backslash
11237 !
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 </row>
11243 <row>
11244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 0
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 1
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 2
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 3
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 4
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302 5
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 </row>
11308 <row>
11309 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 Ergebnis
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 \begin_inset Formula $A\, B$
11323 \end_inset
11324
11325
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 \begin_inset Formula $A\: B$
11335 \end_inset
11336
11337
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 \begin_inset Formula $A\; B$
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 \begin_inset Formula $A\quad B$
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 \begin_inset Formula $A\qquad B$
11371 \end_inset
11372
11373
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 \begin_inset Formula $A\! B$
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 </lyxtabular>
11392
11393 \end_inset
11394
11395
11396 \end_layout
11397
11398 \begin_layout Standard
11399 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11400  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11401  denn sie erstellt negativen Leerraum.
11402  Es gibt noch zwei weitere negative Leerräume:
11403 \end_layout
11404
11405 \begin_layout Standard
11406 \align center
11407 \begin_inset Tabular
11408 <lyxtabular version="3" rows="3" columns="3">
11409 <features tabularvalignment="middle">
11410 <column alignment="center" valignment="middle" width="6.8cm">
11411 <column alignment="center" valignment="top" width="0pt">
11412 <column alignment="center" valignment="top" width="0pt">
11413 <row>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 Befehl
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427
11428 \backslash
11429 negmedspace
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438
11439 \backslash
11440 negthickspace
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 6
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 7
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 Ergebnis
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 \begin_inset Formula $A\negmedspace B$
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 \begin_inset Formula $A\negthickspace B$
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 </row>
11510 </lyxtabular>
11511
11512 \end_inset
11513
11514
11515 \end_layout
11516
11517 \begin_layout Standard
11518 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11519  Man kann auf diese Weise Ligaturen erzwingen, was z.
11520 \begin_inset space \thinspace{}
11521 \end_inset
11522
11523 B.
11524  für Summenzeichen von Nutzen ist: 
11525 \end_layout
11526
11527 \begin_layout Standard
11528 \align center
11529 \begin_inset Tabular
11530 <lyxtabular version="3" rows="3" columns="2">
11531 <features tabularvalignment="middle">
11532 <column alignment="center" valignment="top" width="0">
11533 <column alignment="center" valignment="top" width="0">
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 Befehl
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 Ergebnis
11549 \begin_inset Note Note
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553
11554 \series bold
11555
11556 \backslash
11557 raisebox
11558 \series default
11559  dient nur als Abstandhalter.
11560 \end_layout
11561
11562 \end_inset
11563
11564
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575
11576 \backslash
11577 sum
11578 \backslash
11579 sum
11580 \begin_inset ERT
11581 status collapsed
11582
11583 \begin_layout Plain Layout
11584
11585
11586 \backslash
11587 leer 
11588 \end_layout
11589
11590 \end_inset
11591
11592 f_kl
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11602 \end_inset
11603
11604
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 <row>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615
11616 \backslash
11617 sum
11618 \backslash
11619 negmedspace
11620 \backslash
11621 sum
11622 \begin_inset ERT
11623 status collapsed
11624
11625 \begin_layout Plain Layout
11626
11627
11628 \backslash
11629 leer 
11630 \end_layout
11631
11632 \end_inset
11633
11634 f_kl
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 </lyxtabular>
11653
11654 \end_inset
11655
11656
11657 \end_layout
11658
11659 \begin_layout Standard
11660 Relationen, wie z.
11661 \begin_inset space \thinspace{}
11662 \end_inset
11663
11664 B.
11665  Gleichheitszeichen, sind immer von Leerraum umgeben.
11666  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11667  TeX-Klammer.
11668  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11669 \end_layout
11670
11671 \begin_layout Standard
11672 \align center
11673 \begin_inset Tabular
11674 <lyxtabular version="3" rows="2" columns="2">
11675 <features tabularvalignment="middle">
11676 <column alignment="center" valignment="top" width="0pt">
11677 <column alignment="center" valignment="top" width="0pt">
11678 <row>
11679 <cell alignment="center" valignment="top" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 normale Gleichung
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 \begin_inset Formula $A=B$
11693 \end_inset
11694
11695
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 </row>
11701 <row>
11702 <cell alignment="center" valignment="top" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 \begin_inset Note Note
11707 status collapsed
11708
11709 \begin_layout Plain Layout
11710
11711 \series bold
11712
11713 \backslash
11714 raisebox
11715 \series default
11716  dient nur als Abstandhalter.
11717 \end_layout
11718
11719 \end_inset
11720
11721
11722 \begin_inset Formula $\raisebox{5mm}{}$
11723 \end_inset
11724
11725 Gleichung ohne Leerraum
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 \begin_inset Formula $A{=}B$
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 </row>
11743 </lyxtabular>
11744
11745 \end_inset
11746
11747
11748 \end_layout
11749
11750 \begin_layout Standard
11751 Der Befehl für die letzte Formel lautet: 
11752 \series bold
11753 A
11754 \backslash
11755 {=
11756 \begin_inset Formula $\to$
11757 \end_inset
11758
11759 B
11760 \end_layout
11761
11762 \begin_layout Standard
11763 \begin_inset VSpace bigskip
11764 \end_inset
11765
11766 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11767  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11768  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11769 \family sans
11770 Einfügen\SpecialChar \menuseparator
11771 Formatierung\SpecialChar \menuseparator
11772 Kleiner
11773 \begin_inset space ~
11774 \end_inset
11775
11776 Abstand
11777 \family default
11778  (Tastenkürzel 
11779 \family sans
11780 Strg+Shift+Leertaste
11781 \family default
11782 ) ein.
11783 \end_layout
11784
11785 \begin_layout Standard
11786 Ein Beispiel zur Veranschaulichung:
11787 \end_layout
11788
11789 \begin_layout Standard
11790 \begin_inset Tabular
11791 <lyxtabular version="3" rows="2" columns="2">
11792 <features tabularvalignment="middle">
11793 <column alignment="left" valignment="top" width="0">
11794 <column alignment="left" valignment="top" width="0">
11795 <row>
11796 <cell alignment="center" valignment="top" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 24 kW
11801 \begin_inset Formula $\cdot$
11802 \end_inset
11803
11804 h
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 <cell alignment="center" valignment="top" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 Leerzeichen zwischen Wert und Einheit
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 </row>
11819 <row>
11820 <cell alignment="center" valignment="top" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 24
11825 \begin_inset space \thinspace{}
11826 \end_inset
11827
11828 kW
11829 \begin_inset Formula $\cdot$
11830 \end_inset
11831
11832 h
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell alignment="center" valignment="top" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 kleinster Leerraum zwischen Wert und Einheit
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 </row>
11847 </lyxtabular>
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \begin_layout Subsection
11855 Variabler Leerraum
11856 \begin_inset ERT
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860
11861
11862 \backslash
11863 texorpdfstring{
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \begin_inset Foot
11870 status collapsed
11871
11872 \begin_layout Plain Layout
11873 für vertikalen Leerraum in Formeln siehe 
11874 \begin_inset CommandInset ref
11875 LatexCommand ref
11876 reference "sub:Zeilenabstand"
11877
11878 \end_inset
11879
11880
11881 \end_layout
11882
11883 \end_inset
11884
11885
11886 \begin_inset ERT
11887 status collapsed
11888
11889 \begin_layout Plain Layout
11890
11891 }{}
11892 \end_layout
11893
11894 \end_inset
11895
11896
11897 \begin_inset Note Note
11898 status collapsed
11899
11900 \begin_layout Plain Layout
11901
11902 \series bold
11903
11904 \backslash
11905 texorpdfstring
11906 \series default
11907  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11908 \end_layout
11909
11910 \begin_layout Plain Layout
11911 Näheres zu 
11912 \series bold
11913
11914 \backslash
11915 texorpdfstring
11916 \series default
11917  steht in Kapitel 
11918 \begin_inset CommandInset ref
11919 LatexCommand ref
11920 reference "sub:Formeln-in-Überschriften"
11921
11922 \end_inset
11923
11924 .
11925 \end_layout
11926
11927 \end_inset
11928
11929
11930 \begin_inset CommandInset label
11931 LatexCommand label
11932 name "sub:Variabler-Leerraum"
11933
11934 \end_inset
11935
11936
11937 \begin_inset Index idx
11938 status collapsed
11939
11940 \begin_layout Plain Layout
11941 Leerraum ! horizontaler ! variabel
11942 \end_layout
11943
11944 \end_inset
11945
11946
11947 \end_layout
11948
11949 \begin_layout Standard
11950 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11951 \series bold
11952
11953 \backslash
11954 hspace
11955 \series default
11956
11957 \begin_inset Index idx
11958 status collapsed
11959
11960 \begin_layout Plain Layout
11961 Befehle ! H ! 
11962 \backslash
11963 hspace
11964 \end_layout
11965
11966 \end_inset
11967
11968  einfügen.
11969  Es erscheint ein langes 
11970 \begin_inset Quotes gld
11971 \end_inset
11972
11973
11974 \color blue
11975
11976 \begin_inset ERT
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980
11981
11982 \backslash
11983 leer 
11984 \end_layout
11985
11986 \end_inset
11987
11988
11989 \color inherit
11990
11991 \begin_inset Quotes grd
11992 \end_inset
11993
11994 .
11995  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11996  das 
11997 \begin_inset Quotes gld
11998 \end_inset
11999
12000
12001 \color blue
12002
12003 \begin_inset ERT
12004 status collapsed
12005
12006 \begin_layout Plain Layout
12007
12008
12009 \backslash
12010 leer 
12011 \end_layout
12012
12013 \end_inset
12014
12015
12016 \color inherit
12017
12018 \begin_inset Quotes grd
12019 \end_inset
12020
12021  klickt.
12022  Die Länge darf auch negativ sein.
12023  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12024  einnimmt, benutzt man den Befehl 
12025 \series bold
12026
12027 \backslash
12028 hfill
12029 \series default
12030
12031 \begin_inset Index idx
12032 status collapsed
12033
12034 \begin_layout Plain Layout
12035 Befehle ! H ! 
12036 \backslash
12037 hfill
12038 \end_layout
12039
12040 \end_inset
12041
12042 .
12043 \end_layout
12044
12045 \begin_layout Standard
12046 \begin_inset VSpace -1mm
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \begin_layout Standard
12053 \align center
12054 \begin_inset Tabular
12055 <lyxtabular version="3" rows="4" columns="2">
12056 <features tabularvalignment="middle">
12057 <column alignment="center" valignment="top" width="0">
12058 <column alignment="center" valignment="top" width="0">
12059 <row>
12060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064 Befehl (
12065 \backslash
12066 hspace Länge)
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 Ergebnis
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 </row>
12081 <row>
12082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 A=B
12087 \backslash
12088 hspace{3cm
12089 \begin_inset Formula $\to$
12090 \end_inset
12091
12092 A
12093 \backslash
12094 not=C (3
12095 \begin_inset space \thinspace{}
12096 \end_inset
12097
12098 cm)
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12108 \end_inset
12109
12110
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 </row>
12116 <row>
12117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 A
12122 \backslash
12123 hspace{-1mm
12124 \begin_inset Formula $\to$
12125 \end_inset
12126
12127 A
12128 \backslash
12129 not=A (-1
12130 \begin_inset space \thinspace{}
12131 \end_inset
12132
12133 mm)
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12143 \end_inset
12144
12145
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 </row>
12151 <row>
12152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 A=A
12157 \backslash
12158 hfill
12159 \begin_inset ERT
12160 status collapsed
12161
12162 \begin_layout Plain Layout
12163
12164
12165 \backslash
12166 leer 
12167 \end_layout
12168
12169 \end_inset
12170
12171 B=B
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 \begin_inset Formula $A=A\hfill B=B$
12181 \end_inset
12182
12183
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 </row>
12189 </lyxtabular>
12190
12191 \end_inset
12192
12193
12194 \end_layout
12195
12196 \begin_layout Standard
12197 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12198  Spalteneintrags der Tabelle vorgegeben.
12199  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12200  in die 
12201 \series bold
12202
12203 \backslash
12204 hfill
12205 \series default
12206  eingegeben wird.
12207  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12208  
12209 \series bold
12210
12211 \backslash
12212 hfill
12213 \series default
12214  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12215 \series bold
12216 Eingerückt
12217 \series default
12218  eingestellt ist.
12219  (Formelstile sind in 
12220 \begin_inset CommandInset ref
12221 LatexCommand ref
12222 reference "sec:Formelstile"
12223
12224 \end_inset
12225
12226  erklärt.)
12227 \end_layout
12228
12229 \begin_layout Standard
12230 Neben 
12231 \series bold
12232
12233 \backslash
12234 hfill
12235 \series default
12236  gibt es noch die Befehle 
12237 \series bold
12238
12239 \backslash
12240 dotfill
12241 \series default
12242  und 
12243 \series bold
12244
12245 \backslash
12246 hrulefill
12247 \series default
12248 , die den Leerraum mit einem Muster füllen, siehe 
12249 \begin_inset CommandInset ref
12250 LatexCommand ref
12251 reference "sub:Fortsetzungspunkte"
12252
12253 \end_inset
12254
12255  für ein Beispiel.
12256 \end_layout
12257
12258 \begin_layout Standard
12259 Variabler Leerraum kann für Text über das Menü 
12260 \family sans
12261 Einfügen\SpecialChar \menuseparator
12262 Formatierung\SpecialChar \menuseparator
12263 Horizontaler
12264 \begin_inset space ~
12265 \end_inset
12266
12267 Abstand
12268 \family default
12269  eingefügt werden:
12270 \end_layout
12271
12272 \begin_layout Standard
12273 Dies ist eine Zeile mit
12274 \begin_inset space \hspace{}
12275 \length 2cm
12276 \end_inset
12277
12278 2
12279 \begin_inset space \thinspace{}
12280 \end_inset
12281
12282 cm Leerraum.
12283 \end_layout
12284
12285 \begin_layout Standard
12286 Dies ist eine Zeile mit
12287 \begin_inset space \hfill{}
12288 \end_inset
12289
12290 maximalem Leerraum.
12291 \end_layout
12292
12293 \begin_layout Subsection
12294 Leerraum neben eingebetteten Formeln
12295 \begin_inset Index idx
12296 status collapsed
12297
12298 \begin_layout Plain Layout
12299 Leerraum ! neben eingebetteten Formeln
12300 \end_layout
12301
12302 \end_inset
12303
12304
12305 \end_layout
12306
12307 \begin_layout Standard
12308 Über die Länge 
12309 \series bold
12310
12311 \backslash
12312 mathsurround
12313 \series default
12314
12315 \begin_inset Index idx
12316 status collapsed
12317
12318 \begin_layout Plain Layout
12319 Befehle ! M ! 
12320 \backslash
12321 mathsurround
12322 \end_layout
12323
12324 \end_inset
12325
12326  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12327  wird.
12328  Der Wert einer Länge wird mit dem Befehl 
12329 \series bold
12330
12331 \backslash
12332 setlength
12333 \series default
12334
12335 \begin_inset Index idx
12336 status collapsed
12337
12338 \begin_layout Plain Layout
12339 Befehle ! S ! 
12340 \backslash
12341 setlength
12342 \end_layout
12343
12344 \end_inset
12345
12346  gesetzt.
12347  Dieser besitzt folgendes Befehlsschema:
12348 \end_layout
12349
12350 \begin_layout Standard
12351
12352 \series bold
12353
12354 \backslash
12355 setlength{Längenname}{Wert}
12356 \end_layout
12357
12358 \begin_layout Standard
12359 Um 
12360 \series bold
12361
12362 \backslash
12363 mathsurround
12364 \series default
12365  den Wert 5
12366 \begin_inset space \thinspace{}
12367 \end_inset
12368
12369 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12370 \end_layout
12371
12372 \begin_layout Standard
12373
12374 \series bold
12375
12376 \backslash
12377 setlength{
12378 \backslash
12379 mathsurround}{5mm}
12380 \end_layout
12381
12382 \begin_layout Standard
12383 ein.
12384  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12385 \begin_inset space \thinspace{}
12386 \end_inset
12387
12388 mm Leerraum gesetzt:
12389 \begin_inset ERT
12390 status collapsed
12391
12392 \begin_layout Plain Layout
12393
12394
12395 \backslash
12396 setlength{
12397 \backslash
12398 mathsurround}{5mm}
12399 \end_layout
12400
12401 \end_inset
12402
12403
12404 \end_layout
12405
12406 \begin_layout Standard
12407 Dies ist eine Zeile in der sich 
12408 \begin_inset Formula $A=B$
12409 \end_inset
12410
12411  eine Formel mit 5
12412 \begin_inset space \thinspace{}
12413 \end_inset
12414
12415 mm umgebendem Leerraum befindet.
12416 \begin_inset ERT
12417 status collapsed
12418
12419 \begin_layout Plain Layout
12420
12421
12422 \backslash
12423 setlength{
12424 \backslash
12425 mathsurround}{0pt}
12426 \end_layout
12427
12428 \end_inset
12429
12430
12431 \end_layout
12432
12433 \begin_layout Standard
12434 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12435 \series bold
12436
12437 \backslash
12438 mathsurround
12439 \series default
12440  auf den Wert 0
12441 \begin_inset space \thinspace{}
12442 \end_inset
12443
12444 pt.
12445 \end_layout
12446
12447 \begin_layout Section
12448 Boxen und Rahmen
12449 \begin_inset Index idx
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453 Boxen
12454 \end_layout
12455
12456 \end_inset
12457
12458
12459 \begin_inset Index idx
12460 status collapsed
12461
12462 \begin_layout Plain Layout
12463 Rahmen | see
12464 \begin_inset ERT
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468
12469 {
12470 \end_layout
12471
12472 \end_inset
12473
12474 Boxen
12475 \begin_inset ERT
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479
12480 }
12481 \end_layout
12482
12483 \end_inset
12484
12485
12486 \end_layout
12487
12488 \end_inset
12489
12490
12491 \end_layout
12492
12493 \begin_layout Standard
12494 Boxen für Text sind im Kapitel 
12495 \family typewriter
12496 Boxen
12497 \family default
12498  im Handbuch 
12499 \family typewriter
12500 Eingebettete
12501 \begin_inset space ~
12502 \end_inset
12503
12504 Objekte
12505 \family default
12506  beschrieben.
12507 \end_layout
12508
12509 \begin_layout Subsection
12510 Boxen mit Rahmen
12511 \begin_inset CommandInset label
12512 LatexCommand label
12513 name "sub:Boxen-mit-Rahmen"
12514
12515 \end_inset
12516
12517
12518 \begin_inset Index idx
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522 Boxen ! mit Rahmen
12523 \end_layout
12524
12525 \end_inset
12526
12527
12528 \end_layout
12529
12530 \begin_layout Standard
12531 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12532 \series bold
12533
12534 \backslash
12535 fbox
12536 \series default
12537
12538 \begin_inset Index idx
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542 Befehle ! F ! 
12543 \backslash
12544 fbox
12545 \end_layout
12546
12547 \end_inset
12548
12549  und 
12550 \series bold
12551
12552 \backslash
12553 boxed
12554 \series default
12555
12556 \begin_inset Index idx
12557 status collapsed
12558
12559 \begin_layout Plain Layout
12560 Befehle ! B ! 
12561 \backslash
12562 boxed
12563 \end_layout
12564
12565 \end_inset
12566
12567  zu umranden.
12568 \end_layout
12569
12570 \begin_layout Standard
12571 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12572  in einem Rahmen.
12573  Bei 
12574 \series bold
12575
12576 \backslash
12577 fbox
12578 \series default
12579  muss in diesem Eingabefeld mit 
12580 \family sans
12581 Strg+M
12582 \family default
12583  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12584  als mathematischer Text behandelt.
12585  Verwendet man 
12586 \series bold
12587
12588 \backslash
12589 boxed
12590 \series default
12591 , wird automatisch im Rahmen eine neue Formel erzeugt.
12592 \end_layout
12593
12594 \begin_layout Standard
12595 Der Befehl 
12596 \series bold
12597
12598 \backslash
12599 fbox
12600 \series default
12601  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12602  wird dann immer in Textzeilengröße gesetzt.
12603  Im Gegensatz dazu ist 
12604 \series bold
12605
12606 \backslash
12607 boxed
12608 \series default
12609  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12610  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12611 \end_layout
12612
12613 \begin_layout Standard
12614 Als Erweiterung zu 
12615 \series bold
12616
12617 \backslash
12618 fbox
12619 \series default
12620  gibt es den Befehl 
12621 \series bold
12622
12623 \backslash
12624 framebox
12625 \series default
12626
12627 \begin_inset Index idx
12628 status collapsed
12629
12630 \begin_layout Plain Layout
12631 Befehle ! F ! 
12632 \backslash
12633 framebox
12634 \end_layout
12635
12636 \end_inset
12637
12638 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12639  kann.
12640  
12641 \series bold
12642
12643 \backslash
12644 framebox
12645 \series default
12646  wird nach folgendem Schema verwendet:
12647 \end_layout
12648
12649 \begin_layout Standard
12650
12651 \series bold
12652
12653 \backslash
12654 framebox[Rahmenbreite][Position]{Boxinhalt}
12655 \end_layout
12656
12657 \begin_layout Standard
12658 Die Position kann entweder 
12659 \emph on
12660 l
12661 \emph default
12662  oder 
12663 \emph on
12664 r
12665 \emph default
12666  sein.
12667  
12668 \emph on
12669 l
12670 \emph default
12671  bewirkt linksbündige, 
12672 \emph on
12673 r
12674 \emph default
12675  rechtsbündige Ausrichtung der Formel in der Box.
12676  Gibt man keine Position an, wird die Formel zentriert.
12677 \begin_inset Newline newline
12678 \end_inset
12679
12680 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12681  In diesem Falle wird die Rahmenbreite wie bei 
12682 \series bold
12683
12684 \backslash
12685 fbox
12686 \series default
12687  an den Boxinhalt angepasst.
12688 \end_layout
12689
12690 \begin_layout Standard
12691 Wenn man den Befehl 
12692 \series bold
12693
12694 \backslash
12695 framebox
12696 \series default
12697  eingibt, erscheint eine Box mit drei Eingabefeldern.
12698  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12699  beiden optionalen Argumente.
12700  In das dritte Feld wird wie bei 
12701 \series bold
12702
12703 \backslash
12704 fbox
12705 \series default
12706  die Formel eingegeben.
12707 \end_layout
12708
12709 \begin_layout Standard
12710 \align center
12711 \begin_inset Tabular
12712 <lyxtabular version="3" rows="5" columns="2">
12713 <features tabularvalignment="middle">
12714 <column alignment="center" valignment="top" width="0">
12715 <column alignment="center" valignment="top" width="0">
12716 <row>
12717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 Befehl
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 Ergebnis
12731 \begin_inset Note Note
12732 status collapsed
12733
12734 \begin_layout Plain Layout
12735
12736 \series bold
12737
12738 \backslash
12739 raisebox
12740 \series default
12741  dient nur als Abstandhalter.
12742 \end_layout
12743
12744 \end_inset
12745
12746
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 </row>
12752 <row>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757
12758 \backslash
12759 fbox
12760 \begin_inset ERT
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764
12765
12766 \backslash
12767 leer 
12768 \end_layout
12769
12770 \end_inset
12771
12772
12773 \family sans
12774 Strg+M
12775 \family default
12776  
12777 \backslash
12778 int
12779 \begin_inset ERT
12780 status collapsed
12781
12782 \begin_layout Plain Layout
12783
12784
12785 \backslash
12786 leer 
12787 \end_layout
12788
12789 \end_inset
12790
12791 A=B
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12801 \end_inset
12802
12803
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814
12815 \backslash
12816 boxed
12817 \begin_inset ERT
12818 status collapsed
12819
12820 \begin_layout Plain Layout
12821
12822
12823 \backslash
12824 leer 
12825 \end_layout
12826
12827 \end_inset
12828
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{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
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 A+
12868 \backslash
12869 fbox
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 B
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12892 \end_inset
12893
12894
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 </row>
12900 <row>
12901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905
12906 \backslash
12907 framebox
12908 \begin_inset ERT
12909 status collapsed
12910
12911 \begin_layout Plain Layout
12912
12913
12914 \backslash
12915 leer 
12916 \end_layout
12917
12918 \end_inset
12919
12920 20mm
12921 \begin_inset Formula $\to$
12922 \end_inset
12923
12924
12925 \begin_inset Formula $\to$
12926 \end_inset
12927
12928
12929 \family sans
12930 Strg+M
12931 \family default
12932  
12933 \backslash
12934 frac
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940
12941 \backslash
12942 leer 
12943 \end_layout
12944
12945 \end_inset
12946
12947 A
12948 \begin_inset Formula $\downarrow$
12949 \end_inset
12950
12951 B
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12957 \begin_inset Text
12958
12959 \begin_layout Plain Layout
12960 \begin_inset Formula $\raisebox{6mm}{}$
12961 \end_inset
12962
12963
12964 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12965 \end_inset
12966
12967
12968 \begin_inset Formula $\raisebox{-4mm}{}$
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 </row>
12977 </lyxtabular>
12978
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \begin_layout Standard
12985 Die Rahmendicke kann ebenfalls eingestellt werden.
12986  Dazu müssen vor der Formel im TeX-Modus die Befehle
12987 \end_layout
12988
12989 \begin_layout Standard
12990
12991 \series bold
12992
12993 \backslash
12994 fboxrule
12995 \series default
12996  
12997 \series bold
12998
12999 \begin_inset Quotes gld
13000 \end_inset
13001
13002 Dicke
13003 \begin_inset Quotes grd
13004 \end_inset
13005
13006
13007 \series default
13008  
13009 \series bold
13010
13011 \backslash
13012 fboxsep
13013 \series default
13014  
13015 \series bold
13016
13017 \begin_inset Quotes gld
13018 \end_inset
13019
13020 Abstand
13021 \begin_inset Quotes grd
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \begin_layout Standard
13028 eingegeben werden.
13029  
13030 \begin_inset Quotes gld
13031 \end_inset
13032
13033 Abstand
13034 \begin_inset Quotes grd
13035 \end_inset
13036
13037  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13038  in der Box fest.
13039  Ein Beispiel dafür ist folgende umrandete Formel:
13040 \begin_inset ERT
13041 status collapsed
13042
13043 \begin_layout Plain Layout
13044
13045
13046 \backslash
13047 fboxrule 2mm 
13048 \backslash
13049 fboxsep 3mm
13050 \end_layout
13051
13052 \end_inset
13053
13054
13055 \begin_inset Formula \[
13056 \boxed{A+B=C}\]
13057
13058 \end_inset
13059
13060 Vor dieser Formel wurde im TeX-Modus
13061 \end_layout
13062
13063 \begin_layout Standard
13064
13065 \series bold
13066
13067 \backslash
13068 fboxrule
13069 \series default
13070  
13071 \series bold
13072 2mm
13073 \series default
13074  
13075 \series bold
13076
13077 \backslash
13078 fboxsep
13079 \series default
13080  
13081 \series bold
13082 3mm
13083 \end_layout
13084
13085 \begin_layout Standard
13086 eingegeben.
13087  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13088 \end_layout
13089
13090 \begin_layout Standard
13091 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13092  nächsten Formel im TeX-Modus folgende Befehle ein:
13093 \end_layout
13094
13095 \begin_layout Standard
13096
13097 \series bold
13098
13099 \backslash
13100 fboxrule
13101 \series default
13102  
13103 \series bold
13104 0.4pt
13105 \series default
13106  
13107 \series bold
13108
13109 \backslash
13110 fboxsep
13111 \series default
13112  
13113 \series bold
13114 3pt
13115 \series default
13116
13117 \begin_inset ERT
13118 status collapsed
13119
13120 \begin_layout Plain Layout
13121
13122
13123 \backslash
13124 fboxrule 0.4pt 
13125 \backslash
13126 fboxsep 3pt
13127 \end_layout
13128
13129 \end_inset
13130
13131
13132 \end_layout
13133
13134 \begin_layout Subsection
13135 Boxen ohne Rahmen
13136 \begin_inset CommandInset label
13137 LatexCommand label
13138 name "sub:Boxen-ohne-Rahmen"
13139
13140 \end_inset
13141
13142
13143 \begin_inset Index idx
13144 status collapsed
13145
13146 \begin_layout Plain Layout
13147 Boxen ! ohne Rahmen
13148 \end_layout
13149
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \begin_layout Standard
13156 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13157 \series bold
13158
13159 \backslash
13160 mbox
13161 \series default
13162
13163 \begin_inset Index idx
13164 status collapsed
13165
13166 \begin_layout Plain Layout
13167 Befehle ! M ! 
13168 \backslash
13169 mbox
13170 \end_layout
13171
13172 \end_inset
13173
13174
13175 \series bold
13176
13177 \backslash
13178 makebox
13179 \series default
13180
13181 \begin_inset Index idx
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185 Befehle ! M ! 
13186 \backslash
13187 makebox
13188 \end_layout
13189
13190 \end_inset
13191
13192  und
13193 \begin_inset Newline linebreak
13194 \end_inset
13195
13196
13197 \series bold
13198
13199 \backslash
13200 raisebox
13201 \series default
13202
13203 \begin_inset Index idx
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207 Befehle ! R ! 
13208 \backslash
13209 raisebox
13210 \end_layout
13211
13212 \end_inset
13213
13214
13215 \end_layout
13216
13217 \begin_layout Standard
13218 Mit 
13219 \series bold
13220
13221 \backslash
13222 raisebox
13223 \series default
13224  kann man eine Box hoch- oder tiefstellen.
13225  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13226 n die Schriftgröße bei.
13227  
13228 \series bold
13229
13230 \backslash
13231 raisebox
13232 \series default
13233  wird dabei mit folgendem Schema benutzt:
13234 \end_layout
13235
13236 \begin_layout Standard
13237
13238 \series bold
13239
13240 \backslash
13241 raisebox{Höhe}{Boxinhalt}
13242 \end_layout
13243
13244 \begin_layout Standard
13245 Soll in der Box eine Formel stehen, muss man wie bei 
13246 \series bold
13247
13248 \backslash
13249 fbox
13250 \series default
13251  eine weitere Formel erstellen.
13252  
13253 \begin_inset Note Greyedout
13254 status open
13255
13256 \begin_layout Plain Layout
13257
13258 \series bold
13259 Achtung:
13260 \series default
13261  Für 
13262 \series bold
13263
13264 \backslash
13265 raisebox
13266 \series default
13267  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13268  
13269 \family sans
13270 Strg+M
13271 \family default
13272  erstellt, denn LyX unterstützt 
13273 \series bold
13274
13275 \backslash
13276 raisebox
13277 \series default
13278  noch nicht direkt.
13279 \end_layout
13280
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \begin_layout Standard
13287 \align center
13288 \begin_inset Tabular
13289 <lyxtabular version="3" rows="4" columns="2">
13290 <features tabularvalignment="middle">
13291 <column alignment="center" valignment="top" width="0">
13292 <column alignment="center" valignment="top" width="0">
13293 <row>
13294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 Befehl
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 Ergebnis
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 </row>
13313 <row>
13314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 H
13319 \backslash
13320 raisebox{2mm
13321 \begin_inset Formula $\to$
13322 \end_inset
13323
13324
13325 \backslash
13326 {al
13327 \begin_inset Formula $\to$
13328 \end_inset
13329
13330  lo
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 </row>
13348 <row>
13349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 H
13354 \backslash
13355 raisebox{-2mm
13356 \begin_inset Formula $\to$
13357 \end_inset
13358
13359
13360 \backslash
13361 {al
13362 \begin_inset Formula $\to$
13363 \end_inset
13364
13365 lo
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 </row>
13383 <row>
13384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 A=
13389 \backslash
13390 raisebox{-2mm
13391 \begin_inset Formula $\to$
13392 \end_inset
13393
13394
13395 \backslash
13396 {
13397 \family sans
13398 Strg+M Strg+M
13399 \family default
13400  
13401 \backslash
13402 sqrt
13403 \begin_inset ERT
13404 status collapsed
13405
13406 \begin_layout Plain Layout
13407
13408
13409 \backslash
13410 leer 
13411 \end_layout
13412
13413 \end_inset
13414
13415
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 </row>
13433 </lyxtabular>
13434
13435 \end_inset
13436
13437
13438 \end_layout
13439
13440 \begin_layout Standard
13441 Der Befehl 
13442 \series bold
13443
13444 \backslash
13445 mbox
13446 \series default
13447  ist äquivalent zu 
13448 \series bold
13449
13450 \backslash
13451 fbox
13452 \series default
13453  und 
13454 \series bold
13455
13456 \backslash
13457 makebox
13458 \series default
13459  ist äquivalent zu 
13460 \series bold
13461
13462 \backslash
13463 framebox
13464 \series default
13465 , nur dass es keinen Rahmen gibt.
13466 \end_layout
13467
13468 \begin_layout Subsection
13469 Farbige Boxen
13470 \begin_inset CommandInset label
13471 LatexCommand label
13472 name "sub:Farbige-Boxen"
13473
13474 \end_inset
13475
13476
13477 \begin_inset Index idx
13478 status collapsed
13479
13480 \begin_layout Plain Layout
13481 Boxen ! farbige
13482 \end_layout
13483
13484 \end_inset
13485
13486
13487 \end_layout
13488
13489 \begin_layout Standard
13490 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13491  im LaTeX-Vorspann das LaTeX-Paket 
13492 \series bold
13493 color
13494 \series default
13495
13496 \begin_inset Foot
13497 status collapsed
13498
13499 \begin_layout Plain Layout
13500 Das Paket 
13501 \series bold
13502 color
13503 \series default
13504  ist Teil jeder LaTeX-Standardinstallation.
13505 \end_layout
13506
13507 \end_inset
13508
13509
13510 \begin_inset Index idx
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514 Pakete ! color
13515 \end_layout
13516
13517 \end_inset
13518
13519  mit der Zeile
13520 \end_layout
13521
13522 \begin_layout Standard
13523
13524 \series bold
13525
13526 \backslash
13527 usepackage{color}
13528 \end_layout
13529
13530 \begin_layout Standard
13531 geladen werden
13532 \begin_inset Foot
13533 status collapsed
13534
13535 \begin_layout Plain Layout
13536 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13537  LyX das LaTeX-Paket 
13538 \series bold
13539 color
13540 \series default
13541  automatisch.
13542  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13543  keine Probleme hervorruft.
13544 \end_layout
13545
13546 \end_inset
13547
13548
13549 \begin_inset Note Note
13550 status collapsed
13551
13552 \begin_layout Plain Layout
13553 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13554  ein Makro eingefügt.
13555 \end_layout
13556
13557 \end_inset
13558
13559 .
13560 \end_layout
13561
13562 \begin_layout Standard
13563 \begin_inset VSpace medskip
13564 \end_inset
13565
13566 Um Boxen einzufärben, verwendet man den Befehl 
13567 \series bold
13568
13569 \backslash
13570 colorbox
13571 \series default
13572
13573 \begin_inset Index idx
13574 status collapsed
13575
13576 \begin_layout Plain Layout
13577 Befehle ! C ! 
13578 \backslash
13579 colorbox
13580 \end_layout
13581
13582 \end_inset
13583
13584  nach folgendem Schema:
13585 \end_layout
13586
13587 \begin_layout Standard
13588
13589 \series bold
13590
13591 \backslash
13592 colorbox{Farbe}{Boxinhalt}
13593 \end_layout
13594
13595 \begin_layout Standard
13596 Der Boxinhalt kann auch wieder eine Box sein und eine 
13597 \series bold
13598
13599 \backslash
13600 colorbox
13601 \series default
13602  kann auch ein Teil einer anderen Box sein (siehe 2.
13603  und 3.
13604  Beispiel).
13605  Soll in der Box eine Formel stehen, muss wie bei 
13606 \series bold
13607
13608 \backslash
13609 raisebox
13610 \series default
13611  eine weitere Formel erstellt werden.
13612 \begin_inset Foot
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616 Das gilt auch für den Befehl 
13617 \series bold
13618
13619 \backslash
13620 fcolorbox
13621 \series default
13622 .
13623 \end_layout
13624
13625 \end_inset
13626
13627
13628 \end_layout
13629
13630 \begin_layout Standard
13631 Aus folgenden vordefinierten Farben kann gewählt werden:
13632 \end_layout
13633
13634 \begin_layout Standard
13635
13636 \series bold
13637 black
13638 \series default
13639
13640 \series bold
13641 blue
13642 \series default
13643
13644 \series bold
13645 cyan
13646 \series default
13647
13648 \series bold
13649 green
13650 \series default
13651
13652 \series bold
13653 magenta
13654 \series default
13655
13656 \series bold
13657 red
13658 \series default
13659
13660 \series bold
13661 white
13662 \series default
13663  und 
13664 \series bold
13665 yellow
13666 \end_layout
13667
13668 \begin_layout Standard
13669 \align center
13670 \begin_inset Tabular
13671 <lyxtabular version="3" rows="4" columns="2">
13672 <features tabularvalignment="middle">
13673 <column alignment="center" valignment="top" width="0">
13674 <column alignment="center" valignment="top" width="0">
13675 <row>
13676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 Befehl
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 Ergebnis
13690 \begin_inset Note Note
13691 status collapsed
13692
13693 \begin_layout Plain Layout
13694
13695 \series bold
13696
13697 \backslash
13698 raisebox
13699 \series default
13700  dient nur als Abstandhalter.
13701 \end_layout
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 </row>
13711 <row>
13712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13713 \begin_inset Text
13714
13715 \begin_layout Plain Layout
13716
13717 \backslash
13718 colorbox{yellow
13719 \begin_inset Formula $\to$
13720 \end_inset
13721
13722
13723 \backslash
13724 {A=B
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13734 \end_inset
13735
13736
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 </row>
13742 <row>
13743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747
13748 \backslash
13749 colorbox{green
13750 \begin_inset Formula $\to$
13751 \end_inset
13752
13753
13754 \backslash
13755 {
13756 \backslash
13757 fbox
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763
13764 \backslash
13765 leer 
13766 \end_layout
13767
13768 \end_inset
13769
13770 A=B
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 </row>
13788 <row>
13789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793
13794 \backslash
13795 fbox
13796 \begin_inset ERT
13797 status collapsed
13798
13799 \begin_layout Plain Layout
13800
13801
13802 \backslash
13803 leer 
13804 \end_layout
13805
13806 \end_inset
13807
13808
13809 \backslash
13810 colorbox{green
13811 \begin_inset Formula $\to$
13812 \end_inset
13813
13814
13815 \backslash
13816 {
13817 \family sans
13818 Strg+M Strg+M
13819 \family default
13820  
13821 \backslash
13822 int
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828
13829 \backslash
13830 leer 
13831 \end_layout
13832
13833 \end_inset
13834
13835 C=D
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 </row>
13853 </lyxtabular>
13854
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \begin_layout Standard
13861
13862 \series bold
13863
13864 \backslash
13865 colorbox
13866 \series default
13867  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13868  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13869  
13870 \family sans
13871 Textstil
13872 \family default
13873  die gewünschte Farbe aus.
13874  Der Dialog kann mit dem Werkzeugleistenknopf 
13875 \begin_inset Graphics
13876         filename ../../images/dialog-show_character.png
13877         scale 85
13878
13879 \end_inset
13880
13881  oder dem Menü 
13882 \family sans
13883 Bearbeiten\SpecialChar \menuseparator
13884 Textstil\SpecialChar \menuseparator
13885 Benutzerdefiniert
13886 \family default
13887  aufgerufen werden.
13888  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13889  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13890  innerhalb der Formel die Farbe geändert werden.
13891 \end_layout
13892
13893 \begin_layout Standard
13894 Ein Beispiel:
13895 \end_layout
13896
13897 \begin_layout Standard
13898
13899 \color red
13900 \begin_inset Formula \begin{equation}
13901 \int A=B\label{eq:rot}\end{equation}
13902
13903 \end_inset
13904
13905
13906 \color green
13907
13908 \begin_inset Formula \begin{equation}
13909 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13910
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \begin_layout Standard
13917 Formel 
13918 \begin_inset CommandInset ref
13919 LatexCommand eqref
13920 reference "eq:rot"
13921
13922 \end_inset
13923
13924  ist komplett rot gefärbt.
13925 \begin_inset Newline newline
13926 \end_inset
13927
13928 Formel 
13929 \begin_inset CommandInset ref
13930 LatexCommand eqref
13931 reference "eq:rotgruen"
13932
13933 \end_inset
13934
13935  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13936  Anschließend wurden die Formelzeichen rot gefärbt.
13937 \end_layout
13938
13939 \begin_layout Standard
13940 \begin_inset VSpace bigskip
13941 \end_inset
13942
13943 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13944  den Befehl 
13945 \series bold
13946
13947 \backslash
13948 fcolorbox
13949 \series default
13950
13951 \begin_inset Index idx
13952 status collapsed
13953
13954 \begin_layout Plain Layout
13955 Befehle ! F ! 
13956 \backslash
13957 fcolorbox
13958 \end_layout
13959
13960 \end_inset
13961
13962  nach folgendem Schema:
13963 \end_layout
13964
13965 \begin_layout Standard
13966
13967 \series bold
13968
13969 \backslash
13970 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13971 \end_layout
13972
13973 \begin_layout Standard
13974
13975 \series bold
13976
13977 \backslash
13978 fcolorbox
13979 \series default
13980  stellt also eine Erweiterung des Befehls 
13981 \series bold
13982
13983 \backslash
13984 colorbox
13985 \series default
13986  dar.
13987  Die Rahmenbreite wird, wie bei 
13988 \series bold
13989
13990 \backslash
13991 framebox
13992 \series default
13993 , mit 
13994 \series bold
13995
13996 \backslash
13997 fboxrule
13998 \series default
13999  und 
14000 \series bold
14001
14002 \backslash
14003 fboxsep
14004 \series default
14005  festgelegt.
14006  Ein Beispiel:
14007 \begin_inset ERT
14008 status collapsed
14009
14010 \begin_layout Plain Layout
14011
14012
14013 \backslash
14014 fboxrule 1mm 
14015 \backslash
14016 fboxsep 1mm
14017 \end_layout
14018
14019 \end_inset
14020
14021
14022 \begin_inset Formula \[
14023 \fcolorbox{cyan}{magenta}{A=B}\]
14024
14025 \end_inset
14026
14027
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033
14034 \backslash
14035 fboxrule 0.4pt 
14036 \backslash
14037 fboxsep 3pt
14038 \end_layout
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046 Diese Formel wurde mit folgendem Befehl erstellt:
14047 \begin_inset Newline newline
14048 \end_inset
14049
14050
14051 \series bold
14052
14053 \backslash
14054 fcolorbox{cyan
14055 \begin_inset Formula $\to$
14056 \end_inset
14057
14058
14059 \backslash
14060 {magenta
14061 \begin_inset Formula $\to$
14062 \end_inset
14063
14064
14065 \backslash
14066 {A=B
14067 \end_layout
14068
14069 \begin_layout Standard
14070 \begin_inset VSpace bigskip
14071 \end_inset
14072
14073 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14074  selbst definieren.
14075 \end_layout
14076
14077 \begin_layout Standard
14078 Man kann z.
14079 \begin_inset space \thinspace{}
14080 \end_inset
14081
14082 B.
14083  mit folgender LaTeX-Vorspannzeile die Farbe 
14084 \begin_inset Quotes gld
14085 \end_inset
14086
14087
14088 \series bold
14089 dunkelgruen
14090 \series default
14091
14092 \begin_inset Quotes grd
14093 \end_inset
14094
14095
14096 \begin_inset Foot
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100 In Befehlen darf kein Umlaut stehen, siehe 
14101 \begin_inset CommandInset ref
14102 LatexCommand ref
14103 reference "sec:Benutzerdefinierte-Befehle"
14104
14105 \end_inset
14106
14107 .
14108 \end_layout
14109
14110 \end_inset
14111
14112  definieren:
14113 \end_layout
14114
14115 \begin_layout Standard
14116
14117 \series bold
14118
14119 \backslash
14120 definecolor{dunkelgruen}{cmyk}{0.5,
14121 \series default
14122  
14123 \series bold
14124 0,
14125 \series default
14126  
14127 \series bold
14128 1,
14129 \series default
14130  
14131 \series bold
14132 0.5}
14133 \series default
14134
14135 \begin_inset Index idx
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139 Befehle ! D ! 
14140 \backslash
14141 definecolor
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150
14151 \series bold
14152 cmyk
14153 \series default
14154  ist der Farbraum und steht für die Farben 
14155 \series bold
14156 cyan
14157 \series default
14158
14159 \series bold
14160 magenta
14161 \series default
14162
14163 \series bold
14164 yellow
14165 \series default
14166  und 
14167 \series bold
14168 black
14169 \series default
14170 .
14171  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14172  Für den Anteil kann man Werte im Bereich 0
14173 \begin_inset space \thinspace{}
14174 \end_inset
14175
14176 -
14177 \begin_inset space \thinspace{}
14178 \end_inset
14179
14180 1 angeben.
14181  Anstelle von 
14182 \series bold
14183 cmyk
14184 \series default
14185  kann man zur Definition auch den Farbraum 
14186 \series bold
14187 rgb
14188 \series default
14189  verwenden.
14190  
14191 \series bold
14192 rgb
14193 \series default
14194  steht für 
14195 \series bold
14196 red
14197 \series default
14198
14199 \series bold
14200 green
14201 \series default
14202  und 
14203 \series bold
14204 blue
14205 \series default
14206 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14207  Des Weiteren gibt es noch den Farbraum 
14208 \series bold
14209 gray
14210 \series default
14211 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14212 \end_layout
14213
14214 \begin_layout Standard
14215 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14216 \series bold
14217 darkgreen
14218 \series default
14219 , bei der die Zeichenfarbe 
14220 \series bold
14221 yellow
14222 \series default
14223  gewählt wurde:
14224 \begin_inset Formula \begin{equation}
14225 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14226
14227 \end_inset
14228
14229
14230 \end_layout
14231
14232 \begin_layout Standard
14233 Selbst definierte Farben können mit dem Befehl 
14234 \series bold
14235
14236 \backslash
14237 textcolor
14238 \series default
14239  auch für Text
14240 \begin_inset Index idx
14241 status collapsed
14242
14243 \begin_layout Plain Layout
14244 Text ! farbiger
14245 \end_layout
14246
14247 \end_inset
14248
14249  verwendet werden:
14250 \end_layout
14251
14252 \begin_layout Standard
14253 \begin_inset ERT
14254 status collapsed
14255
14256 \begin_layout Plain Layout
14257
14258
14259 \backslash
14260 textcolor{dunkelgruen}{
14261 \end_layout
14262
14263 \end_inset
14264
14265 Dieser Satz ist 
14266 \begin_inset Quotes gld
14267 \end_inset
14268
14269 dunkelgruen
14270 \begin_inset Quotes grd
14271 \end_inset
14272
14273 .
14274 \begin_inset ERT
14275 status collapsed
14276
14277 \begin_layout Plain Layout
14278
14279 }
14280 \end_layout
14281
14282 \end_inset
14283
14284
14285 \end_layout
14286
14287 \begin_layout Standard
14288
14289 \series bold
14290
14291 \backslash
14292 textcolor
14293 \series default
14294
14295 \begin_inset Index idx
14296 status collapsed
14297
14298 \begin_layout Plain Layout
14299 Befehle ! T ! 
14300 \backslash
14301 textcolor
14302 \end_layout
14303
14304 \end_inset
14305
14306  wird nach dem Schema 
14307 \series bold
14308
14309 \backslash
14310 textcolor{Farbe}{zu
14311 \series default
14312  
14313 \series bold
14314 färbende
14315 \series default
14316  
14317 \series bold
14318 Zeichen}
14319 \series default
14320  verwendet.
14321 \end_layout
14322
14323 \begin_layout Subsection
14324 Absatzboxen
14325 \begin_inset CommandInset label
14326 LatexCommand label
14327 name "sub:Absatzboxen"
14328
14329 \end_inset
14330
14331
14332 \begin_inset Index idx
14333 status collapsed
14334
14335 \begin_layout Plain Layout
14336 Boxen ! Absatz-
14337 \end_layout
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \begin_layout Standard
14345 Mit dem Menü 
14346 \family sans
14347 Einfügen\SpecialChar \menuseparator
14348 Box
14349 \family default
14350  oder dem Werkzeugleistenknopf 
14351 \begin_inset Graphics
14352         filename ../../images/box-insert.png
14353         scale 85
14354
14355 \end_inset
14356
14357  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14358  eine so genannte 
14359 \emph on
14360 Parbox
14361 \emph default
14362  (Absatzbox).
14363 \end_layout
14364
14365 \begin_layout Standard
14366 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14367 \end_layout
14368
14369 \begin_layout Standard
14370 \begin_inset VSpace medskip
14371 \end_inset
14372
14373 Dies ist eine Zeile 
14374 \begin_inset Box Boxed
14375 position "c"
14376 hor_pos "c"
14377 has_inner_box 1
14378 inner_pos "t"
14379 use_parbox 1
14380 use_makebox 0
14381 width "5cm"
14382 special "none"
14383 height "1in"
14384 height_special "totalheight"
14385 status open
14386
14387 \begin_layout Plain Layout
14388 Dies ist die Absatzbox.
14389  Sie ist genau 5
14390 \begin_inset space \thinspace{}
14391 \end_inset
14392
14393 cm lang und kann auch Formeln enthalten: 
14394 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14395 \end_inset
14396
14397
14398 \end_layout
14399
14400 \end_inset
14401
14402  mit einer Absatzbox.
14403 \begin_inset VSpace medskip
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \begin_layout Standard
14410 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14411  graue Box mit dem Namen 
14412 \begin_inset Quotes gld
14413 \end_inset
14414
14415 Box(Gerahmt)
14416 \begin_inset Quotes grd
14417 \end_inset
14418
14419  klickt.
14420  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14421  In diesem Fall: 
14422 \emph on
14423 Verzierung
14424 \emph default
14425 : Rechteckige Box, 
14426 \emph on
14427 Innere Box
14428 \emph default
14429 : Parbox, 
14430 \emph on
14431 Breite
14432 \emph default
14433 : 5
14434 \begin_inset space \thinspace{}
14435 \end_inset
14436
14437 cm, 
14438 \emph on
14439 Vertikale Box Ausrichtung
14440 \emph default
14441 : Mitte
14442 \end_layout
14443
14444 \begin_layout Standard
14445 \begin_inset VSpace medskip
14446 \end_inset
14447
14448 In LaTeX wird eine Absatzbox mit dem Befehl 
14449 \series bold
14450
14451 \backslash
14452 parbox
14453 \series default
14454
14455 \begin_inset Index idx
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459 Befehle ! P ! 
14460 \backslash
14461 parbox
14462 \end_layout
14463
14464 \end_inset
14465
14466  erstellt, welcher folgendes Schema besitzt:
14467 \end_layout
14468
14469 \begin_layout Standard
14470
14471 \series bold
14472
14473 \backslash
14474 parbox[Position]{Breite}{Boxinhalt}
14475 \end_layout
14476
14477 \begin_layout Standard
14478 Die Positionen 
14479 \emph on
14480 b
14481 \emph default
14482  und 
14483 \emph on
14484 t
14485 \emph default
14486  sind möglich.
14487  
14488 \emph on
14489 b
14490 \emph default
14491  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14492  Text eingepasst wird.
14493  Bei 
14494 \emph on
14495 t
14496 \emph default
14497  wie top geschieht dies für die erste Zeile.
14498  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14499  siehe das Kapitel 
14500 \emph on
14501 Boxen
14502 \emph default
14503  des Handbuchs
14504 \emph on
14505  Eingebettete
14506 \begin_inset space ~
14507 \end_inset
14508
14509 Objekte
14510 \emph default
14511  für Beispiele.
14512 \end_layout
14513
14514 \begin_layout Standard
14515 \begin_inset VSpace bigskip
14516 \end_inset
14517
14518 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14519  in eine Absatzbox setzen.
14520  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14521 \series bold
14522
14523 \backslash
14524 fbox{
14525 \backslash
14526 parbox{
14527 \backslash
14528 linewidth-2
14529 \backslash
14530 fboxsep-2
14531 \backslash
14532 fboxrule}{
14533 \series default
14534 .
14535  Hierbei steht 
14536 \series bold
14537
14538 \backslash
14539 linewidth
14540 \series default
14541
14542 \begin_inset Index idx
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546 Befehle ! L ! 
14547 \backslash
14548 linewidth
14549 \end_layout
14550
14551 \end_inset
14552
14553  für die im Dokument eingestellte Zeilenbreite.
14554  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14555 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14556  Da dies LyX aufgrund eines Fehlers
14557 \begin_inset Foot
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561 \begin_inset CommandInset href
14562 LatexCommand href
14563 name "LyX-Fehler #4483"
14564 target "http://www.lyx.org/trac/ticket/4483"
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \end_inset
14572
14573  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14574  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14575 spann das LaTeX-Paket 
14576 \series bold
14577 calc
14578 \series default
14579
14580 \begin_inset Foot
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584
14585 \series bold
14586 calc
14587 \series default
14588  ist Teil jeder LaTeX-Standardinstallation.
14589 \end_layout
14590
14591 \end_inset
14592
14593
14594 \begin_inset Index idx
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598 Pakete ! calc
14599 \end_layout
14600
14601 \end_inset
14602
14603  mit der Zeile
14604 \end_layout
14605
14606 \begin_layout Standard
14607
14608 \series bold
14609
14610 \backslash
14611 usepackage{calc}
14612 \end_layout
14613
14614 \begin_layout Standard
14615 geladen werden.
14616  Nach der Formel werden beide Boxen geschlossen, indem man 
14617 \series bold
14618 }}
14619 \series default
14620  im TeX-Modus eingibt.
14621  Dazu ein Beispiel:
14622 \begin_inset ERT
14623 status collapsed
14624
14625 \begin_layout Plain Layout
14626
14627
14628 \backslash
14629 fboxsep 5mm 
14630 \backslash
14631 fboxrule 5mm
14632 \end_layout
14633
14634 \end_inset
14635
14636
14637 \end_layout
14638
14639 \begin_layout Standard
14640 \begin_inset ERT
14641 status collapsed
14642
14643 \begin_layout Plain Layout
14644
14645
14646 \backslash
14647 fbox{
14648 \backslash
14649 parbox{
14650 \backslash
14651 linewidth-2
14652 \backslash
14653 fboxsep-2
14654 \backslash
14655 fboxrule}{
14656 \end_layout
14657
14658 \end_inset
14659
14660
14661 \begin_inset Formula \begin{equation}
14662 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14663
14664 \end_inset
14665
14666
14667 \begin_inset ERT
14668 status collapsed
14669
14670 \begin_layout Plain Layout
14671
14672 }}
14673 \end_layout
14674
14675 \end_inset
14676
14677
14678 \begin_inset ERT
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682
14683
14684 \backslash
14685 fboxrule 0.4pt 
14686 \backslash
14687 fboxsep 3pt
14688 \end_layout
14689
14690 \end_inset
14691
14692
14693 \end_layout
14694
14695 \begin_layout Standard
14696 \begin_inset VSpace medskip
14697 \end_inset
14698
14699 Da im Argument von 
14700 \series bold
14701
14702 \backslash
14703 fbox
14704 \series default
14705  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14706  keinen Unterschied zwischen 
14707 \series bold
14708
14709 \backslash
14710 fbox
14711 \series default
14712  und 
14713 \series bold
14714
14715 \backslash
14716 boxed
14717 \series default
14718 .
14719 \end_layout
14720
14721 \begin_layout Standard
14722 \begin_inset VSpace bigskip
14723 \end_inset
14724
14725 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14726  Dazu verwendet man 
14727 \series bold
14728
14729 \backslash
14730 parbox
14731 \series default
14732  in Verbindung mit dem Befehl 
14733 \series bold
14734
14735 \backslash
14736 tag
14737 \series default
14738 .
14739  (mehr zu 
14740 \series bold
14741
14742 \backslash
14743 tag
14744 \series default
14745  siehe 
14746 \begin_inset CommandInset ref
14747 LatexCommand ref
14748 reference "sub:Benutzerdefinierte-Nummerierung"
14749
14750 \end_inset
14751
14752 )
14753 \end_layout
14754
14755 \begin_layout Standard
14756 Ein Beispiel einer mit Hilfe von 
14757 \series bold
14758
14759 \backslash
14760 parbox
14761 \series default
14762  kommentierten Formel:
14763 \end_layout
14764
14765 \begin_layout Standard
14766 \begin_inset ERT
14767 status collapsed
14768
14769 \begin_layout Plain Layout
14770
14771
14772 \backslash
14773 [5x-7b=3b
14774 \backslash
14775 tag*{
14776 \backslash
14777 parbox{5cm}{
14778 \end_layout
14779
14780 \end_inset
14781
14782 Dies ist eine Beschreibung.
14783  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14784 \begin_inset ERT
14785 status collapsed
14786
14787 \begin_layout Plain Layout
14788
14789 }}
14790 \backslash
14791 ]
14792 \end_layout
14793
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \begin_layout Standard
14800 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14801  Befehl 
14802 \series bold
14803
14804 \backslash
14805 parbox
14806 \series default
14807  in Formeln noch nicht unterstützt.
14808  Die Formel wird mit folgender Befehlssequenz erstellt:
14809 \end_layout
14810
14811 \begin_layout Standard
14812 Der Befehl 
14813 \series bold
14814
14815 \backslash
14816 [5x-7b=3b
14817 \backslash
14818 tag*
14819 \backslash
14820 {
14821 \backslash
14822 parbox{5cm}{
14823 \series default
14824  wird im TeX-Modus eingegeben.
14825 \begin_inset Foot
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829 Ist der Formelstil 
14830 \series bold
14831 Eingerückt
14832 \series default
14833  aktiviert, kann 
14834 \series bold
14835
14836 \backslash
14837 tag*
14838 \backslash
14839 {
14840 \series default
14841  auch durch 
14842 \series bold
14843
14844 \backslash
14845 hfill
14846 \series default
14847  ersetzt werden.
14848  (Formelstile siehe 
14849 \begin_inset CommandInset ref
14850 LatexCommand ref
14851 reference "sec:Formelstile"
14852
14853 \end_inset
14854
14855 )
14856 \end_layout
14857
14858 \end_inset
14859
14860  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14861 \series bold
14862 }}
14863 \backslash
14864 ]
14865 \series default
14866  im TeX-Modus ein.
14867  Die Befehle 
14868 \series bold
14869
14870 \backslash
14871 [
14872 \series default
14873  und 
14874 \series bold
14875
14876 \backslash
14877 ]
14878 \series default
14879  erstellen hierbei eine abgesetzte Formel.
14880 \end_layout
14881
14882 \begin_layout Standard
14883 Die Vorteile von 
14884 \series bold
14885
14886 \backslash
14887 parbox
14888 \series default
14889  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14890  Textmodus 
14891 \begin_inset Quotes gld
14892 \end_inset
14893
14894 kommentiert
14895 \begin_inset Quotes grd
14896 \end_inset
14897
14898  wurde:
14899 \begin_inset Formula \[
14900 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14901
14902 \end_inset
14903
14904
14905 \end_layout
14906
14907 \begin_layout Section
14908 Operatoren
14909 \begin_inset Index idx
14910 status collapsed
14911
14912 \begin_layout Plain Layout
14913 Operatoren
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \begin_layout Subsection
14922 Große Operatoren
14923 \begin_inset CommandInset label
14924 LatexCommand label
14925 name "sub:Große-Operatoren"
14926
14927 \end_inset
14928
14929
14930 \begin_inset Index idx
14931 status collapsed
14932
14933 \begin_layout Plain Layout
14934 Operatoren ! große
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \begin_inset Index idx
14941 status collapsed
14942
14943 \begin_layout Plain Layout
14944 Summen
14945 \end_layout
14946
14947 \end_inset
14948
14949
14950 \begin_inset Index idx
14951 status collapsed
14952
14953 \begin_layout Plain Layout
14954 Integrale
14955 \end_layout
14956
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \begin_layout Standard
14963 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14964  sind, muss die Option 
14965 \family sans
14966 esint-Paket automatisch verwenden
14967 \family default
14968  in den Dokumenteinstellungen unter 
14969 \family sans
14970 Mathe-Optionen
14971 \family default
14972  gewählt sein.
14973 \end_layout
14974
14975 \begin_layout Standard
14976 \begin_inset space \hfill{}
14977 \end_inset
14978
14979
14980 \begin_inset Tabular
14981 <lyxtabular version="3" rows="11" columns="2">
14982 <features tabularvalignment="middle">
14983 <column alignment="center" valignment="top" width="0pt">
14984 <column alignment="center" valignment="top" width="0pt">
14985 <row>
14986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 Befehl
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999 Ergebnis
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 </row>
15005 <row>
15006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010
15011 \backslash
15012 int
15013 \begin_inset Index idx
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017 Befehle ! I ! 
15018 \backslash
15019 int
15020 \end_layout
15021
15022 \end_inset
15023
15024
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 \begin_inset Formula $\int$
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 </row>
15042 <row>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047
15048 \backslash
15049 oint
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 \begin_inset Formula $\oint$
15059 \end_inset
15060
15061
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 </row>
15067 <row>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072
15073 \backslash
15074 ointctrclockwise
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 \begin_inset Formula $\ointctrclockwise$
15084 \end_inset
15085
15086
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \backslash
15099 ointclockwise
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 \begin_inset Formula $\ointclockwise$
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \backslash
15124 sqint
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset Formula $\sqint$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \backslash
15149 fint
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158  
15159 \begin_inset Formula $\fint$
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 <row>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \backslash
15175 landupint
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184  
15185 \begin_inset Formula $\landupint$
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \backslash
15201 landdownint
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210  
15211 \begin_inset Formula $\landdownint$
15212 \end_inset
15213
15214
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 <row>
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225
15226 \backslash
15227 bigcap
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236 \begin_inset Formula $\bigcap$
15237 \end_inset
15238
15239
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 </row>
15245 <row>
15246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250
15251 \backslash
15252 bigcup
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261 \begin_inset Formula $\bigcup$
15262 \end_inset
15263
15264
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 </row>
15270 </lyxtabular>
15271
15272 \end_inset
15273
15274
15275 \begin_inset space \hfill{}
15276 \end_inset
15277
15278
15279 \begin_inset Tabular
15280 <lyxtabular version="3" rows="11" columns="2">
15281 <features tabularvalignment="middle">
15282 <column alignment="center" valignment="top" width="0pt">
15283 <column alignment="center" valignment="top" width="0pt">
15284 <row>
15285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 Befehl
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 Ergebnis
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309
15310 \backslash
15311 sum
15312 \begin_inset Index idx
15313 status collapsed
15314
15315 \begin_layout Plain Layout
15316 Befehle ! S ! 
15317 \backslash
15318 sum
15319 \end_layout
15320
15321 \end_inset
15322
15323
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332 \begin_inset Formula $\sum$
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 </row>
15341 <row>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346
15347 \backslash
15348 prod
15349 \begin_inset Index idx
15350 status collapsed
15351
15352 \begin_layout Plain Layout
15353 Befehle ! P ! 
15354 \backslash
15355 prod
15356 \end_layout
15357
15358 \end_inset
15359
15360
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369 \begin_inset Formula $\prod$
15370 \end_inset
15371
15372
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 </row>
15378 <row>
15379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383
15384 \backslash
15385 coprod
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394 \begin_inset Formula $\coprod$
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 </row>
15403 <row>
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408
15409 \backslash
15410 bigodot
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 \begin_inset Formula $\bigodot$
15420 \end_inset
15421
15422
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 </row>
15428 <row>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433
15434 \backslash
15435 bigotimes
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444 \begin_inset Formula $\bigotimes$
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 </row>
15453 <row>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \backslash
15460 bigoplus
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469 \begin_inset Formula $\bigoplus$
15470 \end_inset
15471
15472
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 </row>
15478 <row>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483
15484 \backslash
15485 bigwedge
15486 \end_layout
15487
15488 \end_inset
15489 </cell>
15490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494 \begin_inset Formula $\bigwedge$
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 </row>
15503 <row>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \backslash
15510 bigvee
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519 \begin_inset Formula $\bigvee$
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row>
15529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \backslash
15535 bigsqcup
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 \begin_inset Formula $\bigsqcup$
15545 \end_inset
15546
15547
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 </row>
15553 <row>
15554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558
15559 \backslash
15560 biguplus
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Formula $\biguplus$
15570 \end_inset
15571
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 </lyxtabular>
15579
15580 \end_inset
15581
15582
15583 \begin_inset space \hfill{}
15584 \end_inset
15585
15586
15587 \end_layout
15588
15589 \begin_layout Standard
15590 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15591 \begin_inset Graphics
15592         filename ../../images/math/intop.png
15593         scale 85
15594
15595 \end_inset
15596
15597  eingefügt werden.
15598 \end_layout
15599
15600 \begin_layout Standard
15601 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15602  Teil gleich aussehenden binären Operatoren.
15603  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15604  beschrieben.
15605 \end_layout
15606
15607 \begin_layout Standard
15608 Für alle Integrale gibt es Befehle, die auf 
15609 \series bold
15610 op
15611 \series default
15612  enden: 
15613 \series bold
15614
15615 \backslash
15616 intop
15617 \series default
15618
15619 \series bold
15620
15621 \backslash
15622 ointop
15623 \series default
15624  usw..
15625  Diese unterscheiden sich von 
15626 \series bold
15627
15628 \backslash
15629 int
15630 \series default
15631  usw.
15632 \begin_inset space \space{}
15633 \end_inset
15634
15635 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15636 \begin_inset CommandInset ref
15637 LatexCommand ref
15638 reference "sub:Operatorgrenzen"
15639
15640 \end_inset
15641
15642 .
15643  
15644 \end_layout
15645
15646 \begin_layout Subsubsection*
15647 Hinweise zu Integralen
15648 \end_layout
15649
15650 \begin_layout Standard
15651 Der Buchstabe 
15652 \emph on
15653 d
15654 \emph default
15655  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15656  muss.
15657  Dazu markiert man das 
15658 \emph on
15659 d
15660 \emph default
15661  und wandelt es mit der Tastenkombination 
15662 \family sans
15663 Alt+Z
15664 \begin_inset space ~
15665 \end_inset
15666
15667 R
15668 \family default
15669
15670 \begin_inset Foot
15671 status collapsed
15672
15673 \begin_layout Plain Layout
15674 Schriftstile siehe 
15675 \begin_inset CommandInset ref
15676 LatexCommand ref
15677 reference "sub:Schriftstile"
15678
15679 \end_inset
15680
15681
15682 \end_layout
15683
15684 \end_inset
15685
15686  um.
15687  Anschließend fügt man vor dem 
15688 \emph on
15689 d
15690 \emph default
15691 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15692  Dazu ein Beispiel:
15693 \end_layout
15694
15695 \begin_layout Standard
15696 inkorrekt: 
15697 \begin_inset Formula $\int A(x)dx$
15698 \end_inset
15699
15700
15701 \begin_inset Newline newline
15702 \end_inset
15703
15704
15705 \begin_inset Phantom HPhantom
15706 status open
15707
15708 \begin_layout Plain Layout
15709 in
15710 \end_layout
15711
15712 \end_inset
15713
15714 korrekt: 
15715 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15716 \end_inset
15717
15718
15719 \end_layout
15720
15721 \begin_layout Standard
15722 \begin_inset VSpace medskip
15723 \end_inset
15724
15725 Für Mehrfachintegrale gibt es folgende Befehle:
15726 \begin_inset VSpace medskip
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \begin_layout Standard
15733 \begin_inset space \hfill{}
15734 \end_inset
15735
15736
15737 \begin_inset Tabular
15738 <lyxtabular version="3" rows="4" columns="2">
15739 <features tabularvalignment="middle">
15740 <column alignment="center" valignment="top" width="0">
15741 <column alignment="center" valignment="top" width="0">
15742 <row>
15743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747 Befehl
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 Ergebnis
15757 \begin_inset Note Note
15758 status collapsed
15759
15760 \begin_layout Plain Layout
15761
15762 \series bold
15763
15764 \backslash
15765 raisebox
15766 \series default
15767  dient nur als Abstandhalter.
15768 \end_layout
15769
15770 \end_inset
15771
15772
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \backslash
15785 iint
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \backslash
15810 oiint
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \backslash
15835 sqiint
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 </lyxtabular>
15854
15855 \end_inset
15856
15857
15858 \begin_inset space \hfill{}
15859 \end_inset
15860
15861
15862 \begin_inset Tabular
15863 <lyxtabular version="3" rows="4" columns="2">
15864 <features tabularvalignment="middle">
15865 <column alignment="center" valignment="top" width="0">
15866 <column alignment="center" valignment="top" width="0">
15867 <row>
15868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 Befehl
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 Ergebnis
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 </row>
15887 <row>
15888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892
15893 \backslash
15894 iiint
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15904 \end_inset
15905
15906
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 </row>
15912 <row>
15913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917
15918 \backslash
15919 iiiint
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15929 \end_inset
15930
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 </row>
15937 <row>
15938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942
15943 \backslash
15944 dotsint
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 </row>
15962 </lyxtabular>
15963
15964 \end_inset
15965
15966
15967 \begin_inset space \hfill{}
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \begin_layout Subsection
15974 Operatorgrenzen
15975 \begin_inset CommandInset label
15976 LatexCommand label
15977 name "sub:Operatorgrenzen"
15978
15979 \end_inset
15980
15981
15982 \begin_inset Index idx
15983 status collapsed
15984
15985 \begin_layout Plain Layout
15986 Operatoren ! Grenzen
15987 \end_layout
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \begin_layout Standard
15995 Grenzen werden durch Hoch- bzw.
15996  Tiefstellen erzeugt:
15997 \end_layout
15998
15999 \begin_layout Standard
16000 \align center
16001 \begin_inset Tabular
16002 <lyxtabular version="3" rows="2" columns="2">
16003 <features tabularvalignment="middle">
16004 <column alignment="center" valignment="top" width="0pt">
16005 <column alignment="center" valignment="top" width="0pt">
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011 Befehl
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 Ergebnis
16021 \begin_inset Note Note
16022 status collapsed
16023
16024 \begin_layout Plain Layout
16025
16026 \series bold
16027
16028 \backslash
16029 raisebox
16030 \series default
16031  dient nur als Abstandhalter.
16032 \end_layout
16033
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 </row>
16042 <row>
16043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047
16048 \backslash
16049 prod^
16050 \backslash
16051 infty
16052 \begin_inset ERT
16053 status collapsed
16054
16055 \begin_layout Plain Layout
16056
16057
16058 \backslash
16059 leer 
16060 \end_layout
16061
16062 \end_inset
16063
16064
16065 \begin_inset Formula $\to$
16066 \end_inset
16067
16068 _0
16069 \begin_inset Formula $\to$
16070 \end_inset
16071
16072 A(x)
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16082 \end_inset
16083
16084
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 </row>
16090 </lyxtabular>
16091
16092 \end_inset
16093
16094
16095 \end_layout
16096
16097 \begin_layout Standard
16098 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16099  Operator gesetzt.
16100  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16101  bzw.
16102  unter den Operator gesetzt.
16103 \end_layout
16104
16105 \begin_layout Standard
16106 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16107  man den Cursor direkt hinter den Operator und setzt über das Menü 
16108 \family sans
16109 Bearbeiten\SpecialChar \menuseparator
16110 Mathe\SpecialChar \menuseparator
16111 Art der Operatorgrenzen ändern
16112 \family default
16113  die Grenzen auf 
16114 \series bold
16115 Eingebettet
16116 \series default
16117  (Tastenkombination 
16118 \family sans
16119 Alt+M
16120 \begin_inset space ~
16121 \end_inset
16122
16123 L
16124 \family default
16125 ).
16126  Dazu folgendes Beispiel:
16127 \end_layout
16128
16129 \begin_layout Standard
16130 Die normalen Grenzen sehen so aus:
16131 \begin_inset Formula \[
16132 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16133
16134 \end_inset
16135
16136 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16137 \begin_inset Formula \[
16138 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16139
16140 \end_inset
16141
16142 Bei Integralen werden mit Ausnahme von denen, die auf 
16143 \series bold
16144 op
16145 \series default
16146  enden (
16147 \series bold
16148
16149 \backslash
16150 intop
16151 \series default
16152
16153 \series bold
16154
16155 \backslash
16156 ointop
16157 \series default
16158  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16159  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16160  gesetzt.
16161  Im folgenden Beispiel wurde die Grenze deswegen auf 
16162 \series bold
16163 Anzeige
16164 \series default
16165  gesetzt und damit unter die Integrale geschrieben:
16166 \begin_inset Formula \begin{equation}
16167 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16168
16169 \end_inset
16170
16171
16172 \end_layout
16173
16174 \begin_layout Standard
16175 \begin_inset VSpace medskip
16176 \end_inset
16177
16178 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16179 \series bold
16180
16181 \backslash
16182 subarray
16183 \series default
16184
16185 \begin_inset Index idx
16186 status collapsed
16187
16188 \begin_layout Plain Layout
16189 Befehle ! S ! 
16190 \backslash
16191 subarray
16192 \end_layout
16193
16194 \end_inset
16195
16196  und 
16197 \series bold
16198
16199 \backslash
16200 substack
16201 \series default
16202
16203 \begin_inset Index idx
16204 status collapsed
16205
16206 \begin_layout Plain Layout
16207 Befehle ! S ! 
16208 \backslash
16209 substack
16210 \end_layout
16211
16212 \end_inset
16213
16214 .
16215  Um z.
16216 \begin_inset space \thinspace{}
16217 \end_inset
16218
16219 B.
16220  diesen Ausdruck 
16221 \begin_inset Formula \begin{equation}
16222 \sum_{\begin{subarray}{c}
16223 0<k<1000\\
16224 \\
16225 k\,\in\,\mathbb{N}
16226 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16227
16228 \end_inset
16229
16230 zu erstellen, muss man Folgendes tun:
16231 \begin_inset Newline newline
16232 \end_inset
16233
16234 Zuerst gibt man den Befehl 
16235 \series bold
16236
16237 \backslash
16238 sum
16239 \series default
16240 ^
16241 \series bold
16242 n
16243 \begin_inset ERT
16244 status collapsed
16245
16246 \begin_layout Plain Layout
16247
16248
16249 \backslash
16250 leer 
16251 \end_layout
16252
16253 \end_inset
16254
16255 _
16256 \series default
16257  ein.
16258  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16259  In dieses gibt man den Befehl 
16260 \series bold
16261
16262 \backslash
16263 subarray
16264 \begin_inset ERT
16265 status collapsed
16266
16267 \begin_layout Plain Layout
16268
16269
16270 \backslash
16271 leer 
16272 \end_layout
16273
16274 \end_inset
16275
16276
16277 \series default
16278  ein.
16279  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16280  Zeilen untereinander schreiben.
16281  Mit Eingabe des Zeilenumbruchs (
16282 \family sans
16283 Strg+Enter
16284 \family default
16285 ) wird eine neue Zeile erstellt.
16286  Gibt man
16287 \begin_inset Newline newline
16288 \end_inset
16289
16290
16291 \series bold
16292 0<k<1000 Strg+Enter
16293 \begin_inset Newline newline
16294 \end_inset
16295
16296
16297 \series default
16298 ein, erscheint darunter ein Kästchen für die neue Zeile.
16299 \end_layout
16300
16301 \begin_layout Standard
16302 Die Ausrichtung der Zeilen kann mit der 
16303 \family sans
16304 Tabellen-Werkzeugleiste
16305 \family default
16306  oder dem Menü 
16307 \family sans
16308 Bearbeiten\SpecialChar \menuseparator
16309 Zeilen & Spalten
16310 \family default
16311  auf links geändert werden.
16312  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16313 \series bold
16314
16315 \backslash
16316 hfill
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  eingegeben.
16332 \end_layout
16333
16334 \begin_layout Standard
16335 Der Befehl 
16336 \series bold
16337
16338 \backslash
16339 substack
16340 \series default
16341  ist äquivalent zu 
16342 \series bold
16343
16344 \backslash
16345 subarray
16346 \series default
16347 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16348 \end_layout
16349
16350 \begin_layout Standard
16351 \begin_inset VSpace bigskip
16352 \end_inset
16353
16354 Wie bei Formel 
16355 \begin_inset CommandInset ref
16356 LatexCommand eqref
16357 reference "eq:substack"
16358
16359 \end_inset
16360
16361  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16362  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16363 \end_layout
16364
16365 \begin_layout Standard
16366 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16367 \end_layout
16368
16369 \begin_layout Standard
16370
16371 \series bold
16372
16373 \backslash
16374 def
16375 \backslash
16376 clap#1{
16377 \backslash
16378 hbox to 0pt{
16379 \backslash
16380 hss #1
16381 \backslash
16382 hss}}
16383 \begin_inset Newline newline
16384 \end_inset
16385
16386
16387 \backslash
16388 def
16389 \backslash
16390 mathclap {
16391 \backslash
16392 mathpalette 
16393 \backslash
16394 mathclapinternal}
16395 \begin_inset Newline newline
16396 \end_inset
16397
16398
16399 \backslash
16400 def
16401 \backslash
16402 mathclapinternal #1#2{
16403 \backslash
16404 clap{$
16405 \backslash
16406 mathsurround =0pt #1{#2}$}}
16407 \end_layout
16408
16409 \begin_layout Standard
16410 Dadurch wird der Befehl 
16411 \series bold
16412
16413 \backslash
16414 mathclap
16415 \series default
16416
16417 \begin_inset Index idx
16418 status collapsed
16419
16420 \begin_layout Plain Layout
16421 Befehle ! M ! 
16422 \backslash
16423 mathclap
16424 \end_layout
16425
16426 \end_inset
16427
16428  definiert, der die Breite der Grenze auf 0
16429 \begin_inset space \thinspace{}
16430 \end_inset
16431
16432 pt setzt.
16433  Das Befehlsschema lautet
16434 \end_layout
16435
16436 \begin_layout Standard
16437
16438 \series bold
16439
16440 \backslash
16441 mathclap{Grenze}
16442 \end_layout
16443
16444 \begin_layout Standard
16445 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16446 \end_layout
16447
16448 \begin_layout Standard
16449 Auf Formel 
16450 \begin_inset CommandInset ref
16451 LatexCommand eqref
16452 reference "eq:substack"
16453
16454 \end_inset
16455
16456  angewandt, gibt man also den Befehl
16457 \end_layout
16458
16459 \begin_layout Standard
16460
16461 \series bold
16462
16463 \backslash
16464 sum_
16465 \backslash
16466 mathclap{
16467 \backslash
16468 substack
16469 \begin_inset ERT
16470 status collapsed
16471
16472 \begin_layout Plain Layout
16473
16474
16475 \backslash
16476 leer 
16477 \end_layout
16478
16479 \end_inset
16480
16481 0<k<1000 Strg+Enter
16482 \end_layout
16483
16484 \begin_layout Standard
16485 ein, um die untere Grenze zu erstellen.
16486  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16487 \begin_inset Formula \[
16488 \sum_{\mathclap{\substack{0<k<1000\\
16489 \\
16490 k\,\in\,\mathbb{N}
16491 }
16492 }}^{n}k^{-2}\]
16493
16494 \end_inset
16495
16496
16497 \end_layout
16498
16499 \begin_layout Standard
16500 \begin_inset VSpace bigskip
16501 \end_inset
16502
16503 In 
16504 \begin_inset CommandInset ref
16505 LatexCommand ref
16506 reference "sub:Selbstdefinierte-Operatoren"
16507
16508 \end_inset
16509
16510  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16511 \end_layout
16512
16513 \begin_layout Subsection
16514 Binäre Operatoren
16515 \begin_inset CommandInset label
16516 LatexCommand label
16517 name "sub:Binäre-Operatoren"
16518
16519 \end_inset
16520
16521
16522 \begin_inset Index idx
16523 status collapsed
16524
16525 \begin_layout Plain Layout
16526 Operatoren ! binäre
16527 \end_layout
16528
16529 \end_inset
16530
16531
16532 \end_layout
16533
16534 \begin_layout Standard
16535 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16536  ein Zeichen befindet.
16537 \begin_inset VSpace medskip
16538 \end_inset
16539
16540
16541 \end_layout
16542
16543 \begin_layout Standard
16544 \begin_inset space \hfill{}
16545 \end_inset
16546
16547
16548 \begin_inset Tabular
16549 <lyxtabular version="3" rows="13" columns="2">
16550 <features tabularvalignment="middle">
16551 <column alignment="center" valignment="top" width="0pt">
16552 <column alignment="center" valignment="top" width="0pt">
16553 <row>
16554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 Befehl
16559 \begin_inset Note Note
16560 status collapsed
16561
16562 \begin_layout Plain Layout
16563
16564 \series bold
16565
16566 \backslash
16567 raisebox
16568 \series default
16569  dient nur als Abstandhalter.
16570 \end_layout
16571
16572 \end_inset
16573
16574
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 Ergebnis
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 +
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 \begin_inset Formula $+$
16604 \end_inset
16605
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 <row>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 -
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 \begin_inset Formula $-$
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 <row>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640
16641 \backslash
16642 pm
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 \begin_inset Formula $\pm$
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665
16666 \backslash
16667 mp
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 \begin_inset Formula $\mp$
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690
16691 \backslash
16692 cdot
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Formula $\cdot$
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 </row>
16710 <row>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715
16716 \backslash
16717 times
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 \begin_inset Formula $\times$
16727 \end_inset
16728
16729
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 </row>
16735 <row>
16736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740
16741 \backslash
16742 div
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 \begin_inset Formula $\div$
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 </row>
16760 <row>
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 \begin_inset ERT
16766 status collapsed
16767
16768 \begin_layout Plain Layout
16769
16770
16771 \backslash
16772 raisebox{-1.2mm}{
16773 \end_layout
16774
16775 \end_inset
16776
16777 *
16778 \begin_inset ERT
16779 status collapsed
16780
16781 \begin_layout Plain Layout
16782
16783 }
16784 \end_layout
16785
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 \begin_inset Formula $*$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \backslash
16813 star
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $\star$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 circ
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\circ$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \backslash
16863 diamond
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $\diamond$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 bullet
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\bullet$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 </lyxtabular>
16907
16908 \end_inset
16909
16910
16911 \begin_inset space \hfill{}
16912 \end_inset
16913
16914
16915 \begin_inset Tabular
16916 <lyxtabular version="3" rows="13" columns="2">
16917 <features tabularvalignment="middle">
16918 <column alignment="center" valignment="top" width="0pt">
16919 <column alignment="center" valignment="top" width="0pt">
16920 <row>
16921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 Befehl
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934 Ergebnis
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 </row>
16940 <row>
16941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945
16946 \backslash
16947 nabla
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 \begin_inset Formula $\nabla$
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 </row>
16965 <row>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \backslash
16972 bigtriangledown
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 \begin_inset Formula $\bigtriangledown$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 <row>
16991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995
16996 \backslash
16997 bigtriangleup
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 \begin_inset Formula $\bigtriangleup$
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \backslash
17022 Box
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $\Box$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \backslash
17047 cap 
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\cap$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 cup
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\cup$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 dagger
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\dagger$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \backslash
17122 ddagger
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Formula $\ddagger$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145
17146 \backslash
17147 wr
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\wr$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 bigcirc
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\bigcirc$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \backslash
17197 wedge
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\wedge$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 vee
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\vee$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 </lyxtabular>
17241
17242 \end_inset
17243
17244
17245 \begin_inset space \hfill{}
17246 \end_inset
17247
17248
17249 \begin_inset Tabular
17250 <lyxtabular version="3" rows="13" columns="2">
17251 <features tabularvalignment="middle">
17252 <column alignment="center" valignment="top" width="0pt">
17253 <column alignment="center" valignment="top" width="0pt">
17254 <row>
17255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 Befehl
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 Ergebnis
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \backslash
17281 oplus
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 \begin_inset Formula $\oplus$
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \backslash
17306 ominus
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\ominus$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329
17330 \backslash
17331 otimes
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 \begin_inset Formula $\otimes$
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354
17355 \backslash
17356 oslash
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 \begin_inset Formula $\oslash$
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 </row>
17374 <row>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379
17380 \backslash
17381 odot
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 \begin_inset Formula $\odot$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \backslash
17406 amalg
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 \begin_inset Formula $\amalg$
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 </row>
17424 <row>
17425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429
17430 \backslash
17431 uplus
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 \begin_inset Formula $\uplus$
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 </row>
17449 <row>
17450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454
17455 \backslash
17456 setminus
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 \begin_inset Formula $\setminus$
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 <row>
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479
17480 \backslash
17481 sqcap
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 \begin_inset Formula $\sqcap$
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 <row>
17500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504
17505 \backslash
17506 sqcup
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 \begin_inset Formula $\sqcup$
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 </row>
17524 <row>
17525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529
17530 \backslash
17531 triangleleft
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 \begin_inset Formula $\triangleleft$
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554
17555 \backslash
17556 triangleright
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 \begin_inset Formula $\triangleright$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 </row>
17574 </lyxtabular>
17575
17576 \end_inset
17577
17578
17579 \begin_inset space \hfill{}
17580 \end_inset
17581
17582
17583 \end_layout
17584
17585 \begin_layout Standard
17586 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17587  
17588 \begin_inset Graphics
17589         filename ../../images/math/pm.png
17590         scale 85
17591
17592 \end_inset
17593
17594  eingefügt werden.
17595 \end_layout
17596
17597 \begin_layout Standard
17598 Um den Laplace-Operator darzustellen, kann man statt 
17599 \series bold
17600
17601 \backslash
17602 bigtriangleup
17603 \series default
17604  auch 
17605 \series bold
17606
17607 \backslash
17608 Delta
17609 \series default
17610  verwenden oder man benutzt 
17611 \series bold
17612
17613 \backslash
17614 nabla
17615 \series default
17616 ^
17617 \series bold
17618 2
17619 \series default
17620  (
17621 \begin_inset Formula $\nabla^{2}$
17622 \end_inset
17623
17624 ).
17625 \end_layout
17626
17627 \begin_layout Standard
17628 Das Zeichen 
17629 \family sans
17630 Menütrenner
17631 \family default
17632  im Menü 
17633 \family sans
17634 Einfügen\SpecialChar \menuseparator
17635 Sonderzeichen
17636 \family default
17637  ist der Operator 
17638 \series bold
17639
17640 \backslash
17641 triangleright
17642 \series default
17643 .
17644 \end_layout
17645
17646 \begin_layout Subsection
17647 Selbst definierte Operatoren
17648 \begin_inset CommandInset label
17649 LatexCommand label
17650 name "sub:Selbstdefinierte-Operatoren"
17651
17652 \end_inset
17653
17654
17655 \begin_inset Index idx
17656 status collapsed
17657
17658 \begin_layout Plain Layout
17659 Operatoren ! selbstdefinierte
17660 \end_layout
17661
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \begin_layout Standard
17668 Mit Hilfe des Befehls 
17669 \series bold
17670
17671 \backslash
17672 DeclareMathOperator
17673 \series default
17674
17675 \begin_inset Index idx
17676 status collapsed
17677
17678 \begin_layout Plain Layout
17679 Befehle ! D ! 
17680 \backslash
17681 dbinom@
17682 \backslash
17683 DeclareMathOperator
17684 \end_layout
17685
17686 \end_inset
17687
17688  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17689  Das Befehlsschema dazu lautet:
17690 \end_layout
17691
17692 \begin_layout Standard
17693
17694 \series bold
17695
17696 \backslash
17697 DeclareMathOperator{neuer Befehl}{Anzeige}
17698 \end_layout
17699
17700 \begin_layout Standard
17701 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17702  im Ausdruck aussieht.
17703  Will man einen großen Operator definieren, setzt man hinter den Befehl
17704  ein 
17705 \series bold
17706 *
17707 \series default
17708 .
17709  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17710  wie in 
17711 \begin_inset CommandInset ref
17712 LatexCommand ref
17713 reference "sub:Operatorgrenzen"
17714
17715 \end_inset
17716
17717  beschrieben.
17718 \end_layout
17719
17720 \begin_layout Standard
17721 Beispielsweise definiert die LaTeX-Vorspannzeile
17722 \end_layout
17723
17724 \begin_layout Standard
17725
17726 \series bold
17727
17728 \backslash
17729 DeclareMathOperator*{
17730 \backslash
17731 Raute}{
17732 \backslash
17733 blacklozenge}
17734 \end_layout
17735
17736 \begin_layout Standard
17737 den Befehl 
17738 \series bold
17739
17740 \backslash
17741 Raute
17742 \series default
17743 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17744  aus 
17745 \begin_inset CommandInset ref
17746 LatexCommand ref
17747 reference "sub:Sonstige-Symbole"
17748
17749 \end_inset
17750
17751  besteht:
17752 \begin_inset Formula \[
17753 \Raute_{n=1}^{\infty}\]
17754
17755 \end_inset
17756
17757 Der Befehl für diese Formel lautet: 
17758 \series bold
17759
17760 \backslash
17761 Raute
17762 \series default
17763 ^
17764 \series bold
17765
17766 \backslash
17767 infty
17768 \begin_inset Formula $\to$
17769 \end_inset
17770
17771 _n=1
17772 \end_layout
17773
17774 \begin_layout Standard
17775 \begin_inset VSpace bigskip
17776 \end_inset
17777
17778 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17779  auch mit den Befehlen 
17780 \series bold
17781
17782 \backslash
17783 mathop
17784 \series default
17785
17786 \begin_inset Index idx
17787 status collapsed
17788
17789 \begin_layout Plain Layout
17790 Befehle ! M ! 
17791 \backslash
17792 mathop
17793 \end_layout
17794
17795 \end_inset
17796
17797  und 
17798 \series bold
17799
17800 \backslash
17801 mathbin
17802 \series default
17803
17804 \begin_inset Index idx
17805 status collapsed
17806
17807 \begin_layout Plain Layout
17808 Befehle ! M ! 
17809 \backslash
17810 mathbin
17811 \end_layout
17812
17813 \end_inset
17814
17815  definieren, die folgendes Schema besitzen:
17816 \end_layout
17817
17818 \begin_layout Standard
17819
17820 \series bold
17821
17822 \backslash
17823 mathop{Anzeige}
17824 \series default
17825  bzw.
17826  
17827 \series bold
17828
17829 \backslash
17830 mathbin{Anzeige}
17831 \end_layout
17832
17833 \begin_layout Standard
17834
17835 \series bold
17836
17837 \backslash
17838 mathop
17839 \series default
17840  definiert große, 
17841 \series bold
17842
17843 \backslash
17844 mathbin
17845 \series default
17846  binäre Operatoren.
17847 \end_layout
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852
17853 \backslash
17854 mathop
17855 \series default
17856  lässt sich z.
17857 \begin_inset space \thinspace{}
17858 \end_inset
17859
17860 B.
17861  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17862 \begin_inset Formula \[
17863 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17864
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \begin_layout Standard
17871 Der Befehl für obige Formel lautet:
17872 \begin_inset Newline newline
17873 \end_inset
17874
17875  
17876 \series bold
17877
17878 \backslash
17879 mathop{
17880 \backslash
17881 sum
17882 \backslash
17883 negmedspace
17884 \backslash
17885 sum
17886 \series default
17887
17888 \begin_inset ERT
17889 status collapsed
17890
17891 \begin_layout Plain Layout
17892
17893
17894 \backslash
17895 leer 
17896 \end_layout
17897
17898 \end_inset
17899
17900
17901 \series bold
17902
17903 \begin_inset Formula $\to$
17904 \end_inset
17905
17906 ^N
17907 \series default
17908
17909 \begin_inset ERT
17910 status collapsed
17911
17912 \begin_layout Plain Layout
17913
17914
17915 \backslash
17916 leer 
17917 \end_layout
17918
17919 \end_inset
17920
17921
17922 \series bold
17923 _i,j=1
17924 \end_layout
17925
17926 \begin_layout Section
17927 Schriften
17928 \begin_inset Index idx
17929 status collapsed
17930
17931 \begin_layout Plain Layout
17932 Schriften
17933 \end_layout
17934
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \begin_layout Subsection
17941 Schriftstile
17942 \begin_inset CommandInset label
17943 LatexCommand label
17944 name "sub:Schriftstile"
17945
17946 \end_inset
17947
17948
17949 \begin_inset Index idx
17950 status collapsed
17951
17952 \begin_layout Plain Layout
17953 Schriften ! Schriftstile
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \begin_layout Standard
17962 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17963  gesetzt werden:
17964 \begin_inset VSpace -2mm
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \begin_layout Standard
17971 \align center
17972 \begin_inset Tabular
17973 <lyxtabular version="3" rows="7" columns="3">
17974 <features tabularvalignment="middle">
17975 <column alignment="center" valignment="top" width="0">
17976 <column alignment="center" valignment="top" width="0">
17977 <column alignment="center" valignment="top" width="0">
17978 <row>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 Befehl
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 Ergebnis
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 Tastenkürzel
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 </row>
18007 <row>
18008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012
18013 \backslash
18014 mathbb
18015 \series bold
18016
18017 \begin_inset ERT
18018 status collapsed
18019
18020 \begin_layout Plain Layout
18021
18022
18023 \backslash
18024 leer 
18025 \end_layout
18026
18027 \end_inset
18028
18029
18030 \series default
18031 ABC
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040 \begin_inset Formula $\mathbb{ABC}$
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 Alt+Z K
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 </row>
18058 <row>
18059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063
18064 \backslash
18065 mathbf
18066 \series bold
18067
18068 \begin_inset ERT
18069 status collapsed
18070
18071 \begin_layout Plain Layout
18072
18073
18074 \backslash
18075 leer 
18076 \end_layout
18077
18078 \end_inset
18079
18080
18081 \series default
18082 AbC
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 \begin_inset Formula $\mathbf{AbC}$
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103 Strg+B
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 </row>
18109 <row>
18110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114
18115 \backslash
18116 boldsymbol
18117 \series bold
18118
18119 \begin_inset ERT
18120 status collapsed
18121
18122 \begin_layout Plain Layout
18123
18124
18125 \backslash
18126 leer 
18127 \end_layout
18128
18129 \end_inset
18130
18131
18132 \series default
18133 AbC
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 \begin_inset Formula $\boldsymbol{AbC}$
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 Alt+Z F oder Strg+Alt+B
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 <row>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165
18166 \backslash
18167 mathcal
18168 \series bold
18169
18170 \begin_inset ERT
18171 status collapsed
18172
18173 \begin_layout Plain Layout
18174
18175
18176 \backslash
18177 leer 
18178 \end_layout
18179
18180 \end_inset
18181
18182
18183 \series default
18184 ABC
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193 \begin_inset Formula $\mathcal{ABC}$
18194 \end_inset
18195
18196
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 Alt+Z H
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 </row>
18211 <row>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216
18217 \backslash
18218 mathfrak
18219 \series bold
18220
18221 \begin_inset ERT
18222 status collapsed
18223
18224 \begin_layout Plain Layout
18225
18226
18227 \backslash
18228 leer 
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \series default
18235 AbC
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 \begin_inset Formula $\mathfrak{AbC}$
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 -
18257 \end_layout
18258
18259 \end_inset
18260 </cell>
18261 </row>
18262 <row>
18263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267
18268 \backslash
18269 mathscr
18270 \series bold
18271
18272 \begin_inset ERT
18273 status collapsed
18274
18275 \begin_layout Plain Layout
18276
18277
18278 \backslash
18279 leer 
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \series default
18286 AbC
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295 \begin_inset Formula $\mathscr{AbC}$
18296 \end_inset
18297
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 -
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 </row>
18313 </lyxtabular>
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \align center
18322 \begin_inset Tabular
18323 <lyxtabular version="3" rows="5" columns="3">
18324 <features tabularvalignment="middle">
18325 <column alignment="center" valignment="top" width="0">
18326 <column alignment="center" valignment="top" width="0">
18327 <column alignment="center" valignment="top" width="0">
18328 <row>
18329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 Befehl
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 Ergebnis
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351 Tastenkürzel
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 </row>
18357 <row>
18358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362
18363 \backslash
18364 mathit
18365 \series bold
18366
18367 \begin_inset ERT
18368 status collapsed
18369
18370 \begin_layout Plain Layout
18371
18372
18373 \backslash
18374 leer 
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \series default
18381 AbC
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 \begin_inset Formula $\mathit{AbC}$
18391 \end_inset
18392
18393
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 -
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 </row>
18408 <row>
18409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413
18414 \backslash
18415 mathrm
18416 \series bold
18417
18418 \begin_inset ERT
18419 status collapsed
18420
18421 \begin_layout Plain Layout
18422
18423
18424 \backslash
18425 leer 
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \series default
18432 AbC
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441 \begin_inset Formula $\mathrm{AbC}$
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 Alt+Z R
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 </row>
18459 <row>
18460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464
18465 \backslash
18466 mathsf
18467 \series bold
18468
18469 \begin_inset ERT
18470 status collapsed
18471
18472 \begin_layout Plain Layout
18473
18474
18475 \backslash
18476 leer 
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \series default
18483 AbC
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492 \begin_inset Formula $\mathsf{AbC}$
18493 \end_inset
18494
18495
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 Alt+Z S
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 </row>
18510 <row>
18511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515
18516 \backslash
18517 mathtt
18518 \series bold
18519
18520 \begin_inset ERT
18521 status collapsed
18522
18523 \begin_layout Plain Layout
18524
18525
18526 \backslash
18527 leer 
18528 \end_layout
18529
18530 \end_inset
18531
18532
18533 \series default
18534 AbC
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 \begin_inset Formula $\mathtt{AbC}$
18544 \end_inset
18545
18546
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 Alt+Z C
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 </lyxtabular>
18562
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \begin_layout Standard
18569 \begin_inset Note Greyedout
18570 status open
18571
18572 \begin_layout Plain Layout
18573
18574 \series bold
18575 Achtung:
18576 \series default
18577  Die Stile 
18578 \series bold
18579
18580 \backslash
18581 mathbb
18582 \series default
18583  und 
18584 \series bold
18585
18586 \backslash
18587 mathcal
18588 \series default
18589  können nur für Großbuchstaben verwendet werden.
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Standard
18598 Voreingestellt ist der Stil 
18599 \series bold
18600
18601 \backslash
18602 mathnormal
18603 \series default
18604 .
18605 \end_layout
18606
18607 \begin_layout Standard
18608 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18609 \begin_inset Formula \[
18610 \mathfrak{A=\frac{b}{C}}\]
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \begin_layout Standard
18618 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18619 ile, sondern in dem Textschriftstil 
18620 \series bold
18621
18622 \backslash
18623 textrm
18624 \series default
18625 .
18626  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18627  ein Fehler in LyX.
18628 \begin_inset Foot
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632 \begin_inset CommandInset href
18633 LatexCommand href
18634 name "LyX-Fehler #4629"
18635 target "http://www.lyx.org/trac/ticket/4629"
18636
18637 \end_inset
18638
18639
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 Anstelle der Stilbefehle kann man auch den Dialog 
18649 \family sans
18650 Bearbeiten\SpecialChar \menuseparator
18651 Mathe\SpecialChar \menuseparator
18652 Text-Stil
18653 \family default
18654  oder den Mathe-Werkzeugleistenknopf 
18655 \begin_inset Graphics
18656         filename ../../images/math/font.png
18657         scale 85
18658
18659 \end_inset
18660
18661  verwenden.
18662 \end_layout
18663
18664 \begin_layout Subsection
18665 Fett gedruckte Formeln
18666 \begin_inset CommandInset label
18667 LatexCommand label
18668 name "sub:Fett-gedruckte-Formeln"
18669
18670 \end_inset
18671
18672
18673 \begin_inset Index idx
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677 Formel ! fett gedruckte
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \begin_layout Standard
18686 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18687  Kapitel angegebenen Befehl 
18688 \series bold
18689
18690 \backslash
18691 mathbf
18692 \series default
18693  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18694  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18695  Formel gut erkennt:
18696 \end_layout
18697
18698 \begin_layout Standard
18699 \begin_inset Formula \[
18700 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18701
18702 \end_inset
18703
18704
18705 \end_layout
18706
18707 \begin_layout Standard
18708 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18709 \series bold
18710
18711 \backslash
18712 boldsymbol
18713 \series default
18714 :
18715 \begin_inset Formula \[
18716 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18717
18718 \end_inset
18719
18720 Es gibt auch die Möglichkeit die Formel in eine 
18721 \series bold
18722 boldmath-Umgebung
18723 \series default
18724  zu setzen.
18725  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18726 \series bold
18727
18728 \backslash
18729 boldmath
18730 \series default
18731
18732 \begin_inset Index idx
18733 status collapsed
18734
18735 \begin_layout Plain Layout
18736 Befehle ! B ! 
18737 \backslash
18738 boldmath
18739 \end_layout
18740
18741 \end_inset
18742
18743  eingibt.
18744  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18745 \series bold
18746
18747 \backslash
18748 unboldmath
18749 \series default
18750
18751 \begin_inset Index idx
18752 status collapsed
18753
18754 \begin_layout Plain Layout
18755 Befehle ! U ! 
18756 \backslash
18757 unboldmath
18758 \end_layout
18759
18760 \end_inset
18761
18762  ein.
18763 \begin_inset ERT
18764 status collapsed
18765
18766 \begin_layout Plain Layout
18767
18768
18769 \backslash
18770 boldmath 
18771 \end_layout
18772
18773 \end_inset
18774
18775
18776 \begin_inset Formula \[
18777 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18778
18779 \end_inset
18780
18781
18782 \begin_inset ERT
18783 status collapsed
18784
18785 \begin_layout Plain Layout
18786
18787
18788 \backslash
18789 unboldmath 
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Subsection
18798 Farbige Formeln
18799 \begin_inset Index idx
18800 status collapsed
18801
18802 \begin_layout Plain Layout
18803 Formel ! farbige
18804 \end_layout
18805
18806 \end_inset
18807
18808
18809 \end_layout
18810
18811 \begin_layout Standard
18812 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18813  oder Formelteile und verwenden dann den 
18814 \family sans
18815 Textstil
18816 \family default
18817  Dialog.
18818  Hier ist eine Formel in Magenta:
18819 \begin_inset Formula \[
18820 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Standard
18828 Man kann auch eigene Farben definieren, wie in 
18829 \begin_inset CommandInset ref
18830 LatexCommand ref
18831 reference "sub:Farbige-Boxen"
18832
18833 \end_inset
18834
18835  erklärt ist.
18836  Diese können dann mit dem TeX-Code Befehl 
18837 \series bold
18838
18839 \backslash
18840 textcolor
18841 \series default
18842
18843 \begin_inset Index idx
18844 status collapsed
18845
18846 \begin_layout Plain Layout
18847 Befehle! T ! 
18848 \backslash
18849 textcolor
18850 \end_layout
18851
18852 \end_inset
18853
18854  verwendet werden, dass folgendes Schema besitzt:
18855 \end_layout
18856
18857 \begin_layout Standard
18858
18859 \series bold
18860
18861 \backslash
18862 textcolor{Farbe}{Zeichen oder Formel}
18863 \end_layout
18864
18865 \begin_layout Standard
18866 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18867 \end_layout
18868
18869 \begin_layout Standard
18870 \begin_inset ERT
18871 status collapsed
18872
18873 \begin_layout Plain Layout
18874
18875
18876 \backslash
18877 textcolor{dunkelgruen}{
18878 \end_layout
18879
18880 \end_inset
18881
18882
18883 \begin_inset Formula \[
18884 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18885
18886 \end_inset
18887
18888
18889 \begin_inset ERT
18890 status collapsed
18891
18892 \begin_layout Plain Layout
18893
18894 }
18895 \end_layout
18896
18897 \end_inset
18898
18899
18900 \end_layout
18901
18902 \begin_layout Standard
18903 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18904 n Farben gefärbt werden.
18905 \begin_inset Foot
18906 status collapsed
18907
18908 \begin_layout Plain Layout
18909 \begin_inset CommandInset href
18910 LatexCommand href
18911 name "LyX-bug #5269"
18912 target "http://www.lyx.org/trac/ticket/5269"
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \begin_layout Subsection
18925 Schriftgrößen
18926 \begin_inset CommandInset label
18927 LatexCommand label
18928 name "sub:Schriftgrößen"
18929
18930 \end_inset
18931
18932
18933 \begin_inset Index idx
18934 status collapsed
18935
18936 \begin_layout Plain Layout
18937 Schriften ! Schriftgrößen
18938 \end_layout
18939
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \begin_layout Standard
18946 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18947 le:
18948 \end_layout
18949
18950 \begin_layout Standard
18951
18952 \series bold
18953
18954 \backslash
18955 Huge
18956 \series default
18957
18958 \series bold
18959
18960 \backslash
18961 huge
18962 \series default
18963
18964 \series bold
18965
18966 \backslash
18967 LARGE
18968 \series default
18969
18970 \series bold
18971
18972 \backslash
18973 Large
18974 \series default
18975
18976 \series bold
18977
18978 \backslash
18979 large
18980 \series default
18981
18982 \series bold
18983
18984 \backslash
18985 normalsize
18986 \series default
18987
18988 \series bold
18989
18990 \backslash
18991 small
18992 \series default
18993
18994 \series bold
18995
18996 \backslash
18997 footnotesize
18998 \series default
18999 ,
19000 \begin_inset Newline linebreak
19001 \end_inset
19002
19003
19004 \series bold
19005
19006 \backslash
19007 scriptsize
19008 \series default
19009  und 
19010 \series bold
19011
19012 \backslash
19013 tiny
19014 \end_layout
19015
19016 \begin_layout Standard
19017 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19018  ab, die dem Befehl 
19019 \series bold
19020
19021 \backslash
19022 normalsize
19023 \series default
19024  entspricht.
19025  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19026 \series bold
19027
19028 \backslash
19029 normalsize
19030 \series default
19031 .
19032  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19033  Beträgt z.
19034 \begin_inset space \thinspace{}
19035 \end_inset
19036
19037 B.
19038  die Dokumentschriftgröße 12
19039 \begin_inset space \thinspace{}
19040 \end_inset
19041
19042 pt, produziert der Befehl 
19043 \series bold
19044
19045 \backslash
19046 Huge
19047 \series default
19048  dasselbe wie 
19049 \series bold
19050
19051 \backslash
19052 huge
19053 \series default
19054 .
19055  
19056 \end_layout
19057
19058 \begin_layout Standard
19059 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19060  Größe aller nachfolgenden Formel- und Textzeichen fest.
19061  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19062  TeX-Modus den Befehl 
19063 \series bold
19064
19065 \backslash
19066 normalsize
19067 \series default
19068  ein.
19069 \end_layout
19070
19071 \begin_layout Standard
19072 \begin_inset Newpage newpage
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \begin_layout Standard
19079 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19080  werden:
19081 \end_layout
19082
19083 \begin_layout Standard
19084 \noindent
19085 \align center
19086 \begin_inset Tabular
19087 <lyxtabular version="3" rows="5" columns="2">
19088 <features tabularvalignment="middle">
19089 <column alignment="center" valignment="top" width="0">
19090 <column alignment="center" valignment="top" width="0">
19091 <row>
19092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 Befehl
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 Ergebnis
19106 \begin_inset Note Note
19107 status collapsed
19108
19109 \begin_layout Plain Layout
19110
19111 \series bold
19112
19113 \backslash
19114 raisebox
19115 \series default
19116  dient nur als Abstandhalter.
19117 \end_layout
19118
19119 \end_inset
19120
19121
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 </row>
19127 <row>
19128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132
19133 \backslash
19134 displaystyle
19135 \begin_inset Index idx
19136 status collapsed
19137
19138 \begin_layout Plain Layout
19139 Befehle ! D ! 
19140 \backslash
19141 displaystyle
19142 \end_layout
19143
19144 \end_inset
19145
19146
19147 \end_layout
19148
19149 \end_inset
19150 </cell>
19151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \end_inset
19162 </cell>
19163 </row>
19164 <row>
19165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169
19170 \backslash
19171 textstyle
19172 \end_layout
19173
19174 \end_inset
19175 </cell>
19176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 <row>
19190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \backslash
19196 scriptstyle
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219
19220 \backslash
19221 scriptscriptstyle
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 </row>
19239 </lyxtabular>
19240
19241 \end_inset
19242
19243
19244 \end_layout
19245
19246 \begin_layout Standard
19247 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19248  in das die Formelteile eingegeben werden.
19249 \end_layout
19250
19251 \begin_layout Standard
19252 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19253  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19254  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19255  eingegeben.
19256  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19257  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19258  Dazu zwei Beispiele:
19259 \begin_inset VSpace -2mm
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \begin_layout Standard
19266 \begin_inset ERT
19267 status collapsed
19268
19269 \begin_layout Plain Layout
19270
19271
19272 \backslash
19273 huge 
19274 \end_layout
19275
19276 \end_inset
19277
19278
19279 \begin_inset Formula \[
19280 A=\frac{B}{c}\cdot\maltese\]
19281
19282 \end_inset
19283
19284
19285 \begin_inset Formula \[
19286 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19287
19288 \end_inset
19289
19290
19291 \begin_inset ERT
19292 status collapsed
19293
19294 \begin_layout Plain Layout
19295
19296
19297 \backslash
19298 normalsize 
19299 \end_layout
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \begin_layout Standard
19307 \begin_inset VSpace medskip
19308 \end_inset
19309
19310 Vor beiden Formeln wurde der Befehl 
19311 \series bold
19312
19313 \backslash
19314 huge
19315 \series default
19316  eingegeben.
19317  Der Befehl für die zweite Formel lautet:
19318 \begin_inset Newline newline
19319 \end_inset
19320
19321
19322 \series bold
19323
19324 \backslash
19325 maltese
19326 \begin_inset ERT
19327 status collapsed
19328
19329 \begin_layout Plain Layout
19330
19331
19332 \backslash
19333 leer 
19334 \end_layout
19335
19336 \end_inset
19337
19338 A M-m m 
19339 \backslash
19340 Large
19341 \begin_inset ERT
19342 status collapsed
19343
19344 \begin_layout Plain Layout
19345
19346
19347 \backslash
19348 leer 
19349 \end_layout
19350
19351 \end_inset
19352
19353
19354 \backslash
19355 maltese
19356 \begin_inset ERT
19357 status collapsed
19358
19359 \begin_layout Plain Layout
19360
19361
19362 \backslash
19363 leer 
19364 \end_layout
19365
19366 \end_inset
19367
19368
19369 \backslash
19370 textit
19371 \begin_inset ERT
19372 status collapsed
19373
19374 \begin_layout Plain Layout
19375
19376
19377 \backslash
19378 leer 
19379 \end_layout
19380
19381 \end_inset
19382
19383 A
19384 \begin_inset Formula $\to$
19385 \end_inset
19386
19387
19388 \begin_inset Formula $\to$
19389 \end_inset
19390
19391
19392 \begin_inset Newline newline
19393 \end_inset
19394
19395
19396 \begin_inset space \hspace*{}
19397 \length 1cm
19398 \end_inset
19399
19400 M-m
19401 \series default
19402  
19403 \series bold
19404
19405 \backslash
19406 tiny
19407 \begin_inset ERT
19408 status collapsed
19409
19410 \begin_layout Plain Layout
19411
19412
19413 \backslash
19414 leer 
19415 \end_layout
19416
19417 \end_inset
19418
19419
19420 \backslash
19421 maltese
19422 \begin_inset ERT
19423 status collapsed
19424
19425 \begin_layout Plain Layout
19426
19427
19428 \backslash
19429 leer 
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \backslash
19436 textit
19437 \begin_inset ERT
19438 status collapsed
19439
19440 \begin_layout Plain Layout
19441
19442
19443 \backslash
19444 leer 
19445 \end_layout
19446
19447 \end_inset
19448
19449 A
19450 \end_layout
19451
19452 \begin_layout Standard
19453 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19454  immer in der Standardgröße dargestellt.
19455 \end_layout
19456
19457 \begin_layout Standard
19458 \begin_inset Newpage newpage
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \begin_layout Section
19465 Griechische Buchstaben
19466 \begin_inset Index idx
19467 status collapsed
19468
19469 \begin_layout Plain Layout
19470 griechische Buchstaben
19471 \end_layout
19472
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \begin_layout Standard
19479 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19480  
19481 \begin_inset Graphics
19482         filename ../../images/math/alpha.png
19483         scale 85
19484
19485 \end_inset
19486
19487  eingefügt werden.
19488 \end_layout
19489
19490 \begin_layout Subsection
19491 Kleine Buchstaben
19492 \begin_inset Index idx
19493 status collapsed
19494
19495 \begin_layout Plain Layout
19496 griechische Buchstaben ! kleine
19497 \end_layout
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \begin_layout Standard
19505 \begin_inset space \hfill{}
19506 \end_inset
19507
19508
19509 \begin_inset Tabular
19510 <lyxtabular version="3" rows="11" columns="2">
19511 <features tabularvalignment="middle">
19512 <column alignment="center" valignment="top" width="0pt">
19513 <column alignment="center" valignment="top" width="0pt">
19514 <row>
19515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 Befehl
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 Ergebnis
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 </row>
19534 <row>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539
19540 \backslash
19541 alpha
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 \begin_inset Formula $\alpha$
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 </row>
19559 <row>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564
19565 \backslash
19566 beta
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset Formula $\beta$
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 </row>
19584 <row>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589
19590 \backslash
19591 gamma
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 \begin_inset Formula $\gamma$
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \backslash
19616 delta
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Formula $\delta$
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 <row>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \backslash
19641 epsilon
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 \begin_inset Formula $\epsilon$
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 <row>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \backslash
19666 varepsilon
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 \begin_inset Formula $\varepsilon$
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 </row>
19684 <row>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689
19690 \backslash
19691 zeta
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 \begin_inset Formula $\zeta$
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 </row>
19709 <row>
19710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \backslash
19716 eta
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $\eta$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \backslash
19741 theta
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\theta$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 <row>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764
19765 \backslash
19766 vartheta
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 \begin_inset Formula $\vartheta$
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 </lyxtabular>
19785
19786 \end_inset
19787
19788
19789 \begin_inset space \hfill{}
19790 \end_inset
19791
19792
19793 \begin_inset Tabular
19794 <lyxtabular version="3" rows="12" columns="2">
19795 <features tabularvalignment="middle">
19796 <column alignment="center" valignment="top" width="0pt">
19797 <column alignment="center" valignment="top" width="0pt">
19798 <row>
19799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 Befehl
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812 Ergebnis
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 </row>
19818 <row>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823
19824 \backslash
19825 iota
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 \begin_inset Formula $\iota$
19835 \end_inset
19836
19837
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 </row>
19843 <row>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848
19849 \backslash
19850 kappa
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 \begin_inset Formula $\kappa$
19860 \end_inset
19861
19862
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 </row>
19868 <row>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873
19874 \backslash
19875 varkappa
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884 \begin_inset Formula $\varkappa$
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 </row>
19893 <row>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \backslash
19900 lambda
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909 \begin_inset Formula $\lambda$
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \backslash
19925 mu
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 \begin_inset Formula $\mu$
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 </row>
19943 <row>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948
19949 \backslash
19950 nu
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 \begin_inset Formula $\nu$
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973
19974 \backslash
19975 xi
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\xi$
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998 o
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 \begin_inset Formula $o$
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 </row>
20016 <row>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021
20022 \backslash
20023 pi
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 \begin_inset Formula $\pi$
20033 \end_inset
20034
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \backslash
20048 varpi
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 \begin_inset Formula $\varpi$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \backslash
20073 rho
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\rho$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 </lyxtabular>
20092
20093 \end_inset
20094
20095
20096 \begin_inset space \hfill{}
20097 \end_inset
20098
20099
20100 \begin_inset Tabular
20101 <lyxtabular version="3" rows="11" columns="2">
20102 <features tabularvalignment="middle">
20103 <column alignment="center" valignment="top" width="0pt">
20104 <column alignment="center" valignment="top" width="0pt">
20105 <row>
20106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 Befehl
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 Ergebnis
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 </row>
20125 <row>
20126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130
20131 \backslash
20132 varrho
20133 \end_layout
20134
20135 \end_inset
20136 </cell>
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141 \begin_inset Formula $\varrho$
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 </row>
20150 <row>
20151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155
20156 \backslash
20157 sigma
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166 \begin_inset Formula $\sigma$
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 </row>
20175 <row>
20176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180
20181 \backslash
20182 varsigma
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191 \begin_inset Formula $\varsigma$
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row>
20201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205
20206 \backslash
20207 tau
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 \begin_inset Formula $\tau$
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 </row>
20225 <row>
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230
20231 \backslash
20232 upsilon
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 \begin_inset Formula $\upsilon$
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 <row>
20251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \backslash
20257 phi
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 \begin_inset Formula $\phi$
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 </row>
20275 <row>
20276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280
20281 \backslash
20282 varphi
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291 \begin_inset Formula $\varphi$
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 </row>
20300 <row>
20301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305
20306 \backslash
20307 chi
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 \begin_inset Formula $\chi$
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 </row>
20325 <row>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \backslash
20332 psi
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $\psi$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \backslash
20357 omega
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Formula $\omega$
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 </lyxtabular>
20376
20377 \end_inset
20378
20379
20380 \begin_inset space \hfill{}
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \begin_layout Standard
20387 \begin_inset VSpace medskip
20388 \end_inset
20389
20390 Wie man aufrechte griechische Buchstaben erstellt, ist in 
20391 \begin_inset CommandInset ref
20392 LatexCommand ref
20393 reference "sub:Aufrechte-kleine-griechische"
20394
20395 \end_inset
20396
20397  beschrieben.
20398 \end_layout
20399
20400 \begin_layout Subsection
20401 Große Buchstaben
20402 \begin_inset Index idx
20403 status collapsed
20404
20405 \begin_layout Plain Layout
20406 griechische Buchstaben ! große
20407 \end_layout
20408
20409 \end_inset
20410
20411
20412 \end_layout
20413
20414 \begin_layout Standard
20415 \begin_inset space \hfill{}
20416 \end_inset
20417
20418
20419 \begin_inset Tabular
20420 <lyxtabular version="3" rows="7" columns="2">
20421 <features tabularvalignment="middle">
20422 <column alignment="center" valignment="top" width="0pt">
20423 <column alignment="center" valignment="top" width="0pt">
20424 <row>
20425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429 Befehl
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 Ergebnis
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \backslash
20451 Gamma
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\Gamma$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \backslash
20476 Delta
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 \begin_inset Formula $\Delta$
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \backslash
20501 Theta
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510 \begin_inset Formula $\Theta$
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row>
20520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \backslash
20526 Lambda
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 \begin_inset Formula $\Lambda$
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \backslash
20551 Xi
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 \begin_inset Formula $\Xi$
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 <row>
20570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574
20575 \backslash
20576 Pi
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585 \begin_inset Formula $\Pi$
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 </row>
20594 </lyxtabular>
20595
20596 \end_inset
20597
20598
20599 \begin_inset space \hfill{}
20600 \end_inset
20601
20602
20603 \begin_inset Tabular
20604 <lyxtabular version="3" rows="6" columns="2">
20605 <features tabularvalignment="middle">
20606 <column alignment="center" valignment="top" width="0pt">
20607 <column alignment="center" valignment="top" width="0pt">
20608 <row>
20609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613 Befehl
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622 Ergebnis
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 </row>
20628 <row>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633
20634 \backslash
20635 Sigma
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20641 \begin_inset Text
20642
20643 \begin_layout Plain Layout
20644 \begin_inset Formula $\Sigma$
20645 \end_inset
20646
20647
20648 \end_layout
20649
20650 \end_inset
20651 </cell>
20652 </row>
20653 <row>
20654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658
20659 \backslash
20660 Upsilon
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669 \begin_inset Formula $\Upsilon$
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 </row>
20678 <row>
20679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683
20684 \backslash
20685 Phi
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20691 \begin_inset Text
20692
20693 \begin_layout Plain Layout
20694 \begin_inset Formula $\Phi$
20695 \end_inset
20696
20697
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 </row>
20703 <row>
20704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708
20709 \backslash
20710 Psi
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719 \begin_inset Formula $\Psi$
20720 \end_inset
20721
20722
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 </row>
20728 <row>
20729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733
20734 \backslash
20735 Omega
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744 \begin_inset Formula $\Omega$
20745 \end_inset
20746
20747
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 </row>
20753 </lyxtabular>
20754
20755 \end_inset
20756
20757
20758 \begin_inset space \hfill{}
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Standard
20765 \begin_inset VSpace medskip
20766 \end_inset
20767
20768 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20769  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20770  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20771  mit 
20772 \series bold
20773 var
20774 \series default
20775 .
20776  So ergibt z.
20777 \begin_inset space \thinspace{}
20778 \end_inset
20779
20780 B.
20781  der Befehl 
20782 \series bold
20783
20784 \backslash
20785 varGamma
20786 \series default
20787
20788 \begin_inset Formula $\varGamma$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \begin_layout Subsection
20795 Fett gedruckte Buchstaben
20796 \begin_inset Index idx
20797 status collapsed
20798
20799 \begin_layout Plain Layout
20800 griechische Buchstaben ! fett gedruckte
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \begin_layout Standard
20809 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20810  Schriftstilen darstellen.
20811  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20812 \series bold
20813
20814 \backslash
20815 boldsymbol
20816 \series default
20817
20818 \begin_inset Index idx
20819 status collapsed
20820
20821 \begin_layout Plain Layout
20822 Befehle ! B ! 
20823 \backslash
20824 boldsymbol
20825 \end_layout
20826
20827 \end_inset
20828
20829  fett gedruckt auszugeben.
20830 \end_layout
20831
20832 \begin_layout Standard
20833 \align center
20834 \begin_inset Tabular
20835 <lyxtabular version="3" rows="3" columns="2">
20836 <features tabularvalignment="middle">
20837 <column alignment="center" valignment="top" width="0">
20838 <column alignment="center" valignment="top" width="0">
20839 <row>
20840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 Befehl
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 Ergebnis
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 </row>
20859 <row>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864
20865 \backslash
20866 Upsilon
20867 \backslash
20868 boldsymbol
20869 \backslash
20870 Upsilon
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893
20894 \backslash
20895 theta
20896 \backslash
20897 boldsymbol
20898 \backslash
20899 theta
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908 \begin_inset Formula $\theta\boldsymbol{\theta}$
20909 \end_inset
20910
20911
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 </row>
20917 </lyxtabular>
20918
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \begin_layout Section
20925 Symbole
20926 \begin_inset ERT
20927 status collapsed
20928
20929 \begin_layout Plain Layout
20930
20931
20932 \backslash
20933 texorpdfstring{
20934 \end_layout
20935
20936 \end_inset
20937
20938
20939 \begin_inset Foot
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20944  
20945 \begin_inset CommandInset citation
20946 LatexCommand cite
20947 key "Symbole"
20948
20949 \end_inset
20950
20951 .
20952 \end_layout
20953
20954 \end_inset
20955
20956
20957 \begin_inset ERT
20958 status collapsed
20959
20960 \begin_layout Plain Layout
20961
20962 }{}
20963 \end_layout
20964
20965 \end_inset
20966
20967
20968 \begin_inset Note Note
20969 status collapsed
20970
20971 \begin_layout Plain Layout
20972
20973 \series bold
20974
20975 \backslash
20976 texorpdfstring
20977 \series default
20978  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20979 \end_layout
20980
20981 \begin_layout Plain Layout
20982 Näheres zu 
20983 \series bold
20984
20985 \backslash
20986 texorpdfstring
20987 \series default
20988  steht in Kapitel 
20989 \begin_inset CommandInset ref
20990 LatexCommand ref
20991 reference "sub:Formeln-in-Überschriften"
20992
20993 \end_inset
20994
20995 .
20996 \end_layout
20997
20998 \end_inset
20999
21000
21001 \begin_inset Index idx
21002 status collapsed
21003
21004 \begin_layout Plain Layout
21005 Symbole
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \begin_layout Standard
21014 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21015
21016 leistenknöpfe 
21017 \begin_inset Graphics
21018         filename ../../images/math/nabla.png
21019         scale 85
21020
21021 \end_inset
21022
21023  und 
21024 \begin_inset Graphics
21025         filename ../../images/math/digamma.png
21026         scale 85
21027
21028 \end_inset
21029
21030  eingefügt werden.
21031 \end_layout
21032
21033 \begin_layout Subsection
21034 Mathematische Symbole
21035 \begin_inset CommandInset label
21036 LatexCommand label
21037 name "sub:Mathematische-Symbole"
21038
21039 \end_inset
21040
21041
21042 \begin_inset Index idx
21043 status collapsed
21044
21045 \begin_layout Plain Layout
21046 Symbole ! mathematische
21047 \end_layout
21048
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Standard
21055 \begin_inset space \hfill{}
21056 \end_inset
21057
21058
21059 \begin_inset Tabular
21060 <lyxtabular version="3" rows="10" columns="2">
21061 <features tabularvalignment="middle">
21062 <column alignment="center" valignment="top" width="0pt">
21063 <column alignment="center" valignment="top" width="0pt">
21064 <row>
21065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21066 \begin_inset Text
21067
21068 \begin_layout Plain Layout
21069 Befehl
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 Ergebnis
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 </row>
21084 <row>
21085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089
21090 \backslash
21091 neg
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100 \begin_inset Formula $\neg$
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 </row>
21109 <row>
21110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114
21115 \backslash
21116 Im
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21122 \begin_inset Text
21123
21124 \begin_layout Plain Layout
21125 \begin_inset Formula $\Im$
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 </row>
21134 <row>
21135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139
21140 \backslash
21141 Re
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 \begin_inset Formula $\Re$
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 </row>
21159 <row>
21160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21161 \begin_inset Text
21162
21163 \begin_layout Plain Layout
21164
21165 \backslash
21166 aleph
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 \begin_inset Formula $\aleph$
21176 \end_inset
21177
21178
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 </row>
21184 <row>
21185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189
21190 \backslash
21191 partial
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 \begin_inset Formula $\partial$
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 </row>
21209 <row>
21210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214
21215 \backslash
21216 infty
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225 \begin_inset Formula $\infty$
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 </row>
21234 <row>
21235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239
21240 \backslash
21241 wp
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $\wp$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 </row>
21259 <row>
21260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264
21265 \backslash
21266 imath
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275 \begin_inset Formula $\imath$
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row>
21285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289
21290 \backslash
21291 jmath
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 \begin_inset Formula $\jmath$
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 </row>
21309 </lyxtabular>
21310
21311 \end_inset
21312
21313
21314 \begin_inset space \hfill{}
21315 \end_inset
21316
21317
21318 \begin_inset Tabular
21319 <lyxtabular version="3" rows="10" columns="2">
21320 <features tabularvalignment="middle">
21321 <column alignment="center" valignment="top" width="0pt">
21322 <column alignment="center" valignment="top" width="0pt">
21323 <row>
21324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 Befehl
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 Ergebnis
21338 \begin_inset Note Note
21339 status collapsed
21340
21341 \begin_layout Plain Layout
21342
21343 \series bold
21344
21345 \backslash
21346 raisebox
21347 \series default
21348  dient nur als Abstandhalter.
21349 \end_layout
21350
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 </row>
21359 <row>
21360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364
21365 \backslash
21366 forall
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375 \begin_inset Formula $\forall$
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 </row>
21384 <row>
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389
21390 \backslash
21391 exists
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 \begin_inset Formula $\exists$
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 </row>
21409 <row>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414
21415 \backslash
21416 nexists
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Formula $\nexists$
21426 \end_inset
21427
21428
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 </row>
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439
21440 \backslash
21441 emptyset
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 \begin_inset Formula $\emptyset$
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 </row>
21459 <row>
21460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464
21465 \backslash
21466 varnothing
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 \begin_inset Formula $\varnothing$
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489
21490 \backslash
21491 dag
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Formula $\dag$
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 </row>
21509 <row>
21510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514
21515 \backslash
21516 ddag
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525 \begin_inset Formula $\ddag$
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 </row>
21534 <row>
21535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539
21540 \backslash
21541 complement
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550 \begin_inset ERT
21551 status collapsed
21552
21553 \begin_layout Plain Layout
21554
21555
21556 \backslash
21557 raisebox{-0.8mm}{
21558 \end_layout
21559
21560 \end_inset
21561
21562
21563 \begin_inset Formula $\complement$
21564 \end_inset
21565
21566
21567 \begin_inset ERT
21568 status collapsed
21569
21570 \begin_layout Plain Layout
21571
21572 }
21573 \end_layout
21574
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 </row>
21583 <row>
21584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588
21589 \backslash
21590 Bbbk
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 \begin_inset Formula $\Bbbk$
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 </lyxtabular>
21609
21610 \end_inset
21611
21612
21613 \begin_inset space \hfill{}
21614 \end_inset
21615
21616
21617 \begin_inset Tabular
21618 <lyxtabular version="3" rows="10" columns="2">
21619 <features tabularvalignment="middle">
21620 <column alignment="center" valignment="top" width="0pt">
21621 <column alignment="center" valignment="top" width="0pt">
21622 <row>
21623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627 Befehl
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 Ergebnis
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row>
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647
21648 \backslash
21649 prime
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 \begin_inset Formula $\prime$
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672
21673 \backslash
21674 backprime
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683 \begin_inset Formula $\backprime$
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \backslash
21699 mho
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\mho$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \backslash
21724 triangle
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 \begin_inset Formula $\triangle$
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 </row>
21742 <row>
21743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747
21748 \backslash
21749 angle
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 \begin_inset Formula $\angle$
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \backslash
21774 measuredangle
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Formula $\measuredangle$
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 <row>
21793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797
21798 \backslash
21799 sphericalangle
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808 \begin_inset Formula $\sphericalangle$
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 </row>
21817 <row>
21818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822
21823 \backslash
21824 top
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 \begin_inset Formula $\top$
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 </row>
21842 <row>
21843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847
21848 \backslash
21849 bot
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 \begin_inset Formula $\bot$
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 </lyxtabular>
21868
21869 \end_inset
21870
21871
21872 \begin_inset space \hfill{}
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \begin_layout Subsection
21879 Sonstige Symbole
21880 \begin_inset CommandInset label
21881 LatexCommand label
21882 name "sub:Sonstige-Symbole"
21883
21884 \end_inset
21885
21886
21887 \begin_inset Index idx
21888 status collapsed
21889
21890 \begin_layout Plain Layout
21891 Symbole ! sonstige
21892 \end_layout
21893
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \begin_layout Standard
21900 \noindent
21901 \align center
21902 \begin_inset Tabular
21903 <lyxtabular version="3" rows="10" columns="2">
21904 <features tabularvalignment="middle">
21905 <column alignment="center" valignment="top" width="0pt">
21906 <column alignment="center" valignment="top" width="0pt">
21907 <row>
21908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 Befehl
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 Ergebnis
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 </row>
21927 <row>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932
21933 \backslash
21934 flat
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 \begin_inset Formula $\flat$
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 <row>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957
21958 \backslash
21959 natural
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 \begin_inset Formula $\natural$
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 </row>
21977 <row>
21978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982
21983 \backslash
21984 sharp
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 \begin_inset Formula $\sharp$
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 </row>
22002 <row>
22003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007
22008 \backslash
22009 surd
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 \begin_inset Formula $\surd$
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 </row>
22027 <row>
22028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032
22033 \backslash
22034 checkmark
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 \begin_inset Formula $\checkmark$
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057
22058 \backslash
22059 yen
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Formula $\yen$
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 <row>
22078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082
22083 \backslash
22084 pounds
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 \begin_inset Formula $\pounds$
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 $
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 \begin_inset Formula $\$$
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 </row>
22125 <row>
22126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 §
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset Formula $§$
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 </lyxtabular>
22149
22150 \end_inset
22151
22152
22153 \begin_inset Tabular
22154 <lyxtabular version="3" rows="10" columns="2">
22155 <features tabularvalignment="middle">
22156 <column alignment="center" valignment="top" width="0">
22157 <column alignment="center" valignment="top" width="0">
22158 <row>
22159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 Befehl
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 Ergebnis
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183
22184 \backslash
22185 hbar
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 \begin_inset Formula $\hbar$
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 </row>
22203 <row>
22204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \backslash
22210 hslash
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 \begin_inset Formula $\hslash$
22220 \end_inset
22221
22222
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 </row>
22228 <row>
22229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233
22234 \backslash
22235 clubsuit
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244 \begin_inset Formula $\clubsuit$
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \end_inset
22251 </cell>
22252 </row>
22253 <row>
22254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258
22259 \backslash
22260 spadesuit
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269 \begin_inset Formula $\spadesuit$
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 </row>
22278 <row>
22279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283
22284 \backslash
22285 bigstar
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294 \begin_inset Formula $\bigstar$
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 </row>
22303 <row>
22304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308
22309 \backslash
22310 blacklozenge
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 \begin_inset Formula $\blacklozenge$
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333
22334 \backslash
22335 blacktriangle
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 \begin_inset Formula $\blacktriangle$
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 <row>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \backslash
22360 blacktiangledown
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 \begin_inset Formula $\blacktriangledown$
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \backslash
22385 bullet
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 \begin_inset Formula $\bullet$
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 </lyxtabular>
22404
22405 \end_inset
22406
22407
22408 \begin_inset Tabular
22409 <lyxtabular version="3" rows="10" columns="2">
22410 <features tabularvalignment="middle">
22411 <column alignment="center" valignment="top" width="0pt">
22412 <column alignment="center" valignment="top" width="0pt">
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418 Befehl
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 Ergebnis
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 </row>
22433 <row>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438
22439 \backslash
22440 diamondsuit
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 \begin_inset Formula $\diamondsuit$
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 </row>
22458 <row>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463
22464 \backslash
22465 Diamond
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474 \begin_inset Formula $\Diamond$
22475 \end_inset
22476
22477
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 </row>
22483 <row>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488
22489 \backslash
22490 heartsuit
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 \begin_inset Formula $\heartsuit$
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 <row>
22509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513
22514 \backslash
22515 P
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 \begin_inset Formula $\P$
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \backslash
22540 copyright
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 \begin_inset Formula $\copyright$
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 </row>
22558 <row>
22559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563
22564 \backslash
22565 circledR
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 \begin_inset Formula $\circledR$
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 <row>
22584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588
22589 \backslash
22590 maltese
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 \begin_inset Formula $\maltese$
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 <row>
22609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \backslash
22615 diagup
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 \begin_inset Formula $\diagup$
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 </row>
22633 <row>
22634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \backslash
22640 diagdown
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 \begin_inset Formula $\diagdown$
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 </row>
22658 </lyxtabular>
22659
22660 \end_inset
22661
22662
22663 \end_layout
22664
22665 \begin_layout Standard
22666 \begin_inset VSpace medskip
22667 \end_inset
22668
22669 Weitere Symbole sind in 
22670 \begin_inset CommandInset ref
22671 LatexCommand ref
22672 reference "sub:Sonstige-Sonderzeichen"
22673
22674 \end_inset
22675
22676  aufgelistet.
22677 \end_layout
22678
22679 \begin_layout Standard
22680 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22681  
22682 \begin_inset CommandInset ref
22683 LatexCommand ref
22684 reference "sub:Schriftgrößen"
22685
22686 \end_inset
22687
22688 .
22689 \end_layout
22690
22691 \begin_layout Subsection
22692 Das Euro-Symbol €
22693 \begin_inset Index idx
22694 status collapsed
22695
22696 \begin_layout Plain Layout
22697 Symbole ! Euro-Symbol
22698 \end_layout
22699
22700 \end_inset
22701
22702
22703 \begin_inset Index idx
22704 status collapsed
22705
22706 \begin_layout Plain Layout
22707
22708 \backslash
22709 @
22710 \begin_inset ERT
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714
22715
22716 \backslash
22717 officialeuro
22718 \end_layout
22719
22720 \end_inset
22721
22722
22723 \end_layout
22724
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \begin_layout Standard
22731 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22732
22733 \series bold
22734 eurosym
22735 \series default
22736
22737 \begin_inset Index idx
22738 status collapsed
22739
22740 \begin_layout Plain Layout
22741 Pakete ! eurosym
22742 \end_layout
22743
22744 \end_inset
22745
22746  installieren und dieses mit der LaTeX-Vorspannzeile
22747 \end_layout
22748
22749 \begin_layout Standard
22750
22751 \series bold
22752
22753 \backslash
22754 usepackage[gennarrow]{eurosym}
22755 \end_layout
22756
22757 \begin_layout Standard
22758 aktivieren.
22759  Das Euro-Symbol kann man nun mit dem Befehl 
22760 \series bold
22761
22762 \backslash
22763 euro
22764 \series default
22765
22766 \begin_inset Index idx
22767 status collapsed
22768
22769 \begin_layout Plain Layout
22770 Befehle ! E ! 
22771 \backslash
22772 euro
22773 \end_layout
22774
22775 \end_inset
22776
22777  aufrufen.
22778 \end_layout
22779
22780 \begin_layout Standard
22781 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22782  eingeben, ohne 
22783 \series bold
22784 eurosym
22785 \series default
22786  installiert zu haben.
22787  Ist 
22788 \series bold
22789 eurosym
22790 \series default
22791  installiert, kann man 
22792 \series bold
22793
22794 \backslash
22795 euro
22796 \series default
22797  auch im TeX-Modus eingeben.
22798  Das offizielle Währungssymbol erhält man dann über den Befehl 
22799 \series bold
22800
22801 \backslash
22802 officialeuro
22803 \series default
22804
22805 \begin_inset Index idx
22806 status collapsed
22807
22808 \begin_layout Plain Layout
22809 Befehle ! O ! 
22810 \backslash
22811 officialeuro
22812 \end_layout
22813
22814 \end_inset
22815
22816 , der nur im TeX-Modus verfügbar ist.
22817 \end_layout
22818
22819 \begin_layout Standard
22820 \begin_inset ERT
22821 status collapsed
22822
22823 \begin_layout Plain Layout
22824
22825
22826 \backslash
22827 ifeurosym 
22828 \end_layout
22829
22830 \end_inset
22831
22832
22833 \begin_inset Note Note
22834 status open
22835
22836 \begin_layout Plain Layout
22837 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22838 \series bold
22839 eurosym
22840 \series default
22841  installiert ist:
22842 \end_layout
22843
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \begin_layout Standard
22850 Eine Übersicht der verschiedenen Euro-Symbole:
22851 \end_layout
22852
22853 \begin_layout Standard
22854 \align center
22855 \begin_inset Tabular
22856 <lyxtabular version="3" rows="4" columns="3">
22857 <features tabularvalignment="middle">
22858 <column alignment="center" valignment="top" width="0pt">
22859 <column alignment="center" valignment="top" width="0pt">
22860 <column alignment="center" valignment="top" width="0pt">
22861 <row>
22862 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875 Befehl 
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884 Ergebnis
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 </row>
22890 <row>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 Formel
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904
22905 \backslash
22906 euro
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 \begin_inset Formula $\euro$
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 mathematischer Text
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Formula $\mbox{€}$
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 </row>
22956 <row>
22957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 TeX-Modus
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \backslash
22972 officialeuro
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 \begin_inset ERT
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985
22986
22987 \backslash
22988 officialeuro
22989 \end_layout
22990
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 </row>
22999 </lyxtabular>
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Standard
23007 \begin_inset ERT
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011
23012
23013 \backslash
23014 else 
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \begin_inset Note Note
23021 status open
23022
23023 \begin_layout Plain Layout
23024 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23025 \series bold
23026 eurosym
23027 \series default
23028  nicht installiert ist:
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \begin_layout Standard
23037 Das LaTeX-Paket 
23038 \series bold
23039 eurosym 
23040 \series default
23041 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23042 \end_layout
23043
23044 \begin_layout Standard
23045 \begin_inset ERT
23046 status collapsed
23047
23048 \begin_layout Plain Layout
23049
23050
23051 \backslash
23052 fi 
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Section
23061 Relationen
23062 \begin_inset CommandInset label
23063 LatexCommand label
23064 name "sec:Relationen"
23065
23066 \end_inset
23067
23068
23069 \begin_inset Index idx
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073 Relationen
23074 \end_layout
23075
23076 \end_inset
23077
23078
23079 \begin_inset Index idx
23080 status collapsed
23081
23082 \begin_layout Plain Layout
23083 Vergleiche|see
23084 \begin_inset ERT
23085 status collapsed
23086
23087 \begin_layout Plain Layout
23088
23089 {
23090 \end_layout
23091
23092 \end_inset
23093
23094 Relationen
23095 \begin_inset ERT
23096 status collapsed
23097
23098 \begin_layout Plain Layout
23099
23100 }
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \begin_layout Standard
23114 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23115  
23116 \begin_inset Graphics
23117         filename ../../images/math/leq.png
23118         scale 85
23119
23120 \end_inset
23121
23122  eingefügt werden.
23123 \end_layout
23124
23125 \begin_layout Standard
23126 \begin_inset space \hfill{}
23127 \end_inset
23128
23129
23130 \begin_inset Tabular
23131 <lyxtabular version="3" rows="17" columns="2">
23132 <features tabularvalignment="middle">
23133 <column alignment="center" valignment="top" width="0pt">
23134 <column alignment="center" valignment="top" width="0pt">
23135 <row>
23136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 Befehl
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 Ergebnis
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 <
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169 \begin_inset Formula $<$
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 </row>
23178 <row>
23179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183
23184 \backslash
23185 le
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194 \begin_inset Formula $\le$
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 </row>
23203 <row>
23204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23205 \begin_inset Text
23206
23207 \begin_layout Plain Layout
23208
23209 \backslash
23210 ll
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 \begin_inset Formula $\ll$
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 </row>
23228 <row>
23229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233
23234 \backslash
23235 prec
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 \begin_inset Formula $\prec$
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 </row>
23253 <row>
23254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258
23259 \backslash
23260 preceq
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269 \begin_inset Formula $\preceq$
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 </row>
23278 <row>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283
23284 \backslash
23285 subset
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 \begin_inset Formula $\subset$
23295 \end_inset
23296
23297
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 </row>
23303 <row>
23304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308
23309 \backslash
23310 subseteq
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 \begin_inset Formula $\subseteq$
23320 \end_inset
23321
23322
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 </row>
23328 <row>
23329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333
23334 \backslash
23335 sqsubseteq
23336 \end_layout
23337
23338 \end_inset
23339 </cell>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 \begin_inset Formula $\sqsubseteq$
23345 \end_inset
23346
23347
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 <row>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358
23359 \backslash
23360 in
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 \begin_inset Formula $\in$
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 </row>
23378 <row>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383
23384 \backslash
23385 vdash
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 \begin_inset Formula $\vdash$
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 </row>
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408
23409 \backslash
23410 smile
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 \begin_inset Formula $\smile$
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 </row>
23428 <row>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433
23434 \backslash
23435 lhd
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 \begin_inset Formula $\lhd$
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 unlhd
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\unlhd$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 gtrless
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\gtrless$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 mid
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\mid$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 nmid
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\nmid$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 </lyxtabular>
23554
23555 \end_inset
23556
23557
23558 \begin_inset space \hfill{}
23559 \end_inset
23560
23561
23562 \begin_inset Tabular
23563 <lyxtabular version="3" rows="17" columns="2">
23564 <features tabularvalignment="middle">
23565 <column alignment="center" valignment="top" width="0pt">
23566 <column alignment="center" valignment="top" width="0pt">
23567 <row>
23568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 Befehl
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 Ergebnis
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 =
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 \begin_inset Formula $=$
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \backslash
23617 not=
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Formula $\not=$
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \backslash
23642 equiv
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 \begin_inset Formula $\equiv$
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 <row>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \backslash
23667 sim
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Formula $\sim$
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 </row>
23685 <row>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690
23691 \backslash
23692 simeq
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 \begin_inset Formula $\simeq$
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 </row>
23710 <row>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715
23716 \backslash
23717 approx
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 \begin_inset Formula $\approx$
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 <row>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \backslash
23742 cong
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 \begin_inset Formula $\cong$
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 </row>
23760 <row>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765
23766 \backslash
23767 bowtie
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 \begin_inset Formula $\bowtie$
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 </row>
23785 <row>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790
23791 \backslash
23792 notin
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 \begin_inset Formula $\notin$
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 </row>
23810 <row>
23811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815
23816 \backslash
23817 perp
23818 \end_layout
23819
23820 \end_inset
23821 </cell>
23822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 \begin_inset Formula $\perp$
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 </row>
23835 <row>
23836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840
23841 \backslash
23842 propto
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851 \begin_inset Formula $\propto$
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 </row>
23860 <row>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865
23866 \backslash
23867 asymp
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876 \begin_inset Formula $\asymp$
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 </row>
23885 <row>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890
23891 \backslash
23892 doteq
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 \begin_inset Formula $\doteq$
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 </row>
23910 <row>
23911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915
23916 \backslash
23917 circeq
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 \begin_inset Formula $\circeq$
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 <row>
23936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940
23941 \backslash
23942 models
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951 \begin_inset Formula $\models$
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 </row>
23960 <row>
23961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965
23966 \backslash
23967 widehat=
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976 \begin_inset Formula $\widehat{=}$
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 </row>
23985 </lyxtabular>
23986
23987 \end_inset
23988
23989
23990 \begin_inset space \hfill{}
23991 \end_inset
23992
23993
23994 \begin_inset Tabular
23995 <lyxtabular version="3" rows="17" columns="2">
23996 <features tabularvalignment="middle">
23997 <column alignment="center" valignment="top" width="0pt">
23998 <column alignment="center" valignment="top" width="0pt">
23999 <row>
24000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 Befehl
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 Ergebnis
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 </row>
24019 <row>
24020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024 >
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033 \begin_inset Formula $>$
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 </row>
24042 <row>
24043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047
24048 \backslash
24049 ge
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058 \begin_inset Formula $\ge$
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 </row>
24067 <row>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072
24073 \backslash
24074 gg
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 \begin_inset Formula $\gg$
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 </row>
24092 <row>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \backslash
24099 succ
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 \begin_inset Formula $\succ$
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 </row>
24117 <row>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122
24123 \backslash
24124 succeq
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 \begin_inset Formula $\succeq$
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 </row>
24142 <row>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 supset
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 \begin_inset Formula $\supset$
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 <row>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172
24173 \backslash
24174 supseteq
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183 \begin_inset Formula $\supseteq$
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 </row>
24192 <row>
24193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197
24198 \backslash
24199 sqsupseteq
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 \begin_inset Formula $\sqsupseteq$
24209 \end_inset
24210
24211
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 </row>
24217 <row>
24218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222
24223 \backslash
24224 ni
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 \begin_inset Formula $\ni$
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 </row>
24242 <row>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247
24248 \backslash
24249 dashv
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258 \begin_inset Formula $\dashv$
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 </row>
24267 <row>
24268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272
24273 \backslash
24274 frown
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24280 \begin_inset Text
24281
24282 \begin_layout Plain Layout
24283 \begin_inset Formula $\frown$
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 </row>
24292 <row>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \backslash
24299 rhd
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 \begin_inset Formula $\rhd$
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 </row>
24317 <row>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322
24323 \backslash
24324 unrhd
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 \begin_inset Formula $\unrhd$
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 </row>
24342 <row>
24343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347
24348 \backslash
24349 lessgtr
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358 \begin_inset Formula $\lessgtr$
24359 \end_inset
24360
24361
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 </row>
24367 <row>
24368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372
24373 \backslash
24374 parallel
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383 \begin_inset Formula $\parallel$
24384 \end_inset
24385
24386
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 </row>
24392 <row>
24393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 nparallel
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408 \begin_inset Formula $\nparallel$
24409 \end_inset
24410
24411
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 </row>
24417 </lyxtabular>
24418
24419 \end_inset
24420
24421
24422 \begin_inset space \hfill{}
24423 \end_inset
24424
24425
24426 \end_layout
24427
24428 \begin_layout Standard
24429 \begin_inset VSpace medskip
24430 \end_inset
24431
24432 Die Zeichen 
24433 \series bold
24434
24435 \backslash
24436 lhd
24437 \series default
24438  bzw.
24439  
24440 \series bold
24441
24442 \backslash
24443 rhd
24444 \series default
24445  sind größer als die gleich aussehenden Operatoren
24446 \begin_inset Newline linebreak
24447 \end_inset
24448
24449
24450 \series bold
24451
24452 \backslash
24453 triangleleft
24454 \series default
24455  bzw.
24456  
24457 \series bold
24458
24459 \backslash
24460 triangleright
24461 \series default
24462 .
24463 \end_layout
24464
24465 \begin_layout Standard
24466 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24467 \end_layout
24468
24469 \begin_layout Standard
24470 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24471 \series bold
24472
24473 \backslash
24474 stackrel
24475 \series default
24476
24477 \begin_inset Index idx
24478 status collapsed
24479
24480 \begin_layout Plain Layout
24481 Befehle ! S ! 
24482 \backslash
24483 stackrel
24484 \end_layout
24485
24486 \end_inset
24487
24488  erstellt werden:
24489 \end_layout
24490
24491 \begin_layout Standard
24492 \align center
24493 \begin_inset Tabular
24494 <lyxtabular version="3" rows="2" columns="2">
24495 <features tabularvalignment="middle">
24496 <column alignment="center" valignment="top" width="0">
24497 <column alignment="center" valignment="top" width="0">
24498 <row>
24499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503 Befehl
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512 Ergebnis
24513 \begin_inset Note Note
24514 status collapsed
24515
24516 \begin_layout Plain Layout
24517
24518 \series bold
24519
24520 \backslash
24521 raisebox
24522 \series default
24523  dient nur als Abstandhalter.
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 </row>
24534 <row>
24535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 A(r)
24540 \backslash
24541 stackrel
24542 \begin_inset ERT
24543 status collapsed
24544
24545 \begin_layout Plain Layout
24546
24547
24548 \backslash
24549 leer 
24550 \end_layout
24551
24552 \end_inset
24553
24554 r
24555 \backslash
24556 to
24557 \backslash
24558 infty
24559 \begin_inset ERT
24560 status collapsed
24561
24562 \begin_layout Plain Layout
24563
24564
24565 \backslash
24566 leer 
24567 \end_layout
24568
24569 \end_inset
24570
24571
24572 \begin_inset Formula $\downarrow$
24573 \end_inset
24574
24575
24576 \backslash
24577 approx
24578 \begin_inset ERT
24579 status collapsed
24580
24581 \begin_layout Plain Layout
24582
24583
24584 \backslash
24585 leer 
24586 \end_layout
24587
24588 \end_inset
24589
24590
24591 \begin_inset ERT
24592 status collapsed
24593
24594 \begin_layout Plain Layout
24595
24596
24597 \backslash
24598 leer 
24599 \end_layout
24600
24601 \end_inset
24602
24603 B
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Plain Layout
24612 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 </row>
24621 </lyxtabular>
24622
24623 \end_inset
24624
24625
24626 \end_layout
24627
24628 \begin_layout Section
24629 Funktionen
24630 \end_layout
24631
24632 \begin_layout Subsection
24633 Vordefinierte Funktionen
24634 \begin_inset CommandInset label
24635 LatexCommand label
24636 name "sub:Vordefinierte-Funktionen"
24637
24638 \end_inset
24639
24640
24641 \begin_inset Index idx
24642 status collapsed
24643
24644 \begin_layout Plain Layout
24645 Funktionen ! vordefinierte
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \end_layout
24652
24653 \begin_layout Standard
24654 Allgemein werden in mathematischen Ausdrücken Variablen 
24655 \shape italic
24656 kursiv
24657 \shape default
24658  gesetzt, Funktionsnamen hingegen nicht, denn 
24659 \begin_inset Formula $sin$
24660 \end_inset
24661
24662  könnte als 
24663 \begin_inset Formula $s\cdot i\cdot n$
24664 \end_inset
24665
24666  missverstanden werden.
24667  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24668 en etwas abgesetzt sind.
24669  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24670 \end_layout
24671
24672 \begin_layout Standard
24673 \align center
24674 \begin_inset Tabular
24675 <lyxtabular version="3" rows="2" columns="4">
24676 <features tabularvalignment="middle">
24677 <column alignment="center" valignment="top" width="0pt">
24678 <column alignment="center" valignment="top" width="0pt">
24679 <column alignment="center" valignment="top" width="0pt">
24680 <column alignment="center" valignment="top" width="0pt">
24681 <row>
24682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24683 \begin_inset Text
24684
24685 \begin_layout Plain Layout
24686 Befehl
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695 Ergebnis
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704 Befehl
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 Ergebnis
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 </row>
24719 <row>
24720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724 Asin(x)+B
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733 \begin_inset Formula $Asin(x)+B$
24734 \end_inset
24735
24736
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 A
24746 \backslash
24747 sin(x)+B
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756 \begin_inset Formula $A\sin(x)+B$
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 </row>
24765 </lyxtabular>
24766
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \begin_layout Standard
24773 Folgende Funktionen sind vordefiniert:
24774 \end_layout
24775
24776 \begin_layout Standard
24777 \begin_inset VSpace -2mm
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \begin_layout Standard
24784 \align center
24785 \begin_inset Tabular
24786 <lyxtabular version="3" rows="9" columns="4">
24787 <features tabularvalignment="middle">
24788 <column alignment="center" valignment="top" width="0pt">
24789 <column alignment="center" valignment="top" width="0pt">
24790 <column alignment="center" valignment="top" width="0pt">
24791 <column alignment="center" valignment="top" width="0pt">
24792 <row>
24793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797 Befehl
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24803 \begin_inset Text
24804
24805 \begin_layout Plain Layout
24806 Befehl
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815 Befehl
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24821 \begin_inset Text
24822
24823 \begin_layout Plain Layout
24824 Befehl
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 </row>
24830 <row>
24831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835
24836 \backslash
24837 sin
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846
24847 \backslash
24848 sinh
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857
24858 \backslash
24859 arcsin
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868
24869 \backslash
24870 sup
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 </row>
24876 <row>
24877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881
24882 \backslash
24883 cos
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892
24893 \backslash
24894 cosh
24895 \end_layout
24896
24897 \end_inset
24898 </cell>
24899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903
24904 \backslash
24905 arccos
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914
24915 \backslash
24916 inf
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 </row>
24922 <row>
24923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927
24928 \backslash
24929 tan
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938
24939 \backslash
24940 tanh
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 arctan
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \backslash
24962 lim
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 </row>
24968 <row>
24969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973
24974 \backslash
24975 cot
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984
24985 \backslash
24986 coth
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \backslash
24997 arg
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \backslash
25008 liminf
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 </row>
25014 <row>
25015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019
25020 \backslash
25021 sec
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030
25031 \backslash
25032 min
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041
25042 \backslash
25043 deg
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052
25053 \backslash
25054 limsup
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 </row>
25060 <row>
25061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065
25066 \backslash
25067 csc
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \backslash
25078 max
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 det
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 Pr
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 </row>
25106 <row>
25107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111
25112 \backslash
25113 ln
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 exp
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 dim
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 hom
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 </row>
25152 <row>
25153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Plain Layout
25157
25158 \backslash
25159 lg
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \backslash
25170 log
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 ker
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 gcd
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 </row>
25198 </lyxtabular>
25199
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \begin_layout Standard
25206 Sie können auch über den Mathe-Werkzeugleistenknopf 
25207 \begin_inset Graphics
25208         filename ../../images/math/functions.png
25209         scale 85
25210
25211 \end_inset
25212
25213  eingefügt werden.
25214 \end_layout
25215
25216 \begin_layout Subsection
25217 Selbst definierte Funktionen
25218 \begin_inset Index idx
25219 status collapsed
25220
25221 \begin_layout Plain Layout
25222 Funktionen ! selbstdefinierte
25223 \end_layout
25224
25225 \end_inset
25226
25227
25228 \end_layout
25229
25230 \begin_layout Standard
25231 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25232 \begin_inset space \thinspace{}
25233 \end_inset
25234
25235 B.
25236  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25237 \end_layout
25238
25239 \begin_layout Itemize
25240 Man definiert die Funktion selbst.
25241  Dazu gibt man im LaTeX-Vorspann die Zeile
25242 \begin_inset Newline newline
25243 \end_inset
25244
25245
25246 \begin_inset VSpace -3mm
25247 \end_inset
25248
25249
25250 \begin_inset Newline newline
25251 \end_inset
25252
25253
25254 \series bold
25255
25256 \backslash
25257 DeclareMathOperator{
25258 \backslash
25259 sgn}{sgn}
25260 \series default
25261
25262 \begin_inset Index idx
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266 Befehle ! D ! 
25267 \backslash
25268 dbinom@
25269 \backslash
25270 DeclareMathOperator
25271 \end_layout
25272
25273 \end_inset
25274
25275
25276 \begin_inset Newline newline
25277 \end_inset
25278
25279
25280 \begin_inset VSpace -2mm
25281 \end_inset
25282
25283
25284 \begin_inset Newline newline
25285 \end_inset
25286
25287 ein
25288 \begin_inset Foot
25289 status collapsed
25290
25291 \begin_layout Plain Layout
25292 Näheres zu 
25293 \series bold
25294
25295 \backslash
25296 DeclareMathOperator
25297 \series default
25298  siehe 
25299 \begin_inset CommandInset ref
25300 LatexCommand ref
25301 reference "sub:Selbstdefinierte-Operatoren"
25302
25303 \end_inset
25304
25305 .
25306 \end_layout
25307
25308 \end_inset
25309
25310 .
25311  Nun kann man mit dem Befehl 
25312 \series bold
25313
25314 \backslash
25315 sgn
25316 \series default
25317  die neu definierte Funktion aufrufen.
25318 \end_layout
25319
25320 \begin_layout Itemize
25321 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25322  Beispiel die Buchstaben 
25323 \emph on
25324 sgn
25325 \emph default
25326 , und wandelt ihn in in mathematischen Text um.
25327  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25328 \end_layout
25329
25330 \begin_layout Standard
25331 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25332  Funktion
25333 \begin_inset Foot
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25338 \end_layout
25339
25340 \end_inset
25341
25342 :
25343 \end_layout
25344
25345 \begin_layout Standard
25346 \align center
25347 \begin_inset Tabular
25348 <lyxtabular version="3" rows="3" columns="2">
25349 <features tabularvalignment="middle">
25350 <column alignment="center" valignment="top" width="0pt">
25351 <column alignment="center" valignment="top" width="0pt">
25352 <row>
25353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357 Befehl
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366 Ergebnis
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 </row>
25372 <row>
25373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377 A
25378 \backslash
25379 sgn(x)+B
25380 \end_layout
25381
25382 \end_inset
25383 </cell>
25384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Plain Layout
25388 \begin_inset Formula $A\sgn(x)+B$
25389 \end_inset
25390
25391
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 </row>
25397 <row>
25398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25399 \begin_inset Text
25400
25401 \begin_layout Plain Layout
25402 A
25403 \backslash
25404 ,
25405 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25406 \end_inset
25407
25408 (x)+B
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \end_inset
25424 </cell>
25425 </row>
25426 </lyxtabular>
25427
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \begin_layout Standard
25434 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25435  mehrfach verwendet werden soll.
25436 \end_layout
25437
25438 \begin_layout Subsection
25439 Grenzwerte
25440 \begin_inset Index idx
25441 status collapsed
25442
25443 \begin_layout Plain Layout
25444 Grenzwerte
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \begin_layout Standard
25453 Für Grenzwerte sind außer 
25454 \series bold
25455
25456 \backslash
25457 lim
25458 \series default
25459
25460 \begin_inset Index idx
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464 Befehle ! L ! 
25465 \backslash
25466 lim
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \series bold
25473
25474 \backslash
25475 liminf
25476 \series default
25477  und 
25478 \series bold
25479
25480 \backslash
25481 limsup
25482 \series default
25483  noch folgende Funktionen definiert:
25484 \end_layout
25485
25486 \begin_layout Standard
25487 \align center
25488 \begin_inset Tabular
25489 <lyxtabular version="3" rows="5" columns="2">
25490 <features tabularvalignment="middle">
25491 <column alignment="center" valignment="top" width="0">
25492 <column alignment="center" valignment="top" width="0">
25493 <row>
25494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25495 \begin_inset Text
25496
25497 \begin_layout Plain Layout
25498 Befehl
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507 Ergebnis
25508 \begin_inset Note Note
25509 status collapsed
25510
25511 \begin_layout Plain Layout
25512
25513 \series bold
25514
25515 \backslash
25516 raisebox
25517 \series default
25518  dient nur als Abstandhalter.
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 </row>
25529 <row>
25530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534
25535 \backslash
25536 varliminf
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545 \begin_inset Formula $\varliminf$
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 </row>
25554 <row>
25555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Plain Layout
25559
25560 \backslash
25561 varlimsup
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570 \begin_inset Formula $\varlimsup$
25571 \end_inset
25572
25573
25574 \end_layout
25575
25576 \end_inset
25577 </cell>
25578 </row>
25579 <row>
25580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584
25585 \backslash
25586 varprojlim
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25592 \begin_inset Text
25593
25594 \begin_layout Plain Layout
25595 \begin_inset Formula $\varprojlim$
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 </row>
25604 <row>
25605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609
25610 \backslash
25611 varinjlim
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25617 \begin_inset Text
25618
25619 \begin_layout Plain Layout
25620 \begin_inset Formula $\varinjlim$
25621 \end_inset
25622
25623
25624 \begin_inset Formula $\raisebox{-2.5mm}{}$
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 </row>
25633 </lyxtabular>
25634
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \begin_layout Standard
25641 \begin_inset VSpace medskip
25642 \end_inset
25643
25644 Der Grenzwert wird durch Tiefstellen erzeugt.
25645  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25646 \end_layout
25647
25648 \begin_layout Standard
25649 \align center
25650 \begin_inset Tabular
25651 <lyxtabular version="3" rows="2" columns="2">
25652 <features tabularvalignment="middle">
25653 <column alignment="center" valignment="top" width="0pt">
25654 <column alignment="center" valignment="top" width="0pt">
25655 <row>
25656 <cell alignment="center" valignment="top" usebox="none">
25657 \begin_inset Text
25658
25659 \begin_layout Plain Layout
25660 Befehl
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 <cell alignment="center" valignment="top" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669 \begin_inset space \hspace{}
25670 \length 1cm
25671 \end_inset
25672
25673 Ergebnis
25674 \begin_inset Note Note
25675 status collapsed
25676
25677 \begin_layout Plain Layout
25678 Der Leerraum und 
25679 \series bold
25680
25681 \backslash
25682 raisebox
25683 \series default
25684  dienen nur als Abstandhalter.
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 </row>
25695 <row>
25696 <cell alignment="center" valignment="top" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700
25701 \backslash
25702 lim_x
25703 \backslash
25704 to
25705 \begin_inset ERT
25706 status collapsed
25707
25708 \begin_layout Plain Layout
25709
25710
25711 \backslash
25712 leer 
25713 \end_layout
25714
25715 \end_inset
25716
25717 A
25718 \begin_inset ERT
25719 status collapsed
25720
25721 \begin_layout Plain Layout
25722
25723
25724 \backslash
25725 leer 
25726 \end_layout
25727
25728 \end_inset
25729
25730 x=B
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 <cell alignment="center" valignment="top" usebox="none">
25736 \begin_inset Text
25737
25738 \begin_layout Plain Layout
25739 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 </row>
25748 </lyxtabular>
25749
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \begin_layout Standard
25756 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25757 \begin_inset Formula \[
25758 \lim_{x\to A}x=B\]
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Subsection
25766 Modulo-Funktionen
25767 \begin_inset Index idx
25768 status collapsed
25769
25770 \begin_layout Plain Layout
25771 Funktionen ! Modulo-
25772 \end_layout
25773
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \begin_layout Standard
25780 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25781  Varianten.
25782 \end_layout
25783
25784 \begin_layout Standard
25785 Die Varianten in einer abgesetzten Formel:
25786 \begin_inset Formula \begin{align*}
25787 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25788 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25789 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25790 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25791 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
25792 \end{align*}
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25801  weniger Leerraum gesetzt.
25802 \end_layout
25803
25804 \begin_layout Section
25805 Sonderzeichen
25806 \begin_inset Index idx
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810 Sonderzeichen
25811 \end_layout
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Subsection
25819 Sonderzeichen im mathematischen Text
25820 \end_layout
25821
25822 \begin_layout Standard
25823 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25824  verwendet werden:
25825 \end_layout
25826
25827 \begin_layout Standard
25828 \begin_inset space \hfill{}
25829 \end_inset
25830
25831
25832 \begin_inset Tabular
25833 <lyxtabular version="3" rows="8" columns="2">
25834 <features tabularvalignment="middle">
25835 <column alignment="block" valignment="top" width="0">
25836 <column alignment="block" valignment="top" width="0">
25837 <row>
25838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842 Befehl
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851 Ergebnis
25852 \end_layout
25853
25854 \end_inset
25855 </cell>
25856 </row>
25857 <row>
25858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Plain Layout
25862
25863 \backslash
25864 oe
25865 \end_layout
25866
25867 \end_inset
25868 </cell>
25869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25870 \begin_inset Text
25871
25872 \begin_layout Plain Layout
25873 \begin_inset Formula $\textrm{œ}$
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 </row>
25882 <row>
25883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25884 \begin_inset Text
25885
25886 \begin_layout Plain Layout
25887
25888 \backslash
25889 OE
25890 \end_layout
25891
25892 \end_inset
25893 </cell>
25894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25895 \begin_inset Text
25896
25897 \begin_layout Plain Layout
25898 \begin_inset Formula $\textrm{Œ}$
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \end_inset
25905 </cell>
25906 </row>
25907 <row>
25908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Plain Layout
25912
25913 \backslash
25914 ae
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25920 \begin_inset Text
25921
25922 \begin_layout Plain Layout
25923 \begin_inset Formula $\textrm{æ}$
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 </row>
25932 <row>
25933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937
25938 \backslash
25939 AE
25940 \end_layout
25941
25942 \end_inset
25943 </cell>
25944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948 \begin_inset Formula $\textrm{Æ}$
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 </row>
25957 <row>
25958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Plain Layout
25962
25963 \backslash
25964 aa
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Plain Layout
25973 \begin_inset Formula $\textrm{\aa}$
25974 \end_inset
25975
25976
25977 \end_layout
25978
25979 \end_inset
25980 </cell>
25981 </row>
25982 <row>
25983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987
25988 \backslash
25989 AA
25990 \begin_inset Index idx
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994
25995 \backslash
25996 @
25997 \begin_inset ERT
25998 status collapsed
25999
26000 \begin_layout Plain Layout
26001
26002
26003 \backslash
26004 textrm{
26005 \backslash
26006 AA}
26007 \end_layout
26008
26009 \end_inset
26010
26011
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025 \begin_inset Formula $\textrm{Å}$
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 </row>
26034 <row>
26035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26036 \begin_inset Text
26037
26038 \begin_layout Plain Layout
26039
26040 \backslash
26041 i
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26047 \begin_inset Text
26048
26049 \begin_layout Plain Layout
26050 \begin_inset Formula $\textrm{ı}$
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 </row>
26059 </lyxtabular>
26060
26061 \end_inset
26062
26063
26064 \begin_inset space \hfill{}
26065 \end_inset
26066
26067
26068 \begin_inset Tabular
26069 <lyxtabular version="3" rows="8" columns="2">
26070 <features tabularvalignment="middle">
26071 <column alignment="block" valignment="top" width="0">
26072 <column alignment="center" valignment="top" width="0">
26073 <row>
26074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078 Befehl
26079 \begin_inset Note Note
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083 Der Leerraum von 0
26084 \begin_inset space \thinspace{}
26085 \end_inset
26086
26087 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26088  ¿ erscheinen würde.
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \end_inset
26097 </cell>
26098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102 Ergebnis
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 </row>
26108 <row>
26109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113
26114 \backslash
26115 o
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124 \begin_inset Formula $\textrm{ø}$
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 </row>
26133 <row>
26134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138
26139 \backslash
26140 O
26141 \end_layout
26142
26143 \end_inset
26144 </cell>
26145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149 \begin_inset Formula $\textrm{Ø}$
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 </row>
26158 <row>
26159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163
26164 \backslash
26165 l
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174 \begin_inset Formula $\textrm{ł}$
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 </row>
26183 <row>
26184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188
26189 \backslash
26190 L
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 \begin_inset Formula $\textrm{Ł}$
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 </row>
26208 <row>
26209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213 !
26214 \begin_inset space \hspace{}
26215 \length 0mm
26216 \end_inset
26217
26218 `
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223
26224
26225 \backslash
26226 leer 
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 \begin_inset Formula $\textrm{!`}$
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 </row>
26249 <row>
26250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254 ?
26255 \begin_inset space \hspace{}
26256 \length 0mm
26257 \end_inset
26258
26259 `
26260 \begin_inset ERT
26261 status collapsed
26262
26263 \begin_layout Plain Layout
26264
26265
26266 \backslash
26267 leer 
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 \begin_inset Formula $\textrm{?`}$
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 </row>
26290 <row>
26291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295
26296 \backslash
26297 j
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306 \begin_inset Formula $\textrm{ȷ}$
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 </row>
26315 </lyxtabular>
26316
26317 \end_inset
26318
26319
26320 \begin_inset space \hfill{}
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \begin_layout Standard
26327 Die Zeichen 
26328 \begin_inset Formula $\textrm{\textrm{Å}}$
26329 \end_inset
26330
26331  und 
26332 \begin_inset Formula $\textrm{\textrm{Ø}}$
26333 \end_inset
26334
26335  können auch über den Mathe-Werkzeugleistenknopf 
26336 \begin_inset Graphics
26337         filename ../../images/math/digamma.png
26338         scale 85
26339
26340 \end_inset
26341
26342  eingefügt werden.
26343 \end_layout
26344
26345 \begin_layout Standard
26346 Eine Ausnahme bilden die Befehle 
26347 \series bold
26348 !
26349 \begin_inset space \hspace{}
26350 \length 0mm
26351 \end_inset
26352
26353 `
26354 \series default
26355  und 
26356 \series bold
26357 ?
26358 \begin_inset space \hspace{}
26359 \length 0mm
26360 \end_inset
26361
26362 `
26363 \series default
26364 , denn man kann sie in LyX direkt in den Text eingeben.
26365 \end_layout
26366
26367 \begin_layout Subsection
26368 Akzente im Text
26369 \begin_inset CommandInset label
26370 LatexCommand label
26371 name "sub:Sonderzeichen-Akzente"
26372
26373 \end_inset
26374
26375
26376 \begin_inset Index idx
26377 status collapsed
26378
26379 \begin_layout Plain Layout
26380 Akzente ! im Text
26381 \end_layout
26382
26383 \end_inset
26384
26385
26386 \end_layout
26387
26388 \begin_layout Standard
26389 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26390  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26391 \end_layout
26392
26393 \begin_layout Standard
26394 \begin_inset space \hfill{}
26395 \end_inset
26396
26397
26398 \begin_inset Tabular
26399 <lyxtabular version="3" rows="8" columns="2">
26400 <features tabularvalignment="middle">
26401 <column alignment="block" valignment="top" width="0">
26402 <column alignment="block" valignment="top" width="0">
26403 <row>
26404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408 Befehl
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417 Ergebnis
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 </row>
26423 <row>
26424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428
26429 \backslash
26430
26431 \begin_inset Quotes grd
26432 \end_inset
26433
26434 e
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448
26449 \backslash
26450 "e
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 </row>
26461 <row>
26462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466
26467 \backslash
26468 `e
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477 \begin_inset ERT
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481
26482
26483 \backslash
26484 `e
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 </row>
26495 <row>
26496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500
26501 \backslash
26502 ^
26503 \begin_inset ERT
26504 status collapsed
26505
26506 \begin_layout Plain Layout
26507
26508
26509 \backslash
26510 leer 
26511 \end_layout
26512
26513 \end_inset
26514
26515 e
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524 \begin_inset ERT
26525 status collapsed
26526
26527 \begin_layout Plain Layout
26528
26529
26530 \backslash
26531 ^e
26532 \end_layout
26533
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 </row>
26542 <row>
26543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26544 \begin_inset Text
26545
26546 \begin_layout Plain Layout
26547
26548 \backslash
26549 =e
26550 \end_layout
26551
26552 \end_inset
26553 </cell>
26554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558 \begin_inset ERT
26559 status collapsed
26560
26561 \begin_layout Plain Layout
26562
26563
26564 \backslash
26565 =e
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 </row>
26576 <row>
26577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581
26582 \backslash
26583 u
26584 \begin_inset ERT
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588
26589
26590 \backslash
26591 leer 
26592 \end_layout
26593
26594 \end_inset
26595
26596 e
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605 \begin_inset ERT
26606 status collapsed
26607
26608 \begin_layout Plain Layout
26609
26610
26611 \backslash
26612 u e
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 </row>
26623 <row>
26624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628
26629 \backslash
26630 b
26631 \begin_inset ERT
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635
26636
26637 \backslash
26638 leer 
26639 \end_layout
26640
26641 \end_inset
26642
26643 e
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652 \begin_inset ERT
26653 status collapsed
26654
26655 \begin_layout Plain Layout
26656
26657
26658 \backslash
26659 b e
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 </row>
26670 <row>
26671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26672 \begin_inset Text
26673
26674 \begin_layout Plain Layout
26675
26676 \backslash
26677 t
26678 \begin_inset ERT
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682
26683
26684 \backslash
26685 leer 
26686 \end_layout
26687
26688 \end_inset
26689
26690 ee
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699 \begin_inset ERT
26700 status collapsed
26701
26702 \begin_layout Plain Layout
26703
26704
26705 \backslash
26706 t ee
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 </row>
26717 </lyxtabular>
26718
26719 \end_inset
26720
26721
26722 \begin_inset space \hfill{}
26723 \end_inset
26724
26725
26726 \begin_inset Tabular
26727 <lyxtabular version="3" rows="8" columns="2">
26728 <features tabularvalignment="middle">
26729 <column alignment="block" valignment="top" width="0">
26730 <column alignment="center" valignment="top" width="0">
26731 <row>
26732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736 Befehl
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745 Ergebnis
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 </row>
26751 <row>
26752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Plain Layout
26756
26757 \backslash
26758 H
26759 \begin_inset ERT
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763
26764
26765 \backslash
26766 leer 
26767 \end_layout
26768
26769 \end_inset
26770
26771 e
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780 \begin_inset ERT
26781 status collapsed
26782
26783 \begin_layout Plain Layout
26784
26785
26786 \backslash
26787 H e
26788 \end_layout
26789
26790 \end_inset
26791
26792
26793 \end_layout
26794
26795 \end_inset
26796 </cell>
26797 </row>
26798 <row>
26799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Plain Layout
26803
26804 \backslash
26805 'e
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 \begin_inset ERT
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818
26819
26820 \backslash
26821 'e
26822 \end_layout
26823
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \end_inset
26830 </cell>
26831 </row>
26832 <row>
26833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837
26838 \backslash
26839 ~e
26840 \begin_inset Index idx
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844 Tilde
26845 \end_layout
26846
26847 \end_inset
26848
26849
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858 \begin_inset ERT
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862
26863
26864 \backslash
26865 ~e
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 </row>
26876 <row>
26877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26878 \begin_inset Text
26879
26880 \begin_layout Plain Layout
26881
26882 \backslash
26883 .e
26884 \end_layout
26885
26886 \end_inset
26887 </cell>
26888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26889 \begin_inset Text
26890
26891 \begin_layout Plain Layout
26892 \begin_inset ERT
26893 status collapsed
26894
26895 \begin_layout Plain Layout
26896
26897
26898 \backslash
26899 .e
26900 \end_layout
26901
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \end_inset
26908 </cell>
26909 </row>
26910 <row>
26911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26912 \begin_inset Text
26913
26914 \begin_layout Plain Layout
26915
26916 \backslash
26917 v
26918 \begin_inset ERT
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922
26923
26924 \backslash
26925 leer 
26926 \end_layout
26927
26928 \end_inset
26929
26930 e
26931 \end_layout
26932
26933 \end_inset
26934 </cell>
26935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939 \begin_inset ERT
26940 status collapsed
26941
26942 \begin_layout Plain Layout
26943
26944
26945 \backslash
26946 v e
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \end_inset
26955 </cell>
26956 </row>
26957 <row>
26958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962
26963 \backslash
26964 d
26965 \begin_inset ERT
26966 status collapsed
26967
26968 \begin_layout Plain Layout
26969
26970
26971 \backslash
26972 leer 
26973 \end_layout
26974
26975 \end_inset
26976
26977 e
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26983 \begin_inset Text
26984
26985 \begin_layout Plain Layout
26986 \begin_inset ERT
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990
26991
26992 \backslash
26993 d e
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 </row>
27004 <row>
27005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009
27010 \backslash
27011 c
27012 \begin_inset ERT
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016
27017
27018 \backslash
27019 leer 
27020 \end_layout
27021
27022 \end_inset
27023
27024 e
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033 \begin_inset ERT
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037
27038
27039 \backslash
27040 c e
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 </row>
27051 </lyxtabular>
27052
27053 \end_inset
27054
27055
27056 \begin_inset space \hfill{}
27057 \end_inset
27058
27059
27060 \end_layout
27061
27062 \begin_layout Standard
27063 \begin_inset VSpace medskip
27064 \end_inset
27065
27066 Mit dem Befehl 
27067 \series bold
27068
27069 \backslash
27070 t
27071 \series default
27072  können auch zwei verschiedene Zeichen akzentuiert werden.
27073  Der Befehl 
27074 \series bold
27075
27076 \backslash
27077 t
27078 \begin_inset ERT
27079 status collapsed
27080
27081 \begin_layout Plain Layout
27082
27083
27084 \backslash
27085 leer 
27086 \end_layout
27087
27088 \end_inset
27089
27090 sz
27091 \series default
27092  ergibt: 
27093 \begin_inset ERT
27094 status collapsed
27095
27096 \begin_layout Plain Layout
27097
27098
27099 \backslash
27100 t sz
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \begin_layout Standard
27109 Die Akzente 
27110 \series bold
27111 `
27112 \series default
27113  , 
27114 \series bold
27115 '
27116 \series default
27117  und 
27118 \series bold
27119 ^
27120 \series default
27121  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27122  werden ohne den TeX-Modus zu benutzen.
27123  Dasselbe gilt für die Tilde
27124 \begin_inset Foot
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27129 \end_layout
27130
27131 \end_inset
27132
27133  
27134 \series bold
27135 ~
27136 \series default
27137  in Verbindung mit 
27138 \emph on
27139 a
27140 \emph default
27141  , 
27142 \emph on
27143 n
27144 \emph default
27145  oder 
27146 \emph on
27147 o
27148 \emph default
27149 .
27150 \end_layout
27151
27152 \begin_layout Standard
27153 Die Befehle 
27154 \series bold
27155
27156 \backslash
27157 b
27158 \series default
27159  , 
27160 \series bold
27161
27162 \backslash
27163 c
27164 \series default
27165  , 
27166 \series bold
27167
27168 \backslash
27169 d
27170 \series default
27171  , 
27172 \series bold
27173
27174 \backslash
27175 H
27176 \series default
27177  , 
27178 \series bold
27179
27180 \backslash
27181 t
27182 \series default
27183  , 
27184 \series bold
27185
27186 \backslash
27187 u
27188 \series default
27189  , 
27190 \series bold
27191
27192 \backslash
27193 v
27194 \series default
27195  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27196  Textmodus verfügbar.
27197  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27198  
27199 \begin_inset CommandInset ref
27200 LatexCommand ref
27201 reference "sub:Akzente-für-ein"
27202
27203 \end_inset
27204
27205 .
27206 \end_layout
27207
27208 \begin_layout Standard
27209 \begin_inset VSpace bigskip
27210 \end_inset
27211
27212 Des Weiteren kann man mit dem Befehl 
27213 \series bold
27214
27215 \backslash
27216 textcircled
27217 \series default
27218
27219 \begin_inset Index idx
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223 Befehle ! T ! 
27224 \backslash
27225 textcircled
27226 \end_layout
27227
27228 \end_inset
27229
27230 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27231  Kreis setzen, quasi mit einem Kreis akzentuieren.
27232 \end_layout
27233
27234 \begin_layout Standard
27235 \align center
27236 \begin_inset Tabular
27237 <lyxtabular version="3" rows="3" columns="2">
27238 <features tabularvalignment="middle">
27239 <column alignment="center" valignment="top" width="0">
27240 <column alignment="center" valignment="top" width="0">
27241 <row>
27242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27243 \begin_inset Text
27244
27245 \begin_layout Plain Layout
27246 Befehl
27247 \end_layout
27248
27249 \end_inset
27250 </cell>
27251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27252 \begin_inset Text
27253
27254 \begin_layout Plain Layout
27255 Ergebnis
27256 \begin_inset Note Note
27257 status collapsed
27258
27259 \begin_layout Plain Layout
27260
27261 \series bold
27262
27263 \backslash
27264 raisebox
27265 \series default
27266  in der Formel dient nur als Abstandhalter.
27267 \end_layout
27268
27269 \end_inset
27270
27271
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 </row>
27277 <row>
27278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27279 \begin_inset Text
27280
27281 \begin_layout Plain Layout
27282
27283 \backslash
27284 textcircled{w}
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27290 \begin_inset Text
27291
27292 \begin_layout Plain Layout
27293 \begin_inset ERT
27294 status collapsed
27295
27296 \begin_layout Plain Layout
27297
27298
27299 \backslash
27300 textcircled{w}
27301 \end_layout
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \end_inset
27309 </cell>
27310 </row>
27311 <row>
27312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27313 \begin_inset Text
27314
27315 \begin_layout Plain Layout
27316
27317 \backslash
27318 Large 
27319 \backslash
27320 textcircled{
27321 \backslash
27322 normalsize
27323 \backslash
27324 protect
27325 \backslash
27326 raisebox{-1.5pt}{W}}
27327 \end_layout
27328
27329 \end_inset
27330 </cell>
27331 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27332 \begin_inset Text
27333
27334 \begin_layout Plain Layout
27335 \begin_inset Formula $\raisebox{4.5mm}{}$
27336 \end_inset
27337
27338
27339 \begin_inset ERT
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343
27344
27345 \backslash
27346 Large 
27347 \backslash
27348 textcircled{
27349 \backslash
27350 normalsize
27351 \backslash
27352 protect
27353 \backslash
27354 raisebox{-1.5pt}W}
27355 \end_layout
27356
27357 \end_inset
27358
27359
27360 \begin_inset Formula $\raisebox{-2mm}{}$
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \end_inset
27367 </cell>
27368 </row>
27369 </lyxtabular>
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Standard
27377 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27378  
27379 \series bold
27380
27381 \backslash
27382 Large
27383 \series default
27384
27385 \begin_inset Foot
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389 siehe 
27390 \begin_inset CommandInset ref
27391 LatexCommand ref
27392 reference "sub:Schriftgrößen"
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \end_inset
27400
27401  bestimmt dabei die Größe des Kreises.
27402  Mit Hilfe von 
27403 \series bold
27404
27405 \backslash
27406 raisebox
27407 \series default
27408
27409 \begin_inset Foot
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413 siehe 
27414 \begin_inset CommandInset ref
27415 LatexCommand ref
27416 reference "sub:Boxen-ohne-Rahmen"
27417
27418 \end_inset
27419
27420
27421 \end_layout
27422
27423 \end_inset
27424
27425  kann man das Zeichen zentrieren.
27426 \end_layout
27427
27428 \begin_layout Subsection
27429 Minuskelziffern
27430 \begin_inset Index idx
27431 status collapsed
27432
27433 \begin_layout Plain Layout
27434 Minuskelziffern
27435 \end_layout
27436
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \begin_layout Standard
27443 Minuskelziffern werden mit dem Befehl 
27444 \series bold
27445
27446 \backslash
27447 oldstylenums
27448 \series default
27449
27450 \begin_inset Index idx
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 Befehle ! O ! 
27455 \backslash
27456 oldstylenums
27457 \end_layout
27458
27459 \end_inset
27460
27461  erzeugt.
27462  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27463  Das Befehlsschema lautet:
27464 \end_layout
27465
27466 \begin_layout Standard
27467
27468 \series bold
27469
27470 \backslash
27471 oldstylenums{Ziffer}
27472 \end_layout
27473
27474 \begin_layout Standard
27475 Der Befehl 
27476 \series bold
27477
27478 \backslash
27479 oldstylenums{0123456789
27480 \series default
27481  ergibt: 
27482 \begin_inset Formula $\oldstylenums{0123456789}$
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \begin_layout Subsection
27489 Sonstige Sonderzeichen
27490 \begin_inset CommandInset label
27491 LatexCommand label
27492 name "sub:Sonstige-Sonderzeichen"
27493
27494 \end_inset
27495
27496
27497 \begin_inset Index idx
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 Sonderzeichen ! sonstige
27502 \end_layout
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Standard
27510 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27511 \end_layout
27512
27513 \begin_layout Standard
27514 \align center
27515 \begin_inset Tabular
27516 <lyxtabular version="3" rows="4" columns="2">
27517 <features tabularvalignment="middle">
27518 <column alignment="center" valignment="top" width="0">
27519 <column alignment="center" valignment="top" width="0">
27520 <row>
27521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525 Befehl
27526 \end_layout
27527
27528 \end_inset
27529 </cell>
27530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27531 \begin_inset Text
27532
27533 \begin_layout Plain Layout
27534 Ergebnis
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 </row>
27540 <row>
27541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27542 \begin_inset Text
27543
27544 \begin_layout Plain Layout
27545
27546 \backslash
27547 ^
27548 \begin_inset ERT
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552
27553
27554 \backslash
27555 leer 
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \end_inset
27564 </cell>
27565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27566 \begin_inset Text
27567
27568 \begin_layout Plain Layout
27569 \begin_inset Formula $\mathcircumflex$
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \end_inset
27576 </cell>
27577 </row>
27578 <row>
27579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27580 \begin_inset Text
27581
27582 \begin_layout Plain Layout
27583
27584 \backslash
27585 _
27586 \end_layout
27587
27588 \end_inset
27589 </cell>
27590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27591 \begin_inset Text
27592
27593 \begin_layout Plain Layout
27594 \begin_inset Formula $\_$
27595 \end_inset
27596
27597
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 </row>
27603 <row>
27604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27605 \begin_inset Text
27606
27607 \begin_layout Plain Layout
27608 ^
27609 \begin_inset ERT
27610 status collapsed
27611
27612 \begin_layout Plain Layout
27613
27614
27615 \backslash
27616 leer 
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \backslash
27623 circ
27624 \begin_inset Index idx
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628
27629 \backslash
27630
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \end_inset
27639 </cell>
27640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27641 \begin_inset Text
27642
27643 \begin_layout Plain Layout
27644 \begin_inset Formula $^{\circ}$
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 </row>
27653 </lyxtabular>
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \begin_layout Standard
27661 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27662  folgende Zeile enthält
27663 \begin_inset Foot
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667 Mehr dazu ist in 
27668 \begin_inset CommandInset ref
27669 LatexCommand ref
27670 reference "sub:Textzeichen-in-Formeln"
27671
27672 \end_inset
27673
27674  beschrieben.
27675 \end_layout
27676
27677 \end_inset
27678
27679 :
27680 \end_layout
27681
27682 \begin_layout Standard
27683
27684 \series bold
27685
27686 \backslash
27687 DeclareInputText{176}{
27688 \backslash
27689 ifmmode^
27690 \backslash
27691 circ
27692 \backslash
27693 else
27694 \backslash
27695 textdegree
27696 \backslash
27697 fi}
27698 \end_layout
27699
27700 \begin_layout Section
27701 Formelstile
27702 \begin_inset CommandInset label
27703 LatexCommand label
27704 name "sec:Formelstile"
27705
27706 \end_inset
27707
27708
27709 \begin_inset Index idx
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 Formel ! Stile
27714 \end_layout
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Itemize
27722 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27723 \end_layout
27724
27725 \begin_deeper
27726 \begin_layout Description
27727 Zentriert ist der voreingestellte Standard
27728 \end_layout
27729
27730 \begin_layout Description
27731 Eingerückt dazu muss im Menü 
27732 \family sans
27733 Dokument\SpecialChar \menuseparator
27734 Einstellungen
27735 \family default
27736  unter 
27737 \family sans
27738 Dokumentklasse
27739 \family default
27740  die Option 
27741 \series bold
27742 fleqn
27743 \series default
27744  eingeben werden
27745 \end_layout
27746
27747 \begin_layout Standard
27748 Wird 
27749 \series bold
27750 Eingerückt
27751 \series default
27752  verwendet, kann mit der Länge 
27753 \series bold
27754
27755 \backslash
27756 mathindent
27757 \series default
27758
27759 \begin_inset Index idx
27760 status collapsed
27761
27762 \begin_layout Plain Layout
27763 Befehle ! M ! 
27764 \backslash
27765 mathindent
27766 \end_layout
27767
27768 \end_inset
27769
27770  die Einrückung eingestellt werden.
27771  Soll der Abstand 15
27772 \begin_inset space \thinspace{}
27773 \end_inset
27774
27775 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27776 \end_layout
27777
27778 \begin_layout Standard
27779
27780 \series bold
27781
27782 \backslash
27783 setlength{
27784 \backslash
27785 mathindent}{15mm}
27786 \end_layout
27787
27788 \begin_layout Standard
27789 ein.
27790  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27791 \begin_inset space \thinspace{}
27792 \end_inset
27793
27794 pt verwendet.
27795 \end_layout
27796
27797 \end_deeper
27798 \begin_layout Itemize
27799 Und zwei verschiedene Nummerierungsstile:
27800 \end_layout
27801
27802 \begin_deeper
27803 \begin_layout Description
27804 Rechts ist der voreingestellte Standard
27805 \end_layout
27806
27807 \begin_layout Description
27808 Links dazu muss im Menü 
27809 \family sans
27810 Dokument\SpecialChar \menuseparator
27811 Einstellungen
27812 \family default
27813  unter 
27814 \family sans
27815 Dokumentklasse
27816 \family default
27817  die Option 
27818 \series bold
27819 leqno
27820 \series default
27821  eingeben werden
27822 \end_layout
27823
27824 \end_deeper
27825 \begin_layout Standard
27826
27827 \series bold
27828 fleqn
27829 \series default
27830  und 
27831 \series bold
27832 leqno
27833 \series default
27834  können auch gemeinsam verwendet werden.
27835  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27836 n.
27837 \end_layout
27838
27839 \begin_layout Standard
27840 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27841  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27842  ausgerichtete Formeln setzen, verwendet man den Stil 
27843 \series bold
27844 Zentriert
27845 \series default
27846 .
27847  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27848  
27849 \begin_inset CommandInset ref
27850 LatexCommand ref
27851 reference "sub:Flalign-Umgebung"
27852
27853 \end_inset
27854
27855 .
27856 \end_layout
27857
27858 \begin_layout Section
27859 Mehrzeilige Formeln
27860 \begin_inset CommandInset label
27861 LatexCommand label
27862 name "sec:Mehrzeilige-Formeln"
27863
27864 \end_inset
27865
27866
27867 \begin_inset Index idx
27868 status collapsed
27869
27870 \begin_layout Plain Layout
27871 Formel ! mehrzeilige
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_layout Subsection
27880 Allgemeines
27881 \end_layout
27882
27883 \begin_layout Standard
27884 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27885 \family sans
27886 \series bold
27887 Strg+Enter
27888 \family default
27889 \series default
27890  drückt.
27891  Dies erzeugt entweder eine 
27892 \series bold
27893 eqnarray-Umgebung
27894 \series default
27895 , die in 
27896 \begin_inset CommandInset ref
27897 LatexCommand ref
27898 reference "sub:Eqnarray-Umgebung"
27899
27900 \end_inset
27901
27902  beschrieben ist oder, wenn die Option 
27903 \family sans
27904 AMS-Mathe-Paket verwenden
27905 \family default
27906  in den Dokumenteinstellungen gewählt ist, eine 
27907 \series bold
27908 align-Umgebung
27909 \series default
27910 , die in 
27911 \begin_inset CommandInset ref
27912 LatexCommand ref
27913 reference "sub:Standard-align-Umgebung"
27914
27915 \end_inset
27916
27917  beschrieben ist.
27918 \end_layout
27919
27920 \begin_layout Standard
27921 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27922 \family sans
27923 Einfügen\SpecialChar \menuseparator
27924 Mathe
27925 \family default
27926  erstellt werden können.
27927  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27928 \end_layout
27929
27930 \begin_layout Standard
27931 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27932  man 
27933 \family sans
27934 Strg+Enter
27935 \family default
27936  drückt.
27937  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27938 fe 
27939 \begin_inset Graphics
27940         filename ../../images/tabular-feature_append-row.png
27941         scale 85
27942
27943 \end_inset
27944
27945  bzw.
27946 \begin_inset space ~
27947 \end_inset
27948
27949
27950 \begin_inset Graphics
27951         filename ../../images/tabular-feature_delete-row.png
27952         scale 85
27953
27954 \end_inset
27955
27956  oder das Menü 
27957 \family sans
27958 Bearbeiten\SpecialChar \menuseparator
27959 Zeilen & Spalten
27960 \family default
27961  verwendet werden.
27962 \end_layout
27963
27964 \begin_layout Subsubsection
27965 Zeilenabstand
27966 \begin_inset CommandInset label
27967 LatexCommand label
27968 name "sub:Zeilenabstand"
27969
27970 \end_inset
27971
27972
27973 \begin_inset Index idx
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 Formel ! mehrzeilige ! Zeilenabstand
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Standard
27986 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27987 \begin_inset Formula \begin{eqnarray*}
27988 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}\\
27989 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
27990 \end{eqnarray*}
27991
27992 \end_inset
27993
27994
27995 \end_layout
27996
27997 \begin_layout Standard
27998 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27999 chbefehls angegeben.
28000  Dies ist in LyX aber nicht möglich
28001 \begin_inset Foot
28002 status collapsed
28003
28004 \begin_layout Plain Layout
28005 siehe 
28006 \begin_inset CommandInset href
28007 LatexCommand href
28008 name "LyX-Fehler #1505"
28009 target "http://www.lyx.org/trac/ticket/1505"
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \end_inset
28017
28018 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28019  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28020  Zeile den Befehl 
28021 \series bold
28022
28023 \backslash
28024
28025 \backslash
28026 [3mm]
28027 \series default
28028  ein.
28029  Damit erhält man: 
28030 \begin_inset ERT
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034
28035
28036 \backslash
28037 begin{eqnarray*}
28038 \end_layout
28039
28040 \begin_layout Plain Layout
28041
28042 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28043  = & 
28044 \backslash
28045 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28046 \backslash
28047
28048 \backslash
28049 [3mm]
28050 \end_layout
28051
28052 \begin_layout Plain Layout
28053
28054 4x^{2}
28055 \backslash
28056 left(B^{2}+x_{0}^{2}
28057 \backslash
28058 right)+4x_{0}x
28059 \backslash
28060 left(D-B^{2}
28061 \backslash
28062 right)+B^{2}
28063 \backslash
28064 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28065 \backslash
28066 right) & = & 0
28067 \end_layout
28068
28069 \begin_layout Plain Layout
28070
28071
28072 \backslash
28073 end{eqnarray*}
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \end_layout
28080
28081 \begin_layout Standard
28082 \begin_inset VSpace bigskip
28083 \end_inset
28084
28085 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28086  man die Länge 
28087 \series bold
28088
28089 \backslash
28090 jot
28091 \series default
28092
28093 \begin_inset Index idx
28094 status collapsed
28095
28096 \begin_layout Plain Layout
28097 Befehle ! J ! 
28098 \backslash
28099 jot
28100 \end_layout
28101
28102 \end_inset
28103
28104 .
28105  Es gilt 
28106 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28107 \end_inset
28108
28109 .
28110  Voreingestellt ist für 
28111 \series bold
28112
28113 \backslash
28114 jot
28115 \series default
28116  der Wert 3
28117 \begin_inset space \thinspace{}
28118 \end_inset
28119
28120 pt.
28121  Um wie im vorigen Beispiel 3
28122 \begin_inset space \thinspace{}
28123 \end_inset
28124
28125 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28126 \end_layout
28127
28128 \begin_layout Standard
28129
28130 \series bold
28131
28132 \backslash
28133 setlength{
28134 \backslash
28135 jot}{3mm+3pt}
28136 \end_layout
28137
28138 \begin_layout Standard
28139 im TeX-Modus vor der Formel ein.
28140  Das setzt voraus, dass das LaTeX-Paket 
28141 \series bold
28142 calc
28143 \series default
28144
28145 \begin_inset Foot
28146 status collapsed
28147
28148 \begin_layout Plain Layout
28149
28150 \series bold
28151 calc
28152 \series default
28153  ist Teil jeder LaTeX-Standardinstallation.
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \begin_inset Index idx
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163 Pakete ! calc
28164 \end_layout
28165
28166 \end_inset
28167
28168  im LaTeX-Vorspann mit der Zeile
28169 \end_layout
28170
28171 \begin_layout Standard
28172
28173 \series bold
28174
28175 \backslash
28176 usepackage{calc}
28177 \end_layout
28178
28179 \begin_layout Standard
28180 geladen wurde.
28181 \end_layout
28182
28183 \begin_layout Standard
28184 Man erhält: 
28185 \begin_inset ERT
28186 status collapsed
28187
28188 \begin_layout Plain Layout
28189
28190
28191 \backslash
28192 setlength{
28193 \backslash
28194 jot}{3mm+3pt}
28195 \end_layout
28196
28197 \end_inset
28198
28199
28200 \begin_inset Formula \begin{eqnarray*}
28201 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}\\
28202 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
28203 \end{eqnarray*}
28204
28205 \end_inset
28206
28207
28208 \end_layout
28209
28210 \begin_layout Standard
28211 \begin_inset ERT
28212 status collapsed
28213
28214 \begin_layout Plain Layout
28215
28216
28217 \backslash
28218 setlength{
28219 \backslash
28220 jot}{3pt}
28221 \end_layout
28222
28223 \end_inset
28224
28225  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28226 \series bold
28227
28228 \backslash
28229 jot
28230 \series default
28231  auf den Wert 3
28232 \begin_inset space \thinspace{}
28233 \end_inset
28234
28235 pt.
28236 \end_layout
28237
28238 \begin_layout Subsubsection
28239 Spaltenabstand
28240 \begin_inset CommandInset label
28241 LatexCommand label
28242 name "sub:Spaltenabstand"
28243
28244 \end_inset
28245
28246
28247 \begin_inset Index idx
28248 status collapsed
28249
28250 \begin_layout Plain Layout
28251 Formel ! mehrzeilige ! Spaltenabstand
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Standard
28260 Mehrzeilige Formeln bilden eine Matrix.
28261  Eine Formel in der Eqnarray-Umgebung ist z.
28262 \begin_inset space \thinspace{}
28263 \end_inset
28264
28265 B.
28266  eine dreispaltige Matrix.
28267  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28268  neben den Relationszeichen ändern.
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Der Spaltenabstand wird mit der Länge 
28273 \series bold
28274
28275 \backslash
28276 arraycolsep
28277 \series default
28278
28279 \begin_inset Index idx
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 Befehle ! A ! 
28284 \backslash
28285 arraycolsep
28286 \end_layout
28287
28288 \end_inset
28289
28290  festgelegt, wobei gilt:
28291 \begin_inset Newline newline
28292 \end_inset
28293
28294 Spaltenabstand = 2
28295 \begin_inset space \thinspace{}
28296 \end_inset
28297
28298
28299 \series bold
28300
28301 \backslash
28302 arraycolsep
28303 \series default
28304 .
28305 \begin_inset Newline newline
28306 \end_inset
28307
28308 Der im TeX-Modus eingegebene Befehl
28309 \end_layout
28310
28311 \begin_layout Standard
28312
28313 \series bold
28314
28315 \backslash
28316 setlength{
28317 \backslash
28318 arraycolsep}{1cm}
28319 \end_layout
28320
28321 \begin_layout Standard
28322 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28323 \begin_inset space \thinspace{}
28324 \end_inset
28325
28326 cm.
28327  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28328 \series bold
28329
28330 \backslash
28331 arraycolsep
28332 \series default
28333  auf 5
28334 \begin_inset space \thinspace{}
28335 \end_inset
28336
28337 pt.
28338 \end_layout
28339
28340 \begin_layout Standard
28341 Eine Formel mit 2
28342 \begin_inset space \thinspace{}
28343 \end_inset
28344
28345 cm Spaltenabstand:
28346 \begin_inset ERT
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350
28351
28352 \backslash
28353 setlength{
28354 \backslash
28355 arraycolsep}{1cm}
28356 \end_layout
28357
28358 \end_inset
28359
28360
28361 \begin_inset Formula \begin{eqnarray*}
28362 A & = & B\\
28363 C & \ne & A
28364 \end{eqnarray*}
28365
28366 \end_inset
28367
28368 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28369 \begin_inset space \thinspace{}
28370 \end_inset
28371
28372 pt:
28373 \begin_inset ERT
28374 status collapsed
28375
28376 \begin_layout Plain Layout
28377
28378
28379 \backslash
28380 setlength{
28381 \backslash
28382 arraycolsep}{5pt}
28383 \end_layout
28384
28385 \end_inset
28386
28387
28388 \begin_inset Formula \begin{eqnarray*}
28389 A & = & B\\
28390 C & \ne & A
28391 \end{eqnarray*}
28392
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \begin_layout Standard
28399 \begin_inset Newpage newpage
28400 \end_inset
28401
28402
28403 \end_layout
28404
28405 \begin_layout Subsubsection
28406 Lange Formeln
28407 \begin_inset Index idx
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 Formel ! lange
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \end_layout
28418
28419 \begin_layout Standard
28420 Lange Formeln kann man wie folgt setzen:
28421 \end_layout
28422
28423 \begin_layout Itemize
28424 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28425  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28426 \begin_inset Formula \begin{eqnarray}
28427 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 \\
28428  &  & -\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}
28429 \end{eqnarray}
28430
28431 \end_inset
28432
28433 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28434  als Operator, da es das erste Zeichen der Zeile ist.
28435  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28436  Bruchstrich unterscheiden.
28437  Um das zu verhindern, wurde mit dem Befehl 
28438 \series bold
28439
28440 \backslash
28441 hspace
28442 \series default
28443  3
28444 \begin_inset space \thinspace{}
28445 \end_inset
28446
28447 pt Leerraum hinter das Minuszeichen eingefügt.
28448 \begin_inset Foot
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 mehr zu 
28453 \series bold
28454
28455 \backslash
28456 hspace
28457 \series default
28458  siehe 
28459 \begin_inset CommandInset ref
28460 LatexCommand ref
28461 reference "sub:Variabler-Leerraum"
28462
28463 \end_inset
28464
28465
28466 \end_layout
28467
28468 \end_inset
28469
28470
28471 \begin_inset Index idx
28472 status collapsed
28473
28474 \begin_layout Plain Layout
28475 Befehle ! H ! 
28476 \backslash
28477 hspace
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Itemize
28486 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28487 \series bold
28488
28489 \backslash
28490 lefteqn
28491 \series default
28492
28493 \begin_inset Index idx
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497 Befehle ! L ! 
28498 \backslash
28499 lefteqn
28500 \end_layout
28501
28502 \end_inset
28503
28504 .
28505  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28506  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28507 \begin_inset Formula \begin{eqnarray}
28508 \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 \\
28509  &  & -\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 \\
28510  &  & =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}
28511 \end{eqnarray}
28512
28513 \end_inset
28514
28515 Nachdem man 
28516 \series bold
28517
28518 \backslash
28519 lefteqn
28520 \series default
28521  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28522  das gegenüber dem blauen leicht verschoben ist.
28523  In dieses wird die Formel eingegeben.
28524 \begin_inset Newline newline
28525 \end_inset
28526
28527 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28528  eingegeben.
28529  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28530  Einrückung.
28531 \begin_inset VSpace medskip
28532 \end_inset
28533
28534
28535 \begin_inset Newline newline
28536 \end_inset
28537
28538
28539 \begin_inset Note Greyedout
28540 status open
28541
28542 \begin_layout Plain Layout
28543 Bei der Verwendung von 
28544 \series bold
28545
28546 \backslash
28547 lefteqn
28548 \series default
28549  ist Folgendes zu beachten:
28550 \end_layout
28551
28552 \begin_layout Itemize
28553 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28554  Würde man in obigem Beispiel der ersten Zeile den Term 
28555 \begin_inset Formula $-B^{2}$
28556 \end_inset
28557
28558  anfügen, befände sich dieser außerhalb des Seitenrands.
28559  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28560  Leerraum einfügen.
28561 \end_layout
28562
28563 \begin_layout Itemize
28564 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28565  erste Zeile gesetzt werden.
28566 \begin_inset Foot
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570 \begin_inset CommandInset href
28571 LatexCommand href
28572 name "LyX-Fehler #1429"
28573 target "http://www.lyx.org/trac/ticket/1429"
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \end_inset
28581
28582  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28583  Pfeiltasten bewegen.
28584 \end_layout
28585
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \begin_layout Itemize
28592 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28593 \begin_inset CommandInset ref
28594 LatexCommand ref
28595 reference "sub:Multline-Umgebung"
28596
28597 \end_inset
28598
28599  und 
28600 \begin_inset CommandInset ref
28601 LatexCommand ref
28602 reference "sub:Mehrzeilige-Formelteile"
28603
28604 \end_inset
28605
28606  beschriebenen Umgebungen.
28607 \end_layout
28608
28609 \begin_layout Subsubsection
28610 Mehrzeilige Klammern
28611 \begin_inset CommandInset label
28612 LatexCommand label
28613 name "sub:Mehrzeilige-Klammern"
28614
28615 \end_inset
28616
28617
28618 \begin_inset Index idx
28619 status collapsed
28620
28621 \begin_layout Plain Layout
28622 Klammern ! mehrzeilige
28623 \end_layout
28624
28625 \end_inset
28626
28627
28628 \end_layout
28629
28630 \begin_layout Standard
28631 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28632 \begin_inset Formula \begin{eqnarray*}
28633 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28634  &  & \left.\cdots+B-D\right]
28635 \end{eqnarray*}
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Standard
28643 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28644  Größe dürfen nicht über mehrere Zeilen gehen.
28645 \end_layout
28646
28647 \begin_layout Standard
28648 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28649  erste Zeile mit 
28650 \series bold
28651
28652 \backslash
28653 right.
28654 \series default
28655
28656 \begin_inset Index idx
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 Befehle ! R ! 
28661 \backslash
28662 right
28663 \end_layout
28664
28665 \end_inset
28666
28667  und beginnt die zweite Zeile mit 
28668 \series bold
28669
28670 \backslash
28671 left.
28672 \begin_inset Foot
28673 status collapsed
28674
28675 \begin_layout Plain Layout
28676 mehr zu 
28677 \series bold
28678
28679 \backslash
28680 left
28681 \series default
28682  und 
28683 \series bold
28684
28685 \backslash
28686 right
28687 \series default
28688  siehe 
28689 \begin_inset CommandInset ref
28690 LatexCommand ref
28691 reference "sub:Automatische-Klammergrößen"
28692
28693 \end_inset
28694
28695
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \series default
28702
28703 \begin_inset Index idx
28704 status collapsed
28705
28706 \begin_layout Plain Layout
28707 Befehle ! L ! 
28708 \backslash
28709 left
28710 \end_layout
28711
28712 \end_inset
28713
28714 .
28715  Nach 
28716 \series bold
28717
28718 \backslash
28719 left.
28720
28721 \series default
28722  gibt man den Befehl 
28723 \series bold
28724
28725 \backslash
28726 vphantom
28727 \series default
28728
28729 \begin_inset ERT
28730 status collapsed
28731
28732 \begin_layout Plain Layout
28733
28734
28735 \backslash
28736 leer 
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \series bold
28743
28744 \backslash
28745 prod
28746 \series default
28747 ^
28748 \begin_inset ERT
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752
28753
28754 \backslash
28755 leer 
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \series bold
28762
28763 \backslash
28764 infty
28765 \series default
28766
28767 \begin_inset ERT
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771
28772
28773 \backslash
28774 leer 
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \series bold
28781
28782 \begin_inset Formula $\downarrow$
28783 \end_inset
28784
28785 _R=1}
28786 \series default
28787
28788 \begin_inset Index idx
28789 status collapsed
28790
28791 \begin_layout Plain Layout
28792 Befehle ! V ! 
28793 \backslash
28794 vphantom
28795 \end_layout
28796
28797 \end_inset
28798
28799  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28800  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28801 \end_layout
28802
28803 \begin_layout Standard
28804 Das Ergebnis sieht so aus:
28805 \begin_inset Formula \begin{eqnarray*}
28806 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28807  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28808 \end{eqnarray*}
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Subsection
28816 Align-Umgebungen
28817 \end_layout
28818
28819 \begin_layout Standard
28820 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28821  werden.
28822  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28823 \end_layout
28824
28825 \begin_layout Standard
28826 Align-Umgebungen bestehen aus Spalten.
28827  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28828  ausgerichtet.
28829  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28830 \end_layout
28831
28832 \begin_layout Standard
28833 Align-Umgebung werden über das Menü 
28834 \family sans
28835 Einfügen\SpecialChar \menuseparator
28836 Mathe
28837 \family default
28838  erstellt.
28839  Über das Menü 
28840 \family sans
28841 Bearbeiten\SpecialChar \menuseparator
28842 Mathe\SpecialChar \menuseparator
28843 Formelart
28844 \begin_inset space ~
28845 \end_inset
28846
28847 ändern
28848 \family default
28849  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28850 \end_layout
28851
28852 \begin_layout Standard
28853 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28854
28855 \begin_inset Graphics
28856         filename ../../images/tabular-feature_append-column.png
28857         scale 85
28858
28859 \end_inset
28860
28861  bzw.
28862 \begin_inset space ~
28863 \end_inset
28864
28865
28866 \begin_inset Graphics
28867         filename ../../images/tabular-feature_delete-column.png
28868         scale 85
28869
28870 \end_inset
28871
28872  oder das Menü 
28873 \family sans
28874 Bearbeiten\SpecialChar \menuseparator
28875 Zeilen & Spalten
28876 \family default
28877  verwendet werden.
28878 \end_layout
28879
28880 \begin_layout Subsubsection
28881 Standard align-Umgebung
28882 \begin_inset CommandInset label
28883 LatexCommand label
28884 name "sub:Standard-align-Umgebung"
28885
28886 \end_inset
28887
28888
28889 \begin_inset Index idx
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893 Formel ! mehrzeilige ! align-Umgebung
28894 \end_layout
28895
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \begin_layout Standard
28902 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28903 \family sans
28904 Strg+Enter
28905 \family default
28906  drückt oder das Menü 
28907 \family sans
28908 Einfügen\SpecialChar \menuseparator
28909 Mathe\SpecialChar \menuseparator
28910 AMS align-Umge\SpecialChar \-
28911 bung
28912 \family default
28913  aufruft.
28914 \end_layout
28915
28916 \begin_layout Standard
28917 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28918 n align-Umgebung erzeugt wurden:
28919 \begin_inset Formula \begin{align*}
28920 A & =\sin(B) & C & =D\\
28921 C & \ne A & B & \ne D
28922 \end{align*}
28923
28924 \end_inset
28925
28926 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28927  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28928 \series bold
28929
28930 \backslash
28931 hfill
28932 \begin_inset Foot
28933 status collapsed
28934
28935 \begin_layout Plain Layout
28936 mehr zu 
28937 \series bold
28938
28939 \backslash
28940 hfill
28941 \series default
28942  siehe 
28943 \begin_inset CommandInset ref
28944 LatexCommand ref
28945 reference "sub:Variabler-Leerraum"
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \series default
28956  befinden.
28957  Ist der Formelstil 
28958 \series bold
28959 Eingerückt
28960 \begin_inset Foot
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Formelstile siehe 
28965 \begin_inset CommandInset ref
28966 LatexCommand ref
28967 reference "sec:Formelstile"
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \series default
28978  gewählt, wird die Formel ohne den 
28979 \series bold
28980
28981 \backslash
28982 hfill
28983 \series default
28984  vor der ersten Spalte gesetzt.
28985 \end_layout
28986
28987 \begin_layout Subsubsection
28988 Alignat-Umgebung
28989 \begin_inset Index idx
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993 Formel ! mehrzeilige ! alignat-Umgebung
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \end_layout
29000
29001 \begin_layout Standard
29002 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29003  Man kann ihn manuell durch die in 
29004 \begin_inset CommandInset ref
29005 LatexCommand ref
29006 reference "sub:Leerraum"
29007
29008 \end_inset
29009
29010  beschriebenen Leerräume einfügen.
29011 \end_layout
29012
29013 \begin_layout Standard
29014 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29015  Formel 1
29016 \begin_inset space \thinspace{}
29017 \end_inset
29018
29019 cm Leerraum eingefügt wurde:
29020 \begin_inset Formula \begin{alignat*}{2}
29021 A & =\sin(B) & \hspace{1cm}C & =D\\
29022 C & \ne A & B & \ne D
29023 \end{alignat*}
29024
29025 \end_inset
29026
29027 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29028  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29029  Formeln.
29030 \end_layout
29031
29032 \begin_layout Subsubsection
29033 Flalign-Umgebung
29034 \begin_inset CommandInset label
29035 LatexCommand label
29036 name "sub:Flalign-Umgebung"
29037
29038 \end_inset
29039
29040
29041 \begin_inset Index idx
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045 Formel ! mehrzeilige ! flalign-Umgebung
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \end_layout
29052
29053 \begin_layout Standard
29054 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29055  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29056  Dazu ein Beispiel:
29057 \begin_inset Formula \begin{flalign*}
29058 A & =1 & B & =2 & C & =3\\
29059 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29060 \end{flalign*}
29061
29062 \end_inset
29063
29064
29065 \end_layout
29066
29067 \begin_layout Standard
29068 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29069  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29070  im Dokument links setzen obwohl der Formelstil 
29071 \series bold
29072 Zentriert
29073 \series default
29074  eingestellt ist.
29075  Als Beispiel die eingerückte ausgerichtete Formel 
29076 \begin_inset CommandInset ref
29077 LatexCommand eqref
29078 reference "eq:VolInt"
29079
29080 \end_inset
29081
29082 :
29083 \begin_inset Formula \begin{flalign}
29084 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29085
29086 \end_inset
29087
29088 In den ersten beiden Spalten befindet sich die Formel.
29089  Damit sie wie beim Formelstil 
29090 \series bold
29091 Eingerückt
29092 \series default
29093  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29094 \begin_inset space \thinspace{}
29095 \end_inset
29096
29097 pt Leerraum eingefügt.
29098 \end_layout
29099
29100 \begin_layout Subsection
29101 Eqnarray-Umgebung
29102 \begin_inset CommandInset label
29103 LatexCommand label
29104 name "sub:Eqnarray-Umgebung"
29105
29106 \end_inset
29107
29108
29109 \begin_inset Index idx
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113 Formel ! mehrzeilige ! Eqnarray-Umgebung
29114 \end_layout
29115
29116 \end_inset
29117
29118
29119 \end_layout
29120
29121 \begin_layout Standard
29122 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29123  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29124  ausgerichtet.
29125  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29126  da dieses Kästchen nur für Relationzeichen gedacht ist.
29127 \begin_inset Formula \begin{eqnarray*}
29128 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29129 AB & AB & AB\\
29130 A & = & A
29131 \end{eqnarray*}
29132
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \begin_layout Subsection
29139 Gather-Umgebung
29140 \begin_inset Index idx
29141 status collapsed
29142
29143 \begin_layout Plain Layout
29144 Formel ! mehrzeilige ! Gather-Umgebung
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29154  Jede Zeile kann nummeriert werden.
29155 \begin_inset Formula \begin{gather}
29156 A=1\\
29157 X=\textrm{-}1
29158 \end{gather}
29159
29160 \end_inset
29161
29162
29163 \end_layout
29164
29165 \begin_layout Subsection
29166 Multline-Umgebung
29167 \begin_inset CommandInset label
29168 LatexCommand label
29169 name "sub:Multline-Umgebung"
29170
29171 \end_inset
29172
29173
29174 \begin_inset Index idx
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178 Formel ! mehrzeilige ! Multline-Umgebung
29179 \end_layout
29180
29181 \end_inset
29182
29183
29184 \end_layout
29185
29186 \begin_layout Standard
29187 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29188  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29189  Alle anderen Zeilen sind zentriert.
29190  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29191  Als Beispiel Formel 
29192 \begin_inset CommandInset ref
29193 LatexCommand eqref
29194 reference "eq:lefteqn"
29195
29196 \end_inset
29197
29198  in der multline-Umgebung:
29199 \begin_inset Formula \begin{multline}
29200 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}\\
29201 -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}\\
29202 =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}}
29203 \end{multline}
29204
29205 \end_inset
29206
29207
29208 \end_layout
29209
29210 \begin_layout Standard
29211 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29212  nummeriert, wenn rechts (links) nummeriert wird.
29213 \begin_inset Foot
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217 Nummerierungsstile siehe 
29218 \begin_inset CommandInset ref
29219 LatexCommand ref
29220 reference "sec:Formelstile"
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \end_inset
29228
29229
29230 \end_layout
29231
29232 \begin_layout Standard
29233 Mit den Befehlen 
29234 \series bold
29235
29236 \backslash
29237 shoveright
29238 \series default
29239
29240 \begin_inset Index idx
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244 Befehle ! S ! 
29245 \backslash
29246 shoveright
29247 \end_layout
29248
29249 \end_inset
29250
29251  und 
29252 \series bold
29253
29254 \backslash
29255 shoveleft
29256 \series default
29257
29258 \begin_inset Index idx
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262 Befehle ! S ! 
29263 \backslash
29264 shoveleft
29265 \end_layout
29266
29267 \end_inset
29268
29269  kann eine zentrierte Zeile rechts bzw.
29270  links ausgerichtet werden.
29271  Die Befehle werden folgendermaßen verwendet:
29272 \end_layout
29273
29274 \begin_layout Standard
29275
29276 \series bold
29277
29278 \backslash
29279 shoveright{Zeileninhalt}
29280 \series default
29281  bzw.
29282  
29283 \series bold
29284
29285 \backslash
29286 shoveleft{Zeileninhalt}
29287 \end_layout
29288
29289 \begin_layout Standard
29290 \begin_inset VSpace medskip
29291 \end_inset
29292
29293 Die Länge 
29294 \series bold
29295
29296 \backslash
29297 multlinegap
29298 \series default
29299
29300 \begin_inset Index idx
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304 Befehle ! M ! 
29305 \backslash
29306 multlinegap
29307 \end_layout
29308
29309 \end_inset
29310
29311  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29312  Voreingestellt ist die Länge 0
29313 \begin_inset space \thinspace{}
29314 \end_inset
29315
29316 pt.
29317 \end_layout
29318
29319 \begin_layout Standard
29320 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29321 \end_layout
29322
29323 \begin_layout Standard
29324
29325 \series bold
29326
29327 \backslash
29328 setlength{
29329 \backslash
29330 multlinegap}{2cm}
29331 \end_layout
29332
29333 \begin_layout Standard
29334 eingegeben wurde:
29335 \begin_inset ERT
29336 status collapsed
29337
29338 \begin_layout Plain Layout
29339
29340
29341 \backslash
29342 setlength{
29343 \backslash
29344 multlinegap}{2cm}
29345 \end_layout
29346
29347 \end_inset
29348
29349
29350 \begin_inset Formula \begin{multline}
29351 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}\\
29352 \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}}\\
29353 =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}}
29354 \end{multline}
29355
29356 \end_inset
29357
29358
29359 \begin_inset ERT
29360 status collapsed
29361
29362 \begin_layout Plain Layout
29363
29364
29365 \backslash
29366 setlength{
29367 \backslash
29368 multlinegap}{0pt}
29369 \end_layout
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Die zweite Zeile wurde mit 
29378 \series bold
29379
29380 \backslash
29381 shoveleft
29382 \series default
29383  linksbündig ausgerichtet.
29384 \end_layout
29385
29386 \begin_layout Subsection
29387 Mehrzeilige Formelteile
29388 \begin_inset CommandInset label
29389 LatexCommand label
29390 name "sub:Mehrzeilige-Formelteile"
29391
29392 \end_inset
29393
29394
29395 \begin_inset Index idx
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399 Formel ! mehrzeilige ! Formelteile
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29409  der folgenden Umgebungen: 
29410 \series bold
29411 aligned
29412 \series default
29413
29414 \series bold
29415 alignedat
29416 \series default
29417
29418 \series bold
29419 gathered
29420 \series default
29421  oder 
29422 \series bold
29423 split
29424 \series default
29425 .
29426  Sie können über das Menü 
29427 \family sans
29428 Einfügen\SpecialChar \menuseparator
29429 Mathe
29430 \family default
29431  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29432 \end_layout
29433
29434 \begin_layout Standard
29435 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29436 n Formel\SpecialChar \-
29437 umgebungen.
29438  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29439  Dazu ein Beispiel:
29440 \begin_inset Formula \[
29441 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29442 \Delta E\Delta t & \ge\frac{\hbar}{2}
29443 \end{aligned}
29444 \right\} \textrm{Unbestimmtheitsrelationen}\]
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \begin_layout Standard
29452 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29453  der Befehl 
29454 \series bold
29455
29456 \backslash
29457 aligned
29458 \series default
29459
29460 \begin_inset Index idx
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464 Befehle ! A ! 
29465 \backslash
29466 aligned
29467 \end_layout
29468
29469 \end_inset
29470
29471  eingegeben wird.
29472  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29473  und Zeilen hinzufügen kann.
29474  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29475  gesetzt werden.
29476 \end_layout
29477
29478 \begin_layout Standard
29479 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29480  ausgerichtet sind.
29481  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29482  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29483  Als Beispiel Formel 
29484 \begin_inset CommandInset ref
29485 LatexCommand eqref
29486 reference "eq:kurzlang"
29487
29488 \end_inset
29489
29490  in der aligned-Umgebung:
29491 \begin_inset Formula \begin{equation}
29492 \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}|}\\
29493  & -\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}|}
29494 \end{aligned}
29495 \end{equation}
29496
29497 \end_inset
29498
29499
29500 \end_layout
29501
29502 \begin_layout Standard
29503 Möchte man die Umgebung 
29504 \series bold
29505 alignedat
29506 \series default
29507
29508 \series bold
29509 gathered
29510 \series default
29511  oder 
29512 \series bold
29513 split
29514 \series default
29515  verwenden, gibt man den Befehl 
29516 \series bold
29517
29518 \backslash
29519 alignedat
29520 \series default
29521 ,
29522 \begin_inset Index idx
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526 Befehle ! A ! 
29527 \backslash
29528 alignedat
29529 \end_layout
29530
29531 \end_inset
29532
29533  
29534 \series bold
29535
29536 \backslash
29537 gathered
29538 \series default
29539
29540 \begin_inset Index idx
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544 Befehle ! G ! 
29545 \backslash
29546 gathered
29547 \end_layout
29548
29549 \end_inset
29550
29551  bzw.
29552  
29553 \series bold
29554
29555 \backslash
29556 split
29557 \series default
29558
29559 \begin_inset Index idx
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Befehle ! S ! 
29564 \backslash
29565 split
29566 \end_layout
29567
29568 \end_inset
29569
29570  ein.
29571  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29572  jedoch darf sie nur zwei Spalten enthalten.
29573 \end_layout
29574
29575 \begin_layout Subsection
29576 Text in mehrzeiligen Formeln
29577 \begin_inset CommandInset label
29578 LatexCommand label
29579 name "sub:Text-in-mehrzeiligen"
29580
29581 \end_inset
29582
29583
29584 \begin_inset Index idx
29585 status collapsed
29586
29587 \begin_layout Plain Layout
29588 Text ! in Formeln
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \begin_inset Index idx
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598 Formel ! mehrzeilige ! Text
29599 \end_layout
29600
29601 \end_inset
29602
29603
29604 \end_layout
29605
29606 \begin_layout Standard
29607 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29608  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29609  die Ausrichtung der Spalten nicht beeinflusst.
29610  Dazu wird der Befehl 
29611 \series bold
29612
29613 \backslash
29614 intertext
29615 \begin_inset Index idx
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619 Befehle ! I ! 
29620 \backslash
29621 intertext
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \series default
29628  nach folgendem Schema benutzt:
29629 \end_layout
29630
29631 \begin_layout Standard
29632
29633 \series bold
29634
29635 \backslash
29636 intertext{Text}
29637 \end_layout
29638
29639 \begin_layout Standard
29640 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29641  werden kann.
29642  Weil LyX 
29643 \series bold
29644
29645 \backslash
29646 intertext
29647 \series default
29648  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29649  Text.
29650  
29651 \series bold
29652
29653 \backslash
29654 intertext
29655 \series default
29656  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29657  dieser Zeile.
29658  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29659 \begin_inset Formula \begin{align}
29660 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29661 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29662 \end{align}
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Section
29670 Formelnummerierung
29671 \begin_inset Index idx
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675 Formelnummerierung
29676 \end_layout
29677
29678 \end_inset
29679
29680
29681 \begin_inset Index idx
29682 status collapsed
29683
29684 \begin_layout Plain Layout
29685 Formel ! Nummerierung|see
29686 \begin_inset ERT
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691 {
29692 \end_layout
29693
29694 \end_inset
29695
29696 Formelnummerierung
29697 \begin_inset ERT
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702 }
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \end_layout
29714
29715 \begin_layout Subsection
29716 Allgemeines
29717 \end_layout
29718
29719 \begin_layout Standard
29720 Nummerierte Formeln können mit dem Menü 
29721 \family sans
29722 Einfügen\SpecialChar \menuseparator
29723 Mathe\SpecialChar \menuseparator
29724 Nummerierte
29725 \begin_inset space ~
29726 \end_inset
29727
29728 Formel
29729 \family default
29730  (Tastenkürzel 
29731 \family sans
29732 Strg+Alt
29733 \begin_inset space ~
29734 \end_inset
29735
29736 N
29737 \family default
29738 ) erstellt, bestehende Formeln über das Menü 
29739 \family sans
29740 Bearbeiten\SpecialChar \menuseparator
29741 Mathe\SpecialChar \menuseparator
29742 Nummerierung
29743 \begin_inset space ~
29744 \end_inset
29745
29746 an/aus
29747 \family default
29748  (Tastenkürzel 
29749 \family sans
29750 Alt+M
29751 \begin_inset space ~
29752 \end_inset
29753
29754 N
29755 \family default
29756 ) nummeriert werden.
29757  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29758  Klammern.
29759  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29760 \end_layout
29761
29762 \begin_layout Standard
29763 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29764  Zeilen nummeriert.
29765  Man kann jedoch über das Menü 
29766 \family sans
29767 Bearbeiten\SpecialChar \menuseparator
29768 Mathe\SpecialChar \menuseparator
29769 Zeilennummerierung an/aus
29770 \family default
29771  (Tastenkürzel 
29772 \family sans
29773 Alt+M
29774 \begin_inset space ~
29775 \end_inset
29776
29777 Shift+N
29778 \family default
29779 ) für jede Zeile die Nummerierung festlegen.
29780 \end_layout
29781
29782 \begin_layout Standard
29783 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29784  werden, siehe 
29785 \begin_inset CommandInset ref
29786 LatexCommand ref
29787 reference "sec:Formelstile"
29788
29789 \end_inset
29790
29791 .
29792 \end_layout
29793
29794 \begin_layout Subsection
29795 Querverweise
29796 \begin_inset Index idx
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800 Querverweise ! auf Formeln
29801 \end_layout
29802
29803 \end_inset
29804
29805
29806 \end_layout
29807
29808 \begin_layout Standard
29809 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29810  Eine Marke wird mit dem Menü 
29811 \family sans
29812 Einfügen\SpecialChar \menuseparator
29813 Marke
29814 \family default
29815  oder dem Werkzeugleistenknopf 
29816 \begin_inset Graphics
29817         filename ../../images/label-insert.png
29818         scale 85
29819
29820 \end_inset
29821
29822  gesetzt.
29823  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29824  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29825 \series bold
29826 eq:
29827 \series default
29828 , nachdem der eigentliche Markenname eingegeben wird.
29829  Der voreingestellte Eintrag steht für 
29830 \begin_inset Quotes gld
29831 \end_inset
29832
29833 equation
29834 \begin_inset Quotes grd
29835 \end_inset
29836
29837  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29838  einer Formel und nicht zu einem Kapitel gehört.
29839  Um eine Marke zu ändern, wählt man wieder das Menü 
29840 \family sans
29841 Einfügen\SpecialChar \menuseparator
29842 Marke
29843 \family default
29844 .
29845 \end_layout
29846
29847 \begin_layout Standard
29848 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29849  Eine Formel mit Marke wird immer nummeriert.
29850 \end_layout
29851
29852 \begin_layout Standard
29853 Querverweise werden mit dem Menü 
29854 \family sans
29855 Einfügen\SpecialChar \menuseparator
29856 Querverweis
29857 \family default
29858  oder dem Werkzeugleistenknopf 
29859 \begin_inset Graphics
29860         filename ../../images/dialog-show-new-inset_ref.png
29861         scale 85
29862
29863 \end_inset
29864
29865  eingefügt.
29866  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29867  Wenn man im Querverweis Dialogfenster das Format 
29868 \series bold
29869 (<Querverweis>)
29870 \series default
29871  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29872 \begin_inset Newline newline
29873 \end_inset
29874
29875 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29876  man zur Formel auf die verwiesen wird.
29877 \end_layout
29878
29879 \begin_layout Standard
29880 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29881 \begin_inset Note Note
29882 status open
29883
29884 \begin_layout Plain Layout
29885 Man beachte die unterschiedlichen Querverweistypen.
29886 \end_layout
29887
29888 \end_inset
29889
29890
29891 \end_layout
29892
29893 \begin_layout Standard
29894 Die Gleichungen 
29895 \begin_inset CommandInset ref
29896 LatexCommand eqref
29897 reference "eq:tag"
29898
29899 \end_inset
29900
29901  und 
29902 \begin_inset CommandInset ref
29903 LatexCommand eqref
29904 reference "eq:c"
29905
29906 \end_inset
29907
29908  sind äquivalent.
29909  In (
29910 \begin_inset CommandInset ref
29911 LatexCommand ref
29912 reference "eq:Lat"
29913
29914 \end_inset
29915
29916 ) werden im Gegensatz zu (
29917 \begin_inset CommandInset ref
29918 LatexCommand ref
29919 reference "eq:Roem"
29920
29921 \end_inset
29922
29923 ) große lateinische Buchstaben zur Nummerierung verwendet.
29924 \end_layout
29925
29926 \begin_layout Standard
29927 \begin_inset VSpace medskip
29928 \end_inset
29929
29930 Ist im Argument von 
29931 \series bold
29932
29933 \backslash
29934 tag
29935 \begin_inset Foot
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939
29940 \series bold
29941
29942 \backslash
29943 tag
29944 \series default
29945  ist in 
29946 \begin_inset CommandInset ref
29947 LatexCommand ref
29948 reference "sub:Benutzerdefinierte-Nummerierung"
29949
29950 \end_inset
29951
29952  beschrieben.
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \series default
29959  wie in 
29960 \begin_inset CommandInset ref
29961 LatexCommand ref
29962 reference "sub:Absatzboxen"
29963
29964 \end_inset
29965
29966  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29967 \end_layout
29968
29969 \begin_layout Subsection
29970 Unternummerierung
29971 \begin_inset Index idx
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975 Formelnummerierung ! Unternummerierung
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \end_layout
29982
29983 \begin_layout Standard
29984 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29985  
29986 \begin_inset Newline newline
29987 \end_inset
29988
29989
29990 \series bold
29991
29992 \backslash
29993 begin{subequations}
29994 \series default
29995  und 
29996 \series bold
29997
29998 \backslash
29999 end{subequations}
30000 \series default
30001  erreichen.
30002  Beide Befehle werden im TeX-Modus eingegeben.
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Dazu ein Beispiel:
30007 \begin_inset Formula \begin{equation}
30008 A=C-B\label{eq:a}\end{equation}
30009
30010 \end_inset
30011
30012
30013 \begin_inset ERT
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017
30018
30019 \backslash
30020 addtocounter{equation}{-1}
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \begin_inset ERT
30027 status collapsed
30028
30029 \begin_layout Plain Layout
30030
30031
30032 \backslash
30033 begin{subequations}
30034 \end_layout
30035
30036 \end_inset
30037
30038
30039 \begin_inset VSpace -5mm
30040 \end_inset
30041
30042
30043 \begin_inset Formula \begin{equation}
30044 B=C-A\label{eq:b}\end{equation}
30045
30046 \end_inset
30047
30048
30049 \begin_inset Formula \begin{equation}
30050 C=A+B\label{eq:c}\end{equation}
30051
30052 \end_inset
30053
30054
30055 \end_layout
30056
30057 \begin_layout Standard
30058 \begin_inset ERT
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062
30063
30064 \backslash
30065 end{subequations}
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \begin_layout Standard
30074 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30075 \end_layout
30076
30077 \begin_layout Enumerate
30078 erste Formel eingeben
30079 \end_layout
30080
30081 \begin_layout Enumerate
30082
30083 \series bold
30084
30085 \backslash
30086 addtocounter{equation}{-1} 
30087 \backslash
30088 begin{subequations}
30089 \begin_inset Index idx
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093 Befehle ! A ! 
30094 \backslash
30095 addtocounter
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \begin_inset Newline newline
30102 \end_inset
30103
30104
30105 \series default
30106 nach der ersten Formel einfügen
30107 \end_layout
30108
30109 \begin_layout Enumerate
30110 zweite Formel eingeben
30111 \end_layout
30112
30113 \begin_layout Enumerate
30114 dritte Formel eingeben
30115 \end_layout
30116
30117 \begin_layout Enumerate
30118
30119 \series bold
30120
30121 \backslash
30122 end{subequations}
30123 \series default
30124  nach der dritten Formel einfügen
30125 \end_layout
30126
30127 \begin_layout Standard
30128 Jede Formel, die zwischen den Befehlen 
30129 \series bold
30130
30131 \backslash
30132 begin
30133 \series default
30134  und 
30135 \series bold
30136
30137 \backslash
30138 end
30139 \series default
30140  steht, wird mit a, b, c, \SpecialChar \ldots{}
30141  untergliedert.
30142  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30143  Alle untergliederten Formeln gelten als 
30144 \emph on
30145 eine
30146 \emph default
30147  nummerierte Formel.
30148  Da jede nummerierte Formel den Formelzähler 
30149 \series bold
30150 equation
30151 \series default
30152  um Eins erhöht, ist der Befehl 
30153 \series bold
30154
30155 \backslash
30156 addtocounter
30157 \series default
30158  notwendig um den Zähler wieder zu erniedrigen.
30159  Ansonsten würden die Formeln 
30160 \begin_inset CommandInset ref
30161 LatexCommand eqref
30162 reference "eq:a"
30163
30164 \end_inset
30165
30166
30167 \begin_inset CommandInset ref
30168 LatexCommand eqref
30169 reference "eq:b"
30170
30171 \end_inset
30172
30173
30174 \begin_inset CommandInset ref
30175 LatexCommand eqref
30176 reference "eq:c"
30177
30178 \end_inset
30179
30180  als 
30181 \begin_inset CommandInset ref
30182 LatexCommand eqref
30183 reference "eq:a"
30184
30185 \end_inset
30186
30187
30188 \begin_inset CommandInset ref
30189 LatexCommand eqref
30190 reference "eq:d"
30191
30192 \end_inset
30193
30194
30195 \begin_inset CommandInset ref
30196 LatexCommand eqref
30197 reference "eq:f"
30198
30199 \end_inset
30200
30201  nummeriert werden.
30202 \end_layout
30203
30204 \begin_layout Standard
30205 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30206  Formeln automatisch etwas Leerraum erstellt.
30207  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30208 \series bold
30209
30210 \backslash
30211 begin{subequations}
30212 \series default
30213  -5
30214 \begin_inset space \thinspace{}
30215 \end_inset
30216
30217 mm vertikalen Leerraum ein.
30218  Ist der Formelstil 
30219 \series bold
30220 Eingerückt
30221 \begin_inset Foot
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225 Formelstile siehe 
30226 \begin_inset CommandInset ref
30227 LatexCommand ref
30228 reference "sec:Formelstile"
30229
30230 \end_inset
30231
30232
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \series default
30239  gewählt, fügt man -7
30240 \begin_inset space \thinspace{}
30241 \end_inset
30242
30243 mm Leerraum ein.
30244 \end_layout
30245
30246 \begin_layout Standard
30247 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30248  der zweiten Zeile abgeschaltet wurde:
30249 \begin_inset ERT
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253
30254
30255 \backslash
30256 begin{subequations}
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \begin_inset Formula \begin{eqnarray}
30263 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30264  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30265  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30266 \end{eqnarray}
30267
30268 \end_inset
30269
30270
30271 \begin_inset ERT
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275
30276
30277 \backslash
30278 end{subequations}
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \begin_layout Subsection
30287 Benutzerdefinierte Nummerierung
30288 \begin_inset CommandInset label
30289 LatexCommand label
30290 name "sub:Benutzerdefinierte-Nummerierung"
30291
30292 \end_inset
30293
30294
30295 \begin_inset Index idx
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299 Formelnummerierung ! benutzerdefinierte
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \begin_layout Standard
30308 \begin_inset Index idx
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312 Formelnummerierung ! eigene Klammern
30313 \end_layout
30314
30315 \end_inset
30316
30317 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30318  gesetzt.
30319  Will man diese Klammern z.
30320 \begin_inset space \thinspace{}
30321 \end_inset
30322
30323 B.
30324  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30325  an:
30326 \end_layout
30327
30328 \begin_layout Standard
30329
30330 \series bold
30331
30332 \backslash
30333 def
30334 \backslash
30335 tagform@#1{
30336 \backslash
30337 maketag@@@{|#1|}}
30338 \series default
30339
30340 \begin_inset Note Note
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30345  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30346  werden.
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \begin_layout Standard
30355 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30356 \series bold
30357 #1
30358 \series default
30359  durch ein oder mehrere gewünschte Zeichen.
30360  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30361 \end_layout
30362
30363 \begin_layout Standard
30364 \begin_inset VSpace bigskip
30365 \end_inset
30366
30367 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30368  hinter der Formel stehen, benutzt man den Befehl 
30369 \series bold
30370
30371 \backslash
30372 tag
30373 \series default
30374
30375 \begin_inset Index idx
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379 Befehle ! T ! 
30380 \backslash
30381 tag
30382 \end_layout
30383
30384 \end_inset
30385
30386 :
30387 \begin_inset Formula \begin{equation}
30388 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30389
30390 \end_inset
30391
30392  In diesem Beispiel wurde in der Formel der Befehl 
30393 \series bold
30394
30395 \backslash
30396 tag
30397 \series default
30398
30399 \begin_inset ERT
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403
30404
30405 \backslash
30406 leer 
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \series bold
30413 etwas
30414 \series default
30415  eingegeben.
30416 \end_layout
30417
30418 \begin_layout Standard
30419 Gibt man stattdessen 
30420 \series bold
30421
30422 \backslash
30423 tag*
30424 \series default
30425
30426 \begin_inset ERT
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430
30431
30432 \backslash
30433 leer 
30434 \end_layout
30435
30436 \end_inset
30437
30438
30439 \series bold
30440 etwas
30441 \series default
30442  ein, verhindert der Stern die Klammern um den Ausdruck:
30443 \begin_inset Formula \[
30444 A+B=C\tag*{etwas}\]
30445
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \begin_layout Standard
30452 \begin_inset VSpace bigskip
30453 \end_inset
30454
30455 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30456  oder 
30457 \begin_inset ERT
30458 status collapsed
30459
30460 \begin_layout Plain Layout
30461
30462
30463 \backslash
30464 mbox{
30465 \end_layout
30466
30467 \end_inset
30468
30469 -abschnitt
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475 }
30476 \end_layout
30477
30478 \end_inset
30479
30480
30481 \begin_inset Note Note
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485 Der Befehl 
30486 \series bold
30487
30488 \backslash
30489 mbox
30490 \series default
30491  verhindert, dass am Bindestrich umgebrochen wird.
30492 \end_layout
30493
30494 \end_inset
30495
30496  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30497 \end_layout
30498
30499 \begin_layout Standard
30500
30501 \series bold
30502
30503 \backslash
30504 @addtoreset{equation}{part}
30505 \series default
30506
30507 \begin_inset Index idx
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511 Befehle ! 
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517 "
30518 \end_layout
30519
30520 \end_inset
30521
30522 @
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 \backslash
30535
30536 \begin_inset ERT
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540
30541 "
30542 \end_layout
30543
30544 \end_inset
30545
30546 @
30547 \begin_inset ERT
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551
30552 "
30553 \end_layout
30554
30555 \end_inset
30556
30557 addtoreset
30558 \end_layout
30559
30560 \end_inset
30561
30562
30563 \begin_inset Newline newline
30564 \end_inset
30565
30566 bzw.
30567 \begin_inset Newline newline
30568 \end_inset
30569
30570
30571 \series bold
30572
30573 \backslash
30574 @addtoreset{equation}{section}
30575 \end_layout
30576
30577 \begin_layout Standard
30578 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30579 \begin_inset Quotes gld
30580 \end_inset
30581
30582 @
30583 \begin_inset Quotes grd
30584 \end_inset
30585
30586  Zeichen für LaTeX mit dem Befehl 
30587 \series bold
30588
30589 \backslash
30590 makeatletter
30591 \series default
30592  
30593 \begin_inset Quotes gld
30594 \end_inset
30595
30596 aktiv
30597 \begin_inset Quotes grd
30598 \end_inset
30599
30600  gemacht werden.
30601  Der Befehl 
30602 \series bold
30603
30604 \backslash
30605 makeatother
30606 \series default
30607  macht dies wieder rückgängig.
30608  Daher ist die Befehlssequenz im TeX-Modus:
30609 \end_layout
30610
30611 \begin_layout Standard
30612
30613 \series bold
30614
30615 \backslash
30616 makeatletter
30617 \begin_inset Newline newline
30618 \end_inset
30619
30620
30621 \backslash
30622 @addtoreset{equation}{section}
30623 \begin_inset Newline newline
30624 \end_inset
30625
30626
30627 \backslash
30628 makeatother
30629 \end_layout
30630
30631 \begin_layout Standard
30632 Im LaTeX-Vorspann können 
30633 \series bold
30634
30635 \backslash
30636 makeatletter
30637 \series default
30638  und 
30639 \series bold
30640
30641 \backslash
30642 makeatother
30643 \series default
30644  weggelassen werden, da LyX sie automatisch intern einfügt.
30645 \end_layout
30646
30647 \begin_layout Standard
30648 Um 
30649 \series bold
30650
30651 \backslash
30652 @addtoreset
30653 \series default
30654  rückgängig zu machen, muss die Datei 
30655 \series bold
30656 remreset.sty
30657 \series default
30658
30659 \begin_inset Foot
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664 \series bold
30665 remreset
30666 \series default
30667  ist Teil des LaTeX-Paketes 
30668 \series bold
30669 carlisle
30670 \series default
30671
30672 \begin_inset Index idx
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676 Pakete ! carlisle
30677 \end_layout
30678
30679 \end_inset
30680
30681 , das Teil jeder LaTeX-Standardinstallation ist.
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \begin_inset Index idx
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691 Pakete ! remreset
30692 \end_layout
30693
30694 \end_inset
30695
30696  im LaTeX-Vorspann mit der Zeile
30697 \end_layout
30698
30699 \begin_layout Standard
30700
30701 \series bold
30702
30703 \backslash
30704 usepackage{remreset}
30705 \end_layout
30706
30707 \begin_layout Standard
30708 geladen werden.
30709  Dann kann der Befehl 
30710 \series bold
30711
30712 \backslash
30713 @removefromreset
30714 \series default
30715
30716 \begin_inset Index idx
30717 status collapsed
30718
30719 \begin_layout Plain Layout
30720 Befehle ! 
30721 \begin_inset ERT
30722 status collapsed
30723
30724 \begin_layout Plain Layout
30725
30726 "
30727 \end_layout
30728
30729 \end_inset
30730
30731 @
30732 \begin_inset ERT
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737 "
30738 \end_layout
30739
30740 \end_inset
30741
30742  ! 
30743 \backslash
30744
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750 "
30751 \end_layout
30752
30753 \end_inset
30754
30755 @
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761 "
30762 \end_layout
30763
30764 \end_inset
30765
30766 removefromreset
30767 \end_layout
30768
30769 \end_inset
30770
30771  mit dem selben Schema wie 
30772 \series bold
30773
30774 \backslash
30775 @addtoreset
30776 \series default
30777  benutzt werden.
30778 \end_layout
30779
30780 \begin_layout Standard
30781 \begin_inset VSpace bigskip
30782 \end_inset
30783
30784 Oftmals möchte man Formeln in folgender Art nummerieren:
30785 \end_layout
30786
30787 \begin_layout Standard
30788
30789 \family typewriter
30790 (Kapitelnummer.Formelnummer)
30791 \end_layout
30792
30793 \begin_layout Standard
30794 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30795 \end_layout
30796
30797 \begin_layout Standard
30798 Für diesen Fall gibt es den Befehl 
30799 \series bold
30800
30801 \backslash
30802 numberwithin
30803 \series default
30804
30805 \begin_inset Index idx
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809 Befehle ! N ! 
30810 \backslash
30811 numberwithin
30812 \end_layout
30813
30814 \end_inset
30815
30816 , der nach folgendem Schema benutzt wird:
30817 \end_layout
30818
30819 \begin_layout Standard
30820
30821 \series bold
30822
30823 \backslash
30824 numberwithin{Zähler}{Gliederung}
30825 \end_layout
30826
30827 \begin_layout Standard
30828 Zähler gibt an, welche Nummerierung betroffen ist.
30829  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30830 \end_layout
30831
30832 \begin_layout Standard
30833 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
30834  ein:
30835 \end_layout
30836
30837 \begin_layout Standard
30838
30839 \series bold
30840
30841 \backslash
30842 numberwithin{equation}{section}
30843 \end_layout
30844
30845 \begin_layout Standard
30846 Das ist das Ergebnis:
30847 \begin_inset ERT
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851
30852
30853 \backslash
30854 numberwithin{equation}{section}
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \begin_inset Formula \begin{equation}
30861 A+B=C\end{equation}
30862
30863 \end_inset
30864
30865
30866 \end_layout
30867
30868 \begin_layout Standard
30869 Möchte man z.
30870 \begin_inset space \thinspace{}
30871 \end_inset
30872
30873 B.
30874  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30875  gibt man 
30876 \series bold
30877
30878 \backslash
30879 numberwithin{table}{part}
30880 \series default
30881  ein.
30882 \end_layout
30883
30884 \begin_layout Standard
30885 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30886 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30887  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
30888 \end_layout
30889
30890 \begin_layout Standard
30891
30892 \series bold
30893
30894 \backslash
30895 renewcommand{
30896 \backslash
30897 theequation}{
30898 \backslash
30899 arabic{equation}}
30900 \begin_inset Index idx
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904 Befehle ! A ! 
30905 \backslash
30906 arabic
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \series default
30913
30914 \begin_inset ERT
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918
30919
30920 \backslash
30921 renewcommand{
30922 \backslash
30923 theequation}{
30924 \backslash
30925 arabic{equation}}
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \series bold
30932
30933 \begin_inset Newline newline
30934 \end_inset
30935
30936
30937 \series default
30938 bzw.
30939 \series bold
30940
30941 \begin_inset Newline newline
30942 \end_inset
30943
30944
30945 \backslash
30946 renewcommand{
30947 \backslash
30948 thetable}{
30949 \backslash
30950 arabic{table}}
30951 \end_layout
30952
30953 \begin_layout Standard
30954
30955 \series bold
30956
30957 \backslash
30958 numberwithin
30959 \series default
30960  benutzt intern den oben beschriebenen Befehl 
30961 \series bold
30962
30963 \backslash
30964 @addtoreset
30965 \series default
30966 , der ebenfalls rückgängig gemacht werden muss.
30967 \begin_inset ERT
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971
30972
30973 \backslash
30974 makeatletter
30975 \end_layout
30976
30977 \begin_layout Plain Layout
30978
30979
30980 \backslash
30981 @removefromreset{equation}{section}
30982 \end_layout
30983
30984 \begin_layout Plain Layout
30985
30986
30987 \backslash
30988 makeatother
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \end_layout
30995
30996 \begin_layout Subsection
30997 Nummerierung mit römischen Zahlen und Buchstaben
30998 \begin_inset Index idx
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002 Formelnummerierung ! mit Buchstaben
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \begin_inset Index idx
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012 Formelnummerierung ! mit römischen Zahlen
31013 \end_layout
31014
31015 \end_inset
31016
31017
31018 \end_layout
31019
31020 \begin_layout Standard
31021 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31022  werden.
31023  Um z.
31024 \begin_inset space \thinspace{}
31025 \end_inset
31026
31027 B.
31028  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31029  TeX-Modus den Befehl
31030 \end_layout
31031
31032 \begin_layout Standard
31033
31034 \series bold
31035
31036 \backslash
31037 renewcommand{
31038 \backslash
31039 theequation}{
31040 \backslash
31041 roman{equation}}
31042 \end_layout
31043
31044 \begin_layout Standard
31045 ein.
31046  
31047 \series bold
31048
31049 \backslash
31050 renewcommand
31051 \series default
31052
31053 \begin_inset Index idx
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 Befehle ! R ! 
31058 \backslash
31059 renewcommand
31060 \end_layout
31061
31062 \end_inset
31063
31064  weist dem vordefinierten Befehl 
31065 \series bold
31066
31067 \backslash
31068 theequation
31069 \series default
31070  den Befehl
31071 \begin_inset Newline linebreak
31072 \end_inset
31073
31074
31075 \series bold
31076
31077 \backslash
31078 roman{equation}
31079 \series default
31080  zu.
31081 \begin_inset Foot
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085 Der Befehl 
31086 \series bold
31087
31088 \backslash
31089 renewcommand
31090 \series default
31091  besitzt dasselbe Schema wie der in 
31092 \begin_inset CommandInset ref
31093 LatexCommand ref
31094 reference "sub:Der-Befehl-newcommand"
31095
31096 \end_inset
31097
31098  beschriebene Befehl
31099 \begin_inset Newline newline
31100 \end_inset
31101
31102
31103 \series bold
31104
31105 \backslash
31106 newcommand
31107 \series default
31108 .
31109 \end_layout
31110
31111 \end_inset
31112
31113  
31114 \series bold
31115 equation
31116 \series default
31117  ist der Formelzähler.
31118  Stellt man einem Zähler den Befehl 
31119 \series bold
31120
31121 \backslash
31122 the
31123 \series default
31124  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31125  wird.
31126  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31127  
31128 \series bold
31129
31130 \backslash
31131 theequation
31132 \series default
31133  hinter die Formel.
31134  
31135 \series bold
31136
31137 \backslash
31138 roman{equation}
31139 \begin_inset Index idx
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143 Befehle ! R ! 
31144 \backslash
31145 roman
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \series default
31152  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31153 \end_layout
31154
31155 \begin_layout Standard
31156 Alle Formeln nach dem 
31157 \series bold
31158
31159 \backslash
31160 renewcommand
31161 \series default
31162 -Befehl werden nun römisch nummeriert.
31163  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31164  den Befehl erneut ein, ersetzt aber 
31165 \series bold
31166
31167 \backslash
31168 roman
31169 \series default
31170  durch 
31171 \series bold
31172
31173 \backslash
31174 Roman
31175 \series default
31176
31177 \begin_inset Index idx
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181 Befehle ! R ! 
31182 \backslash
31183 roman@
31184 \backslash
31185 Roman
31186 \end_layout
31187
31188 \end_inset
31189
31190 .
31191  Für die 
31192 \begin_inset Quotes gld
31193 \end_inset
31194
31195 Nummerierung
31196 \begin_inset Quotes grd
31197 \end_inset
31198
31199  mit lateinischen Buchstaben gibt es den Befehl 
31200 \series bold
31201
31202 \backslash
31203 alph
31204 \series default
31205
31206 \begin_inset Index idx
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210 Befehle ! A ! 
31211 \backslash
31212 alph
31213 \end_layout
31214
31215 \end_inset
31216
31217  für kleine und 
31218 \series bold
31219
31220 \backslash
31221 Alph
31222 \series default
31223
31224 \begin_inset Index idx
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228 Befehle ! A ! 
31229 \backslash
31230 alph@
31231 \backslash
31232 Alph
31233 \end_layout
31234
31235 \end_inset
31236
31237  für große Buchstaben.
31238 \end_layout
31239
31240 \begin_layout Standard
31241 \begin_inset Note Greyedout
31242 status open
31243
31244 \begin_layout Plain Layout
31245
31246 \series bold
31247 Achtung:
31248 \series default
31249  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31250  nummeriert werden.
31251 \end_layout
31252
31253 \end_inset
31254
31255
31256 \end_layout
31257
31258 \begin_layout Standard
31259 \begin_inset ERT
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263
31264
31265 \backslash
31266 renewcommand{
31267 \backslash
31268 theequation}{
31269 \backslash
31270 roman{equation}}
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \end_layout
31277
31278 \begin_layout Standard
31279 \begin_inset Formula \begin{equation}
31280 A=\textrm{römisch}\end{equation}
31281
31282 \end_inset
31283
31284
31285 \begin_inset ERT
31286 status collapsed
31287
31288 \begin_layout Plain Layout
31289
31290
31291 \backslash
31292 renewcommand{
31293 \backslash
31294 theequation}{
31295 \backslash
31296 Roman{equation}}
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \begin_inset Formula \begin{equation}
31303 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
31304
31305 \end_inset
31306
31307
31308 \begin_inset ERT
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312
31313
31314 \backslash
31315 renewcommand{
31316 \backslash
31317 theequation}{
31318 \backslash
31319 alph{equation}}
31320 \end_layout
31321
31322 \end_inset
31323
31324
31325 \begin_inset Formula \begin{equation}
31326 C=\textrm{lateinisch}\end{equation}
31327
31328 \end_inset
31329
31330
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336
31337 \backslash
31338 renewcommand{
31339 \backslash
31340 theequation}{
31341 \backslash
31342 Alph{equation}}
31343 \end_layout
31344
31345 \end_inset
31346
31347
31348 \begin_inset Formula \begin{equation}
31349 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
31350
31351 \end_inset
31352
31353
31354 \end_layout
31355
31356 \begin_layout Standard
31357 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31358  ein:
31359 \end_layout
31360
31361 \begin_layout Standard
31362
31363 \series bold
31364
31365 \backslash
31366 renewcommand{
31367 \backslash
31368 theequation}{
31369 \backslash
31370 arabic{equation}}
31371 \begin_inset Index idx
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375 Befehle ! A ! 
31376 \backslash
31377 arabic
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \end_layout
31384
31385 \begin_layout Standard
31386 \begin_inset ERT
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390
31391
31392 \backslash
31393 renewcommand{
31394 \backslash
31395 theequation}{
31396 \backslash
31397 arabic{equation}}
31398 \end_layout
31399
31400 \end_inset
31401
31402
31403 \begin_inset Formula \begin{equation}
31404 E=\textrm{arabisch}\end{equation}
31405
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \begin_layout Standard
31412 \begin_inset VSpace medskip
31413 \end_inset
31414
31415 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31416 riert.
31417  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31418  beginnen, müssen neue Formelzähler angelegt werden.
31419  Eine Beschreibung dazu findet man in der Datei 
31420 \begin_inset CommandInset href
31421 LatexCommand href
31422 name "Formelnummerierung.lyx"
31423 target "run:Formelnummerierung.lyx"
31424
31425 \end_inset
31426
31427 .
31428 \end_layout
31429
31430 \begin_layout Section
31431 Chemische Symbole und Reaktionsgleichungen
31432 \begin_inset CommandInset label
31433 LatexCommand label
31434 name "sub:Chemische-Symbole-und"
31435
31436 \end_inset
31437
31438
31439 \begin_inset Index idx
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443 chemische Zeichen ! Symbole
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \begin_inset Index idx
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453 Reaktionsgleichungen
31454 \end_layout
31455
31456 \end_inset
31457
31458
31459 \begin_inset Index idx
31460 status collapsed
31461
31462 \begin_layout Plain Layout
31463 Symbole ! chemische
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Standard
31472 Ein Beispieltext aus der Chemie:
31473 \end_layout
31474
31475 \begin_layout Quote
31476 Das 
31477 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31478 \end_inset
31479
31480 -Ion verbindet sich mit zwei 
31481 \begin_inset Formula $\mathrm{Na^{+}}$
31482 \end_inset
31483
31484 -Ionen zu Natriumsulfat 
31485 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31486 \end_inset
31487
31488 .
31489  Die Reaktionsgleichung dazu lautet:
31490 \begin_inset Formula \begin{equation}
31491 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}\end{equation}
31492
31493 \end_inset
31494
31495
31496 \end_layout
31497
31498 \begin_layout Standard
31499 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31500  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31501  in der Formel und wandelt diese mit der Tastenkombination 
31502 \family sans
31503 Alt+Z
31504 \begin_inset space ~
31505 \end_inset
31506
31507 R
31508 \family default
31509  in den aufrechten Schriftstil um.
31510 \begin_inset Foot
31511 status collapsed
31512
31513 \begin_layout Plain Layout
31514 Schriftstile siehe 
31515 \begin_inset CommandInset ref
31516 LatexCommand ref
31517 reference "sub:Schriftstile"
31518
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \begin_layout Standard
31530 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31531 \series bold
31532  
31533 \backslash
31534 ce
31535 \series default
31536
31537 \begin_inset Index idx
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541 Befehle ! C ! 
31542 \backslash
31543 ce
31544 \end_layout
31545
31546 \end_inset
31547
31548  zu benutzen.
31549  Dieser ist verfügbar, wenn das LaTeX-Paket 
31550 \series bold
31551 mhchem
31552 \series default
31553
31554 \begin_inset Index idx
31555 status collapsed
31556
31557 \begin_layout Plain Layout
31558 Pakete ! mhchem
31559 \end_layout
31560
31561 \end_inset
31562
31563  installiert ist.
31564  Nachdem 
31565 \series bold
31566
31567 \backslash
31568 ce
31569 \series default
31570  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31571  Formeln in intuitiver Weise eingegeben werden können.
31572 \end_layout
31573
31574 \begin_layout Standard
31575 \align center
31576 \begin_inset Tabular
31577 <lyxtabular version="3" rows="9" columns="2">
31578 <features tabularvalignment="middle">
31579 <column alignment="center" valignment="top" width="0">
31580 <column alignment="center" valignment="top" width="0">
31581 <row>
31582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31583 \begin_inset Text
31584
31585 \begin_layout Plain Layout
31586 Befehl
31587 \end_layout
31588
31589 \end_inset
31590 </cell>
31591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31592 \begin_inset Text
31593
31594 \begin_layout Plain Layout
31595 Ergebnis
31596 \begin_inset Note Note
31597 status collapsed
31598
31599 \begin_layout Plain Layout
31600
31601 \series bold
31602
31603 \backslash
31604 raisebox
31605 \series default
31606  dient nur als Abstandhalter.
31607 \end_layout
31608
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622
31623 \backslash
31624 ce
31625 \begin_inset ERT
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629
31630
31631 \backslash
31632 leer 
31633 \end_layout
31634
31635 \end_inset
31636
31637 H2CO3
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 </row>
31655 <row>
31656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660
31661 \backslash
31662 ce
31663 \begin_inset ERT
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667
31668
31669 \backslash
31670 leer 
31671 \end_layout
31672
31673 \end_inset
31674
31675 SO4^2-
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31681 \begin_inset Text
31682
31683 \begin_layout Plain Layout
31684 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31685 \end_inset
31686
31687
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 </row>
31693 <row>
31694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698
31699 \backslash
31700 ce
31701 \begin_inset ERT
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705
31706
31707 \backslash
31708 leer 
31709 \end_layout
31710
31711 \end_inset
31712
31713 (NH4)2S
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31719 \begin_inset Text
31720
31721 \begin_layout Plain Layout
31722 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \end_inset
31729 </cell>
31730 </row>
31731 <row>
31732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31733 \begin_inset Text
31734
31735 \begin_layout Plain Layout
31736
31737 \backslash
31738 ce
31739 \begin_inset ERT
31740 status collapsed
31741
31742 \begin_layout Plain Layout
31743
31744
31745 \backslash
31746 leer 
31747 \end_layout
31748
31749 \end_inset
31750
31751 KCr(SO4)2.12H2O
31752 \end_layout
31753
31754 \end_inset
31755 </cell>
31756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31757 \begin_inset Text
31758
31759 \begin_layout Plain Layout
31760 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31761 \end_inset
31762
31763
31764 \end_layout
31765
31766 \end_inset
31767 </cell>
31768 </row>
31769 <row>
31770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774
31775 \backslash
31776 ce
31777 \begin_inset ERT
31778 status collapsed
31779
31780 \begin_layout Plain Layout
31781
31782
31783 \backslash
31784 leer 
31785 \end_layout
31786
31787 \end_inset
31788
31789 A-B
31790 \backslash
31791 dbond
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 C
31805 \backslash
31806 tbond
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 leer 
31815 \end_layout
31816
31817 \end_inset
31818
31819 D
31820 \end_layout
31821
31822 \end_inset
31823 </cell>
31824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31825 \begin_inset Text
31826
31827 \begin_layout Plain Layout
31828 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \end_inset
31835 </cell>
31836 </row>
31837 <row>
31838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31839 \begin_inset Text
31840
31841 \begin_layout Plain Layout
31842
31843 \backslash
31844 ce
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 ^227
31858 \begin_inset Formula $\downarrow$
31859 \end_inset
31860
31861 _90
31862 \begin_inset Formula $\to$
31863 \end_inset
31864
31865 Th+
31866 \end_layout
31867
31868 \end_inset
31869 </cell>
31870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \end_inset
31881 </cell>
31882 </row>
31883 <row>
31884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31885 \begin_inset Text
31886
31887 \begin_layout Plain Layout
31888
31889 \backslash
31890 ce
31891 \begin_inset ERT
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895
31896
31897 \backslash
31898 leer 
31899 \end_layout
31900
31901 \end_inset
31902
31903 CO2
31904 \begin_inset ERT
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908
31909
31910 \backslash
31911 leer 
31912 \end_layout
31913
31914 \end_inset
31915
31916 +
31917 \begin_inset ERT
31918 status collapsed
31919
31920 \begin_layout Plain Layout
31921
31922
31923 \backslash
31924 leer 
31925 \end_layout
31926
31927 \end_inset
31928
31929 C
31930 \begin_inset ERT
31931 status collapsed
31932
31933 \begin_layout Plain Layout
31934
31935
31936 \backslash
31937 leer 
31938 \end_layout
31939
31940 \end_inset
31941
31942 <=>
31943 \begin_inset ERT
31944 status collapsed
31945
31946 \begin_layout Plain Layout
31947
31948
31949 \backslash
31950 leer 
31951 \end_layout
31952
31953 \end_inset
31954
31955 2CO
31956 \end_layout
31957
31958 \end_inset
31959 </cell>
31960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31961 \begin_inset Text
31962
31963 \begin_layout Plain Layout
31964 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31965 \end_inset
31966
31967
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 </row>
31973 <row>
31974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978
31979 \backslash
31980 ce
31981 \begin_inset ERT
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985
31986
31987 \backslash
31988 leer 
31989 \end_layout
31990
31991 \end_inset
31992
31993 CO2
31994 \begin_inset ERT
31995 status collapsed
31996
31997 \begin_layout Plain Layout
31998
31999
32000 \backslash
32001 leer 
32002 \end_layout
32003
32004 \end_inset
32005
32006 +
32007 \begin_inset ERT
32008 status collapsed
32009
32010 \begin_layout Plain Layout
32011
32012
32013 \backslash
32014 leer 
32015 \end_layout
32016
32017 \end_inset
32018
32019 C
32020 \begin_inset ERT
32021 status collapsed
32022
32023 \begin_layout Plain Layout
32024
32025
32026 \backslash
32027 leer 
32028 \end_layout
32029
32030 \end_inset
32031
32032 ->[
32033 \backslash
32034 alpha][
32035 \backslash
32036 beta]
32037 \begin_inset ERT
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041
32042
32043 \backslash
32044 leer 
32045 \end_layout
32046
32047 \end_inset
32048
32049 2CO}
32050 \end_layout
32051
32052 \end_inset
32053 </cell>
32054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32055 \begin_inset Text
32056
32057 \begin_layout Plain Layout
32058 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \end_inset
32065 </cell>
32066 </row>
32067 </lyxtabular>
32068
32069 \end_inset
32070
32071
32072 \end_layout
32073
32074 \begin_layout Standard
32075 \begin_inset Note Greyedout
32076 status open
32077
32078 \begin_layout Plain Layout
32079
32080 \series bold
32081 Achtung:
32082 \series default
32083  Wenn eine Formel in eine 
32084 \series bold
32085
32086 \backslash
32087 ce
32088 \series default
32089 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32090  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32091 \begin_inset space \thinspace{}
32092 \end_inset
32093
32094 B.
32095  für 
32096 \series bold
32097
32098 \backslash
32099 ce{$
32100 \backslash
32101 mu
32102 \backslash
32103 hyphen$Cl}
32104 \series default
32105
32106 \begin_inset ERT
32107 status collapsed
32108
32109 \begin_layout Plain Layout
32110
32111
32112 \backslash
32113 ce{$
32114 \backslash
32115 mu
32116 \backslash
32117 hyphen$Cl}
32118 \end_layout
32119
32120 \end_inset
32121
32122  
32123 \end_layout
32124
32125 \end_inset
32126
32127
32128 \end_layout
32129
32130 \begin_layout Standard
32131 Wird 
32132 \series bold
32133
32134 \backslash
32135 ce
32136 \series default
32137  benutzt, lautet der Befehl für Gleichung
32138 \begin_inset space ~
32139 \end_inset
32140
32141
32142 \begin_inset CommandInset ref
32143 LatexCommand eqref
32144 reference "eq:chemische-Reaktion"
32145
32146 \end_inset
32147
32148 :
32149 \begin_inset Newline newline
32150 \end_inset
32151
32152
32153 \series bold
32154  
32155 \backslash
32156 ce
32157 \series default
32158
32159 \begin_inset ERT
32160 status collapsed
32161
32162 \begin_layout Plain Layout
32163
32164
32165 \backslash
32166 leer 
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \series bold
32173 2Na+
32174 \series default
32175
32176 \begin_inset ERT
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180
32181
32182 \backslash
32183 leer 
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \series bold
32190 +
32191 \series default
32192
32193 \begin_inset ERT
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197
32198
32199 \backslash
32200 leer 
32201 \end_layout
32202
32203 \end_inset
32204
32205
32206 \series bold
32207 SO4^2-
32208 \series default
32209
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215
32216 \backslash
32217 leer 
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \begin_inset ERT
32224 status collapsed
32225
32226 \begin_layout Plain Layout
32227
32228
32229 \backslash
32230 leer 
32231 \end_layout
32232
32233 \end_inset
32234
32235
32236 \series bold
32237 ->
32238 \series default
32239
32240 \begin_inset ERT
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244
32245
32246 \backslash
32247 leer 
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \series bold
32254 Na2SO4
32255 \end_layout
32256
32257 \begin_layout Standard
32258 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32259  Formel erstellt, wie in 
32260 \begin_inset CommandInset ref
32261 LatexCommand ref
32262 reference "sec:Mehrzeilige-Formeln"
32263
32264 \end_inset
32265
32266  beschrieben.
32267  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32268 \series bold
32269
32270 \backslash
32271 ce
32272 \series default
32273  verwendet.
32274  
32275 \begin_inset CommandInset ref
32276 LatexCommand eqref
32277 reference "eq:TEOS-Reaktion-1"
32278
32279 \end_inset
32280
32281  und 
32282 \begin_inset CommandInset ref
32283 LatexCommand eqref
32284 reference "eq:TEOS-Reaktion-2"
32285
32286 \end_inset
32287
32288  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32289  Gleichung eine eigene Nummer hat.
32290 \begin_inset Formula \begin{eqnarray}
32291 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32292 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32293 \end{eqnarray}
32294
32295 \end_inset
32296
32297
32298 \end_layout
32299
32300 \begin_layout Standard
32301 Außer 
32302 \series bold
32303
32304 \backslash
32305 ce
32306 \series default
32307  bietet das Paket 
32308 \series bold
32309 mhchem
32310 \series default
32311  noch den Befehl 
32312 \series bold
32313
32314 \backslash
32315 cf
32316 \series default
32317
32318 \begin_inset Index idx
32319 status collapsed
32320
32321 \begin_layout Plain Layout
32322 Befehle ! C ! 
32323 \backslash
32324 cf
32325 \end_layout
32326
32327 \end_inset
32328
32329  für spezielle Fälle.
32330  Mehr über 
32331 \series bold
32332
32333 \backslash
32334 cf
32335 \series default
32336  und weitere Beispiele sind in der Dokumentation von 
32337 \series bold
32338 mhchem
32339 \series default
32340  zu finden, 
32341 \begin_inset CommandInset citation
32342 LatexCommand cite
32343 key "mhchem"
32344
32345 \end_inset
32346
32347 .
32348 \end_layout
32349
32350 \begin_layout Section
32351 Diagramme
32352 \end_layout
32353
32354 \begin_layout Standard
32355 LyX unterstützt zwei Typen kommutativer Diagramme: 
32356 \series bold
32357 amscd
32358 \series default
32359  und 
32360 \series bold
32361 xymatrix
32362 \series default
32363 , die im Folgenden erläutert sind.
32364 \end_layout
32365
32366 \begin_layout Subsection
32367 amscd Diagramme
32368 \begin_inset Index idx
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372 Diagramme ! amscd
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \begin_layout Standard
32381 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32382  Linien oder Pfeilen dar:
32383 \begin_inset Formula \[
32384 \begin{CD}A@>>>B@>>>C\\
32385 @AAA@.@VVV\\
32386 F@<<<E@<<<D
32387 \end{CD}\]
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Standard
32395 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32396 \series bold
32397
32398 \backslash
32399 CD
32400 \begin_inset Index idx
32401 status collapsed
32402
32403 \begin_layout Plain Layout
32404 Befehle ! C ! 
32405 \backslash
32406 CD
32407 \end_layout
32408
32409 \end_inset
32410
32411
32412 \series default
32413  ein.
32414  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32415  man die weiteren Befehle eingibt.
32416  Mit 
32417 \series bold
32418
32419 \begin_inset ERT
32420 status collapsed
32421
32422 \begin_layout Plain Layout
32423
32424
32425 \backslash
32426 mbox{
32427 \end_layout
32428
32429 \end_inset
32430
32431
32432 \family sans
32433 \series default
32434 Strg+Enter
32435 \family default
32436 \series bold
32437
32438 \begin_inset ERT
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442
32443 }
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \series default
32450  wird eine neue Zeile erstellt.
32451  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32452  Zeilen der Formel eingegeben.
32453 \end_layout
32454
32455 \begin_layout Standard
32456 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32457 \end_layout
32458
32459 \begin_layout Itemize
32460
32461 \series bold
32462 @<<<
32463 \series default
32464  erstellt einen Linkspfeil, 
32465 \series bold
32466 @>>>
32467 \series default
32468  einen Rechtspfeil und 
32469 \series bold
32470 @=
32471 \series default
32472  ein langes Gleichheitszeichen
32473 \end_layout
32474
32475 \begin_layout Itemize
32476
32477 \series bold
32478 @AAA
32479 \series default
32480  erstellt einen Pfeil nach oben, 
32481 \series bold
32482 @VVV
32483 \series default
32484  einen Pfeil nach unten und 
32485 \series bold
32486 @|
32487 \series default
32488  ein senkrechtes Gleichheitszeichen
32489 \end_layout
32490
32491 \begin_layout Itemize
32492
32493 \series bold
32494 @.
32495
32496 \series default
32497  dient als Platzhalter für nicht vorhandene Beziehungen
32498 \end_layout
32499
32500 \begin_layout Standard
32501 Alle Pfeile sind wie folgt beschriftbar:
32502 \end_layout
32503
32504 \begin_layout Itemize
32505 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32506  > Text eingegeben, erscheint er über dem Pfeil.
32507  Wird der Text zwischen dem zweiten und dritten < bzw.
32508  > eingegeben, erscheint er unter dem Pfeil.
32509 \end_layout
32510
32511 \begin_layout Itemize
32512 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32513  V eingegeben, erscheint er links neben dem Pfeil.
32514  Bei Eingabe zwischen zweitem und drittem A bzw.
32515  V erscheint er rechts daneben.
32516  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32517  gesetzt werden.
32518 \end_layout
32519
32520 \begin_layout Standard
32521 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32522 \end_layout
32523
32524 \begin_layout Standard
32525 \begin_inset Formula \[
32526 \begin{CD}A@>j>>B@>>k>C@=F\\
32527 @AmAA@.@VV{V}V@|\\
32528 D@<<j<E@>k>>F@=C
32529 \end{CD}\]
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \begin_layout Standard
32537 Der Befehl dazu lautet:
32538 \begin_inset Newline newline
32539 \end_inset
32540
32541
32542 \series bold
32543
32544 \backslash
32545 CD
32546 \begin_inset ERT
32547 status collapsed
32548
32549 \begin_layout Plain Layout
32550
32551
32552 \backslash
32553 leer 
32554 \end_layout
32555
32556 \end_inset
32557
32558 A@>j>>B@>>k>C@=F Strg+Enter
32559 \begin_inset Newline newline
32560 \end_inset
32561
32562
32563 \begin_inset Phantom HPhantom
32564 status open
32565
32566 \begin_layout Plain Layout
32567
32568 \series bold
32569
32570 \backslash
32571 CD
32572 \begin_inset ERT
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576
32577
32578 \backslash
32579 leer 
32580 \end_layout
32581
32582 \end_inset
32583
32584
32585 \end_layout
32586
32587 \end_inset
32588
32589 @AmAA@.@VV
32590 \backslash
32591 {V
32592 \series default
32593
32594 \begin_inset Formula $\to$
32595 \end_inset
32596
32597
32598 \series bold
32599 V@| Strg+Enter
32600 \begin_inset Newline newline
32601 \end_inset
32602
32603
32604 \begin_inset Phantom HPhantom
32605 status open
32606
32607 \begin_layout Plain Layout
32608
32609 \series bold
32610
32611 \backslash
32612 CD
32613 \begin_inset ERT
32614 status collapsed
32615
32616 \begin_layout Plain Layout
32617
32618
32619 \backslash
32620 leer 
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \end_inset
32629
32630 D@<<j<E@>k>>F@=C
32631 \end_layout
32632
32633 \begin_layout Subsection
32634 xymatrix Diagramme
32635 \begin_inset Index idx
32636 status collapsed
32637
32638 \begin_layout Plain Layout
32639 Diagramme ! xymatrix
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \begin_layout Standard
32648 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32649 \series bold
32650 xypic
32651 \series default
32652  installiert sein.
32653  Eine Xymatrix wird erstellt, indem der Befehl 
32654 \series bold
32655
32656 \backslash
32657 xymatrix
32658 \series default
32659  in eine Formel eingegeben wird.
32660  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32661  hinzufügen, siehe 
32662 \begin_inset CommandInset ref
32663 LatexCommand ref
32664 reference "sec:Matrizen"
32665
32666 \end_inset
32667
32668 .
32669 \end_layout
32670
32671 \begin_layout Standard
32672 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32673  gekrümmte Pfeile und vieles mehr.
32674  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32675  sind im Detail im 
32676 \emph on
32677 XY-pic-Handbuch
32678 \emph default
32679  erklärt, dass im Menü 
32680 \family sans
32681 Hilfe\SpecialChar \menuseparator
32682 Spezielle
32683 \begin_inset space ~
32684 \end_inset
32685
32686 Handbücher
32687 \family default
32688  zu finden ist.
32689 \end_layout
32690
32691 \begin_layout Subsection
32692
32693 \noun on
32694 Feynman
32695 \noun default
32696  Diagramme
32697 \begin_inset Index idx
32698 status collapsed
32699
32700 \begin_layout Plain Layout
32701 Diagramme ! Feynman
32702 \end_layout
32703
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Standard
32710 Um 
32711 \noun on
32712 Feynman-
32713 \noun default
32714 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32715 \series bold
32716 feyn
32717 \series default
32718  installiert sein.
32719  Ein 
32720 \noun on
32721 Feynman-
32722 \noun default
32723 Diagramm wird erstellt, indem der Befehl 
32724 \series bold
32725
32726 \backslash
32727 Diagram
32728 \series default
32729  in eine Formel eingegeben wird.
32730  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32731  hinzufügen, siehe 
32732 \begin_inset CommandInset ref
32733 LatexCommand ref
32734 reference "sec:Matrizen"
32735
32736 \end_inset
32737
32738 .
32739 \end_layout
32740
32741 \begin_layout Standard
32742 Beispiele wie man in LyX 
32743 \noun on
32744 Feynman-
32745 \noun default
32746 Diagramme erstellt sind im 
32747 \emph on
32748 Feynman-Diagramm Handbuch
32749 \emph default
32750  gegeben, dass im Menü 
32751 \family sans
32752 Hilfe\SpecialChar \menuseparator
32753 Spezielle
32754 \begin_inset space ~
32755 \end_inset
32756
32757 Handbücher
32758 \family default
32759  zu finden ist.
32760 \end_layout
32761
32762 \begin_layout Section
32763 Benutzerdefinierte Befehle
32764 \begin_inset CommandInset label
32765 LatexCommand label
32766 name "sec:Benutzerdefinierte-Befehle"
32767
32768 \end_inset
32769
32770
32771 \begin_inset Index idx
32772 status collapsed
32773
32774 \begin_layout Plain Layout
32775 benutzerdefinierte Befehle
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \begin_layout Standard
32784 \begin_inset Note Greyedout
32785 status open
32786
32787 \begin_layout Plain Layout
32788
32789 \series bold
32790 Achtung: 
32791 \series default
32792 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32793 n Buchstaben bestehen.
32794 \end_layout
32795
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \begin_layout Subsection
32802 Der Befehl 
32803 \backslash
32804 newcommand
32805 \begin_inset CommandInset label
32806 LatexCommand label
32807 name "sub:Der-Befehl-newcommand"
32808
32809 \end_inset
32810
32811
32812 \begin_inset Index idx
32813 status collapsed
32814
32815 \begin_layout Plain Layout
32816 benutzerdefinierte Befehle ! 
32817 \backslash
32818 newcommand
32819 \end_layout
32820
32821 \end_inset
32822
32823
32824 \begin_inset Index idx
32825 status collapsed
32826
32827 \begin_layout Plain Layout
32828 Befehle ! N ! 
32829 \backslash
32830 newcommand
32831 \end_layout
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
32840  Man kann sich aber mit dem Befehl 
32841 \series bold
32842
32843 \backslash
32844 newcommand
32845 \series default
32846  neue kürzere Befehle definieren.
32847 \end_layout
32848
32849 \begin_layout Standard
32850 Das Befehlsschema von 
32851 \series bold
32852
32853 \backslash
32854 newcommand
32855 \series default
32856  lautet:
32857 \end_layout
32858
32859 \begin_layout Standard
32860
32861 \series bold
32862
32863 \backslash
32864 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
32865 \series default
32866  
32867 \series bold
32868 Wert]
32869 \begin_inset Newline newline
32870 \end_inset
32871
32872
32873 \begin_inset Phantom HPhantom
32874 status open
32875
32876 \begin_layout Plain Layout
32877
32878 \series bold
32879
32880 \backslash
32881 newcommand
32882 \end_layout
32883
32884 \end_inset
32885
32886 {Befehlsdefinition}
32887 \end_layout
32888
32889 \begin_layout Standard
32890 \begin_inset Note Greyedout
32891 status open
32892
32893 \begin_layout Plain Layout
32894
32895 \series bold
32896 Achtung:
32897 \series default
32898  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
32899  oder von benutzten LaTeX-Paketen verwendet wird.
32900  Definiert man beispielsweise für 
32901 \series bold
32902
32903 \backslash
32904 Leftarrow
32905 \series default
32906  den Befehl 
32907 \series bold
32908
32909 \backslash
32910 le
32911 \series default
32912 , erhält man eine Fehlermeldung, denn 
32913 \series bold
32914
32915 \backslash
32916 le
32917 \series default
32918  ist schon für 
32919 \begin_inset Quotes gld
32920 \end_inset
32921
32922
32923 \begin_inset Formula $\le$
32924 \end_inset
32925
32926
32927 \begin_inset Quotes grd
32928 \end_inset
32929
32930  definiert.
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \end_layout
32937
32938 \begin_layout Standard
32939 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
32940 \begin_inset space \thinspace{}
32941 \end_inset
32942
32943 -
32944 \begin_inset space \thinspace{}
32945 \end_inset
32946
32947 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
32948  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
32949  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
32950 \emph on
32951 erste
32952 \emph default
32953  Argument des neuen Befehls ein optionales ist.
32954 \end_layout
32955
32956 \begin_layout Standard
32957 Es folgen einige Beispiele:
32958 \end_layout
32959
32960 \begin_layout Itemize
32961 Will man für 
32962 \series bold
32963
32964 \backslash
32965 Longrightarrow
32966 \series default
32967  den Befehl 
32968 \series bold
32969
32970 \backslash
32971 gr
32972 \series default
32973  definieren, lautet die LaTeX-Vor\SpecialChar \-
32974 spannzeile:
32975 \begin_inset VSpace medskip
32976 \end_inset
32977
32978
32979 \begin_inset Newline newline
32980 \end_inset
32981
32982
32983 \series bold
32984
32985 \backslash
32986 newcommand{
32987 \backslash
32988 gr}{
32989 \backslash
32990 Longrightarrow}
32991 \end_layout
32992
32993 \begin_layout Itemize
32994 Um für den Befehl 
32995 \series bold
32996
32997 \backslash
32998 underline
32999 \series default
33000  den Befehl 
33001 \series bold
33002
33003 \backslash
33004 us
33005 \series default
33006  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33007  werden.
33008  Dazu sieht die Vorspannzeile wie folgt aus:
33009 \begin_inset VSpace medskip
33010 \end_inset
33011
33012
33013 \begin_inset Newline newline
33014 \end_inset
33015
33016
33017 \series bold
33018
33019 \backslash
33020 newcommand{
33021 \backslash
33022 us}[1]{
33023 \backslash
33024 underline{#1}}
33025 \series default
33026
33027 \begin_inset VSpace medskip
33028 \end_inset
33029
33030
33031 \begin_inset Newline newline
33032 \end_inset
33033
33034 Das Zeichen 
33035 \series bold
33036 #
33037 \series default
33038  fungiert als Argumentplatzhalter, die 
33039 \series bold
33040 1
33041 \series default
33042  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33043 \end_layout
33044
33045 \begin_layout Itemize
33046 Für 
33047 \series bold
33048
33049 \backslash
33050 framebox
33051 \series default
33052  kann man z.
33053 \begin_inset space \thinspace{}
33054 \end_inset
33055
33056 B.
33057  den Befehl 
33058 \series bold
33059
33060 \backslash
33061 fb
33062 \series default
33063  definieren:
33064 \begin_inset VSpace medskip
33065 \end_inset
33066
33067
33068 \begin_inset Newline newline
33069 \end_inset
33070
33071
33072 \series bold
33073
33074 \backslash
33075 newcommand{
33076 \backslash
33077 fb}[3]{
33078 \backslash
33079 framebox#1#2{$#3$}}
33080 \series default
33081
33082 \begin_inset VSpace medskip
33083 \end_inset
33084
33085
33086 \begin_inset Newline newline
33087 \end_inset
33088
33089 Die beiden Dollarzeichen erstellen hierbei die für 
33090 \series bold
33091
33092 \backslash
33093 framebox
33094 \series default
33095  geforderte weitere Formel, siehe 
33096 \begin_inset CommandInset ref
33097 LatexCommand ref
33098 reference "sub:Boxen-mit-Rahmen"
33099
33100 \end_inset
33101
33102 .
33103 \end_layout
33104
33105 \begin_layout Itemize
33106 Um einen neuen Befehl für 
33107 \series bold
33108
33109 \backslash
33110 fcolorbox
33111 \series default
33112  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33113  definiert man das Argument für die Farbe als optional:
33114 \begin_inset VSpace medskip
33115 \end_inset
33116
33117
33118 \begin_inset Newline newline
33119 \end_inset
33120
33121
33122 \series bold
33123
33124 \backslash
33125 newcommand{
33126 \backslash
33127 cb}[3][white]{
33128 \backslash
33129 fcolorbox{#2}{#1}{$#3$}}
33130 \series default
33131
33132 \begin_inset VSpace medskip
33133 \end_inset
33134
33135
33136 \begin_inset Newline newline
33137 \end_inset
33138
33139 Gibt man bei der Verwendung von 
33140 \series bold
33141
33142 \backslash
33143 cb
33144 \series default
33145  die Farbe nicht an, wird die voreingestellte Farbe 
33146 \series bold
33147 white
33148 \series default
33149  verwendet.
33150 \end_layout
33151
33152 \begin_layout Standard
33153 Ein Test der neu definierten Befehle:
33154 \end_layout
33155
33156 \begin_layout Standard
33157 \align center
33158 \begin_inset Tabular
33159 <lyxtabular version="3" rows="6" columns="2">
33160 <features tabularvalignment="middle">
33161 <column alignment="center" valignment="top" width="0">
33162 <column alignment="center" valignment="top" width="0">
33163 <row>
33164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33165 \begin_inset Text
33166
33167 \begin_layout Plain Layout
33168 Befehl
33169 \end_layout
33170
33171 \end_inset
33172 </cell>
33173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33174 \begin_inset Text
33175
33176 \begin_layout Plain Layout
33177 Ergebnis
33178 \begin_inset Note Note
33179 status collapsed
33180
33181 \begin_layout Plain Layout
33182
33183 \series bold
33184
33185 \backslash
33186 raisebox
33187 \series default
33188  dient nur als Abstandhalter.
33189 \end_layout
33190
33191 \end_inset
33192
33193
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 </row>
33199 <row>
33200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout Plain Layout
33204 A
33205 \backslash
33206 gr
33207 \begin_inset ERT
33208 status collapsed
33209
33210 \begin_layout Plain Layout
33211
33212
33213 \backslash
33214 leer 
33215 \end_layout
33216
33217 \end_inset
33218
33219 B
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33225 \begin_inset Text
33226
33227 \begin_layout Plain Layout
33228 \begin_inset Formula $A\gr B$
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 </row>
33237 <row>
33238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242
33243 \backslash
33244 us{ABcd
33245 \end_layout
33246
33247 \end_inset
33248 </cell>
33249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33250 \begin_inset Text
33251
33252 \begin_layout Plain Layout
33253 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \end_inset
33260 </cell>
33261 </row>
33262 <row>
33263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33264 \begin_inset Text
33265
33266 \begin_layout Plain Layout
33267
33268 \backslash
33269 fb{[2cm]
33270 \begin_inset Formula $\to$
33271 \end_inset
33272
33273
33274 \backslash
33275 {
33276 \begin_inset Formula $\to$
33277 \end_inset
33278
33279
33280 \backslash
33281 {
33282 \backslash
33283 int
33284 \begin_inset ERT
33285 status collapsed
33286
33287 \begin_layout Plain Layout
33288
33289
33290 \backslash
33291 leer 
33292 \end_layout
33293
33294 \end_inset
33295
33296 A=B
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Plain Layout
33305 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row>
33315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319
33320 \backslash
33321 cb{red
33322 \begin_inset Formula $\to$
33323 \end_inset
33324
33325
33326 \backslash
33327 {
33328 \backslash
33329 int
33330 \begin_inset ERT
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334
33335
33336 \backslash
33337 leer 
33338 \end_layout
33339
33340 \end_inset
33341
33342 A=B
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33348 \begin_inset Text
33349
33350 \begin_layout Plain Layout
33351 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \end_inset
33358 </cell>
33359 </row>
33360 <row>
33361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33362 \begin_inset Text
33363
33364 \begin_layout Plain Layout
33365
33366 \backslash
33367 cb[green]
33368 \backslash
33369 {red
33370 \begin_inset Formula $\to$
33371 \end_inset
33372
33373
33374 \backslash
33375 {
33376 \backslash
33377 int
33378 \begin_inset ERT
33379 status collapsed
33380
33381 \begin_layout Plain Layout
33382
33383
33384 \backslash
33385 leer 
33386 \end_layout
33387
33388 \end_inset
33389
33390 A=B
33391 \end_layout
33392
33393 \end_inset
33394 </cell>
33395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33396 \begin_inset Text
33397
33398 \begin_layout Plain Layout
33399 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33400 \end_inset
33401
33402
33403 \end_layout
33404
33405 \end_inset
33406 </cell>
33407 </row>
33408 </lyxtabular>
33409
33410 \end_inset
33411
33412
33413 \end_layout
33414
33415 \begin_layout Subsection
33416 Mathe-Makros
33417 \begin_inset Index idx
33418 status collapsed
33419
33420 \begin_layout Plain Layout
33421 benutzerdefinierte Befehle ! Mathe-Makros
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \begin_inset Index idx
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431 Makros
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Standard
33440 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33441  Hat man es in einem Dokument z.
33442 \begin_inset space \thinspace{}
33443 \end_inset
33444
33445 B.
33446  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33447  auf.
33448  Die allgemeine Form einer quadratischen Gleichung ist
33449 \begin_inset Formula \[
33450 0=\lambda^{2}+p\lambda+q\]
33451
33452 \end_inset
33453
33454 Die allgemeine Form der Lösung lautet
33455 \begin_inset Formula \[
33456 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33457
33458 \end_inset
33459
33460
33461 \end_layout
33462
33463 \begin_layout Standard
33464 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33465  drei Parameter 
33466 \begin_inset Formula $\lambda$
33467 \end_inset
33468
33469
33470 \begin_inset Formula $p$
33471 \end_inset
33472
33473  und 
33474 \begin_inset Formula $q$
33475 \end_inset
33476
33477  angegeben werden müssen und der Index von 
33478 \begin_inset Formula $\lambda$
33479 \end_inset
33480
33481  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33482 \begin_inset Newline newline
33483 \end_inset
33484
33485
33486 \series bold
33487
33488 \backslash
33489 newcommand{
33490 \backslash
33491 qG}[4][1,
33492 \backslash
33493 ,2]{#2_{#1}=-
33494 \backslash
33495 frac{#3}{2}
33496 \backslash
33497 pm
33498 \begin_inset Newline newline
33499 \end_inset
33500
33501
33502 \begin_inset Phantom HPhantom
33503 status open
33504
33505 \begin_layout Plain Layout
33506
33507 \series bold
33508
33509 \backslash
33510 newcommand
33511 \end_layout
33512
33513 \end_inset
33514
33515
33516 \backslash
33517 sqrt{
33518 \backslash
33519 frac{#3^{2}}{4}-#4}}
33520 \end_layout
33521
33522 \begin_layout Standard
33523 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33524  
33525 \begin_inset Newline newline
33526 \end_inset
33527
33528
33529 \series bold
33530
33531 \backslash
33532 qG{
33533 \backslash
33534 lambda
33535 \begin_inset Formula $\to$
33536 \end_inset
33537
33538
33539 \backslash
33540 {p
33541 \begin_inset Formula $\to$
33542 \end_inset
33543
33544
33545 \backslash
33546 {q 
33547 \series default
33548 ein.
33549 \end_layout
33550
33551 \begin_layout Standard
33552 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33553  aller verwendeten LaTeX-Befehle kennen, z.
33554 \begin_inset space \thinspace{}
33555 \end_inset
33556
33557 B.
33558  dass ein Bruch in LaTeX mit 
33559 \series bold
33560
33561 \backslash
33562 frac{Zähler}
33563 \begin_inset Newline linebreak
33564 \end_inset
33565
33566 {Nenner}
33567 \series default
33568  eingegeben wird.
33569  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33570  in LyX nicht sehen, was der neue Befehl macht.
33571  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33572  Mathe-Makros statt den Befehl 
33573 \series bold
33574
33575 \backslash
33576 newcommand
33577 \series default
33578  zu verwenden.
33579 \end_layout
33580
33581 \begin_layout Standard
33582 Ein Mathe-Makro wird erstellt, indem man das Menü 
33583 \family sans
33584 Einfügen\SpecialChar \menuseparator
33585 Mathe\SpecialChar \menuseparator
33586 Makro
33587 \family default
33588  oder den Werkzeugleistenknopf 
33589 \begin_inset Graphics
33590         filename ../../images/math-macro_newmacroname_newcommand.png
33591         scale 85
33592
33593 \end_inset
33594
33595  verwendet.
33596  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33597  Makro definiert wird:
33598 \begin_inset Newline newline
33599 \end_inset
33600
33601
33602 \lang english
33603
33604 \begin_inset space \hspace*{\fill}
33605 \end_inset
33606
33607
33608 \lang ngerman
33609
33610 \begin_inset Graphics
33611         filename ../clipart/macrobox.png
33612
33613 \end_inset
33614
33615
33616 \lang english
33617
33618 \begin_inset space \hspace*{\fill}
33619 \end_inset
33620
33621
33622 \lang ngerman
33623
33624 \begin_inset Newline newline
33625 \end_inset
33626
33627
33628 \begin_inset FormulaMacro
33629 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33630 \end_inset
33631
33632
33633 \backslash
33634 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33635  geändert werden sollte.
33636  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33637  Einen Argumentplatzhalter fügt man mit dem Befehl 
33638 \series bold
33639
33640 \backslash
33641 #Argumentnummer
33642 \series default
33643  ein, z.
33644 \begin_inset space \thinspace{}
33645 \end_inset
33646
33647 B.
33648  
33649 \series bold
33650
33651 \backslash
33652 #1
33653 \series default
33654  oder man verwendet den Makro-Werkzeugleistenknopf 
33655 \begin_inset Graphics
33656         filename ../../images/math-macro-add-param.png
33657         scale 85
33658
33659 \end_inset
33660
33661 .
33662  Argumentplatzhalter werden rot dargestellt.
33663  Es sind maximal 9 Argumente möglich.
33664  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33665 \begin_inset Graphics
33666         filename ../../images/math-macro-add-optional-param.png
33667         scale 85
33668
33669 \end_inset
33670
33671  erstellt.
33672  Mit dem Werkzeugleistenknopf 
33673 \begin_inset Graphics
33674         filename ../../images/math-macro-make-optional.png
33675         scale 85
33676
33677 \end_inset
33678
33679  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33680  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33681  werden soll.
33682  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33683  Kästchen leer lässt.
33684  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33685  einnimmt, kann man in das Kästchen z.
33686 \begin_inset space \thinspace{}
33687 \end_inset
33688
33689 B.
33690 \begin_inset Newline newline
33691 \end_inset
33692
33693
33694 \series bold
33695 qG: 
33696 \backslash
33697 #1
33698 \series default
33699  
33700 \series bold
33701 ,
33702 \series default
33703  
33704 \series bold
33705
33706 \backslash
33707 #2
33708 \series default
33709  
33710 \series bold
33711 ,
33712 \series default
33713  
33714 \series bold
33715
33716 \backslash
33717 #3, 
33718 \backslash
33719 #4
33720 \begin_inset Newline newline
33721 \end_inset
33722
33723
33724 \series default
33725 eingeben.
33726  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33727  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33728  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33729  wurde.
33730 \begin_inset Newline newline
33731 \end_inset
33732
33733 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33734  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33735 \family sans
33736 Ansicht\SpecialChar \menuseparator
33737 Mathe-Makro
33738 \begin_inset space ~
33739 \end_inset
33740
33741 auf/zuklappen
33742 \family default
33743  verwendet.
33744 \end_layout
33745
33746 \begin_layout Standard
33747 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33748  ein, in unserem Fall 
33749 \series bold
33750
33751 \backslash
33752 qG
33753 \series default
33754 .
33755  Unser Makro sieht in LyX folgendermaßen aus:
33756 \begin_inset Newline newline
33757 \end_inset
33758
33759
33760 \lang english
33761
33762 \begin_inset space \hspace*{\fill}
33763 \end_inset
33764
33765
33766 \lang ngerman
33767
33768 \begin_inset Graphics
33769         filename ../clipart/macrouse.png
33770
33771 \end_inset
33772
33773
33774 \lang english
33775
33776 \begin_inset space \hspace*{\fill}
33777 \end_inset
33778
33779
33780 \lang ngerman
33781
33782 \begin_inset Newline newline
33783 \end_inset
33784
33785 Hier ist unser Makro-Beispiel mit den Argumenten 
33786 \begin_inset Formula $x$
33787 \end_inset
33788
33789
33790 \begin_inset Formula $\ln(x)$
33791 \end_inset
33792
33793  und 
33794 \begin_inset Formula $B$
33795 \end_inset
33796
33797 :
33798 \end_layout
33799
33800 \begin_layout Standard
33801 \begin_inset Formula \[
33802 \qG x{\ln(x)}B\]
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \begin_layout Standard
33810 LyX bietet im Menü 
33811 \family sans
33812 Werkzeuge\SpecialChar \menuseparator
33813 Einstellungen\SpecialChar \menuseparator
33814 Bearbeiten\SpecialChar \menuseparator
33815 Kontrolle
33816 \family default
33817  verschiedene Bearbeitungsstile für Makros an.
33818  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
33819  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
33820  zu sehen.
33821 \end_layout
33822
33823 \begin_layout Standard
33824 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
33825 \series bold
33826
33827 \backslash
33828 new\SpecialChar \-
33829 command
33830 \series default
33831 -Befehl umgewandelt.
33832  Der 
33833 \series bold
33834
33835 \backslash
33836 newcommand
33837 \series default
33838 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
33839  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
33840  Makrodefinitionsbox befinden.
33841 \end_layout
33842
33843 \begin_layout Standard
33844 Mathe-Makros können auch direkt aus einem 
33845 \series bold
33846
33847 \backslash
33848 newcommand
33849 \series default
33850 -Befehl erstellt werden.
33851  Schreibt man z.
33852 \begin_inset space \thinspace{}
33853 \end_inset
33854
33855 B.
33856  den Befehl
33857 \series bold
33858
33859 \begin_inset Newline newline
33860 \end_inset
33861
33862
33863 \backslash
33864 newcommand{
33865 \backslash
33866 larrow}[2]{
33867 \backslash
33868 xleftarrow[#2]{#1}}
33869 \begin_inset Newline newline
33870 \end_inset
33871
33872
33873 \series default
33874 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
33875 zel 
33876 \family sans
33877 Strg+M
33878 \family default
33879 , wird der Befehl in ein Mathe-Makro umgewandelt.
33880  Bei dieser Methode muss man jedoch aufpassen, dass der 
33881 \series bold
33882
33883 \backslash
33884 newcommand
33885 \series default
33886 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
33887  erstellt, dass später LaTeX-Fehler hervorruft.
33888 \end_layout
33889
33890 \begin_layout Standard
33891 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
33892  Makrodefinition fehlerhaft behandelt werden.
33893  Dadurch kann das Beispiel 
33894 \series bold
33895
33896 \backslash
33897 fb
33898 \series default
33899  aus 
33900 \begin_inset CommandInset ref
33901 LatexCommand ref
33902 reference "sub:Der-Befehl-newcommand"
33903
33904 \end_inset
33905
33906  nicht als Makro erzeugt werden.
33907 \end_layout
33908
33909 \begin_layout Standard
33910 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
33911  in LyX angezeigt:
33912 \end_layout
33913
33914 \begin_layout Standard
33915 \begin_inset VSpace defskip
33916 \end_inset
33917
33918
33919 \end_layout
33920
33921 \begin_layout Standard
33922 \begin_inset Graphics
33923         filename ../clipart/MacroToolbar.png
33924
33925 \end_inset
33926
33927
33928 \begin_inset Index idx
33929 status collapsed
33930
33931 \begin_layout Plain Layout
33932 Makros ! Werkzeugleiste
33933 \end_layout
33934
33935 \end_inset
33936
33937
33938 \end_layout
33939
33940 \begin_layout Standard
33941 \begin_inset VSpace defskip
33942 \end_inset
33943
33944
33945 \end_layout
33946
33947 \begin_layout Standard
33948 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
33949 \end_layout
33950
33951 \begin_layout Standard
33952 \begin_inset VSpace defskip
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \begin_layout Standard
33959 \begin_inset Tabular
33960 <lyxtabular version="3" rows="9" columns="2">
33961 <features islongtable="true" longtabularalignment="center">
33962 <column alignment="left" valignment="top" width="0">
33963 <column alignment="left" valignment="top" width="85col%">
33964 <row interlinespace="2.5mm">
33965 <cell alignment="center" valignment="top" usebox="none">
33966 \begin_inset Text
33967
33968 \begin_layout Plain Layout
33969 \begin_inset Graphics
33970         filename ../../images/math-macro-remove-param.png
33971         BoundingBox 0bp 5bp 20bp 25bp
33972         rotateOrigin center
33973
33974 \end_inset
33975
33976
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 <cell alignment="center" valignment="top" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985
33986 \family sans
33987 Bearbeiten\SpecialChar \menuseparator
33988 Mathe\SpecialChar \menuseparator
33989 Makro-Definition\SpecialChar \menuseparator
33990 Letztes Argument entfernen
33991 \end_layout
33992
33993 \end_inset
33994 </cell>
33995 </row>
33996 <row interlinespace="2.5mm">
33997 <cell alignment="center" valignment="top" usebox="none">
33998 \begin_inset Text
33999
34000 \begin_layout Plain Layout
34001 \begin_inset Graphics
34002         filename ../../images/math-macro-add-param.png
34003         BoundingBox 0bp 5bp 20bp 25bp
34004         rotateOrigin center
34005
34006 \end_inset
34007
34008
34009 \end_layout
34010
34011 \end_inset
34012 </cell>
34013 <cell alignment="center" valignment="top" usebox="none">
34014 \begin_inset Text
34015
34016 \begin_layout Plain Layout
34017
34018 \family sans
34019 Bearbeiten\SpecialChar \menuseparator
34020 Mathe\SpecialChar \menuseparator
34021 Makro-Definition\SpecialChar \menuseparator
34022 Argument hinzufügen
34023 \end_layout
34024
34025 \end_inset
34026 </cell>
34027 </row>
34028 <row interlinespace="2.5mm">
34029 <cell alignment="center" valignment="top" usebox="none">
34030 \begin_inset Text
34031
34032 \begin_layout Plain Layout
34033 \begin_inset Graphics
34034         filename ../../images/math-macro-make-optional.png
34035         BoundingBox 0bp 5bp 20bp 25bp
34036         rotateOrigin center
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \end_inset
34044 </cell>
34045 <cell alignment="center" valignment="top" usebox="none">
34046 \begin_inset Text
34047
34048 \begin_layout Plain Layout
34049
34050 \family sans
34051 Bearbeiten\SpecialChar \menuseparator
34052 Mathe\SpecialChar \menuseparator
34053 Makro-Definition\SpecialChar \menuseparator
34054 Das erste nicht-optionale
34055 \begin_inset Newline newline
34056 \end_inset
34057
34058
34059 \begin_inset Phantom HPhantom
34060 status open
34061
34062 \begin_layout Plain Layout
34063
34064 \family sans
34065 Bearbeiten\SpecialChar \menuseparator
34066 Mathe\SpecialChar \menuseparator
34067 Makro-Definition\SpecialChar \menuseparator
34068
34069 \end_layout
34070
34071 \end_inset
34072
34073 Argument in einen optionales
34074 \begin_inset Newline newline
34075 \end_inset
34076
34077
34078 \begin_inset Phantom HPhantom
34079 status open
34080
34081 \begin_layout Plain Layout
34082
34083 \family sans
34084 Bearbeiten\SpecialChar \menuseparator
34085 Mathe\SpecialChar \menuseparator
34086 Makro-Definition\SpecialChar \menuseparator
34087
34088 \end_layout
34089
34090 \end_inset
34091
34092 ändern
34093 \end_layout
34094
34095 \end_inset
34096 </cell>
34097 </row>
34098 <row interlinespace="2.5mm">
34099 <cell alignment="center" valignment="top" usebox="none">
34100 \begin_inset Text
34101
34102 \begin_layout Plain Layout
34103 \begin_inset Graphics
34104         filename ../../images/math-macro-make-nonoptional.png
34105         BoundingBox 0bp 5bp 20bp 25bp
34106         rotateOrigin center
34107
34108 \end_inset
34109
34110
34111 \end_layout
34112
34113 \end_inset
34114 </cell>
34115 <cell alignment="center" valignment="top" usebox="none">
34116 \begin_inset Text
34117
34118 \begin_layout Plain Layout
34119
34120 \family sans
34121 Bearbeiten\SpecialChar \menuseparator
34122 Mathe\SpecialChar \menuseparator
34123 Makro-Definition\SpecialChar \menuseparator
34124 Das letzte optionale Argument in
34125 \begin_inset Newline newline
34126 \end_inset
34127
34128
34129 \begin_inset Phantom HPhantom
34130 status open
34131
34132 \begin_layout Plain Layout
34133
34134 \family sans
34135 Bearbeiten\SpecialChar \menuseparator
34136 Mathe\SpecialChar \menuseparator
34137 Makro-Definition\SpecialChar \menuseparator
34138
34139 \end_layout
34140
34141 \end_inset
34142
34143 einen nicht-optionales ändern
34144 \end_layout
34145
34146 \end_inset
34147 </cell>
34148 </row>
34149 <row interlinespace="2.5mm">
34150 <cell alignment="center" valignment="top" usebox="none">
34151 \begin_inset Text
34152
34153 \begin_layout Plain Layout
34154 \begin_inset Graphics
34155         filename ../../images/math-macro-remove-optional-param.png
34156         BoundingBox 0bp 5bp 20bp 25bp
34157         rotateOrigin center
34158
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \end_inset
34165 </cell>
34166 <cell alignment="center" valignment="top" usebox="none">
34167 \begin_inset Text
34168
34169 \begin_layout Plain Layout
34170
34171 \family sans
34172 Bearbeiten\SpecialChar \menuseparator
34173 Mathe\SpecialChar \menuseparator
34174 Makro-Definition\SpecialChar \menuseparator
34175 Optionales Argument entfernen
34176 \end_layout
34177
34178 \end_inset
34179 </cell>
34180 </row>
34181 <row interlinespace="2.5mm">
34182 <cell alignment="center" valignment="top" usebox="none">
34183 \begin_inset Text
34184
34185 \begin_layout Plain Layout
34186 \begin_inset Graphics
34187         filename ../../images/math-macro-add-optional-param.png
34188         BoundingBox 0bp 5bp 20bp 25bp
34189         rotateOrigin center
34190
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \end_inset
34197 </cell>
34198 <cell alignment="center" valignment="top" usebox="none">
34199 \begin_inset Text
34200
34201 \begin_layout Plain Layout
34202
34203 \family sans
34204 Bearbeiten\SpecialChar \menuseparator
34205 Mathe\SpecialChar \menuseparator
34206 Makro-Definition\SpecialChar \menuseparator
34207 Optionales Argument einfügen
34208 \end_layout
34209
34210 \end_inset
34211 </cell>
34212 </row>
34213 <row interlinespace="2.5mm">
34214 <cell alignment="center" valignment="top" usebox="none">
34215 \begin_inset Text
34216
34217 \begin_layout Plain Layout
34218 \begin_inset Graphics
34219         filename ../../images/math-macro-remove-greedy-param.png
34220         BoundingBox 0bp 5bp 20bp 25bp
34221         rotateOrigin center
34222
34223 \end_inset
34224
34225
34226 \end_layout
34227
34228 \end_inset
34229 </cell>
34230 <cell alignment="center" valignment="top" usebox="none">
34231 \begin_inset Text
34232
34233 \begin_layout Plain Layout
34234
34235 \family sans
34236 Bearbeiten\SpecialChar \menuseparator
34237 Mathe\SpecialChar \menuseparator
34238 Makro-Definition\SpecialChar \menuseparator
34239 Letztes Argument rechts entfernen
34240 \end_layout
34241
34242 \end_inset
34243 </cell>
34244 </row>
34245 <row interlinespace="2.5mm">
34246 <cell alignment="center" valignment="top" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250 \begin_inset Graphics
34251         filename ../../images/math-macro-append-greedy-param.png
34252         BoundingBox 0bp 5bp 20bp 25bp
34253         rotateOrigin center
34254
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \end_inset
34261 </cell>
34262 <cell alignment="center" valignment="top" usebox="none">
34263 \begin_inset Text
34264
34265 \begin_layout Plain Layout
34266
34267 \family sans
34268 Bearbeiten\SpecialChar \menuseparator
34269 Mathe\SpecialChar \menuseparator
34270 Makro-Definition\SpecialChar \menuseparator
34271 Argument von rechts hinzufügen
34272 \end_layout
34273
34274 \end_inset
34275 </cell>
34276 </row>
34277 <row interlinespace="2.5mm">
34278 <cell alignment="center" valignment="top" usebox="none">
34279 \begin_inset Text
34280
34281 \begin_layout Plain Layout
34282 \begin_inset Graphics
34283         filename ../../images/math-macro-add-greedy-optional-param.png
34284         BoundingBox 0bp 5bp 20bp 25bp
34285         rotateOrigin center
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \end_inset
34293 </cell>
34294 <cell alignment="center" valignment="top" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298
34299 \family sans
34300 Bearbeiten\SpecialChar \menuseparator
34301 Mathe\SpecialChar \menuseparator
34302 Makro-Definition\SpecialChar \menuseparator
34303 Optionales Argument von rechts
34304 \begin_inset Newline newline
34305 \end_inset
34306
34307
34308 \begin_inset Phantom HPhantom
34309 status open
34310
34311 \begin_layout Plain Layout
34312
34313 \family sans
34314 Bearbeiten\SpecialChar \menuseparator
34315 Mathe\SpecialChar \menuseparator
34316 Makro-Definition\SpecialChar \menuseparator
34317
34318 \end_layout
34319
34320 \end_inset
34321
34322 hinzufügen
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 </row>
34328 </lyxtabular>
34329
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \begin_layout Standard
34336 \begin_inset Newpage newpage
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \begin_layout Section
34343 Tipps
34344 \begin_inset Index idx
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348 Tipps
34349 \end_layout
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \begin_layout Subsection
34357 Negative Zahlen
34358 \begin_inset Index idx
34359 status collapsed
34360
34361 \begin_layout Plain Layout
34362 Zahlen ! negative
34363 \end_layout
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \begin_layout Standard
34371 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34372  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34373  dargestellt.
34374  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34375  Minuszeichen korrekt.
34376 \end_layout
34377
34378 \begin_layout Standard
34379 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34380  nicht mehr auf.
34381 \end_layout
34382
34383 \begin_layout Standard
34384 Ein Beispiel zur Veranschaulichung der Problematik:
34385 \end_layout
34386
34387 \begin_layout Standard
34388 \align center
34389 \begin_inset Tabular
34390 <lyxtabular version="3" rows="3" columns="2">
34391 <features tabularvalignment="middle">
34392 <column alignment="right" valignment="top" width="0">
34393 <column alignment="left" valignment="top" width="0">
34394 <row>
34395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34396 \begin_inset Text
34397
34398 \begin_layout Plain Layout
34399 normaler Text:
34400 \end_layout
34401
34402 \end_inset
34403 </cell>
34404 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34405 \begin_inset Text
34406
34407 \begin_layout Plain Layout
34408 x = -2
34409 \end_layout
34410
34411 \end_inset
34412 </cell>
34413 </row>
34414 <row>
34415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34416 \begin_inset Text
34417
34418 \begin_layout Plain Layout
34419 Formelmodus:
34420 \end_layout
34421
34422 \end_inset
34423 </cell>
34424 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34425 \begin_inset Text
34426
34427 \begin_layout Plain Layout
34428 \begin_inset Formula $x=-2$
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \end_inset
34435 </cell>
34436 </row>
34437 <row>
34438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34439 \begin_inset Text
34440
34441 \begin_layout Plain Layout
34442 Lösung:
34443 \end_layout
34444
34445 \end_inset
34446 </cell>
34447 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34448 \begin_inset Text
34449
34450 \begin_layout Plain Layout
34451 \begin_inset Formula $x=\textrm{-}2$
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \end_inset
34458 </cell>
34459 </row>
34460 </lyxtabular>
34461
34462 \end_inset
34463
34464
34465 \end_layout
34466
34467 \begin_layout Subsection
34468 Komma als Dezimaltrennzeichen
34469 \begin_inset Index idx
34470 status collapsed
34471
34472 \begin_layout Plain Layout
34473 Komma
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \begin_layout Standard
34482 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34483  als Gruppentrennzeichen.
34484  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34485  eingefügt.
34486 \end_layout
34487
34488 \begin_layout Standard
34489 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34490  Text um (Tastenkürzel 
34491 \family sans
34492 Alt+M
34493 \begin_inset space ~
34494 \end_inset
34495
34496 M
34497 \family default
34498 ).
34499 \end_layout
34500
34501 \begin_layout Standard
34502 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34503  lädt man die Datei 
34504 \series bold
34505 icomma.sty
34506 \series default
34507
34508 \begin_inset Foot
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512
34513 \series bold
34514 icomma
34515 \series default
34516  ist Teil des LaTeX-Paketes 
34517 \series bold
34518 was
34519 \series default
34520
34521 \begin_inset Index idx
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525 Pakete ! was
34526 \begin_inset ERT
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530
34531
34532 \backslash
34533 vspace{4mm}
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \end_inset
34542
34543 .
34544 \end_layout
34545
34546 \end_inset
34547
34548
34549 \begin_inset Index idx
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553 Pakete ! icomma
34554 \end_layout
34555
34556 \end_inset
34557
34558  mit der LaTeX-Vorspannzeile
34559 \end_layout
34560
34561 \begin_layout Standard
34562
34563 \series bold
34564
34565 \backslash
34566 usepackage{icomma}
34567 \end_layout
34568
34569 \begin_layout Subsection
34570 Physikalische Vektoren
34571 \begin_inset CommandInset label
34572 LatexCommand label
34573 name "sub:Physikalische-Vektoren"
34574
34575 \end_inset
34576
34577
34578 \begin_inset Index idx
34579 status collapsed
34580
34581 \begin_layout Plain Layout
34582 Vektoren ! physikalische
34583 \end_layout
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Standard
34591 Vordefinierte Vektoren bietet das LaTeX-Paket 
34592 \series bold
34593 braket
34594 \series default
34595
34596 \begin_inset Index idx
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 Pakete ! braket
34601 \end_layout
34602
34603 \end_inset
34604
34605 , das mit der LaTeX-Vorspannzeile
34606 \end_layout
34607
34608 \begin_layout Standard
34609
34610 \series bold
34611
34612 \backslash
34613 usepackage{braket}
34614 \end_layout
34615
34616 \begin_layout Standard
34617 geladen wird.
34618 \begin_inset ERT
34619 status collapsed
34620
34621 \begin_layout Plain Layout
34622
34623
34624 \backslash
34625 ifbraket 
34626 \end_layout
34627
34628 \end_inset
34629
34630
34631 \begin_inset Note Note
34632 status open
34633
34634 \begin_layout Plain Layout
34635 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34636 \series bold
34637 braket
34638 \series default
34639  installiert ist:
34640 \end_layout
34641
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Standard
34648 \begin_inset Newpage newpage
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Standard
34655 Folgende Befehle sind definiert:
34656 \end_layout
34657
34658 \begin_layout Standard
34659 \align center
34660 \begin_inset Tabular
34661 <lyxtabular version="3" rows="4" columns="2">
34662 <features tabularvalignment="middle">
34663 <column alignment="center" valignment="top" width="0">
34664 <column alignment="center" valignment="top" width="0">
34665 <row>
34666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34667 \begin_inset Text
34668
34669 \begin_layout Plain Layout
34670 Befehl
34671 \end_layout
34672
34673 \end_inset
34674 </cell>
34675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34676 \begin_inset Text
34677
34678 \begin_layout Plain Layout
34679 Ergebnis
34680 \end_layout
34681
34682 \end_inset
34683 </cell>
34684 </row>
34685 <row>
34686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34687 \begin_inset Text
34688
34689 \begin_layout Plain Layout
34690
34691 \backslash
34692 Bra{
34693 \backslash
34694 psi
34695 \end_layout
34696
34697 \end_inset
34698 </cell>
34699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34700 \begin_inset Text
34701
34702 \begin_layout Plain Layout
34703 \begin_inset Formula $\Bra{\psi}$
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 </row>
34712 <row>
34713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34714 \begin_inset Text
34715
34716 \begin_layout Plain Layout
34717
34718 \backslash
34719 Ket{
34720 \backslash
34721 psi
34722 \end_layout
34723
34724 \end_inset
34725 </cell>
34726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34727 \begin_inset Text
34728
34729 \begin_layout Plain Layout
34730 \begin_inset Formula $\Ket{\psi}$
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \end_inset
34737 </cell>
34738 </row>
34739 <row>
34740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34741 \begin_inset Text
34742
34743 \begin_layout Plain Layout
34744
34745 \backslash
34746 Braket{
34747 \backslash
34748 psi|
34749 \backslash
34750 phi
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759 \begin_inset Formula $\Braket{\psi|\phi}$
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 </row>
34768 </lyxtabular>
34769
34770 \end_inset
34771
34772
34773 \end_layout
34774
34775 \begin_layout Standard
34776 Der Befehl 
34777 \series bold
34778
34779 \backslash
34780 Braket
34781 \series default
34782  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
34783  Klammern gesetzt werden:
34784 \begin_inset Formula \[
34785 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34786
34787 \end_inset
34788
34789
34790 \begin_inset ERT
34791 status collapsed
34792
34793 \begin_layout Plain Layout
34794
34795
34796 \backslash
34797 else 
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \begin_inset Note Note
34804 status open
34805
34806 \begin_layout Plain Layout
34807 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34808 \series bold
34809 braket
34810 \series default
34811  nicht installiert ist:
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 Das LaTeX-Paket 
34821 \series bold
34822 braket 
34823 \series default
34824 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34825 \end_layout
34826
34827 \begin_layout Standard
34828 \begin_inset ERT
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832
34833
34834 \backslash
34835 fi 
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Standard
34844 Der Effekt von 
34845 \series bold
34846
34847 \backslash
34848 Braket
34849 \series default
34850  kann auch mit dem Befehl 
34851 \series bold
34852
34853 \backslash
34854 middle
34855 \series default
34856  erzielt werden, der in 
34857 \begin_inset CommandInset ref
34858 LatexCommand ref
34859 reference "sub:Automatische-Klammergrößen"
34860
34861 \end_inset
34862
34863  beschrieben ist.
34864 \end_layout
34865
34866 \begin_layout Subsection
34867 Selbst definierte Brüche
34868 \begin_inset CommandInset label
34869 LatexCommand label
34870 name "sub:Selbstdefinierte-Brüche"
34871
34872 \end_inset
34873
34874
34875 \begin_inset Index idx
34876 status collapsed
34877
34878 \begin_layout Plain Layout
34879 Brüche ! selbstdefinierte
34880 \end_layout
34881
34882 \end_inset
34883
34884
34885 \end_layout
34886
34887 \begin_layout Standard
34888 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
34889 \series bold
34890
34891 \backslash
34892 genfrac
34893 \series default
34894
34895 \begin_inset Index idx
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899 Befehle ! G ! 
34900 \backslash
34901 genfrac
34902 \end_layout
34903
34904 \end_inset
34905
34906  in folgendem Schema:
34907 \end_layout
34908
34909 \begin_layout Standard
34910
34911 \series bold
34912
34913 \backslash
34914 genfrac{linke
34915 \series default
34916  
34917 \series bold
34918 Klammer}{rechte
34919 \series default
34920  
34921 \series bold
34922 Klammer}{Bruchstrichdicke}{Ansichtsstil}
34923 \begin_inset Newline newline
34924 \end_inset
34925
34926
34927 \begin_inset Phantom HPhantom
34928 status open
34929
34930 \begin_layout Plain Layout
34931
34932 \series bold
34933
34934 \backslash
34935 genfrac
34936 \end_layout
34937
34938 \end_inset
34939
34940 {Zähler}{Nenner}
34941 \end_layout
34942
34943 \begin_layout Standard
34944 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
34945 \begin_inset space \thinspace{}
34946 \end_inset
34947
34948 -
34949 \begin_inset space \thinspace{}
34950 \end_inset
34951
34952 3 angegeben.
34953 \end_layout
34954
34955 \begin_layout Standard
34956 \align center
34957 \begin_inset Tabular
34958 <lyxtabular version="3" rows="5" columns="2">
34959 <features tabularvalignment="middle">
34960 <column alignment="center" valignment="top" width="0">
34961 <column alignment="center" valignment="top" width="0">
34962 <row>
34963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34964 \begin_inset Text
34965
34966 \begin_layout Plain Layout
34967 Nummer
34968 \end_layout
34969
34970 \end_inset
34971 </cell>
34972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34973 \begin_inset Text
34974
34975 \begin_layout Plain Layout
34976 Ansichtsstil
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 </row>
34982 <row>
34983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34984 \begin_inset Text
34985
34986 \begin_layout Plain Layout
34987 0
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34993 \begin_inset Text
34994
34995 \begin_layout Plain Layout
34996 abgesetzte Formel
34997 \end_layout
34998
34999 \end_inset
35000 </cell>
35001 </row>
35002 <row>
35003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35004 \begin_inset Text
35005
35006 \begin_layout Plain Layout
35007 1
35008 \end_layout
35009
35010 \end_inset
35011 </cell>
35012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016 eingebettete Formel
35017 \end_layout
35018
35019 \end_inset
35020 </cell>
35021 </row>
35022 <row>
35023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35024 \begin_inset Text
35025
35026 \begin_layout Plain Layout
35027 2
35028 \end_layout
35029
35030 \end_inset
35031 </cell>
35032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35033 \begin_inset Text
35034
35035 \begin_layout Plain Layout
35036 klein
35037 \end_layout
35038
35039 \end_inset
35040 </cell>
35041 </row>
35042 <row>
35043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35044 \begin_inset Text
35045
35046 \begin_layout Plain Layout
35047 3
35048 \end_layout
35049
35050 \end_inset
35051 </cell>
35052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35053 \begin_inset Text
35054
35055 \begin_layout Plain Layout
35056 winzig
35057 \end_layout
35058
35059 \end_inset
35060 </cell>
35061 </row>
35062 </lyxtabular>
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Standard
35070 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35071  
35072 \series bold
35073
35074 \backslash
35075 frac
35076 \series default
35077  der Umgebung an.
35078 \end_layout
35079
35080 \begin_layout Standard
35081 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35082  0.4
35083 \begin_inset space \thinspace{}
35084 \end_inset
35085
35086 pt verwendet.
35087 \end_layout
35088
35089 \begin_layout Standard
35090 \begin_inset VSpace medskip
35091 \end_inset
35092
35093 Zum Beispiel sind die Befehle 
35094 \series bold
35095
35096 \backslash
35097 dfrac
35098 \series default
35099  und 
35100 \series bold
35101
35102 \backslash
35103 tbinom
35104 \series default
35105  aus 
35106 \begin_inset CommandInset ref
35107 LatexCommand ref
35108 reference "sub:Brüche"
35109
35110 \end_inset
35111
35112  folgendermaßen definiert:
35113 \end_layout
35114
35115 \begin_layout Standard
35116
35117 \series bold
35118
35119 \backslash
35120 newcommand{
35121 \backslash
35122 dfrac}[2]{
35123 \backslash
35124 genfrac{}{}{}{0}{#1}{#2}}
35125 \end_layout
35126
35127 \begin_layout Standard
35128 und
35129 \end_layout
35130
35131 \begin_layout Standard
35132
35133 \series bold
35134
35135 \backslash
35136 newcommand{
35137 \backslash
35138 tbinom}[2]{
35139 \backslash
35140 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35141 \end_layout
35142
35143 \begin_layout Standard
35144 \begin_inset VSpace medskip
35145 \end_inset
35146
35147 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35148  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35149 \end_layout
35150
35151 \begin_layout Standard
35152
35153 \series bold
35154
35155 \backslash
35156 newcommand{
35157 \backslash
35158 fracS}[3][]{
35159 \backslash
35160 genfrac{}{}{#1}{}{#2}{#3}}
35161 \end_layout
35162
35163 \begin_layout Standard
35164 Dazu ein Test:
35165 \begin_inset Formula \begin{align*}
35166 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35167 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35168 \end{align*}
35169
35170 \end_inset
35171
35172 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35173  in etwa der dreifachen Strichdicke.
35174 \end_layout
35175
35176 \begin_layout Subsection
35177 Durchgestrichene Formeln
35178 \begin_inset Index idx
35179 status collapsed
35180
35181 \begin_layout Plain Layout
35182 Formel ! durchgestrichene
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Standard
35191 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35192 \series bold
35193 cancel
35194 \series default
35195
35196 \begin_inset Index idx
35197 status collapsed
35198
35199 \begin_layout Plain Layout
35200 Pakete ! cancel
35201 \end_layout
35202
35203 \end_inset
35204
35205  mit der LaTeX-Vorspannzeile
35206 \end_layout
35207
35208 \begin_layout Standard
35209
35210 \series bold
35211
35212 \backslash
35213 usepackage[samesize]{cancel}
35214 \end_layout
35215
35216 \begin_layout Standard
35217 geladen werden.
35218 \end_layout
35219
35220 \begin_layout Standard
35221 \begin_inset ERT
35222 status collapsed
35223
35224 \begin_layout Plain Layout
35225
35226
35227 \backslash
35228 ifcancel 
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \begin_inset Note Note
35235 status open
35236
35237 \begin_layout Plain Layout
35238 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35239 \series bold
35240 cancel
35241 \series default
35242  installiert ist:
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \end_layout
35249
35250 \begin_layout Standard
35251 Es gibt vier verschiedene Arten durchzustreichen:
35252 \end_layout
35253
35254 \begin_layout Standard
35255 \align center
35256 \begin_inset Tabular
35257 <lyxtabular version="3" rows="5" columns="2">
35258 <features tabularvalignment="middle">
35259 <column alignment="center" valignment="top" width="0">
35260 <column alignment="center" valignment="top" width="0">
35261 <row>
35262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266 Befehl
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 Ergebnis
35276 \begin_inset Note Note
35277 status collapsed
35278
35279 \begin_layout Plain Layout
35280 Der Leerraum und 
35281 \series bold
35282
35283 \backslash
35284 raisebox
35285 \series default
35286  dienen nur als Abstandhalter.
35287 \end_layout
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 </row>
35297 <row>
35298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35299 \begin_inset Text
35300
35301 \begin_layout Plain Layout
35302
35303 \backslash
35304 cancel{
35305 \backslash
35306 int
35307 \begin_inset ERT
35308 status collapsed
35309
35310 \begin_layout Plain Layout
35311
35312
35313 \backslash
35314 leer 
35315 \end_layout
35316
35317 \end_inset
35318
35319 A=B
35320 \end_layout
35321
35322 \end_inset
35323 </cell>
35324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35325 \begin_inset Text
35326
35327 \begin_layout Plain Layout
35328 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35329 \end_inset
35330
35331
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 </row>
35337 <row>
35338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35339 \begin_inset Text
35340
35341 \begin_layout Plain Layout
35342
35343 \backslash
35344 bcancel{
35345 \backslash
35346 int
35347 \begin_inset ERT
35348 status collapsed
35349
35350 \begin_layout Plain Layout
35351
35352
35353 \backslash
35354 leer 
35355 \end_layout
35356
35357 \end_inset
35358
35359 A=B
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35365 \begin_inset Text
35366
35367 \begin_layout Plain Layout
35368 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \end_inset
35375 </cell>
35376 </row>
35377 <row>
35378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35379 \begin_inset Text
35380
35381 \begin_layout Plain Layout
35382
35383 \backslash
35384 xcancel{
35385 \backslash
35386 int
35387 \begin_inset ERT
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391
35392
35393 \backslash
35394 leer 
35395 \end_layout
35396
35397 \end_inset
35398
35399 A=B
35400 \end_layout
35401
35402 \end_inset
35403 </cell>
35404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35405 \begin_inset Text
35406
35407 \begin_layout Plain Layout
35408 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35409 \end_inset
35410
35411
35412 \end_layout
35413
35414 \end_inset
35415 </cell>
35416 </row>
35417 <row>
35418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422
35423 \backslash
35424 cancelto{1
35425 \begin_inset Formula $\to$
35426 \end_inset
35427
35428
35429 \backslash
35430 {
35431 \backslash
35432 int
35433 \begin_inset ERT
35434 status collapsed
35435
35436 \begin_layout Plain Layout
35437
35438
35439 \backslash
35440 leer 
35441 \end_layout
35442
35443 \end_inset
35444
35445 A=B
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35455 \end_inset
35456
35457
35458 \end_layout
35459
35460 \end_inset
35461 </cell>
35462 </row>
35463 </lyxtabular>
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \begin_layout Standard
35471
35472 \series bold
35473
35474 \backslash
35475 cancelto
35476 \series default
35477  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35478  will:
35479 \begin_inset Formula \[
35480 \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}}}\]
35481
35482 \end_inset
35483
35484
35485 \end_layout
35486
35487 \begin_layout Standard
35488 \begin_inset ERT
35489 status collapsed
35490
35491 \begin_layout Plain Layout
35492
35493
35494 \backslash
35495 else 
35496 \end_layout
35497
35498 \end_inset
35499
35500
35501 \begin_inset Note Note
35502 status open
35503
35504 \begin_layout Plain Layout
35505 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35506 \series bold
35507 cancel
35508 \series default
35509  nicht installiert ist:
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \begin_layout Standard
35518 Das LaTeX-Paket 
35519 \series bold
35520 cancel 
35521 \series default
35522 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35523 \end_layout
35524
35525 \begin_layout Standard
35526 \begin_inset ERT
35527 status collapsed
35528
35529 \begin_layout Plain Layout
35530
35531
35532 \backslash
35533 fi 
35534 \end_layout
35535
35536 \end_inset
35537
35538
35539 \end_layout
35540
35541 \begin_layout Subsection
35542 Formeln in Überschriften
35543 \begin_inset CommandInset label
35544 LatexCommand label
35545 name "sub:Formeln-in-Überschriften"
35546
35547 \end_inset
35548
35549
35550 \begin_inset Index idx
35551 status collapsed
35552
35553 \begin_layout Plain Layout
35554 Formel ! in Überschriften
35555 \end_layout
35556
35557 \end_inset
35558
35559
35560 \end_layout
35561
35562 \begin_layout Standard
35563 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35564 \end_layout
35565
35566 \begin_layout Standard
35567 \begin_inset Note Greyedout
35568 status open
35569
35570 \begin_layout Plain Layout
35571 Verwendet man 
35572 \series bold
35573 hyperref
35574 \series default
35575
35576 \begin_inset Index idx
35577 status collapsed
35578
35579 \begin_layout Plain Layout
35580 Pakete ! hyperref
35581 \end_layout
35582
35583 \end_inset
35584
35585  Unterstützung im den Dokumenteinstellungen unter 
35586 \family sans
35587 PDF-Eigenschaften
35588 \family default
35589 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35590  erzeugt.
35591  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35592  dargestellt.
35593  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35594 \end_layout
35595
35596 \end_inset
35597
35598
35599 \end_layout
35600
35601 \begin_layout Standard
35602 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35603  Kurztitel über das Menü 
35604 \family sans
35605 Einfügen\SpecialChar \menuseparator
35606 Kurztitel
35607 \family default
35608  einfügt.
35609  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35610  um das Inhaltsverzeichnis übersichtlich zu halten.
35611  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35612 chen.
35613 \end_layout
35614
35615 \begin_layout Standard
35616 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35617 \series bold
35618 hyperref
35619 \series default
35620 , verwendet man im TeX-Modus den Befehl
35621 \end_layout
35622
35623 \begin_layout Standard
35624
35625 \series bold
35626
35627 \backslash
35628 texorpdfstring{Teil}{Alternative}
35629 \begin_inset Index idx
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633 Befehle ! T ! 
35634 \backslash
35635 texorpdfstring
35636 \end_layout
35637
35638 \end_inset
35639
35640
35641 \end_layout
35642
35643 \begin_layout Standard
35644 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35645  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35646  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35647  soll.
35648 \end_layout
35649
35650 \begin_layout Standard
35651 Es folgen zwei Beispielüberschriften:
35652 \begin_inset VSpace -3mm
35653 \end_inset
35654
35655
35656 \begin_inset ERT
35657 status collapsed
35658
35659 \begin_layout Plain Layout
35660
35661
35662 \backslash
35663 boldmath 
35664 \end_layout
35665
35666 \end_inset
35667
35668
35669 \end_layout
35670
35671 \begin_layout Subsubsection
35672 Überschrift ohne Formel im Inhaltsverzeichnis 
35673 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35674 \end_inset
35675
35676
35677 \begin_inset Argument
35678 status collapsed
35679
35680 \begin_layout Plain Layout
35681 Überschrift ohne Formel im Inhaltsverzeichnis
35682 \end_layout
35683
35684 \end_inset
35685
35686
35687 \end_layout
35688
35689 \begin_layout Subsubsection
35690 Überschrift mit Formel im Inhaltsverzeichnis
35691 \begin_inset ERT
35692 status collapsed
35693
35694 \begin_layout Plain Layout
35695
35696
35697 \backslash
35698 texorpdfstring{
35699 \end_layout
35700
35701 \end_inset
35702
35703  
35704 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35705 \end_inset
35706
35707
35708 \begin_inset ERT
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713 }{}
35714 \end_layout
35715
35716 \end_inset
35717
35718
35719 \end_layout
35720
35721 \begin_layout Standard
35722 \begin_inset ERT
35723 status collapsed
35724
35725 \begin_layout Plain Layout
35726
35727
35728 \backslash
35729 unboldmath 
35730 \end_layout
35731
35732 \end_inset
35733
35734 In der ersten Überschrift wurde ein Kurztitel verwendet.
35735  In der zweiten 
35736 \series bold
35737
35738 \backslash
35739 texorpdfstring
35740 \series default
35741 .
35742 \end_layout
35743
35744 \begin_layout Standard
35745 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
35746  die komplette Überschrift in eine 
35747 \series bold
35748 boldmath
35749 \series default
35750 -Umgebung
35751 \begin_inset Foot
35752 status collapsed
35753
35754 \begin_layout Plain Layout
35755 siehe 
35756 \begin_inset CommandInset ref
35757 LatexCommand ref
35758 reference "sub:Fett-gedruckte-Formeln"
35759
35760 \end_inset
35761
35762
35763 \end_layout
35764
35765 \end_inset
35766
35767  gesetzt.
35768 \end_layout
35769
35770 \begin_layout Subsection
35771 Formeln im mehrspaltigen Text
35772 \begin_inset Index idx
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776 Formel ! im mehrspaltigen Text
35777 \end_layout
35778
35779 \end_inset
35780
35781
35782 \end_layout
35783
35784 \begin_layout Standard
35785 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
35786  müssen daher über die gesamte Seitenbreite gesetzt werden.
35787  Dazu verwendet man das LaTeX-Paket 
35788 \series bold
35789 multicol
35790 \series default
35791
35792 \begin_inset Foot
35793 status collapsed
35794
35795 \begin_layout Plain Layout
35796
35797 \series bold
35798 multicol
35799 \series default
35800  ist Teil jeder LaTeX-Standardinstallation.
35801 \end_layout
35802
35803 \end_inset
35804
35805
35806 \begin_inset Index idx
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810 Pakete ! multicol
35811 \end_layout
35812
35813 \end_inset
35814
35815 , das mit der LaTeX-Vorspannzeile
35816 \end_layout
35817
35818 \begin_layout Standard
35819
35820 \series bold
35821
35822 \backslash
35823 usepackage{multicol}
35824 \end_layout
35825
35826 \begin_layout Standard
35827 geladen wird.
35828 \end_layout
35829
35830 \begin_layout Standard
35831 \begin_inset Note Greyedout
35832 status open
35833
35834 \begin_layout Plain Layout
35835 Dabei ist zu beachten, dass im Menü 
35836 \family sans
35837 Dokument\SpecialChar \menuseparator
35838 Einstellungen
35839 \family default
35840  unter 
35841 \family sans
35842 Textformat
35843 \family default
35844  
35845 \emph on
35846 nicht
35847 \emph default
35848  
35849 \family sans
35850 Zweispaltiges
35851 \begin_inset space ~
35852 \end_inset
35853
35854 Dokument
35855 \family default
35856  ausgewählt sein darf.
35857 \end_layout
35858
35859 \end_inset
35860
35861
35862 \end_layout
35863
35864 \begin_layout Standard
35865 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
35866 \end_layout
35867
35868 \begin_layout Standard
35869
35870 \series bold
35871
35872 \backslash
35873 begin{multicols}{Spaltenanzahl}
35874 \end_layout
35875
35876 \begin_layout Standard
35877 wobei die Spaltenanzahl eine Zahl im Bereich 2
35878 \begin_inset space \thinspace{}
35879 \end_inset
35880
35881 -
35882 \begin_inset space \thinspace{}
35883 \end_inset
35884
35885 10 ist.
35886  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
35887 \end_layout
35888
35889 \begin_layout Standard
35890
35891 \series bold
35892
35893 \backslash
35894 end{multicols}
35895 \end_layout
35896
35897 \begin_layout Standard
35898 der im TeX-Modus eingegeben wird.
35899 \end_layout
35900
35901 \begin_layout Standard
35902 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35903  Um dies rückgängig zu machen, fügt man vor der Formel -6
35904 \begin_inset space \thinspace{}
35905 \end_inset
35906
35907 mm vertikalen Leerraum ein.
35908  Ist der Formelstil 
35909 \series bold
35910 Eingerückt
35911 \begin_inset Foot
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915 Formelstile siehe 
35916 \begin_inset CommandInset ref
35917 LatexCommand ref
35918 reference "sec:Formelstile"
35919
35920 \end_inset
35921
35922
35923 \end_layout
35924
35925 \end_inset
35926
35927
35928 \series default
35929  gewählt, fügt man stattdessen -9
35930 \begin_inset space \thinspace{}
35931 \end_inset
35932
35933 mm Leerraum ein.
35934 \end_layout
35935
35936 \begin_layout Standard
35937 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35938 \end_layout
35939
35940 \begin_layout Standard
35941 \begin_inset ERT
35942 status collapsed
35943
35944 \begin_layout Plain Layout
35945
35946
35947 \backslash
35948 begin{multicols}{2}
35949 \end_layout
35950
35951 \end_inset
35952
35953 Das Spektrum wird fouriertransformiert.
35954  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35955 , Lösungsmittel) zu trennen.
35956  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35957  nun das Aussehen des Ausgangssignals.
35958  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35959  über alle Phasen integrieren muss.
35960  Sei nun 
35961 \begin_inset Formula $S$
35962 \end_inset
35963
35964  unser normiertes Ausgangssignal und 
35965 \begin_inset Formula $P$
35966 \end_inset
35967
35968  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35969 \begin_inset ERT
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973
35974
35975 \backslash
35976 end{multicols}
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \begin_inset VSpace -6mm
35983 \end_inset
35984
35985
35986 \begin_inset Formula \begin{equation}
35987 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35988
35989 \end_inset
35990
35991
35992 \begin_inset ERT
35993 status collapsed
35994
35995 \begin_layout Plain Layout
35996
35997
35998 \backslash
35999 begin{multicols}{2}
36000 \end_layout
36001
36002 \end_inset
36003
36004 wobei 
36005 \begin_inset Formula $S_{0}$
36006 \end_inset
36007
36008  das Signal ohne Gradient ist und die Normierungsbedingung 
36009 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36010 \end_inset
36011
36012  gilt.
36013  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36014  Direkt nach dem 
36015 \begin_inset Formula $\nicefrac{\pi}{2}$
36016 \end_inset
36017
36018
36019 \begin_inset space \thinspace{}
36020 \end_inset
36021
36022 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36023  das Signal zusätzlich abschwächt.
36024  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36025  
36026 \begin_inset Formula $T_{2}$
36027 \end_inset
36028
36029 -Zeit.
36030 \end_layout
36031
36032 \begin_layout Standard
36033 \begin_inset ERT
36034 status collapsed
36035
36036 \begin_layout Plain Layout
36037
36038
36039 \backslash
36040 end{multicols}
36041 \end_layout
36042
36043 \end_inset
36044
36045  
36046 \end_layout
36047
36048 \begin_layout Subsection
36049 Formeln mit Beschreibung der Variablen
36050 \begin_inset Index idx
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054 Formel ! mit Variablenbeschreibung
36055 \end_layout
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \begin_layout Standard
36063 Möchte man wie in Formel 
36064 \begin_inset CommandInset ref
36065 LatexCommand eqref
36066 reference "eq:innerhalb"
36067
36068 \end_inset
36069
36070 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36071 \series bold
36072 ×
36073 \series default
36074
36075 \begin_inset Formula $n$
36076 \end_inset
36077
36078
36079 \begin_inset space ~
36080 \end_inset
36081
36082 Matrix mit links ausgerichteten Spalten für die verwendeten 
36083 \begin_inset Formula $n$
36084 \end_inset
36085
36086  Variablen.
36087 \begin_inset Foot
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091 Matrizen siehe 
36092 \begin_inset CommandInset ref
36093 LatexCommand ref
36094 reference "sec:Matrizen"
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \end_inset
36102
36103  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36104 \begin_inset space \thinspace{}
36105 \end_inset
36106
36107 B.
36108  den Befehl 
36109 \series bold
36110
36111 \backslash
36112 footnotesize
36113 \series default
36114  ein.
36115 \begin_inset Foot
36116 status collapsed
36117
36118 \begin_layout Plain Layout
36119 Schriftgrößen siehe 
36120 \begin_inset CommandInset ref
36121 LatexCommand ref
36122 reference "sub:Schriftgrößen"
36123
36124 \end_inset
36125
36126
36127 \end_layout
36128
36129 \end_inset
36130
36131
36132 \end_layout
36133
36134 \begin_layout Standard
36135 Wird der Formelstil 
36136 \series bold
36137 Eingerückt
36138 \begin_inset Foot
36139 status collapsed
36140
36141 \begin_layout Plain Layout
36142 Formelstile siehe 
36143 \begin_inset CommandInset ref
36144 LatexCommand ref
36145 reference "sec:Formelstile"
36146
36147 \end_inset
36148
36149
36150 \end_layout
36151
36152 \end_inset
36153
36154
36155 \series default
36156  verwendet, fügt man vor und nach der Matrix ein 
36157 \series bold
36158
36159 \backslash
36160 hfill
36161 \series default
36162
36163 \begin_inset Foot
36164 status collapsed
36165
36166 \begin_layout Plain Layout
36167
36168 \series bold
36169
36170 \backslash
36171 hfill
36172 \series default
36173  wirkt nur in Formeln mit dem Stil 
36174 \series bold
36175 Eingerückt
36176 \series default
36177 , siehe 
36178 \begin_inset CommandInset ref
36179 LatexCommand ref
36180 reference "sub:Variabler-Leerraum"
36181
36182 \end_inset
36183
36184 .
36185 \end_layout
36186
36187 \end_inset
36188
36189  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36190  gleich ist.
36191 \end_layout
36192
36193 \begin_layout Standard
36194 Ist der Formelstil 
36195 \series bold
36196 Zentriert
36197 \series default
36198  gewählt, nutzt man die in 
36199 \begin_inset CommandInset ref
36200 LatexCommand ref
36201 reference "sub:Flalign-Umgebung"
36202
36203 \end_inset
36204
36205  beschriebene Möglichkeit, Formeln einzurücken.
36206  Formel 
36207 \begin_inset CommandInset ref
36208 LatexCommand eqref
36209 reference "eq:innerhalb"
36210
36211 \end_inset
36212
36213  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36214  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36215 \begin_inset Formula \begin{flalign}
36216 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36217 \rho & \textrm{Dichte}\\
36218 V & \textrm{Volumen}\\
36219 g & \textrm{Fallbeschleunigung}
36220 \end{array} &  & {}\label{eq:innerhalb}\end{flalign}
36221
36222 \end_inset
36223
36224
36225 \end_layout
36226
36227 \begin_layout Subsection
36228 Aufrechte kleine griechische Buchstaben
36229 \begin_inset CommandInset label
36230 LatexCommand label
36231 name "sub:Aufrechte-kleine-griechische"
36232
36233 \end_inset
36234
36235
36236 \begin_inset Index idx
36237 status collapsed
36238
36239 \begin_layout Plain Layout
36240 griechische Buchstaben ! aufrechte
36241 \end_layout
36242
36243 \end_inset
36244
36245
36246 \end_layout
36247
36248 \begin_layout Standard
36249 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36250  zur Verfügung.
36251  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36252  aufrechte griechische Buchstaben benötigt.
36253  Die Datei 
36254 \series bold
36255 upgreek.sty
36256 \series default
36257
36258 \begin_inset Foot
36259 status collapsed
36260
36261 \begin_layout Plain Layout
36262
36263 \series bold
36264 upgreek
36265 \series default
36266  ist Teil des LaTeX-Paketes 
36267 \series bold
36268 was
36269 \series default
36270
36271 \begin_inset Index idx
36272 status collapsed
36273
36274 \begin_layout Plain Layout
36275 Pakete ! was
36276 \begin_inset ERT
36277 status collapsed
36278
36279 \begin_layout Plain Layout
36280
36281
36282 \backslash
36283 vspace{4mm}
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \end_layout
36290
36291 \end_inset
36292
36293 .
36294 \end_layout
36295
36296 \end_inset
36297
36298
36299 \begin_inset Index idx
36300 status collapsed
36301
36302 \begin_layout Plain Layout
36303 Pakete ! upgreek
36304 \end_layout
36305
36306 \end_inset
36307
36308 , die mit der LaTeX-Vorspannzeile
36309 \end_layout
36310
36311 \begin_layout Standard
36312
36313 \series bold
36314
36315 \backslash
36316 usepackage{upgreek}
36317 \end_layout
36318
36319 \begin_layout Standard
36320 geladen wird, stellt diese Buchstaben zur Verfügung.
36321  
36322 \begin_inset ERT
36323 status collapsed
36324
36325 \begin_layout Plain Layout
36326
36327
36328 \backslash
36329 ifupgreek 
36330 \end_layout
36331
36332 \end_inset
36333
36334
36335 \begin_inset Note Note
36336 status open
36337
36338 \begin_layout Plain Layout
36339 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36340 \series bold
36341 upgreek
36342 \series default
36343  installiert ist:
36344 \end_layout
36345
36346 \end_inset
36347
36348  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36349  
36350 \series bold
36351 up
36352 \series default
36353  begonnen wird.
36354  So erzeugt z.
36355 \begin_inset space \thinspace{}
36356 \end_inset
36357
36358 B.
36359  der Befehl 
36360 \series bold
36361
36362 \backslash
36363 uptau
36364 \series default
36365  dies: 
36366 \begin_inset Formula $\uptau$
36367 \end_inset
36368
36369
36370 \end_layout
36371
36372 \begin_layout Standard
36373 Damit kann man Elementarteilchenreaktionen erstellen:
36374 \begin_inset Formula \[
36375 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36376
36377 \end_inset
36378
36379
36380 \end_layout
36381
36382 \begin_layout Standard
36383 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36384  Sie sollten daher nicht für Einheiten wie 
36385 \begin_inset Quotes gld
36386 \end_inset
36387
36388 µm
36389 \begin_inset Quotes grd
36390 \end_inset
36391
36392  verwendet werden.
36393 \end_layout
36394
36395 \begin_layout Standard
36396 \begin_inset ERT
36397 status collapsed
36398
36399 \begin_layout Plain Layout
36400
36401
36402 \backslash
36403 else 
36404 \end_layout
36405
36406 \end_inset
36407
36408
36409 \begin_inset Note Note
36410 status open
36411
36412 \begin_layout Plain Layout
36413 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36414 \series bold
36415 upgreek
36416 \series default
36417  nicht installiert ist:
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Standard
36426 Das LaTeX-Paket 
36427 \series bold
36428 upgreek 
36429 \series default
36430 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36431 \end_layout
36432
36433 \begin_layout Standard
36434 \begin_inset ERT
36435 status collapsed
36436
36437 \begin_layout Plain Layout
36438
36439
36440 \backslash
36441 fi 
36442 \end_layout
36443
36444 \end_inset
36445
36446
36447 \end_layout
36448
36449 \begin_layout Subsection
36450 Textzeichen in Formeln
36451 \begin_inset CommandInset label
36452 LatexCommand label
36453 name "sub:Textzeichen-in-Formeln"
36454
36455 \end_inset
36456
36457
36458 \begin_inset Index idx
36459 status collapsed
36460
36461 \begin_layout Plain Layout
36462 Text ! in Formeln
36463 \end_layout
36464
36465 \end_inset
36466
36467
36468 \end_layout
36469
36470 \begin_layout Standard
36471 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36472  Benötigt man z.
36473 \begin_inset space \thinspace{}
36474 \end_inset
36475
36476 B.
36477  den mittigen Punkt · in Formeln wie 
36478 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36479 \end_inset
36480
36481 , müsste man dafür jedes Mal den Befehl 
36482 \series bold
36483
36484 \backslash
36485 cdot
36486 \series default
36487  eingeben
36488 \begin_inset Foot
36489 status collapsed
36490
36491 \begin_layout Plain Layout
36492 siehe 
36493 \begin_inset CommandInset ref
36494 LatexCommand ref
36495 reference "sub:Binäre-Operatoren"
36496
36497 \end_inset
36498
36499
36500 \end_layout
36501
36502 \end_inset
36503
36504 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36505  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36506 \end_layout
36507
36508 \begin_layout Standard
36509
36510 \series bold
36511
36512 \backslash
36513 DeclareInputText{183}{
36514 \backslash
36515 ifmmode
36516 \backslash
36517 cdot
36518 \backslash
36519 else
36520 \backslash
36521 textperiodcentered
36522 \backslash
36523 f\SpecialChar \textcompwordmark{}
36524 i}
36525 \end_layout
36526
36527 \begin_layout Standard
36528 Die Zeichenkodierung (Menü 
36529 \family sans
36530 Dokument\SpecialChar \menuseparator
36531 Einstellungen\SpecialChar \menuseparator
36532 Sprache
36533 \family default
36534 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36535  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36536 \series bold
36537
36538 \backslash
36539 textperiodcentered
36540 \series default
36541  verwendet.
36542  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36543  LaTeX-Fehlern kommen würde.
36544  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36545  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36546  nicht.
36547 \end_layout
36548
36549 \begin_layout Standard
36550 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36551  Z.
36552 \begin_inset space \thinspace{}
36553 \end_inset
36554
36555 B.
36556  ist die Kodierung 
36557 \series bold
36558 latin9
36559 \series default
36560  in der Datei 
36561 \series bold
36562 latin9.def
36563 \series default
36564  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36565  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36566 eien geändert werden.
36567  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36568  nicht ohne Weiteres bearbeitet werden.
36569 \end_layout
36570
36571 \begin_layout Standard
36572 \begin_inset VSpace medskip
36573 \end_inset
36574
36575 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36576  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36577  Formel eingegeben werden können:
36578 \end_layout
36579
36580 \begin_layout Standard
36581
36582 \series bold
36583
36584 \backslash
36585 DeclareInputText{176}{
36586 \backslash
36587 ifmmode^
36588 \backslash
36589 circ
36590 \backslash
36591 else
36592 \backslash
36593 textdegree
36594 \backslash
36595 f\SpecialChar \textcompwordmark{}
36596 i}
36597 \end_layout
36598
36599 \begin_layout Standard
36600 \begin_inset Newpage newpage
36601 \end_inset
36602
36603
36604 \end_layout
36605
36606 \begin_layout Section
36607 \start_of_appendix
36608 Typographische Hinweise
36609 \begin_inset Index idx
36610 status collapsed
36611
36612 \begin_layout Plain Layout
36613 Typographische Hinweise
36614 \end_layout
36615
36616 \end_inset
36617
36618
36619 \end_layout
36620
36621 \begin_layout Standard
36622 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36623  Regeln, die teilweise auch im Duden 
36624 \begin_inset CommandInset citation
36625 LatexCommand cite
36626 key "Duden"
36627
36628 \end_inset
36629
36630  unter 
36631 \family typewriter
36632 Textverarbeitung
36633 \family default
36634  aufgelistet sind.
36635  Weitere Regeln sind in 
36636 \begin_inset CommandInset citation
36637 LatexCommand cite
36638 key "Checklist"
36639
36640 \end_inset
36641
36642  zu finden.
36643 \end_layout
36644
36645 \begin_layout Itemize
36646 Physikalische Einheiten werden 
36647 \emph on
36648 immer
36649 \emph default
36650  aufrecht gesetzt
36651 \begin_inset Foot
36652 status collapsed
36653
36654 \begin_layout Plain Layout
36655 wird durch Schriftstile erreicht, siehe 
36656 \begin_inset CommandInset ref
36657 LatexCommand ref
36658 reference "sub:Schriftstile"
36659
36660 \end_inset
36661
36662
36663 \end_layout
36664
36665 \end_inset
36666
36667 , egal ob sie sich in einem kursiven Text befinden: 30
36668 \begin_inset space \thinspace{}
36669 \end_inset
36670
36671 km/h
36672 \begin_inset Newline newline
36673 \end_inset
36674
36675 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
36676 \begin_inset CommandInset ref
36677 LatexCommand ref
36678 reference "sub:Vordefinierter-Leerraum"
36679
36680 \end_inset
36681
36682 .
36683 \begin_inset Newline newline
36684 \end_inset
36685
36686 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
36687 \series bold
36688
36689 \backslash
36690 unittwo
36691 \series default
36692  verwendet.
36693  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
36694  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
36695  erhält wie oben: 
36696 \begin_inset Formula $\unit[30]{km/h}$
36697 \end_inset
36698
36699
36700 \begin_inset space \thinspace{}
36701 \end_inset
36702
36703 .
36704  Zu beachten ist, dass 
36705 \series bold
36706
36707 \backslash
36708 unittwo
36709 \series default
36710  kein echter LaTeX-Befehl, sondern der Befehl 
36711 \series bold
36712
36713 \backslash
36714 unit[Wert]{Einheit}
36715 \series default
36716  ist, daher kann man ihn nicht im TeX-Code benutzen.
36717 \end_layout
36718
36719 \begin_layout Itemize
36720 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
36721 \begin_inset Newline newline
36722 \end_inset
36723
36724 1,2
36725 \begin_inset space \thinspace{}
36726 \end_inset
36727
36728 ‰ Alkohol im Blut
36729 \begin_inset Newline newline
36730 \end_inset
36731
36732 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
36733  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
36734 \end_layout
36735
36736 \begin_layout Itemize
36737 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
36738  wird in einer Einheit verwendet: 15
36739 \begin_inset space \thinspace{}
36740 \end_inset
36741
36742 °C
36743 \end_layout
36744
36745 \begin_layout Itemize
36746 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
36747  Ziffer der kleinste Leerraum eingefügt: 18
36748 \begin_inset space \thinspace{}
36749 \end_inset
36750
36751 473
36752 \begin_inset space \thinspace{}
36753 \end_inset
36754
36755 588
36756 \end_layout
36757
36758 \begin_layout Itemize
36759 Für Bemaßungen wie z.
36760 \begin_inset space \thinspace{}
36761 \end_inset
36762
36763 B.
36764  120×90×40
36765 \begin_inset space \thinspace{}
36766 \end_inset
36767
36768 cm, verwendet man das gelegte Kreuz 
36769 \begin_inset Quotes gld
36770 \end_inset
36771
36772 ×
36773 \begin_inset Quotes grd
36774 \end_inset
36775
36776 , dass entweder über den Befehl 
36777 \series bold
36778
36779 \backslash
36780 times
36781 \series default
36782  oder über das Menü 
36783 \family sans
36784 Einfügen\SpecialChar \menuseparator
36785 Sonderzeichen\SpecialChar \menuseparator
36786 Symbole
36787 \family default
36788  verfügbar ist.
36789 \end_layout
36790
36791 \begin_layout Itemize
36792 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
36793  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
36794 \begin_inset space \thinspace{}
36795 \end_inset
36796
36797 6.
36798 \begin_inset space ~
36799 \end_inset
36800
36801 1979
36802 \end_layout
36803
36804 \begin_layout Itemize
36805 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
36806  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
36807 \begin_inset CommandInset ref
36808 LatexCommand ref
36809 reference "sub:Vordefinierte-Funktionen"
36810
36811 \end_inset
36812
36813 .
36814 \end_layout
36815
36816 \begin_layout Itemize
36817 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
36818  
36819 \begin_inset Formula $E_{\mathrm{kin}}$
36820 \end_inset
36821
36822
36823 \begin_inset Newline newline
36824 \end_inset
36825
36826 Komponenten von Matrizen werden kursiv gesetzt: 
36827 \begin_inset Formula $\hat{H}_{kl}$
36828 \end_inset
36829
36830
36831 \end_layout
36832
36833 \begin_layout Itemize
36834 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
36835  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
36836  Variablen zu verwechseln.
36837 \end_layout
36838
36839 \begin_layout Itemize
36840 Das Symbol für eine 
36841 \noun on
36842 Fourier
36843 \noun default
36844 -Transformation kann entweder mit dem Befehl 
36845 \series bold
36846
36847 \backslash
36848 mathscr
36849 \begin_inset ERT
36850 status collapsed
36851
36852 \begin_layout Plain Layout
36853
36854
36855 \backslash
36856 leer 
36857 \end_layout
36858
36859 \end_inset
36860
36861 F
36862 \series default
36863  oder über das Menü 
36864 \family sans
36865 Einfügen\SpecialChar \menuseparator
36866 Sonderzeichen\SpecialChar \menuseparator
36867 Symbole\SpecialChar \menuseparator
36868 Buchstabenähnliche
36869 \begin_inset space ~
36870 \end_inset
36871
36872 Symbole
36873 \family default
36874  eingefügt werden: 
36875 \begin_inset Formula $\mathscr{F}$
36876 \end_inset
36877
36878
36879 \end_layout
36880
36881 \begin_layout Standard
36882 \begin_inset Newpage newpage
36883 \end_inset
36884
36885
36886 \end_layout
36887
36888 \begin_layout Section
36889 Synonyme
36890 \begin_inset Index idx
36891 status collapsed
36892
36893 \begin_layout Plain Layout
36894 Synonyme
36895 \end_layout
36896
36897 \end_inset
36898
36899
36900 \end_layout
36901
36902 \begin_layout Standard
36903 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36904  Hier ist eine Übersicht der Synonymbefehle:
36905 \end_layout
36906
36907 \begin_layout Standard
36908 \begin_inset VSpace bigskip
36909 \end_inset
36910
36911
36912 \begin_inset space \hfill{}
36913 \end_inset
36914
36915
36916 \begin_inset Tabular
36917 <lyxtabular version="3" rows="12" columns="2">
36918 <features tabularvalignment="middle">
36919 <column alignment="center" valignment="top" width="0pt">
36920 <column alignment="center" valignment="top" width="0pt">
36921 <row>
36922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36923 \begin_inset Text
36924
36925 \begin_layout Plain Layout
36926 Befehl
36927 \end_layout
36928
36929 \end_inset
36930 </cell>
36931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36932 \begin_inset Text
36933
36934 \begin_layout Plain Layout
36935 äquivalent zu
36936 \begin_inset Note Note
36937 status collapsed
36938
36939 \begin_layout Plain Layout
36940
36941 \series bold
36942
36943 \backslash
36944 raisebox
36945 \series default
36946  dient nur als Abstandhalter.
36947 \end_layout
36948
36949 \end_inset
36950
36951
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 </row>
36957 <row>
36958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36959 \begin_inset Text
36960
36961 \begin_layout Plain Layout
36962
36963 \backslash
36964 ast
36965 \end_layout
36966
36967 \end_inset
36968 </cell>
36969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36970 \begin_inset Text
36971
36972 \begin_layout Plain Layout
36973 \begin_inset ERT
36974 status collapsed
36975
36976 \begin_layout Plain Layout
36977
36978
36979 \backslash
36980 raisebox{-1.2mm}{
36981 \end_layout
36982
36983 \end_inset
36984
36985 *
36986 \begin_inset ERT
36987 status collapsed
36988
36989 \begin_layout Plain Layout
36990
36991 }
36992 \end_layout
36993
36994 \end_inset
36995
36996
36997 \end_layout
36998
36999 \end_inset
37000 </cell>
37001 </row>
37002 <row>
37003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37004 \begin_inset Text
37005
37006 \begin_layout Plain Layout
37007
37008 \backslash
37009 choose
37010 \end_layout
37011
37012 \end_inset
37013 </cell>
37014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37015 \begin_inset Text
37016
37017 \begin_layout Plain Layout
37018
37019 \backslash
37020 binom
37021 \end_layout
37022
37023 \end_inset
37024 </cell>
37025 </row>
37026 <row>
37027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37028 \begin_inset Text
37029
37030 \begin_layout Plain Layout
37031
37032 \backslash
37033 geq
37034 \end_layout
37035
37036 \end_inset
37037 </cell>
37038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37039 \begin_inset Text
37040
37041 \begin_layout Plain Layout
37042
37043 \backslash
37044 ge
37045 \end_layout
37046
37047 \end_inset
37048 </cell>
37049 </row>
37050 <row>
37051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37052 \begin_inset Text
37053
37054 \begin_layout Plain Layout
37055
37056 \backslash
37057 lbrace
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37063 \begin_inset Text
37064
37065 \begin_layout Plain Layout
37066 {
37067 \end_layout
37068
37069 \end_inset
37070 </cell>
37071 </row>
37072 <row>
37073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37074 \begin_inset Text
37075
37076 \begin_layout Plain Layout
37077
37078 \backslash
37079 lbracket
37080 \end_layout
37081
37082 \end_inset
37083 </cell>
37084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37085 \begin_inset Text
37086
37087 \begin_layout Plain Layout
37088 [
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 leftarrow
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 \backslash
37112 gets
37113 \end_layout
37114
37115 \end_inset
37116 </cell>
37117 </row>
37118 <row>
37119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123
37124 \backslash
37125 leq
37126 \end_layout
37127
37128 \end_inset
37129 </cell>
37130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37131 \begin_inset Text
37132
37133 \begin_layout Plain Layout
37134
37135 \backslash
37136 le
37137 \end_layout
37138
37139 \end_inset
37140 </cell>
37141 </row>
37142 <row>
37143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37144 \begin_inset Text
37145
37146 \begin_layout Plain Layout
37147
37148 \backslash
37149 lor
37150 \end_layout
37151
37152 \end_inset
37153 </cell>
37154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37155 \begin_inset Text
37156
37157 \begin_layout Plain Layout
37158
37159 \backslash
37160 vee
37161 \end_layout
37162
37163 \end_inset
37164 </cell>
37165 </row>
37166 <row>
37167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171
37172 \backslash
37173 neq
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182
37183 \backslash
37184 not=
37185 \end_layout
37186
37187 \end_inset
37188 </cell>
37189 </row>
37190 <row>
37191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195
37196 \backslash
37197 slash
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206 /
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 </row>
37212 <row>
37213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217
37218 \backslash
37219 vert
37220 \end_layout
37221
37222 \end_inset
37223 </cell>
37224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228 |
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 </row>
37234 </lyxtabular>
37235
37236 \end_inset
37237
37238
37239 \begin_inset space \hfill{}
37240 \end_inset
37241
37242
37243 \begin_inset Tabular
37244 <lyxtabular version="3" rows="12" columns="2">
37245 <features tabularvalignment="middle">
37246 <column alignment="center" valignment="top" width="0pt">
37247 <column alignment="center" valignment="top" width="0pt">
37248 <row>
37249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253 Befehl
37254 \end_layout
37255
37256 \end_inset
37257 </cell>
37258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262 äquivalent zu
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 </row>
37268 <row>
37269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273
37274 \backslash
37275 backslash
37276 \end_layout
37277
37278 \end_inset
37279 </cell>
37280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284
37285 \backslash
37286
37287 \backslash
37288
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 </row>
37294 <row>
37295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37296 \begin_inset Text
37297
37298 \begin_layout Plain Layout
37299
37300 \backslash
37301 dasharrow
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310
37311 \backslash
37312 dashrightarrow
37313 \end_layout
37314
37315 \end_inset
37316 </cell>
37317 </row>
37318 <row>
37319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37320 \begin_inset Text
37321
37322 \begin_layout Plain Layout
37323
37324 \backslash
37325 land
37326 \end_layout
37327
37328 \end_inset
37329 </cell>
37330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37331 \begin_inset Text
37332
37333 \begin_layout Plain Layout
37334
37335 \backslash
37336 wedge
37337 \end_layout
37338
37339 \end_inset
37340 </cell>
37341 </row>
37342 <row>
37343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37344 \begin_inset Text
37345
37346 \begin_layout Plain Layout
37347
37348 \backslash
37349 rbrace
37350 \end_layout
37351
37352 \end_inset
37353 </cell>
37354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358 }
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 </row>
37364 <row>
37365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37366 \begin_inset Text
37367
37368 \begin_layout Plain Layout
37369
37370 \backslash
37371 rbracket
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37377 \begin_inset Text
37378
37379 \begin_layout Plain Layout
37380 ]
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 rightarrow
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 \backslash
37404 to
37405 \end_layout
37406
37407 \end_inset
37408 </cell>
37409 </row>
37410 <row>
37411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37412 \begin_inset Text
37413
37414 \begin_layout Plain Layout
37415
37416 \backslash
37417 lnot
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37423 \begin_inset Text
37424
37425 \begin_layout Plain Layout
37426
37427 \backslash
37428 neg
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 </row>
37434 <row>
37435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37436 \begin_inset Text
37437
37438 \begin_layout Plain Layout
37439
37440 \backslash
37441 ne
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37447 \begin_inset Text
37448
37449 \begin_layout Plain Layout
37450
37451 \backslash
37452 not=
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 </row>
37458 <row>
37459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463
37464 \backslash
37465 owns
37466 \end_layout
37467
37468 \end_inset
37469 </cell>
37470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37471 \begin_inset Text
37472
37473 \begin_layout Plain Layout
37474
37475 \backslash
37476 ni
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 </row>
37482 <row>
37483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37484 \begin_inset Text
37485
37486 \begin_layout Plain Layout
37487
37488 \backslash
37489 square
37490 \end_layout
37491
37492 \end_inset
37493 </cell>
37494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37495 \begin_inset Text
37496
37497 \begin_layout Plain Layout
37498
37499 \backslash
37500 Box
37501 \end_layout
37502
37503 \end_inset
37504 </cell>
37505 </row>
37506 <row>
37507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511
37512 \backslash
37513 Vert
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522
37523 \backslash
37524 |
37525 \end_layout
37526
37527 \end_inset
37528 </cell>
37529 </row>
37530 </lyxtabular>
37531
37532 \end_inset
37533
37534
37535 \begin_inset space \hfill{}
37536 \end_inset
37537
37538
37539 \end_layout
37540
37541 \begin_layout Standard
37542 \begin_inset Newpage newpage
37543 \end_inset
37544
37545
37546 \end_layout
37547
37548 \begin_layout Bibliography
37549 \labelwidthstring Referenzen
37550 \begin_inset CommandInset bibitem
37551 LatexCommand bibitem
37552 key "TLC2"
37553
37554 \end_inset
37555
37556
37557 \shape smallcaps
37558 Mittelbach, F.
37559  ; Goossens, M.
37560 \shape default
37561
37562 \shape italic
37563 The LaTeX Companion
37564 \shape default
37565 .
37566  Addison Wesley, 2004
37567 \end_layout
37568
37569 \begin_layout Bibliography
37570 \labelwidthstring Referenzen
37571 \begin_inset CommandInset bibitem
37572 LatexCommand bibitem
37573 key "Mathmode"
37574
37575 \end_inset
37576
37577
37578 \begin_inset CommandInset href
37579 LatexCommand href
37580 name "Beschreibung"
37581 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37582
37583 \end_inset
37584
37585  der mathematischen Fähigkeiten von LaTeX
37586 \end_layout
37587
37588 \begin_layout Bibliography
37589 \labelwidthstring Referenzen
37590 \begin_inset CommandInset bibitem
37591 LatexCommand bibitem
37592 key "AMS"
37593
37594 \end_inset
37595
37596
37597 \begin_inset CommandInset href
37598 LatexCommand href
37599 name "Beschreibung"
37600 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37601
37602 \end_inset
37603
37604  von 
37605 \begin_inset ERT
37606 status collapsed
37607
37608 \begin_layout Plain Layout
37609
37610
37611 \backslash
37612 AmS
37613 \end_layout
37614
37615 \end_inset
37616
37617 -LaTeX
37618 \end_layout
37619
37620 \begin_layout Bibliography
37621 \labelwidthstring Referenzen
37622 \begin_inset CommandInset bibitem
37623 LatexCommand bibitem
37624 key "Symbole"
37625
37626 \end_inset
37627
37628
37629 \begin_inset CommandInset href
37630 LatexCommand href
37631 name "Auflistung"
37632 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37633
37634 \end_inset
37635
37636  aller über LaTeX-Pakete verfügbare Symbole
37637 \end_layout
37638
37639 \begin_layout Bibliography
37640 \labelwidthstring Referenzen
37641 \begin_inset CommandInset bibitem
37642 LatexCommand bibitem
37643 key "hyperref"
37644
37645 \end_inset
37646
37647
37648 \begin_inset CommandInset href
37649 LatexCommand href
37650 name "Dokumentation"
37651 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37652
37653 \end_inset
37654
37655  des LaTeX-Pakets 
37656 \series bold
37657 hyperref
37658 \series default
37659
37660 \begin_inset Index idx
37661 status collapsed
37662
37663 \begin_layout Plain Layout
37664 Pakete ! hyperref
37665 \end_layout
37666
37667 \end_inset
37668
37669
37670 \end_layout
37671
37672 \begin_layout Bibliography
37673 \labelwidthstring Referenzen
37674 \begin_inset CommandInset bibitem
37675 LatexCommand bibitem
37676 key "mhchem"
37677
37678 \end_inset
37679
37680
37681 \begin_inset CommandInset href
37682 LatexCommand href
37683 name "Dokumentation"
37684 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37685
37686 \end_inset
37687
37688  des LaTeX-Pakets 
37689 \series bold
37690 mhchem
37691 \series default
37692
37693 \begin_inset Index idx
37694 status collapsed
37695
37696 \begin_layout Plain Layout
37697 Pakete ! mhchem
37698 \end_layout
37699
37700 \end_inset
37701
37702
37703 \end_layout
37704
37705 \begin_layout Bibliography
37706 \labelwidthstring Referenzen
37707 \begin_inset CommandInset bibitem
37708 LatexCommand bibitem
37709 key "Mathclap"
37710
37711 \end_inset
37712
37713
37714 \begin_inset CommandInset href
37715 LatexCommand href
37716 name "Beschreibung"
37717 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37718
37719 \end_inset
37720
37721  des in 
37722 \begin_inset CommandInset ref
37723 LatexCommand ref
37724 reference "sub:Operatorgrenzen"
37725
37726 \end_inset
37727
37728  vorgestellten Befehls 
37729 \series bold
37730
37731 \backslash
37732 mathclap
37733 \series default
37734
37735 \begin_inset Index idx
37736 status collapsed
37737
37738 \begin_layout Plain Layout
37739 Befehle ! M ! 
37740 \backslash
37741 mathclap
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 "Duden"
37754
37755 \end_inset
37756
37757
37758 \emph on
37759 Duden Band 1
37760 \emph default
37761 .
37762  22.
37763  Auflage, Duden Verlag 2001
37764 \end_layout
37765
37766 \begin_layout Bibliography
37767 \labelwidthstring Referenzen
37768 \begin_inset CommandInset bibitem
37769 LatexCommand bibitem
37770 key "Checklist"
37771
37772 \end_inset
37773
37774
37775 \begin_inset CommandInset href
37776 LatexCommand href
37777 name "Prüfliste"
37778 target "http://physics.nist.gov/Document/checklist.pdf"
37779
37780 \end_inset
37781
37782  für das Rezensieren von Manuskripten
37783 \end_layout
37784
37785 \begin_layout Standard
37786 \begin_inset Note Note
37787 status collapsed
37788
37789 \begin_layout Plain Layout
37790 Damit der Index den Namen 
37791 \begin_inset Quotes gld
37792 \end_inset
37793
37794 Stichwortverzeichnis
37795 \begin_inset Quotes grd
37796 \end_inset
37797
37798  erhält, wurde im LaTeX-Vorspann
37799 \end_layout
37800
37801 \begin_layout Plain Layout
37802
37803 \series bold
37804
37805 \backslash
37806 addto
37807 \backslash
37808 captionsngerman{
37809 \backslash
37810 renewcommand{
37811 \backslash
37812 indexname}{Stichwortverzeichnis}}
37813 \end_layout
37814
37815 \begin_layout Plain Layout
37816 eingefügt.
37817 \end_layout
37818
37819 \begin_layout Plain Layout
37820 Das Paket 
37821 \series bold
37822 babel
37823 \series default
37824  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
37825  Ehe man Beschriftungen ändern kann, muss es geladen werden.
37826  Außerdem wird 
37827 \series bold
37828 babel
37829 \series default
37830  von LyX automatisch nach dem LaTeX-Vorspann geladen.
37831  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
37832 che verwendet wurde.
37833 \end_layout
37834
37835 \begin_layout Plain Layout
37836 Möchte man andere Beschriftungen ändern, ersetzt man 
37837 \series bold
37838
37839 \backslash
37840 indexname
37841 \series default
37842  durch 
37843 \series bold
37844
37845 \backslash
37846 <Beschriftungs>name
37847 \series default
37848 .
37849  Eine Auflistung der möglichen Namen findet man unter
37850 \end_layout
37851
37852 \begin_layout Plain Layout
37853
37854 \family typewriter
37855 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
37856 \end_layout
37857
37858 \begin_layout Plain Layout
37859 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
37860 \series bold
37861 ngerman
37862 \series default
37863  durch die Dokumentsprache und
37864 \end_layout
37865
37866 \begin_layout Plain Layout
37867
37868 \series bold
37869
37870 \backslash
37871 captionsgerman
37872 \series default
37873  durch 
37874 \series bold
37875
37876 \backslash
37877 captions<Dokumentsprache>
37878 \series default
37879 .
37880 \end_layout
37881
37882 \end_inset
37883
37884
37885 \begin_inset CommandInset index_print
37886 LatexCommand printindex
37887 type "idx"
37888
37889 \end_inset
37890
37891
37892 \end_layout
37893
37894 \end_body
37895 \end_document