]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Math.lyx: describe new supported font \mathscr
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasngerman{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
47  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
49
50 % Makros damit Pakete nicht doppelt geladen werden.
51 % siehe erste Fußnote in Kap. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
55 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % benutzt in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % für Mehrfachzeilen und -spalten
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % benutzt in Kap. 19.4
83 \usepackage{remreset}
84
85 % für das Fourier-Transformationssymbol
86 \usepackage{mathrsfs}
87
88 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % Farbdefinition aus Kap. 9.3
92 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
95 \DeclareMathOperator*{\Raute}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\leer}{\textvisiblespace}
99
100 % Beispielbefehle aus Kap. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % Beispielmakro aus Kap. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % Makro aus Kap. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % 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 und der Ausrichtung gefragt.
5131  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5132  von Bedeutung:
5133 \end_layout
5134
5135 \begin_layout Standard
5136 Die erste Matrix ist oben 
5137 \begin_inset Formula $\begin{array}[t]{cccc}
5138 A & D & G & J\\
5139 B & E & H & K\\
5140 C & F & I & L
5141 \end{array}$
5142 \end_inset
5143
5144 , die zweite mittig 
5145 \begin_inset Formula $\begin{array}{cccc}
5146 A & D & G & J\\
5147 B & E & H & K\\
5148 C & F & I & L
5149 \end{array}$
5150 \end_inset
5151
5152  und die dritte unten 
5153 \begin_inset Formula $\begin{array}[b]{cccc}
5154 A & D & G & J\\
5155 B & E & H & K\\
5156 C & F & I & L
5157 \end{array}$
5158 \end_inset
5159
5160  ausgerichtet.
5161 \end_layout
5162
5163 \begin_layout Standard
5164 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5165  werden sollen.
5166  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5167  
5168 \emph on
5169 l
5170 \emph default
5171  steht für linksbündig, 
5172 \emph on
5173 c
5174 \emph default
5175  für mittig und 
5176 \emph on
5177 r
5178 \emph default
5179  für rechtsbündig.
5180  Möchte man z.
5181 \begin_inset space \thinspace{}
5182 \end_inset
5183
5184 B.
5185  eine 4
5186 \series bold
5187 ×
5188 \series default
5189 4
5190 \begin_inset space ~
5191 \end_inset
5192
5193 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5194  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5195  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5196 \series bold
5197 lccr
5198 \series default
5199  an.
5200  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5201  die Voreinstellung für jede Spalte ein 
5202 \series bold
5203 c
5204 \series default
5205  ist.
5206 \end_layout
5207
5208 \begin_layout Standard
5209 Horizontale Ausrichtung:
5210 \end_layout
5211
5212 \begin_layout Standard
5213
5214 \series bold
5215 lll
5216 \series default
5217  : 
5218 \begin_inset Formula $\begin{array}{lll}
5219 10000 & D & G\\
5220 B & 10000 & H\\
5221 C & F & 10000
5222 \end{array}$
5223 \end_inset
5224
5225  , 
5226 \series bold
5227 ccc
5228 \series default
5229  : 
5230 \begin_inset Formula $\begin{array}{ccc}
5231 10000 & D & G\\
5232 B & 10000 & H\\
5233 C & F & 10000
5234 \end{array}$
5235 \end_inset
5236
5237  , 
5238 \series bold
5239 rrr
5240 \series default
5241  : 
5242 \begin_inset Formula $\begin{array}{rrr}
5243 10000 & D & G\\
5244 B & 10000 & H\\
5245 C & F & 10000
5246 \end{array}$
5247 \end_inset
5248
5249
5250 \end_layout
5251
5252 \begin_layout Standard
5253 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5254  man die Mathe-Werkzeugleistenknöpfe 
5255 \begin_inset Graphics
5256         filename ../../images/tabular-feature_append-row.png
5257         scale 85
5258
5259 \end_inset
5260
5261
5262 \begin_inset Graphics
5263         filename ../../images/tabular-feature_delete-row.png
5264         scale 85
5265
5266 \end_inset
5267
5268 , usw.
5269 \begin_inset space \space{}
5270 \end_inset
5271
5272 oder das Menü 
5273 \family sans
5274 Bearbeiten\SpecialChar \menuseparator
5275 Zeilen & Spalten
5276 \family default
5277  verwenden.
5278  Neue Zeilen können auch mit 
5279 \family sans
5280 Strg+Enter
5281 \family default
5282  erstellt werden.
5283 \end_layout
5284
5285 \begin_layout Standard
5286 \begin_inset VSpace bigskip
5287 \end_inset
5288
5289 Klammern um eine Matrix können entweder mit den Befehlen 
5290 \series bold
5291
5292 \backslash
5293 left
5294 \series default
5295
5296 \begin_inset Index idx
5297 status collapsed
5298
5299 \begin_layout Plain Layout
5300 Befehle ! L ! 
5301 \backslash
5302 left
5303 \end_layout
5304
5305 \end_inset
5306
5307  und 
5308 \series bold
5309
5310 \backslash
5311 right
5312 \series default
5313
5314 \begin_inset Index idx
5315 status collapsed
5316
5317 \begin_layout Plain Layout
5318 Befehle ! R ! 
5319 \backslash
5320 right
5321 \end_layout
5322
5323 \end_inset
5324
5325  erstellt werden (Tastenkürzel 
5326 \family sans
5327 Alt+M
5328 \begin_inset space ~
5329 \end_inset
5330
5331 Klammer
5332 \family default
5333 ), siehe 
5334 \begin_inset CommandInset ref
5335 LatexCommand ref
5336 reference "sub:Automatische-Klammergrößen"
5337
5338 \end_inset
5339
5340 , oder man verwendet folgende Befehle:
5341 \begin_inset VSpace bigskip
5342 \end_inset
5343
5344
5345 \end_layout
5346
5347 \begin_layout Standard
5348 \begin_inset space \hfill{}
5349 \end_inset
5350
5351
5352 \begin_inset Tabular
5353 <lyxtabular version="3" rows="4" columns="2">
5354 <features tabularvalignment="middle">
5355 <column alignment="center" valignment="top" width="0">
5356 <column alignment="center" valignment="top" width="0">
5357 <row>
5358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 Befehl
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 Ergebnis
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 </row>
5377 <row>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382
5383 \backslash
5384 bmatrix
5385 \begin_inset ERT
5386 status collapsed
5387
5388 \begin_layout Plain Layout
5389
5390
5391 \backslash
5392 leer 
5393 \end_layout
5394
5395 \end_inset
5396
5397 2
5398 \series bold
5399 ×
5400 \series default
5401 2
5402 \begin_inset space \thinspace{}
5403 \end_inset
5404
5405 Matrix
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5415 0 & \textrm{-}\mathrm{i}\\
5416 \mathrm{i} & 0
5417 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5418 \end_inset
5419
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 </row>
5426 <row>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431
5432 \backslash
5433 Bmatrix
5434 \begin_inset ERT
5435 status collapsed
5436
5437 \begin_layout Plain Layout
5438
5439
5440 \backslash
5441 leer 
5442 \end_layout
5443
5444 \end_inset
5445
5446 2
5447 \series bold
5448 ×
5449 \series default
5450 2
5451 \begin_inset space \thinspace{}
5452 \end_inset
5453
5454 Matrix
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5464 0 & \textrm{-}\mathrm{i}\\
5465 \mathrm{i} & 0
5466 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \backslash
5482 pmatrix
5483 \begin_inset ERT
5484 status collapsed
5485
5486 \begin_layout Plain Layout
5487
5488
5489 \backslash
5490 leer 
5491 \end_layout
5492
5493 \end_inset
5494
5495 2
5496 \series bold
5497 ×
5498 \series default
5499 2
5500 \begin_inset space \thinspace{}
5501 \end_inset
5502
5503 Matrix
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5513 0 & \textrm{-}\mathrm{i}\\
5514 \mathrm{i} & 0
5515 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5516 \end_inset
5517
5518
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 </row>
5524 </lyxtabular>
5525
5526 \end_inset
5527
5528
5529 \begin_inset space \hfill{}
5530 \end_inset
5531
5532
5533 \begin_inset Tabular
5534 <lyxtabular version="3" rows="4" columns="2">
5535 <features tabularvalignment="middle">
5536 <column alignment="center" valignment="top" width="0">
5537 <column alignment="center" valignment="top" width="0">
5538 <row>
5539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 Befehl
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 Ergebnis
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 </row>
5558 <row>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \backslash
5565 vmatrix
5566 \begin_inset ERT
5567 status collapsed
5568
5569 \begin_layout Plain Layout
5570
5571
5572 \backslash
5573 leer 
5574 \end_layout
5575
5576 \end_inset
5577
5578 2
5579 \series bold
5580 ×
5581 \series default
5582 2
5583 \begin_inset space \thinspace{}
5584 \end_inset
5585
5586 Matrix
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5596 0 & \textrm{-}\mathrm{i}\\
5597 \mathrm{i} & 0
5598 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 <row>
5608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612
5613 \backslash
5614 Vmatrix
5615 \begin_inset ERT
5616 status collapsed
5617
5618 \begin_layout Plain Layout
5619
5620
5621 \backslash
5622 leer 
5623 \end_layout
5624
5625 \end_inset
5626
5627 2
5628 \series bold
5629 ×
5630 \series default
5631 2
5632 \begin_inset space \thinspace{}
5633 \end_inset
5634
5635 Matrix
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5645 0 & \textrm{-}\mathrm{i}\\
5646 \mathrm{i} & 0
5647 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661
5662 \backslash
5663 matrix
5664 \begin_inset ERT
5665 status collapsed
5666
5667 \begin_layout Plain Layout
5668
5669
5670 \backslash
5671 leer 
5672 \end_layout
5673
5674 \end_inset
5675
5676 2
5677 \series bold
5678 ×
5679 \series default
5680 2
5681 \begin_inset space \thinspace{}
5682 \end_inset
5683
5684 Matrix
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5694 0 & \textrm{-}\mathrm{i}\\
5695 \mathrm{i} & 0
5696 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 </lyxtabular>
5706
5707 \end_inset
5708
5709
5710 \begin_inset space \hfill{}
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \begin_layout Standard
5717 \begin_inset VSpace medskip
5718 \end_inset
5719
5720 Wurde z.
5721 \begin_inset space \thinspace{}
5722 \end_inset
5723
5724 B.
5725  
5726 \series bold
5727
5728 \backslash
5729 vmatrix
5730 \series default
5731  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5732  in das die Matrix eingefügt wird.
5733 \end_layout
5734
5735 \begin_layout Standard
5736 \begin_inset VSpace bigskip
5737 \end_inset
5738
5739 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5740 \begin_inset CommandInset ref
5741 LatexCommand ref
5742 reference "sub:Spaltenabstand"
5743
5744 \end_inset
5745
5746  beschriebene Länge 
5747 \series bold
5748
5749 \backslash
5750 arraycolsep
5751 \series default
5752
5753 \begin_inset Index idx
5754 status collapsed
5755
5756 \begin_layout Plain Layout
5757 Befehle ! A ! 
5758 \backslash
5759 arraycolsep
5760 \end_layout
5761
5762 \end_inset
5763
5764  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5765 \end_layout
5766
5767 \begin_layout Standard
5768 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5769 \series bold
5770
5771 \backslash
5772 arraystretch
5773 \series default
5774
5775 \begin_inset Index idx
5776 status collapsed
5777
5778 \begin_layout Plain Layout
5779 Befehle ! A ! 
5780 \backslash
5781 arraystretch
5782 \end_layout
5783
5784 \end_inset
5785
5786 .
5787  Dieser wird folgendermaßen benutzt:
5788 \end_layout
5789
5790 \begin_layout Standard
5791
5792 \series bold
5793
5794 \backslash
5795 renewcommand{
5796 \backslash
5797 arraystretch}{Dehnungsfaktor}
5798 \begin_inset Index idx
5799 status collapsed
5800
5801 \begin_layout Plain Layout
5802 Befehle ! R ! 
5803 \backslash
5804 renewcommand
5805 \end_layout
5806
5807 \end_inset
5808
5809
5810 \end_layout
5811
5812 \begin_layout Standard
5813 Der Befehl 
5814 \series bold
5815
5816 \backslash
5817 renewcommand
5818 \series default
5819  weist dabei dem vordefinierten Befehl 
5820 \series bold
5821
5822 \backslash
5823 arraystretch
5824 \series default
5825  den Dehnungsfaktor zu.
5826  Möchte man z.
5827 \begin_inset space \thinspace{}
5828 \end_inset
5829
5830 B.
5831  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5832  Dieser wird dann für alle folgenden Matrizen verwendet.
5833  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5834 \series bold
5835
5836 \backslash
5837 arraystretch
5838 \series default
5839  den Faktor 1 zu.
5840 \end_layout
5841
5842 \begin_layout Standard
5843 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5844 \series bold
5845
5846 \backslash
5847 smallmatrix
5848 \series default
5849
5850 \begin_inset Index idx
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854 Befehle ! S ! 
5855 \backslash
5856 smallmatrix
5857 \end_layout
5858
5859 \end_inset
5860
5861 .
5862  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5863  gestrichelten Linien.
5864  In dieses Kästchen wird die Matrix eingegeben.
5865  Man verwendet stattdessen das Menü 
5866 \family sans
5867 Bearbeiten\SpecialChar \menuseparator
5868 Zeilen
5869 \begin_inset space ~
5870 \end_inset
5871
5872 &
5873 \begin_inset space ~
5874 \end_inset
5875
5876 Spalten
5877 \family default
5878  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5879  Neue Zeilen können auch mit 
5880 \family sans
5881 Strg+Enter
5882 \family default
5883  erstellt werden.
5884 \end_layout
5885
5886 \begin_layout Standard
5887 Dies ist eine Matrix 
5888 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5889 C & D
5890 \end{smallmatrix}\right)$
5891 \end_inset
5892
5893  in einer Textzeile.
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset Newpage newpage
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \begin_layout Section
5904 Klammern und Begrenzungszeichen
5905 \begin_inset Index idx
5906 status collapsed
5907
5908 \begin_layout Plain Layout
5909 Klammern
5910 \end_layout
5911
5912 \end_inset
5913
5914
5915 \begin_inset Index idx
5916 status collapsed
5917
5918 \begin_layout Plain Layout
5919 Begrenzungszeichen
5920 \end_layout
5921
5922 \end_inset
5923
5924
5925 \end_layout
5926
5927 \begin_layout Subsection
5928 Vertikale Klammern und Begrenzungszeichen
5929 \begin_inset Index idx
5930 status collapsed
5931
5932 \begin_layout Plain Layout
5933 Klammern ! vertikale
5934 \end_layout
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \begin_layout Standard
5942 \begin_inset space \hfill{}
5943 \end_inset
5944
5945
5946 \begin_inset Tabular
5947 <lyxtabular version="3" rows="9" columns="2">
5948 <features tabularvalignment="middle">
5949 <column alignment="center" valignment="top" width="0pt">
5950 <column alignment="center" valignment="top" width="0pt">
5951 <row>
5952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 Befehl
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 Ergebnis
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 (
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $($
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 <row>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 {
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 \begin_inset Formula $\{$
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 <row>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 [
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 \begin_inset Formula $[$
6032 \end_inset
6033
6034
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 </row>
6040 <row>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045
6046 \backslash
6047 langle
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Formula $\langle$
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070
6071 \backslash
6072 lceil
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\lceil$
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095
6096 \backslash
6097 lfloor
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 \begin_inset Formula $\lfloor$
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 /
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 \begin_inset Formula $/$
6130 \end_inset
6131
6132
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 </row>
6138 <row>
6139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 |
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 \begin_inset Formula $|$
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 </lyxtabular>
6162
6163 \end_inset
6164
6165
6166 \begin_inset space \hfill{}
6167 \end_inset
6168
6169
6170 \begin_inset Tabular
6171 <lyxtabular version="3" rows="9" columns="2">
6172 <features tabularvalignment="middle">
6173 <column alignment="center" valignment="top" width="0pt">
6174 <column alignment="center" valignment="top" width="0pt">
6175 <row>
6176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 Befehl
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 Ergebnis
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 )
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 \begin_inset Formula $)$
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 </row>
6218 <row>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 }
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 \begin_inset Formula $\}$
6233 \end_inset
6234
6235
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 </row>
6241 <row>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 ]
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 \begin_inset Formula $]$
6256 \end_inset
6257
6258
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 </row>
6264 <row>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269
6270 \backslash
6271 rangle
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 \begin_inset Formula $\rangle$
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294
6295 \backslash
6296 rceil
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 \begin_inset Formula $\rceil$
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 </row>
6314 <row>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319
6320 \backslash
6321 rfloor
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 \begin_inset Formula $\rfloor$
6331 \end_inset
6332
6333
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 </row>
6339 <row>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \backslash
6346
6347 \backslash
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 \begin_inset Formula $\backslash$
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row>
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371
6372 \backslash
6373 |
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 \begin_inset Formula $\|$
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 </row>
6391 </lyxtabular>
6392
6393 \end_inset
6394
6395
6396 \begin_inset space \hfill{}
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \begin_layout Standard
6403
6404 \series medium
6405 \begin_inset Note Greyedout
6406 status open
6407
6408 \begin_layout Plain Layout
6409
6410 \series bold
6411 Achtung:
6412 \series default
6413  Im TeX-Modus muss für den Backslash der Befehl 
6414 \series bold
6415
6416 \backslash
6417 textbackslash
6418 \series default
6419
6420 \begin_inset Index idx
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424 Befehle ! T ! 
6425 \backslash
6426 textbackslash
6427 \end_layout
6428
6429 \end_inset
6430
6431  verwendet werden, denn der Befehl 
6432 \series bold
6433
6434 \backslash
6435
6436 \backslash
6437
6438 \series default
6439  steht dort für einen Zeilenumbruch.
6440 \end_layout
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Standard
6448 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6449  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6450  Dabei können dann statt den Befehlen 
6451 \series bold
6452
6453 \backslash
6454 langle
6455 \series default
6456  und 
6457 \series bold
6458
6459 \backslash
6460 rangle
6461 \series default
6462  direkt die Zeichen < und > verwendet werden.
6463 \end_layout
6464
6465 \begin_layout Subsubsection
6466 Manuelle Klammergrößen
6467 \begin_inset CommandInset label
6468 LatexCommand label
6469 name "sub:Manuelle-Klammergrößen"
6470
6471 \end_inset
6472
6473
6474 \begin_inset Index idx
6475 status collapsed
6476
6477 \begin_layout Plain Layout
6478 Klammergrößen ! manuelle
6479 \end_layout
6480
6481 \end_inset
6482
6483
6484 \end_layout
6485
6486 \begin_layout Standard
6487 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6488  LaTeX-Befehle 
6489 \series bold
6490
6491 \backslash
6492 big
6493 \series default
6494
6495 \begin_inset Index idx
6496 status collapsed
6497
6498 \begin_layout Plain Layout
6499 Befehle ! B ! 
6500 \backslash
6501 big
6502 \end_layout
6503
6504 \end_inset
6505
6506
6507 \series bold
6508
6509 \backslash
6510 Big
6511 \series default
6512
6513 \series bold
6514
6515 \backslash
6516 bigg
6517 \series default
6518  und 
6519 \series bold
6520
6521 \backslash
6522 Bigg
6523 \series default
6524  tun.
6525  
6526 \series bold
6527
6528 \backslash
6529 big
6530 \series default
6531  steht hierbei für die kleinste und 
6532 \series bold
6533
6534 \backslash
6535 Bigg
6536 \series default
6537  für die größte Klammergröße.
6538 \end_layout
6539
6540 \begin_layout Standard
6541 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6542 \end_layout
6543
6544 \begin_layout Standard
6545 \align center
6546 \begin_inset Tabular
6547 <lyxtabular version="3" rows="2" columns="2">
6548 <features tabularvalignment="middle">
6549 <column alignment="center" valignment="top" width="0pt">
6550 <column alignment="center" valignment="top" width="0pt">
6551 <row>
6552 <cell alignment="center" valignment="top" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556 einheitliche Klammergröße:
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 <cell alignment="center" valignment="top" usebox="none">
6562 \begin_inset Text
6563
6564 \begin_layout Plain Layout
6565 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6566 \end_inset
6567
6568
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 </row>
6574 <row>
6575 <cell alignment="center" valignment="top" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 besser sieht das so aus:
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6589 \end_inset
6590
6591
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 </row>
6597 </lyxtabular>
6598
6599 \end_inset
6600
6601
6602 \begin_inset Note Note
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606
6607 \series bold
6608
6609 \backslash
6610 raisebox
6611 \series default
6612  dient nur
6613 \end_layout
6614
6615 \begin_layout Plain Layout
6616 als Abstandhalter.
6617 \end_layout
6618
6619 \end_inset
6620
6621
6622 \end_layout
6623
6624 \begin_layout Standard
6625 Für die zweite Formel wurde der Befehl 
6626 \series bold
6627
6628 \backslash
6629 Big((A+B)(A-B)
6630 \backslash
6631 Big)^
6632 \begin_inset ERT
6633 status collapsed
6634
6635 \begin_layout Plain Layout
6636
6637
6638 \backslash
6639 leer 
6640 \end_layout
6641
6642 \end_inset
6643
6644 C
6645 \series default
6646  verwendet.
6647 \end_layout
6648
6649 \begin_layout Standard
6650 Hier alle Klammergrößen in der Übersicht:
6651 \end_layout
6652
6653 \begin_layout Standard
6654 \align center
6655
6656 \backslash
6657 Bigg(
6658 \backslash
6659 exp
6660 \backslash
6661 bigg<
6662 \backslash
6663 Big[
6664 \backslash
6665 big{
6666 \backslash
6667 ln(3x)
6668 \backslash
6669 big}^2
6670 \begin_inset ERT
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674
6675
6676 \backslash
6677 leer 
6678 \end_layout
6679
6680 \end_inset
6681
6682
6683 \backslash
6684 sin(x)
6685 \backslash
6686 Big]^
6687 \begin_inset ERT
6688 status collapsed
6689
6690 \begin_layout Plain Layout
6691
6692
6693 \backslash
6694 leer 
6695 \end_layout
6696
6697 \end_inset
6698
6699 A
6700 \begin_inset ERT
6701 status collapsed
6702
6703 \begin_layout Plain Layout
6704
6705
6706 \backslash
6707 leer 
6708 \end_layout
6709
6710 \end_inset
6711
6712
6713 \backslash
6714 bigg>
6715 \backslash
6716 Bigg)^0,5
6717 \end_layout
6718
6719 \begin_layout Standard
6720 \align center
6721 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6722 \end_inset
6723
6724
6725 \end_layout
6726
6727 \begin_layout Standard
6728 Es gibt außer den 
6729 \series bold
6730
6731 \backslash
6732 big
6733 \series default
6734 -Befehlen noch die Variante 
6735 \series bold
6736
6737 \backslash
6738 bigm
6739 \series default
6740
6741 \begin_inset Index idx
6742 status collapsed
6743
6744 \begin_layout Plain Layout
6745 Befehle ! B ! 
6746 \backslash
6747 bigm
6748 \end_layout
6749
6750 \end_inset
6751
6752 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6753  die Variante 
6754 \series bold
6755
6756 \backslash
6757 bigl
6758 \series default
6759 -
6760 \series bold
6761
6762 \backslash
6763 bigr
6764 \series default
6765
6766 \begin_inset Index idx
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770 Befehle ! B ! 
6771 \backslash
6772 bigl - 
6773 \backslash
6774 bigr
6775 \end_layout
6776
6777 \end_inset
6778
6779 , die keinen zusätzlichen Leerraum erzeugt.
6780  Das 
6781 \emph on
6782 l
6783 \emph default
6784  am Ende des Befehls 
6785 \series bold
6786
6787 \backslash
6788 bigl
6789 \series default
6790  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6791  ein 
6792 \emph on
6793 r
6794 \emph default
6795  ersetzt.
6796  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6797  sein.
6798 \end_layout
6799
6800 \begin_layout Standard
6801 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6802 \end_layout
6803
6804 \begin_layout Standard
6805 \align center
6806 \begin_inset Tabular
6807 <lyxtabular version="3" rows="5" columns="2">
6808 <features tabularvalignment="middle">
6809 <column alignment="center" valignment="middle" width="0">
6810 <column alignment="center" valignment="middle" width="0">
6811 <row>
6812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 Befehl
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 Ergebnis
6826 \begin_inset Note Note
6827 status collapsed
6828
6829 \begin_layout Plain Layout
6830
6831 \series bold
6832
6833 \backslash
6834 raisebox
6835 \series default
6836  dient nur als Abstandhalter.
6837 \end_layout
6838
6839 \end_inset
6840
6841
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 </row>
6847 <row>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852
6853 \backslash
6854 Bigm(
6855 \backslash
6856 bigm(
6857 \backslash
6858 ln(3x)
6859 \backslash
6860 bigm)^2
6861 \begin_inset ERT
6862 status collapsed
6863
6864 \begin_layout Plain Layout
6865
6866
6867 \backslash
6868 leer 
6869 \end_layout
6870
6871 \end_inset
6872
6873
6874 \backslash
6875 Bigm)
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 </row>
6893 <row>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898
6899 \backslash
6900 Big(
6901 \backslash
6902 big(
6903 \backslash
6904 ln(3x)
6905 \backslash
6906 big)^2
6907 \begin_inset ERT
6908 status collapsed
6909
6910 \begin_layout Plain Layout
6911
6912
6913 \backslash
6914 leer 
6915 \end_layout
6916
6917 \end_inset
6918
6919
6920 \backslash
6921 Big)
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6931 \end_inset
6932
6933
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 </row>
6939 <row>
6940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944
6945 \backslash
6946 Bigl(
6947 \backslash
6948 bigl(
6949 \backslash
6950 ln(3x)
6951 \backslash
6952 bigr)^2
6953 \begin_inset ERT
6954 status collapsed
6955
6956 \begin_layout Plain Layout
6957
6958
6959 \backslash
6960 leer 
6961 \end_layout
6962
6963 \end_inset
6964
6965
6966 \backslash
6967 Bigr)
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6977 \end_inset
6978
6979
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 </row>
6985 <row>
6986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990
6991 \backslash
6992 bigl)
6993 \backslash
6994 ln(3x)
6995 \backslash
6996 bigr(
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7006 \end_inset
7007
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 </lyxtabular>
7015
7016 \end_inset
7017
7018
7019 \end_layout
7020
7021 \begin_layout Subsubsection
7022 Automatische Klammergrößen
7023 \begin_inset CommandInset label
7024 LatexCommand label
7025 name "sub:Automatische-Klammergrößen"
7026
7027 \end_inset
7028
7029
7030 \begin_inset Index idx
7031 status collapsed
7032
7033 \begin_layout Plain Layout
7034 Klammergrößen ! automatische
7035 \end_layout
7036
7037 \end_inset
7038
7039
7040 \end_layout
7041
7042 \begin_layout Standard
7043 Klammern variabler Größe können mit den Befehlen 
7044 \series bold
7045
7046 \backslash
7047 left
7048 \series default
7049
7050 \begin_inset Index idx
7051 status collapsed
7052
7053 \begin_layout Plain Layout
7054 Befehle ! L ! 
7055 \backslash
7056 left
7057 \end_layout
7058
7059 \end_inset
7060
7061  und 
7062 \series bold
7063
7064 \backslash
7065 right
7066 \series default
7067
7068 \begin_inset Index idx
7069 status collapsed
7070
7071 \begin_layout Plain Layout
7072 Befehle ! R ! 
7073 \backslash
7074 right
7075 \end_layout
7076
7077 \end_inset
7078
7079  oder über den Mathe-Werkzeugleistenknopf
7080 \family sans
7081  
7082 \family default
7083
7084 \begin_inset Graphics
7085         filename ../../images/dialog-show_mathdelimiter.png
7086         scale 85
7087
7088 \end_inset
7089
7090  eingefügt werden.
7091  Auf 
7092 \series bold
7093
7094 \backslash
7095 left
7096 \series default
7097  und 
7098 \series bold
7099
7100 \backslash
7101 right
7102 \series default
7103  muss unmittelbar die gewünschte Klammer folgen.
7104  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7105 \end_layout
7106
7107 \begin_layout Standard
7108 \align center
7109 normale Klammer: Der Befehl 
7110 \series bold
7111
7112 \backslash
7113 ln(
7114 \backslash
7115 frac
7116 \begin_inset ERT
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120
7121
7122 \backslash
7123 leer 
7124 \end_layout
7125
7126 \end_inset
7127
7128 A
7129 \begin_inset Formula $\downarrow$
7130 \end_inset
7131
7132 C
7133 \begin_inset ERT
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137
7138
7139 \backslash
7140 leer 
7141 \end_layout
7142
7143 \end_inset
7144
7145 )
7146 \series default
7147  ergibt
7148 \begin_inset Formula \[
7149 \ln(\frac{A}{C})\]
7150
7151 \end_inset
7152
7153
7154 \end_layout
7155
7156 \begin_layout Standard
7157 \align center
7158 mehrzeilige Klammer: Der Befehl 
7159 \series bold
7160
7161 \backslash
7162 ln
7163 \backslash
7164 left(
7165 \backslash
7166 frac
7167 \begin_inset ERT
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171
7172
7173 \backslash
7174 leer 
7175 \end_layout
7176
7177 \end_inset
7178
7179 A
7180 \begin_inset Formula $\downarrow$
7181 \end_inset
7182
7183 C
7184 \begin_inset ERT
7185 status collapsed
7186
7187 \begin_layout Plain Layout
7188
7189
7190 \backslash
7191 leer 
7192 \end_layout
7193
7194 \end_inset
7195
7196
7197 \backslash
7198 right)
7199 \series default
7200  ergibt
7201 \begin_inset Formula \[
7202 \ln\left(\frac{A}{C}\right)\]
7203
7204 \end_inset
7205
7206
7207 \end_layout
7208
7209 \begin_layout Standard
7210 An Stelle von 
7211 \series bold
7212
7213 \backslash
7214 left
7215 \series default
7216  und 
7217 \series bold
7218
7219 \backslash
7220 right
7221 \series default
7222  kann man die Tastenkürzel 
7223 \family sans
7224 Alt+M
7225 \begin_inset space ~
7226 \end_inset
7227
7228 Klammer
7229 \family default
7230  verwenden.
7231  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7232  und dass die rechte Klammer gleich mit erstellt wird.
7233 \begin_inset Newline newline
7234 \end_inset
7235
7236 Der Befehl für das letzte Beispiel würde dann lauten: 
7237 \series bold
7238
7239 \backslash
7240 ln Alt+M
7241 \series default
7242  
7243 \series bold
7244 (
7245 \backslash
7246 frac
7247 \begin_inset ERT
7248 status collapsed
7249
7250 \begin_layout Plain Layout
7251
7252
7253 \backslash
7254 leer 
7255 \end_layout
7256
7257 \end_inset
7258
7259 A
7260 \begin_inset Formula $\downarrow$
7261 \end_inset
7262
7263 C
7264 \end_layout
7265
7266 \begin_layout Standard
7267 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7268  Klammer einen Punkt.
7269  So ergibt z.
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 B.
7274  der Befehl 
7275 \series bold
7276
7277 \backslash
7278 left.
7279 \backslash
7280 frac
7281 \begin_inset ERT
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285
7286
7287 \backslash
7288 leer 
7289 \end_layout
7290
7291 \end_inset
7292
7293 A
7294 \begin_inset Formula $\downarrow$
7295 \end_inset
7296
7297 B
7298 \begin_inset ERT
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302
7303
7304 \backslash
7305 leer 
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \backslash
7312 right}
7313 \series default
7314
7315 \begin_inset space \thinspace{}
7316 \end_inset
7317
7318 :
7319 \series bold
7320
7321 \begin_inset Formula \[
7322 \left.\frac{A}{B}\right\} \]
7323
7324 \end_inset
7325
7326
7327 \series default
7328 Die Befehle 
7329 \series bold
7330
7331 \backslash
7332 left
7333 \series default
7334  und 
7335 \series bold
7336
7337 \backslash
7338 right
7339 \series default
7340  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7341  umgewandelt.
7342  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7343 \end_layout
7344
7345 \begin_layout Standard
7346 \begin_inset VSpace bigskip
7347 \end_inset
7348
7349 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7350  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7351  Befehl 
7352 \series bold
7353
7354 \backslash
7355 middle
7356 \series default
7357
7358 \begin_inset Index idx
7359 status collapsed
7360
7361 \begin_layout Plain Layout
7362 Befehle ! M ! 
7363 \backslash
7364 middle
7365 \end_layout
7366
7367 \end_inset
7368
7369  zur Verfügung.
7370  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7371  angepasst, was z.
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 B.
7376  für physikalische Vektoren von Nutzen ist:
7377 \begin_inset Formula \[
7378 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7379
7380 \end_inset
7381
7382 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7383 \begin_inset CommandInset ref
7384 LatexCommand ref
7385 reference "sub:Physikalische-Vektoren"
7386
7387 \end_inset
7388
7389  beschrieben ist.
7390 \end_layout
7391
7392 \begin_layout Subsection
7393 Horizontale Klammern
7394 \begin_inset Index idx
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398 Klammern ! horizontale
7399 \end_layout
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \begin_layout Standard
7407 \align center
7408 \begin_inset Tabular
7409 <lyxtabular version="3" rows="4" columns="2">
7410 <features tabularvalignment="middle">
7411 <column alignment="center" valignment="top" width="0pt">
7412 <column alignment="center" valignment="top" width="0pt">
7413 <row>
7414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418 Befehl
7419 \begin_inset Note Note
7420 status collapsed
7421
7422 \begin_layout Plain Layout
7423
7424 \series bold
7425
7426 \backslash
7427 raisebox
7428 \series default
7429  dient nur als Abstandhalter.
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 Ergebnis
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 </row>
7449 <row>
7450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 \begin_inset ERT
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458
7459
7460 \backslash
7461 raisebox{2.3mm}{
7462 \end_layout
7463
7464 \end_inset
7465
7466
7467 \backslash
7468 overbrace
7469 \begin_inset ERT
7470 status collapsed
7471
7472 \begin_layout Plain Layout
7473
7474
7475 \backslash
7476 leer 
7477 \end_layout
7478
7479 \end_inset
7480
7481 A+B
7482 \begin_inset ERT
7483 status collapsed
7484
7485 \begin_layout Plain Layout
7486
7487
7488 \backslash
7489 leer 
7490 \end_layout
7491
7492 \end_inset
7493
7494 ^
7495 \begin_inset ERT
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499
7500
7501 \backslash
7502 leer 
7503 \end_layout
7504
7505 \end_inset
7506
7507 3
7508 \begin_inset ERT
7509 status collapsed
7510
7511 \begin_layout Plain Layout
7512
7513 }
7514 \end_layout
7515
7516 \end_inset
7517
7518
7519 \begin_inset Index idx
7520 status collapsed
7521
7522 \begin_layout Plain Layout
7523 Befehle ! O ! 
7524 \backslash
7525 overbrace
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 \begin_inset Formula $\overbrace{A+B}^{3}$
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 </row>
7548 <row>
7549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 \begin_inset ERT
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557
7558
7559 \backslash
7560 raisebox{-2.2mm}{
7561 \end_layout
7562
7563 \end_inset
7564
7565
7566 \backslash
7567 underbrace
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573
7574 \backslash
7575 leer 
7576 \end_layout
7577
7578 \end_inset
7579
7580 A+B
7581 \begin_inset ERT
7582 status collapsed
7583
7584 \begin_layout Plain Layout
7585
7586
7587 \backslash
7588 leer 
7589 \end_layout
7590
7591 \end_inset
7592
7593 _5
7594 \begin_inset ERT
7595 status collapsed
7596
7597 \begin_layout Plain Layout
7598
7599 }
7600 \end_layout
7601
7602 \end_inset
7603
7604
7605 \begin_inset Index idx
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609 Befehle ! U ! 
7610 \backslash
7611 underbrace
7612 \end_layout
7613
7614 \end_inset
7615
7616
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 \begin_inset Formula $\underbrace{A+B}_{5}$
7626 \end_inset
7627
7628
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \backslash
7641 overbrace
7642 \begin_inset ERT
7643 status collapsed
7644
7645 \begin_layout Plain Layout
7646
7647
7648 \backslash
7649 leer 
7650 \end_layout
7651
7652 \end_inset
7653
7654
7655 \backslash
7656 underbrace
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662
7663 \backslash
7664 leer 
7665 \end_layout
7666
7667 \end_inset
7668
7669 A+B_w
7670 \begin_inset ERT
7671 status collapsed
7672
7673 \begin_layout Plain Layout
7674
7675
7676 \backslash
7677 leer 
7678 \end_layout
7679
7680 \end_inset
7681
7682
7683 \begin_inset ERT
7684 status collapsed
7685
7686 \begin_layout Plain Layout
7687
7688
7689 \backslash
7690 leer 
7691 \end_layout
7692
7693 \end_inset
7694
7695 _7
7696 \begin_inset ERT
7697 status collapsed
7698
7699 \begin_layout Plain Layout
7700
7701
7702 \backslash
7703 leer 
7704 \end_layout
7705
7706 \end_inset
7707
7708
7709 \begin_inset ERT
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713
7714
7715 \backslash
7716 leer 
7717 \end_layout
7718
7719 \end_inset
7720
7721 ^
7722 \begin_inset ERT
7723 status collapsed
7724
7725 \begin_layout Plain Layout
7726
7727
7728 \backslash
7729 leer 
7730 \end_layout
7731
7732 \end_inset
7733
7734 C
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7744 \end_inset
7745
7746
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 </row>
7752 </lyxtabular>
7753
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \begin_layout Standard
7760 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7761 \series bold
7762
7763 \backslash
7764 overbrace
7765 \series default
7766  oder 
7767 \series bold
7768
7769 \backslash
7770 underbrace
7771 \series default
7772  eingibt.
7773 \end_layout
7774
7775 \begin_layout Standard
7776 \begin_inset VSpace bigskip
7777 \end_inset
7778
7779 Benötigt man Klammern, die sich überschneiden, muss man die in 
7780 \begin_inset CommandInset ref
7781 LatexCommand ref
7782 reference "sec:Mehrzeilige-Formeln"
7783
7784 \end_inset
7785
7786  beschriebenen mehrzeiligen Formeln verwenden:
7787 \begin_inset Formula \begin{eqnarray*}
7788 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7789  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7790 \end{eqnarray*}
7791
7792 \end_inset
7793
7794 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7795  Dabei ist es wichtig, dass vor dem ersten 
7796 \begin_inset Formula $d$
7797 \end_inset
7798
7799  der Abstandsbefehl
7800 \begin_inset Foot
7801 status collapsed
7802
7803 \begin_layout Plain Layout
7804 Abstandsbefehle sind in 
7805 \begin_inset CommandInset ref
7806 LatexCommand ref
7807 reference "sub:Vordefinierter-Leerraum"
7808
7809 \end_inset
7810
7811  erklärt.
7812 \end_layout
7813
7814 \end_inset
7815
7816  
7817 \series bold
7818
7819 \backslash
7820 :
7821 \series default
7822  eingegeben wird, denn die nach dem 
7823 \begin_inset Formula $q$
7824 \end_inset
7825
7826  endende Klammer verhindert, dass das nachfolgende 
7827 \begin_inset Quotes gld
7828 \end_inset
7829
7830 +
7831 \begin_inset Quotes grd
7832 \end_inset
7833
7834  von Leerraum umgeben ist.
7835 \begin_inset Foot
7836 status collapsed
7837
7838 \begin_layout Plain Layout
7839 weil eine Klammer nicht als Zeichen gilt, siehe 
7840 \begin_inset CommandInset ref
7841 LatexCommand ref
7842 reference "sub:Binäre-Operatoren"
7843
7844 \end_inset
7845
7846
7847 \end_layout
7848
7849 \end_inset
7850
7851  In die zweite Zeile wird die zweite Klammer eingegeben.
7852  Da sie vor dem 
7853 \begin_inset Formula $b$
7854 \end_inset
7855
7856  beginnen soll, gibt man zuerst 
7857 \series bold
7858
7859 \backslash
7860 hphantom{gggg+
7861 \backslash
7862 :}
7863 \series default
7864  ein.
7865 \begin_inset Foot
7866 status collapsed
7867
7868 \begin_layout Plain Layout
7869 mehr zu 
7870 \series bold
7871
7872 \backslash
7873 hphantom
7874 \series default
7875  siehe 
7876 \begin_inset CommandInset ref
7877 LatexCommand ref
7878 reference "sub:Platzhalter"
7879
7880 \end_inset
7881
7882 .
7883 \end_layout
7884
7885 \end_inset
7886
7887  Dieser Leerraum wird benötigt, weil das 
7888 \begin_inset Quotes gld
7889 \end_inset
7890
7891 +
7892 \begin_inset Quotes grd
7893 \end_inset
7894
7895  in der Formel auch von Leerraum umgeben ist.
7896  Die Klammer wird unter den Befehl 
7897 \series bold
7898
7899 \backslash
7900 hphantom{bbqq+dddd}
7901 \series default
7902  gesetzt.
7903 \end_layout
7904
7905 \begin_layout Standard
7906 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7907 n, wie in folgendem Beispiel:
7908 \begin_inset ERT
7909 status collapsed
7910
7911 \begin_layout Plain Layout
7912
7913
7914 \backslash
7915 setlength{
7916 \backslash
7917 jot}{-6pt}
7918 \end_layout
7919
7920 \end_inset
7921
7922
7923 \begin_inset Formula \begin{eqnarray*}
7924  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7925 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7926 \end{eqnarray*}
7927
7928 \end_inset
7929
7930
7931 \begin_inset ERT
7932 status collapsed
7933
7934 \begin_layout Plain Layout
7935
7936
7937 \backslash
7938 setlength{
7939 \backslash
7940 jot}{3pt}
7941 \end_layout
7942
7943 \end_inset
7944
7945 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7946  mit dem Unterschied, dass sich die Klammer oben befindet.
7947  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7948  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7949  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7950  werden.
7951  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7952 \begin_inset Foot
7953 status collapsed
7954
7955 \begin_layout Plain Layout
7956 \begin_inset CommandInset href
7957 LatexCommand href
7958 name "LyX-Fehler #1505"
7959 target "http://www.lyx.org/trac/ticket/1505"
7960
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967
7968 .
7969  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7970 \series bold
7971
7972 \backslash
7973 jot
7974 \series default
7975
7976 \begin_inset Index idx
7977 status collapsed
7978
7979 \begin_layout Plain Layout
7980 Befehle ! J ! 
7981 \backslash
7982 jot
7983 \end_layout
7984
7985 \end_inset
7986
7987  vor der Formel mit dem Befehl 
7988 \series bold
7989
7990 \backslash
7991 setlength{
7992 \backslash
7993 jot}{-6pt}
7994 \series default
7995  im TeX-Modus auf den Wert -6
7996 \begin_inset space \thinspace{}
7997 \end_inset
7998
7999 pt geändert.
8000  Nach der Formel wird 
8001 \series bold
8002
8003 \backslash
8004 jot
8005 \series default
8006  mit demselben Befehl wieder auf den Standardwert 3
8007 \begin_inset space \thinspace{}
8008 \end_inset
8009
8010 pt zurückgesetzt.
8011  Genaueres zum Zeilenabstand in Formeln ist in 
8012 \begin_inset CommandInset ref
8013 LatexCommand ref
8014 reference "sub:Zeilenabstand"
8015
8016 \end_inset
8017
8018  erklärt.
8019 \end_layout
8020
8021 \begin_layout Section
8022 Pfeile
8023 \begin_inset Index idx
8024 status collapsed
8025
8026 \begin_layout Plain Layout
8027 Pfeile
8028 \end_layout
8029
8030 \end_inset
8031
8032
8033 \end_layout
8034
8035 \begin_layout Standard
8036 Pfeile können über den Mathe-Werkzeugleistenknopf 
8037 \begin_inset Graphics
8038         filename ../../images/math/leftarrow.png
8039         scale 85
8040
8041 \end_inset
8042
8043  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8044  aufgelistet sind.
8045 \end_layout
8046
8047 \begin_layout Subsection
8048 Horizontale Pfeile
8049 \begin_inset Index idx
8050 status collapsed
8051
8052 \begin_layout Plain Layout
8053 Pfeile ! horizontale
8054 \end_layout
8055
8056 \end_inset
8057
8058
8059 \end_layout
8060
8061 \begin_layout Standard
8062 \begin_inset space \hfill{}
8063 \end_inset
8064
8065
8066 \begin_inset Tabular
8067 <lyxtabular version="3" rows="8" columns="2">
8068 <features tabularvalignment="middle">
8069 <column alignment="center" valignment="top" width="0pt">
8070 <column alignment="center" valignment="top" width="0pt">
8071 <row>
8072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 Befehl
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 Ergebnis
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \backslash
8098 gets
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 \begin_inset Formula $\gets$
8108 \end_inset
8109
8110
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \backslash
8123 Leftarrow
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 \begin_inset Formula $\Leftarrow$
8133 \end_inset
8134
8135
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \backslash
8148 longleftarrow
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 \begin_inset Formula $\longleftarrow$
8158 \end_inset
8159
8160
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 <row>
8167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171
8172 \backslash
8173 Longleftarrow
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 \begin_inset Formula $\Longleftarrow$
8183 \end_inset
8184
8185
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \backslash
8198 leftharpoonup
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 \begin_inset Formula $\leftharpoonup$
8208 \end_inset
8209
8210
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \backslash
8223 leftharpoondown
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 \begin_inset Formula $\leftharpoondown$
8233 \end_inset
8234
8235
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246
8247 \backslash
8248 hookleftarrow
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 \begin_inset Formula $\hookleftarrow$
8258 \end_inset
8259
8260
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 </lyxtabular>
8267
8268 \end_inset
8269
8270
8271 \begin_inset space \hfill{}
8272 \end_inset
8273
8274
8275 \begin_inset Tabular
8276 <lyxtabular version="3" rows="8" columns="2">
8277 <features tabularvalignment="middle">
8278 <column alignment="center" valignment="top" width="0pt">
8279 <column alignment="center" valignment="top" width="0pt">
8280 <row>
8281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Befehl
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 Ergebnis
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \backslash
8307 to
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 \begin_inset Formula $\to$
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \backslash
8332 Rightarrow
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 \begin_inset Formula $\Rightarrow$
8342 \end_inset
8343
8344
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \backslash
8357 longrightarrow
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 \begin_inset Formula $\longrightarrow$
8367 \end_inset
8368
8369
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \backslash
8382 Longrightarrow
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 \begin_inset Formula $\Longrightarrow$
8392 \end_inset
8393
8394
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \backslash
8407 rightharpoonup
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 \begin_inset Formula $\rightharpoonup$
8417 \end_inset
8418
8419
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \backslash
8432 rightharpoondown
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 \begin_inset Formula $\rightharpoondown$
8442 \end_inset
8443
8444
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \backslash
8457 hookrightarrow
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 \begin_inset Formula $\hookrightarrow$
8467 \end_inset
8468
8469
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 </row>
8475 </lyxtabular>
8476
8477 \end_inset
8478
8479
8480 \begin_inset space \hfill{}
8481 \end_inset
8482
8483
8484 \end_layout
8485
8486 \begin_layout Standard
8487 \begin_inset space \hfill{}
8488 \end_inset
8489
8490
8491 \begin_inset Tabular
8492 <lyxtabular version="3" rows="6" columns="2">
8493 <features tabularvalignment="middle">
8494 <column alignment="center" valignment="top" width="0pt">
8495 <column alignment="center" valignment="top" width="0pt">
8496 <row>
8497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Befehl
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Ergebnis
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \backslash
8523 leftrightarrow
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 \begin_inset Formula $\leftrightarrow$
8533 \end_inset
8534
8535
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \backslash
8548 Leftrightarrow
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 \begin_inset Formula $\Leftrightarrow$
8558 \end_inset
8559
8560
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \backslash
8573 longleftrightarrow
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 \begin_inset Formula $\longleftrightarrow$
8583 \end_inset
8584
8585
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \backslash
8598 Longleftrightarrow
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 \begin_inset Formula $\Longleftrightarrow$
8608 \end_inset
8609
8610
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \backslash
8623 rightleftharpoons
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 \begin_inset Formula $\rightleftharpoons$
8633 \end_inset
8634
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 </lyxtabular>
8642
8643 \end_inset
8644
8645
8646 \begin_inset space \hspace{}
8647 \length 25pt
8648 \end_inset
8649
8650
8651 \begin_inset space \hfill{}
8652 \end_inset
8653
8654
8655 \begin_inset Tabular
8656 <lyxtabular version="3" rows="5" columns="2">
8657 <features tabularvalignment="middle">
8658 <column alignment="center" valignment="top" width="0pt">
8659 <column alignment="center" valignment="top" width="0pt">
8660 <row>
8661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 Befehl
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 Ergebnis
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \backslash
8687 mapsto
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 \begin_inset Formula $\mapsto$
8697 \end_inset
8698
8699
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 </row>
8705 <row>
8706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710
8711 \backslash
8712 longmapsto
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 \begin_inset Formula $\longmapsto$
8722 \end_inset
8723
8724
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 <row>
8731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735
8736 \backslash
8737 leadsto
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 \begin_inset Formula $\leadsto$
8747 \end_inset
8748
8749
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \backslash
8762 dasharrow
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 \begin_inset Formula $\dasharrow$
8772 \end_inset
8773
8774
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 </lyxtabular>
8781
8782 \end_inset
8783
8784
8785 \begin_inset space \hfill{}
8786 \end_inset
8787
8788
8789 \end_layout
8790
8791 \begin_layout Standard
8792 \begin_inset VSpace medskip
8793 \end_inset
8794
8795 Als Akzent verwendete Pfeile, wie z.
8796 \begin_inset space \thinspace{}
8797 \end_inset
8798
8799 B.
8800  Vektorpfeile, sind in 
8801 \begin_inset CommandInset ref
8802 LatexCommand ref
8803 reference "sec:Akzente"
8804
8805 \end_inset
8806
8807  aufgelistet.
8808 \end_layout
8809
8810 \begin_layout Standard
8811 \begin_inset VSpace bigskip
8812 \end_inset
8813
8814 Des Weiteren gibt es die beschriftbaren Pfeile
8815 \begin_inset Index idx
8816 status collapsed
8817
8818 \begin_layout Plain Layout
8819 Pfeile ! beschriftbare
8820 \end_layout
8821
8822 \end_inset
8823
8824  
8825 \series bold
8826
8827 \backslash
8828 xleftarrow
8829 \series default
8830
8831 \begin_inset Index idx
8832 status collapsed
8833
8834 \begin_layout Plain Layout
8835 Befehle ! X ! 
8836 \backslash
8837 xleftarrow
8838 \end_layout
8839
8840 \end_inset
8841
8842  und 
8843 \series bold
8844
8845 \backslash
8846 xrightarrow
8847 \series default
8848
8849 \begin_inset Index idx
8850 status collapsed
8851
8852 \begin_layout Plain Layout
8853 Befehle ! X ! 
8854 \backslash
8855 xrightarrow
8856 \begin_inset ERT
8857 status collapsed
8858
8859 \begin_layout Plain Layout
8860
8861
8862 \backslash
8863 vspace{4mm}
8864 \end_layout
8865
8866 \end_inset
8867
8868
8869 \end_layout
8870
8871 \end_inset
8872
8873 .
8874  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8875  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8876  Die Pfeillänge passt sich der Breite der Beschriftung an.
8877 \end_layout
8878
8879 \begin_layout Standard
8880 \align center
8881 \begin_inset Tabular
8882 <lyxtabular version="3" rows="3" columns="2">
8883 <features tabularvalignment="middle">
8884 <column alignment="center" valignment="top" width="0pt">
8885 <column alignment="center" valignment="top" width="0pt">
8886 <row>
8887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Befehl
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Ergebnis
8901 \begin_inset Note Note
8902 status collapsed
8903
8904 \begin_layout Plain Layout
8905
8906 \series bold
8907
8908 \backslash
8909 raisebox
8910 \series default
8911  dient nur als Abstandhalter.
8912 \end_layout
8913
8914 \end_inset
8915
8916
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 F(a)
8928 \backslash
8929 xleftarrow
8930 \begin_inset ERT
8931 status collapsed
8932
8933 \begin_layout Plain Layout
8934
8935
8936 \backslash
8937 leer 
8938 \end_layout
8939
8940 \end_inset
8941
8942 x=a
8943 \begin_inset Formula $\downarrow$
8944 \end_inset
8945
8946 x>0
8947 \begin_inset Formula $\to$
8948 \end_inset
8949
8950 F(x)
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8960 \end_inset
8961
8962
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 F(x)
8974 \backslash
8975 xrightarrow
8976 \begin_inset ERT
8977 status collapsed
8978
8979 \begin_layout Plain Layout
8980
8981
8982 \backslash
8983 leer 
8984 \end_layout
8985
8986 \end_inset
8987
8988 x=a
8989 \begin_inset Formula $\downarrow$
8990 \end_inset
8991
8992 x>0
8993 \begin_inset Formula $\to$
8994 \end_inset
8995
8996 F(a)
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9006 \end_inset
9007
9008
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 </lyxtabular>
9015
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \begin_layout Subsection
9022 Vertikale und diagonale Pfeile
9023 \begin_inset Index idx
9024 status collapsed
9025
9026 \begin_layout Plain Layout
9027 Pfeile ! diagonale
9028 \end_layout
9029
9030 \end_inset
9031
9032
9033 \begin_inset Index idx
9034 status collapsed
9035
9036 \begin_layout Plain Layout
9037 Pfeile ! vertikale
9038 \end_layout
9039
9040 \end_inset
9041
9042
9043 \end_layout
9044
9045 \begin_layout Standard
9046 \begin_inset space \hfill{}
9047 \end_inset
9048
9049
9050 \begin_inset Tabular
9051 <lyxtabular version="3" rows="7" columns="2">
9052 <features tabularvalignment="middle">
9053 <column alignment="center" valignment="top" width="0pt">
9054 <column alignment="center" valignment="top" width="0pt">
9055 <row>
9056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Befehl
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 Ergebnis
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \backslash
9082 uparrow
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 \begin_inset Formula $\uparrow$
9092 \end_inset
9093
9094
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 </row>
9100 <row>
9101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105
9106 \backslash
9107 Uparrow
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 \begin_inset Formula $\Uparrow$
9117 \end_inset
9118
9119
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \backslash
9132 updownarrow
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 \begin_inset Formula $\updownarrow$
9142 \end_inset
9143
9144
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \backslash
9157 Updownarrow
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 \begin_inset Formula $\Updownarrow$
9167 \end_inset
9168
9169
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \backslash
9182 Downarrow
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 \begin_inset Formula $\Downarrow$
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205
9206 \backslash
9207 downarrow
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 \begin_inset Formula $\downarrow$
9217 \end_inset
9218
9219
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 </row>
9225 </lyxtabular>
9226
9227 \end_inset
9228
9229
9230 \begin_inset space \hfill{}
9231 \end_inset
9232
9233
9234 \begin_inset Tabular
9235 <lyxtabular version="3" rows="5" columns="2">
9236 <features tabularvalignment="middle">
9237 <column alignment="center" valignment="top" width="0pt">
9238 <column alignment="center" valignment="top" width="0pt">
9239 <row>
9240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Befehl
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Ergebnis
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \backslash
9266 nearrow
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 \begin_inset Formula $\nearrow$
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row>
9285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \backslash
9291 searrow
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 \begin_inset Formula $\searrow$
9301 \end_inset
9302
9303
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \backslash
9316 swarrow
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 \begin_inset Formula $\swarrow$
9326 \end_inset
9327
9328
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row>
9335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339
9340 \backslash
9341 nwarrow
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 \begin_inset Formula $\nwarrow$
9351 \end_inset
9352
9353
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 </row>
9359 </lyxtabular>
9360
9361 \end_inset
9362
9363
9364 \begin_inset space \hfill{}
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \begin_layout Standard
9371 \begin_inset VSpace medskip
9372 \end_inset
9373
9374 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9375  
9376 \begin_inset CommandInset ref
9377 LatexCommand ref
9378 reference "sub:Manuelle-Klammergrößen"
9379
9380 \end_inset
9381
9382  und 
9383 \begin_inset CommandInset ref
9384 LatexCommand ref
9385 reference "sub:Automatische-Klammergrößen"
9386
9387 \end_inset
9388
9389  beschriebenen Befehlen verwendet werden.
9390 \end_layout
9391
9392 \begin_layout Section
9393 Akzente
9394 \begin_inset CommandInset label
9395 LatexCommand label
9396 name "sec:Akzente"
9397
9398 \end_inset
9399
9400
9401 \begin_inset Index idx
9402 status collapsed
9403
9404 \begin_layout Plain Layout
9405 Akzente
9406 \end_layout
9407
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \begin_layout Standard
9414 Akzente können über den Mathe-Werkzeugleistenknopf 
9415 \begin_inset Graphics
9416         filename ../../images/math/hat.png
9417         scale 85
9418
9419 \end_inset
9420
9421  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9422  aufgelistet sind.
9423 \end_layout
9424
9425 \begin_layout Subsection
9426 Akzente für ein Zeichen
9427 \begin_inset ERT
9428 status collapsed
9429
9430 \begin_layout Plain Layout
9431
9432
9433 \backslash
9434 texorpdfstring{
9435 \end_layout
9436
9437 \end_inset
9438
9439
9440 \begin_inset Foot
9441 status collapsed
9442
9443 \begin_layout Plain Layout
9444 Akzente im Text siehe 
9445 \begin_inset CommandInset ref
9446 LatexCommand ref
9447 reference "sub:Sonderzeichen-Akzente"
9448
9449 \end_inset
9450
9451
9452 \end_layout
9453
9454 \end_inset
9455
9456
9457 \begin_inset ERT
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461
9462 }{}
9463 \end_layout
9464
9465 \end_inset
9466
9467
9468 \begin_inset Note Note
9469 status collapsed
9470
9471 \begin_layout Plain Layout
9472
9473 \series bold
9474
9475 \backslash
9476 texorpdfstring
9477 \series default
9478  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9479 \end_layout
9480
9481 \begin_layout Plain Layout
9482 Näheres zu 
9483 \series bold
9484
9485 \backslash
9486 texorpdfstring
9487 \series default
9488  steht in Kapitel 
9489 \begin_inset CommandInset ref
9490 LatexCommand ref
9491 reference "sub:Formeln-in-Überschriften"
9492
9493 \end_inset
9494
9495 .
9496 \end_layout
9497
9498 \end_inset
9499
9500
9501 \begin_inset CommandInset label
9502 LatexCommand label
9503 name "sub:Akzente-für-ein"
9504
9505 \end_inset
9506
9507
9508 \begin_inset Index idx
9509 status collapsed
9510
9511 \begin_layout Plain Layout
9512 Akzente ! für ein Zeichen
9513 \end_layout
9514
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \begin_layout Standard
9521 \begin_inset space \hfill{}
9522 \end_inset
9523
9524
9525 \begin_inset Tabular
9526 <lyxtabular version="3" rows="8" columns="2">
9527 <features tabularvalignment="middle">
9528 <column alignment="center" valignment="top" width="0pt">
9529 <column alignment="center" valignment="top" width="0pt">
9530 <row>
9531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 Befehl
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 Ergebnis
9545 \begin_inset Note Note
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549
9550 \series bold
9551
9552 \backslash
9553 raisebox
9554 \series default
9555  dient nur als Abstandhalter.
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 </row>
9566 <row>
9567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571
9572 \backslash
9573 dot
9574 \begin_inset ERT
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578
9579
9580 \backslash
9581 leer 
9582 \end_layout
9583
9584 \end_inset
9585
9586 A
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9596 \end_inset
9597
9598
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 </row>
9604 <row>
9605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609
9610 \backslash
9611 ddot
9612 \begin_inset ERT
9613 status collapsed
9614
9615 \begin_layout Plain Layout
9616
9617
9618 \backslash
9619 leer 
9620 \end_layout
9621
9622 \end_inset
9623
9624 A
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9634 \end_inset
9635
9636
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \backslash
9649 dddot
9650 \begin_inset ERT
9651 status collapsed
9652
9653 \begin_layout Plain Layout
9654
9655
9656 \backslash
9657 leer 
9658 \end_layout
9659
9660 \end_inset
9661
9662 A
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \backslash
9687 ddddot
9688 \begin_inset ERT
9689 status collapsed
9690
9691 \begin_layout Plain Layout
9692
9693
9694 \backslash
9695 leer 
9696 \end_layout
9697
9698 \end_inset
9699
9700 A
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 <row>
9719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \backslash
9725 vec
9726 \begin_inset ERT
9727 status collapsed
9728
9729 \begin_layout Plain Layout
9730
9731
9732 \backslash
9733 leer 
9734 \end_layout
9735
9736 \end_inset
9737
9738 A
9739 \begin_inset Index idx
9740 status collapsed
9741
9742 \begin_layout Plain Layout
9743 Vektoren
9744 \end_layout
9745
9746 \end_inset
9747
9748
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9758 \end_inset
9759
9760
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \backslash
9773 bar
9774 \begin_inset ERT
9775 status collapsed
9776
9777 \begin_layout Plain Layout
9778
9779
9780 \backslash
9781 leer 
9782 \end_layout
9783
9784 \end_inset
9785
9786 A
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9796 \end_inset
9797
9798
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \backslash
9811 mathring
9812 \begin_inset ERT
9813 status collapsed
9814
9815 \begin_layout Plain Layout
9816
9817
9818 \backslash
9819 leer 
9820 \end_layout
9821
9822 \end_inset
9823
9824 A
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9834 \end_inset
9835
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 </lyxtabular>
9843
9844 \end_inset
9845
9846
9847 \begin_inset space \hfill{}
9848 \end_inset
9849
9850
9851 \begin_inset Tabular
9852 <lyxtabular version="3" rows="7" columns="2">
9853 <features tabularvalignment="middle">
9854 <column alignment="center" valignment="top" width="0pt">
9855 <column alignment="center" valignment="top" width="0pt">
9856 <row>
9857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 Befehl
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 Ergebnis
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row>
9877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \backslash
9883 tilde
9884 \begin_inset ERT
9885 status collapsed
9886
9887 \begin_layout Plain Layout
9888
9889
9890 \backslash
9891 leer 
9892 \end_layout
9893
9894 \end_inset
9895
9896 A
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \backslash
9921 hat
9922 \begin_inset ERT
9923 status collapsed
9924
9925 \begin_layout Plain Layout
9926
9927
9928 \backslash
9929 leer 
9930 \end_layout
9931
9932 \end_inset
9933
9934 A
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9944 \end_inset
9945
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \backslash
9959 check
9960 \begin_inset ERT
9961 status collapsed
9962
9963 \begin_layout Plain Layout
9964
9965
9966 \backslash
9967 leer 
9968 \end_layout
9969
9970 \end_inset
9971
9972 A
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9982 \end_inset
9983
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row>
9991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \backslash
9997 acute
9998 \begin_inset ERT
9999 status collapsed
10000
10001 \begin_layout Plain Layout
10002
10003
10004 \backslash
10005 leer 
10006 \end_layout
10007
10008 \end_inset
10009
10010 A
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 <row>
10029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \backslash
10035 grave
10036 \begin_inset ERT
10037 status collapsed
10038
10039 \begin_layout Plain Layout
10040
10041
10042 \backslash
10043 leer 
10044 \end_layout
10045
10046 \end_inset
10047
10048 A
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10058 \end_inset
10059
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \backslash
10073 breve
10074 \begin_inset ERT
10075 status collapsed
10076
10077 \begin_layout Plain Layout
10078
10079
10080 \backslash
10081 leer 
10082 \end_layout
10083
10084 \end_inset
10085
10086 A
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10096 \end_inset
10097
10098
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 </lyxtabular>
10105
10106 \end_inset
10107
10108
10109 \begin_inset space \hfill{}
10110 \end_inset
10111
10112
10113 \end_layout
10114
10115 \begin_layout Standard
10116 \begin_inset VSpace bigskip
10117 \end_inset
10118
10119 Akzente wie z.B.
10120  é können direkt in Formeln eingegeben werden.
10121  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10122  Für Umlaute
10123 \begin_inset Index idx
10124 status collapsed
10125
10126 \begin_layout Plain Layout
10127 Umlaute
10128 \end_layout
10129
10130 \end_inset
10131
10132  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10133  Diese beiden Zeichen bilden dann für LaTeX 
10134 \emph on
10135 ein
10136 \emph default
10137  Zeichen.
10138  Im Gegensatz zu 
10139 \series bold
10140
10141 \backslash
10142 ddot
10143 \series default
10144  entstehen damit 
10145 \begin_inset Quotes gld
10146 \end_inset
10147
10148 echte
10149 \begin_inset Quotes grd
10150 \end_inset
10151
10152  Umlaute, was folgendes Beispiel zeigt:
10153 \end_layout
10154
10155 \begin_layout Standard
10156 \begin_inset VSpace -2mm
10157 \end_inset
10158
10159
10160 \end_layout
10161
10162 \begin_layout Standard
10163 \align center
10164 \begin_inset Tabular
10165 <lyxtabular version="3" rows="3" columns="2">
10166 <features tabularvalignment="middle">
10167 <column alignment="center" valignment="top" width="0">
10168 <column alignment="center" valignment="top" width="0">
10169 <row>
10170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 Befehl
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 Ergebnis
10184 \begin_inset Note Note
10185 status collapsed
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190
10191 \backslash
10192 raisebox
10193 \series default
10194  dient nur als Abstandhalter.
10195 \end_layout
10196
10197 \end_inset
10198
10199
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row>
10206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 \begin_inset Quotes grd
10211 \end_inset
10212
10213 i
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 \begin_inset Formula $"i$
10223 \end_inset
10224
10225
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \backslash
10238 ddot
10239 \begin_inset ERT
10240 status collapsed
10241
10242 \begin_layout Plain Layout
10243
10244
10245 \backslash
10246 leer 
10247 \end_layout
10248
10249 \end_inset
10250
10251 i
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10261 \end_inset
10262
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 </lyxtabular>
10270
10271 \end_inset
10272
10273
10274 \end_layout
10275
10276 \begin_layout Standard
10277 Ein weiterer Vorteil gegenüber 
10278 \series bold
10279
10280 \backslash
10281 ddot
10282 \series default
10283  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10284  denn die obigen Akzentbefehle sind 
10285 \emph on
10286 im mathematischen Text\SpecialChar \-
10287 modus nicht erlaubt
10288 \emph default
10289 .
10290  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10291  nur das Zeichen unter dem Akzent umgewandelt werden.
10292  Das gilt auch für alle anderen Umwandlungen wie z.
10293 \begin_inset space \thinspace{}
10294 \end_inset
10295
10296 B.
10297  in kursiv oder fett.
10298 \end_layout
10299
10300 \begin_layout Standard
10301 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10302  direkt eingegeben werden.
10303 \end_layout
10304
10305 \begin_layout Subsection
10306 Akzente für Operatoren
10307 \begin_inset Index idx
10308 status collapsed
10309
10310 \begin_layout Plain Layout
10311 Akzente ! für Operatoren
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \begin_layout Standard
10320 Zum Akzentuieren von Operatoren gibt es die Befehle 
10321 \series bold
10322
10323 \backslash
10324 overset
10325 \series default
10326
10327 \begin_inset Index idx
10328 status collapsed
10329
10330 \begin_layout Plain Layout
10331 Befehle ! O ! 
10332 \backslash
10333 overset
10334 \end_layout
10335
10336 \end_inset
10337
10338  und 
10339 \series bold
10340
10341 \backslash
10342 underset
10343 \series default
10344
10345 \begin_inset Index idx
10346 status collapsed
10347
10348 \begin_layout Plain Layout
10349 Befehle ! U ! 
10350 \backslash
10351 underset
10352 \end_layout
10353
10354 \end_inset
10355
10356 , mit denen man Zeichen über bzw.
10357  unter einen Operator setzen kann.
10358  Mit dem Befehl 
10359 \series bold
10360
10361 \backslash
10362 sideset
10363 \series default
10364
10365 \begin_inset Index idx
10366 status collapsed
10367
10368 \begin_layout Plain Layout
10369 Befehle ! S ! 
10370 \backslash
10371 sideset
10372 \end_layout
10373
10374 \end_inset
10375
10376  können Zeichen vor und nach einen Operator gesetzt werden.
10377  Das Befehlsschema lautet:
10378 \end_layout
10379
10380 \begin_layout Standard
10381
10382 \series bold
10383
10384 \backslash
10385 sideset{Zeichen
10386 \series default
10387  
10388 \series bold
10389 davor}{Zeichen
10390 \series default
10391  
10392 \series bold
10393 dahinter}
10394 \end_layout
10395
10396 \begin_layout Standard
10397
10398 \series bold
10399
10400 \backslash
10401 sideset
10402 \series default
10403  muss immer vor dem zu akzentuierenden Operator stehen.
10404  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10405  Symbolen akzentuiert werden.
10406  Will man mit 
10407 \series bold
10408
10409 \backslash
10410 sideset
10411 \series default
10412  z.
10413 \begin_inset space \thinspace{}
10414 \end_inset
10415
10416 B.
10417  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10418  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10419 \end_layout
10420
10421 \begin_layout Standard
10422 Z.
10423 \begin_inset space \thinspace{}
10424 \end_inset
10425
10426 B.
10427  ergibt der Befehl 
10428 \series bold
10429
10430 \backslash
10431 sideset{
10432 \begin_inset Formula $\to$
10433 \end_inset
10434
10435
10436 \backslash
10437 {
10438 \series default
10439 '
10440 \series bold
10441
10442 \begin_inset Formula $\to$
10443 \end_inset
10444
10445
10446 \backslash
10447 sum_k=1
10448 \begin_inset ERT
10449 status collapsed
10450
10451 \begin_layout Plain Layout
10452
10453
10454 \backslash
10455 leer 
10456 \end_layout
10457
10458 \end_inset
10459
10460
10461 \series default
10462 ^
10463 \series bold
10464 n
10465 \series default
10466  :
10467 \begin_inset Formula \[
10468 \sideset{}{'}\sum_{k=1}^{n}\]
10469
10470 \end_inset
10471
10472
10473 \end_layout
10474
10475 \begin_layout Standard
10476 Der Befehl 
10477 \series bold
10478
10479 \backslash
10480 overset
10481 \begin_inset ERT
10482 status collapsed
10483
10484 \begin_layout Plain Layout
10485
10486
10487 \backslash
10488 leer 
10489 \end_layout
10490
10491 \end_inset
10492
10493
10494 \backslash
10495 maltese
10496 \begin_inset ERT
10497 status collapsed
10498
10499 \begin_layout Plain Layout
10500
10501
10502 \backslash
10503 leer 
10504 \end_layout
10505
10506 \end_inset
10507
10508
10509 \series default
10510
10511 \begin_inset Formula $\uparrow$
10512 \end_inset
10513
10514
10515 \series bold
10516 a
10517 \series default
10518  ergibt:
10519 \begin_inset Formula \[
10520 \overset{a}{\maltese}\]
10521
10522 \end_inset
10523
10524 Wie man am letzten Beispiel sieht, kann man mit 
10525 \series bold
10526
10527 \backslash
10528 overset
10529 \series default
10530  bzw.
10531  
10532 \series bold
10533
10534 \backslash
10535 underset
10536 \series default
10537  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10538 \series bold
10539
10540 \backslash
10541 sideset
10542 \series default
10543  ist dies nicht möglich.
10544 \end_layout
10545
10546 \begin_layout Subsection
10547 Akzente für mehrere Zeichen
10548 \begin_inset Index idx
10549 status collapsed
10550
10551 \begin_layout Plain Layout
10552 Akzente ! für mehrere Zeichen
10553 \end_layout
10554
10555 \end_inset
10556
10557
10558 \end_layout
10559
10560 \begin_layout Standard
10561 \begin_inset space \hfill{}
10562 \end_inset
10563
10564
10565 \begin_inset Tabular
10566 <lyxtabular version="3" rows="5" columns="2">
10567 <features tabularvalignment="middle">
10568 <column alignment="center" valignment="top" width="0pt">
10569 <column alignment="center" valignment="top" width="0pt">
10570 <row>
10571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Befehl
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 Ergebnis
10585 \begin_inset Note Note
10586 status collapsed
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591
10592 \backslash
10593 raisebox
10594 \series default
10595  dient nur als Abstandhalter.
10596 \end_layout
10597
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \backslash
10613 overleftarrow
10614 \begin_inset ERT
10615 status collapsed
10616
10617 \begin_layout Plain Layout
10618
10619
10620 \backslash
10621 leer 
10622 \end_layout
10623
10624 \end_inset
10625
10626 A=B
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10636 \end_inset
10637
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \backslash
10651 underleftarrow
10652 \begin_inset ERT
10653 status collapsed
10654
10655 \begin_layout Plain Layout
10656
10657
10658 \backslash
10659 leer 
10660 \end_layout
10661
10662 \end_inset
10663
10664 A=B
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10674 \end_inset
10675
10676
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \backslash
10689 overleftrightarrow
10690 \begin_inset ERT
10691 status collapsed
10692
10693 \begin_layout Plain Layout
10694
10695
10696 \backslash
10697 leer 
10698 \end_layout
10699
10700 \end_inset
10701
10702 A=B
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10712 \end_inset
10713
10714
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \backslash
10727 underleftrightarrow
10728 \begin_inset ERT
10729 status collapsed
10730
10731 \begin_layout Plain Layout
10732
10733
10734 \backslash
10735 leer 
10736 \end_layout
10737
10738 \end_inset
10739
10740 A=B
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10750 \end_inset
10751
10752
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 </row>
10758 </lyxtabular>
10759
10760 \end_inset
10761
10762
10763 \begin_inset space \hfill{}
10764 \end_inset
10765
10766
10767 \begin_inset Tabular
10768 <lyxtabular version="3" rows="5" columns="2">
10769 <features tabularvalignment="middle">
10770 <column alignment="center" valignment="top" width="0pt">
10771 <column alignment="center" valignment="top" width="0pt">
10772 <row>
10773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Befehl
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Ergebnis
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \backslash
10799 overrightarrow
10800 \begin_inset ERT
10801 status collapsed
10802
10803 \begin_layout Plain Layout
10804
10805
10806 \backslash
10807 leer 
10808 \end_layout
10809
10810 \end_inset
10811
10812 A=B
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10822 \end_inset
10823
10824
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row>
10831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \backslash
10837 underrightarrow
10838 \begin_inset ERT
10839 status collapsed
10840
10841 \begin_layout Plain Layout
10842
10843
10844 \backslash
10845 leer 
10846 \end_layout
10847
10848 \end_inset
10849
10850 A=B
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10860 \end_inset
10861
10862
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 </row>
10868 <row>
10869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \backslash
10875 widetilde
10876 \begin_inset ERT
10877 status collapsed
10878
10879 \begin_layout Plain Layout
10880
10881
10882 \backslash
10883 leer 
10884 \end_layout
10885
10886 \end_inset
10887
10888 A=B
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10898 \end_inset
10899
10900
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 </row>
10906 <row>
10907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \backslash
10913 widehat
10914 \begin_inset ERT
10915 status collapsed
10916
10917 \begin_layout Plain Layout
10918
10919
10920 \backslash
10921 leer 
10922 \end_layout
10923
10924 \end_inset
10925
10926 A=B
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10936 \end_inset
10937
10938
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 </row>
10944 </lyxtabular>
10945
10946 \end_inset
10947
10948
10949 \begin_inset space \hfill{}
10950 \end_inset
10951
10952
10953 \end_layout
10954
10955 \begin_layout Standard
10956 \begin_inset VSpace medskip
10957 \end_inset
10958
10959 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10960  Die Akzente
10961 \begin_inset Newline linebreak
10962 \end_inset
10963
10964
10965 \series bold
10966
10967 \backslash
10968 widetilde
10969 \series default
10970  und 
10971 \series bold
10972
10973 \backslash
10974 widehat
10975 \series default
10976  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10977  was folgendes Beispiel verdeutlicht:
10978 \begin_inset Formula \[
10979 \widetilde{A+B=C-D}\]
10980
10981 \end_inset
10982
10983
10984 \end_layout
10985
10986 \begin_layout Standard
10987 Mit den im vorigen Kapitel beschriebenen Befehlen 
10988 \series bold
10989
10990 \backslash
10991 overset
10992 \series default
10993
10994 \begin_inset Index idx
10995 status collapsed
10996
10997 \begin_layout Plain Layout
10998 Befehle ! O ! 
10999 \backslash
11000 overset
11001 \end_layout
11002
11003 \end_inset
11004
11005  und 
11006 \series bold
11007
11008 \backslash
11009 underset
11010 \series default
11011
11012 \begin_inset Index idx
11013 status collapsed
11014
11015 \begin_layout Plain Layout
11016 Befehle ! U ! 
11017 \backslash
11018 underset
11019 \end_layout
11020
11021 \end_inset
11022
11023  ist es auch möglich mehrere Zeichen zu akzentuieren.
11024  Der Befehl 
11025 \series bold
11026
11027 \backslash
11028 underset
11029 \begin_inset ERT
11030 status collapsed
11031
11032 \begin_layout Plain Layout
11033
11034
11035 \backslash
11036 leer 
11037 \end_layout
11038
11039 \end_inset
11040
11041 A=B
11042 \begin_inset Formula $\downarrow$
11043 \end_inset
11044
11045 ***
11046 \series default
11047  ergibt:
11048 \begin_inset Formula \[
11049 \underset{***}{A=B}\]
11050
11051 \end_inset
11052
11053
11054 \end_layout
11055
11056 \begin_layout Section
11057 Leerraum
11058 \begin_inset CommandInset label
11059 LatexCommand label
11060 name "sub:Leerraum"
11061
11062 \end_inset
11063
11064
11065 \begin_inset Index idx
11066 status collapsed
11067
11068 \begin_layout Plain Layout
11069 Leerraum ! horizontaler
11070 \end_layout
11071
11072 \end_inset
11073
11074
11075 \end_layout
11076
11077 \begin_layout Subsection
11078 Vordefinierter Leerraum
11079 \begin_inset CommandInset label
11080 LatexCommand label
11081 name "sub:Vordefinierter-Leerraum"
11082
11083 \end_inset
11084
11085
11086 \begin_inset Index idx
11087 status collapsed
11088
11089 \begin_layout Plain Layout
11090 Leerraum ! horizontaler ! vordefiniert
11091 \end_layout
11092
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \begin_layout Standard
11099 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11100  Dazu gibt man ein geschütztes Leerzeichen ein.
11101  Es erscheint ein 
11102 \begin_inset Quotes gld
11103 \end_inset
11104
11105
11106 \color blue
11107
11108 \begin_inset ERT
11109 status collapsed
11110
11111 \begin_layout Plain Layout
11112
11113
11114 \backslash
11115 leer 
11116 \end_layout
11117
11118 \end_inset
11119
11120
11121 \color inherit
11122
11123 \begin_inset Quotes grd
11124 \end_inset
11125
11126  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11127  Leerraum-Größen wählen.
11128  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11129 \begin_inset Graphics
11130         filename ../../images/math/space.png
11131         scale 85
11132
11133 \end_inset
11134
11135  oder mit einzelnen Befehlen aufrufen.
11136  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11137  danach wieder aus allen Größen wählen.
11138 \end_layout
11139
11140 \begin_layout Standard
11141 \align center
11142 \begin_inset VSpace -5mm
11143 \end_inset
11144
11145
11146 \begin_inset Tabular
11147 <lyxtabular version="3" rows="3" columns="7">
11148 <features tabularvalignment="middle">
11149 <column alignment="center" valignment="middle" width="6.8cm">
11150 <column alignment="center" valignment="top" width="0pt">
11151 <column alignment="center" valignment="top" width="0pt">
11152 <column alignment="center" valignment="top" width="0pt">
11153 <column alignment="center" valignment="top" width="0pt">
11154 <column alignment="center" valignment="top" width="0pt">
11155 <column alignment="center" valignment="top" width="0pt">
11156 <row>
11157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 Befehl
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170
11171 \backslash
11172 ,
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181
11182 \backslash
11183 :
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192
11193 \backslash
11194 ;
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203
11204 \backslash
11205 quad
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \backslash
11216 qquad
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225
11226 \backslash
11227 !
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 <row>
11234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 0
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 1
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 2
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 3
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 4
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 5
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 <row>
11299 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 Ergebnis
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 \begin_inset Formula $A\, B$
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324 \begin_inset Formula $A\: B$
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 \begin_inset Formula $A\; B$
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 \begin_inset Formula $A\quad B$
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 \begin_inset Formula $A\qquad B$
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Formula $A\! B$
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 </lyxtabular>
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Standard
11389 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11390  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11391  denn sie erstellt negativen Leerraum.
11392  Es gibt noch zwei weitere negative Leerräume:
11393 \end_layout
11394
11395 \begin_layout Standard
11396 \align center
11397 \begin_inset Tabular
11398 <lyxtabular version="3" rows="3" columns="3">
11399 <features tabularvalignment="middle">
11400 <column alignment="center" valignment="middle" width="6.8cm">
11401 <column alignment="center" valignment="top" width="0pt">
11402 <column alignment="center" valignment="top" width="0pt">
11403 <row>
11404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 Befehl
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \backslash
11419 negmedspace
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \backslash
11430 negthickspace
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 <row>
11437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11438 \begin_inset Text
11439
11440 \begin_layout Plain Layout
11441 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 6
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 7
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 <row>
11466 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 Ergebnis
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset Formula $A\negmedspace B$
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 \begin_inset Formula $A\negthickspace B$
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 </row>
11500 </lyxtabular>
11501
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \begin_layout Standard
11508 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11509  Man kann auf diese Weise Ligaturen erzwingen, was z.
11510 \begin_inset space \thinspace{}
11511 \end_inset
11512
11513 B.
11514  für Summenzeichen von Nutzen ist: 
11515 \end_layout
11516
11517 \begin_layout Standard
11518 \align center
11519 \begin_inset Tabular
11520 <lyxtabular version="3" rows="3" columns="2">
11521 <features tabularvalignment="middle">
11522 <column alignment="center" valignment="top" width="0">
11523 <column alignment="center" valignment="top" width="0">
11524 <row>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 Befehl
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 Ergebnis
11539 \begin_inset Note Note
11540 status collapsed
11541
11542 \begin_layout Plain Layout
11543
11544 \series bold
11545
11546 \backslash
11547 raisebox
11548 \series default
11549  dient nur als Abstandhalter.
11550 \end_layout
11551
11552 \end_inset
11553
11554
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 </row>
11560 <row>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565
11566 \backslash
11567 sum
11568 \backslash
11569 sum
11570 \begin_inset ERT
11571 status collapsed
11572
11573 \begin_layout Plain Layout
11574
11575
11576 \backslash
11577 leer 
11578 \end_layout
11579
11580 \end_inset
11581
11582 f_kl
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605
11606 \backslash
11607 sum
11608 \backslash
11609 negmedspace
11610 \backslash
11611 sum
11612 \begin_inset ERT
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616
11617
11618 \backslash
11619 leer 
11620 \end_layout
11621
11622 \end_inset
11623
11624 f_kl
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 </lyxtabular>
11643
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \begin_layout Standard
11650 Relationen, wie z.
11651 \begin_inset space \thinspace{}
11652 \end_inset
11653
11654 B.
11655  Gleichheitszeichen, sind immer von Leerraum umgeben.
11656  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11657  TeX-Klammer.
11658  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11659 \end_layout
11660
11661 \begin_layout Standard
11662 \align center
11663 \begin_inset Tabular
11664 <lyxtabular version="3" rows="2" columns="2">
11665 <features tabularvalignment="middle">
11666 <column alignment="center" valignment="top" width="0pt">
11667 <column alignment="center" valignment="top" width="0pt">
11668 <row>
11669 <cell alignment="center" valignment="top" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 normale Gleichung
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 \begin_inset Formula $A=B$
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row>
11692 <cell alignment="center" valignment="top" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 \begin_inset Note Note
11697 status collapsed
11698
11699 \begin_layout Plain Layout
11700
11701 \series bold
11702
11703 \backslash
11704 raisebox
11705 \series default
11706  dient nur als Abstandhalter.
11707 \end_layout
11708
11709 \end_inset
11710
11711
11712 \begin_inset Formula $\raisebox{5mm}{}$
11713 \end_inset
11714
11715 Gleichung ohne Leerraum
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 \begin_inset Formula $A{=}B$
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 </row>
11733 </lyxtabular>
11734
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \begin_layout Standard
11741 Der Befehl für die letzte Formel lautet: 
11742 \series bold
11743 A
11744 \backslash
11745 {=
11746 \begin_inset Formula $\to$
11747 \end_inset
11748
11749 B
11750 \end_layout
11751
11752 \begin_layout Standard
11753 \begin_inset VSpace bigskip
11754 \end_inset
11755
11756 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11757  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11758  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11759 \family sans
11760 Einfügen\SpecialChar \menuseparator
11761 Formatierung\SpecialChar \menuseparator
11762 Kleiner
11763 \begin_inset space ~
11764 \end_inset
11765
11766 Abstand
11767 \family default
11768  (Tastenkürzel 
11769 \family sans
11770 Strg+Shift+Leertaste
11771 \family default
11772 ) ein.
11773 \end_layout
11774
11775 \begin_layout Standard
11776 Ein Beispiel zur Veranschaulichung:
11777 \end_layout
11778
11779 \begin_layout Standard
11780 \begin_inset Tabular
11781 <lyxtabular version="3" rows="2" columns="2">
11782 <features tabularvalignment="middle">
11783 <column alignment="left" valignment="top" width="0">
11784 <column alignment="left" valignment="top" width="0">
11785 <row>
11786 <cell alignment="center" valignment="top" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 24 kW
11791 \begin_inset Formula $\cdot$
11792 \end_inset
11793
11794 h
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 Leerzeichen zwischen Wert und Einheit
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 <row>
11810 <cell alignment="center" valignment="top" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 24
11815 \begin_inset space \thinspace{}
11816 \end_inset
11817
11818 kW
11819 \begin_inset Formula $\cdot$
11820 \end_inset
11821
11822 h
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 kleinster Leerraum zwischen Wert und Einheit
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 </row>
11837 </lyxtabular>
11838
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \begin_layout Subsection
11845 Variabler Leerraum
11846 \begin_inset ERT
11847 status collapsed
11848
11849 \begin_layout Plain Layout
11850
11851
11852 \backslash
11853 texorpdfstring{
11854 \end_layout
11855
11856 \end_inset
11857
11858
11859 \begin_inset Foot
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863 für vertikalen Leerraum in Formeln siehe 
11864 \begin_inset CommandInset ref
11865 LatexCommand ref
11866 reference "sub:Zeilenabstand"
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \begin_inset ERT
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880
11881 }{}
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \begin_inset Note Note
11888 status collapsed
11889
11890 \begin_layout Plain Layout
11891
11892 \series bold
11893
11894 \backslash
11895 texorpdfstring
11896 \series default
11897  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11898 \end_layout
11899
11900 \begin_layout Plain Layout
11901 Näheres zu 
11902 \series bold
11903
11904 \backslash
11905 texorpdfstring
11906 \series default
11907  steht in Kapitel 
11908 \begin_inset CommandInset ref
11909 LatexCommand ref
11910 reference "sub:Formeln-in-Überschriften"
11911
11912 \end_inset
11913
11914 .
11915 \end_layout
11916
11917 \end_inset
11918
11919
11920 \begin_inset CommandInset label
11921 LatexCommand label
11922 name "sub:Variabler-Leerraum"
11923
11924 \end_inset
11925
11926
11927 \begin_inset Index idx
11928 status collapsed
11929
11930 \begin_layout Plain Layout
11931 Leerraum ! horizontaler ! variabel
11932 \end_layout
11933
11934 \end_inset
11935
11936
11937 \end_layout
11938
11939 \begin_layout Standard
11940 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11941 \series bold
11942
11943 \backslash
11944 hspace
11945 \series default
11946
11947 \begin_inset Index idx
11948 status collapsed
11949
11950 \begin_layout Plain Layout
11951 Befehle ! H ! 
11952 \backslash
11953 hspace
11954 \end_layout
11955
11956 \end_inset
11957
11958  einfügen.
11959  Es erscheint ein langes 
11960 \begin_inset Quotes gld
11961 \end_inset
11962
11963
11964 \color blue
11965
11966 \begin_inset ERT
11967 status collapsed
11968
11969 \begin_layout Plain Layout
11970
11971
11972 \backslash
11973 leer 
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \color inherit
11980
11981 \begin_inset Quotes grd
11982 \end_inset
11983
11984 .
11985  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11986  das 
11987 \begin_inset Quotes gld
11988 \end_inset
11989
11990
11991 \color blue
11992
11993 \begin_inset ERT
11994 status collapsed
11995
11996 \begin_layout Plain Layout
11997
11998
11999 \backslash
12000 leer 
12001 \end_layout
12002
12003 \end_inset
12004
12005
12006 \color inherit
12007
12008 \begin_inset Quotes grd
12009 \end_inset
12010
12011  klickt.
12012  Die Länge darf auch negativ sein.
12013  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12014  einnimmt, benutzt man den Befehl 
12015 \series bold
12016
12017 \backslash
12018 hfill
12019 \series default
12020
12021 \begin_inset Index idx
12022 status collapsed
12023
12024 \begin_layout Plain Layout
12025 Befehle ! H ! 
12026 \backslash
12027 hfill
12028 \end_layout
12029
12030 \end_inset
12031
12032 .
12033 \end_layout
12034
12035 \begin_layout Standard
12036 \begin_inset VSpace -1mm
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \begin_layout Standard
12043 \align center
12044 \begin_inset Tabular
12045 <lyxtabular version="3" rows="4" columns="2">
12046 <features tabularvalignment="middle">
12047 <column alignment="center" valignment="top" width="0">
12048 <column alignment="center" valignment="top" width="0">
12049 <row>
12050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 Befehl (
12055 \backslash
12056 hspace Länge)
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 Ergebnis
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 </row>
12071 <row>
12072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 A=B
12077 \backslash
12078 hspace{3cm
12079 \begin_inset Formula $\to$
12080 \end_inset
12081
12082 A
12083 \backslash
12084 not=C (3
12085 \begin_inset space \thinspace{}
12086 \end_inset
12087
12088 cm)
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 </row>
12106 <row>
12107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 A
12112 \backslash
12113 hspace{-1mm
12114 \begin_inset Formula $\to$
12115 \end_inset
12116
12117 A
12118 \backslash
12119 not=A (-1
12120 \begin_inset space \thinspace{}
12121 \end_inset
12122
12123 mm)
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 A=A
12147 \backslash
12148 hfill
12149 \begin_inset ERT
12150 status collapsed
12151
12152 \begin_layout Plain Layout
12153
12154
12155 \backslash
12156 leer 
12157 \end_layout
12158
12159 \end_inset
12160
12161 B=B
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 \begin_inset Formula $A=A\hfill B=B$
12171 \end_inset
12172
12173
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 </row>
12179 </lyxtabular>
12180
12181 \end_inset
12182
12183
12184 \end_layout
12185
12186 \begin_layout Standard
12187 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12188  Spalteneintrags der Tabelle vorgegeben.
12189  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12190  in die 
12191 \series bold
12192
12193 \backslash
12194 hfill
12195 \series default
12196  eingegeben wird.
12197  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12198  
12199 \series bold
12200
12201 \backslash
12202 hfill
12203 \series default
12204  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12205 \series bold
12206 Eingerückt
12207 \series default
12208  eingestellt ist.
12209  (Formelstile sind in 
12210 \begin_inset CommandInset ref
12211 LatexCommand ref
12212 reference "sec:Formelstile"
12213
12214 \end_inset
12215
12216  erklärt.)
12217 \end_layout
12218
12219 \begin_layout Standard
12220 Neben 
12221 \series bold
12222
12223 \backslash
12224 hfill
12225 \series default
12226  gibt es noch die Befehle 
12227 \series bold
12228
12229 \backslash
12230 dotfill
12231 \series default
12232  und 
12233 \series bold
12234
12235 \backslash
12236 hrulefill
12237 \series default
12238 , die den Leerraum mit einem Muster füllen, siehe 
12239 \begin_inset CommandInset ref
12240 LatexCommand ref
12241 reference "sub:Fortsetzungspunkte"
12242
12243 \end_inset
12244
12245  für ein Beispiel.
12246 \end_layout
12247
12248 \begin_layout Standard
12249 Variabler Leerraum kann für Text über das Menü 
12250 \family sans
12251 Einfügen\SpecialChar \menuseparator
12252 Formatierung\SpecialChar \menuseparator
12253 Horizontaler
12254 \begin_inset space ~
12255 \end_inset
12256
12257 Abstand
12258 \family default
12259  eingefügt werden:
12260 \end_layout
12261
12262 \begin_layout Standard
12263 Dies ist eine Zeile mit
12264 \begin_inset space \hspace{}
12265 \length 2cm
12266 \end_inset
12267
12268 2
12269 \begin_inset space \thinspace{}
12270 \end_inset
12271
12272 cm Leerraum.
12273 \end_layout
12274
12275 \begin_layout Standard
12276 Dies ist eine Zeile mit
12277 \begin_inset space \hfill{}
12278 \end_inset
12279
12280 maximalem Leerraum.
12281 \end_layout
12282
12283 \begin_layout Subsection
12284 Leerraum neben eingebetteten Formeln
12285 \begin_inset Index idx
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289 Leerraum ! neben eingebetteten Formeln
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Standard
12298 Über die Länge 
12299 \series bold
12300
12301 \backslash
12302 mathsurround
12303 \series default
12304
12305 \begin_inset Index idx
12306 status collapsed
12307
12308 \begin_layout Plain Layout
12309 Befehle ! M ! 
12310 \backslash
12311 mathsurround
12312 \end_layout
12313
12314 \end_inset
12315
12316  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12317  wird.
12318  Der Wert einer Länge wird mit dem Befehl 
12319 \series bold
12320
12321 \backslash
12322 setlength
12323 \series default
12324
12325 \begin_inset Index idx
12326 status collapsed
12327
12328 \begin_layout Plain Layout
12329 Befehle ! S ! 
12330 \backslash
12331 setlength
12332 \end_layout
12333
12334 \end_inset
12335
12336  gesetzt.
12337  Dieser besitzt folgendes Befehlsschema:
12338 \end_layout
12339
12340 \begin_layout Standard
12341
12342 \series bold
12343
12344 \backslash
12345 setlength{Längenname}{Wert}
12346 \end_layout
12347
12348 \begin_layout Standard
12349 Um 
12350 \series bold
12351
12352 \backslash
12353 mathsurround
12354 \series default
12355  den Wert 5
12356 \begin_inset space \thinspace{}
12357 \end_inset
12358
12359 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12360 \end_layout
12361
12362 \begin_layout Standard
12363
12364 \series bold
12365
12366 \backslash
12367 setlength{
12368 \backslash
12369 mathsurround}{5mm}
12370 \end_layout
12371
12372 \begin_layout Standard
12373 ein.
12374  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12375 \begin_inset space \thinspace{}
12376 \end_inset
12377
12378 mm Leerraum gesetzt:
12379 \begin_inset ERT
12380 status collapsed
12381
12382 \begin_layout Plain Layout
12383
12384
12385 \backslash
12386 setlength{
12387 \backslash
12388 mathsurround}{5mm}
12389 \end_layout
12390
12391 \end_inset
12392
12393
12394 \end_layout
12395
12396 \begin_layout Standard
12397 Dies ist eine Zeile in der sich 
12398 \begin_inset Formula $A=B$
12399 \end_inset
12400
12401  eine Formel mit 5
12402 \begin_inset space \thinspace{}
12403 \end_inset
12404
12405 mm umgebendem Leerraum befindet.
12406 \begin_inset ERT
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410
12411
12412 \backslash
12413 setlength{
12414 \backslash
12415 mathsurround}{0pt}
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \begin_layout Standard
12424 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12425 \series bold
12426
12427 \backslash
12428 mathsurround
12429 \series default
12430  auf den Wert 0
12431 \begin_inset space \thinspace{}
12432 \end_inset
12433
12434 pt.
12435 \end_layout
12436
12437 \begin_layout Section
12438 Boxen und Rahmen
12439 \begin_inset Index idx
12440 status collapsed
12441
12442 \begin_layout Plain Layout
12443 Boxen
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \begin_inset Index idx
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453 Rahmen | see
12454 \begin_inset ERT
12455 status collapsed
12456
12457 \begin_layout Plain Layout
12458
12459 {
12460 \end_layout
12461
12462 \end_inset
12463
12464 Boxen
12465 \begin_inset ERT
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469
12470 }
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \end_layout
12477
12478 \end_inset
12479
12480
12481 \end_layout
12482
12483 \begin_layout Standard
12484 Boxen für Text sind im Kapitel 
12485 \family typewriter
12486 Boxen
12487 \family default
12488  im Handbuch 
12489 \family typewriter
12490 Eingebettete
12491 \begin_inset space ~
12492 \end_inset
12493
12494 Objekte
12495 \family default
12496  beschrieben.
12497 \end_layout
12498
12499 \begin_layout Subsection
12500 Boxen mit Rahmen
12501 \begin_inset CommandInset label
12502 LatexCommand label
12503 name "sub:Boxen-mit-Rahmen"
12504
12505 \end_inset
12506
12507
12508 \begin_inset Index idx
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512 Boxen ! mit Rahmen
12513 \end_layout
12514
12515 \end_inset
12516
12517
12518 \end_layout
12519
12520 \begin_layout Standard
12521 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12522 \series bold
12523
12524 \backslash
12525 fbox
12526 \series default
12527
12528 \begin_inset Index idx
12529 status collapsed
12530
12531 \begin_layout Plain Layout
12532 Befehle ! F ! 
12533 \backslash
12534 fbox
12535 \end_layout
12536
12537 \end_inset
12538
12539  und 
12540 \series bold
12541
12542 \backslash
12543 boxed
12544 \series default
12545
12546 \begin_inset Index idx
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550 Befehle ! B ! 
12551 \backslash
12552 boxed
12553 \end_layout
12554
12555 \end_inset
12556
12557  zu umranden.
12558 \end_layout
12559
12560 \begin_layout Standard
12561 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12562  in einem Rahmen.
12563  Bei 
12564 \series bold
12565
12566 \backslash
12567 fbox
12568 \series default
12569  muss in diesem Eingabefeld mit 
12570 \family sans
12571 Strg+M
12572 \family default
12573  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12574  als mathematischer Text behandelt.
12575  Verwendet man 
12576 \series bold
12577
12578 \backslash
12579 boxed
12580 \series default
12581 , wird automatisch im Rahmen eine neue Formel erzeugt.
12582 \end_layout
12583
12584 \begin_layout Standard
12585 Der Befehl 
12586 \series bold
12587
12588 \backslash
12589 fbox
12590 \series default
12591  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12592  wird dann immer in Textzeilengröße gesetzt.
12593  Im Gegensatz dazu ist 
12594 \series bold
12595
12596 \backslash
12597 boxed
12598 \series default
12599  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12600  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12601 \end_layout
12602
12603 \begin_layout Standard
12604 Als Erweiterung zu 
12605 \series bold
12606
12607 \backslash
12608 fbox
12609 \series default
12610  gibt es den Befehl 
12611 \series bold
12612
12613 \backslash
12614 framebox
12615 \series default
12616
12617 \begin_inset Index idx
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621 Befehle ! F ! 
12622 \backslash
12623 framebox
12624 \end_layout
12625
12626 \end_inset
12627
12628 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12629  kann.
12630  
12631 \series bold
12632
12633 \backslash
12634 framebox
12635 \series default
12636  wird nach folgendem Schema verwendet:
12637 \end_layout
12638
12639 \begin_layout Standard
12640
12641 \series bold
12642
12643 \backslash
12644 framebox[Rahmenbreite][Position]{Boxinhalt}
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Die Position kann entweder 
12649 \emph on
12650 l
12651 \emph default
12652  oder 
12653 \emph on
12654 r
12655 \emph default
12656  sein.
12657  
12658 \emph on
12659 l
12660 \emph default
12661  bewirkt linksbündige, 
12662 \emph on
12663 r
12664 \emph default
12665  rechtsbündige Ausrichtung der Formel in der Box.
12666  Gibt man keine Position an, wird die Formel zentriert.
12667 \begin_inset Newline newline
12668 \end_inset
12669
12670 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12671  In diesem Falle wird die Rahmenbreite wie bei 
12672 \series bold
12673
12674 \backslash
12675 fbox
12676 \series default
12677  an den Boxinhalt angepasst.
12678 \end_layout
12679
12680 \begin_layout Standard
12681 Wenn man den Befehl 
12682 \series bold
12683
12684 \backslash
12685 framebox
12686 \series default
12687  eingibt, erscheint eine Box mit drei Eingabefeldern.
12688  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12689  beiden optionalen Argumente.
12690  In das dritte Feld wird wie bei 
12691 \series bold
12692
12693 \backslash
12694 fbox
12695 \series default
12696  die Formel eingegeben.
12697 \end_layout
12698
12699 \begin_layout Standard
12700 \align center
12701 \begin_inset Tabular
12702 <lyxtabular version="3" rows="5" columns="2">
12703 <features tabularvalignment="middle">
12704 <column alignment="center" valignment="top" width="0">
12705 <column alignment="center" valignment="top" width="0">
12706 <row>
12707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 Befehl
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 Ergebnis
12721 \begin_inset Note Note
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725
12726 \series bold
12727
12728 \backslash
12729 raisebox
12730 \series default
12731  dient nur als Abstandhalter.
12732 \end_layout
12733
12734 \end_inset
12735
12736
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 </row>
12742 <row>
12743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747
12748 \backslash
12749 fbox
12750 \begin_inset ERT
12751 status collapsed
12752
12753 \begin_layout Plain Layout
12754
12755
12756 \backslash
12757 leer 
12758 \end_layout
12759
12760 \end_inset
12761
12762
12763 \family sans
12764 Strg+M
12765 \family default
12766  
12767 \backslash
12768 int
12769 \begin_inset ERT
12770 status collapsed
12771
12772 \begin_layout Plain Layout
12773
12774
12775 \backslash
12776 leer 
12777 \end_layout
12778
12779 \end_inset
12780
12781 A=B
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12791 \end_inset
12792
12793
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 </row>
12799 <row>
12800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804
12805 \backslash
12806 boxed
12807 \begin_inset ERT
12808 status collapsed
12809
12810 \begin_layout Plain Layout
12811
12812
12813 \backslash
12814 leer 
12815 \end_layout
12816
12817 \end_inset
12818
12819
12820 \backslash
12821 int
12822 \begin_inset ERT
12823 status collapsed
12824
12825 \begin_layout Plain Layout
12826
12827
12828 \backslash
12829 leer 
12830 \end_layout
12831
12832 \end_inset
12833
12834 A=B
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12844 \end_inset
12845
12846
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 </row>
12852 <row>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 A+
12858 \backslash
12859 fbox
12860 \begin_inset ERT
12861 status collapsed
12862
12863 \begin_layout Plain Layout
12864
12865
12866 \backslash
12867 leer 
12868 \end_layout
12869
12870 \end_inset
12871
12872 B
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 </row>
12890 <row>
12891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895
12896 \backslash
12897 framebox
12898 \begin_inset ERT
12899 status collapsed
12900
12901 \begin_layout Plain Layout
12902
12903
12904 \backslash
12905 leer 
12906 \end_layout
12907
12908 \end_inset
12909
12910 20mm
12911 \begin_inset Formula $\to$
12912 \end_inset
12913
12914
12915 \begin_inset Formula $\to$
12916 \end_inset
12917
12918
12919 \family sans
12920 Strg+M
12921 \family default
12922  
12923 \backslash
12924 frac
12925 \begin_inset ERT
12926 status collapsed
12927
12928 \begin_layout Plain Layout
12929
12930
12931 \backslash
12932 leer 
12933 \end_layout
12934
12935 \end_inset
12936
12937 A
12938 \begin_inset Formula $\downarrow$
12939 \end_inset
12940
12941 B
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 \begin_inset Formula $\raisebox{6mm}{}$
12951 \end_inset
12952
12953
12954 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12955 \end_inset
12956
12957
12958 \begin_inset Formula $\raisebox{-4mm}{}$
12959 \end_inset
12960
12961
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 </row>
12967 </lyxtabular>
12968
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \begin_layout Standard
12975 Die Rahmendicke kann ebenfalls eingestellt werden.
12976  Dazu müssen vor der Formel im TeX-Modus die Befehle
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 fboxrule
12985 \series default
12986  
12987 \series bold
12988
12989 \begin_inset Quotes gld
12990 \end_inset
12991
12992 Dicke
12993 \begin_inset Quotes grd
12994 \end_inset
12995
12996
12997 \series default
12998  
12999 \series bold
13000
13001 \backslash
13002 fboxsep
13003 \series default
13004  
13005 \series bold
13006
13007 \begin_inset Quotes gld
13008 \end_inset
13009
13010 Abstand
13011 \begin_inset Quotes grd
13012 \end_inset
13013
13014
13015 \end_layout
13016
13017 \begin_layout Standard
13018 eingegeben werden.
13019  
13020 \begin_inset Quotes gld
13021 \end_inset
13022
13023 Abstand
13024 \begin_inset Quotes grd
13025 \end_inset
13026
13027  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13028  in der Box fest.
13029  Ein Beispiel dafür ist folgende umrandete Formel:
13030 \begin_inset ERT
13031 status collapsed
13032
13033 \begin_layout Plain Layout
13034
13035
13036 \backslash
13037 fboxrule 2mm 
13038 \backslash
13039 fboxsep 3mm
13040 \end_layout
13041
13042 \end_inset
13043
13044
13045 \begin_inset Formula \[
13046 \boxed{A+B=C}\]
13047
13048 \end_inset
13049
13050 Vor dieser Formel wurde im TeX-Modus
13051 \end_layout
13052
13053 \begin_layout Standard
13054
13055 \series bold
13056
13057 \backslash
13058 fboxrule
13059 \series default
13060  
13061 \series bold
13062 2mm
13063 \series default
13064  
13065 \series bold
13066
13067 \backslash
13068 fboxsep
13069 \series default
13070  
13071 \series bold
13072 3mm
13073 \end_layout
13074
13075 \begin_layout Standard
13076 eingegeben.
13077  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13078 \end_layout
13079
13080 \begin_layout Standard
13081 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13082  nächsten Formel im TeX-Modus folgende Befehle ein:
13083 \end_layout
13084
13085 \begin_layout Standard
13086
13087 \series bold
13088
13089 \backslash
13090 fboxrule
13091 \series default
13092  
13093 \series bold
13094 0.4pt
13095 \series default
13096  
13097 \series bold
13098
13099 \backslash
13100 fboxsep
13101 \series default
13102  
13103 \series bold
13104 3pt
13105 \series default
13106
13107 \begin_inset ERT
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111
13112
13113 \backslash
13114 fboxrule 0.4pt 
13115 \backslash
13116 fboxsep 3pt
13117 \end_layout
13118
13119 \end_inset
13120
13121
13122 \end_layout
13123
13124 \begin_layout Subsection
13125 Boxen ohne Rahmen
13126 \begin_inset CommandInset label
13127 LatexCommand label
13128 name "sub:Boxen-ohne-Rahmen"
13129
13130 \end_inset
13131
13132
13133 \begin_inset Index idx
13134 status collapsed
13135
13136 \begin_layout Plain Layout
13137 Boxen ! ohne Rahmen
13138 \end_layout
13139
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \begin_layout Standard
13146 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13147 \series bold
13148
13149 \backslash
13150 mbox
13151 \series default
13152
13153 \begin_inset Index idx
13154 status collapsed
13155
13156 \begin_layout Plain Layout
13157 Befehle ! M ! 
13158 \backslash
13159 mbox
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \series bold
13166
13167 \backslash
13168 makebox
13169 \series default
13170
13171 \begin_inset Index idx
13172 status collapsed
13173
13174 \begin_layout Plain Layout
13175 Befehle ! M ! 
13176 \backslash
13177 makebox
13178 \end_layout
13179
13180 \end_inset
13181
13182  und
13183 \begin_inset Newline linebreak
13184 \end_inset
13185
13186
13187 \series bold
13188
13189 \backslash
13190 raisebox
13191 \series default
13192
13193 \begin_inset Index idx
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197 Befehle ! R ! 
13198 \backslash
13199 raisebox
13200 \end_layout
13201
13202 \end_inset
13203
13204
13205 \end_layout
13206
13207 \begin_layout Standard
13208 Mit 
13209 \series bold
13210
13211 \backslash
13212 raisebox
13213 \series default
13214  kann man eine Box hoch- oder tiefstellen.
13215  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13216 n die Schriftgröße bei.
13217  
13218 \series bold
13219
13220 \backslash
13221 raisebox
13222 \series default
13223  wird dabei mit folgendem Schema benutzt:
13224 \end_layout
13225
13226 \begin_layout Standard
13227
13228 \series bold
13229
13230 \backslash
13231 raisebox{Höhe}{Boxinhalt}
13232 \end_layout
13233
13234 \begin_layout Standard
13235 Soll in der Box eine Formel stehen, muss man wie bei 
13236 \series bold
13237
13238 \backslash
13239 fbox
13240 \series default
13241  eine weitere Formel erstellen.
13242  
13243 \begin_inset Note Greyedout
13244 status open
13245
13246 \begin_layout Plain Layout
13247
13248 \series bold
13249 Achtung:
13250 \series default
13251  Für 
13252 \series bold
13253
13254 \backslash
13255 raisebox
13256 \series default
13257  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13258  
13259 \family sans
13260 Strg+M
13261 \family default
13262  erstellt, denn LyX unterstützt 
13263 \series bold
13264
13265 \backslash
13266 raisebox
13267 \series default
13268  noch nicht direkt.
13269 \end_layout
13270
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \begin_layout Standard
13277 \align center
13278 \begin_inset Tabular
13279 <lyxtabular version="3" rows="4" columns="2">
13280 <features tabularvalignment="middle">
13281 <column alignment="center" valignment="top" width="0">
13282 <column alignment="center" valignment="top" width="0">
13283 <row>
13284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 Befehl
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 Ergebnis
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 </row>
13303 <row>
13304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 H
13309 \backslash
13310 raisebox{2mm
13311 \begin_inset Formula $\to$
13312 \end_inset
13313
13314
13315 \backslash
13316 {al
13317 \begin_inset Formula $\to$
13318 \end_inset
13319
13320  lo
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13330 \end_inset
13331
13332
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 </row>
13338 <row>
13339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343 H
13344 \backslash
13345 raisebox{-2mm
13346 \begin_inset Formula $\to$
13347 \end_inset
13348
13349
13350 \backslash
13351 {al
13352 \begin_inset Formula $\to$
13353 \end_inset
13354
13355 lo
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13365 \end_inset
13366
13367
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 </row>
13373 <row>
13374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 A=
13379 \backslash
13380 raisebox{-2mm
13381 \begin_inset Formula $\to$
13382 \end_inset
13383
13384
13385 \backslash
13386 {
13387 \family sans
13388 Strg+M Strg+M
13389 \family default
13390  
13391 \backslash
13392 sqrt
13393 \begin_inset ERT
13394 status collapsed
13395
13396 \begin_layout Plain Layout
13397
13398
13399 \backslash
13400 leer 
13401 \end_layout
13402
13403 \end_inset
13404
13405
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13415 \end_inset
13416
13417
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 </row>
13423 </lyxtabular>
13424
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \begin_layout Standard
13431 Der Befehl 
13432 \series bold
13433
13434 \backslash
13435 mbox
13436 \series default
13437  ist äquivalent zu 
13438 \series bold
13439
13440 \backslash
13441 fbox
13442 \series default
13443  und 
13444 \series bold
13445
13446 \backslash
13447 makebox
13448 \series default
13449  ist äquivalent zu 
13450 \series bold
13451
13452 \backslash
13453 framebox
13454 \series default
13455 , nur dass es keinen Rahmen gibt.
13456 \end_layout
13457
13458 \begin_layout Subsection
13459 Farbige Boxen
13460 \begin_inset CommandInset label
13461 LatexCommand label
13462 name "sub:Farbige-Boxen"
13463
13464 \end_inset
13465
13466
13467 \begin_inset Index idx
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471 Boxen ! farbige
13472 \end_layout
13473
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \begin_layout Standard
13480 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13481  im LaTeX-Vorspann das LaTeX-Paket 
13482 \series bold
13483 color
13484 \series default
13485
13486 \begin_inset Foot
13487 status collapsed
13488
13489 \begin_layout Plain Layout
13490 Das Paket 
13491 \series bold
13492 color
13493 \series default
13494  ist Teil jeder LaTeX-Standardinstallation.
13495 \end_layout
13496
13497 \end_inset
13498
13499
13500 \begin_inset Index idx
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504 Pakete ! color
13505 \end_layout
13506
13507 \end_inset
13508
13509  mit der Zeile
13510 \end_layout
13511
13512 \begin_layout Standard
13513
13514 \series bold
13515
13516 \backslash
13517 usepackage{color}
13518 \end_layout
13519
13520 \begin_layout Standard
13521 geladen werden
13522 \begin_inset Foot
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13527  LyX das LaTeX-Paket 
13528 \series bold
13529 color
13530 \series default
13531  automatisch.
13532  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13533  keine Probleme hervorruft.
13534 \end_layout
13535
13536 \end_inset
13537
13538
13539 \begin_inset Note Note
13540 status collapsed
13541
13542 \begin_layout Plain Layout
13543 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13544  ein Makro eingefügt.
13545 \end_layout
13546
13547 \end_inset
13548
13549 .
13550 \end_layout
13551
13552 \begin_layout Standard
13553 \begin_inset VSpace medskip
13554 \end_inset
13555
13556 Um Boxen einzufärben, verwendet man den Befehl 
13557 \series bold
13558
13559 \backslash
13560 colorbox
13561 \series default
13562
13563 \begin_inset Index idx
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567 Befehle ! C ! 
13568 \backslash
13569 colorbox
13570 \end_layout
13571
13572 \end_inset
13573
13574  nach folgendem Schema:
13575 \end_layout
13576
13577 \begin_layout Standard
13578
13579 \series bold
13580
13581 \backslash
13582 colorbox{Farbe}{Boxinhalt}
13583 \end_layout
13584
13585 \begin_layout Standard
13586 Der Boxinhalt kann auch wieder eine Box sein und eine 
13587 \series bold
13588
13589 \backslash
13590 colorbox
13591 \series default
13592  kann auch ein Teil einer anderen Box sein (siehe 2.
13593  und 3.
13594  Beispiel).
13595  Soll in der Box eine Formel stehen, muss wie bei 
13596 \series bold
13597
13598 \backslash
13599 raisebox
13600 \series default
13601  eine weitere Formel erstellt werden.
13602 \begin_inset Foot
13603 status collapsed
13604
13605 \begin_layout Plain Layout
13606 Das gilt auch für den Befehl 
13607 \series bold
13608
13609 \backslash
13610 fcolorbox
13611 \series default
13612 .
13613 \end_layout
13614
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \begin_layout Standard
13621 Aus folgenden vordefinierten Farben kann gewählt werden:
13622 \end_layout
13623
13624 \begin_layout Standard
13625
13626 \series bold
13627 black
13628 \series default
13629
13630 \series bold
13631 blue
13632 \series default
13633
13634 \series bold
13635 cyan
13636 \series default
13637
13638 \series bold
13639 green
13640 \series default
13641
13642 \series bold
13643 magenta
13644 \series default
13645
13646 \series bold
13647 red
13648 \series default
13649
13650 \series bold
13651 white
13652 \series default
13653  und 
13654 \series bold
13655 yellow
13656 \end_layout
13657
13658 \begin_layout Standard
13659 \align center
13660 \begin_inset Tabular
13661 <lyxtabular version="3" rows="4" columns="2">
13662 <features tabularvalignment="middle">
13663 <column alignment="center" valignment="top" width="0">
13664 <column alignment="center" valignment="top" width="0">
13665 <row>
13666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 Befehl
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 Ergebnis
13680 \begin_inset Note Note
13681 status collapsed
13682
13683 \begin_layout Plain Layout
13684
13685 \series bold
13686
13687 \backslash
13688 raisebox
13689 \series default
13690  dient nur als Abstandhalter.
13691 \end_layout
13692
13693 \end_inset
13694
13695
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 </row>
13701 <row>
13702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706
13707 \backslash
13708 colorbox{yellow
13709 \begin_inset Formula $\to$
13710 \end_inset
13711
13712
13713 \backslash
13714 {A=B
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13724 \end_inset
13725
13726
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 </row>
13732 <row>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737
13738 \backslash
13739 colorbox{green
13740 \begin_inset Formula $\to$
13741 \end_inset
13742
13743
13744 \backslash
13745 {
13746 \backslash
13747 fbox
13748 \begin_inset ERT
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752
13753
13754 \backslash
13755 leer 
13756 \end_layout
13757
13758 \end_inset
13759
13760 A=B
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13770 \end_inset
13771
13772
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 </row>
13778 <row>
13779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783
13784 \backslash
13785 fbox
13786 \begin_inset ERT
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790
13791
13792 \backslash
13793 leer 
13794 \end_layout
13795
13796 \end_inset
13797
13798
13799 \backslash
13800 colorbox{green
13801 \begin_inset Formula $\to$
13802 \end_inset
13803
13804
13805 \backslash
13806 {
13807 \family sans
13808 Strg+M Strg+M
13809 \family default
13810  
13811 \backslash
13812 int
13813 \begin_inset ERT
13814 status collapsed
13815
13816 \begin_layout Plain Layout
13817
13818
13819 \backslash
13820 leer 
13821 \end_layout
13822
13823 \end_inset
13824
13825 C=D
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 </row>
13843 </lyxtabular>
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \begin_layout Standard
13851
13852 \series bold
13853
13854 \backslash
13855 colorbox
13856 \series default
13857  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13858  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13859  
13860 \family sans
13861 Textstil
13862 \family default
13863  die gewünschte Farbe aus.
13864  Der Dialog kann mit dem Werkzeugleistenknopf 
13865 \begin_inset Graphics
13866         filename ../../images/dialog-show_character.png
13867         scale 85
13868
13869 \end_inset
13870
13871  oder dem Menü 
13872 \family sans
13873 Bearbeiten\SpecialChar \menuseparator
13874 Textstil\SpecialChar \menuseparator
13875 Benutzerdefiniert
13876 \family default
13877  aufgerufen werden.
13878  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13879  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13880  innerhalb der Formel die Farbe geändert werden.
13881 \end_layout
13882
13883 \begin_layout Standard
13884 Ein Beispiel:
13885 \end_layout
13886
13887 \begin_layout Standard
13888
13889 \color red
13890 \begin_inset Formula \begin{equation}
13891 \int A=B\label{eq:rot}\end{equation}
13892
13893 \end_inset
13894
13895
13896 \color green
13897
13898 \begin_inset Formula \begin{equation}
13899 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \begin_layout Standard
13907 Formel 
13908 \begin_inset CommandInset ref
13909 LatexCommand eqref
13910 reference "eq:rot"
13911
13912 \end_inset
13913
13914  ist komplett rot gefärbt.
13915 \begin_inset Newline newline
13916 \end_inset
13917
13918 Formel 
13919 \begin_inset CommandInset ref
13920 LatexCommand eqref
13921 reference "eq:rotgruen"
13922
13923 \end_inset
13924
13925  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13926  Anschließend wurden die Formelzeichen rot gefärbt.
13927 \end_layout
13928
13929 \begin_layout Standard
13930 \begin_inset VSpace bigskip
13931 \end_inset
13932
13933 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13934  den Befehl 
13935 \series bold
13936
13937 \backslash
13938 fcolorbox
13939 \series default
13940
13941 \begin_inset Index idx
13942 status collapsed
13943
13944 \begin_layout Plain Layout
13945 Befehle ! F ! 
13946 \backslash
13947 fcolorbox
13948 \end_layout
13949
13950 \end_inset
13951
13952  nach folgendem Schema:
13953 \end_layout
13954
13955 \begin_layout Standard
13956
13957 \series bold
13958
13959 \backslash
13960 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13961 \end_layout
13962
13963 \begin_layout Standard
13964
13965 \series bold
13966
13967 \backslash
13968 fcolorbox
13969 \series default
13970  stellt also eine Erweiterung des Befehls 
13971 \series bold
13972
13973 \backslash
13974 colorbox
13975 \series default
13976  dar.
13977  Die Rahmenbreite wird, wie bei 
13978 \series bold
13979
13980 \backslash
13981 framebox
13982 \series default
13983 , mit 
13984 \series bold
13985
13986 \backslash
13987 fboxrule
13988 \series default
13989  und 
13990 \series bold
13991
13992 \backslash
13993 fboxsep
13994 \series default
13995  festgelegt.
13996  Ein Beispiel:
13997 \begin_inset ERT
13998 status collapsed
13999
14000 \begin_layout Plain Layout
14001
14002
14003 \backslash
14004 fboxrule 1mm 
14005 \backslash
14006 fboxsep 1mm
14007 \end_layout
14008
14009 \end_inset
14010
14011
14012 \begin_inset Formula \[
14013 \fcolorbox{cyan}{magenta}{A=B}\]
14014
14015 \end_inset
14016
14017
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023
14024 \backslash
14025 fboxrule 0.4pt 
14026 \backslash
14027 fboxsep 3pt
14028 \end_layout
14029
14030 \end_inset
14031
14032
14033 \end_layout
14034
14035 \begin_layout Standard
14036 Diese Formel wurde mit folgendem Befehl erstellt:
14037 \begin_inset Newline newline
14038 \end_inset
14039
14040
14041 \series bold
14042
14043 \backslash
14044 fcolorbox{cyan
14045 \begin_inset Formula $\to$
14046 \end_inset
14047
14048
14049 \backslash
14050 {magenta
14051 \begin_inset Formula $\to$
14052 \end_inset
14053
14054
14055 \backslash
14056 {A=B
14057 \end_layout
14058
14059 \begin_layout Standard
14060 \begin_inset VSpace bigskip
14061 \end_inset
14062
14063 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14064  selbst definieren.
14065 \end_layout
14066
14067 \begin_layout Standard
14068 Man kann z.
14069 \begin_inset space \thinspace{}
14070 \end_inset
14071
14072 B.
14073  mit folgender LaTeX-Vorspannzeile die Farbe 
14074 \begin_inset Quotes gld
14075 \end_inset
14076
14077
14078 \series bold
14079 dunkelgruen
14080 \series default
14081
14082 \begin_inset Quotes grd
14083 \end_inset
14084
14085
14086 \begin_inset Foot
14087 status collapsed
14088
14089 \begin_layout Plain Layout
14090 In Befehlen darf kein Umlaut stehen, siehe 
14091 \begin_inset CommandInset ref
14092 LatexCommand ref
14093 reference "sec:Benutzerdefinierte-Befehle"
14094
14095 \end_inset
14096
14097 .
14098 \end_layout
14099
14100 \end_inset
14101
14102  definieren:
14103 \end_layout
14104
14105 \begin_layout Standard
14106
14107 \series bold
14108
14109 \backslash
14110 definecolor{dunkelgruen}{cmyk}{0.5,
14111 \series default
14112  
14113 \series bold
14114 0,
14115 \series default
14116  
14117 \series bold
14118 1,
14119 \series default
14120  
14121 \series bold
14122 0.5}
14123 \series default
14124
14125 \begin_inset Index idx
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129 Befehle ! D ! 
14130 \backslash
14131 definecolor
14132 \end_layout
14133
14134 \end_inset
14135
14136
14137 \end_layout
14138
14139 \begin_layout Standard
14140
14141 \series bold
14142 cmyk
14143 \series default
14144  ist der Farbraum und steht für die Farben 
14145 \series bold
14146 cyan
14147 \series default
14148
14149 \series bold
14150 magenta
14151 \series default
14152
14153 \series bold
14154 yellow
14155 \series default
14156  und 
14157 \series bold
14158 black
14159 \series default
14160 .
14161  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14162  Für den Anteil kann man Werte im Bereich 0
14163 \begin_inset space \thinspace{}
14164 \end_inset
14165
14166 -
14167 \begin_inset space \thinspace{}
14168 \end_inset
14169
14170 1 angeben.
14171  Anstelle von 
14172 \series bold
14173 cmyk
14174 \series default
14175  kann man zur Definition auch den Farbraum 
14176 \series bold
14177 rgb
14178 \series default
14179  verwenden.
14180  
14181 \series bold
14182 rgb
14183 \series default
14184  steht für 
14185 \series bold
14186 red
14187 \series default
14188
14189 \series bold
14190 green
14191 \series default
14192  und 
14193 \series bold
14194 blue
14195 \series default
14196 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14197  Des Weiteren gibt es noch den Farbraum 
14198 \series bold
14199 gray
14200 \series default
14201 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14202 \end_layout
14203
14204 \begin_layout Standard
14205 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14206 \series bold
14207 darkgreen
14208 \series default
14209 , bei der die Zeichenfarbe 
14210 \series bold
14211 yellow
14212 \series default
14213  gewählt wurde:
14214 \begin_inset Formula \begin{equation}
14215 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14216
14217 \end_inset
14218
14219
14220 \end_layout
14221
14222 \begin_layout Standard
14223 Selbst definierte Farben können mit dem Befehl 
14224 \series bold
14225
14226 \backslash
14227 textcolor
14228 \series default
14229  auch für Text
14230 \begin_inset Index idx
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234 Text ! farbiger
14235 \end_layout
14236
14237 \end_inset
14238
14239  verwendet werden:
14240 \end_layout
14241
14242 \begin_layout Standard
14243 \begin_inset ERT
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247
14248
14249 \backslash
14250 textcolor{dunkelgruen}{
14251 \end_layout
14252
14253 \end_inset
14254
14255 Dieser Satz ist 
14256 \begin_inset Quotes gld
14257 \end_inset
14258
14259 dunkelgruen
14260 \begin_inset Quotes grd
14261 \end_inset
14262
14263 .
14264 \begin_inset ERT
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268
14269 }
14270 \end_layout
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \begin_layout Standard
14278
14279 \series bold
14280
14281 \backslash
14282 textcolor
14283 \series default
14284
14285 \begin_inset Index idx
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289 Befehle ! T ! 
14290 \backslash
14291 textcolor
14292 \end_layout
14293
14294 \end_inset
14295
14296  wird nach dem Schema 
14297 \series bold
14298
14299 \backslash
14300 textcolor{Farbe}{zu
14301 \series default
14302  
14303 \series bold
14304 färbende
14305 \series default
14306  
14307 \series bold
14308 Zeichen}
14309 \series default
14310  verwendet.
14311 \end_layout
14312
14313 \begin_layout Subsection
14314 Absatzboxen
14315 \begin_inset CommandInset label
14316 LatexCommand label
14317 name "sub:Absatzboxen"
14318
14319 \end_inset
14320
14321
14322 \begin_inset Index idx
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326 Boxen ! Absatz-
14327 \end_layout
14328
14329 \end_inset
14330
14331
14332 \end_layout
14333
14334 \begin_layout Standard
14335 Mit dem Menü 
14336 \family sans
14337 Einfügen\SpecialChar \menuseparator
14338 Box
14339 \family default
14340  oder dem Werkzeugleistenknopf 
14341 \begin_inset Graphics
14342         filename ../../images/box-insert.png
14343         scale 85
14344
14345 \end_inset
14346
14347  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14348  eine so genannte 
14349 \emph on
14350 Parbox
14351 \emph default
14352  (Absatzbox).
14353 \end_layout
14354
14355 \begin_layout Standard
14356 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14357 \end_layout
14358
14359 \begin_layout Standard
14360 \begin_inset VSpace medskip
14361 \end_inset
14362
14363 Dies ist eine Zeile 
14364 \begin_inset Box Boxed
14365 position "c"
14366 hor_pos "c"
14367 has_inner_box 1
14368 inner_pos "t"
14369 use_parbox 1
14370 use_makebox 0
14371 width "5cm"
14372 special "none"
14373 height "1in"
14374 height_special "totalheight"
14375 status open
14376
14377 \begin_layout Plain Layout
14378 Dies ist die Absatzbox.
14379  Sie ist genau 5
14380 \begin_inset space \thinspace{}
14381 \end_inset
14382
14383 cm lang und kann auch Formeln enthalten: 
14384 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \end_inset
14391
14392  mit einer Absatzbox.
14393 \begin_inset VSpace medskip
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \begin_layout Standard
14400 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14401  graue Box mit dem Namen 
14402 \begin_inset Quotes gld
14403 \end_inset
14404
14405 Box(Gerahmt)
14406 \begin_inset Quotes grd
14407 \end_inset
14408
14409  klickt.
14410  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14411  In diesem Fall: 
14412 \emph on
14413 Verzierung
14414 \emph default
14415 : Rechteckige Box, 
14416 \emph on
14417 Innere Box
14418 \emph default
14419 : Parbox, 
14420 \emph on
14421 Breite
14422 \emph default
14423 : 5
14424 \begin_inset space \thinspace{}
14425 \end_inset
14426
14427 cm, 
14428 \emph on
14429 Vertikale Box Ausrichtung
14430 \emph default
14431 : Mitte
14432 \end_layout
14433
14434 \begin_layout Standard
14435 \begin_inset VSpace medskip
14436 \end_inset
14437
14438 In LaTeX wird eine Absatzbox mit dem Befehl 
14439 \series bold
14440
14441 \backslash
14442 parbox
14443 \series default
14444
14445 \begin_inset Index idx
14446 status collapsed
14447
14448 \begin_layout Plain Layout
14449 Befehle ! P ! 
14450 \backslash
14451 parbox
14452 \end_layout
14453
14454 \end_inset
14455
14456  erstellt, welcher folgendes Schema besitzt:
14457 \end_layout
14458
14459 \begin_layout Standard
14460
14461 \series bold
14462
14463 \backslash
14464 parbox[Position]{Breite}{Boxinhalt}
14465 \end_layout
14466
14467 \begin_layout Standard
14468 Die Positionen 
14469 \emph on
14470 b
14471 \emph default
14472  und 
14473 \emph on
14474 t
14475 \emph default
14476  sind möglich.
14477  
14478 \emph on
14479 b
14480 \emph default
14481  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14482  Text eingepasst wird.
14483  Bei 
14484 \emph on
14485 t
14486 \emph default
14487  wie top geschieht dies für die erste Zeile.
14488  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14489  siehe das Kapitel 
14490 \emph on
14491 Boxen
14492 \emph default
14493  des Handbuchs
14494 \emph on
14495  Eingebettete
14496 \begin_inset space ~
14497 \end_inset
14498
14499 Objekte
14500 \emph default
14501  für Beispiele.
14502 \end_layout
14503
14504 \begin_layout Standard
14505 \begin_inset VSpace bigskip
14506 \end_inset
14507
14508 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14509  in eine Absatzbox setzen.
14510  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14511 \series bold
14512
14513 \backslash
14514 fbox{
14515 \backslash
14516 parbox{
14517 \backslash
14518 linewidth-2
14519 \backslash
14520 fboxsep-2
14521 \backslash
14522 fboxrule}{
14523 \series default
14524 .
14525  Hierbei steht 
14526 \series bold
14527
14528 \backslash
14529 linewidth
14530 \series default
14531
14532 \begin_inset Index idx
14533 status collapsed
14534
14535 \begin_layout Plain Layout
14536 Befehle ! L ! 
14537 \backslash
14538 linewidth
14539 \end_layout
14540
14541 \end_inset
14542
14543  für die im Dokument eingestellte Zeilenbreite.
14544  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14545 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14546  Da dies LyX aufgrund eines Fehlers
14547 \begin_inset Foot
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551 \begin_inset CommandInset href
14552 LatexCommand href
14553 name "LyX-Fehler #4483"
14554 target "http://www.lyx.org/trac/ticket/4483"
14555
14556 \end_inset
14557
14558
14559 \end_layout
14560
14561 \end_inset
14562
14563  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14564  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14565 spann das LaTeX-Paket 
14566 \series bold
14567 calc
14568 \series default
14569
14570 \begin_inset Foot
14571 status collapsed
14572
14573 \begin_layout Plain Layout
14574
14575 \series bold
14576 calc
14577 \series default
14578  ist Teil jeder LaTeX-Standardinstallation.
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \begin_inset Index idx
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588 Pakete ! calc
14589 \end_layout
14590
14591 \end_inset
14592
14593  mit der Zeile
14594 \end_layout
14595
14596 \begin_layout Standard
14597
14598 \series bold
14599
14600 \backslash
14601 usepackage{calc}
14602 \end_layout
14603
14604 \begin_layout Standard
14605 geladen werden.
14606  Nach der Formel werden beide Boxen geschlossen, indem man 
14607 \series bold
14608 }}
14609 \series default
14610  im TeX-Modus eingibt.
14611  Dazu ein Beispiel:
14612 \begin_inset ERT
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616
14617
14618 \backslash
14619 fboxsep 5mm 
14620 \backslash
14621 fboxrule 5mm
14622 \end_layout
14623
14624 \end_inset
14625
14626
14627 \end_layout
14628
14629 \begin_layout Standard
14630 \begin_inset ERT
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634
14635
14636 \backslash
14637 fbox{
14638 \backslash
14639 parbox{
14640 \backslash
14641 linewidth-2
14642 \backslash
14643 fboxsep-2
14644 \backslash
14645 fboxrule}{
14646 \end_layout
14647
14648 \end_inset
14649
14650
14651 \begin_inset Formula \begin{equation}
14652 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14653
14654 \end_inset
14655
14656
14657 \begin_inset ERT
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661
14662 }}
14663 \end_layout
14664
14665 \end_inset
14666
14667
14668 \begin_inset ERT
14669 status collapsed
14670
14671 \begin_layout Plain Layout
14672
14673
14674 \backslash
14675 fboxrule 0.4pt 
14676 \backslash
14677 fboxsep 3pt
14678 \end_layout
14679
14680 \end_inset
14681
14682
14683 \end_layout
14684
14685 \begin_layout Standard
14686 \begin_inset VSpace medskip
14687 \end_inset
14688
14689 Da im Argument von 
14690 \series bold
14691
14692 \backslash
14693 fbox
14694 \series default
14695  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14696  keinen Unterschied zwischen 
14697 \series bold
14698
14699 \backslash
14700 fbox
14701 \series default
14702  und 
14703 \series bold
14704
14705 \backslash
14706 boxed
14707 \series default
14708 .
14709 \end_layout
14710
14711 \begin_layout Standard
14712 \begin_inset VSpace bigskip
14713 \end_inset
14714
14715 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14716  Dazu verwendet man 
14717 \series bold
14718
14719 \backslash
14720 parbox
14721 \series default
14722  in Verbindung mit dem Befehl 
14723 \series bold
14724
14725 \backslash
14726 tag
14727 \series default
14728 .
14729  (mehr zu 
14730 \series bold
14731
14732 \backslash
14733 tag
14734 \series default
14735  siehe 
14736 \begin_inset CommandInset ref
14737 LatexCommand ref
14738 reference "sub:Benutzerdefinierte-Nummerierung"
14739
14740 \end_inset
14741
14742 )
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Ein Beispiel einer mit Hilfe von 
14747 \series bold
14748
14749 \backslash
14750 parbox
14751 \series default
14752  kommentierten Formel:
14753 \end_layout
14754
14755 \begin_layout Standard
14756 \begin_inset ERT
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760
14761
14762 \backslash
14763 [5x-7b=3b
14764 \backslash
14765 tag*{
14766 \backslash
14767 parbox{5cm}{
14768 \end_layout
14769
14770 \end_inset
14771
14772 Dies ist eine Beschreibung.
14773  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14774 \begin_inset ERT
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779 }}
14780 \backslash
14781 ]
14782 \end_layout
14783
14784 \end_inset
14785
14786
14787 \end_layout
14788
14789 \begin_layout Standard
14790 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14791  Befehl 
14792 \series bold
14793
14794 \backslash
14795 parbox
14796 \series default
14797  in Formeln noch nicht unterstützt.
14798  Die Formel wird mit folgender Befehlssequenz erstellt:
14799 \end_layout
14800
14801 \begin_layout Standard
14802 Der Befehl 
14803 \series bold
14804
14805 \backslash
14806 [5x-7b=3b
14807 \backslash
14808 tag*
14809 \backslash
14810 {
14811 \backslash
14812 parbox{5cm}{
14813 \series default
14814  wird im TeX-Modus eingegeben.
14815 \begin_inset Foot
14816 status collapsed
14817
14818 \begin_layout Plain Layout
14819 Ist der Formelstil 
14820 \series bold
14821 Eingerückt
14822 \series default
14823  aktiviert, kann 
14824 \series bold
14825
14826 \backslash
14827 tag*
14828 \backslash
14829 {
14830 \series default
14831  auch durch 
14832 \series bold
14833
14834 \backslash
14835 hfill
14836 \series default
14837  ersetzt werden.
14838  (Formelstile siehe 
14839 \begin_inset CommandInset ref
14840 LatexCommand ref
14841 reference "sec:Formelstile"
14842
14843 \end_inset
14844
14845 )
14846 \end_layout
14847
14848 \end_inset
14849
14850  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14851 \series bold
14852 }}
14853 \backslash
14854 ]
14855 \series default
14856  im TeX-Modus ein.
14857  Die Befehle 
14858 \series bold
14859
14860 \backslash
14861 [
14862 \series default
14863  und 
14864 \series bold
14865
14866 \backslash
14867 ]
14868 \series default
14869  erstellen hierbei eine abgesetzte Formel.
14870 \end_layout
14871
14872 \begin_layout Standard
14873 Die Vorteile von 
14874 \series bold
14875
14876 \backslash
14877 parbox
14878 \series default
14879  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14880  Textmodus 
14881 \begin_inset Quotes gld
14882 \end_inset
14883
14884 kommentiert
14885 \begin_inset Quotes grd
14886 \end_inset
14887
14888  wurde:
14889 \begin_inset Formula \[
14890 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Section
14898 Operatoren
14899 \begin_inset Index idx
14900 status collapsed
14901
14902 \begin_layout Plain Layout
14903 Operatoren
14904 \end_layout
14905
14906 \end_inset
14907
14908
14909 \end_layout
14910
14911 \begin_layout Subsection
14912 Große Operatoren
14913 \begin_inset CommandInset label
14914 LatexCommand label
14915 name "sub:Große-Operatoren"
14916
14917 \end_inset
14918
14919
14920 \begin_inset Index idx
14921 status collapsed
14922
14923 \begin_layout Plain Layout
14924 Operatoren ! große
14925 \end_layout
14926
14927 \end_inset
14928
14929
14930 \begin_inset Index idx
14931 status collapsed
14932
14933 \begin_layout Plain Layout
14934 Summen
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \begin_inset Index idx
14941 status collapsed
14942
14943 \begin_layout Plain Layout
14944 Integrale
14945 \end_layout
14946
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \begin_layout Standard
14953 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14954  sind, muss die Option 
14955 \family sans
14956 esint-Paket automatisch verwenden
14957 \family default
14958  in den Dokumenteinstellungen unter 
14959 \family sans
14960 Mathe-Optionen
14961 \family default
14962  gewählt sein.
14963 \end_layout
14964
14965 \begin_layout Standard
14966 \begin_inset space \hfill{}
14967 \end_inset
14968
14969
14970 \begin_inset Tabular
14971 <lyxtabular version="3" rows="11" columns="2">
14972 <features tabularvalignment="middle">
14973 <column alignment="center" valignment="top" width="0pt">
14974 <column alignment="center" valignment="top" width="0pt">
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 Befehl
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 Ergebnis
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \backslash
15002 int
15003 \begin_inset Index idx
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007 Befehle ! I ! 
15008 \backslash
15009 int
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 \begin_inset Formula $\int$
15024 \end_inset
15025
15026
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 </row>
15032 <row>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037
15038 \backslash
15039 oint
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15045 \begin_inset Text
15046
15047 \begin_layout Plain Layout
15048 \begin_inset Formula $\oint$
15049 \end_inset
15050
15051
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 </row>
15057 <row>
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062
15063 \backslash
15064 ointctrclockwise
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 \begin_inset Formula $\ointctrclockwise$
15074 \end_inset
15075
15076
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 </row>
15082 <row>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087
15088 \backslash
15089 ointclockwise
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 \begin_inset Formula $\ointclockwise$
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \backslash
15114 sqint
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 \begin_inset Formula $\sqint$
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 </row>
15132 <row>
15133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137
15138 \backslash
15139 fint
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148  
15149 \begin_inset Formula $\fint$
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 <row>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \backslash
15165 landupint
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174  
15175 \begin_inset Formula $\landupint$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 landdownint
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200  
15201 \begin_inset Formula $\landdownint$
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 </row>
15210 <row>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \backslash
15217 bigcap
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 \begin_inset Formula $\bigcap$
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 </row>
15235 <row>
15236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240
15241 \backslash
15242 bigcup
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 \begin_inset Formula $\bigcup$
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 </row>
15260 </lyxtabular>
15261
15262 \end_inset
15263
15264
15265 \begin_inset space \hfill{}
15266 \end_inset
15267
15268
15269 \begin_inset Tabular
15270 <lyxtabular version="3" rows="11" columns="2">
15271 <features tabularvalignment="middle">
15272 <column alignment="center" valignment="top" width="0pt">
15273 <column alignment="center" valignment="top" width="0pt">
15274 <row>
15275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279 Befehl
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 Ergebnis
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 </row>
15294 <row>
15295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299
15300 \backslash
15301 sum
15302 \begin_inset Index idx
15303 status collapsed
15304
15305 \begin_layout Plain Layout
15306 Befehle ! S ! 
15307 \backslash
15308 sum
15309 \end_layout
15310
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322 \begin_inset Formula $\sum$
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \backslash
15338 prod
15339 \begin_inset Index idx
15340 status collapsed
15341
15342 \begin_layout Plain Layout
15343 Befehle ! P ! 
15344 \backslash
15345 prod
15346 \end_layout
15347
15348 \end_inset
15349
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 \begin_inset Formula $\prod$
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \backslash
15375 coprod
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384 \begin_inset Formula $\coprod$
15385 \end_inset
15386
15387
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 <row>
15394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \backslash
15400 bigodot
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409 \begin_inset Formula $\bigodot$
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423
15424 \backslash
15425 bigotimes
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 \begin_inset Formula $\bigotimes$
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \backslash
15450 bigoplus
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 \begin_inset Formula $\bigoplus$
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row>
15469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \backslash
15475 bigwedge
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484 \begin_inset Formula $\bigwedge$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 bigvee
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509 \begin_inset Formula $\bigvee$
15510 \end_inset
15511
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 <row>
15519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15520 \begin_inset Text
15521
15522 \begin_layout Plain Layout
15523
15524 \backslash
15525 bigsqcup
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534 \begin_inset Formula $\bigsqcup$
15535 \end_inset
15536
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 </row>
15543 <row>
15544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15545 \begin_inset Text
15546
15547 \begin_layout Plain Layout
15548
15549 \backslash
15550 biguplus
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559 \begin_inset Formula $\biguplus$
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 </lyxtabular>
15569
15570 \end_inset
15571
15572
15573 \begin_inset space \hfill{}
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \begin_layout Standard
15580 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15581 \begin_inset Graphics
15582         filename ../../images/math/intop.png
15583         scale 85
15584
15585 \end_inset
15586
15587  eingefügt werden.
15588 \end_layout
15589
15590 \begin_layout Standard
15591 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15592  Teil gleich aussehenden binären Operatoren.
15593  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15594  beschrieben.
15595 \end_layout
15596
15597 \begin_layout Standard
15598 Für alle Integrale gibt es Befehle, die auf 
15599 \series bold
15600 op
15601 \series default
15602  enden: 
15603 \series bold
15604
15605 \backslash
15606 intop
15607 \series default
15608
15609 \series bold
15610
15611 \backslash
15612 ointop
15613 \series default
15614  usw..
15615  Diese unterscheiden sich von 
15616 \series bold
15617
15618 \backslash
15619 int
15620 \series default
15621  usw.
15622 \begin_inset space \space{}
15623 \end_inset
15624
15625 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15626 \begin_inset CommandInset ref
15627 LatexCommand ref
15628 reference "sub:Operatorgrenzen"
15629
15630 \end_inset
15631
15632 .
15633  
15634 \end_layout
15635
15636 \begin_layout Subsubsection*
15637 Hinweise zu Integralen
15638 \end_layout
15639
15640 \begin_layout Standard
15641 Der Buchstabe 
15642 \emph on
15643 d
15644 \emph default
15645  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15646  muss.
15647  Dazu markiert man das 
15648 \emph on
15649 d
15650 \emph default
15651  und wandelt es mit der Tastenkombination 
15652 \family sans
15653 Alt+Z
15654 \begin_inset space ~
15655 \end_inset
15656
15657 R
15658 \family default
15659
15660 \begin_inset Foot
15661 status collapsed
15662
15663 \begin_layout Plain Layout
15664 Schriftstile siehe 
15665 \begin_inset CommandInset ref
15666 LatexCommand ref
15667 reference "sub:Schriftstile"
15668
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \end_inset
15675
15676  um.
15677  Anschließend fügt man vor dem 
15678 \emph on
15679 d
15680 \emph default
15681 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15682  Dazu ein Beispiel:
15683 \end_layout
15684
15685 \begin_layout Standard
15686 inkorrekt: 
15687 \begin_inset Formula $\int A(x)dx$
15688 \end_inset
15689
15690
15691 \begin_inset Newline newline
15692 \end_inset
15693
15694
15695 \begin_inset Phantom HPhantom
15696 status open
15697
15698 \begin_layout Plain Layout
15699 in
15700 \end_layout
15701
15702 \end_inset
15703
15704 korrekt: 
15705 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \begin_layout Standard
15712 \begin_inset VSpace medskip
15713 \end_inset
15714
15715 Für Mehrfachintegrale gibt es folgende Befehle:
15716 \begin_inset VSpace medskip
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Standard
15723 \begin_inset space \hfill{}
15724 \end_inset
15725
15726
15727 \begin_inset Tabular
15728 <lyxtabular version="3" rows="4" columns="2">
15729 <features tabularvalignment="middle">
15730 <column alignment="center" valignment="top" width="0">
15731 <column alignment="center" valignment="top" width="0">
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 Befehl
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746 Ergebnis
15747 \begin_inset Note Note
15748 status collapsed
15749
15750 \begin_layout Plain Layout
15751
15752 \series bold
15753
15754 \backslash
15755 raisebox
15756 \series default
15757  dient nur als Abstandhalter.
15758 \end_layout
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 </row>
15768 <row>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \backslash
15775 iint
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 </row>
15793 <row>
15794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798
15799 \backslash
15800 oiint
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 </row>
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \backslash
15825 sqiint
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15831 \begin_inset Text
15832
15833 \begin_layout Plain Layout
15834 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 </lyxtabular>
15844
15845 \end_inset
15846
15847
15848 \begin_inset space \hfill{}
15849 \end_inset
15850
15851
15852 \begin_inset Tabular
15853 <lyxtabular version="3" rows="4" columns="2">
15854 <features tabularvalignment="middle">
15855 <column alignment="center" valignment="top" width="0">
15856 <column alignment="center" valignment="top" width="0">
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 Befehl
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 Ergebnis
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 <row>
15878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \backslash
15884 iiint
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15894 \end_inset
15895
15896
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 </row>
15902 <row>
15903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907
15908 \backslash
15909 iiiint
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 </row>
15927 <row>
15928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932
15933 \backslash
15934 dotsint
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15944 \end_inset
15945
15946
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 </row>
15952 </lyxtabular>
15953
15954 \end_inset
15955
15956
15957 \begin_inset space \hfill{}
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \begin_layout Subsection
15964 Operatorgrenzen
15965 \begin_inset CommandInset label
15966 LatexCommand label
15967 name "sub:Operatorgrenzen"
15968
15969 \end_inset
15970
15971
15972 \begin_inset Index idx
15973 status collapsed
15974
15975 \begin_layout Plain Layout
15976 Operatoren ! Grenzen
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Standard
15985 Grenzen werden durch Hoch- bzw.
15986  Tiefstellen erzeugt:
15987 \end_layout
15988
15989 \begin_layout Standard
15990 \align center
15991 \begin_inset Tabular
15992 <lyxtabular version="3" rows="2" columns="2">
15993 <features tabularvalignment="middle">
15994 <column alignment="center" valignment="top" width="0pt">
15995 <column alignment="center" valignment="top" width="0pt">
15996 <row>
15997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 Befehl
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 Ergebnis
16011 \begin_inset Note Note
16012 status collapsed
16013
16014 \begin_layout Plain Layout
16015
16016 \series bold
16017
16018 \backslash
16019 raisebox
16020 \series default
16021  dient nur als Abstandhalter.
16022 \end_layout
16023
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 </row>
16032 <row>
16033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037
16038 \backslash
16039 prod^
16040 \backslash
16041 infty
16042 \begin_inset ERT
16043 status collapsed
16044
16045 \begin_layout Plain Layout
16046
16047
16048 \backslash
16049 leer 
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \begin_inset Formula $\to$
16056 \end_inset
16057
16058 _0
16059 \begin_inset Formula $\to$
16060 \end_inset
16061
16062 A(x)
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16072 \end_inset
16073
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 </lyxtabular>
16081
16082 \end_inset
16083
16084
16085 \end_layout
16086
16087 \begin_layout Standard
16088 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16089  Operator gesetzt.
16090  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16091  bzw.
16092  unter den Operator gesetzt.
16093 \end_layout
16094
16095 \begin_layout Standard
16096 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16097  man den Cursor direkt hinter den Operator und setzt über das Menü 
16098 \family sans
16099 Bearbeiten\SpecialChar \menuseparator
16100 Mathe\SpecialChar \menuseparator
16101 Art der Operatorgrenzen ändern
16102 \family default
16103  die Grenzen auf 
16104 \series bold
16105 Eingebettet
16106 \series default
16107  (Tastenkombination 
16108 \family sans
16109 Alt+M
16110 \begin_inset space ~
16111 \end_inset
16112
16113 L
16114 \family default
16115 ).
16116  Dazu folgendes Beispiel:
16117 \end_layout
16118
16119 \begin_layout Standard
16120 Die normalen Grenzen sehen so aus:
16121 \begin_inset Formula \[
16122 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16123
16124 \end_inset
16125
16126 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16127 \begin_inset Formula \[
16128 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16129
16130 \end_inset
16131
16132 Bei Integralen werden mit Ausnahme von denen, die auf 
16133 \series bold
16134 op
16135 \series default
16136  enden (
16137 \series bold
16138
16139 \backslash
16140 intop
16141 \series default
16142
16143 \series bold
16144
16145 \backslash
16146 ointop
16147 \series default
16148  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16149  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16150  gesetzt.
16151  Im folgenden Beispiel wurde die Grenze deswegen auf 
16152 \series bold
16153 Anzeige
16154 \series default
16155  gesetzt und damit unter die Integrale geschrieben:
16156 \begin_inset Formula \begin{equation}
16157 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16158
16159 \end_inset
16160
16161
16162 \end_layout
16163
16164 \begin_layout Standard
16165 \begin_inset VSpace medskip
16166 \end_inset
16167
16168 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16169 \series bold
16170
16171 \backslash
16172 subarray
16173 \series default
16174
16175 \begin_inset Index idx
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179 Befehle ! S ! 
16180 \backslash
16181 subarray
16182 \end_layout
16183
16184 \end_inset
16185
16186  und 
16187 \series bold
16188
16189 \backslash
16190 substack
16191 \series default
16192
16193 \begin_inset Index idx
16194 status collapsed
16195
16196 \begin_layout Plain Layout
16197 Befehle ! S ! 
16198 \backslash
16199 substack
16200 \end_layout
16201
16202 \end_inset
16203
16204 .
16205  Um z.
16206 \begin_inset space \thinspace{}
16207 \end_inset
16208
16209 B.
16210  diesen Ausdruck 
16211 \begin_inset Formula \begin{equation}
16212 \sum_{\begin{subarray}{c}
16213 0<k<1000\\
16214 \\
16215 k\,\in\,\mathbb{N}
16216 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16217
16218 \end_inset
16219
16220 zu erstellen, muss man Folgendes tun:
16221 \begin_inset Newline newline
16222 \end_inset
16223
16224 Zuerst gibt man den Befehl 
16225 \series bold
16226
16227 \backslash
16228 sum
16229 \series default
16230 ^
16231 \series bold
16232 n
16233 \begin_inset ERT
16234 status collapsed
16235
16236 \begin_layout Plain Layout
16237
16238
16239 \backslash
16240 leer 
16241 \end_layout
16242
16243 \end_inset
16244
16245 _
16246 \series default
16247  ein.
16248  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16249  In dieses gibt man den Befehl 
16250 \series bold
16251
16252 \backslash
16253 subarray
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 leer 
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \series default
16268  ein.
16269  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16270  Zeilen untereinander schreiben.
16271  Mit Eingabe des Zeilenumbruchs (
16272 \family sans
16273 Strg+Enter
16274 \family default
16275 ) wird eine neue Zeile erstellt.
16276  Gibt man
16277 \begin_inset Newline newline
16278 \end_inset
16279
16280
16281 \series bold
16282 0<k<1000 Strg+Enter
16283 \begin_inset Newline newline
16284 \end_inset
16285
16286
16287 \series default
16288 ein, erscheint darunter ein Kästchen für die neue Zeile.
16289 \end_layout
16290
16291 \begin_layout Standard
16292 Die Ausrichtung der Zeilen kann mit der 
16293 \family sans
16294 Tabellen-Werkzeugleiste
16295 \family default
16296  oder dem Menü 
16297 \family sans
16298 Bearbeiten\SpecialChar \menuseparator
16299 Zeilen & Spalten
16300 \family default
16301  auf links geändert werden.
16302  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16303 \series bold
16304
16305 \backslash
16306 hfill
16307 \begin_inset ERT
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311
16312
16313 \backslash
16314 leer 
16315 \end_layout
16316
16317 \end_inset
16318
16319
16320 \series default
16321  eingegeben.
16322 \end_layout
16323
16324 \begin_layout Standard
16325 Der Befehl 
16326 \series bold
16327
16328 \backslash
16329 substack
16330 \series default
16331  ist äquivalent zu 
16332 \series bold
16333
16334 \backslash
16335 subarray
16336 \series default
16337 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16338 \end_layout
16339
16340 \begin_layout Standard
16341 \begin_inset VSpace bigskip
16342 \end_inset
16343
16344 Wie bei Formel 
16345 \begin_inset CommandInset ref
16346 LatexCommand eqref
16347 reference "eq:substack"
16348
16349 \end_inset
16350
16351  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16352  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16353 \end_layout
16354
16355 \begin_layout Standard
16356 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16357 \end_layout
16358
16359 \begin_layout Standard
16360
16361 \series bold
16362
16363 \backslash
16364 def
16365 \backslash
16366 clap#1{
16367 \backslash
16368 hbox to 0pt{
16369 \backslash
16370 hss #1
16371 \backslash
16372 hss}}
16373 \begin_inset Newline newline
16374 \end_inset
16375
16376
16377 \backslash
16378 def
16379 \backslash
16380 mathclap {
16381 \backslash
16382 mathpalette 
16383 \backslash
16384 mathclapinternal}
16385 \begin_inset Newline newline
16386 \end_inset
16387
16388
16389 \backslash
16390 def
16391 \backslash
16392 mathclapinternal #1#2{
16393 \backslash
16394 clap{$
16395 \backslash
16396 mathsurround =0pt #1{#2}$}}
16397 \end_layout
16398
16399 \begin_layout Standard
16400 Dadurch wird der Befehl 
16401 \series bold
16402
16403 \backslash
16404 mathclap
16405 \series default
16406
16407 \begin_inset Index idx
16408 status collapsed
16409
16410 \begin_layout Plain Layout
16411 Befehle ! M ! 
16412 \backslash
16413 mathclap
16414 \end_layout
16415
16416 \end_inset
16417
16418  definiert, der die Breite der Grenze auf 0
16419 \begin_inset space \thinspace{}
16420 \end_inset
16421
16422 pt setzt.
16423  Das Befehlsschema lautet
16424 \end_layout
16425
16426 \begin_layout Standard
16427
16428 \series bold
16429
16430 \backslash
16431 mathclap{Grenze}
16432 \end_layout
16433
16434 \begin_layout Standard
16435 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16436 \end_layout
16437
16438 \begin_layout Standard
16439 Auf Formel 
16440 \begin_inset CommandInset ref
16441 LatexCommand eqref
16442 reference "eq:substack"
16443
16444 \end_inset
16445
16446  angewandt, gibt man also den Befehl
16447 \end_layout
16448
16449 \begin_layout Standard
16450
16451 \series bold
16452
16453 \backslash
16454 sum_
16455 \backslash
16456 mathclap{
16457 \backslash
16458 substack
16459 \begin_inset ERT
16460 status collapsed
16461
16462 \begin_layout Plain Layout
16463
16464
16465 \backslash
16466 leer 
16467 \end_layout
16468
16469 \end_inset
16470
16471 0<k<1000 Strg+Enter
16472 \end_layout
16473
16474 \begin_layout Standard
16475 ein, um die untere Grenze zu erstellen.
16476  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16477 \begin_inset Formula \[
16478 \sum_{\mathclap{\substack{0<k<1000\\
16479 \\
16480 k\,\in\,\mathbb{N}
16481 }
16482 }}^{n}k^{-2}\]
16483
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \begin_layout Standard
16490 \begin_inset VSpace bigskip
16491 \end_inset
16492
16493 In 
16494 \begin_inset CommandInset ref
16495 LatexCommand ref
16496 reference "sub:Selbstdefinierte-Operatoren"
16497
16498 \end_inset
16499
16500  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16501 \end_layout
16502
16503 \begin_layout Subsection
16504 Binäre Operatoren
16505 \begin_inset CommandInset label
16506 LatexCommand label
16507 name "sub:Binäre-Operatoren"
16508
16509 \end_inset
16510
16511
16512 \begin_inset Index idx
16513 status collapsed
16514
16515 \begin_layout Plain Layout
16516 Operatoren ! binäre
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \begin_layout Standard
16525 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16526  ein Zeichen befindet.
16527 \begin_inset VSpace medskip
16528 \end_inset
16529
16530
16531 \end_layout
16532
16533 \begin_layout Standard
16534 \begin_inset space \hfill{}
16535 \end_inset
16536
16537
16538 \begin_inset Tabular
16539 <lyxtabular version="3" rows="13" columns="2">
16540 <features tabularvalignment="middle">
16541 <column alignment="center" valignment="top" width="0pt">
16542 <column alignment="center" valignment="top" width="0pt">
16543 <row>
16544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 Befehl
16549 \begin_inset Note Note
16550 status collapsed
16551
16552 \begin_layout Plain Layout
16553
16554 \series bold
16555
16556 \backslash
16557 raisebox
16558 \series default
16559  dient nur als Abstandhalter.
16560 \end_layout
16561
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 Ergebnis
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584 +
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593 \begin_inset Formula $+$
16594 \end_inset
16595
16596
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 </row>
16602 <row>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 -
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Formula $-$
16617 \end_inset
16618
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \backslash
16632 pm
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\pm$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \backslash
16657 mp
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $\mp$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \backslash
16682 cdot
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $\cdot$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \backslash
16707 times
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $\times$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \backslash
16732 div
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\div$
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 \begin_inset ERT
16756 status collapsed
16757
16758 \begin_layout Plain Layout
16759
16760
16761 \backslash
16762 raisebox{-1.2mm}{
16763 \end_layout
16764
16765 \end_inset
16766
16767 *
16768 \begin_inset ERT
16769 status collapsed
16770
16771 \begin_layout Plain Layout
16772
16773 }
16774 \end_layout
16775
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $*$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801
16802 \backslash
16803 star
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 \begin_inset Formula $\star$
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 <row>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826
16827 \backslash
16828 circ
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 \begin_inset Formula $\circ$
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 </row>
16846 <row>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851
16852 \backslash
16853 diamond
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 \begin_inset Formula $\diamond$
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 <row>
16872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876
16877 \backslash
16878 bullet
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 \begin_inset Formula $\bullet$
16888 \end_inset
16889
16890
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 </lyxtabular>
16897
16898 \end_inset
16899
16900
16901 \begin_inset space \hfill{}
16902 \end_inset
16903
16904
16905 \begin_inset Tabular
16906 <lyxtabular version="3" rows="13" columns="2">
16907 <features tabularvalignment="middle">
16908 <column alignment="center" valignment="top" width="0pt">
16909 <column alignment="center" valignment="top" width="0pt">
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 Befehl
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 Ergebnis
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 <row>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \backslash
16937 nabla
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 \begin_inset Formula $\nabla$
16947 \end_inset
16948
16949
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 </row>
16955 <row>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960
16961 \backslash
16962 bigtriangledown
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Formula $\bigtriangledown$
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \backslash
16987 bigtriangleup
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996 \begin_inset Formula $\bigtriangleup$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 </row>
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \backslash
17012 Box
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Formula $\Box$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 </row>
17030 <row>
17031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035
17036 \backslash
17037 cap 
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 \begin_inset Formula $\cap$
17047 \end_inset
17048
17049
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 </row>
17055 <row>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060
17061 \backslash
17062 cup
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Formula $\cup$
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 dagger
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $\dagger$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110
17111 \backslash
17112 ddagger
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\ddagger$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 wr
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\wr$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 bigcirc
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Formula $\bigcirc$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 wedge
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Formula $\wedge$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210
17211 \backslash
17212 vee
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 \begin_inset Formula $\vee$
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 </lyxtabular>
17231
17232 \end_inset
17233
17234
17235 \begin_inset space \hfill{}
17236 \end_inset
17237
17238
17239 \begin_inset Tabular
17240 <lyxtabular version="3" rows="13" columns="2">
17241 <features tabularvalignment="middle">
17242 <column alignment="center" valignment="top" width="0pt">
17243 <column alignment="center" valignment="top" width="0pt">
17244 <row>
17245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 Befehl
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 Ergebnis
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 </row>
17264 <row>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269
17270 \backslash
17271 oplus
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 \begin_inset Formula $\oplus$
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 </row>
17289 <row>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294
17295 \backslash
17296 ominus
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305 \begin_inset Formula $\ominus$
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 </row>
17314 <row>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319
17320 \backslash
17321 otimes
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 \begin_inset Formula $\otimes$
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 </row>
17339 <row>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344
17345 \backslash
17346 oslash
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 \begin_inset Formula $\oslash$
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 <row>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369
17370 \backslash
17371 odot
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380 \begin_inset Formula $\odot$
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 </row>
17389 <row>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394
17395 \backslash
17396 amalg
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405 \begin_inset Formula $\amalg$
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \backslash
17421 uplus
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Formula $\uplus$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \backslash
17446 setminus
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 \begin_inset Formula $\setminus$
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 sqcap
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\sqcap$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \backslash
17496 sqcup
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\sqcup$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519
17520 \backslash
17521 triangleleft
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Formula $\triangleleft$
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 </row>
17539 <row>
17540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544
17545 \backslash
17546 triangleright
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Formula $\triangleright$
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 </row>
17564 </lyxtabular>
17565
17566 \end_inset
17567
17568
17569 \begin_inset space \hfill{}
17570 \end_inset
17571
17572
17573 \end_layout
17574
17575 \begin_layout Standard
17576 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17577  
17578 \begin_inset Graphics
17579         filename ../../images/math/pm.png
17580         scale 85
17581
17582 \end_inset
17583
17584  eingefügt werden.
17585 \end_layout
17586
17587 \begin_layout Standard
17588 Um den Laplace-Operator darzustellen, kann man statt 
17589 \series bold
17590
17591 \backslash
17592 bigtriangleup
17593 \series default
17594  auch 
17595 \series bold
17596
17597 \backslash
17598 Delta
17599 \series default
17600  verwenden oder man benutzt 
17601 \series bold
17602
17603 \backslash
17604 nabla
17605 \series default
17606 ^
17607 \series bold
17608 2
17609 \series default
17610  (
17611 \begin_inset Formula $\nabla^{2}$
17612 \end_inset
17613
17614 ).
17615 \end_layout
17616
17617 \begin_layout Standard
17618 Das Zeichen 
17619 \family sans
17620 Menütrenner
17621 \family default
17622  im Menü 
17623 \family sans
17624 Einfügen\SpecialChar \menuseparator
17625 Sonderzeichen
17626 \family default
17627  ist der Operator 
17628 \series bold
17629
17630 \backslash
17631 triangleright
17632 \series default
17633 .
17634 \end_layout
17635
17636 \begin_layout Subsection
17637 Selbst definierte Operatoren
17638 \begin_inset CommandInset label
17639 LatexCommand label
17640 name "sub:Selbstdefinierte-Operatoren"
17641
17642 \end_inset
17643
17644
17645 \begin_inset Index idx
17646 status collapsed
17647
17648 \begin_layout Plain Layout
17649 Operatoren ! selbstdefinierte
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \begin_layout Standard
17658 Mit Hilfe des Befehls 
17659 \series bold
17660
17661 \backslash
17662 DeclareMathOperator
17663 \series default
17664
17665 \begin_inset Index idx
17666 status collapsed
17667
17668 \begin_layout Plain Layout
17669 Befehle ! D ! 
17670 \backslash
17671 dbinom@
17672 \backslash
17673 DeclareMathOperator
17674 \end_layout
17675
17676 \end_inset
17677
17678  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17679  Das Befehlsschema dazu lautet:
17680 \end_layout
17681
17682 \begin_layout Standard
17683
17684 \series bold
17685
17686 \backslash
17687 DeclareMathOperator{neuer Befehl}{Anzeige}
17688 \end_layout
17689
17690 \begin_layout Standard
17691 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17692  im Ausdruck aussieht.
17693  Will man einen großen Operator definieren, setzt man hinter den Befehl
17694  ein 
17695 \series bold
17696 *
17697 \series default
17698 .
17699  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17700  wie in 
17701 \begin_inset CommandInset ref
17702 LatexCommand ref
17703 reference "sub:Operatorgrenzen"
17704
17705 \end_inset
17706
17707  beschrieben.
17708 \end_layout
17709
17710 \begin_layout Standard
17711 Beispielsweise definiert die LaTeX-Vorspannzeile
17712 \end_layout
17713
17714 \begin_layout Standard
17715
17716 \series bold
17717
17718 \backslash
17719 DeclareMathOperator*{
17720 \backslash
17721 Raute}{
17722 \backslash
17723 blacklozenge}
17724 \end_layout
17725
17726 \begin_layout Standard
17727 den Befehl 
17728 \series bold
17729
17730 \backslash
17731 Raute
17732 \series default
17733 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17734  aus 
17735 \begin_inset CommandInset ref
17736 LatexCommand ref
17737 reference "sub:Sonstige-Symbole"
17738
17739 \end_inset
17740
17741  besteht:
17742 \begin_inset Formula \[
17743 \Raute_{n=1}^{\infty}\]
17744
17745 \end_inset
17746
17747 Der Befehl für diese Formel lautet: 
17748 \series bold
17749
17750 \backslash
17751 Raute
17752 \series default
17753 ^
17754 \series bold
17755
17756 \backslash
17757 infty
17758 \begin_inset Formula $\to$
17759 \end_inset
17760
17761 _n=1
17762 \end_layout
17763
17764 \begin_layout Standard
17765 \begin_inset VSpace bigskip
17766 \end_inset
17767
17768 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17769  auch mit den Befehlen 
17770 \series bold
17771
17772 \backslash
17773 mathop
17774 \series default
17775
17776 \begin_inset Index idx
17777 status collapsed
17778
17779 \begin_layout Plain Layout
17780 Befehle ! M ! 
17781 \backslash
17782 mathop
17783 \end_layout
17784
17785 \end_inset
17786
17787  und 
17788 \series bold
17789
17790 \backslash
17791 mathbin
17792 \series default
17793
17794 \begin_inset Index idx
17795 status collapsed
17796
17797 \begin_layout Plain Layout
17798 Befehle ! M ! 
17799 \backslash
17800 mathbin
17801 \end_layout
17802
17803 \end_inset
17804
17805  definieren, die folgendes Schema besitzen:
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \series bold
17811
17812 \backslash
17813 mathop{Anzeige}
17814 \series default
17815  bzw.
17816  
17817 \series bold
17818
17819 \backslash
17820 mathbin{Anzeige}
17821 \end_layout
17822
17823 \begin_layout Standard
17824
17825 \series bold
17826
17827 \backslash
17828 mathop
17829 \series default
17830  definiert große, 
17831 \series bold
17832
17833 \backslash
17834 mathbin
17835 \series default
17836  binäre Operatoren.
17837 \end_layout
17838
17839 \begin_layout Standard
17840
17841 \series bold
17842
17843 \backslash
17844 mathop
17845 \series default
17846  lässt sich z.
17847 \begin_inset space \thinspace{}
17848 \end_inset
17849
17850 B.
17851  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17852 \begin_inset Formula \[
17853 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Standard
17861 Der Befehl für obige Formel lautet:
17862 \begin_inset Newline newline
17863 \end_inset
17864
17865  
17866 \series bold
17867
17868 \backslash
17869 mathop{
17870 \backslash
17871 sum
17872 \backslash
17873 negmedspace
17874 \backslash
17875 sum
17876 \series default
17877
17878 \begin_inset ERT
17879 status collapsed
17880
17881 \begin_layout Plain Layout
17882
17883
17884 \backslash
17885 leer 
17886 \end_layout
17887
17888 \end_inset
17889
17890
17891 \series bold
17892
17893 \begin_inset Formula $\to$
17894 \end_inset
17895
17896 ^N
17897 \series default
17898
17899 \begin_inset ERT
17900 status collapsed
17901
17902 \begin_layout Plain Layout
17903
17904
17905 \backslash
17906 leer 
17907 \end_layout
17908
17909 \end_inset
17910
17911
17912 \series bold
17913 _i,j=1
17914 \end_layout
17915
17916 \begin_layout Section
17917 Schriften
17918 \begin_inset Index idx
17919 status collapsed
17920
17921 \begin_layout Plain Layout
17922 Schriften
17923 \end_layout
17924
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \begin_layout Subsection
17931 Schriftstile
17932 \begin_inset CommandInset label
17933 LatexCommand label
17934 name "sub:Schriftstile"
17935
17936 \end_inset
17937
17938
17939 \begin_inset Index idx
17940 status collapsed
17941
17942 \begin_layout Plain Layout
17943 Schriften ! Schriftstile
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17953  gesetzt werden:
17954 \begin_inset VSpace -2mm
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \begin_layout Standard
17961 \align center
17962 \begin_inset Tabular
17963 <lyxtabular version="3" rows="7" columns="3">
17964 <features tabularvalignment="middle">
17965 <column alignment="center" valignment="top" width="0">
17966 <column alignment="center" valignment="top" width="0">
17967 <column alignment="center" valignment="top" width="0">
17968 <row>
17969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 Befehl
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 Ergebnis
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 Tastenkürzel
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 </row>
17997 <row>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \backslash
18004 mathbb
18005 \series bold
18006
18007 \begin_inset ERT
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011
18012
18013 \backslash
18014 leer 
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \series default
18021 ABC
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 \begin_inset Formula $\mathbb{ABC}$
18031 \end_inset
18032
18033
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 Alt+Z K
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 </row>
18048 <row>
18049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053
18054 \backslash
18055 mathbf
18056 \series bold
18057
18058 \begin_inset ERT
18059 status collapsed
18060
18061 \begin_layout Plain Layout
18062
18063
18064 \backslash
18065 leer 
18066 \end_layout
18067
18068 \end_inset
18069
18070
18071 \series default
18072 AbC
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 \begin_inset Formula $\mathbf{AbC}$
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 Strg+B
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 </row>
18099 <row>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104
18105 \backslash
18106 boldsymbol
18107 \series bold
18108
18109 \begin_inset ERT
18110 status collapsed
18111
18112 \begin_layout Plain Layout
18113
18114
18115 \backslash
18116 leer 
18117 \end_layout
18118
18119 \end_inset
18120
18121
18122 \series default
18123 AbC
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132 \begin_inset Formula $\boldsymbol{AbC}$
18133 \end_inset
18134
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 Alt+Z F oder Strg+Alt+B
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 </row>
18150 <row>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155
18156 \backslash
18157 mathcal
18158 \series bold
18159
18160 \begin_inset ERT
18161 status collapsed
18162
18163 \begin_layout Plain Layout
18164
18165
18166 \backslash
18167 leer 
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \series default
18174 ABC
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 \begin_inset Formula $\mathcal{ABC}$
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 Alt+Z H
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 </row>
18201 <row>
18202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206
18207 \backslash
18208 mathfrak
18209 \series bold
18210
18211 \begin_inset ERT
18212 status collapsed
18213
18214 \begin_layout Plain Layout
18215
18216
18217 \backslash
18218 leer 
18219 \end_layout
18220
18221 \end_inset
18222
18223
18224 \series default
18225 AbC
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 \begin_inset Formula $\mathfrak{AbC}$
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246 -
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 </row>
18252 <row>
18253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257
18258 \backslash
18259 mathscr
18260 \series bold
18261
18262 \begin_inset ERT
18263 status collapsed
18264
18265 \begin_layout Plain Layout
18266
18267
18268 \backslash
18269 leer 
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \series default
18276 AbC
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 \begin_inset Formula $\mathscr{AbC}$
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 -
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 </row>
18303 </lyxtabular>
18304
18305 \end_inset
18306
18307
18308 \end_layout
18309
18310 \begin_layout Standard
18311 \align center
18312 \begin_inset Tabular
18313 <lyxtabular version="3" rows="5" columns="3">
18314 <features tabularvalignment="middle">
18315 <column alignment="center" valignment="top" width="0">
18316 <column alignment="center" valignment="top" width="0">
18317 <column alignment="center" valignment="top" width="0">
18318 <row>
18319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 Befehl
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 Ergebnis
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 Tastenkürzel
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 </row>
18347 <row>
18348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352
18353 \backslash
18354 mathit
18355 \series bold
18356
18357 \begin_inset ERT
18358 status collapsed
18359
18360 \begin_layout Plain Layout
18361
18362
18363 \backslash
18364 leer 
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \series default
18371 AbC
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380 \begin_inset Formula $\mathit{AbC}$
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 -
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 </row>
18398 <row>
18399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403
18404 \backslash
18405 mathrm
18406 \series bold
18407
18408 \begin_inset ERT
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412
18413
18414 \backslash
18415 leer 
18416 \end_layout
18417
18418 \end_inset
18419
18420
18421 \series default
18422 AbC
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\mathrm{AbC}$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 Alt+Z R
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 </row>
18449 <row>
18450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454
18455 \backslash
18456 mathsf
18457 \series bold
18458
18459 \begin_inset ERT
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463
18464
18465 \backslash
18466 leer 
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \series default
18473 AbC
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 \begin_inset Formula $\mathsf{AbC}$
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 Alt+Z S
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 </row>
18500 <row>
18501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505
18506 \backslash
18507 mathtt
18508 \series bold
18509
18510 \begin_inset ERT
18511 status collapsed
18512
18513 \begin_layout Plain Layout
18514
18515
18516 \backslash
18517 leer 
18518 \end_layout
18519
18520 \end_inset
18521
18522
18523 \series default
18524 AbC
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 \begin_inset Formula $\mathtt{AbC}$
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545 Alt+Z C
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 </row>
18551 </lyxtabular>
18552
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \begin_layout Standard
18559 \begin_inset Note Greyedout
18560 status open
18561
18562 \begin_layout Plain Layout
18563
18564 \series bold
18565 Achtung:
18566 \series default
18567  Die Stile 
18568 \series bold
18569
18570 \backslash
18571 mathbb
18572 \series default
18573  und 
18574 \series bold
18575
18576 \backslash
18577 mathcal
18578 \series default
18579  können nur für Großbuchstaben verwendet werden.
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \begin_layout Standard
18588 Voreingestellt ist der Stil 
18589 \series bold
18590
18591 \backslash
18592 mathnormal
18593 \series default
18594 .
18595 \end_layout
18596
18597 \begin_layout Standard
18598 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18599 \begin_inset Formula \[
18600 \mathfrak{A=\frac{b}{C}}\]
18601
18602 \end_inset
18603
18604
18605 \end_layout
18606
18607 \begin_layout Standard
18608 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18609 ile, sondern in dem Textschriftstil 
18610 \series bold
18611
18612 \backslash
18613 textrm
18614 \series default
18615 .
18616  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18617  ein Fehler in LyX.
18618 \begin_inset Foot
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622 \begin_inset CommandInset href
18623 LatexCommand href
18624 name "LyX-Fehler #4629"
18625 target "http://www.lyx.org/trac/ticket/4629"
18626
18627 \end_inset
18628
18629
18630 \end_layout
18631
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \begin_layout Standard
18638 Anstelle der Stilbefehle kann man auch den Dialog 
18639 \family sans
18640 Bearbeiten\SpecialChar \menuseparator
18641 Mathe\SpecialChar \menuseparator
18642 Text-Stil
18643 \family default
18644  oder den Mathe-Werkzeugleistenknopf 
18645 \begin_inset Graphics
18646         filename ../../images/math/font.png
18647         scale 85
18648
18649 \end_inset
18650
18651  verwenden.
18652 \end_layout
18653
18654 \begin_layout Subsection
18655 Fett gedruckte Formeln
18656 \begin_inset CommandInset label
18657 LatexCommand label
18658 name "sub:Fett-gedruckte-Formeln"
18659
18660 \end_inset
18661
18662
18663 \begin_inset Index idx
18664 status collapsed
18665
18666 \begin_layout Plain Layout
18667 Formel ! fett gedruckte
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18677  Kapitel angegebenen Befehl 
18678 \series bold
18679
18680 \backslash
18681 mathbf
18682 \series default
18683  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18684  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18685  Formel gut erkennt:
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset Formula \[
18690 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18691
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \begin_layout Standard
18698 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18699 \series bold
18700
18701 \backslash
18702 boldsymbol
18703 \series default
18704 :
18705 \begin_inset Formula \[
18706 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18707
18708 \end_inset
18709
18710 Es gibt auch die Möglichkeit die Formel in eine 
18711 \series bold
18712 boldmath-Umgebung
18713 \series default
18714  zu setzen.
18715  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18716 \series bold
18717
18718 \backslash
18719 boldmath
18720 \series default
18721
18722 \begin_inset Index idx
18723 status collapsed
18724
18725 \begin_layout Plain Layout
18726 Befehle ! B ! 
18727 \backslash
18728 boldmath
18729 \end_layout
18730
18731 \end_inset
18732
18733  eingibt.
18734  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18735 \series bold
18736
18737 \backslash
18738 unboldmath
18739 \series default
18740
18741 \begin_inset Index idx
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745 Befehle ! U ! 
18746 \backslash
18747 unboldmath
18748 \end_layout
18749
18750 \end_inset
18751
18752  ein.
18753 \begin_inset ERT
18754 status collapsed
18755
18756 \begin_layout Plain Layout
18757
18758
18759 \backslash
18760 boldmath 
18761 \end_layout
18762
18763 \end_inset
18764
18765
18766 \begin_inset Formula \[
18767 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18768
18769 \end_inset
18770
18771
18772 \begin_inset ERT
18773 status collapsed
18774
18775 \begin_layout Plain Layout
18776
18777
18778 \backslash
18779 unboldmath 
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \begin_layout Subsection
18788 Farbige Formeln
18789 \begin_inset Index idx
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793 Formel ! farbige
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Standard
18802 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18803  oder Formelteile und verwenden dann den 
18804 \family sans
18805 Textstil
18806 \family default
18807  Dialog.
18808  Hier ist eine Formel in Magenta:
18809 \begin_inset Formula \[
18810 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18811
18812 \end_inset
18813
18814
18815 \end_layout
18816
18817 \begin_layout Standard
18818 Man kann auch eigene Farben definieren, wie in 
18819 \begin_inset CommandInset ref
18820 LatexCommand ref
18821 reference "sub:Farbige-Boxen"
18822
18823 \end_inset
18824
18825  erklärt ist.
18826  Diese können dann mit dem TeX-Code Befehl 
18827 \series bold
18828
18829 \backslash
18830 textcolor
18831 \series default
18832
18833 \begin_inset Index idx
18834 status collapsed
18835
18836 \begin_layout Plain Layout
18837 Befehle! T ! 
18838 \backslash
18839 textcolor
18840 \end_layout
18841
18842 \end_inset
18843
18844  verwendet werden, dass folgendes Schema besitzt:
18845 \end_layout
18846
18847 \begin_layout Standard
18848
18849 \series bold
18850
18851 \backslash
18852 textcolor{Farbe}{Zeichen oder Formel}
18853 \end_layout
18854
18855 \begin_layout Standard
18856 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18857 \end_layout
18858
18859 \begin_layout Standard
18860 \begin_inset ERT
18861 status collapsed
18862
18863 \begin_layout Plain Layout
18864
18865
18866 \backslash
18867 textcolor{dunkelgruen}{
18868 \end_layout
18869
18870 \end_inset
18871
18872
18873 \begin_inset Formula \[
18874 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18875
18876 \end_inset
18877
18878
18879 \begin_inset ERT
18880 status collapsed
18881
18882 \begin_layout Plain Layout
18883
18884 }
18885 \end_layout
18886
18887 \end_inset
18888
18889
18890 \end_layout
18891
18892 \begin_layout Standard
18893 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18894 n Farben gefärbt werden.
18895 \begin_inset Foot
18896 status collapsed
18897
18898 \begin_layout Plain Layout
18899 \begin_inset CommandInset href
18900 LatexCommand href
18901 name "LyX-bug #5269"
18902 target "http://www.lyx.org/trac/ticket/5269"
18903
18904 \end_inset
18905
18906
18907 \end_layout
18908
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \begin_layout Subsection
18915 Schriftgrößen
18916 \begin_inset CommandInset label
18917 LatexCommand label
18918 name "sub:Schriftgrößen"
18919
18920 \end_inset
18921
18922
18923 \begin_inset Index idx
18924 status collapsed
18925
18926 \begin_layout Plain Layout
18927 Schriften ! Schriftgrößen
18928 \end_layout
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \begin_layout Standard
18936 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18937 le:
18938 \end_layout
18939
18940 \begin_layout Standard
18941
18942 \series bold
18943
18944 \backslash
18945 Huge
18946 \series default
18947
18948 \series bold
18949
18950 \backslash
18951 huge
18952 \series default
18953
18954 \series bold
18955
18956 \backslash
18957 LARGE
18958 \series default
18959
18960 \series bold
18961
18962 \backslash
18963 Large
18964 \series default
18965
18966 \series bold
18967
18968 \backslash
18969 large
18970 \series default
18971
18972 \series bold
18973
18974 \backslash
18975 normalsize
18976 \series default
18977
18978 \series bold
18979
18980 \backslash
18981 small
18982 \series default
18983
18984 \series bold
18985
18986 \backslash
18987 footnotesize
18988 \series default
18989 ,
18990 \begin_inset Newline linebreak
18991 \end_inset
18992
18993
18994 \series bold
18995
18996 \backslash
18997 scriptsize
18998 \series default
18999  und 
19000 \series bold
19001
19002 \backslash
19003 tiny
19004 \end_layout
19005
19006 \begin_layout Standard
19007 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19008  ab, die dem Befehl 
19009 \series bold
19010
19011 \backslash
19012 normalsize
19013 \series default
19014  entspricht.
19015  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19016 \series bold
19017
19018 \backslash
19019 normalsize
19020 \series default
19021 .
19022  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19023  Beträgt z.
19024 \begin_inset space \thinspace{}
19025 \end_inset
19026
19027 B.
19028  die Dokumentschriftgröße 12
19029 \begin_inset space \thinspace{}
19030 \end_inset
19031
19032 pt, produziert der Befehl 
19033 \series bold
19034
19035 \backslash
19036 Huge
19037 \series default
19038  dasselbe wie 
19039 \series bold
19040
19041 \backslash
19042 huge
19043 \series default
19044 .
19045  
19046 \end_layout
19047
19048 \begin_layout Standard
19049 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19050  Größe aller nachfolgenden Formel- und Textzeichen fest.
19051  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19052  TeX-Modus den Befehl 
19053 \series bold
19054
19055 \backslash
19056 normalsize
19057 \series default
19058  ein.
19059 \end_layout
19060
19061 \begin_layout Standard
19062 \begin_inset Newpage newpage
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \begin_layout Standard
19069 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19070  werden:
19071 \end_layout
19072
19073 \begin_layout Standard
19074 \noindent
19075 \align center
19076 \begin_inset Tabular
19077 <lyxtabular version="3" rows="5" columns="2">
19078 <features tabularvalignment="middle">
19079 <column alignment="center" valignment="top" width="0">
19080 <column alignment="center" valignment="top" width="0">
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 Befehl
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 Ergebnis
19096 \begin_inset Note Note
19097 status collapsed
19098
19099 \begin_layout Plain Layout
19100
19101 \series bold
19102
19103 \backslash
19104 raisebox
19105 \series default
19106  dient nur als Abstandhalter.
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 </row>
19117 <row>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \backslash
19124 displaystyle
19125 \begin_inset Index idx
19126 status collapsed
19127
19128 \begin_layout Plain Layout
19129 Befehle ! D ! 
19130 \backslash
19131 displaystyle
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 </row>
19154 <row>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \backslash
19161 textstyle
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19171 \end_inset
19172
19173
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 </row>
19179 <row>
19180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \backslash
19186 scriptstyle
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 </row>
19204 <row>
19205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209
19210 \backslash
19211 scriptscriptstyle
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 </row>
19229 </lyxtabular>
19230
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \begin_layout Standard
19237 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19238  in das die Formelteile eingegeben werden.
19239 \end_layout
19240
19241 \begin_layout Standard
19242 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19243  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19244  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19245  eingegeben.
19246  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19247  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19248  Dazu zwei Beispiele:
19249 \begin_inset VSpace -2mm
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \begin_layout Standard
19256 \begin_inset ERT
19257 status collapsed
19258
19259 \begin_layout Plain Layout
19260
19261
19262 \backslash
19263 huge 
19264 \end_layout
19265
19266 \end_inset
19267
19268
19269 \begin_inset Formula \[
19270 A=\frac{B}{c}\cdot\maltese\]
19271
19272 \end_inset
19273
19274
19275 \begin_inset Formula \[
19276 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19277
19278 \end_inset
19279
19280
19281 \begin_inset ERT
19282 status collapsed
19283
19284 \begin_layout Plain Layout
19285
19286
19287 \backslash
19288 normalsize 
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \begin_layout Standard
19297 \begin_inset VSpace medskip
19298 \end_inset
19299
19300 Vor beiden Formeln wurde der Befehl 
19301 \series bold
19302
19303 \backslash
19304 huge
19305 \series default
19306  eingegeben.
19307  Der Befehl für die zweite Formel lautet:
19308 \begin_inset Newline newline
19309 \end_inset
19310
19311
19312 \series bold
19313
19314 \backslash
19315 maltese
19316 \begin_inset ERT
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320
19321
19322 \backslash
19323 leer 
19324 \end_layout
19325
19326 \end_inset
19327
19328 A M-m m 
19329 \backslash
19330 Large
19331 \begin_inset ERT
19332 status collapsed
19333
19334 \begin_layout Plain Layout
19335
19336
19337 \backslash
19338 leer 
19339 \end_layout
19340
19341 \end_inset
19342
19343
19344 \backslash
19345 maltese
19346 \begin_inset ERT
19347 status collapsed
19348
19349 \begin_layout Plain Layout
19350
19351
19352 \backslash
19353 leer 
19354 \end_layout
19355
19356 \end_inset
19357
19358
19359 \backslash
19360 textit
19361 \begin_inset ERT
19362 status collapsed
19363
19364 \begin_layout Plain Layout
19365
19366
19367 \backslash
19368 leer 
19369 \end_layout
19370
19371 \end_inset
19372
19373 A
19374 \begin_inset Formula $\to$
19375 \end_inset
19376
19377
19378 \begin_inset Formula $\to$
19379 \end_inset
19380
19381
19382 \begin_inset Newline newline
19383 \end_inset
19384
19385
19386 \begin_inset space \hspace*{}
19387 \length 1cm
19388 \end_inset
19389
19390 M-m
19391 \series default
19392  
19393 \series bold
19394
19395 \backslash
19396 tiny
19397 \begin_inset ERT
19398 status collapsed
19399
19400 \begin_layout Plain Layout
19401
19402
19403 \backslash
19404 leer 
19405 \end_layout
19406
19407 \end_inset
19408
19409
19410 \backslash
19411 maltese
19412 \begin_inset ERT
19413 status collapsed
19414
19415 \begin_layout Plain Layout
19416
19417
19418 \backslash
19419 leer 
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \backslash
19426 textit
19427 \begin_inset ERT
19428 status collapsed
19429
19430 \begin_layout Plain Layout
19431
19432
19433 \backslash
19434 leer 
19435 \end_layout
19436
19437 \end_inset
19438
19439 A
19440 \end_layout
19441
19442 \begin_layout Standard
19443 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19444  immer in der Standardgröße dargestellt.
19445 \end_layout
19446
19447 \begin_layout Standard
19448 \begin_inset Newpage newpage
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \begin_layout Section
19455 Griechische Buchstaben
19456 \begin_inset Index idx
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460 griechische Buchstaben
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Standard
19469 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19470  
19471 \begin_inset Graphics
19472         filename ../../images/math/alpha.png
19473         scale 85
19474
19475 \end_inset
19476
19477  eingefügt werden.
19478 \end_layout
19479
19480 \begin_layout Subsection
19481 Kleine Buchstaben
19482 \begin_inset Index idx
19483 status collapsed
19484
19485 \begin_layout Plain Layout
19486 griechische Buchstaben ! kleine
19487 \end_layout
19488
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \begin_layout Standard
19495 \begin_inset space \hfill{}
19496 \end_inset
19497
19498
19499 \begin_inset Tabular
19500 <lyxtabular version="3" rows="11" columns="2">
19501 <features tabularvalignment="middle">
19502 <column alignment="center" valignment="top" width="0pt">
19503 <column alignment="center" valignment="top" width="0pt">
19504 <row>
19505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 Befehl
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 Ergebnis
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 </row>
19524 <row>
19525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529
19530 \backslash
19531 alpha
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 \begin_inset Formula $\alpha$
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 <row>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554
19555 \backslash
19556 beta
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 \begin_inset Formula $\beta$
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 <row>
19575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \backslash
19581 gamma
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset Formula $\gamma$
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 <row>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604
19605 \backslash
19606 delta
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Formula $\delta$
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 </row>
19624 <row>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \backslash
19631 epsilon
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Formula $\epsilon$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \backslash
19656 varepsilon
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\varepsilon$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \backslash
19681 zeta
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 \begin_inset Formula $\zeta$
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 <row>
19700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704
19705 \backslash
19706 eta
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\eta$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729
19730 \backslash
19731 theta
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Formula $\theta$
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 <row>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \backslash
19756 vartheta
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 \begin_inset Formula $\vartheta$
19766 \end_inset
19767
19768
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 </row>
19774 </lyxtabular>
19775
19776 \end_inset
19777
19778
19779 \begin_inset space \hfill{}
19780 \end_inset
19781
19782
19783 \begin_inset Tabular
19784 <lyxtabular version="3" rows="12" columns="2">
19785 <features tabularvalignment="middle">
19786 <column alignment="center" valignment="top" width="0pt">
19787 <column alignment="center" valignment="top" width="0pt">
19788 <row>
19789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 Befehl
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 Ergebnis
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 </row>
19808 <row>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \backslash
19815 iota
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Formula $\iota$
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838
19839 \backslash
19840 kappa
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 \begin_inset Formula $\kappa$
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \backslash
19865 varkappa
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 \begin_inset Formula $\varkappa$
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 </row>
19883 <row>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \backslash
19890 lambda
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\lambda$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \backslash
19915 mu
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 \begin_inset Formula $\mu$
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 nu
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\nu$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 xi
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Formula $\xi$
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 <row>
19984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 o
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997 \begin_inset Formula $o$
19998 \end_inset
19999
20000
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 </row>
20006 <row>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011
20012 \backslash
20013 pi
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022 \begin_inset Formula $\pi$
20023 \end_inset
20024
20025
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 </row>
20031 <row>
20032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20033 \begin_inset Text
20034
20035 \begin_layout Plain Layout
20036
20037 \backslash
20038 varpi
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $\varpi$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 <row>
20057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \backslash
20063 rho
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 \begin_inset Formula $\rho$
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 </lyxtabular>
20082
20083 \end_inset
20084
20085
20086 \begin_inset space \hfill{}
20087 \end_inset
20088
20089
20090 \begin_inset Tabular
20091 <lyxtabular version="3" rows="11" columns="2">
20092 <features tabularvalignment="middle">
20093 <column alignment="center" valignment="top" width="0pt">
20094 <column alignment="center" valignment="top" width="0pt">
20095 <row>
20096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 Befehl
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109 Ergebnis
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 </row>
20115 <row>
20116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120
20121 \backslash
20122 varrho
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20128 \begin_inset Text
20129
20130 \begin_layout Plain Layout
20131 \begin_inset Formula $\varrho$
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 <row>
20141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145
20146 \backslash
20147 sigma
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156 \begin_inset Formula $\sigma$
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 </row>
20165 <row>
20166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170
20171 \backslash
20172 varsigma
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $\varsigma$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195
20196 \backslash
20197 tau
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $\tau$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 <row>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \backslash
20222 upsilon
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $\upsilon$
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 </row>
20240 <row>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \backslash
20247 phi
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Formula $\phi$
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 varphi
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\varphi$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 <row>
20291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295
20296 \backslash
20297 chi
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 \begin_inset Formula $\chi$
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 </row>
20315 <row>
20316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320
20321 \backslash
20322 psi
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 \begin_inset Formula $\psi$
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 </row>
20340 <row>
20341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345
20346 \backslash
20347 omega
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356 \begin_inset Formula $\omega$
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 </row>
20365 </lyxtabular>
20366
20367 \end_inset
20368
20369
20370 \begin_inset space \hfill{}
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \begin_layout Standard
20377 \begin_inset VSpace medskip
20378 \end_inset
20379
20380 Wie man aufrechte griechische Buchstaben erstellt, ist in 
20381 \begin_inset CommandInset ref
20382 LatexCommand ref
20383 reference "sub:Aufrechte-kleine-griechische"
20384
20385 \end_inset
20386
20387  beschrieben.
20388 \end_layout
20389
20390 \begin_layout Subsection
20391 Große Buchstaben
20392 \begin_inset Index idx
20393 status collapsed
20394
20395 \begin_layout Plain Layout
20396 griechische Buchstaben ! große
20397 \end_layout
20398
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \begin_layout Standard
20405 \begin_inset space \hfill{}
20406 \end_inset
20407
20408
20409 \begin_inset Tabular
20410 <lyxtabular version="3" rows="7" columns="2">
20411 <features tabularvalignment="middle">
20412 <column alignment="center" valignment="top" width="0pt">
20413 <column alignment="center" valignment="top" width="0pt">
20414 <row>
20415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419 Befehl
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428 Ergebnis
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 </row>
20434 <row>
20435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439
20440 \backslash
20441 Gamma
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450 \begin_inset Formula $\Gamma$
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 </row>
20459 <row>
20460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464
20465 \backslash
20466 Delta
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475 \begin_inset Formula $\Delta$
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 </row>
20484 <row>
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489
20490 \backslash
20491 Theta
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500 \begin_inset Formula $\Theta$
20501 \end_inset
20502
20503
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 </row>
20509 <row>
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514
20515 \backslash
20516 Lambda
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525 \begin_inset Formula $\Lambda$
20526 \end_inset
20527
20528
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 </row>
20534 <row>
20535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539
20540 \backslash
20541 Xi
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550 \begin_inset Formula $\Xi$
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 </row>
20559 <row>
20560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564
20565 \backslash
20566 Pi
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575 \begin_inset Formula $\Pi$
20576 \end_inset
20577
20578
20579 \end_layout
20580
20581 \end_inset
20582 </cell>
20583 </row>
20584 </lyxtabular>
20585
20586 \end_inset
20587
20588
20589 \begin_inset space \hfill{}
20590 \end_inset
20591
20592
20593 \begin_inset Tabular
20594 <lyxtabular version="3" rows="6" columns="2">
20595 <features tabularvalignment="middle">
20596 <column alignment="center" valignment="top" width="0pt">
20597 <column alignment="center" valignment="top" width="0pt">
20598 <row>
20599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603 Befehl
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612 Ergebnis
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 </row>
20618 <row>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623
20624 \backslash
20625 Sigma
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634 \begin_inset Formula $\Sigma$
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 <row>
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648
20649 \backslash
20650 Upsilon
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659 \begin_inset Formula $\Upsilon$
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 <row>
20669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \backslash
20675 Phi
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset Formula $\Phi$
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 </row>
20693 <row>
20694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698
20699 \backslash
20700 Psi
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709 \begin_inset Formula $\Psi$
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 <row>
20719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \backslash
20725 Omega
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 \begin_inset Formula $\Omega$
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 </row>
20743 </lyxtabular>
20744
20745 \end_inset
20746
20747
20748 \begin_inset space \hfill{}
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \begin_layout Standard
20755 \begin_inset VSpace medskip
20756 \end_inset
20757
20758 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20759  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20760  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20761  mit 
20762 \series bold
20763 var
20764 \series default
20765 .
20766  So ergibt z.
20767 \begin_inset space \thinspace{}
20768 \end_inset
20769
20770 B.
20771  der Befehl 
20772 \series bold
20773
20774 \backslash
20775 varGamma
20776 \series default
20777
20778 \begin_inset Formula $\varGamma$
20779 \end_inset
20780
20781
20782 \end_layout
20783
20784 \begin_layout Subsection
20785 Fett gedruckte Buchstaben
20786 \begin_inset Index idx
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790 griechische Buchstaben ! fett gedruckte
20791 \end_layout
20792
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \begin_layout Standard
20799 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20800  Schriftstilen darstellen.
20801  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20802 \series bold
20803
20804 \backslash
20805 boldsymbol
20806 \series default
20807
20808 \begin_inset Index idx
20809 status collapsed
20810
20811 \begin_layout Plain Layout
20812 Befehle ! B ! 
20813 \backslash
20814 boldsymbol
20815 \end_layout
20816
20817 \end_inset
20818
20819  fett gedruckt auszugeben.
20820 \end_layout
20821
20822 \begin_layout Standard
20823 \align center
20824 \begin_inset Tabular
20825 <lyxtabular version="3" rows="3" columns="2">
20826 <features tabularvalignment="middle">
20827 <column alignment="center" valignment="top" width="0">
20828 <column alignment="center" valignment="top" width="0">
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 Befehl
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 Ergebnis
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 <row>
20850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854
20855 \backslash
20856 Upsilon
20857 \backslash
20858 boldsymbol
20859 \backslash
20860 Upsilon
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 </row>
20878 <row>
20879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883
20884 \backslash
20885 theta
20886 \backslash
20887 boldsymbol
20888 \backslash
20889 theta
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\theta\boldsymbol{\theta}$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 </lyxtabular>
20908
20909 \end_inset
20910
20911
20912 \end_layout
20913
20914 \begin_layout Section
20915 Symbole
20916 \begin_inset ERT
20917 status collapsed
20918
20919 \begin_layout Plain Layout
20920
20921
20922 \backslash
20923 texorpdfstring{
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \begin_inset Foot
20930 status collapsed
20931
20932 \begin_layout Plain Layout
20933 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20934  
20935 \begin_inset CommandInset citation
20936 LatexCommand cite
20937 key "Symbole"
20938
20939 \end_inset
20940
20941 .
20942 \end_layout
20943
20944 \end_inset
20945
20946
20947 \begin_inset ERT
20948 status collapsed
20949
20950 \begin_layout Plain Layout
20951
20952 }{}
20953 \end_layout
20954
20955 \end_inset
20956
20957
20958 \begin_inset Note Note
20959 status collapsed
20960
20961 \begin_layout Plain Layout
20962
20963 \series bold
20964
20965 \backslash
20966 texorpdfstring
20967 \series default
20968  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20969 \end_layout
20970
20971 \begin_layout Plain Layout
20972 Näheres zu 
20973 \series bold
20974
20975 \backslash
20976 texorpdfstring
20977 \series default
20978  steht in Kapitel 
20979 \begin_inset CommandInset ref
20980 LatexCommand ref
20981 reference "sub:Formeln-in-Überschriften"
20982
20983 \end_inset
20984
20985 .
20986 \end_layout
20987
20988 \end_inset
20989
20990
20991 \begin_inset Index idx
20992 status collapsed
20993
20994 \begin_layout Plain Layout
20995 Symbole
20996 \end_layout
20997
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \begin_layout Standard
21004 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21005
21006 leistenknöpfe 
21007 \begin_inset Graphics
21008         filename ../../images/math/nabla.png
21009         scale 85
21010
21011 \end_inset
21012
21013  und 
21014 \begin_inset Graphics
21015         filename ../../images/math/digamma.png
21016         scale 85
21017
21018 \end_inset
21019
21020  eingefügt werden.
21021 \end_layout
21022
21023 \begin_layout Subsection
21024 Mathematische Symbole
21025 \begin_inset CommandInset label
21026 LatexCommand label
21027 name "sub:Mathematische-Symbole"
21028
21029 \end_inset
21030
21031
21032 \begin_inset Index idx
21033 status collapsed
21034
21035 \begin_layout Plain Layout
21036 Symbole ! mathematische
21037 \end_layout
21038
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \begin_layout Standard
21045 \begin_inset space \hfill{}
21046 \end_inset
21047
21048
21049 \begin_inset Tabular
21050 <lyxtabular version="3" rows="10" columns="2">
21051 <features tabularvalignment="middle">
21052 <column alignment="center" valignment="top" width="0pt">
21053 <column alignment="center" valignment="top" width="0pt">
21054 <row>
21055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 Befehl
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 Ergebnis
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \backslash
21081 neg
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 \begin_inset Formula $\neg$
21091 \end_inset
21092
21093
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 </row>
21099 <row>
21100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104
21105 \backslash
21106 Im
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 \begin_inset Formula $\Im$
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \backslash
21131 Re
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 \begin_inset Formula $\Re$
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 </row>
21149 <row>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154
21155 \backslash
21156 aleph
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165 \begin_inset Formula $\aleph$
21166 \end_inset
21167
21168
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 </row>
21174 <row>
21175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179
21180 \backslash
21181 partial
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 \begin_inset Formula $\partial$
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 <row>
21200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204
21205 \backslash
21206 infty
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 \begin_inset Formula $\infty$
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 </row>
21224 <row>
21225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229
21230 \backslash
21231 wp
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\wp$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254
21255 \backslash
21256 imath
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265 \begin_inset Formula $\imath$
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 </row>
21274 <row>
21275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279
21280 \backslash
21281 jmath
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 \begin_inset Formula $\jmath$
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 </row>
21299 </lyxtabular>
21300
21301 \end_inset
21302
21303
21304 \begin_inset space \hfill{}
21305 \end_inset
21306
21307
21308 \begin_inset Tabular
21309 <lyxtabular version="3" rows="10" columns="2">
21310 <features tabularvalignment="middle">
21311 <column alignment="center" valignment="top" width="0pt">
21312 <column alignment="center" valignment="top" width="0pt">
21313 <row>
21314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 Befehl
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 Ergebnis
21328 \begin_inset Note Note
21329 status collapsed
21330
21331 \begin_layout Plain Layout
21332
21333 \series bold
21334
21335 \backslash
21336 raisebox
21337 \series default
21338  dient nur als Abstandhalter.
21339 \end_layout
21340
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 </row>
21349 <row>
21350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354
21355 \backslash
21356 forall
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365 \begin_inset Formula $\forall$
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 </row>
21374 <row>
21375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21376 \begin_inset Text
21377
21378 \begin_layout Plain Layout
21379
21380 \backslash
21381 exists
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390 \begin_inset Formula $\exists$
21391 \end_inset
21392
21393
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 </row>
21399 <row>
21400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404
21405 \backslash
21406 nexists
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415 \begin_inset Formula $\nexists$
21416 \end_inset
21417
21418
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 </row>
21424 <row>
21425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429
21430 \backslash
21431 emptyset
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 \begin_inset Formula $\emptyset$
21441 \end_inset
21442
21443
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 </row>
21449 <row>
21450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454
21455 \backslash
21456 varnothing
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465 \begin_inset Formula $\varnothing$
21466 \end_inset
21467
21468
21469 \end_layout
21470
21471 \end_inset
21472 </cell>
21473 </row>
21474 <row>
21475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479
21480 \backslash
21481 dag
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490 \begin_inset Formula $\dag$
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \end_inset
21497 </cell>
21498 </row>
21499 <row>
21500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504
21505 \backslash
21506 ddag
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515 \begin_inset Formula $\ddag$
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 </row>
21524 <row>
21525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529
21530 \backslash
21531 complement
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540 \begin_inset ERT
21541 status collapsed
21542
21543 \begin_layout Plain Layout
21544
21545
21546 \backslash
21547 raisebox{-0.8mm}{
21548 \end_layout
21549
21550 \end_inset
21551
21552
21553 \begin_inset Formula $\complement$
21554 \end_inset
21555
21556
21557 \begin_inset ERT
21558 status collapsed
21559
21560 \begin_layout Plain Layout
21561
21562 }
21563 \end_layout
21564
21565 \end_inset
21566
21567
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 </row>
21573 <row>
21574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578
21579 \backslash
21580 Bbbk
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 \begin_inset Formula $\Bbbk$
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 </row>
21598 </lyxtabular>
21599
21600 \end_inset
21601
21602
21603 \begin_inset space \hfill{}
21604 \end_inset
21605
21606
21607 \begin_inset Tabular
21608 <lyxtabular version="3" rows="10" columns="2">
21609 <features tabularvalignment="middle">
21610 <column alignment="center" valignment="top" width="0pt">
21611 <column alignment="center" valignment="top" width="0pt">
21612 <row>
21613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 Befehl
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 Ergebnis
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 prime
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\prime$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 backprime
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\backprime$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \backslash
21689 mho
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Formula $\mho$
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 </row>
21707 <row>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712
21713 \backslash
21714 triangle
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Formula $\triangle$
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 angle
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\angle$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 measuredangle
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\measuredangle$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787
21788 \backslash
21789 sphericalangle
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Formula $\sphericalangle$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \backslash
21814 top
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset Formula $\top$
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 <row>
21833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \backslash
21839 bot
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 \begin_inset Formula $\bot$
21849 \end_inset
21850
21851
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 </lyxtabular>
21858
21859 \end_inset
21860
21861
21862 \begin_inset space \hfill{}
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \begin_layout Subsection
21869 Sonstige Symbole
21870 \begin_inset CommandInset label
21871 LatexCommand label
21872 name "sub:Sonstige-Symbole"
21873
21874 \end_inset
21875
21876
21877 \begin_inset Index idx
21878 status collapsed
21879
21880 \begin_layout Plain Layout
21881 Symbole ! sonstige
21882 \end_layout
21883
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \begin_layout Standard
21890 \noindent
21891 \align center
21892 \begin_inset Tabular
21893 <lyxtabular version="3" rows="10" columns="2">
21894 <features tabularvalignment="middle">
21895 <column alignment="center" valignment="top" width="0pt">
21896 <column alignment="center" valignment="top" width="0pt">
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 Befehl
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 Ergebnis
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 </row>
21917 <row>
21918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21919 \begin_inset Text
21920
21921 \begin_layout Plain Layout
21922
21923 \backslash
21924 flat
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933 \begin_inset Formula $\flat$
21934 \end_inset
21935
21936
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 </row>
21942 <row>
21943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947
21948 \backslash
21949 natural
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 \begin_inset Formula $\natural$
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 </row>
21967 <row>
21968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972
21973 \backslash
21974 sharp
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983 \begin_inset Formula $\sharp$
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 </row>
21992 <row>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997
21998 \backslash
21999 surd
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 \begin_inset Formula $\surd$
22009 \end_inset
22010
22011
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 </row>
22017 <row>
22018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022
22023 \backslash
22024 checkmark
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 \begin_inset Formula $\checkmark$
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 </row>
22042 <row>
22043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047
22048 \backslash
22049 yen
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058 \begin_inset Formula $\yen$
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 </row>
22067 <row>
22068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072
22073 \backslash
22074 pounds
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083 \begin_inset Formula $\pounds$
22084 \end_inset
22085
22086
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 </row>
22092 <row>
22093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 $
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Formula $\$$
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 §
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 \begin_inset Formula $§$
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 </row>
22138 </lyxtabular>
22139
22140 \end_inset
22141
22142
22143 \begin_inset Tabular
22144 <lyxtabular version="3" rows="10" columns="2">
22145 <features tabularvalignment="middle">
22146 <column alignment="center" valignment="top" width="0">
22147 <column alignment="center" valignment="top" width="0">
22148 <row>
22149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153 Befehl
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 Ergebnis
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 <row>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \backslash
22175 hbar
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184 \begin_inset Formula $\hbar$
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 </row>
22193 <row>
22194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198
22199 \backslash
22200 hslash
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209 \begin_inset Formula $\hslash$
22210 \end_inset
22211
22212
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 </row>
22218 <row>
22219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223
22224 \backslash
22225 clubsuit
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234 \begin_inset Formula $\clubsuit$
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 </row>
22243 <row>
22244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248
22249 \backslash
22250 spadesuit
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259 \begin_inset Formula $\spadesuit$
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 </row>
22268 <row>
22269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273
22274 \backslash
22275 bigstar
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 \begin_inset Formula $\bigstar$
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 </row>
22293 <row>
22294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298
22299 \backslash
22300 blacklozenge
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 \begin_inset Formula $\blacklozenge$
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 </row>
22318 <row>
22319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323
22324 \backslash
22325 blacktriangle
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334 \begin_inset Formula $\blacktriangle$
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 </row>
22343 <row>
22344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22345 \begin_inset Text
22346
22347 \begin_layout Plain Layout
22348
22349 \backslash
22350 blacktiangledown
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 \begin_inset Formula $\blacktriangledown$
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 </row>
22368 <row>
22369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373
22374 \backslash
22375 bullet
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384 \begin_inset Formula $\bullet$
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 </row>
22393 </lyxtabular>
22394
22395 \end_inset
22396
22397
22398 \begin_inset Tabular
22399 <lyxtabular version="3" rows="10" columns="2">
22400 <features tabularvalignment="middle">
22401 <column alignment="center" valignment="top" width="0pt">
22402 <column alignment="center" valignment="top" width="0pt">
22403 <row>
22404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 Befehl
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 Ergebnis
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 </row>
22423 <row>
22424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \backslash
22430 diamondsuit
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 \begin_inset Formula $\diamondsuit$
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 </row>
22448 <row>
22449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453
22454 \backslash
22455 Diamond
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 \begin_inset Formula $\Diamond$
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 <row>
22474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478
22479 \backslash
22480 heartsuit
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Formula $\heartsuit$
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 <row>
22499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503
22504 \backslash
22505 P
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Formula $\P$
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 </row>
22523 <row>
22524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528
22529 \backslash
22530 copyright
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 \begin_inset Formula $\copyright$
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 </row>
22548 <row>
22549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553
22554 \backslash
22555 circledR
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 \begin_inset Formula $\circledR$
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 <row>
22574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \backslash
22580 maltese
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 \begin_inset Formula $\maltese$
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603
22604 \backslash
22605 diagup
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Formula $\diagup$
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 <row>
22624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628
22629 \backslash
22630 diagdown
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 \begin_inset Formula $\diagdown$
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 </row>
22648 </lyxtabular>
22649
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \begin_layout Standard
22656 \begin_inset VSpace medskip
22657 \end_inset
22658
22659 Weitere Symbole sind in 
22660 \begin_inset CommandInset ref
22661 LatexCommand ref
22662 reference "sub:Sonstige-Sonderzeichen"
22663
22664 \end_inset
22665
22666  aufgelistet.
22667 \end_layout
22668
22669 \begin_layout Standard
22670 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22671  
22672 \begin_inset CommandInset ref
22673 LatexCommand ref
22674 reference "sub:Schriftgrößen"
22675
22676 \end_inset
22677
22678 .
22679 \end_layout
22680
22681 \begin_layout Subsection
22682 Das Euro-Symbol €
22683 \begin_inset Index idx
22684 status collapsed
22685
22686 \begin_layout Plain Layout
22687 Symbole ! Euro-Symbol
22688 \end_layout
22689
22690 \end_inset
22691
22692
22693 \begin_inset Index idx
22694 status collapsed
22695
22696 \begin_layout Plain Layout
22697
22698 \backslash
22699 @
22700 \begin_inset ERT
22701 status collapsed
22702
22703 \begin_layout Plain Layout
22704
22705
22706 \backslash
22707 officialeuro
22708 \end_layout
22709
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \begin_layout Standard
22721 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22722
22723 \series bold
22724 eurosym
22725 \series default
22726
22727 \begin_inset Index idx
22728 status collapsed
22729
22730 \begin_layout Plain Layout
22731 Pakete ! eurosym
22732 \end_layout
22733
22734 \end_inset
22735
22736  installieren und dieses mit der LaTeX-Vorspannzeile
22737 \end_layout
22738
22739 \begin_layout Standard
22740
22741 \series bold
22742
22743 \backslash
22744 usepackage[gennarrow]{eurosym}
22745 \end_layout
22746
22747 \begin_layout Standard
22748 aktivieren.
22749  Das Euro-Symbol kann man nun mit dem Befehl 
22750 \series bold
22751
22752 \backslash
22753 euro
22754 \series default
22755
22756 \begin_inset Index idx
22757 status collapsed
22758
22759 \begin_layout Plain Layout
22760 Befehle ! E ! 
22761 \backslash
22762 euro
22763 \end_layout
22764
22765 \end_inset
22766
22767  aufrufen.
22768 \end_layout
22769
22770 \begin_layout Standard
22771 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22772  eingeben, ohne 
22773 \series bold
22774 eurosym
22775 \series default
22776  installiert zu haben.
22777  Ist 
22778 \series bold
22779 eurosym
22780 \series default
22781  installiert, kann man 
22782 \series bold
22783
22784 \backslash
22785 euro
22786 \series default
22787  auch im TeX-Modus eingeben.
22788  Das offizielle Währungssymbol erhält man dann über den Befehl 
22789 \series bold
22790
22791 \backslash
22792 officialeuro
22793 \series default
22794
22795 \begin_inset Index idx
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799 Befehle ! O ! 
22800 \backslash
22801 officialeuro
22802 \end_layout
22803
22804 \end_inset
22805
22806 , der nur im TeX-Modus verfügbar ist.
22807 \end_layout
22808
22809 \begin_layout Standard
22810 \begin_inset ERT
22811 status collapsed
22812
22813 \begin_layout Plain Layout
22814
22815
22816 \backslash
22817 ifeurosym 
22818 \end_layout
22819
22820 \end_inset
22821
22822
22823 \begin_inset Note Note
22824 status open
22825
22826 \begin_layout Plain Layout
22827 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22828 \series bold
22829 eurosym
22830 \series default
22831  installiert ist:
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \begin_layout Standard
22840 Eine Übersicht der verschiedenen Euro-Symbole:
22841 \end_layout
22842
22843 \begin_layout Standard
22844 \align center
22845 \begin_inset Tabular
22846 <lyxtabular version="3" rows="4" columns="3">
22847 <features tabularvalignment="middle">
22848 <column alignment="center" valignment="top" width="0pt">
22849 <column alignment="center" valignment="top" width="0pt">
22850 <column alignment="center" valignment="top" width="0pt">
22851 <row>
22852 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 Befehl 
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 Ergebnis
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 </row>
22880 <row>
22881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 Formel
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894
22895 \backslash
22896 euro
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 \begin_inset Formula $\euro$
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919 mathematischer Text
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 \begin_inset Formula $\mbox{€}$
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 TeX-Modus
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960
22961 \backslash
22962 officialeuro
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset ERT
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976
22977 \backslash
22978 officialeuro
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 </row>
22989 </lyxtabular>
22990
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \begin_layout Standard
22997 \begin_inset ERT
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001
23002
23003 \backslash
23004 else 
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \begin_inset Note Note
23011 status open
23012
23013 \begin_layout Plain Layout
23014 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23015 \series bold
23016 eurosym
23017 \series default
23018  nicht installiert ist:
23019 \end_layout
23020
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \begin_layout Standard
23027 Das LaTeX-Paket 
23028 \series bold
23029 eurosym 
23030 \series default
23031 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23032 \end_layout
23033
23034 \begin_layout Standard
23035 \begin_inset ERT
23036 status collapsed
23037
23038 \begin_layout Plain Layout
23039
23040
23041 \backslash
23042 fi 
23043 \end_layout
23044
23045 \end_inset
23046
23047
23048 \end_layout
23049
23050 \begin_layout Section
23051 Relationen
23052 \begin_inset CommandInset label
23053 LatexCommand label
23054 name "sec:Relationen"
23055
23056 \end_inset
23057
23058
23059 \begin_inset Index idx
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063 Relationen
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \begin_inset Index idx
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073 Vergleiche|see
23074 \begin_inset ERT
23075 status collapsed
23076
23077 \begin_layout Plain Layout
23078
23079 {
23080 \end_layout
23081
23082 \end_inset
23083
23084 Relationen
23085 \begin_inset ERT
23086 status collapsed
23087
23088 \begin_layout Plain Layout
23089
23090 }
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \begin_layout Standard
23104 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23105  
23106 \begin_inset Graphics
23107         filename ../../images/math/leq.png
23108         scale 85
23109
23110 \end_inset
23111
23112  eingefügt werden.
23113 \end_layout
23114
23115 \begin_layout Standard
23116 \begin_inset space \hfill{}
23117 \end_inset
23118
23119
23120 \begin_inset Tabular
23121 <lyxtabular version="3" rows="17" columns="2">
23122 <features tabularvalignment="middle">
23123 <column alignment="center" valignment="top" width="0pt">
23124 <column alignment="center" valignment="top" width="0pt">
23125 <row>
23126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 Befehl
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139 Ergebnis
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 </row>
23145 <row>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 <
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 \begin_inset Formula $<$
23160 \end_inset
23161
23162
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 </row>
23168 <row>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173
23174 \backslash
23175 le
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184 \begin_inset Formula $\le$
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 </row>
23193 <row>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198
23199 \backslash
23200 ll
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 \begin_inset Formula $\ll$
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 </row>
23218 <row>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223
23224 \backslash
23225 prec
23226 \end_layout
23227
23228 \end_inset
23229 </cell>
23230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234 \begin_inset Formula $\prec$
23235 \end_inset
23236
23237
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 </row>
23243 <row>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248
23249 \backslash
23250 preceq
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259 \begin_inset Formula $\preceq$
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 </row>
23268 <row>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273
23274 \backslash
23275 subset
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 \begin_inset Formula $\subset$
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 </row>
23293 <row>
23294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298
23299 \backslash
23300 subseteq
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Formula $\subseteq$
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 </row>
23318 <row>
23319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323
23324 \backslash
23325 sqsubseteq
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23331 \begin_inset Text
23332
23333 \begin_layout Plain Layout
23334 \begin_inset Formula $\sqsubseteq$
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 </row>
23343 <row>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348
23349 \backslash
23350 in
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 \begin_inset Formula $\in$
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373
23374 \backslash
23375 vdash
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 \begin_inset Formula $\vdash$
23385 \end_inset
23386
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \backslash
23400 smile
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 \begin_inset Formula $\smile$
23410 \end_inset
23411
23412
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 <row>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \backslash
23425 lhd
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 \begin_inset Formula $\lhd$
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \backslash
23450 unlhd
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\unlhd$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 gtrless
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\gtrless$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 mid
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\mid$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 nmid
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\nmid$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 </lyxtabular>
23544
23545 \end_inset
23546
23547
23548 \begin_inset space \hfill{}
23549 \end_inset
23550
23551
23552 \begin_inset Tabular
23553 <lyxtabular version="3" rows="17" columns="2">
23554 <features tabularvalignment="middle">
23555 <column alignment="center" valignment="top" width="0pt">
23556 <column alignment="center" valignment="top" width="0pt">
23557 <row>
23558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 Befehl
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 Ergebnis
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 =
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 \begin_inset Formula $=$
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 </row>
23600 <row>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605
23606 \backslash
23607 not=
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616 \begin_inset Formula $\not=$
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 </row>
23625 <row>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630
23631 \backslash
23632 equiv
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641 \begin_inset Formula $\equiv$
23642 \end_inset
23643
23644
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 </row>
23650 <row>
23651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655
23656 \backslash
23657 sim
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666 \begin_inset Formula $\sim$
23667 \end_inset
23668
23669
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 </row>
23675 <row>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680
23681 \backslash
23682 simeq
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691 \begin_inset Formula $\simeq$
23692 \end_inset
23693
23694
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 </row>
23700 <row>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705
23706 \backslash
23707 approx
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 \begin_inset Formula $\approx$
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 </row>
23725 <row>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730
23731 \backslash
23732 cong
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741 \begin_inset Formula $\cong$
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 <row>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755
23756 \backslash
23757 bowtie
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 \begin_inset Formula $\bowtie$
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 </row>
23775 <row>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \backslash
23782 notin
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 \begin_inset Formula $\notin$
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 </row>
23800 <row>
23801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805
23806 \backslash
23807 perp
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Formula $\perp$
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \backslash
23832 propto
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 \begin_inset Formula $\propto$
23842 \end_inset
23843
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 </row>
23850 <row>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855
23856 \backslash
23857 asymp
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Formula $\asymp$
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 doteq
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 \begin_inset Formula $\doteq$
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \backslash
23907 circeq
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\circeq$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \backslash
23932 models
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\models$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955
23956 \backslash
23957 widehat=
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 \begin_inset Formula $\widehat{=}$
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 </lyxtabular>
23976
23977 \end_inset
23978
23979
23980 \begin_inset space \hfill{}
23981 \end_inset
23982
23983
23984 \begin_inset Tabular
23985 <lyxtabular version="3" rows="17" columns="2">
23986 <features tabularvalignment="middle">
23987 <column alignment="center" valignment="top" width="0pt">
23988 <column alignment="center" valignment="top" width="0pt">
23989 <row>
23990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994 Befehl
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003 Ergebnis
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 >
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 \begin_inset Formula $>$
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 </row>
24032 <row>
24033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037
24038 \backslash
24039 ge
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048 \begin_inset Formula $\ge$
24049 \end_inset
24050
24051
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 </row>
24057 <row>
24058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Plain Layout
24062
24063 \backslash
24064 gg
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073 \begin_inset Formula $\gg$
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 </row>
24082 <row>
24083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087
24088 \backslash
24089 succ
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098 \begin_inset Formula $\succ$
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 </row>
24107 <row>
24108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112
24113 \backslash
24114 succeq
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 \begin_inset Formula $\succeq$
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 </row>
24132 <row>
24133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137
24138 \backslash
24139 supset
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148 \begin_inset Formula $\supset$
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 </row>
24157 <row>
24158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162
24163 \backslash
24164 supseteq
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173 \begin_inset Formula $\supseteq$
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 </row>
24182 <row>
24183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187
24188 \backslash
24189 sqsupseteq
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Formula $\sqsupseteq$
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \end_inset
24205 </cell>
24206 </row>
24207 <row>
24208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212
24213 \backslash
24214 ni
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 \begin_inset Formula $\ni$
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 <row>
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237
24238 \backslash
24239 dashv
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 \begin_inset Formula $\dashv$
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 </row>
24257 <row>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262
24263 \backslash
24264 frown
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 \begin_inset Formula $\frown$
24274 \end_inset
24275
24276
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 </row>
24282 <row>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287
24288 \backslash
24289 rhd
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 \begin_inset Formula $\rhd$
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 </row>
24307 <row>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 unrhd
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 \begin_inset Formula $\unrhd$
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 <row>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 lessgtr
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 \begin_inset Formula $\lessgtr$
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 <row>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 parallel
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 \begin_inset Formula $\parallel$
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 </row>
24382 <row>
24383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \backslash
24389 nparallel
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 \begin_inset Formula $\nparallel$
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 </lyxtabular>
24408
24409 \end_inset
24410
24411
24412 \begin_inset space \hfill{}
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \begin_layout Standard
24419 \begin_inset VSpace medskip
24420 \end_inset
24421
24422 Die Zeichen 
24423 \series bold
24424
24425 \backslash
24426 lhd
24427 \series default
24428  bzw.
24429  
24430 \series bold
24431
24432 \backslash
24433 rhd
24434 \series default
24435  sind größer als die gleich aussehenden Operatoren
24436 \begin_inset Newline linebreak
24437 \end_inset
24438
24439
24440 \series bold
24441
24442 \backslash
24443 triangleleft
24444 \series default
24445  bzw.
24446  
24447 \series bold
24448
24449 \backslash
24450 triangleright
24451 \series default
24452 .
24453 \end_layout
24454
24455 \begin_layout Standard
24456 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24457 \end_layout
24458
24459 \begin_layout Standard
24460 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24461 \series bold
24462
24463 \backslash
24464 stackrel
24465 \series default
24466
24467 \begin_inset Index idx
24468 status collapsed
24469
24470 \begin_layout Plain Layout
24471 Befehle ! S ! 
24472 \backslash
24473 stackrel
24474 \end_layout
24475
24476 \end_inset
24477
24478  erstellt werden:
24479 \end_layout
24480
24481 \begin_layout Standard
24482 \align center
24483 \begin_inset Tabular
24484 <lyxtabular version="3" rows="2" columns="2">
24485 <features tabularvalignment="middle">
24486 <column alignment="center" valignment="top" width="0">
24487 <column alignment="center" valignment="top" width="0">
24488 <row>
24489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493 Befehl
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24499 \begin_inset Text
24500
24501 \begin_layout Plain Layout
24502 Ergebnis
24503 \begin_inset Note Note
24504 status collapsed
24505
24506 \begin_layout Plain Layout
24507
24508 \series bold
24509
24510 \backslash
24511 raisebox
24512 \series default
24513  dient nur als Abstandhalter.
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 </row>
24524 <row>
24525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 A(r)
24530 \backslash
24531 stackrel
24532 \begin_inset ERT
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536
24537
24538 \backslash
24539 leer 
24540 \end_layout
24541
24542 \end_inset
24543
24544 r
24545 \backslash
24546 to
24547 \backslash
24548 infty
24549 \begin_inset ERT
24550 status collapsed
24551
24552 \begin_layout Plain Layout
24553
24554
24555 \backslash
24556 leer 
24557 \end_layout
24558
24559 \end_inset
24560
24561
24562 \begin_inset Formula $\downarrow$
24563 \end_inset
24564
24565
24566 \backslash
24567 approx
24568 \begin_inset ERT
24569 status collapsed
24570
24571 \begin_layout Plain Layout
24572
24573
24574 \backslash
24575 leer 
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \begin_inset ERT
24582 status collapsed
24583
24584 \begin_layout Plain Layout
24585
24586
24587 \backslash
24588 leer 
24589 \end_layout
24590
24591 \end_inset
24592
24593 B
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 </row>
24611 </lyxtabular>
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Section
24619 Funktionen
24620 \end_layout
24621
24622 \begin_layout Subsection
24623 Vordefinierte Funktionen
24624 \begin_inset CommandInset label
24625 LatexCommand label
24626 name "sub:Vordefinierte-Funktionen"
24627
24628 \end_inset
24629
24630
24631 \begin_inset Index idx
24632 status collapsed
24633
24634 \begin_layout Plain Layout
24635 Funktionen ! vordefinierte
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \begin_layout Standard
24644 Allgemein werden in mathematischen Ausdrücken Variablen 
24645 \shape italic
24646 kursiv
24647 \shape default
24648  gesetzt, Funktionsnamen hingegen nicht, denn 
24649 \begin_inset Formula $sin$
24650 \end_inset
24651
24652  könnte als 
24653 \begin_inset Formula $s\cdot i\cdot n$
24654 \end_inset
24655
24656  missverstanden werden.
24657  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24658 en etwas abgesetzt sind.
24659  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24660 \end_layout
24661
24662 \begin_layout Standard
24663 \align center
24664 \begin_inset Tabular
24665 <lyxtabular version="3" rows="2" columns="4">
24666 <features tabularvalignment="middle">
24667 <column alignment="center" valignment="top" width="0pt">
24668 <column alignment="center" valignment="top" width="0pt">
24669 <column alignment="center" valignment="top" width="0pt">
24670 <column alignment="center" valignment="top" width="0pt">
24671 <row>
24672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 Befehl
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685 Ergebnis
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694 Befehl
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703 Ergebnis
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 </row>
24709 <row>
24710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 Asin(x)+B
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723 \begin_inset Formula $Asin(x)+B$
24724 \end_inset
24725
24726
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735 A
24736 \backslash
24737 sin(x)+B
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746 \begin_inset Formula $A\sin(x)+B$
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 </row>
24755 </lyxtabular>
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Standard
24763 Folgende Funktionen sind vordefiniert:
24764 \end_layout
24765
24766 \begin_layout Standard
24767 \begin_inset VSpace -2mm
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Standard
24774 \align center
24775 \begin_inset Tabular
24776 <lyxtabular version="3" rows="9" columns="4">
24777 <features tabularvalignment="middle">
24778 <column alignment="center" valignment="top" width="0pt">
24779 <column alignment="center" valignment="top" width="0pt">
24780 <column alignment="center" valignment="top" width="0pt">
24781 <column alignment="center" valignment="top" width="0pt">
24782 <row>
24783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 Befehl
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 Befehl
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805 Befehl
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814 Befehl
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 </row>
24820 <row>
24821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825
24826 \backslash
24827 sin
24828 \end_layout
24829
24830 \end_inset
24831 </cell>
24832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24833 \begin_inset Text
24834
24835 \begin_layout Plain Layout
24836
24837 \backslash
24838 sinh
24839 \end_layout
24840
24841 \end_inset
24842 </cell>
24843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24844 \begin_inset Text
24845
24846 \begin_layout Plain Layout
24847
24848 \backslash
24849 arcsin
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858
24859 \backslash
24860 sup
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 </row>
24866 <row>
24867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871
24872 \backslash
24873 cos
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882
24883 \backslash
24884 cosh
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893
24894 \backslash
24895 arccos
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904
24905 \backslash
24906 inf
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 </row>
24912 <row>
24913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917
24918 \backslash
24919 tan
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 tanh
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939
24940 \backslash
24941 arctan
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950
24951 \backslash
24952 lim
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 </row>
24958 <row>
24959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963
24964 \backslash
24965 cot
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 coth
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \backslash
24987 arg
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996
24997 \backslash
24998 liminf
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 </row>
25004 <row>
25005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25006 \begin_inset Text
25007
25008 \begin_layout Plain Layout
25009
25010 \backslash
25011 sec
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 min
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031
25032 \backslash
25033 deg
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042
25043 \backslash
25044 limsup
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 </row>
25050 <row>
25051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055
25056 \backslash
25057 csc
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \backslash
25068 max
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 det
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \backslash
25090 Pr
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 </row>
25096 <row>
25097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101
25102 \backslash
25103 ln
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \backslash
25114 exp
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123
25124 \backslash
25125 dim
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134
25135 \backslash
25136 hom
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 </row>
25142 <row>
25143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147
25148 \backslash
25149 lg
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158
25159 \backslash
25160 log
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \backslash
25171 ker
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180
25181 \backslash
25182 gcd
25183 \end_layout
25184
25185 \end_inset
25186 </cell>
25187 </row>
25188 </lyxtabular>
25189
25190 \end_inset
25191
25192
25193 \end_layout
25194
25195 \begin_layout Standard
25196 Sie können auch über den Mathe-Werkzeugleistenknopf 
25197 \begin_inset Graphics
25198         filename ../../images/math/functions.png
25199         scale 85
25200
25201 \end_inset
25202
25203  eingefügt werden.
25204 \end_layout
25205
25206 \begin_layout Subsection
25207 Selbst definierte Funktionen
25208 \begin_inset Index idx
25209 status collapsed
25210
25211 \begin_layout Plain Layout
25212 Funktionen ! selbstdefinierte
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Standard
25221 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25222 \begin_inset space \thinspace{}
25223 \end_inset
25224
25225 B.
25226  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25227 \end_layout
25228
25229 \begin_layout Itemize
25230 Man definiert die Funktion selbst.
25231  Dazu gibt man im LaTeX-Vorspann die Zeile
25232 \begin_inset Newline newline
25233 \end_inset
25234
25235
25236 \begin_inset VSpace -3mm
25237 \end_inset
25238
25239
25240 \begin_inset Newline newline
25241 \end_inset
25242
25243
25244 \series bold
25245
25246 \backslash
25247 DeclareMathOperator{
25248 \backslash
25249 sgn}{sgn}
25250 \series default
25251
25252 \begin_inset Index idx
25253 status collapsed
25254
25255 \begin_layout Plain Layout
25256 Befehle ! D ! 
25257 \backslash
25258 dbinom@
25259 \backslash
25260 DeclareMathOperator
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \begin_inset Newline newline
25267 \end_inset
25268
25269
25270 \begin_inset VSpace -2mm
25271 \end_inset
25272
25273
25274 \begin_inset Newline newline
25275 \end_inset
25276
25277 ein
25278 \begin_inset Foot
25279 status collapsed
25280
25281 \begin_layout Plain Layout
25282 Näheres zu 
25283 \series bold
25284
25285 \backslash
25286 DeclareMathOperator
25287 \series default
25288  siehe 
25289 \begin_inset CommandInset ref
25290 LatexCommand ref
25291 reference "sub:Selbstdefinierte-Operatoren"
25292
25293 \end_inset
25294
25295 .
25296 \end_layout
25297
25298 \end_inset
25299
25300 .
25301  Nun kann man mit dem Befehl 
25302 \series bold
25303
25304 \backslash
25305 sgn
25306 \series default
25307  die neu definierte Funktion aufrufen.
25308 \end_layout
25309
25310 \begin_layout Itemize
25311 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25312  Beispiel die Buchstaben 
25313 \emph on
25314 sgn
25315 \emph default
25316 , und wandelt ihn in in mathematischen Text um.
25317  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25318 \end_layout
25319
25320 \begin_layout Standard
25321 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25322  Funktion
25323 \begin_inset Foot
25324 status collapsed
25325
25326 \begin_layout Plain Layout
25327 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25328 \end_layout
25329
25330 \end_inset
25331
25332 :
25333 \end_layout
25334
25335 \begin_layout Standard
25336 \align center
25337 \begin_inset Tabular
25338 <lyxtabular version="3" rows="3" columns="2">
25339 <features tabularvalignment="middle">
25340 <column alignment="center" valignment="top" width="0pt">
25341 <column alignment="center" valignment="top" width="0pt">
25342 <row>
25343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347 Befehl
25348 \end_layout
25349
25350 \end_inset
25351 </cell>
25352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25353 \begin_inset Text
25354
25355 \begin_layout Plain Layout
25356 Ergebnis
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 </row>
25362 <row>
25363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367 A
25368 \backslash
25369 sgn(x)+B
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378 \begin_inset Formula $A\sgn(x)+B$
25379 \end_inset
25380
25381
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 </row>
25387 <row>
25388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392 A
25393 \backslash
25394 ,
25395 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25396 \end_inset
25397
25398 (x)+B
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Plain Layout
25407 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 </row>
25416 </lyxtabular>
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Standard
25424 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25425  mehrfach verwendet werden soll.
25426 \end_layout
25427
25428 \begin_layout Subsection
25429 Grenzwerte
25430 \begin_inset Index idx
25431 status collapsed
25432
25433 \begin_layout Plain Layout
25434 Grenzwerte
25435 \end_layout
25436
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \begin_layout Standard
25443 Für Grenzwerte sind außer 
25444 \series bold
25445
25446 \backslash
25447 lim
25448 \series default
25449
25450 \begin_inset Index idx
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454 Befehle ! L ! 
25455 \backslash
25456 lim
25457 \end_layout
25458
25459 \end_inset
25460
25461
25462 \series bold
25463
25464 \backslash
25465 liminf
25466 \series default
25467  und 
25468 \series bold
25469
25470 \backslash
25471 limsup
25472 \series default
25473  noch folgende Funktionen definiert:
25474 \end_layout
25475
25476 \begin_layout Standard
25477 \align center
25478 \begin_inset Tabular
25479 <lyxtabular version="3" rows="5" columns="2">
25480 <features tabularvalignment="middle">
25481 <column alignment="center" valignment="top" width="0">
25482 <column alignment="center" valignment="top" width="0">
25483 <row>
25484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488 Befehl
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497 Ergebnis
25498 \begin_inset Note Note
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502
25503 \series bold
25504
25505 \backslash
25506 raisebox
25507 \series default
25508  dient nur als Abstandhalter.
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 </row>
25519 <row>
25520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524
25525 \backslash
25526 varliminf
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Plain Layout
25535 \begin_inset Formula $\varliminf$
25536 \end_inset
25537
25538
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 </row>
25544 <row>
25545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549
25550 \backslash
25551 varlimsup
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560 \begin_inset Formula $\varlimsup$
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 </row>
25569 <row>
25570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25571 \begin_inset Text
25572
25573 \begin_layout Plain Layout
25574
25575 \backslash
25576 varprojlim
25577 \end_layout
25578
25579 \end_inset
25580 </cell>
25581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25582 \begin_inset Text
25583
25584 \begin_layout Plain Layout
25585 \begin_inset Formula $\varprojlim$
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \end_inset
25592 </cell>
25593 </row>
25594 <row>
25595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599
25600 \backslash
25601 varinjlim
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610 \begin_inset Formula $\varinjlim$
25611 \end_inset
25612
25613
25614 \begin_inset Formula $\raisebox{-2.5mm}{}$
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 </row>
25623 </lyxtabular>
25624
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \begin_layout Standard
25631 \begin_inset VSpace medskip
25632 \end_inset
25633
25634 Der Grenzwert wird durch Tiefstellen erzeugt.
25635  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25636 \end_layout
25637
25638 \begin_layout Standard
25639 \align center
25640 \begin_inset Tabular
25641 <lyxtabular version="3" rows="2" columns="2">
25642 <features tabularvalignment="middle">
25643 <column alignment="center" valignment="top" width="0pt">
25644 <column alignment="center" valignment="top" width="0pt">
25645 <row>
25646 <cell alignment="center" valignment="top" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650 Befehl
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 <cell alignment="center" valignment="top" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659 \begin_inset space \hspace{}
25660 \length 1cm
25661 \end_inset
25662
25663 Ergebnis
25664 \begin_inset Note Note
25665 status collapsed
25666
25667 \begin_layout Plain Layout
25668 Der Leerraum und 
25669 \series bold
25670
25671 \backslash
25672 raisebox
25673 \series default
25674  dienen nur als Abstandhalter.
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 </row>
25685 <row>
25686 <cell alignment="center" valignment="top" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Plain Layout
25690
25691 \backslash
25692 lim_x
25693 \backslash
25694 to
25695 \begin_inset ERT
25696 status collapsed
25697
25698 \begin_layout Plain Layout
25699
25700
25701 \backslash
25702 leer 
25703 \end_layout
25704
25705 \end_inset
25706
25707 A
25708 \begin_inset ERT
25709 status collapsed
25710
25711 \begin_layout Plain Layout
25712
25713
25714 \backslash
25715 leer 
25716 \end_layout
25717
25718 \end_inset
25719
25720 x=B
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 </row>
25738 </lyxtabular>
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \begin_layout Standard
25746 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25747 \begin_inset Formula \[
25748 \lim_{x\to A}x=B\]
25749
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \begin_layout Subsection
25756 Modulo-Funktionen
25757 \begin_inset Index idx
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761 Funktionen ! Modulo-
25762 \end_layout
25763
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \begin_layout Standard
25770 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25771  Varianten.
25772 \end_layout
25773
25774 \begin_layout Standard
25775 Die Varianten in einer abgesetzten Formel:
25776 \begin_inset Formula \begin{align*}
25777 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25778 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25779 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25780 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25781 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
25782 \end{align*}
25783
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \begin_layout Standard
25790 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25791  weniger Leerraum gesetzt.
25792 \end_layout
25793
25794 \begin_layout Section
25795 Sonderzeichen
25796 \begin_inset Index idx
25797 status collapsed
25798
25799 \begin_layout Plain Layout
25800 Sonderzeichen
25801 \end_layout
25802
25803 \end_inset
25804
25805
25806 \end_layout
25807
25808 \begin_layout Subsection
25809 Sonderzeichen im mathematischen Text
25810 \end_layout
25811
25812 \begin_layout Standard
25813 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25814  verwendet werden:
25815 \end_layout
25816
25817 \begin_layout Standard
25818 \begin_inset space \hfill{}
25819 \end_inset
25820
25821
25822 \begin_inset Tabular
25823 <lyxtabular version="3" rows="8" columns="2">
25824 <features tabularvalignment="middle">
25825 <column alignment="block" valignment="top" width="0">
25826 <column alignment="block" valignment="top" width="0">
25827 <row>
25828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Plain Layout
25832 Befehl
25833 \end_layout
25834
25835 \end_inset
25836 </cell>
25837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25838 \begin_inset Text
25839
25840 \begin_layout Plain Layout
25841 Ergebnis
25842 \end_layout
25843
25844 \end_inset
25845 </cell>
25846 </row>
25847 <row>
25848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25849 \begin_inset Text
25850
25851 \begin_layout Plain Layout
25852
25853 \backslash
25854 oe
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863 \begin_inset Formula $\textrm{œ}$
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \end_inset
25870 </cell>
25871 </row>
25872 <row>
25873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25874 \begin_inset Text
25875
25876 \begin_layout Plain Layout
25877
25878 \backslash
25879 OE
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Plain Layout
25888 \begin_inset Formula $\textrm{Œ}$
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \end_inset
25895 </cell>
25896 </row>
25897 <row>
25898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Plain Layout
25902
25903 \backslash
25904 ae
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25910 \begin_inset Text
25911
25912 \begin_layout Plain Layout
25913 \begin_inset Formula $\textrm{æ}$
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 </row>
25922 <row>
25923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927
25928 \backslash
25929 AE
25930 \end_layout
25931
25932 \end_inset
25933 </cell>
25934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25935 \begin_inset Text
25936
25937 \begin_layout Plain Layout
25938 \begin_inset Formula $\textrm{Æ}$
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \end_inset
25945 </cell>
25946 </row>
25947 <row>
25948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Plain Layout
25952
25953 \backslash
25954 aa
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963 \begin_inset Formula $\textrm{\aa}$
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 </row>
25972 <row>
25973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977
25978 \backslash
25979 AA
25980 \begin_inset Index idx
25981 status collapsed
25982
25983 \begin_layout Plain Layout
25984
25985 \backslash
25986 @
25987 \begin_inset ERT
25988 status collapsed
25989
25990 \begin_layout Plain Layout
25991
25992
25993 \backslash
25994 textrm{
25995 \backslash
25996 AA}
25997 \end_layout
25998
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \end_inset
26005
26006
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 \begin_inset Formula $\textrm{Å}$
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 </row>
26024 <row>
26025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26026 \begin_inset Text
26027
26028 \begin_layout Plain Layout
26029
26030 \backslash
26031 i
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040 \begin_inset Formula $\textrm{ı}$
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 </lyxtabular>
26050
26051 \end_inset
26052
26053
26054 \begin_inset space \hfill{}
26055 \end_inset
26056
26057
26058 \begin_inset Tabular
26059 <lyxtabular version="3" rows="8" columns="2">
26060 <features tabularvalignment="middle">
26061 <column alignment="block" valignment="top" width="0">
26062 <column alignment="center" valignment="top" width="0">
26063 <row>
26064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 Befehl
26069 \begin_inset Note Note
26070 status collapsed
26071
26072 \begin_layout Plain Layout
26073 Der Leerraum von 0
26074 \begin_inset space \thinspace{}
26075 \end_inset
26076
26077 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26078  ¿ erscheinen würde.
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092 Ergebnis
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 </row>
26098 <row>
26099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103
26104 \backslash
26105 o
26106 \end_layout
26107
26108 \end_inset
26109 </cell>
26110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114 \begin_inset Formula $\textrm{ø}$
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 </row>
26123 <row>
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128
26129 \backslash
26130 O
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 \begin_inset Formula $\textrm{Ø}$
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 </row>
26148 <row>
26149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153
26154 \backslash
26155 l
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164 \begin_inset Formula $\textrm{ł}$
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 </row>
26173 <row>
26174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178
26179 \backslash
26180 L
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 \begin_inset Formula $\textrm{Ł}$
26190 \end_inset
26191
26192
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 </row>
26198 <row>
26199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203 !
26204 \begin_inset space \hspace{}
26205 \length 0mm
26206 \end_inset
26207
26208 `
26209 \begin_inset ERT
26210 status collapsed
26211
26212 \begin_layout Plain Layout
26213
26214
26215 \backslash
26216 leer 
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Plain Layout
26230 \begin_inset Formula $\textrm{!`}$
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 <row>
26240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244 ?
26245 \begin_inset space \hspace{}
26246 \length 0mm
26247 \end_inset
26248
26249 `
26250 \begin_inset ERT
26251 status collapsed
26252
26253 \begin_layout Plain Layout
26254
26255
26256 \backslash
26257 leer 
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \end_inset
26266 </cell>
26267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26268 \begin_inset Text
26269
26270 \begin_layout Plain Layout
26271 \begin_inset Formula $\textrm{?`}$
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 </row>
26280 <row>
26281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285
26286 \backslash
26287 j
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Plain Layout
26296 \begin_inset Formula $\textrm{ȷ}$
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 </row>
26305 </lyxtabular>
26306
26307 \end_inset
26308
26309
26310 \begin_inset space \hfill{}
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \begin_layout Standard
26317 Die Zeichen 
26318 \begin_inset Formula $\textrm{\textrm{Å}}$
26319 \end_inset
26320
26321  und 
26322 \begin_inset Formula $\textrm{\textrm{Ø}}$
26323 \end_inset
26324
26325  können auch über den Mathe-Werkzeugleistenknopf 
26326 \begin_inset Graphics
26327         filename ../../images/math/digamma.png
26328         scale 85
26329
26330 \end_inset
26331
26332  eingefügt werden.
26333 \end_layout
26334
26335 \begin_layout Standard
26336 Eine Ausnahme bilden die Befehle 
26337 \series bold
26338 !
26339 \begin_inset space \hspace{}
26340 \length 0mm
26341 \end_inset
26342
26343 `
26344 \series default
26345  und 
26346 \series bold
26347 ?
26348 \begin_inset space \hspace{}
26349 \length 0mm
26350 \end_inset
26351
26352 `
26353 \series default
26354 , denn man kann sie in LyX direkt in den Text eingeben.
26355 \end_layout
26356
26357 \begin_layout Subsection
26358 Akzente im Text
26359 \begin_inset CommandInset label
26360 LatexCommand label
26361 name "sub:Sonderzeichen-Akzente"
26362
26363 \end_inset
26364
26365
26366 \begin_inset Index idx
26367 status collapsed
26368
26369 \begin_layout Plain Layout
26370 Akzente ! im Text
26371 \end_layout
26372
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \begin_layout Standard
26379 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26380  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26381 \end_layout
26382
26383 \begin_layout Standard
26384 \begin_inset space \hfill{}
26385 \end_inset
26386
26387
26388 \begin_inset Tabular
26389 <lyxtabular version="3" rows="8" columns="2">
26390 <features tabularvalignment="middle">
26391 <column alignment="block" valignment="top" width="0">
26392 <column alignment="block" valignment="top" width="0">
26393 <row>
26394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 Befehl
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407 Ergebnis
26408 \end_layout
26409
26410 \end_inset
26411 </cell>
26412 </row>
26413 <row>
26414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418
26419 \backslash
26420
26421 \begin_inset Quotes grd
26422 \end_inset
26423
26424 e
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 "e
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 </row>
26451 <row>
26452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456
26457 \backslash
26458 `e
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26464 \begin_inset Text
26465
26466 \begin_layout Plain Layout
26467 \begin_inset ERT
26468 status collapsed
26469
26470 \begin_layout Plain Layout
26471
26472
26473 \backslash
26474 `e
26475 \end_layout
26476
26477 \end_inset
26478
26479
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 </row>
26485 <row>
26486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490
26491 \backslash
26492 ^
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 leer 
26501 \end_layout
26502
26503 \end_inset
26504
26505 e
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514 \begin_inset ERT
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518
26519
26520 \backslash
26521 ^e
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \end_inset
26530 </cell>
26531 </row>
26532 <row>
26533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537
26538 \backslash
26539 =e
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548 \begin_inset ERT
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552
26553
26554 \backslash
26555 =e
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 </row>
26566 <row>
26567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571
26572 \backslash
26573 u
26574 \begin_inset ERT
26575 status collapsed
26576
26577 \begin_layout Plain Layout
26578
26579
26580 \backslash
26581 leer 
26582 \end_layout
26583
26584 \end_inset
26585
26586 e
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 \begin_inset ERT
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599
26600
26601 \backslash
26602 u e
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 </row>
26613 <row>
26614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618
26619 \backslash
26620 b
26621 \begin_inset ERT
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625
26626
26627 \backslash
26628 leer 
26629 \end_layout
26630
26631 \end_inset
26632
26633 e
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642 \begin_inset ERT
26643 status collapsed
26644
26645 \begin_layout Plain Layout
26646
26647
26648 \backslash
26649 b e
26650 \end_layout
26651
26652 \end_inset
26653
26654
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 </row>
26660 <row>
26661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665
26666 \backslash
26667 t
26668 \begin_inset ERT
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672
26673
26674 \backslash
26675 leer 
26676 \end_layout
26677
26678 \end_inset
26679
26680 ee
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 \begin_inset ERT
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693
26694
26695 \backslash
26696 t ee
26697 \end_layout
26698
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 </row>
26707 </lyxtabular>
26708
26709 \end_inset
26710
26711
26712 \begin_inset space \hfill{}
26713 \end_inset
26714
26715
26716 \begin_inset Tabular
26717 <lyxtabular version="3" rows="8" columns="2">
26718 <features tabularvalignment="middle">
26719 <column alignment="block" valignment="top" width="0">
26720 <column alignment="center" valignment="top" width="0">
26721 <row>
26722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726 Befehl
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Plain Layout
26735 Ergebnis
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 <row>
26742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746
26747 \backslash
26748 H
26749 \begin_inset ERT
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753
26754
26755 \backslash
26756 leer 
26757 \end_layout
26758
26759 \end_inset
26760
26761 e
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26767 \begin_inset Text
26768
26769 \begin_layout Plain Layout
26770 \begin_inset ERT
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774
26775
26776 \backslash
26777 H e
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \end_inset
26786 </cell>
26787 </row>
26788 <row>
26789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793
26794 \backslash
26795 'e
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26801 \begin_inset Text
26802
26803 \begin_layout Plain Layout
26804 \begin_inset ERT
26805 status collapsed
26806
26807 \begin_layout Plain Layout
26808
26809
26810 \backslash
26811 'e
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 </row>
26822 <row>
26823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26824 \begin_inset Text
26825
26826 \begin_layout Plain Layout
26827
26828 \backslash
26829 ~e
26830 \begin_inset Index idx
26831 status collapsed
26832
26833 \begin_layout Plain Layout
26834 Tilde
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 \begin_inset ERT
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852
26853
26854 \backslash
26855 ~e
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \end_inset
26864 </cell>
26865 </row>
26866 <row>
26867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26868 \begin_inset Text
26869
26870 \begin_layout Plain Layout
26871
26872 \backslash
26873 .e
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 \begin_inset ERT
26883 status collapsed
26884
26885 \begin_layout Plain Layout
26886
26887
26888 \backslash
26889 .e
26890 \end_layout
26891
26892 \end_inset
26893
26894
26895 \end_layout
26896
26897 \end_inset
26898 </cell>
26899 </row>
26900 <row>
26901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26902 \begin_inset Text
26903
26904 \begin_layout Plain Layout
26905
26906 \backslash
26907 v
26908 \begin_inset ERT
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912
26913
26914 \backslash
26915 leer 
26916 \end_layout
26917
26918 \end_inset
26919
26920 e
26921 \end_layout
26922
26923 \end_inset
26924 </cell>
26925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26926 \begin_inset Text
26927
26928 \begin_layout Plain Layout
26929 \begin_inset ERT
26930 status collapsed
26931
26932 \begin_layout Plain Layout
26933
26934
26935 \backslash
26936 v e
26937 \end_layout
26938
26939 \end_inset
26940
26941
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 </row>
26947 <row>
26948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952
26953 \backslash
26954 d
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960
26961 \backslash
26962 leer 
26963 \end_layout
26964
26965 \end_inset
26966
26967 e
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 \begin_inset ERT
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980
26981
26982 \backslash
26983 d e
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 </row>
26994 <row>
26995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999
27000 \backslash
27001 c
27002 \begin_inset ERT
27003 status collapsed
27004
27005 \begin_layout Plain Layout
27006
27007
27008 \backslash
27009 leer 
27010 \end_layout
27011
27012 \end_inset
27013
27014 e
27015 \end_layout
27016
27017 \end_inset
27018 </cell>
27019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27020 \begin_inset Text
27021
27022 \begin_layout Plain Layout
27023 \begin_inset ERT
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027
27028
27029 \backslash
27030 c e
27031 \end_layout
27032
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \end_inset
27039 </cell>
27040 </row>
27041 </lyxtabular>
27042
27043 \end_inset
27044
27045
27046 \begin_inset space \hfill{}
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Standard
27053 \begin_inset VSpace medskip
27054 \end_inset
27055
27056 Mit dem Befehl 
27057 \series bold
27058
27059 \backslash
27060 t
27061 \series default
27062  können auch zwei verschiedene Zeichen akzentuiert werden.
27063  Der Befehl 
27064 \series bold
27065
27066 \backslash
27067 t
27068 \begin_inset ERT
27069 status collapsed
27070
27071 \begin_layout Plain Layout
27072
27073
27074 \backslash
27075 leer 
27076 \end_layout
27077
27078 \end_inset
27079
27080 sz
27081 \series default
27082  ergibt: 
27083 \begin_inset ERT
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087
27088
27089 \backslash
27090 t sz
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Standard
27099 Die Akzente 
27100 \series bold
27101 `
27102 \series default
27103  , 
27104 \series bold
27105 '
27106 \series default
27107  und 
27108 \series bold
27109 ^
27110 \series default
27111  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27112  werden ohne den TeX-Modus zu benutzen.
27113  Dasselbe gilt für die Tilde
27114 \begin_inset Foot
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27119 \end_layout
27120
27121 \end_inset
27122
27123  
27124 \series bold
27125 ~
27126 \series default
27127  in Verbindung mit 
27128 \emph on
27129 a
27130 \emph default
27131  , 
27132 \emph on
27133 n
27134 \emph default
27135  oder 
27136 \emph on
27137 o
27138 \emph default
27139 .
27140 \end_layout
27141
27142 \begin_layout Standard
27143 Die Befehle 
27144 \series bold
27145
27146 \backslash
27147 b
27148 \series default
27149  , 
27150 \series bold
27151
27152 \backslash
27153 c
27154 \series default
27155  , 
27156 \series bold
27157
27158 \backslash
27159 d
27160 \series default
27161  , 
27162 \series bold
27163
27164 \backslash
27165 H
27166 \series default
27167  , 
27168 \series bold
27169
27170 \backslash
27171 t
27172 \series default
27173  , 
27174 \series bold
27175
27176 \backslash
27177 u
27178 \series default
27179  , 
27180 \series bold
27181
27182 \backslash
27183 v
27184 \series default
27185  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27186  Textmodus verfügbar.
27187  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27188  
27189 \begin_inset CommandInset ref
27190 LatexCommand ref
27191 reference "sub:Akzente-für-ein"
27192
27193 \end_inset
27194
27195 .
27196 \end_layout
27197
27198 \begin_layout Standard
27199 \begin_inset VSpace bigskip
27200 \end_inset
27201
27202 Des Weiteren kann man mit dem Befehl 
27203 \series bold
27204
27205 \backslash
27206 textcircled
27207 \series default
27208
27209 \begin_inset Index idx
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213 Befehle ! T ! 
27214 \backslash
27215 textcircled
27216 \end_layout
27217
27218 \end_inset
27219
27220 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27221  Kreis setzen, quasi mit einem Kreis akzentuieren.
27222 \end_layout
27223
27224 \begin_layout Standard
27225 \align center
27226 \begin_inset Tabular
27227 <lyxtabular version="3" rows="3" columns="2">
27228 <features tabularvalignment="middle">
27229 <column alignment="center" valignment="top" width="0">
27230 <column alignment="center" valignment="top" width="0">
27231 <row>
27232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27233 \begin_inset Text
27234
27235 \begin_layout Plain Layout
27236 Befehl
27237 \end_layout
27238
27239 \end_inset
27240 </cell>
27241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27242 \begin_inset Text
27243
27244 \begin_layout Plain Layout
27245 Ergebnis
27246 \begin_inset Note Note
27247 status collapsed
27248
27249 \begin_layout Plain Layout
27250
27251 \series bold
27252
27253 \backslash
27254 raisebox
27255 \series default
27256  in der Formel dient nur als Abstandhalter.
27257 \end_layout
27258
27259 \end_inset
27260
27261
27262 \end_layout
27263
27264 \end_inset
27265 </cell>
27266 </row>
27267 <row>
27268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27269 \begin_inset Text
27270
27271 \begin_layout Plain Layout
27272
27273 \backslash
27274 textcircled{w}
27275 \end_layout
27276
27277 \end_inset
27278 </cell>
27279 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27280 \begin_inset Text
27281
27282 \begin_layout Plain Layout
27283 \begin_inset ERT
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287
27288
27289 \backslash
27290 textcircled{w}
27291 \end_layout
27292
27293 \end_inset
27294
27295
27296 \end_layout
27297
27298 \end_inset
27299 </cell>
27300 </row>
27301 <row>
27302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306
27307 \backslash
27308 Large 
27309 \backslash
27310 textcircled{
27311 \backslash
27312 normalsize
27313 \backslash
27314 protect
27315 \backslash
27316 raisebox{-1.5pt}{W}}
27317 \end_layout
27318
27319 \end_inset
27320 </cell>
27321 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27322 \begin_inset Text
27323
27324 \begin_layout Plain Layout
27325 \begin_inset Formula $\raisebox{4.5mm}{}$
27326 \end_inset
27327
27328
27329 \begin_inset ERT
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333
27334
27335 \backslash
27336 Large 
27337 \backslash
27338 textcircled{
27339 \backslash
27340 normalsize
27341 \backslash
27342 protect
27343 \backslash
27344 raisebox{-1.5pt}W}
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \begin_inset Formula $\raisebox{-2mm}{}$
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \end_inset
27357 </cell>
27358 </row>
27359 </lyxtabular>
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Standard
27367 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27368  
27369 \series bold
27370
27371 \backslash
27372 Large
27373 \series default
27374
27375 \begin_inset Foot
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379 siehe 
27380 \begin_inset CommandInset ref
27381 LatexCommand ref
27382 reference "sub:Schriftgrößen"
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \end_inset
27390
27391  bestimmt dabei die Größe des Kreises.
27392  Mit Hilfe von 
27393 \series bold
27394
27395 \backslash
27396 raisebox
27397 \series default
27398
27399 \begin_inset Foot
27400 status collapsed
27401
27402 \begin_layout Plain Layout
27403 siehe 
27404 \begin_inset CommandInset ref
27405 LatexCommand ref
27406 reference "sub:Boxen-ohne-Rahmen"
27407
27408 \end_inset
27409
27410
27411 \end_layout
27412
27413 \end_inset
27414
27415  kann man das Zeichen zentrieren.
27416 \end_layout
27417
27418 \begin_layout Subsection
27419 Minuskelziffern
27420 \begin_inset Index idx
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424 Minuskelziffern
27425 \end_layout
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \begin_layout Standard
27433 Minuskelziffern werden mit dem Befehl 
27434 \series bold
27435
27436 \backslash
27437 oldstylenums
27438 \series default
27439
27440 \begin_inset Index idx
27441 status collapsed
27442
27443 \begin_layout Plain Layout
27444 Befehle ! O ! 
27445 \backslash
27446 oldstylenums
27447 \end_layout
27448
27449 \end_inset
27450
27451  erzeugt.
27452  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27453  Das Befehlsschema lautet:
27454 \end_layout
27455
27456 \begin_layout Standard
27457
27458 \series bold
27459
27460 \backslash
27461 oldstylenums{Ziffer}
27462 \end_layout
27463
27464 \begin_layout Standard
27465 Der Befehl 
27466 \series bold
27467
27468 \backslash
27469 oldstylenums{0123456789
27470 \series default
27471  ergibt: 
27472 \begin_inset Formula $\oldstylenums{0123456789}$
27473 \end_inset
27474
27475
27476 \end_layout
27477
27478 \begin_layout Subsection
27479 Sonstige Sonderzeichen
27480 \begin_inset CommandInset label
27481 LatexCommand label
27482 name "sub:Sonstige-Sonderzeichen"
27483
27484 \end_inset
27485
27486
27487 \begin_inset Index idx
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 Sonderzeichen ! sonstige
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27501 \end_layout
27502
27503 \begin_layout Standard
27504 \align center
27505 \begin_inset Tabular
27506 <lyxtabular version="3" rows="4" columns="2">
27507 <features tabularvalignment="middle">
27508 <column alignment="center" valignment="top" width="0">
27509 <column alignment="center" valignment="top" width="0">
27510 <row>
27511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27512 \begin_inset Text
27513
27514 \begin_layout Plain Layout
27515 Befehl
27516 \end_layout
27517
27518 \end_inset
27519 </cell>
27520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27521 \begin_inset Text
27522
27523 \begin_layout Plain Layout
27524 Ergebnis
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 </row>
27530 <row>
27531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27532 \begin_inset Text
27533
27534 \begin_layout Plain Layout
27535
27536 \backslash
27537 ^
27538 \begin_inset ERT
27539 status collapsed
27540
27541 \begin_layout Plain Layout
27542
27543
27544 \backslash
27545 leer 
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27556 \begin_inset Text
27557
27558 \begin_layout Plain Layout
27559 \begin_inset Formula $\mathcircumflex$
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \end_inset
27566 </cell>
27567 </row>
27568 <row>
27569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Plain Layout
27573
27574 \backslash
27575 _
27576 \end_layout
27577
27578 \end_inset
27579 </cell>
27580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27581 \begin_inset Text
27582
27583 \begin_layout Plain Layout
27584 \begin_inset Formula $\_$
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \end_inset
27591 </cell>
27592 </row>
27593 <row>
27594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 ^
27599 \begin_inset ERT
27600 status collapsed
27601
27602 \begin_layout Plain Layout
27603
27604
27605 \backslash
27606 leer 
27607 \end_layout
27608
27609 \end_inset
27610
27611
27612 \backslash
27613 circ
27614 \begin_inset Index idx
27615 status collapsed
27616
27617 \begin_layout Plain Layout
27618
27619 \backslash
27620
27621 \end_layout
27622
27623 \end_inset
27624
27625
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Plain Layout
27634 \begin_inset Formula $^{\circ}$
27635 \end_inset
27636
27637
27638 \end_layout
27639
27640 \end_inset
27641 </cell>
27642 </row>
27643 </lyxtabular>
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \begin_layout Standard
27651 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27652  folgende Zeile enthält
27653 \begin_inset Foot
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657 Mehr dazu ist in 
27658 \begin_inset CommandInset ref
27659 LatexCommand ref
27660 reference "sub:Textzeichen-in-Formeln"
27661
27662 \end_inset
27663
27664  beschrieben.
27665 \end_layout
27666
27667 \end_inset
27668
27669 :
27670 \end_layout
27671
27672 \begin_layout Standard
27673
27674 \series bold
27675
27676 \backslash
27677 DeclareInputText{176}{
27678 \backslash
27679 ifmmode^
27680 \backslash
27681 circ
27682 \backslash
27683 else
27684 \backslash
27685 textdegree
27686 \backslash
27687 fi}
27688 \end_layout
27689
27690 \begin_layout Section
27691 Formelstile
27692 \begin_inset CommandInset label
27693 LatexCommand label
27694 name "sec:Formelstile"
27695
27696 \end_inset
27697
27698
27699 \begin_inset Index idx
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 Formel ! Stile
27704 \end_layout
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Itemize
27712 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27713 \end_layout
27714
27715 \begin_deeper
27716 \begin_layout Description
27717 Zentriert ist der voreingestellte Standard
27718 \end_layout
27719
27720 \begin_layout Description
27721 Eingerückt dazu muss im Menü 
27722 \family sans
27723 Dokument\SpecialChar \menuseparator
27724 Einstellungen
27725 \family default
27726  unter 
27727 \family sans
27728 Dokumentklasse
27729 \family default
27730  die Option 
27731 \series bold
27732 fleqn
27733 \series default
27734  eingeben werden
27735 \end_layout
27736
27737 \begin_layout Standard
27738 Wird 
27739 \series bold
27740 Eingerückt
27741 \series default
27742  verwendet, kann mit der Länge 
27743 \series bold
27744
27745 \backslash
27746 mathindent
27747 \series default
27748
27749 \begin_inset Index idx
27750 status collapsed
27751
27752 \begin_layout Plain Layout
27753 Befehle ! M ! 
27754 \backslash
27755 mathindent
27756 \end_layout
27757
27758 \end_inset
27759
27760  die Einrückung eingestellt werden.
27761  Soll der Abstand 15
27762 \begin_inset space \thinspace{}
27763 \end_inset
27764
27765 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27766 \end_layout
27767
27768 \begin_layout Standard
27769
27770 \series bold
27771
27772 \backslash
27773 setlength{
27774 \backslash
27775 mathindent}{15mm}
27776 \end_layout
27777
27778 \begin_layout Standard
27779 ein.
27780  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27781 \begin_inset space \thinspace{}
27782 \end_inset
27783
27784 pt verwendet.
27785 \end_layout
27786
27787 \end_deeper
27788 \begin_layout Itemize
27789 Und zwei verschiedene Nummerierungsstile:
27790 \end_layout
27791
27792 \begin_deeper
27793 \begin_layout Description
27794 Rechts ist der voreingestellte Standard
27795 \end_layout
27796
27797 \begin_layout Description
27798 Links dazu muss im Menü 
27799 \family sans
27800 Dokument\SpecialChar \menuseparator
27801 Einstellungen
27802 \family default
27803  unter 
27804 \family sans
27805 Dokumentklasse
27806 \family default
27807  die Option 
27808 \series bold
27809 leqno
27810 \series default
27811  eingeben werden
27812 \end_layout
27813
27814 \end_deeper
27815 \begin_layout Standard
27816
27817 \series bold
27818 fleqn
27819 \series default
27820  und 
27821 \series bold
27822 leqno
27823 \series default
27824  können auch gemeinsam verwendet werden.
27825  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27826 n.
27827 \end_layout
27828
27829 \begin_layout Standard
27830 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27831  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27832  ausgerichtete Formeln setzen, verwendet man den Stil 
27833 \series bold
27834 Zentriert
27835 \series default
27836 .
27837  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27838  
27839 \begin_inset CommandInset ref
27840 LatexCommand ref
27841 reference "sub:Flalign-Umgebung"
27842
27843 \end_inset
27844
27845 .
27846 \end_layout
27847
27848 \begin_layout Section
27849 Mehrzeilige Formeln
27850 \begin_inset CommandInset label
27851 LatexCommand label
27852 name "sec:Mehrzeilige-Formeln"
27853
27854 \end_inset
27855
27856
27857 \begin_inset Index idx
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861 Formel ! mehrzeilige
27862 \end_layout
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \begin_layout Subsection
27870 Allgemeines
27871 \end_layout
27872
27873 \begin_layout Standard
27874 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27875 \family sans
27876 \series bold
27877 Strg+Enter
27878 \family default
27879 \series default
27880  drückt.
27881  Dies erzeugt entweder eine 
27882 \series bold
27883 eqnarray-Umgebung
27884 \series default
27885 , die in 
27886 \begin_inset CommandInset ref
27887 LatexCommand ref
27888 reference "sub:Eqnarray-Umgebung"
27889
27890 \end_inset
27891
27892  beschrieben ist oder, wenn die Option 
27893 \family sans
27894 AMS-Mathe-Paket verwenden
27895 \family default
27896  in den Dokumenteinstellungen gewählt ist, eine 
27897 \series bold
27898 align-Umgebung
27899 \series default
27900 , die in 
27901 \begin_inset CommandInset ref
27902 LatexCommand ref
27903 reference "sub:Standard-align-Umgebung"
27904
27905 \end_inset
27906
27907  beschrieben ist.
27908 \end_layout
27909
27910 \begin_layout Standard
27911 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27912 \family sans
27913 Einfügen\SpecialChar \menuseparator
27914 Mathe
27915 \family default
27916  erstellt werden können.
27917  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27918 \end_layout
27919
27920 \begin_layout Standard
27921 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27922  man 
27923 \family sans
27924 Strg+Enter
27925 \family default
27926  drückt.
27927  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27928 fe 
27929 \begin_inset Graphics
27930         filename ../../images/tabular-feature_append-row.png
27931         scale 85
27932
27933 \end_inset
27934
27935  bzw.
27936 \begin_inset space ~
27937 \end_inset
27938
27939
27940 \begin_inset Graphics
27941         filename ../../images/tabular-feature_delete-row.png
27942         scale 85
27943
27944 \end_inset
27945
27946  oder das Menü 
27947 \family sans
27948 Bearbeiten\SpecialChar \menuseparator
27949 Zeilen & Spalten
27950 \family default
27951  verwendet werden.
27952 \end_layout
27953
27954 \begin_layout Subsubsection
27955 Zeilenabstand
27956 \begin_inset CommandInset label
27957 LatexCommand label
27958 name "sub:Zeilenabstand"
27959
27960 \end_inset
27961
27962
27963 \begin_inset Index idx
27964 status collapsed
27965
27966 \begin_layout Plain Layout
27967 Formel ! mehrzeilige ! Zeilenabstand
27968 \end_layout
27969
27970 \end_inset
27971
27972
27973 \end_layout
27974
27975 \begin_layout Standard
27976 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27977 \begin_inset Formula \begin{eqnarray*}
27978 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}\\
27979 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
27980 \end{eqnarray*}
27981
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \begin_layout Standard
27988 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27989 chbefehls angegeben.
27990  Dies ist in LyX aber nicht möglich
27991 \begin_inset Foot
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 siehe 
27996 \begin_inset CommandInset href
27997 LatexCommand href
27998 name "LyX-Fehler #1505"
27999 target "http://www.lyx.org/trac/ticket/1505"
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \end_inset
28007
28008 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28009  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28010  Zeile den Befehl 
28011 \series bold
28012
28013 \backslash
28014
28015 \backslash
28016 [3mm]
28017 \series default
28018  ein.
28019  Damit erhält man: 
28020 \begin_inset ERT
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024
28025
28026 \backslash
28027 begin{eqnarray*}
28028 \end_layout
28029
28030 \begin_layout Plain Layout
28031
28032 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28033  = & 
28034 \backslash
28035 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28036 \backslash
28037
28038 \backslash
28039 [3mm]
28040 \end_layout
28041
28042 \begin_layout Plain Layout
28043
28044 4x^{2}
28045 \backslash
28046 left(B^{2}+x_{0}^{2}
28047 \backslash
28048 right)+4x_{0}x
28049 \backslash
28050 left(D-B^{2}
28051 \backslash
28052 right)+B^{2}
28053 \backslash
28054 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28055 \backslash
28056 right) & = & 0
28057 \end_layout
28058
28059 \begin_layout Plain Layout
28060
28061
28062 \backslash
28063 end{eqnarray*}
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \begin_layout Standard
28072 \begin_inset VSpace bigskip
28073 \end_inset
28074
28075 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28076  man die Länge 
28077 \series bold
28078
28079 \backslash
28080 jot
28081 \series default
28082
28083 \begin_inset Index idx
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087 Befehle ! J ! 
28088 \backslash
28089 jot
28090 \end_layout
28091
28092 \end_inset
28093
28094 .
28095  Es gilt 
28096 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28097 \end_inset
28098
28099 .
28100  Voreingestellt ist für 
28101 \series bold
28102
28103 \backslash
28104 jot
28105 \series default
28106  der Wert 3
28107 \begin_inset space \thinspace{}
28108 \end_inset
28109
28110 pt.
28111  Um wie im vorigen Beispiel 3
28112 \begin_inset space \thinspace{}
28113 \end_inset
28114
28115 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28116 \end_layout
28117
28118 \begin_layout Standard
28119
28120 \series bold
28121
28122 \backslash
28123 setlength{
28124 \backslash
28125 jot}{3mm+3pt}
28126 \end_layout
28127
28128 \begin_layout Standard
28129 im TeX-Modus vor der Formel ein.
28130  Das setzt voraus, dass das LaTeX-Paket 
28131 \series bold
28132 calc
28133 \series default
28134
28135 \begin_inset Foot
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139
28140 \series bold
28141 calc
28142 \series default
28143  ist Teil jeder LaTeX-Standardinstallation.
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \begin_inset Index idx
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153 Pakete ! calc
28154 \end_layout
28155
28156 \end_inset
28157
28158  im LaTeX-Vorspann mit der Zeile
28159 \end_layout
28160
28161 \begin_layout Standard
28162
28163 \series bold
28164
28165 \backslash
28166 usepackage{calc}
28167 \end_layout
28168
28169 \begin_layout Standard
28170 geladen wurde.
28171 \end_layout
28172
28173 \begin_layout Standard
28174 Man erhält: 
28175 \begin_inset ERT
28176 status collapsed
28177
28178 \begin_layout Plain Layout
28179
28180
28181 \backslash
28182 setlength{
28183 \backslash
28184 jot}{3mm+3pt}
28185 \end_layout
28186
28187 \end_inset
28188
28189
28190 \begin_inset Formula \begin{eqnarray*}
28191 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}\\
28192 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
28193 \end{eqnarray*}
28194
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \begin_layout Standard
28201 \begin_inset ERT
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205
28206
28207 \backslash
28208 setlength{
28209 \backslash
28210 jot}{3pt}
28211 \end_layout
28212
28213 \end_inset
28214
28215  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28216 \series bold
28217
28218 \backslash
28219 jot
28220 \series default
28221  auf den Wert 3
28222 \begin_inset space \thinspace{}
28223 \end_inset
28224
28225 pt.
28226 \end_layout
28227
28228 \begin_layout Subsubsection
28229 Spaltenabstand
28230 \begin_inset CommandInset label
28231 LatexCommand label
28232 name "sub:Spaltenabstand"
28233
28234 \end_inset
28235
28236
28237 \begin_inset Index idx
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241 Formel ! mehrzeilige ! Spaltenabstand
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \end_layout
28248
28249 \begin_layout Standard
28250 Mehrzeilige Formeln bilden eine Matrix.
28251  Eine Formel in der Eqnarray-Umgebung ist z.
28252 \begin_inset space \thinspace{}
28253 \end_inset
28254
28255 B.
28256  eine dreispaltige Matrix.
28257  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28258  neben den Relationszeichen ändern.
28259 \end_layout
28260
28261 \begin_layout Standard
28262 Der Spaltenabstand wird mit der Länge 
28263 \series bold
28264
28265 \backslash
28266 arraycolsep
28267 \series default
28268
28269 \begin_inset Index idx
28270 status collapsed
28271
28272 \begin_layout Plain Layout
28273 Befehle ! A ! 
28274 \backslash
28275 arraycolsep
28276 \end_layout
28277
28278 \end_inset
28279
28280  festgelegt, wobei gilt:
28281 \begin_inset Newline newline
28282 \end_inset
28283
28284 Spaltenabstand = 2
28285 \begin_inset space \thinspace{}
28286 \end_inset
28287
28288
28289 \series bold
28290
28291 \backslash
28292 arraycolsep
28293 \series default
28294 .
28295 \begin_inset Newline newline
28296 \end_inset
28297
28298 Der im TeX-Modus eingegebene Befehl
28299 \end_layout
28300
28301 \begin_layout Standard
28302
28303 \series bold
28304
28305 \backslash
28306 setlength{
28307 \backslash
28308 arraycolsep}{1cm}
28309 \end_layout
28310
28311 \begin_layout Standard
28312 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28313 \begin_inset space \thinspace{}
28314 \end_inset
28315
28316 cm.
28317  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28318 \series bold
28319
28320 \backslash
28321 arraycolsep
28322 \series default
28323  auf 5
28324 \begin_inset space \thinspace{}
28325 \end_inset
28326
28327 pt.
28328 \end_layout
28329
28330 \begin_layout Standard
28331 Eine Formel mit 2
28332 \begin_inset space \thinspace{}
28333 \end_inset
28334
28335 cm Spaltenabstand:
28336 \begin_inset ERT
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340
28341
28342 \backslash
28343 setlength{
28344 \backslash
28345 arraycolsep}{1cm}
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \begin_inset Formula \begin{eqnarray*}
28352 A & = & B\\
28353 C & \ne & A
28354 \end{eqnarray*}
28355
28356 \end_inset
28357
28358 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28359 \begin_inset space \thinspace{}
28360 \end_inset
28361
28362 pt:
28363 \begin_inset ERT
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367
28368
28369 \backslash
28370 setlength{
28371 \backslash
28372 arraycolsep}{5pt}
28373 \end_layout
28374
28375 \end_inset
28376
28377
28378 \begin_inset Formula \begin{eqnarray*}
28379 A & = & B\\
28380 C & \ne & A
28381 \end{eqnarray*}
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \begin_layout Standard
28389 \begin_inset Newpage newpage
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \begin_layout Subsubsection
28396 Lange Formeln
28397 \begin_inset Index idx
28398 status collapsed
28399
28400 \begin_layout Plain Layout
28401 Formel ! lange
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \end_layout
28408
28409 \begin_layout Standard
28410 Lange Formeln kann man wie folgt setzen:
28411 \end_layout
28412
28413 \begin_layout Itemize
28414 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28415  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28416 \begin_inset Formula \begin{eqnarray}
28417 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 \\
28418  &  & -\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}
28419 \end{eqnarray}
28420
28421 \end_inset
28422
28423 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28424  als Operator, da es das erste Zeichen der Zeile ist.
28425  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28426  Bruchstrich unterscheiden.
28427  Um das zu verhindern, wurde mit dem Befehl 
28428 \series bold
28429
28430 \backslash
28431 hspace
28432 \series default
28433  3
28434 \begin_inset space \thinspace{}
28435 \end_inset
28436
28437 pt Leerraum hinter das Minuszeichen eingefügt.
28438 \begin_inset Foot
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442 mehr zu 
28443 \series bold
28444
28445 \backslash
28446 hspace
28447 \series default
28448  siehe 
28449 \begin_inset CommandInset ref
28450 LatexCommand ref
28451 reference "sub:Variabler-Leerraum"
28452
28453 \end_inset
28454
28455
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \begin_inset Index idx
28462 status collapsed
28463
28464 \begin_layout Plain Layout
28465 Befehle ! H ! 
28466 \backslash
28467 hspace
28468 \end_layout
28469
28470 \end_inset
28471
28472
28473 \end_layout
28474
28475 \begin_layout Itemize
28476 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28477 \series bold
28478
28479 \backslash
28480 lefteqn
28481 \series default
28482
28483 \begin_inset Index idx
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487 Befehle ! L ! 
28488 \backslash
28489 lefteqn
28490 \end_layout
28491
28492 \end_inset
28493
28494 .
28495  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28496  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28497 \begin_inset Formula \begin{eqnarray}
28498 \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 \\
28499  &  & -\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 \\
28500  &  & =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}
28501 \end{eqnarray}
28502
28503 \end_inset
28504
28505 Nachdem man 
28506 \series bold
28507
28508 \backslash
28509 lefteqn
28510 \series default
28511  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28512  das gegenüber dem blauen leicht verschoben ist.
28513  In dieses wird die Formel eingegeben.
28514 \begin_inset Newline newline
28515 \end_inset
28516
28517 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28518  eingegeben.
28519  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28520  Einrückung.
28521 \begin_inset VSpace medskip
28522 \end_inset
28523
28524
28525 \begin_inset Newline newline
28526 \end_inset
28527
28528
28529 \begin_inset Note Greyedout
28530 status open
28531
28532 \begin_layout Plain Layout
28533 Bei der Verwendung von 
28534 \series bold
28535
28536 \backslash
28537 lefteqn
28538 \series default
28539  ist Folgendes zu beachten:
28540 \end_layout
28541
28542 \begin_layout Itemize
28543 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28544  Würde man in obigem Beispiel der ersten Zeile den Term 
28545 \begin_inset Formula $-B^{2}$
28546 \end_inset
28547
28548  anfügen, befände sich dieser außerhalb des Seitenrands.
28549  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28550  Leerraum einfügen.
28551 \end_layout
28552
28553 \begin_layout Itemize
28554 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28555  erste Zeile gesetzt werden.
28556 \begin_inset Foot
28557 status collapsed
28558
28559 \begin_layout Plain Layout
28560 \begin_inset CommandInset href
28561 LatexCommand href
28562 name "LyX-Fehler #1429"
28563 target "http://www.lyx.org/trac/ticket/1429"
28564
28565 \end_inset
28566
28567
28568 \end_layout
28569
28570 \end_inset
28571
28572  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28573  Pfeiltasten bewegen.
28574 \end_layout
28575
28576 \end_inset
28577
28578
28579 \end_layout
28580
28581 \begin_layout Itemize
28582 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28583 \begin_inset CommandInset ref
28584 LatexCommand ref
28585 reference "sub:Multline-Umgebung"
28586
28587 \end_inset
28588
28589  und 
28590 \begin_inset CommandInset ref
28591 LatexCommand ref
28592 reference "sub:Mehrzeilige-Formelteile"
28593
28594 \end_inset
28595
28596  beschriebenen Umgebungen.
28597 \end_layout
28598
28599 \begin_layout Subsubsection
28600 Mehrzeilige Klammern
28601 \begin_inset CommandInset label
28602 LatexCommand label
28603 name "sub:Mehrzeilige-Klammern"
28604
28605 \end_inset
28606
28607
28608 \begin_inset Index idx
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612 Klammern ! mehrzeilige
28613 \end_layout
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28622 \begin_inset Formula \begin{eqnarray*}
28623 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28624  &  & \left.\cdots+B-D\right]
28625 \end{eqnarray*}
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \begin_layout Standard
28633 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28634  Größe dürfen nicht über mehrere Zeilen gehen.
28635 \end_layout
28636
28637 \begin_layout Standard
28638 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28639  erste Zeile mit 
28640 \series bold
28641
28642 \backslash
28643 right.
28644 \series default
28645
28646 \begin_inset Index idx
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650 Befehle ! R ! 
28651 \backslash
28652 right
28653 \end_layout
28654
28655 \end_inset
28656
28657  und beginnt die zweite Zeile mit 
28658 \series bold
28659
28660 \backslash
28661 left.
28662 \begin_inset Foot
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 mehr zu 
28667 \series bold
28668
28669 \backslash
28670 left
28671 \series default
28672  und 
28673 \series bold
28674
28675 \backslash
28676 right
28677 \series default
28678  siehe 
28679 \begin_inset CommandInset ref
28680 LatexCommand ref
28681 reference "sub:Automatische-Klammergrößen"
28682
28683 \end_inset
28684
28685
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \series default
28692
28693 \begin_inset Index idx
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697 Befehle ! L ! 
28698 \backslash
28699 left
28700 \end_layout
28701
28702 \end_inset
28703
28704 .
28705  Nach 
28706 \series bold
28707
28708 \backslash
28709 left.
28710
28711 \series default
28712  gibt man den Befehl 
28713 \series bold
28714
28715 \backslash
28716 vphantom
28717 \series default
28718
28719 \begin_inset ERT
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723
28724
28725 \backslash
28726 leer 
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \series bold
28733
28734 \backslash
28735 prod
28736 \series default
28737 ^
28738 \begin_inset ERT
28739 status collapsed
28740
28741 \begin_layout Plain Layout
28742
28743
28744 \backslash
28745 leer 
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \series bold
28752
28753 \backslash
28754 infty
28755 \series default
28756
28757 \begin_inset ERT
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761
28762
28763 \backslash
28764 leer 
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \series bold
28771
28772 \begin_inset Formula $\downarrow$
28773 \end_inset
28774
28775 _R=1}
28776 \series default
28777
28778 \begin_inset Index idx
28779 status collapsed
28780
28781 \begin_layout Plain Layout
28782 Befehle ! V ! 
28783 \backslash
28784 vphantom
28785 \end_layout
28786
28787 \end_inset
28788
28789  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28790  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28791 \end_layout
28792
28793 \begin_layout Standard
28794 Das Ergebnis sieht so aus:
28795 \begin_inset Formula \begin{eqnarray*}
28796 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28797  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28798 \end{eqnarray*}
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \begin_layout Subsection
28806 Align-Umgebungen
28807 \end_layout
28808
28809 \begin_layout Standard
28810 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28811  werden.
28812  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28813 \end_layout
28814
28815 \begin_layout Standard
28816 Align-Umgebungen bestehen aus Spalten.
28817  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28818  ausgerichtet.
28819  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28820 \end_layout
28821
28822 \begin_layout Standard
28823 Align-Umgebung werden über das Menü 
28824 \family sans
28825 Einfügen\SpecialChar \menuseparator
28826 Mathe
28827 \family default
28828  erstellt.
28829  Über das Menü 
28830 \family sans
28831 Bearbeiten\SpecialChar \menuseparator
28832 Mathe\SpecialChar \menuseparator
28833 Formelart
28834 \begin_inset space ~
28835 \end_inset
28836
28837 ändern
28838 \family default
28839  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28840 \end_layout
28841
28842 \begin_layout Standard
28843 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28844
28845 \begin_inset Graphics
28846         filename ../../images/tabular-feature_append-column.png
28847         scale 85
28848
28849 \end_inset
28850
28851  bzw.
28852 \begin_inset space ~
28853 \end_inset
28854
28855
28856 \begin_inset Graphics
28857         filename ../../images/tabular-feature_delete-column.png
28858         scale 85
28859
28860 \end_inset
28861
28862  oder das Menü 
28863 \family sans
28864 Bearbeiten\SpecialChar \menuseparator
28865 Zeilen & Spalten
28866 \family default
28867  verwendet werden.
28868 \end_layout
28869
28870 \begin_layout Subsubsection
28871 Standard align-Umgebung
28872 \begin_inset CommandInset label
28873 LatexCommand label
28874 name "sub:Standard-align-Umgebung"
28875
28876 \end_inset
28877
28878
28879 \begin_inset Index idx
28880 status collapsed
28881
28882 \begin_layout Plain Layout
28883 Formel ! mehrzeilige ! align-Umgebung
28884 \end_layout
28885
28886 \end_inset
28887
28888
28889 \end_layout
28890
28891 \begin_layout Standard
28892 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28893 \family sans
28894 Strg+Enter
28895 \family default
28896  drückt oder das Menü 
28897 \family sans
28898 Einfügen\SpecialChar \menuseparator
28899 Mathe\SpecialChar \menuseparator
28900 AMS align-Umge\SpecialChar \-
28901 bung
28902 \family default
28903  aufruft.
28904 \end_layout
28905
28906 \begin_layout Standard
28907 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28908 n align-Umgebung erzeugt wurden:
28909 \begin_inset Formula \begin{align*}
28910 A & =\sin(B) & C & =D\\
28911 C & \ne A & B & \ne D
28912 \end{align*}
28913
28914 \end_inset
28915
28916 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28917  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28918 \series bold
28919
28920 \backslash
28921 hfill
28922 \begin_inset Foot
28923 status collapsed
28924
28925 \begin_layout Plain Layout
28926 mehr zu 
28927 \series bold
28928
28929 \backslash
28930 hfill
28931 \series default
28932  siehe 
28933 \begin_inset CommandInset ref
28934 LatexCommand ref
28935 reference "sub:Variabler-Leerraum"
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \end_inset
28943
28944
28945 \series default
28946  befinden.
28947  Ist der Formelstil 
28948 \series bold
28949 Eingerückt
28950 \begin_inset Foot
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954 Formelstile siehe 
28955 \begin_inset CommandInset ref
28956 LatexCommand ref
28957 reference "sec:Formelstile"
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \end_inset
28965
28966
28967 \series default
28968  gewählt, wird die Formel ohne den 
28969 \series bold
28970
28971 \backslash
28972 hfill
28973 \series default
28974  vor der ersten Spalte gesetzt.
28975 \end_layout
28976
28977 \begin_layout Subsubsection
28978 Alignat-Umgebung
28979 \begin_inset Index idx
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983 Formel ! mehrzeilige ! alignat-Umgebung
28984 \end_layout
28985
28986 \end_inset
28987
28988
28989 \end_layout
28990
28991 \begin_layout Standard
28992 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28993  Man kann ihn manuell durch die in 
28994 \begin_inset CommandInset ref
28995 LatexCommand ref
28996 reference "sub:Leerraum"
28997
28998 \end_inset
28999
29000  beschriebenen Leerräume einfügen.
29001 \end_layout
29002
29003 \begin_layout Standard
29004 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29005  Formel 1
29006 \begin_inset space \thinspace{}
29007 \end_inset
29008
29009 cm Leerraum eingefügt wurde:
29010 \begin_inset Formula \begin{alignat*}{2}
29011 A & =\sin(B) & \hspace{1cm}C & =D\\
29012 C & \ne A & B & \ne D
29013 \end{alignat*}
29014
29015 \end_inset
29016
29017 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29018  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29019  Formeln.
29020 \end_layout
29021
29022 \begin_layout Subsubsection
29023 Flalign-Umgebung
29024 \begin_inset CommandInset label
29025 LatexCommand label
29026 name "sub:Flalign-Umgebung"
29027
29028 \end_inset
29029
29030
29031 \begin_inset Index idx
29032 status collapsed
29033
29034 \begin_layout Plain Layout
29035 Formel ! mehrzeilige ! flalign-Umgebung
29036 \end_layout
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Standard
29044 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29045  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29046  Dazu ein Beispiel:
29047 \begin_inset Formula \begin{flalign*}
29048 A & =1 & B & =2 & C & =3\\
29049 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29050 \end{flalign*}
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \begin_layout Standard
29058 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29059  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29060  im Dokument links setzen obwohl der Formelstil 
29061 \series bold
29062 Zentriert
29063 \series default
29064  eingestellt ist.
29065  Als Beispiel die eingerückte ausgerichtete Formel 
29066 \begin_inset CommandInset ref
29067 LatexCommand eqref
29068 reference "eq:VolInt"
29069
29070 \end_inset
29071
29072 :
29073 \begin_inset Formula \begin{flalign}
29074 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29075
29076 \end_inset
29077
29078 In den ersten beiden Spalten befindet sich die Formel.
29079  Damit sie wie beim Formelstil 
29080 \series bold
29081 Eingerückt
29082 \series default
29083  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29084 \begin_inset space \thinspace{}
29085 \end_inset
29086
29087 pt Leerraum eingefügt.
29088 \end_layout
29089
29090 \begin_layout Subsection
29091 Eqnarray-Umgebung
29092 \begin_inset CommandInset label
29093 LatexCommand label
29094 name "sub:Eqnarray-Umgebung"
29095
29096 \end_inset
29097
29098
29099 \begin_inset Index idx
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103 Formel ! mehrzeilige ! Eqnarray-Umgebung
29104 \end_layout
29105
29106 \end_inset
29107
29108
29109 \end_layout
29110
29111 \begin_layout Standard
29112 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29113  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29114  ausgerichtet.
29115  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29116  da dieses Kästchen nur für Relationzeichen gedacht ist.
29117 \begin_inset Formula \begin{eqnarray*}
29118 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29119 AB & AB & AB\\
29120 A & = & A
29121 \end{eqnarray*}
29122
29123 \end_inset
29124
29125
29126 \end_layout
29127
29128 \begin_layout Subsection
29129 Gather-Umgebung
29130 \begin_inset Index idx
29131 status collapsed
29132
29133 \begin_layout Plain Layout
29134 Formel ! mehrzeilige ! Gather-Umgebung
29135 \end_layout
29136
29137 \end_inset
29138
29139
29140 \end_layout
29141
29142 \begin_layout Standard
29143 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29144  Jede Zeile kann nummeriert werden.
29145 \begin_inset Formula \begin{gather}
29146 A=1\\
29147 X=\textrm{-}1
29148 \end{gather}
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \begin_layout Subsection
29156 Multline-Umgebung
29157 \begin_inset CommandInset label
29158 LatexCommand label
29159 name "sub:Multline-Umgebung"
29160
29161 \end_inset
29162
29163
29164 \begin_inset Index idx
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168 Formel ! mehrzeilige ! Multline-Umgebung
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \end_layout
29175
29176 \begin_layout Standard
29177 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29178  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29179  Alle anderen Zeilen sind zentriert.
29180  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29181  Als Beispiel Formel 
29182 \begin_inset CommandInset ref
29183 LatexCommand eqref
29184 reference "eq:lefteqn"
29185
29186 \end_inset
29187
29188  in der multline-Umgebung:
29189 \begin_inset Formula \begin{multline}
29190 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}\\
29191 -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}\\
29192 =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}}
29193 \end{multline}
29194
29195 \end_inset
29196
29197
29198 \end_layout
29199
29200 \begin_layout Standard
29201 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29202  nummeriert, wenn rechts (links) nummeriert wird.
29203 \begin_inset Foot
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207 Nummerierungsstile siehe 
29208 \begin_inset CommandInset ref
29209 LatexCommand ref
29210 reference "sec:Formelstile"
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Standard
29223 Mit den Befehlen 
29224 \series bold
29225
29226 \backslash
29227 shoveright
29228 \series default
29229
29230 \begin_inset Index idx
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234 Befehle ! S ! 
29235 \backslash
29236 shoveright
29237 \end_layout
29238
29239 \end_inset
29240
29241  und 
29242 \series bold
29243
29244 \backslash
29245 shoveleft
29246 \series default
29247
29248 \begin_inset Index idx
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252 Befehle ! S ! 
29253 \backslash
29254 shoveleft
29255 \end_layout
29256
29257 \end_inset
29258
29259  kann eine zentrierte Zeile rechts bzw.
29260  links ausgerichtet werden.
29261  Die Befehle werden folgendermaßen verwendet:
29262 \end_layout
29263
29264 \begin_layout Standard
29265
29266 \series bold
29267
29268 \backslash
29269 shoveright{Zeileninhalt}
29270 \series default
29271  bzw.
29272  
29273 \series bold
29274
29275 \backslash
29276 shoveleft{Zeileninhalt}
29277 \end_layout
29278
29279 \begin_layout Standard
29280 \begin_inset VSpace medskip
29281 \end_inset
29282
29283 Die Länge 
29284 \series bold
29285
29286 \backslash
29287 multlinegap
29288 \series default
29289
29290 \begin_inset Index idx
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294 Befehle ! M ! 
29295 \backslash
29296 multlinegap
29297 \end_layout
29298
29299 \end_inset
29300
29301  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29302  Voreingestellt ist die Länge 0
29303 \begin_inset space \thinspace{}
29304 \end_inset
29305
29306 pt.
29307 \end_layout
29308
29309 \begin_layout Standard
29310 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29311 \end_layout
29312
29313 \begin_layout Standard
29314
29315 \series bold
29316
29317 \backslash
29318 setlength{
29319 \backslash
29320 multlinegap}{2cm}
29321 \end_layout
29322
29323 \begin_layout Standard
29324 eingegeben wurde:
29325 \begin_inset ERT
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329
29330
29331 \backslash
29332 setlength{
29333 \backslash
29334 multlinegap}{2cm}
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \begin_inset Formula \begin{multline}
29341 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}\\
29342 \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}}\\
29343 =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}}
29344 \end{multline}
29345
29346 \end_inset
29347
29348
29349 \begin_inset ERT
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353
29354
29355 \backslash
29356 setlength{
29357 \backslash
29358 multlinegap}{0pt}
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \end_layout
29365
29366 \begin_layout Standard
29367 Die zweite Zeile wurde mit 
29368 \series bold
29369
29370 \backslash
29371 shoveleft
29372 \series default
29373  linksbündig ausgerichtet.
29374 \end_layout
29375
29376 \begin_layout Subsection
29377 Mehrzeilige Formelteile
29378 \begin_inset CommandInset label
29379 LatexCommand label
29380 name "sub:Mehrzeilige-Formelteile"
29381
29382 \end_inset
29383
29384
29385 \begin_inset Index idx
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389 Formel ! mehrzeilige ! Formelteile
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Standard
29398 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29399  der folgenden Umgebungen: 
29400 \series bold
29401 aligned
29402 \series default
29403
29404 \series bold
29405 alignedat
29406 \series default
29407
29408 \series bold
29409 gathered
29410 \series default
29411  oder 
29412 \series bold
29413 split
29414 \series default
29415 .
29416  Sie können über das Menü 
29417 \family sans
29418 Einfügen\SpecialChar \menuseparator
29419 Mathe
29420 \family default
29421  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29422 \end_layout
29423
29424 \begin_layout Standard
29425 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29426 n Formel\SpecialChar \-
29427 umgebungen.
29428  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29429  Dazu ein Beispiel:
29430 \begin_inset Formula \[
29431 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29432 \Delta E\Delta t & \ge\frac{\hbar}{2}
29433 \end{aligned}
29434 \right\} \textrm{Unbestimmtheitsrelationen}\]
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29443  der Befehl 
29444 \series bold
29445
29446 \backslash
29447 aligned
29448 \series default
29449
29450 \begin_inset Index idx
29451 status collapsed
29452
29453 \begin_layout Plain Layout
29454 Befehle ! A ! 
29455 \backslash
29456 aligned
29457 \end_layout
29458
29459 \end_inset
29460
29461  eingegeben wird.
29462  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29463  und Zeilen hinzufügen kann.
29464  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29465  gesetzt werden.
29466 \end_layout
29467
29468 \begin_layout Standard
29469 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29470  ausgerichtet sind.
29471  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29472  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29473  Als Beispiel Formel 
29474 \begin_inset CommandInset ref
29475 LatexCommand eqref
29476 reference "eq:kurzlang"
29477
29478 \end_inset
29479
29480  in der aligned-Umgebung:
29481 \begin_inset Formula \begin{equation}
29482 \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}|}\\
29483  & -\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}|}
29484 \end{aligned}
29485 \end{equation}
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \begin_layout Standard
29493 Möchte man die Umgebung 
29494 \series bold
29495 alignedat
29496 \series default
29497
29498 \series bold
29499 gathered
29500 \series default
29501  oder 
29502 \series bold
29503 split
29504 \series default
29505  verwenden, gibt man den Befehl 
29506 \series bold
29507
29508 \backslash
29509 alignedat
29510 \series default
29511 ,
29512 \begin_inset Index idx
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Befehle ! A ! 
29517 \backslash
29518 alignedat
29519 \end_layout
29520
29521 \end_inset
29522
29523  
29524 \series bold
29525
29526 \backslash
29527 gathered
29528 \series default
29529
29530 \begin_inset Index idx
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534 Befehle ! G ! 
29535 \backslash
29536 gathered
29537 \end_layout
29538
29539 \end_inset
29540
29541  bzw.
29542  
29543 \series bold
29544
29545 \backslash
29546 split
29547 \series default
29548
29549 \begin_inset Index idx
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 Befehle ! S ! 
29554 \backslash
29555 split
29556 \end_layout
29557
29558 \end_inset
29559
29560  ein.
29561  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29562  jedoch darf sie nur zwei Spalten enthalten.
29563 \end_layout
29564
29565 \begin_layout Subsection
29566 Text in mehrzeiligen Formeln
29567 \begin_inset CommandInset label
29568 LatexCommand label
29569 name "sub:Text-in-mehrzeiligen"
29570
29571 \end_inset
29572
29573
29574 \begin_inset Index idx
29575 status collapsed
29576
29577 \begin_layout Plain Layout
29578 Text ! in Formeln
29579 \end_layout
29580
29581 \end_inset
29582
29583
29584 \begin_inset Index idx
29585 status collapsed
29586
29587 \begin_layout Plain Layout
29588 Formel ! mehrzeilige ! Text
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \end_layout
29595
29596 \begin_layout Standard
29597 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29598  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29599  die Ausrichtung der Spalten nicht beeinflusst.
29600  Dazu wird der Befehl 
29601 \series bold
29602
29603 \backslash
29604 intertext
29605 \begin_inset Index idx
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609 Befehle ! I ! 
29610 \backslash
29611 intertext
29612 \end_layout
29613
29614 \end_inset
29615
29616
29617 \series default
29618  nach folgendem Schema benutzt:
29619 \end_layout
29620
29621 \begin_layout Standard
29622
29623 \series bold
29624
29625 \backslash
29626 intertext{Text}
29627 \end_layout
29628
29629 \begin_layout Standard
29630 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29631  werden kann.
29632  Weil LyX 
29633 \series bold
29634
29635 \backslash
29636 intertext
29637 \series default
29638  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29639  Text.
29640  
29641 \series bold
29642
29643 \backslash
29644 intertext
29645 \series default
29646  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29647  dieser Zeile.
29648  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29649 \begin_inset Formula \begin{align}
29650 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29651 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29652 \end{align}
29653
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \begin_layout Section
29660 Formelnummerierung
29661 \begin_inset Index idx
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665 Formelnummerierung
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \begin_inset Index idx
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675 Formel ! Nummerierung|see
29676 \begin_inset ERT
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680
29681 {
29682 \end_layout
29683
29684 \end_inset
29685
29686 Formelnummerierung
29687 \begin_inset ERT
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691
29692 }
29693 \end_layout
29694
29695 \end_inset
29696
29697
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \begin_layout Subsection
29706 Allgemeines
29707 \end_layout
29708
29709 \begin_layout Standard
29710 Nummerierte Formeln können mit dem Menü 
29711 \family sans
29712 Einfügen\SpecialChar \menuseparator
29713 Mathe\SpecialChar \menuseparator
29714 Nummerierte
29715 \begin_inset space ~
29716 \end_inset
29717
29718 Formel
29719 \family default
29720  (Tastenkürzel 
29721 \family sans
29722 Strg+Alt
29723 \begin_inset space ~
29724 \end_inset
29725
29726 N
29727 \family default
29728 ) erstellt, bestehende Formeln über das Menü 
29729 \family sans
29730 Bearbeiten\SpecialChar \menuseparator
29731 Mathe\SpecialChar \menuseparator
29732 Nummerierung
29733 \begin_inset space ~
29734 \end_inset
29735
29736 an/aus
29737 \family default
29738  (Tastenkürzel 
29739 \family sans
29740 Alt+M
29741 \begin_inset space ~
29742 \end_inset
29743
29744 N
29745 \family default
29746 ) nummeriert werden.
29747  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29748  Klammern.
29749  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29750 \end_layout
29751
29752 \begin_layout Standard
29753 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29754  Zeilen nummeriert.
29755  Man kann jedoch über das Menü 
29756 \family sans
29757 Bearbeiten\SpecialChar \menuseparator
29758 Mathe\SpecialChar \menuseparator
29759 Zeilennummerierung an/aus
29760 \family default
29761  (Tastenkürzel 
29762 \family sans
29763 Alt+M
29764 \begin_inset space ~
29765 \end_inset
29766
29767 Shift+N
29768 \family default
29769 ) für jede Zeile die Nummerierung festlegen.
29770 \end_layout
29771
29772 \begin_layout Standard
29773 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29774  werden, siehe 
29775 \begin_inset CommandInset ref
29776 LatexCommand ref
29777 reference "sec:Formelstile"
29778
29779 \end_inset
29780
29781 .
29782 \end_layout
29783
29784 \begin_layout Subsection
29785 Querverweise
29786 \begin_inset Index idx
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790 Querverweise ! auf Formeln
29791 \end_layout
29792
29793 \end_inset
29794
29795
29796 \end_layout
29797
29798 \begin_layout Standard
29799 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29800  Eine Marke wird mit dem Menü 
29801 \family sans
29802 Einfügen\SpecialChar \menuseparator
29803 Marke
29804 \family default
29805  oder dem Werkzeugleistenknopf 
29806 \begin_inset Graphics
29807         filename ../../images/label-insert.png
29808         scale 85
29809
29810 \end_inset
29811
29812  gesetzt.
29813  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29814  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29815 \series bold
29816 eq:
29817 \series default
29818 , nachdem der eigentliche Markenname eingegeben wird.
29819  Der voreingestellte Eintrag steht für 
29820 \begin_inset Quotes gld
29821 \end_inset
29822
29823 equation
29824 \begin_inset Quotes grd
29825 \end_inset
29826
29827  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29828  einer Formel und nicht zu einem Kapitel gehört.
29829  Um eine Marke zu ändern, wählt man wieder das Menü 
29830 \family sans
29831 Einfügen\SpecialChar \menuseparator
29832 Marke
29833 \family default
29834 .
29835 \end_layout
29836
29837 \begin_layout Standard
29838 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29839  Eine Formel mit Marke wird immer nummeriert.
29840 \end_layout
29841
29842 \begin_layout Standard
29843 Querverweise werden mit dem Menü 
29844 \family sans
29845 Einfügen\SpecialChar \menuseparator
29846 Querverweis
29847 \family default
29848  oder dem Werkzeugleistenknopf 
29849 \begin_inset Graphics
29850         filename ../../images/dialog-show-new-inset_ref.png
29851         scale 85
29852
29853 \end_inset
29854
29855  eingefügt.
29856  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29857  Wenn man im Querverweis Dialogfenster das Format 
29858 \series bold
29859 (<Querverweis>)
29860 \series default
29861  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29862 \begin_inset Newline newline
29863 \end_inset
29864
29865 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29866  man zur Formel auf die verwiesen wird.
29867 \end_layout
29868
29869 \begin_layout Standard
29870 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29871 \begin_inset Note Note
29872 status open
29873
29874 \begin_layout Plain Layout
29875 Man beachte die unterschiedlichen Querverweistypen.
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Standard
29884 Die Gleichungen 
29885 \begin_inset CommandInset ref
29886 LatexCommand eqref
29887 reference "eq:tag"
29888
29889 \end_inset
29890
29891  und 
29892 \begin_inset CommandInset ref
29893 LatexCommand eqref
29894 reference "eq:c"
29895
29896 \end_inset
29897
29898  sind äquivalent.
29899  In (
29900 \begin_inset CommandInset ref
29901 LatexCommand ref
29902 reference "eq:Lat"
29903
29904 \end_inset
29905
29906 ) werden im Gegensatz zu (
29907 \begin_inset CommandInset ref
29908 LatexCommand ref
29909 reference "eq:Roem"
29910
29911 \end_inset
29912
29913 ) große lateinische Buchstaben zur Nummerierung verwendet.
29914 \end_layout
29915
29916 \begin_layout Standard
29917 \begin_inset VSpace medskip
29918 \end_inset
29919
29920 Ist im Argument von 
29921 \series bold
29922
29923 \backslash
29924 tag
29925 \begin_inset Foot
29926 status collapsed
29927
29928 \begin_layout Plain Layout
29929
29930 \series bold
29931
29932 \backslash
29933 tag
29934 \series default
29935  ist in 
29936 \begin_inset CommandInset ref
29937 LatexCommand ref
29938 reference "sub:Benutzerdefinierte-Nummerierung"
29939
29940 \end_inset
29941
29942  beschrieben.
29943 \end_layout
29944
29945 \end_inset
29946
29947
29948 \series default
29949  wie in 
29950 \begin_inset CommandInset ref
29951 LatexCommand ref
29952 reference "sub:Absatzboxen"
29953
29954 \end_inset
29955
29956  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29957 \end_layout
29958
29959 \begin_layout Subsection
29960 Unternummerierung
29961 \begin_inset Index idx
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965 Formelnummerierung ! Unternummerierung
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \end_layout
29972
29973 \begin_layout Standard
29974 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29975  
29976 \begin_inset Newline newline
29977 \end_inset
29978
29979
29980 \series bold
29981
29982 \backslash
29983 begin{subequations}
29984 \series default
29985  und 
29986 \series bold
29987
29988 \backslash
29989 end{subequations}
29990 \series default
29991  erreichen.
29992  Beide Befehle werden im TeX-Modus eingegeben.
29993 \end_layout
29994
29995 \begin_layout Standard
29996 Dazu ein Beispiel:
29997 \begin_inset Formula \begin{equation}
29998 A=C-B\label{eq:a}\end{equation}
29999
30000 \end_inset
30001
30002
30003 \begin_inset ERT
30004 status collapsed
30005
30006 \begin_layout Plain Layout
30007
30008
30009 \backslash
30010 addtocounter{equation}{-1}
30011 \end_layout
30012
30013 \end_inset
30014
30015
30016 \begin_inset ERT
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020
30021
30022 \backslash
30023 begin{subequations}
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \begin_inset VSpace -5mm
30030 \end_inset
30031
30032
30033 \begin_inset Formula \begin{equation}
30034 B=C-A\label{eq:b}\end{equation}
30035
30036 \end_inset
30037
30038
30039 \begin_inset Formula \begin{equation}
30040 C=A+B\label{eq:c}\end{equation}
30041
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Standard
30048 \begin_inset ERT
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053
30054 \backslash
30055 end{subequations}
30056 \end_layout
30057
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \begin_layout Standard
30064 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30065 \end_layout
30066
30067 \begin_layout Enumerate
30068 erste Formel eingeben
30069 \end_layout
30070
30071 \begin_layout Enumerate
30072
30073 \series bold
30074
30075 \backslash
30076 addtocounter{equation}{-1} 
30077 \backslash
30078 begin{subequations}
30079 \begin_inset Index idx
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083 Befehle ! A ! 
30084 \backslash
30085 addtocounter
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \begin_inset Newline newline
30092 \end_inset
30093
30094
30095 \series default
30096 nach der ersten Formel einfügen
30097 \end_layout
30098
30099 \begin_layout Enumerate
30100 zweite Formel eingeben
30101 \end_layout
30102
30103 \begin_layout Enumerate
30104 dritte Formel eingeben
30105 \end_layout
30106
30107 \begin_layout Enumerate
30108
30109 \series bold
30110
30111 \backslash
30112 end{subequations}
30113 \series default
30114  nach der dritten Formel einfügen
30115 \end_layout
30116
30117 \begin_layout Standard
30118 Jede Formel, die zwischen den Befehlen 
30119 \series bold
30120
30121 \backslash
30122 begin
30123 \series default
30124  und 
30125 \series bold
30126
30127 \backslash
30128 end
30129 \series default
30130  steht, wird mit a, b, c, \SpecialChar \ldots{}
30131  untergliedert.
30132  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30133  Alle untergliederten Formeln gelten als 
30134 \emph on
30135 eine
30136 \emph default
30137  nummerierte Formel.
30138  Da jede nummerierte Formel den Formelzähler 
30139 \series bold
30140 equation
30141 \series default
30142  um Eins erhöht, ist der Befehl 
30143 \series bold
30144
30145 \backslash
30146 addtocounter
30147 \series default
30148  notwendig um den Zähler wieder zu erniedrigen.
30149  Ansonsten würden die Formeln 
30150 \begin_inset CommandInset ref
30151 LatexCommand eqref
30152 reference "eq:a"
30153
30154 \end_inset
30155
30156
30157 \begin_inset CommandInset ref
30158 LatexCommand eqref
30159 reference "eq:b"
30160
30161 \end_inset
30162
30163
30164 \begin_inset CommandInset ref
30165 LatexCommand eqref
30166 reference "eq:c"
30167
30168 \end_inset
30169
30170  als 
30171 \begin_inset CommandInset ref
30172 LatexCommand eqref
30173 reference "eq:a"
30174
30175 \end_inset
30176
30177
30178 \begin_inset CommandInset ref
30179 LatexCommand eqref
30180 reference "eq:d"
30181
30182 \end_inset
30183
30184
30185 \begin_inset CommandInset ref
30186 LatexCommand eqref
30187 reference "eq:f"
30188
30189 \end_inset
30190
30191  nummeriert werden.
30192 \end_layout
30193
30194 \begin_layout Standard
30195 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30196  Formeln automatisch etwas Leerraum erstellt.
30197  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30198 \series bold
30199
30200 \backslash
30201 begin{subequations}
30202 \series default
30203  -5
30204 \begin_inset space \thinspace{}
30205 \end_inset
30206
30207 mm vertikalen Leerraum ein.
30208  Ist der Formelstil 
30209 \series bold
30210 Eingerückt
30211 \begin_inset Foot
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215 Formelstile siehe 
30216 \begin_inset CommandInset ref
30217 LatexCommand ref
30218 reference "sec:Formelstile"
30219
30220 \end_inset
30221
30222
30223 \end_layout
30224
30225 \end_inset
30226
30227
30228 \series default
30229  gewählt, fügt man -7
30230 \begin_inset space \thinspace{}
30231 \end_inset
30232
30233 mm Leerraum ein.
30234 \end_layout
30235
30236 \begin_layout Standard
30237 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30238  der zweiten Zeile abgeschaltet wurde:
30239 \begin_inset ERT
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243
30244
30245 \backslash
30246 begin{subequations}
30247 \end_layout
30248
30249 \end_inset
30250
30251
30252 \begin_inset Formula \begin{eqnarray}
30253 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30254  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30255  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30256 \end{eqnarray}
30257
30258 \end_inset
30259
30260
30261 \begin_inset ERT
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265
30266
30267 \backslash
30268 end{subequations}
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \end_layout
30275
30276 \begin_layout Subsection
30277 Benutzerdefinierte Nummerierung
30278 \begin_inset CommandInset label
30279 LatexCommand label
30280 name "sub:Benutzerdefinierte-Nummerierung"
30281
30282 \end_inset
30283
30284
30285 \begin_inset Index idx
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 Formelnummerierung ! benutzerdefinierte
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 \begin_inset Index idx
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302 Formelnummerierung ! eigene Klammern
30303 \end_layout
30304
30305 \end_inset
30306
30307 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30308  gesetzt.
30309  Will man diese Klammern z.
30310 \begin_inset space \thinspace{}
30311 \end_inset
30312
30313 B.
30314  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30315  an:
30316 \end_layout
30317
30318 \begin_layout Standard
30319
30320 \series bold
30321
30322 \backslash
30323 def
30324 \backslash
30325 tagform@#1{
30326 \backslash
30327 maketag@@@{|#1|}}
30328 \series default
30329
30330 \begin_inset Note Note
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30335  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30336  werden.
30337 \end_layout
30338
30339 \end_inset
30340
30341
30342 \end_layout
30343
30344 \begin_layout Standard
30345 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30346 \series bold
30347 #1
30348 \series default
30349  durch ein oder mehrere gewünschte Zeichen.
30350  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30351 \end_layout
30352
30353 \begin_layout Standard
30354 \begin_inset VSpace bigskip
30355 \end_inset
30356
30357 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30358  hinter der Formel stehen, benutzt man den Befehl 
30359 \series bold
30360
30361 \backslash
30362 tag
30363 \series default
30364
30365 \begin_inset Index idx
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369 Befehle ! T ! 
30370 \backslash
30371 tag
30372 \end_layout
30373
30374 \end_inset
30375
30376 :
30377 \begin_inset Formula \begin{equation}
30378 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30379
30380 \end_inset
30381
30382  In diesem Beispiel wurde in der Formel der Befehl 
30383 \series bold
30384
30385 \backslash
30386 tag
30387 \series default
30388
30389 \begin_inset ERT
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393
30394
30395 \backslash
30396 leer 
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \series bold
30403 etwas
30404 \series default
30405  eingegeben.
30406 \end_layout
30407
30408 \begin_layout Standard
30409 Gibt man stattdessen 
30410 \series bold
30411
30412 \backslash
30413 tag*
30414 \series default
30415
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421
30422 \backslash
30423 leer 
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \series bold
30430 etwas
30431 \series default
30432  ein, verhindert der Stern die Klammern um den Ausdruck:
30433 \begin_inset Formula \[
30434 A+B=C\tag*{etwas}\]
30435
30436 \end_inset
30437
30438
30439 \end_layout
30440
30441 \begin_layout Standard
30442 \begin_inset VSpace bigskip
30443 \end_inset
30444
30445 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30446  oder 
30447 \begin_inset ERT
30448 status collapsed
30449
30450 \begin_layout Plain Layout
30451
30452
30453 \backslash
30454 mbox{
30455 \end_layout
30456
30457 \end_inset
30458
30459 -abschnitt
30460 \begin_inset ERT
30461 status collapsed
30462
30463 \begin_layout Plain Layout
30464
30465 }
30466 \end_layout
30467
30468 \end_inset
30469
30470
30471 \begin_inset Note Note
30472 status collapsed
30473
30474 \begin_layout Plain Layout
30475 Der Befehl 
30476 \series bold
30477
30478 \backslash
30479 mbox
30480 \series default
30481  verhindert, dass am Bindestrich umgebrochen wird.
30482 \end_layout
30483
30484 \end_inset
30485
30486  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30487 \end_layout
30488
30489 \begin_layout Standard
30490
30491 \series bold
30492
30493 \backslash
30494 @addtoreset{equation}{part}
30495 \series default
30496
30497 \begin_inset Index idx
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501 Befehle ! 
30502 \begin_inset ERT
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507 "
30508 \end_layout
30509
30510 \end_inset
30511
30512 @
30513 \begin_inset ERT
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517
30518 "
30519 \end_layout
30520
30521 \end_inset
30522
30523  ! 
30524 \backslash
30525
30526 \begin_inset ERT
30527 status collapsed
30528
30529 \begin_layout Plain Layout
30530
30531 "
30532 \end_layout
30533
30534 \end_inset
30535
30536 @
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542 "
30543 \end_layout
30544
30545 \end_inset
30546
30547 addtoreset
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \begin_inset Newline newline
30554 \end_inset
30555
30556 bzw.
30557 \begin_inset Newline newline
30558 \end_inset
30559
30560
30561 \series bold
30562
30563 \backslash
30564 @addtoreset{equation}{section}
30565 \end_layout
30566
30567 \begin_layout Standard
30568 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30569 \begin_inset Quotes gld
30570 \end_inset
30571
30572 @
30573 \begin_inset Quotes grd
30574 \end_inset
30575
30576  Zeichen für LaTeX mit dem Befehl 
30577 \series bold
30578
30579 \backslash
30580 makeatletter
30581 \series default
30582  
30583 \begin_inset Quotes gld
30584 \end_inset
30585
30586 aktiv
30587 \begin_inset Quotes grd
30588 \end_inset
30589
30590  gemacht werden.
30591  Der Befehl 
30592 \series bold
30593
30594 \backslash
30595 makeatother
30596 \series default
30597  macht dies wieder rückgängig.
30598  Daher ist die Befehlssequenz im TeX-Modus:
30599 \end_layout
30600
30601 \begin_layout Standard
30602
30603 \series bold
30604
30605 \backslash
30606 makeatletter
30607 \begin_inset Newline newline
30608 \end_inset
30609
30610
30611 \backslash
30612 @addtoreset{equation}{section}
30613 \begin_inset Newline newline
30614 \end_inset
30615
30616
30617 \backslash
30618 makeatother
30619 \end_layout
30620
30621 \begin_layout Standard
30622 Im LaTeX-Vorspann können 
30623 \series bold
30624
30625 \backslash
30626 makeatletter
30627 \series default
30628  und 
30629 \series bold
30630
30631 \backslash
30632 makeatother
30633 \series default
30634  weggelassen werden, da LyX sie automatisch intern einfügt.
30635 \end_layout
30636
30637 \begin_layout Standard
30638 Um 
30639 \series bold
30640
30641 \backslash
30642 @addtoreset
30643 \series default
30644  rückgängig zu machen, muss die Datei 
30645 \series bold
30646 remreset.sty
30647 \series default
30648
30649 \begin_inset Foot
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653
30654 \series bold
30655 remreset
30656 \series default
30657  ist Teil des LaTeX-Paketes 
30658 \series bold
30659 carlisle
30660 \series default
30661
30662 \begin_inset Index idx
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666 Pakete ! carlisle
30667 \end_layout
30668
30669 \end_inset
30670
30671 , das Teil jeder LaTeX-Standardinstallation ist.
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \begin_inset Index idx
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681 Pakete ! remreset
30682 \end_layout
30683
30684 \end_inset
30685
30686  im LaTeX-Vorspann mit der Zeile
30687 \end_layout
30688
30689 \begin_layout Standard
30690
30691 \series bold
30692
30693 \backslash
30694 usepackage{remreset}
30695 \end_layout
30696
30697 \begin_layout Standard
30698 geladen werden.
30699  Dann kann der Befehl 
30700 \series bold
30701
30702 \backslash
30703 @removefromreset
30704 \series default
30705
30706 \begin_inset Index idx
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 Befehle ! 
30711 \begin_inset ERT
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715
30716 "
30717 \end_layout
30718
30719 \end_inset
30720
30721 @
30722 \begin_inset ERT
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726
30727 "
30728 \end_layout
30729
30730 \end_inset
30731
30732  ! 
30733 \backslash
30734
30735 \begin_inset ERT
30736 status collapsed
30737
30738 \begin_layout Plain Layout
30739
30740 "
30741 \end_layout
30742
30743 \end_inset
30744
30745 @
30746 \begin_inset ERT
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750
30751 "
30752 \end_layout
30753
30754 \end_inset
30755
30756 removefromreset
30757 \end_layout
30758
30759 \end_inset
30760
30761  mit dem selben Schema wie 
30762 \series bold
30763
30764 \backslash
30765 @addtoreset
30766 \series default
30767  benutzt werden.
30768 \end_layout
30769
30770 \begin_layout Standard
30771 \begin_inset VSpace bigskip
30772 \end_inset
30773
30774 Oftmals möchte man Formeln in folgender Art nummerieren:
30775 \end_layout
30776
30777 \begin_layout Standard
30778
30779 \family typewriter
30780 (Kapitelnummer.Formelnummer)
30781 \end_layout
30782
30783 \begin_layout Standard
30784 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30785 \end_layout
30786
30787 \begin_layout Standard
30788 Für diesen Fall gibt es den Befehl 
30789 \series bold
30790
30791 \backslash
30792 numberwithin
30793 \series default
30794
30795 \begin_inset Index idx
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799 Befehle ! N ! 
30800 \backslash
30801 numberwithin
30802 \end_layout
30803
30804 \end_inset
30805
30806 , der nach folgendem Schema benutzt wird:
30807 \end_layout
30808
30809 \begin_layout Standard
30810
30811 \series bold
30812
30813 \backslash
30814 numberwithin{Zähler}{Gliederung}
30815 \end_layout
30816
30817 \begin_layout Standard
30818 Zähler gibt an, welche Nummerierung betroffen ist.
30819  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30820 \end_layout
30821
30822 \begin_layout Standard
30823 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
30824  ein:
30825 \end_layout
30826
30827 \begin_layout Standard
30828
30829 \series bold
30830
30831 \backslash
30832 numberwithin{equation}{section}
30833 \end_layout
30834
30835 \begin_layout Standard
30836 Das ist das Ergebnis:
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842
30843 \backslash
30844 numberwithin{equation}{section}
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \begin_inset Formula \begin{equation}
30851 A+B=C\end{equation}
30852
30853 \end_inset
30854
30855
30856 \end_layout
30857
30858 \begin_layout Standard
30859 Möchte man z.
30860 \begin_inset space \thinspace{}
30861 \end_inset
30862
30863 B.
30864  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30865  gibt man 
30866 \series bold
30867
30868 \backslash
30869 numberwithin{table}{part}
30870 \series default
30871  ein.
30872 \end_layout
30873
30874 \begin_layout Standard
30875 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30876 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30877  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
30878 \end_layout
30879
30880 \begin_layout Standard
30881
30882 \series bold
30883
30884 \backslash
30885 renewcommand{
30886 \backslash
30887 theequation}{
30888 \backslash
30889 arabic{equation}}
30890 \begin_inset Index idx
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894 Befehle ! A ! 
30895 \backslash
30896 arabic
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \series default
30903
30904 \begin_inset ERT
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908
30909
30910 \backslash
30911 renewcommand{
30912 \backslash
30913 theequation}{
30914 \backslash
30915 arabic{equation}}
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \series bold
30922
30923 \begin_inset Newline newline
30924 \end_inset
30925
30926
30927 \series default
30928 bzw.
30929 \series bold
30930
30931 \begin_inset Newline newline
30932 \end_inset
30933
30934
30935 \backslash
30936 renewcommand{
30937 \backslash
30938 thetable}{
30939 \backslash
30940 arabic{table}}
30941 \end_layout
30942
30943 \begin_layout Standard
30944
30945 \series bold
30946
30947 \backslash
30948 numberwithin
30949 \series default
30950  benutzt intern den oben beschriebenen Befehl 
30951 \series bold
30952
30953 \backslash
30954 @addtoreset
30955 \series default
30956 , der ebenfalls rückgängig gemacht werden muss.
30957 \begin_inset ERT
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961
30962
30963 \backslash
30964 makeatletter
30965 \end_layout
30966
30967 \begin_layout Plain Layout
30968
30969
30970 \backslash
30971 @removefromreset{equation}{section}
30972 \end_layout
30973
30974 \begin_layout Plain Layout
30975
30976
30977 \backslash
30978 makeatother
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \end_layout
30985
30986 \begin_layout Subsection
30987 Nummerierung mit römischen Zahlen und Buchstaben
30988 \begin_inset Index idx
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992 Formelnummerierung ! mit Buchstaben
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \begin_inset Index idx
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002 Formelnummerierung ! mit römischen Zahlen
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31012  werden.
31013  Um z.
31014 \begin_inset space \thinspace{}
31015 \end_inset
31016
31017 B.
31018  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31019  TeX-Modus den Befehl
31020 \end_layout
31021
31022 \begin_layout Standard
31023
31024 \series bold
31025
31026 \backslash
31027 renewcommand{
31028 \backslash
31029 theequation}{
31030 \backslash
31031 roman{equation}}
31032 \end_layout
31033
31034 \begin_layout Standard
31035 ein.
31036  
31037 \series bold
31038
31039 \backslash
31040 renewcommand
31041 \series default
31042
31043 \begin_inset Index idx
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047 Befehle ! R ! 
31048 \backslash
31049 renewcommand
31050 \end_layout
31051
31052 \end_inset
31053
31054  weist dem vordefinierten Befehl 
31055 \series bold
31056
31057 \backslash
31058 theequation
31059 \series default
31060  den Befehl
31061 \begin_inset Newline linebreak
31062 \end_inset
31063
31064
31065 \series bold
31066
31067 \backslash
31068 roman{equation}
31069 \series default
31070  zu.
31071 \begin_inset Foot
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075 Der Befehl 
31076 \series bold
31077
31078 \backslash
31079 renewcommand
31080 \series default
31081  besitzt dasselbe Schema wie der in 
31082 \begin_inset CommandInset ref
31083 LatexCommand ref
31084 reference "sub:Der-Befehl-newcommand"
31085
31086 \end_inset
31087
31088  beschriebene Befehl
31089 \begin_inset Newline newline
31090 \end_inset
31091
31092
31093 \series bold
31094
31095 \backslash
31096 newcommand
31097 \series default
31098 .
31099 \end_layout
31100
31101 \end_inset
31102
31103  
31104 \series bold
31105 equation
31106 \series default
31107  ist der Formelzähler.
31108  Stellt man einem Zähler den Befehl 
31109 \series bold
31110
31111 \backslash
31112 the
31113 \series default
31114  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31115  wird.
31116  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31117  
31118 \series bold
31119
31120 \backslash
31121 theequation
31122 \series default
31123  hinter die Formel.
31124  
31125 \series bold
31126
31127 \backslash
31128 roman{equation}
31129 \begin_inset Index idx
31130 status collapsed
31131
31132 \begin_layout Plain Layout
31133 Befehle ! R ! 
31134 \backslash
31135 roman
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \series default
31142  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31143 \end_layout
31144
31145 \begin_layout Standard
31146 Alle Formeln nach dem 
31147 \series bold
31148
31149 \backslash
31150 renewcommand
31151 \series default
31152 -Befehl werden nun römisch nummeriert.
31153  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31154  den Befehl erneut ein, ersetzt aber 
31155 \series bold
31156
31157 \backslash
31158 roman
31159 \series default
31160  durch 
31161 \series bold
31162
31163 \backslash
31164 Roman
31165 \series default
31166
31167 \begin_inset Index idx
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171 Befehle ! R ! 
31172 \backslash
31173 roman@
31174 \backslash
31175 Roman
31176 \end_layout
31177
31178 \end_inset
31179
31180 .
31181  Für die 
31182 \begin_inset Quotes gld
31183 \end_inset
31184
31185 Nummerierung
31186 \begin_inset Quotes grd
31187 \end_inset
31188
31189  mit lateinischen Buchstaben gibt es den Befehl 
31190 \series bold
31191
31192 \backslash
31193 alph
31194 \series default
31195
31196 \begin_inset Index idx
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200 Befehle ! A ! 
31201 \backslash
31202 alph
31203 \end_layout
31204
31205 \end_inset
31206
31207  für kleine und 
31208 \series bold
31209
31210 \backslash
31211 Alph
31212 \series default
31213
31214 \begin_inset Index idx
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 Befehle ! A ! 
31219 \backslash
31220 alph@
31221 \backslash
31222 Alph
31223 \end_layout
31224
31225 \end_inset
31226
31227  für große Buchstaben.
31228 \end_layout
31229
31230 \begin_layout Standard
31231 \begin_inset Note Greyedout
31232 status open
31233
31234 \begin_layout Plain Layout
31235
31236 \series bold
31237 Achtung:
31238 \series default
31239  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31240  nummeriert werden.
31241 \end_layout
31242
31243 \end_inset
31244
31245
31246 \end_layout
31247
31248 \begin_layout Standard
31249 \begin_inset ERT
31250 status collapsed
31251
31252 \begin_layout Plain Layout
31253
31254
31255 \backslash
31256 renewcommand{
31257 \backslash
31258 theequation}{
31259 \backslash
31260 roman{equation}}
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \end_layout
31267
31268 \begin_layout Standard
31269 \begin_inset Formula \begin{equation}
31270 A=\textrm{römisch}\end{equation}
31271
31272 \end_inset
31273
31274
31275 \begin_inset ERT
31276 status collapsed
31277
31278 \begin_layout Plain Layout
31279
31280
31281 \backslash
31282 renewcommand{
31283 \backslash
31284 theequation}{
31285 \backslash
31286 Roman{equation}}
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \begin_inset Formula \begin{equation}
31293 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
31294
31295 \end_inset
31296
31297
31298 \begin_inset ERT
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302
31303
31304 \backslash
31305 renewcommand{
31306 \backslash
31307 theequation}{
31308 \backslash
31309 alph{equation}}
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \begin_inset Formula \begin{equation}
31316 C=\textrm{lateinisch}\end{equation}
31317
31318 \end_inset
31319
31320
31321 \begin_inset ERT
31322 status collapsed
31323
31324 \begin_layout Plain Layout
31325
31326
31327 \backslash
31328 renewcommand{
31329 \backslash
31330 theequation}{
31331 \backslash
31332 Alph{equation}}
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \begin_inset Formula \begin{equation}
31339 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \begin_layout Standard
31347 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31348  ein:
31349 \end_layout
31350
31351 \begin_layout Standard
31352
31353 \series bold
31354
31355 \backslash
31356 renewcommand{
31357 \backslash
31358 theequation}{
31359 \backslash
31360 arabic{equation}}
31361 \begin_inset Index idx
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365 Befehle ! A ! 
31366 \backslash
31367 arabic
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \end_layout
31374
31375 \begin_layout Standard
31376 \begin_inset ERT
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380
31381
31382 \backslash
31383 renewcommand{
31384 \backslash
31385 theequation}{
31386 \backslash
31387 arabic{equation}}
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \begin_inset Formula \begin{equation}
31394 E=\textrm{arabisch}\end{equation}
31395
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Standard
31402 \begin_inset VSpace medskip
31403 \end_inset
31404
31405 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31406 riert.
31407  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31408  beginnen, müssen neue Formelzähler angelegt werden.
31409  Eine Beschreibung dazu findet man in der Datei 
31410 \begin_inset CommandInset href
31411 LatexCommand href
31412 name "Formelnummerierung.lyx"
31413 target "run:Formelnummerierung.lyx"
31414
31415 \end_inset
31416
31417 .
31418 \end_layout
31419
31420 \begin_layout Section
31421 Chemische Symbole und Reaktionsgleichungen
31422 \begin_inset CommandInset label
31423 LatexCommand label
31424 name "sub:Chemische-Symbole-und"
31425
31426 \end_inset
31427
31428
31429 \begin_inset Index idx
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433 chemische Zeichen ! Symbole
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \begin_inset Index idx
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443 Reaktionsgleichungen
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \begin_inset Index idx
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453 Symbole ! chemische
31454 \end_layout
31455
31456 \end_inset
31457
31458
31459 \end_layout
31460
31461 \begin_layout Standard
31462 Ein Beispieltext aus der Chemie:
31463 \end_layout
31464
31465 \begin_layout Quote
31466 Das 
31467 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31468 \end_inset
31469
31470 -Ion verbindet sich mit zwei 
31471 \begin_inset Formula $\mathrm{Na^{+}}$
31472 \end_inset
31473
31474 -Ionen zu Natriumsulfat 
31475 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31476 \end_inset
31477
31478 .
31479  Die Reaktionsgleichung dazu lautet:
31480 \begin_inset Formula \begin{equation}
31481 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}\end{equation}
31482
31483 \end_inset
31484
31485
31486 \end_layout
31487
31488 \begin_layout Standard
31489 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31490  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31491  in der Formel und wandelt diese mit der Tastenkombination 
31492 \family sans
31493 Alt+Z
31494 \begin_inset space ~
31495 \end_inset
31496
31497 R
31498 \family default
31499  in den aufrechten Schriftstil um.
31500 \begin_inset Foot
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 Schriftstile siehe 
31505 \begin_inset CommandInset ref
31506 LatexCommand ref
31507 reference "sub:Schriftstile"
31508
31509 \end_inset
31510
31511
31512 \end_layout
31513
31514 \end_inset
31515
31516
31517 \end_layout
31518
31519 \begin_layout Standard
31520 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31521 \series bold
31522  
31523 \backslash
31524 ce
31525 \series default
31526
31527 \begin_inset Index idx
31528 status collapsed
31529
31530 \begin_layout Plain Layout
31531 Befehle ! C ! 
31532 \backslash
31533 ce
31534 \end_layout
31535
31536 \end_inset
31537
31538  zu benutzen.
31539  Dieser ist verfügbar, wenn das LaTeX-Paket 
31540 \series bold
31541 mhchem
31542 \series default
31543
31544 \begin_inset Index idx
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548 Pakete ! mhchem
31549 \end_layout
31550
31551 \end_inset
31552
31553  installiert ist.
31554  Nachdem 
31555 \series bold
31556
31557 \backslash
31558 ce
31559 \series default
31560  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31561  Formeln in intuitiver Weise eingegeben werden können.
31562 \end_layout
31563
31564 \begin_layout Standard
31565 \align center
31566 \begin_inset Tabular
31567 <lyxtabular version="3" rows="9" columns="2">
31568 <features tabularvalignment="middle">
31569 <column alignment="center" valignment="top" width="0">
31570 <column alignment="center" valignment="top" width="0">
31571 <row>
31572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576 Befehl
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585 Ergebnis
31586 \begin_inset Note Note
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590
31591 \series bold
31592
31593 \backslash
31594 raisebox
31595 \series default
31596  dient nur als Abstandhalter.
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 </row>
31607 <row>
31608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31609 \begin_inset Text
31610
31611 \begin_layout Plain Layout
31612
31613 \backslash
31614 ce
31615 \begin_inset ERT
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619
31620
31621 \backslash
31622 leer 
31623 \end_layout
31624
31625 \end_inset
31626
31627 H2CO3
31628 \end_layout
31629
31630 \end_inset
31631 </cell>
31632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31633 \begin_inset Text
31634
31635 \begin_layout Plain Layout
31636 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \end_inset
31643 </cell>
31644 </row>
31645 <row>
31646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31647 \begin_inset Text
31648
31649 \begin_layout Plain Layout
31650
31651 \backslash
31652 ce
31653 \begin_inset ERT
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658
31659 \backslash
31660 leer 
31661 \end_layout
31662
31663 \end_inset
31664
31665 SO4^2-
31666 \end_layout
31667
31668 \end_inset
31669 </cell>
31670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31671 \begin_inset Text
31672
31673 \begin_layout Plain Layout
31674 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 </row>
31683 <row>
31684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31685 \begin_inset Text
31686
31687 \begin_layout Plain Layout
31688
31689 \backslash
31690 ce
31691 \begin_inset ERT
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695
31696
31697 \backslash
31698 leer 
31699 \end_layout
31700
31701 \end_inset
31702
31703 (NH4)2S
31704 \end_layout
31705
31706 \end_inset
31707 </cell>
31708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31709 \begin_inset Text
31710
31711 \begin_layout Plain Layout
31712 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31713 \end_inset
31714
31715
31716 \end_layout
31717
31718 \end_inset
31719 </cell>
31720 </row>
31721 <row>
31722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31723 \begin_inset Text
31724
31725 \begin_layout Plain Layout
31726
31727 \backslash
31728 ce
31729 \begin_inset ERT
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733
31734
31735 \backslash
31736 leer 
31737 \end_layout
31738
31739 \end_inset
31740
31741 KCr(SO4)2.12H2O
31742 \end_layout
31743
31744 \end_inset
31745 </cell>
31746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31747 \begin_inset Text
31748
31749 \begin_layout Plain Layout
31750 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \end_inset
31757 </cell>
31758 </row>
31759 <row>
31760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout Plain Layout
31764
31765 \backslash
31766 ce
31767 \begin_inset ERT
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771
31772
31773 \backslash
31774 leer 
31775 \end_layout
31776
31777 \end_inset
31778
31779 A-B
31780 \backslash
31781 dbond
31782 \begin_inset ERT
31783 status collapsed
31784
31785 \begin_layout Plain Layout
31786
31787
31788 \backslash
31789 leer 
31790 \end_layout
31791
31792 \end_inset
31793
31794 C
31795 \backslash
31796 tbond
31797 \begin_inset ERT
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801
31802
31803 \backslash
31804 leer 
31805 \end_layout
31806
31807 \end_inset
31808
31809 D
31810 \end_layout
31811
31812 \end_inset
31813 </cell>
31814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31815 \begin_inset Text
31816
31817 \begin_layout Plain Layout
31818 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31819 \end_inset
31820
31821
31822 \end_layout
31823
31824 \end_inset
31825 </cell>
31826 </row>
31827 <row>
31828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31829 \begin_inset Text
31830
31831 \begin_layout Plain Layout
31832
31833 \backslash
31834 ce
31835 \begin_inset ERT
31836 status collapsed
31837
31838 \begin_layout Plain Layout
31839
31840
31841 \backslash
31842 leer 
31843 \end_layout
31844
31845 \end_inset
31846
31847 ^227
31848 \begin_inset Formula $\downarrow$
31849 \end_inset
31850
31851 _90
31852 \begin_inset Formula $\to$
31853 \end_inset
31854
31855 Th+
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31861 \begin_inset Text
31862
31863 \begin_layout Plain Layout
31864 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31865 \end_inset
31866
31867
31868 \end_layout
31869
31870 \end_inset
31871 </cell>
31872 </row>
31873 <row>
31874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31875 \begin_inset Text
31876
31877 \begin_layout Plain Layout
31878
31879 \backslash
31880 ce
31881 \begin_inset ERT
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885
31886
31887 \backslash
31888 leer 
31889 \end_layout
31890
31891 \end_inset
31892
31893 CO2
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 leer 
31902 \end_layout
31903
31904 \end_inset
31905
31906 +
31907 \begin_inset ERT
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911
31912
31913 \backslash
31914 leer 
31915 \end_layout
31916
31917 \end_inset
31918
31919 C
31920 \begin_inset ERT
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924
31925
31926 \backslash
31927 leer 
31928 \end_layout
31929
31930 \end_inset
31931
31932 <=>
31933 \begin_inset ERT
31934 status collapsed
31935
31936 \begin_layout Plain Layout
31937
31938
31939 \backslash
31940 leer 
31941 \end_layout
31942
31943 \end_inset
31944
31945 2CO
31946 \end_layout
31947
31948 \end_inset
31949 </cell>
31950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31951 \begin_inset Text
31952
31953 \begin_layout Plain Layout
31954 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \end_inset
31961 </cell>
31962 </row>
31963 <row>
31964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31965 \begin_inset Text
31966
31967 \begin_layout Plain Layout
31968
31969 \backslash
31970 ce
31971 \begin_inset ERT
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975
31976
31977 \backslash
31978 leer 
31979 \end_layout
31980
31981 \end_inset
31982
31983 CO2
31984 \begin_inset ERT
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988
31989
31990 \backslash
31991 leer 
31992 \end_layout
31993
31994 \end_inset
31995
31996 +
31997 \begin_inset ERT
31998 status collapsed
31999
32000 \begin_layout Plain Layout
32001
32002
32003 \backslash
32004 leer 
32005 \end_layout
32006
32007 \end_inset
32008
32009 C
32010 \begin_inset ERT
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014
32015
32016 \backslash
32017 leer 
32018 \end_layout
32019
32020 \end_inset
32021
32022 ->[
32023 \backslash
32024 alpha][
32025 \backslash
32026 beta]
32027 \begin_inset ERT
32028 status collapsed
32029
32030 \begin_layout Plain Layout
32031
32032
32033 \backslash
32034 leer 
32035 \end_layout
32036
32037 \end_inset
32038
32039 2CO}
32040 \end_layout
32041
32042 \end_inset
32043 </cell>
32044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32045 \begin_inset Text
32046
32047 \begin_layout Plain Layout
32048 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \end_inset
32055 </cell>
32056 </row>
32057 </lyxtabular>
32058
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \begin_layout Standard
32065 \begin_inset Note Greyedout
32066 status open
32067
32068 \begin_layout Plain Layout
32069
32070 \series bold
32071 Achtung:
32072 \series default
32073  Wenn eine Formel in eine 
32074 \series bold
32075
32076 \backslash
32077 ce
32078 \series default
32079 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32080  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32081 \begin_inset space \thinspace{}
32082 \end_inset
32083
32084 B.
32085  für 
32086 \series bold
32087
32088 \backslash
32089 ce{$
32090 \backslash
32091 mu
32092 \backslash
32093 hyphen$Cl}
32094 \series default
32095
32096 \begin_inset ERT
32097 status collapsed
32098
32099 \begin_layout Plain Layout
32100
32101
32102 \backslash
32103 ce{$
32104 \backslash
32105 mu
32106 \backslash
32107 hyphen$Cl}
32108 \end_layout
32109
32110 \end_inset
32111
32112  
32113 \end_layout
32114
32115 \end_inset
32116
32117
32118 \end_layout
32119
32120 \begin_layout Standard
32121 Wird 
32122 \series bold
32123
32124 \backslash
32125 ce
32126 \series default
32127  benutzt, lautet der Befehl für Gleichung
32128 \begin_inset space ~
32129 \end_inset
32130
32131
32132 \begin_inset CommandInset ref
32133 LatexCommand eqref
32134 reference "eq:chemische-Reaktion"
32135
32136 \end_inset
32137
32138 :
32139 \begin_inset Newline newline
32140 \end_inset
32141
32142
32143 \series bold
32144  
32145 \backslash
32146 ce
32147 \series default
32148
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154
32155 \backslash
32156 leer 
32157 \end_layout
32158
32159 \end_inset
32160
32161
32162 \series bold
32163 2Na+
32164 \series default
32165
32166 \begin_inset ERT
32167 status collapsed
32168
32169 \begin_layout Plain Layout
32170
32171
32172 \backslash
32173 leer 
32174 \end_layout
32175
32176 \end_inset
32177
32178
32179 \series bold
32180 +
32181 \series default
32182
32183 \begin_inset ERT
32184 status collapsed
32185
32186 \begin_layout Plain Layout
32187
32188
32189 \backslash
32190 leer 
32191 \end_layout
32192
32193 \end_inset
32194
32195
32196 \series bold
32197 SO4^2-
32198 \series default
32199
32200 \begin_inset ERT
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204
32205
32206 \backslash
32207 leer 
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \begin_inset ERT
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217
32218
32219 \backslash
32220 leer 
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \series bold
32227 ->
32228 \series default
32229
32230 \begin_inset ERT
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234
32235
32236 \backslash
32237 leer 
32238 \end_layout
32239
32240 \end_inset
32241
32242
32243 \series bold
32244 Na2SO4
32245 \end_layout
32246
32247 \begin_layout Standard
32248 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32249  Formel erstellt, wie in 
32250 \begin_inset CommandInset ref
32251 LatexCommand ref
32252 reference "sec:Mehrzeilige-Formeln"
32253
32254 \end_inset
32255
32256  beschrieben.
32257  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32258 \series bold
32259
32260 \backslash
32261 ce
32262 \series default
32263  verwendet.
32264  
32265 \begin_inset CommandInset ref
32266 LatexCommand eqref
32267 reference "eq:TEOS-Reaktion-1"
32268
32269 \end_inset
32270
32271  und 
32272 \begin_inset CommandInset ref
32273 LatexCommand eqref
32274 reference "eq:TEOS-Reaktion-2"
32275
32276 \end_inset
32277
32278  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32279  Gleichung eine eigene Nummer hat.
32280 \begin_inset Formula \begin{eqnarray}
32281 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32282 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32283 \end{eqnarray}
32284
32285 \end_inset
32286
32287
32288 \end_layout
32289
32290 \begin_layout Standard
32291 Außer 
32292 \series bold
32293
32294 \backslash
32295 ce
32296 \series default
32297  bietet das Paket 
32298 \series bold
32299 mhchem
32300 \series default
32301  noch den Befehl 
32302 \series bold
32303
32304 \backslash
32305 cf
32306 \series default
32307
32308 \begin_inset Index idx
32309 status collapsed
32310
32311 \begin_layout Plain Layout
32312 Befehle ! C ! 
32313 \backslash
32314 cf
32315 \end_layout
32316
32317 \end_inset
32318
32319  für spezielle Fälle.
32320  Mehr über 
32321 \series bold
32322
32323 \backslash
32324 cf
32325 \series default
32326  und weitere Beispiele sind in der Dokumentation von 
32327 \series bold
32328 mhchem
32329 \series default
32330  zu finden, 
32331 \begin_inset CommandInset citation
32332 LatexCommand cite
32333 key "mhchem"
32334
32335 \end_inset
32336
32337 .
32338 \end_layout
32339
32340 \begin_layout Section
32341 Diagramme
32342 \end_layout
32343
32344 \begin_layout Standard
32345 LyX unterstützt zwei Typen kommutativer Diagramme: 
32346 \series bold
32347 amscd
32348 \series default
32349  und 
32350 \series bold
32351 xymatrix
32352 \series default
32353 , die im Folgenden erläutert sind.
32354 \end_layout
32355
32356 \begin_layout Subsection
32357 amscd Diagramme
32358 \begin_inset Index idx
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362 Diagramme ! amscd
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \begin_layout Standard
32371 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32372  Linien oder Pfeilen dar:
32373 \begin_inset Formula \[
32374 \begin{CD}A@>>>B@>>>C\\
32375 @AAA@.@VVV\\
32376 F@<<<E@<<<D
32377 \end{CD}\]
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32386 \series bold
32387
32388 \backslash
32389 CD
32390 \begin_inset Index idx
32391 status collapsed
32392
32393 \begin_layout Plain Layout
32394 Befehle ! C ! 
32395 \backslash
32396 CD
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \series default
32403  ein.
32404  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32405  man die weiteren Befehle eingibt.
32406  Mit 
32407 \series bold
32408
32409 \begin_inset ERT
32410 status collapsed
32411
32412 \begin_layout Plain Layout
32413
32414
32415 \backslash
32416 mbox{
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \family sans
32423 \series default
32424 Strg+Enter
32425 \family default
32426 \series bold
32427
32428 \begin_inset ERT
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432
32433 }
32434 \end_layout
32435
32436 \end_inset
32437
32438
32439 \series default
32440  wird eine neue Zeile erstellt.
32441  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32442  Zeilen der Formel eingegeben.
32443 \end_layout
32444
32445 \begin_layout Standard
32446 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32447 \end_layout
32448
32449 \begin_layout Itemize
32450
32451 \series bold
32452 @<<<
32453 \series default
32454  erstellt einen Linkspfeil, 
32455 \series bold
32456 @>>>
32457 \series default
32458  einen Rechtspfeil und 
32459 \series bold
32460 @=
32461 \series default
32462  ein langes Gleichheitszeichen
32463 \end_layout
32464
32465 \begin_layout Itemize
32466
32467 \series bold
32468 @AAA
32469 \series default
32470  erstellt einen Pfeil nach oben, 
32471 \series bold
32472 @VVV
32473 \series default
32474  einen Pfeil nach unten und 
32475 \series bold
32476 @|
32477 \series default
32478  ein senkrechtes Gleichheitszeichen
32479 \end_layout
32480
32481 \begin_layout Itemize
32482
32483 \series bold
32484 @.
32485
32486 \series default
32487  dient als Platzhalter für nicht vorhandene Beziehungen
32488 \end_layout
32489
32490 \begin_layout Standard
32491 Alle Pfeile sind wie folgt beschriftbar:
32492 \end_layout
32493
32494 \begin_layout Itemize
32495 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32496  > Text eingegeben, erscheint er über dem Pfeil.
32497  Wird der Text zwischen dem zweiten und dritten < bzw.
32498  > eingegeben, erscheint er unter dem Pfeil.
32499 \end_layout
32500
32501 \begin_layout Itemize
32502 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32503  V eingegeben, erscheint er links neben dem Pfeil.
32504  Bei Eingabe zwischen zweitem und drittem A bzw.
32505  V erscheint er rechts daneben.
32506  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32507  gesetzt werden.
32508 \end_layout
32509
32510 \begin_layout Standard
32511 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32512 \end_layout
32513
32514 \begin_layout Standard
32515 \begin_inset Formula \[
32516 \begin{CD}A@>j>>B@>>k>C@=F\\
32517 @AmAA@.@VV{V}V@|\\
32518 D@<<j<E@>k>>F@=C
32519 \end{CD}\]
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Standard
32527 Der Befehl dazu lautet:
32528 \begin_inset Newline newline
32529 \end_inset
32530
32531
32532 \series bold
32533
32534 \backslash
32535 CD
32536 \begin_inset ERT
32537 status collapsed
32538
32539 \begin_layout Plain Layout
32540
32541
32542 \backslash
32543 leer 
32544 \end_layout
32545
32546 \end_inset
32547
32548 A@>j>>B@>>k>C@=F Strg+Enter
32549 \begin_inset Newline newline
32550 \end_inset
32551
32552
32553 \begin_inset Phantom HPhantom
32554 status open
32555
32556 \begin_layout Plain Layout
32557
32558 \series bold
32559
32560 \backslash
32561 CD
32562 \begin_inset ERT
32563 status collapsed
32564
32565 \begin_layout Plain Layout
32566
32567
32568 \backslash
32569 leer 
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \end_inset
32578
32579 @AmAA@.@VV
32580 \backslash
32581 {V
32582 \series default
32583
32584 \begin_inset Formula $\to$
32585 \end_inset
32586
32587
32588 \series bold
32589 V@| Strg+Enter
32590 \begin_inset Newline newline
32591 \end_inset
32592
32593
32594 \begin_inset Phantom HPhantom
32595 status open
32596
32597 \begin_layout Plain Layout
32598
32599 \series bold
32600
32601 \backslash
32602 CD
32603 \begin_inset ERT
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607
32608
32609 \backslash
32610 leer 
32611 \end_layout
32612
32613 \end_inset
32614
32615
32616 \end_layout
32617
32618 \end_inset
32619
32620 D@<<j<E@>k>>F@=C
32621 \end_layout
32622
32623 \begin_layout Subsection
32624 xymatrix Diagramme
32625 \begin_inset Index idx
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629 Diagramme ! xymatrix
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \begin_layout Standard
32638 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32639 \series bold
32640 xypic
32641 \series default
32642  installiert sein.
32643  Eine Xymatrix wird erstellt, indem der Befehl 
32644 \series bold
32645
32646 \backslash
32647 xymatrix
32648 \series default
32649  in eine Formel eingegeben wird.
32650  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32651  hinzufügen, siehe 
32652 \begin_inset CommandInset ref
32653 LatexCommand ref
32654 reference "sec:Matrizen"
32655
32656 \end_inset
32657
32658 .
32659 \end_layout
32660
32661 \begin_layout Standard
32662 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32663  gekrümmte Pfeile und vieles mehr.
32664  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32665  sind im Detail im 
32666 \emph on
32667 XY-pic-Handbuch
32668 \emph default
32669  erklärt, dass im Menü 
32670 \family sans
32671 Hilfe\SpecialChar \menuseparator
32672 Spezielle
32673 \begin_inset space ~
32674 \end_inset
32675
32676 Handbücher
32677 \family default
32678  zu finden ist.
32679 \end_layout
32680
32681 \begin_layout Subsection
32682
32683 \noun on
32684 Feynman
32685 \noun default
32686  Diagramme
32687 \begin_inset Index idx
32688 status collapsed
32689
32690 \begin_layout Plain Layout
32691 Diagramme ! Feynman
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Standard
32700 Um 
32701 \noun on
32702 Feynman-
32703 \noun default
32704 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32705 \series bold
32706 feyn
32707 \series default
32708  installiert sein.
32709  Ein 
32710 \noun on
32711 Feynman-
32712 \noun default
32713 Diagramm wird erstellt, indem der Befehl 
32714 \series bold
32715
32716 \backslash
32717 Diagram
32718 \series default
32719  in eine Formel eingegeben wird.
32720  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32721  hinzufügen, siehe 
32722 \begin_inset CommandInset ref
32723 LatexCommand ref
32724 reference "sec:Matrizen"
32725
32726 \end_inset
32727
32728 .
32729 \end_layout
32730
32731 \begin_layout Standard
32732 Beispiele wie man in LyX 
32733 \noun on
32734 Feynman-
32735 \noun default
32736 Diagramme erstellt sind im 
32737 \emph on
32738 Feynman-Diagramm Handbuch
32739 \emph default
32740  gegeben, dass im Menü 
32741 \family sans
32742 Hilfe\SpecialChar \menuseparator
32743 Spezielle
32744 \begin_inset space ~
32745 \end_inset
32746
32747 Handbücher
32748 \family default
32749  zu finden ist.
32750 \end_layout
32751
32752 \begin_layout Section
32753 Benutzerdefinierte Befehle
32754 \begin_inset CommandInset label
32755 LatexCommand label
32756 name "sec:Benutzerdefinierte-Befehle"
32757
32758 \end_inset
32759
32760
32761 \begin_inset Index idx
32762 status collapsed
32763
32764 \begin_layout Plain Layout
32765 benutzerdefinierte Befehle
32766 \end_layout
32767
32768 \end_inset
32769
32770
32771 \end_layout
32772
32773 \begin_layout Standard
32774 \begin_inset Note Greyedout
32775 status open
32776
32777 \begin_layout Plain Layout
32778
32779 \series bold
32780 Achtung: 
32781 \series default
32782 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32783 n Buchstaben bestehen.
32784 \end_layout
32785
32786 \end_inset
32787
32788
32789 \end_layout
32790
32791 \begin_layout Subsection
32792 Der Befehl 
32793 \backslash
32794 newcommand
32795 \begin_inset CommandInset label
32796 LatexCommand label
32797 name "sub:Der-Befehl-newcommand"
32798
32799 \end_inset
32800
32801
32802 \begin_inset Index idx
32803 status collapsed
32804
32805 \begin_layout Plain Layout
32806 benutzerdefinierte Befehle ! 
32807 \backslash
32808 newcommand
32809 \end_layout
32810
32811 \end_inset
32812
32813
32814 \begin_inset Index idx
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818 Befehle ! N ! 
32819 \backslash
32820 newcommand
32821 \end_layout
32822
32823 \end_inset
32824
32825
32826 \end_layout
32827
32828 \begin_layout Standard
32829 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
32830  Man kann sich aber mit dem Befehl 
32831 \series bold
32832
32833 \backslash
32834 newcommand
32835 \series default
32836  neue kürzere Befehle definieren.
32837 \end_layout
32838
32839 \begin_layout Standard
32840 Das Befehlsschema von 
32841 \series bold
32842
32843 \backslash
32844 newcommand
32845 \series default
32846  lautet:
32847 \end_layout
32848
32849 \begin_layout Standard
32850
32851 \series bold
32852
32853 \backslash
32854 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
32855 \series default
32856  
32857 \series bold
32858 Wert]
32859 \begin_inset Newline newline
32860 \end_inset
32861
32862
32863 \begin_inset Phantom HPhantom
32864 status open
32865
32866 \begin_layout Plain Layout
32867
32868 \series bold
32869
32870 \backslash
32871 newcommand
32872 \end_layout
32873
32874 \end_inset
32875
32876 {Befehlsdefinition}
32877 \end_layout
32878
32879 \begin_layout Standard
32880 \begin_inset Note Greyedout
32881 status open
32882
32883 \begin_layout Plain Layout
32884
32885 \series bold
32886 Achtung:
32887 \series default
32888  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
32889  oder von benutzten LaTeX-Paketen verwendet wird.
32890  Definiert man beispielsweise für 
32891 \series bold
32892
32893 \backslash
32894 Leftarrow
32895 \series default
32896  den Befehl 
32897 \series bold
32898
32899 \backslash
32900 le
32901 \series default
32902 , erhält man eine Fehlermeldung, denn 
32903 \series bold
32904
32905 \backslash
32906 le
32907 \series default
32908  ist schon für 
32909 \begin_inset Quotes gld
32910 \end_inset
32911
32912
32913 \begin_inset Formula $\le$
32914 \end_inset
32915
32916
32917 \begin_inset Quotes grd
32918 \end_inset
32919
32920  definiert.
32921 \end_layout
32922
32923 \end_inset
32924
32925
32926 \end_layout
32927
32928 \begin_layout Standard
32929 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
32930 \begin_inset space \thinspace{}
32931 \end_inset
32932
32933 -
32934 \begin_inset space \thinspace{}
32935 \end_inset
32936
32937 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
32938  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
32939  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
32940 \emph on
32941 erste
32942 \emph default
32943  Argument des neuen Befehls ein optionales ist.
32944 \end_layout
32945
32946 \begin_layout Standard
32947 Es folgen einige Beispiele:
32948 \end_layout
32949
32950 \begin_layout Itemize
32951 Will man für 
32952 \series bold
32953
32954 \backslash
32955 Longrightarrow
32956 \series default
32957  den Befehl 
32958 \series bold
32959
32960 \backslash
32961 gr
32962 \series default
32963  definieren, lautet die LaTeX-Vor\SpecialChar \-
32964 spannzeile:
32965 \begin_inset VSpace medskip
32966 \end_inset
32967
32968
32969 \begin_inset Newline newline
32970 \end_inset
32971
32972
32973 \series bold
32974
32975 \backslash
32976 newcommand{
32977 \backslash
32978 gr}{
32979 \backslash
32980 Longrightarrow}
32981 \end_layout
32982
32983 \begin_layout Itemize
32984 Um für den Befehl 
32985 \series bold
32986
32987 \backslash
32988 underline
32989 \series default
32990  den Befehl 
32991 \series bold
32992
32993 \backslash
32994 us
32995 \series default
32996  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
32997  werden.
32998  Dazu sieht die Vorspannzeile wie folgt aus:
32999 \begin_inset VSpace medskip
33000 \end_inset
33001
33002
33003 \begin_inset Newline newline
33004 \end_inset
33005
33006
33007 \series bold
33008
33009 \backslash
33010 newcommand{
33011 \backslash
33012 us}[1]{
33013 \backslash
33014 underline{#1}}
33015 \series default
33016
33017 \begin_inset VSpace medskip
33018 \end_inset
33019
33020
33021 \begin_inset Newline newline
33022 \end_inset
33023
33024 Das Zeichen 
33025 \series bold
33026 #
33027 \series default
33028  fungiert als Argumentplatzhalter, die 
33029 \series bold
33030 1
33031 \series default
33032  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33033 \end_layout
33034
33035 \begin_layout Itemize
33036 Für 
33037 \series bold
33038
33039 \backslash
33040 framebox
33041 \series default
33042  kann man z.
33043 \begin_inset space \thinspace{}
33044 \end_inset
33045
33046 B.
33047  den Befehl 
33048 \series bold
33049
33050 \backslash
33051 fb
33052 \series default
33053  definieren:
33054 \begin_inset VSpace medskip
33055 \end_inset
33056
33057
33058 \begin_inset Newline newline
33059 \end_inset
33060
33061
33062 \series bold
33063
33064 \backslash
33065 newcommand{
33066 \backslash
33067 fb}[3]{
33068 \backslash
33069 framebox#1#2{$#3$}}
33070 \series default
33071
33072 \begin_inset VSpace medskip
33073 \end_inset
33074
33075
33076 \begin_inset Newline newline
33077 \end_inset
33078
33079 Die beiden Dollarzeichen erstellen hierbei die für 
33080 \series bold
33081
33082 \backslash
33083 framebox
33084 \series default
33085  geforderte weitere Formel, siehe 
33086 \begin_inset CommandInset ref
33087 LatexCommand ref
33088 reference "sub:Boxen-mit-Rahmen"
33089
33090 \end_inset
33091
33092 .
33093 \end_layout
33094
33095 \begin_layout Itemize
33096 Um einen neuen Befehl für 
33097 \series bold
33098
33099 \backslash
33100 fcolorbox
33101 \series default
33102  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33103  definiert man das Argument für die Farbe als optional:
33104 \begin_inset VSpace medskip
33105 \end_inset
33106
33107
33108 \begin_inset Newline newline
33109 \end_inset
33110
33111
33112 \series bold
33113
33114 \backslash
33115 newcommand{
33116 \backslash
33117 cb}[3][white]{
33118 \backslash
33119 fcolorbox{#2}{#1}{$#3$}}
33120 \series default
33121
33122 \begin_inset VSpace medskip
33123 \end_inset
33124
33125
33126 \begin_inset Newline newline
33127 \end_inset
33128
33129 Gibt man bei der Verwendung von 
33130 \series bold
33131
33132 \backslash
33133 cb
33134 \series default
33135  die Farbe nicht an, wird die voreingestellte Farbe 
33136 \series bold
33137 white
33138 \series default
33139  verwendet.
33140 \end_layout
33141
33142 \begin_layout Standard
33143 Ein Test der neu definierten Befehle:
33144 \end_layout
33145
33146 \begin_layout Standard
33147 \align center
33148 \begin_inset Tabular
33149 <lyxtabular version="3" rows="6" columns="2">
33150 <features tabularvalignment="middle">
33151 <column alignment="center" valignment="top" width="0">
33152 <column alignment="center" valignment="top" width="0">
33153 <row>
33154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 Befehl
33159 \end_layout
33160
33161 \end_inset
33162 </cell>
33163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33164 \begin_inset Text
33165
33166 \begin_layout Plain Layout
33167 Ergebnis
33168 \begin_inset Note Note
33169 status collapsed
33170
33171 \begin_layout Plain Layout
33172
33173 \series bold
33174
33175 \backslash
33176 raisebox
33177 \series default
33178  dient nur als Abstandhalter.
33179 \end_layout
33180
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 </row>
33189 <row>
33190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33191 \begin_inset Text
33192
33193 \begin_layout Plain Layout
33194 A
33195 \backslash
33196 gr
33197 \begin_inset ERT
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201
33202
33203 \backslash
33204 leer 
33205 \end_layout
33206
33207 \end_inset
33208
33209 B
33210 \end_layout
33211
33212 \end_inset
33213 </cell>
33214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218 \begin_inset Formula $A\gr B$
33219 \end_inset
33220
33221
33222 \end_layout
33223
33224 \end_inset
33225 </cell>
33226 </row>
33227 <row>
33228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33229 \begin_inset Text
33230
33231 \begin_layout Plain Layout
33232
33233 \backslash
33234 us{ABcd
33235 \end_layout
33236
33237 \end_inset
33238 </cell>
33239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33240 \begin_inset Text
33241
33242 \begin_layout Plain Layout
33243 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 </row>
33252 <row>
33253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33254 \begin_inset Text
33255
33256 \begin_layout Plain Layout
33257
33258 \backslash
33259 fb{[2cm]
33260 \begin_inset Formula $\to$
33261 \end_inset
33262
33263
33264 \backslash
33265 {
33266 \begin_inset Formula $\to$
33267 \end_inset
33268
33269
33270 \backslash
33271 {
33272 \backslash
33273 int
33274 \begin_inset ERT
33275 status collapsed
33276
33277 \begin_layout Plain Layout
33278
33279
33280 \backslash
33281 leer 
33282 \end_layout
33283
33284 \end_inset
33285
33286 A=B
33287 \end_layout
33288
33289 \end_inset
33290 </cell>
33291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33292 \begin_inset Text
33293
33294 \begin_layout Plain Layout
33295 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 </row>
33304 <row>
33305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309
33310 \backslash
33311 cb{red
33312 \begin_inset Formula $\to$
33313 \end_inset
33314
33315
33316 \backslash
33317 {
33318 \backslash
33319 int
33320 \begin_inset ERT
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324
33325
33326 \backslash
33327 leer 
33328 \end_layout
33329
33330 \end_inset
33331
33332 A=B
33333 \end_layout
33334
33335 \end_inset
33336 </cell>
33337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33338 \begin_inset Text
33339
33340 \begin_layout Plain Layout
33341 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \end_inset
33348 </cell>
33349 </row>
33350 <row>
33351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33352 \begin_inset Text
33353
33354 \begin_layout Plain Layout
33355
33356 \backslash
33357 cb[green]
33358 \backslash
33359 {red
33360 \begin_inset Formula $\to$
33361 \end_inset
33362
33363
33364 \backslash
33365 {
33366 \backslash
33367 int
33368 \begin_inset ERT
33369 status collapsed
33370
33371 \begin_layout Plain Layout
33372
33373
33374 \backslash
33375 leer 
33376 \end_layout
33377
33378 \end_inset
33379
33380 A=B
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33386 \begin_inset Text
33387
33388 \begin_layout Plain Layout
33389 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33390 \end_inset
33391
33392
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 </row>
33398 </lyxtabular>
33399
33400 \end_inset
33401
33402
33403 \end_layout
33404
33405 \begin_layout Subsection
33406 Mathe-Makros
33407 \begin_inset Index idx
33408 status collapsed
33409
33410 \begin_layout Plain Layout
33411 benutzerdefinierte Befehle ! Mathe-Makros
33412 \end_layout
33413
33414 \end_inset
33415
33416
33417 \begin_inset Index idx
33418 status collapsed
33419
33420 \begin_layout Plain Layout
33421 Makros
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33431  Hat man es in einem Dokument z.
33432 \begin_inset space \thinspace{}
33433 \end_inset
33434
33435 B.
33436  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33437  auf.
33438  Die allgemeine Form einer quadratischen Gleichung ist
33439 \begin_inset Formula \[
33440 0=\lambda^{2}+p\lambda+q\]
33441
33442 \end_inset
33443
33444 Die allgemeine Form der Lösung lautet
33445 \begin_inset Formula \[
33446 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33447
33448 \end_inset
33449
33450
33451 \end_layout
33452
33453 \begin_layout Standard
33454 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33455  drei Parameter 
33456 \begin_inset Formula $\lambda$
33457 \end_inset
33458
33459
33460 \begin_inset Formula $p$
33461 \end_inset
33462
33463  und 
33464 \begin_inset Formula $q$
33465 \end_inset
33466
33467  angegeben werden müssen und der Index von 
33468 \begin_inset Formula $\lambda$
33469 \end_inset
33470
33471  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33472 \begin_inset Newline newline
33473 \end_inset
33474
33475
33476 \series bold
33477
33478 \backslash
33479 newcommand{
33480 \backslash
33481 qG}[4][1,
33482 \backslash
33483 ,2]{#2_{#1}=-
33484 \backslash
33485 frac{#3}{2}
33486 \backslash
33487 pm
33488 \begin_inset Newline newline
33489 \end_inset
33490
33491
33492 \begin_inset Phantom HPhantom
33493 status open
33494
33495 \begin_layout Plain Layout
33496
33497 \series bold
33498
33499 \backslash
33500 newcommand
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \backslash
33507 sqrt{
33508 \backslash
33509 frac{#3^{2}}{4}-#4}}
33510 \end_layout
33511
33512 \begin_layout Standard
33513 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33514  
33515 \begin_inset Newline newline
33516 \end_inset
33517
33518
33519 \series bold
33520
33521 \backslash
33522 qG{
33523 \backslash
33524 lambda
33525 \begin_inset Formula $\to$
33526 \end_inset
33527
33528
33529 \backslash
33530 {p
33531 \begin_inset Formula $\to$
33532 \end_inset
33533
33534
33535 \backslash
33536 {q 
33537 \series default
33538 ein.
33539 \end_layout
33540
33541 \begin_layout Standard
33542 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33543  aller verwendeten LaTeX-Befehle kennen, z.
33544 \begin_inset space \thinspace{}
33545 \end_inset
33546
33547 B.
33548  dass ein Bruch in LaTeX mit 
33549 \series bold
33550
33551 \backslash
33552 frac{Zähler}
33553 \begin_inset Newline linebreak
33554 \end_inset
33555
33556 {Nenner}
33557 \series default
33558  eingegeben wird.
33559  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33560  in LyX nicht sehen, was der neue Befehl macht.
33561  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33562  Mathe-Makros statt den Befehl 
33563 \series bold
33564
33565 \backslash
33566 newcommand
33567 \series default
33568  zu verwenden.
33569 \end_layout
33570
33571 \begin_layout Standard
33572 Ein Mathe-Makro wird erstellt, indem man das Menü 
33573 \family sans
33574 Einfügen\SpecialChar \menuseparator
33575 Mathe\SpecialChar \menuseparator
33576 Makro
33577 \family default
33578  oder den Werkzeugleistenknopf 
33579 \begin_inset Graphics
33580         filename ../../images/math-macro_newmacroname_newcommand.png
33581         scale 85
33582
33583 \end_inset
33584
33585  verwendet.
33586  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33587  Makro definiert wird:
33588 \begin_inset Newline newline
33589 \end_inset
33590
33591
33592 \lang english
33593
33594 \begin_inset space \hspace*{\fill}
33595 \end_inset
33596
33597
33598 \lang ngerman
33599
33600 \begin_inset Graphics
33601         filename ../clipart/macrobox.png
33602
33603 \end_inset
33604
33605
33606 \lang english
33607
33608 \begin_inset space \hspace*{\fill}
33609 \end_inset
33610
33611
33612 \lang ngerman
33613
33614 \begin_inset Newline newline
33615 \end_inset
33616
33617
33618 \begin_inset FormulaMacro
33619 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33620 \end_inset
33621
33622
33623 \backslash
33624 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33625  geändert werden sollte.
33626  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33627  Einen Argumentplatzhalter fügt man mit dem Befehl 
33628 \series bold
33629
33630 \backslash
33631 #Argumentnummer
33632 \series default
33633  ein, z.
33634 \begin_inset space \thinspace{}
33635 \end_inset
33636
33637 B.
33638  
33639 \series bold
33640
33641 \backslash
33642 #1
33643 \series default
33644  oder man verwendet den Makro-Werkzeugleistenknopf 
33645 \begin_inset Graphics
33646         filename ../../images/math-macro-add-param.png
33647         scale 85
33648
33649 \end_inset
33650
33651 .
33652  Argumentplatzhalter werden rot dargestellt.
33653  Es sind maximal 9 Argumente möglich.
33654  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33655 \begin_inset Graphics
33656         filename ../../images/math-macro-add-optional-param.png
33657         scale 85
33658
33659 \end_inset
33660
33661  erstellt.
33662  Mit dem Werkzeugleistenknopf 
33663 \begin_inset Graphics
33664         filename ../../images/math-macro-make-optional.png
33665         scale 85
33666
33667 \end_inset
33668
33669  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33670  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33671  werden soll.
33672  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33673  Kästchen leer lässt.
33674  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33675  einnimmt, kann man in das Kästchen z.
33676 \begin_inset space \thinspace{}
33677 \end_inset
33678
33679 B.
33680 \begin_inset Newline newline
33681 \end_inset
33682
33683
33684 \series bold
33685 qG: 
33686 \backslash
33687 #1
33688 \series default
33689  
33690 \series bold
33691 ,
33692 \series default
33693  
33694 \series bold
33695
33696 \backslash
33697 #2
33698 \series default
33699  
33700 \series bold
33701 ,
33702 \series default
33703  
33704 \series bold
33705
33706 \backslash
33707 #3, 
33708 \backslash
33709 #4
33710 \begin_inset Newline newline
33711 \end_inset
33712
33713
33714 \series default
33715 eingeben.
33716  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33717  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33718  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33719  wurde.
33720 \begin_inset Newline newline
33721 \end_inset
33722
33723 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33724  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33725 \family sans
33726 Ansicht\SpecialChar \menuseparator
33727 Mathe-Makro
33728 \begin_inset space ~
33729 \end_inset
33730
33731 auf/zuklappen
33732 \family default
33733  verwendet.
33734 \end_layout
33735
33736 \begin_layout Standard
33737 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33738  ein, in unserem Fall 
33739 \series bold
33740
33741 \backslash
33742 qG
33743 \series default
33744 .
33745  Unser Makro sieht in LyX folgendermaßen aus:
33746 \begin_inset Newline newline
33747 \end_inset
33748
33749
33750 \lang english
33751
33752 \begin_inset space \hspace*{\fill}
33753 \end_inset
33754
33755
33756 \lang ngerman
33757
33758 \begin_inset Graphics
33759         filename ../clipart/macrouse.png
33760
33761 \end_inset
33762
33763
33764 \lang english
33765
33766 \begin_inset space \hspace*{\fill}
33767 \end_inset
33768
33769
33770 \lang ngerman
33771
33772 \begin_inset Newline newline
33773 \end_inset
33774
33775 Hier ist unser Makro-Beispiel mit den Argumenten 
33776 \begin_inset Formula $x$
33777 \end_inset
33778
33779
33780 \begin_inset Formula $\ln(x)$
33781 \end_inset
33782
33783  und 
33784 \begin_inset Formula $B$
33785 \end_inset
33786
33787 :
33788 \end_layout
33789
33790 \begin_layout Standard
33791 \begin_inset Formula \[
33792 \qG x{\ln(x)}B\]
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Standard
33800 LyX bietet im Menü 
33801 \family sans
33802 Werkzeuge\SpecialChar \menuseparator
33803 Einstellungen\SpecialChar \menuseparator
33804 Bearbeiten\SpecialChar \menuseparator
33805 Kontrolle
33806 \family default
33807  verschiedene Bearbeitungsstile für Makros an.
33808  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
33809  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
33810  zu sehen.
33811 \end_layout
33812
33813 \begin_layout Standard
33814 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
33815 \series bold
33816
33817 \backslash
33818 new\SpecialChar \-
33819 command
33820 \series default
33821 -Befehl umgewandelt.
33822  Der 
33823 \series bold
33824
33825 \backslash
33826 newcommand
33827 \series default
33828 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
33829  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
33830  Makrodefinitionsbox befinden.
33831 \end_layout
33832
33833 \begin_layout Standard
33834 Mathe-Makros können auch direkt aus einem 
33835 \series bold
33836
33837 \backslash
33838 newcommand
33839 \series default
33840 -Befehl erstellt werden.
33841  Schreibt man z.
33842 \begin_inset space \thinspace{}
33843 \end_inset
33844
33845 B.
33846  den Befehl
33847 \series bold
33848
33849 \begin_inset Newline newline
33850 \end_inset
33851
33852
33853 \backslash
33854 newcommand{
33855 \backslash
33856 larrow}[2]{
33857 \backslash
33858 xleftarrow[#2]{#1}}
33859 \begin_inset Newline newline
33860 \end_inset
33861
33862
33863 \series default
33864 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
33865 zel 
33866 \family sans
33867 Strg+M
33868 \family default
33869 , wird der Befehl in ein Mathe-Makro umgewandelt.
33870  Bei dieser Methode muss man jedoch aufpassen, dass der 
33871 \series bold
33872
33873 \backslash
33874 newcommand
33875 \series default
33876 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
33877  erstellt, dass später LaTeX-Fehler hervorruft.
33878 \end_layout
33879
33880 \begin_layout Standard
33881 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
33882  Makrodefinition fehlerhaft behandelt werden.
33883  Dadurch kann das Beispiel 
33884 \series bold
33885
33886 \backslash
33887 fb
33888 \series default
33889  aus 
33890 \begin_inset CommandInset ref
33891 LatexCommand ref
33892 reference "sub:Der-Befehl-newcommand"
33893
33894 \end_inset
33895
33896  nicht als Makro erzeugt werden.
33897 \end_layout
33898
33899 \begin_layout Standard
33900 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
33901  in LyX angezeigt:
33902 \end_layout
33903
33904 \begin_layout Standard
33905 \begin_inset VSpace defskip
33906 \end_inset
33907
33908
33909 \end_layout
33910
33911 \begin_layout Standard
33912 \begin_inset Graphics
33913         filename ../clipart/MacroToolbar.png
33914
33915 \end_inset
33916
33917
33918 \begin_inset Index idx
33919 status collapsed
33920
33921 \begin_layout Plain Layout
33922 Makros ! Werkzeugleiste
33923 \end_layout
33924
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 \begin_inset VSpace defskip
33932 \end_inset
33933
33934
33935 \end_layout
33936
33937 \begin_layout Standard
33938 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
33939 \end_layout
33940
33941 \begin_layout Standard
33942 \begin_inset VSpace defskip
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \begin_layout Standard
33949 \begin_inset Tabular
33950 <lyxtabular version="3" rows="9" columns="2">
33951 <features islongtable="true" longtabularalignment="center">
33952 <column alignment="left" valignment="top" width="0">
33953 <column alignment="left" valignment="top" width="85col%">
33954 <row interlinespace="2.5mm">
33955 <cell alignment="center" valignment="top" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Plain Layout
33959 \begin_inset Graphics
33960         filename ../../images/math-macro-remove-param.png
33961         BoundingBox 0bp 5bp 20bp 25bp
33962         rotateOrigin center
33963
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 <cell alignment="center" valignment="top" usebox="none">
33972 \begin_inset Text
33973
33974 \begin_layout Plain Layout
33975
33976 \family sans
33977 Bearbeiten\SpecialChar \menuseparator
33978 Mathe\SpecialChar \menuseparator
33979 Makro-Definition\SpecialChar \menuseparator
33980 Letztes Argument entfernen
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 </row>
33986 <row interlinespace="2.5mm">
33987 <cell alignment="center" valignment="top" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991 \begin_inset Graphics
33992         filename ../../images/math-macro-add-param.png
33993         BoundingBox 0bp 5bp 20bp 25bp
33994         rotateOrigin center
33995
33996 \end_inset
33997
33998
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 <cell alignment="center" valignment="top" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007
34008 \family sans
34009 Bearbeiten\SpecialChar \menuseparator
34010 Mathe\SpecialChar \menuseparator
34011 Makro-Definition\SpecialChar \menuseparator
34012 Argument hinzufügen
34013 \end_layout
34014
34015 \end_inset
34016 </cell>
34017 </row>
34018 <row interlinespace="2.5mm">
34019 <cell alignment="center" valignment="top" usebox="none">
34020 \begin_inset Text
34021
34022 \begin_layout Plain Layout
34023 \begin_inset Graphics
34024         filename ../../images/math-macro-make-optional.png
34025         BoundingBox 0bp 5bp 20bp 25bp
34026         rotateOrigin center
34027
34028 \end_inset
34029
34030
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 <cell alignment="center" valignment="top" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039
34040 \family sans
34041 Bearbeiten\SpecialChar \menuseparator
34042 Mathe\SpecialChar \menuseparator
34043 Makro-Definition\SpecialChar \menuseparator
34044 Das erste nicht-optionale
34045 \begin_inset Newline newline
34046 \end_inset
34047
34048
34049 \begin_inset Phantom HPhantom
34050 status open
34051
34052 \begin_layout Plain Layout
34053
34054 \family sans
34055 Bearbeiten\SpecialChar \menuseparator
34056 Mathe\SpecialChar \menuseparator
34057 Makro-Definition\SpecialChar \menuseparator
34058
34059 \end_layout
34060
34061 \end_inset
34062
34063 Argument in einen optionales
34064 \begin_inset Newline newline
34065 \end_inset
34066
34067
34068 \begin_inset Phantom HPhantom
34069 status open
34070
34071 \begin_layout Plain Layout
34072
34073 \family sans
34074 Bearbeiten\SpecialChar \menuseparator
34075 Mathe\SpecialChar \menuseparator
34076 Makro-Definition\SpecialChar \menuseparator
34077
34078 \end_layout
34079
34080 \end_inset
34081
34082 ändern
34083 \end_layout
34084
34085 \end_inset
34086 </cell>
34087 </row>
34088 <row interlinespace="2.5mm">
34089 <cell alignment="center" valignment="top" usebox="none">
34090 \begin_inset Text
34091
34092 \begin_layout Plain Layout
34093 \begin_inset Graphics
34094         filename ../../images/math-macro-make-nonoptional.png
34095         BoundingBox 0bp 5bp 20bp 25bp
34096         rotateOrigin center
34097
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 <cell alignment="center" valignment="top" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Plain Layout
34109
34110 \family sans
34111 Bearbeiten\SpecialChar \menuseparator
34112 Mathe\SpecialChar \menuseparator
34113 Makro-Definition\SpecialChar \menuseparator
34114 Das letzte optionale Argument in
34115 \begin_inset Newline newline
34116 \end_inset
34117
34118
34119 \begin_inset Phantom HPhantom
34120 status open
34121
34122 \begin_layout Plain Layout
34123
34124 \family sans
34125 Bearbeiten\SpecialChar \menuseparator
34126 Mathe\SpecialChar \menuseparator
34127 Makro-Definition\SpecialChar \menuseparator
34128
34129 \end_layout
34130
34131 \end_inset
34132
34133 einen nicht-optionales ändern
34134 \end_layout
34135
34136 \end_inset
34137 </cell>
34138 </row>
34139 <row interlinespace="2.5mm">
34140 <cell alignment="center" valignment="top" usebox="none">
34141 \begin_inset Text
34142
34143 \begin_layout Plain Layout
34144 \begin_inset Graphics
34145         filename ../../images/math-macro-remove-optional-param.png
34146         BoundingBox 0bp 5bp 20bp 25bp
34147         rotateOrigin center
34148
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \end_inset
34155 </cell>
34156 <cell alignment="center" valignment="top" usebox="none">
34157 \begin_inset Text
34158
34159 \begin_layout Plain Layout
34160
34161 \family sans
34162 Bearbeiten\SpecialChar \menuseparator
34163 Mathe\SpecialChar \menuseparator
34164 Makro-Definition\SpecialChar \menuseparator
34165 Optionales Argument entfernen
34166 \end_layout
34167
34168 \end_inset
34169 </cell>
34170 </row>
34171 <row interlinespace="2.5mm">
34172 <cell alignment="center" valignment="top" usebox="none">
34173 \begin_inset Text
34174
34175 \begin_layout Plain Layout
34176 \begin_inset Graphics
34177         filename ../../images/math-macro-add-optional-param.png
34178         BoundingBox 0bp 5bp 20bp 25bp
34179         rotateOrigin center
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 <cell alignment="center" valignment="top" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192
34193 \family sans
34194 Bearbeiten\SpecialChar \menuseparator
34195 Mathe\SpecialChar \menuseparator
34196 Makro-Definition\SpecialChar \menuseparator
34197 Optionales Argument einfügen
34198 \end_layout
34199
34200 \end_inset
34201 </cell>
34202 </row>
34203 <row interlinespace="2.5mm">
34204 <cell alignment="center" valignment="top" usebox="none">
34205 \begin_inset Text
34206
34207 \begin_layout Plain Layout
34208 \begin_inset Graphics
34209         filename ../../images/math-macro-remove-greedy-param.png
34210         BoundingBox 0bp 5bp 20bp 25bp
34211         rotateOrigin center
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \end_inset
34219 </cell>
34220 <cell alignment="center" valignment="top" usebox="none">
34221 \begin_inset Text
34222
34223 \begin_layout Plain Layout
34224
34225 \family sans
34226 Bearbeiten\SpecialChar \menuseparator
34227 Mathe\SpecialChar \menuseparator
34228 Makro-Definition\SpecialChar \menuseparator
34229 Letztes Argument rechts entfernen
34230 \end_layout
34231
34232 \end_inset
34233 </cell>
34234 </row>
34235 <row interlinespace="2.5mm">
34236 <cell alignment="center" valignment="top" usebox="none">
34237 \begin_inset Text
34238
34239 \begin_layout Plain Layout
34240 \begin_inset Graphics
34241         filename ../../images/math-macro-append-greedy-param.png
34242         BoundingBox 0bp 5bp 20bp 25bp
34243         rotateOrigin center
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \end_inset
34251 </cell>
34252 <cell alignment="center" valignment="top" usebox="none">
34253 \begin_inset Text
34254
34255 \begin_layout Plain Layout
34256
34257 \family sans
34258 Bearbeiten\SpecialChar \menuseparator
34259 Mathe\SpecialChar \menuseparator
34260 Makro-Definition\SpecialChar \menuseparator
34261 Argument von rechts hinzufügen
34262 \end_layout
34263
34264 \end_inset
34265 </cell>
34266 </row>
34267 <row interlinespace="2.5mm">
34268 <cell alignment="center" valignment="top" usebox="none">
34269 \begin_inset Text
34270
34271 \begin_layout Plain Layout
34272 \begin_inset Graphics
34273         filename ../../images/math-macro-add-greedy-optional-param.png
34274         BoundingBox 0bp 5bp 20bp 25bp
34275         rotateOrigin center
34276
34277 \end_inset
34278
34279
34280 \end_layout
34281
34282 \end_inset
34283 </cell>
34284 <cell alignment="center" valignment="top" usebox="none">
34285 \begin_inset Text
34286
34287 \begin_layout Plain Layout
34288
34289 \family sans
34290 Bearbeiten\SpecialChar \menuseparator
34291 Mathe\SpecialChar \menuseparator
34292 Makro-Definition\SpecialChar \menuseparator
34293 Optionales Argument von rechts
34294 \begin_inset Newline newline
34295 \end_inset
34296
34297
34298 \begin_inset Phantom HPhantom
34299 status open
34300
34301 \begin_layout Plain Layout
34302
34303 \family sans
34304 Bearbeiten\SpecialChar \menuseparator
34305 Mathe\SpecialChar \menuseparator
34306 Makro-Definition\SpecialChar \menuseparator
34307
34308 \end_layout
34309
34310 \end_inset
34311
34312 hinzufügen
34313 \end_layout
34314
34315 \end_inset
34316 </cell>
34317 </row>
34318 </lyxtabular>
34319
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \begin_layout Standard
34326 \begin_inset Newpage newpage
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Section
34333 Tipps
34334 \begin_inset Index idx
34335 status collapsed
34336
34337 \begin_layout Plain Layout
34338 Tipps
34339 \end_layout
34340
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \begin_layout Subsection
34347 Negative Zahlen
34348 \begin_inset Index idx
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 Zahlen ! negative
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \begin_layout Standard
34361 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34362  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34363  dargestellt.
34364  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34365  Minuszeichen korrekt.
34366 \end_layout
34367
34368 \begin_layout Standard
34369 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34370  nicht mehr auf.
34371 \end_layout
34372
34373 \begin_layout Standard
34374 Ein Beispiel zur Veranschaulichung der Problematik:
34375 \end_layout
34376
34377 \begin_layout Standard
34378 \align center
34379 \begin_inset Tabular
34380 <lyxtabular version="3" rows="3" columns="2">
34381 <features tabularvalignment="middle">
34382 <column alignment="right" valignment="top" width="0">
34383 <column alignment="left" valignment="top" width="0">
34384 <row>
34385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34386 \begin_inset Text
34387
34388 \begin_layout Plain Layout
34389 normaler Text:
34390 \end_layout
34391
34392 \end_inset
34393 </cell>
34394 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34395 \begin_inset Text
34396
34397 \begin_layout Plain Layout
34398 x = -2
34399 \end_layout
34400
34401 \end_inset
34402 </cell>
34403 </row>
34404 <row>
34405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34406 \begin_inset Text
34407
34408 \begin_layout Plain Layout
34409 Formelmodus:
34410 \end_layout
34411
34412 \end_inset
34413 </cell>
34414 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34415 \begin_inset Text
34416
34417 \begin_layout Plain Layout
34418 \begin_inset Formula $x=-2$
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 </row>
34427 <row>
34428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34429 \begin_inset Text
34430
34431 \begin_layout Plain Layout
34432 Lösung:
34433 \end_layout
34434
34435 \end_inset
34436 </cell>
34437 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34438 \begin_inset Text
34439
34440 \begin_layout Plain Layout
34441 \begin_inset Formula $x=\textrm{-}2$
34442 \end_inset
34443
34444
34445 \end_layout
34446
34447 \end_inset
34448 </cell>
34449 </row>
34450 </lyxtabular>
34451
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \begin_layout Subsection
34458 Komma als Dezimaltrennzeichen
34459 \begin_inset Index idx
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 Komma
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Standard
34472 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34473  als Gruppentrennzeichen.
34474  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34475  eingefügt.
34476 \end_layout
34477
34478 \begin_layout Standard
34479 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34480  Text um (Tastenkürzel 
34481 \family sans
34482 Alt+M
34483 \begin_inset space ~
34484 \end_inset
34485
34486 M
34487 \family default
34488 ).
34489 \end_layout
34490
34491 \begin_layout Standard
34492 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34493  lädt man die Datei 
34494 \series bold
34495 icomma.sty
34496 \series default
34497
34498 \begin_inset Foot
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502
34503 \series bold
34504 icomma
34505 \series default
34506  ist Teil des LaTeX-Paketes 
34507 \series bold
34508 was
34509 \series default
34510
34511 \begin_inset Index idx
34512 status collapsed
34513
34514 \begin_layout Plain Layout
34515 Pakete ! was
34516 \begin_inset ERT
34517 status collapsed
34518
34519 \begin_layout Plain Layout
34520
34521
34522 \backslash
34523 vspace{4mm}
34524 \end_layout
34525
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \end_inset
34532
34533 .
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \begin_inset Index idx
34540 status collapsed
34541
34542 \begin_layout Plain Layout
34543 Pakete ! icomma
34544 \end_layout
34545
34546 \end_inset
34547
34548  mit der LaTeX-Vorspannzeile
34549 \end_layout
34550
34551 \begin_layout Standard
34552
34553 \series bold
34554
34555 \backslash
34556 usepackage{icomma}
34557 \end_layout
34558
34559 \begin_layout Subsection
34560 Physikalische Vektoren
34561 \begin_inset CommandInset label
34562 LatexCommand label
34563 name "sub:Physikalische-Vektoren"
34564
34565 \end_inset
34566
34567
34568 \begin_inset Index idx
34569 status collapsed
34570
34571 \begin_layout Plain Layout
34572 Vektoren ! physikalische
34573 \end_layout
34574
34575 \end_inset
34576
34577
34578 \end_layout
34579
34580 \begin_layout Standard
34581 Vordefinierte Vektoren bietet das LaTeX-Paket 
34582 \series bold
34583 braket
34584 \series default
34585
34586 \begin_inset Index idx
34587 status collapsed
34588
34589 \begin_layout Plain Layout
34590 Pakete ! braket
34591 \end_layout
34592
34593 \end_inset
34594
34595 , das mit der LaTeX-Vorspannzeile
34596 \end_layout
34597
34598 \begin_layout Standard
34599
34600 \series bold
34601
34602 \backslash
34603 usepackage{braket}
34604 \end_layout
34605
34606 \begin_layout Standard
34607 geladen wird.
34608 \begin_inset ERT
34609 status collapsed
34610
34611 \begin_layout Plain Layout
34612
34613
34614 \backslash
34615 ifbraket 
34616 \end_layout
34617
34618 \end_inset
34619
34620
34621 \begin_inset Note Note
34622 status open
34623
34624 \begin_layout Plain Layout
34625 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34626 \series bold
34627 braket
34628 \series default
34629  installiert ist:
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \begin_layout Standard
34638 \begin_inset Newpage newpage
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Standard
34645 Folgende Befehle sind definiert:
34646 \end_layout
34647
34648 \begin_layout Standard
34649 \align center
34650 \begin_inset Tabular
34651 <lyxtabular version="3" rows="4" columns="2">
34652 <features tabularvalignment="middle">
34653 <column alignment="center" valignment="top" width="0">
34654 <column alignment="center" valignment="top" width="0">
34655 <row>
34656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34657 \begin_inset Text
34658
34659 \begin_layout Plain Layout
34660 Befehl
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669 Ergebnis
34670 \end_layout
34671
34672 \end_inset
34673 </cell>
34674 </row>
34675 <row>
34676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680
34681 \backslash
34682 Bra{
34683 \backslash
34684 psi
34685 \end_layout
34686
34687 \end_inset
34688 </cell>
34689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34690 \begin_inset Text
34691
34692 \begin_layout Plain Layout
34693 \begin_inset Formula $\Bra{\psi}$
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \end_inset
34700 </cell>
34701 </row>
34702 <row>
34703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707
34708 \backslash
34709 Ket{
34710 \backslash
34711 psi
34712 \end_layout
34713
34714 \end_inset
34715 </cell>
34716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34717 \begin_inset Text
34718
34719 \begin_layout Plain Layout
34720 \begin_inset Formula $\Ket{\psi}$
34721 \end_inset
34722
34723
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 </row>
34729 <row>
34730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34731 \begin_inset Text
34732
34733 \begin_layout Plain Layout
34734
34735 \backslash
34736 Braket{
34737 \backslash
34738 psi|
34739 \backslash
34740 phi
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749 \begin_inset Formula $\Braket{\psi|\phi}$
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \end_inset
34756 </cell>
34757 </row>
34758 </lyxtabular>
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Standard
34766 Der Befehl 
34767 \series bold
34768
34769 \backslash
34770 Braket
34771 \series default
34772  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
34773  Klammern gesetzt werden:
34774 \begin_inset Formula \[
34775 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34776
34777 \end_inset
34778
34779
34780 \begin_inset ERT
34781 status collapsed
34782
34783 \begin_layout Plain Layout
34784
34785
34786 \backslash
34787 else 
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \begin_inset Note Note
34794 status open
34795
34796 \begin_layout Plain Layout
34797 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34798 \series bold
34799 braket
34800 \series default
34801  nicht installiert ist:
34802 \end_layout
34803
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \begin_layout Standard
34810 Das LaTeX-Paket 
34811 \series bold
34812 braket 
34813 \series default
34814 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34815 \end_layout
34816
34817 \begin_layout Standard
34818 \begin_inset ERT
34819 status collapsed
34820
34821 \begin_layout Plain Layout
34822
34823
34824 \backslash
34825 fi 
34826 \end_layout
34827
34828 \end_inset
34829
34830
34831 \end_layout
34832
34833 \begin_layout Standard
34834 Der Effekt von 
34835 \series bold
34836
34837 \backslash
34838 Braket
34839 \series default
34840  kann auch mit dem Befehl 
34841 \series bold
34842
34843 \backslash
34844 middle
34845 \series default
34846  erzielt werden, der in 
34847 \begin_inset CommandInset ref
34848 LatexCommand ref
34849 reference "sub:Automatische-Klammergrößen"
34850
34851 \end_inset
34852
34853  beschrieben ist.
34854 \end_layout
34855
34856 \begin_layout Subsection
34857 Selbst definierte Brüche
34858 \begin_inset CommandInset label
34859 LatexCommand label
34860 name "sub:Selbstdefinierte-Brüche"
34861
34862 \end_inset
34863
34864
34865 \begin_inset Index idx
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869 Brüche ! selbstdefinierte
34870 \end_layout
34871
34872 \end_inset
34873
34874
34875 \end_layout
34876
34877 \begin_layout Standard
34878 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
34879 \series bold
34880
34881 \backslash
34882 genfrac
34883 \series default
34884
34885 \begin_inset Index idx
34886 status collapsed
34887
34888 \begin_layout Plain Layout
34889 Befehle ! G ! 
34890 \backslash
34891 genfrac
34892 \end_layout
34893
34894 \end_inset
34895
34896  in folgendem Schema:
34897 \end_layout
34898
34899 \begin_layout Standard
34900
34901 \series bold
34902
34903 \backslash
34904 genfrac{linke
34905 \series default
34906  
34907 \series bold
34908 Klammer}{rechte
34909 \series default
34910  
34911 \series bold
34912 Klammer}{Bruchstrichdicke}{Ansichtsstil}
34913 \begin_inset Newline newline
34914 \end_inset
34915
34916
34917 \begin_inset Phantom HPhantom
34918 status open
34919
34920 \begin_layout Plain Layout
34921
34922 \series bold
34923
34924 \backslash
34925 genfrac
34926 \end_layout
34927
34928 \end_inset
34929
34930 {Zähler}{Nenner}
34931 \end_layout
34932
34933 \begin_layout Standard
34934 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
34935 \begin_inset space \thinspace{}
34936 \end_inset
34937
34938 -
34939 \begin_inset space \thinspace{}
34940 \end_inset
34941
34942 3 angegeben.
34943 \end_layout
34944
34945 \begin_layout Standard
34946 \align center
34947 \begin_inset Tabular
34948 <lyxtabular version="3" rows="5" columns="2">
34949 <features tabularvalignment="middle">
34950 <column alignment="center" valignment="top" width="0">
34951 <column alignment="center" valignment="top" width="0">
34952 <row>
34953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957 Nummer
34958 \end_layout
34959
34960 \end_inset
34961 </cell>
34962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34963 \begin_inset Text
34964
34965 \begin_layout Plain Layout
34966 Ansichtsstil
34967 \end_layout
34968
34969 \end_inset
34970 </cell>
34971 </row>
34972 <row>
34973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34974 \begin_inset Text
34975
34976 \begin_layout Plain Layout
34977 0
34978 \end_layout
34979
34980 \end_inset
34981 </cell>
34982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34983 \begin_inset Text
34984
34985 \begin_layout Plain Layout
34986 abgesetzte Formel
34987 \end_layout
34988
34989 \end_inset
34990 </cell>
34991 </row>
34992 <row>
34993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34994 \begin_inset Text
34995
34996 \begin_layout Plain Layout
34997 1
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35003 \begin_inset Text
35004
35005 \begin_layout Plain Layout
35006 eingebettete Formel
35007 \end_layout
35008
35009 \end_inset
35010 </cell>
35011 </row>
35012 <row>
35013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35014 \begin_inset Text
35015
35016 \begin_layout Plain Layout
35017 2
35018 \end_layout
35019
35020 \end_inset
35021 </cell>
35022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35023 \begin_inset Text
35024
35025 \begin_layout Plain Layout
35026 klein
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 </row>
35032 <row>
35033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037 3
35038 \end_layout
35039
35040 \end_inset
35041 </cell>
35042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35043 \begin_inset Text
35044
35045 \begin_layout Plain Layout
35046 winzig
35047 \end_layout
35048
35049 \end_inset
35050 </cell>
35051 </row>
35052 </lyxtabular>
35053
35054 \end_inset
35055
35056
35057 \end_layout
35058
35059 \begin_layout Standard
35060 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35061  
35062 \series bold
35063
35064 \backslash
35065 frac
35066 \series default
35067  der Umgebung an.
35068 \end_layout
35069
35070 \begin_layout Standard
35071 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35072  0.4
35073 \begin_inset space \thinspace{}
35074 \end_inset
35075
35076 pt verwendet.
35077 \end_layout
35078
35079 \begin_layout Standard
35080 \begin_inset VSpace medskip
35081 \end_inset
35082
35083 Zum Beispiel sind die Befehle 
35084 \series bold
35085
35086 \backslash
35087 dfrac
35088 \series default
35089  und 
35090 \series bold
35091
35092 \backslash
35093 tbinom
35094 \series default
35095  aus 
35096 \begin_inset CommandInset ref
35097 LatexCommand ref
35098 reference "sub:Brüche"
35099
35100 \end_inset
35101
35102  folgendermaßen definiert:
35103 \end_layout
35104
35105 \begin_layout Standard
35106
35107 \series bold
35108
35109 \backslash
35110 newcommand{
35111 \backslash
35112 dfrac}[2]{
35113 \backslash
35114 genfrac{}{}{}{0}{#1}{#2}}
35115 \end_layout
35116
35117 \begin_layout Standard
35118 und
35119 \end_layout
35120
35121 \begin_layout Standard
35122
35123 \series bold
35124
35125 \backslash
35126 newcommand{
35127 \backslash
35128 tbinom}[2]{
35129 \backslash
35130 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35131 \end_layout
35132
35133 \begin_layout Standard
35134 \begin_inset VSpace medskip
35135 \end_inset
35136
35137 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35138  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35139 \end_layout
35140
35141 \begin_layout Standard
35142
35143 \series bold
35144
35145 \backslash
35146 newcommand{
35147 \backslash
35148 fracS}[3][]{
35149 \backslash
35150 genfrac{}{}{#1}{}{#2}{#3}}
35151 \end_layout
35152
35153 \begin_layout Standard
35154 Dazu ein Test:
35155 \begin_inset Formula \begin{align*}
35156 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35157 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35158 \end{align*}
35159
35160 \end_inset
35161
35162 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35163  in etwa der dreifachen Strichdicke.
35164 \end_layout
35165
35166 \begin_layout Subsection
35167 Durchgestrichene Formeln
35168 \begin_inset Index idx
35169 status collapsed
35170
35171 \begin_layout Plain Layout
35172 Formel ! durchgestrichene
35173 \end_layout
35174
35175 \end_inset
35176
35177
35178 \end_layout
35179
35180 \begin_layout Standard
35181 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35182 \series bold
35183 cancel
35184 \series default
35185
35186 \begin_inset Index idx
35187 status collapsed
35188
35189 \begin_layout Plain Layout
35190 Pakete ! cancel
35191 \end_layout
35192
35193 \end_inset
35194
35195  mit der LaTeX-Vorspannzeile
35196 \end_layout
35197
35198 \begin_layout Standard
35199
35200 \series bold
35201
35202 \backslash
35203 usepackage[samesize]{cancel}
35204 \end_layout
35205
35206 \begin_layout Standard
35207 geladen werden.
35208 \end_layout
35209
35210 \begin_layout Standard
35211 \begin_inset ERT
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215
35216
35217 \backslash
35218 ifcancel 
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \begin_inset Note Note
35225 status open
35226
35227 \begin_layout Plain Layout
35228 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35229 \series bold
35230 cancel
35231 \series default
35232  installiert ist:
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \begin_layout Standard
35241 Es gibt vier verschiedene Arten durchzustreichen:
35242 \end_layout
35243
35244 \begin_layout Standard
35245 \align center
35246 \begin_inset Tabular
35247 <lyxtabular version="3" rows="5" columns="2">
35248 <features tabularvalignment="middle">
35249 <column alignment="center" valignment="top" width="0">
35250 <column alignment="center" valignment="top" width="0">
35251 <row>
35252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35253 \begin_inset Text
35254
35255 \begin_layout Plain Layout
35256 Befehl
35257 \end_layout
35258
35259 \end_inset
35260 </cell>
35261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35262 \begin_inset Text
35263
35264 \begin_layout Plain Layout
35265 Ergebnis
35266 \begin_inset Note Note
35267 status collapsed
35268
35269 \begin_layout Plain Layout
35270 Der Leerraum und 
35271 \series bold
35272
35273 \backslash
35274 raisebox
35275 \series default
35276  dienen nur als Abstandhalter.
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 </row>
35287 <row>
35288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35289 \begin_inset Text
35290
35291 \begin_layout Plain Layout
35292
35293 \backslash
35294 cancel{
35295 \backslash
35296 int
35297 \begin_inset ERT
35298 status collapsed
35299
35300 \begin_layout Plain Layout
35301
35302
35303 \backslash
35304 leer 
35305 \end_layout
35306
35307 \end_inset
35308
35309 A=B
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35315 \begin_inset Text
35316
35317 \begin_layout Plain Layout
35318 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35319 \end_inset
35320
35321
35322 \end_layout
35323
35324 \end_inset
35325 </cell>
35326 </row>
35327 <row>
35328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35329 \begin_inset Text
35330
35331 \begin_layout Plain Layout
35332
35333 \backslash
35334 bcancel{
35335 \backslash
35336 int
35337 \begin_inset ERT
35338 status collapsed
35339
35340 \begin_layout Plain Layout
35341
35342
35343 \backslash
35344 leer 
35345 \end_layout
35346
35347 \end_inset
35348
35349 A=B
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35355 \begin_inset Text
35356
35357 \begin_layout Plain Layout
35358 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35359 \end_inset
35360
35361
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 </row>
35367 <row>
35368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372
35373 \backslash
35374 xcancel{
35375 \backslash
35376 int
35377 \begin_inset ERT
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381
35382
35383 \backslash
35384 leer 
35385 \end_layout
35386
35387 \end_inset
35388
35389 A=B
35390 \end_layout
35391
35392 \end_inset
35393 </cell>
35394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35395 \begin_inset Text
35396
35397 \begin_layout Plain Layout
35398 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \end_inset
35405 </cell>
35406 </row>
35407 <row>
35408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35409 \begin_inset Text
35410
35411 \begin_layout Plain Layout
35412
35413 \backslash
35414 cancelto{1
35415 \begin_inset Formula $\to$
35416 \end_inset
35417
35418
35419 \backslash
35420 {
35421 \backslash
35422 int
35423 \begin_inset ERT
35424 status collapsed
35425
35426 \begin_layout Plain Layout
35427
35428
35429 \backslash
35430 leer 
35431 \end_layout
35432
35433 \end_inset
35434
35435 A=B
35436 \end_layout
35437
35438 \end_inset
35439 </cell>
35440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35441 \begin_inset Text
35442
35443 \begin_layout Plain Layout
35444 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35445 \end_inset
35446
35447
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 </row>
35453 </lyxtabular>
35454
35455 \end_inset
35456
35457
35458 \end_layout
35459
35460 \begin_layout Standard
35461
35462 \series bold
35463
35464 \backslash
35465 cancelto
35466 \series default
35467  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35468  will:
35469 \begin_inset Formula \[
35470 \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}}}\]
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Standard
35478 \begin_inset ERT
35479 status collapsed
35480
35481 \begin_layout Plain Layout
35482
35483
35484 \backslash
35485 else 
35486 \end_layout
35487
35488 \end_inset
35489
35490
35491 \begin_inset Note Note
35492 status open
35493
35494 \begin_layout Plain Layout
35495 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35496 \series bold
35497 cancel
35498 \series default
35499  nicht installiert ist:
35500 \end_layout
35501
35502 \end_inset
35503
35504
35505 \end_layout
35506
35507 \begin_layout Standard
35508 Das LaTeX-Paket 
35509 \series bold
35510 cancel 
35511 \series default
35512 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35513 \end_layout
35514
35515 \begin_layout Standard
35516 \begin_inset ERT
35517 status collapsed
35518
35519 \begin_layout Plain Layout
35520
35521
35522 \backslash
35523 fi 
35524 \end_layout
35525
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \begin_layout Subsection
35532 Formeln in Überschriften
35533 \begin_inset CommandInset label
35534 LatexCommand label
35535 name "sub:Formeln-in-Überschriften"
35536
35537 \end_inset
35538
35539
35540 \begin_inset Index idx
35541 status collapsed
35542
35543 \begin_layout Plain Layout
35544 Formel ! in Überschriften
35545 \end_layout
35546
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \begin_layout Standard
35553 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35554 \end_layout
35555
35556 \begin_layout Standard
35557 \begin_inset Note Greyedout
35558 status open
35559
35560 \begin_layout Plain Layout
35561 Verwendet man 
35562 \series bold
35563 hyperref
35564 \series default
35565
35566 \begin_inset Index idx
35567 status collapsed
35568
35569 \begin_layout Plain Layout
35570 Pakete ! hyperref
35571 \end_layout
35572
35573 \end_inset
35574
35575  Unterstützung im den Dokumenteinstellungen unter 
35576 \family sans
35577 PDF-Eigenschaften
35578 \family default
35579 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35580  erzeugt.
35581  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35582  dargestellt.
35583  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35584 \end_layout
35585
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \begin_layout Standard
35592 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35593  Kurztitel über das Menü 
35594 \family sans
35595 Einfügen\SpecialChar \menuseparator
35596 Kurztitel
35597 \family default
35598  einfügt.
35599  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35600  um das Inhaltsverzeichnis übersichtlich zu halten.
35601  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35602 chen.
35603 \end_layout
35604
35605 \begin_layout Standard
35606 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35607 \series bold
35608 hyperref
35609 \series default
35610 , verwendet man im TeX-Modus den Befehl
35611 \end_layout
35612
35613 \begin_layout Standard
35614
35615 \series bold
35616
35617 \backslash
35618 texorpdfstring{Teil}{Alternative}
35619 \begin_inset Index idx
35620 status collapsed
35621
35622 \begin_layout Plain Layout
35623 Befehle ! T ! 
35624 \backslash
35625 texorpdfstring
35626 \end_layout
35627
35628 \end_inset
35629
35630
35631 \end_layout
35632
35633 \begin_layout Standard
35634 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35635  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35636  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35637  soll.
35638 \end_layout
35639
35640 \begin_layout Standard
35641 Es folgen zwei Beispielüberschriften:
35642 \begin_inset VSpace -3mm
35643 \end_inset
35644
35645
35646 \begin_inset ERT
35647 status collapsed
35648
35649 \begin_layout Plain Layout
35650
35651
35652 \backslash
35653 boldmath 
35654 \end_layout
35655
35656 \end_inset
35657
35658
35659 \end_layout
35660
35661 \begin_layout Subsubsection
35662 Überschrift ohne Formel im Inhaltsverzeichnis 
35663 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35664 \end_inset
35665
35666
35667 \begin_inset Argument
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671 Überschrift ohne Formel im Inhaltsverzeichnis
35672 \end_layout
35673
35674 \end_inset
35675
35676
35677 \end_layout
35678
35679 \begin_layout Subsubsection
35680 Überschrift mit Formel im Inhaltsverzeichnis
35681 \begin_inset ERT
35682 status collapsed
35683
35684 \begin_layout Plain Layout
35685
35686
35687 \backslash
35688 texorpdfstring{
35689 \end_layout
35690
35691 \end_inset
35692
35693  
35694 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35695 \end_inset
35696
35697
35698 \begin_inset ERT
35699 status collapsed
35700
35701 \begin_layout Plain Layout
35702
35703 }{}
35704 \end_layout
35705
35706 \end_inset
35707
35708
35709 \end_layout
35710
35711 \begin_layout Standard
35712 \begin_inset ERT
35713 status collapsed
35714
35715 \begin_layout Plain Layout
35716
35717
35718 \backslash
35719 unboldmath 
35720 \end_layout
35721
35722 \end_inset
35723
35724 In der ersten Überschrift wurde ein Kurztitel verwendet.
35725  In der zweiten 
35726 \series bold
35727
35728 \backslash
35729 texorpdfstring
35730 \series default
35731 .
35732 \end_layout
35733
35734 \begin_layout Standard
35735 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
35736  die komplette Überschrift in eine 
35737 \series bold
35738 boldmath
35739 \series default
35740 -Umgebung
35741 \begin_inset Foot
35742 status collapsed
35743
35744 \begin_layout Plain Layout
35745 siehe 
35746 \begin_inset CommandInset ref
35747 LatexCommand ref
35748 reference "sub:Fett-gedruckte-Formeln"
35749
35750 \end_inset
35751
35752
35753 \end_layout
35754
35755 \end_inset
35756
35757  gesetzt.
35758 \end_layout
35759
35760 \begin_layout Subsection
35761 Formeln im mehrspaltigen Text
35762 \begin_inset Index idx
35763 status collapsed
35764
35765 \begin_layout Plain Layout
35766 Formel ! im mehrspaltigen Text
35767 \end_layout
35768
35769 \end_inset
35770
35771
35772 \end_layout
35773
35774 \begin_layout Standard
35775 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
35776  müssen daher über die gesamte Seitenbreite gesetzt werden.
35777  Dazu verwendet man das LaTeX-Paket 
35778 \series bold
35779 multicol
35780 \series default
35781
35782 \begin_inset Foot
35783 status collapsed
35784
35785 \begin_layout Plain Layout
35786
35787 \series bold
35788 multicol
35789 \series default
35790  ist Teil jeder LaTeX-Standardinstallation.
35791 \end_layout
35792
35793 \end_inset
35794
35795
35796 \begin_inset Index idx
35797 status collapsed
35798
35799 \begin_layout Plain Layout
35800 Pakete ! multicol
35801 \end_layout
35802
35803 \end_inset
35804
35805 , das mit der LaTeX-Vorspannzeile
35806 \end_layout
35807
35808 \begin_layout Standard
35809
35810 \series bold
35811
35812 \backslash
35813 usepackage{multicol}
35814 \end_layout
35815
35816 \begin_layout Standard
35817 geladen wird.
35818 \end_layout
35819
35820 \begin_layout Standard
35821 \begin_inset Note Greyedout
35822 status open
35823
35824 \begin_layout Plain Layout
35825 Dabei ist zu beachten, dass im Menü 
35826 \family sans
35827 Dokument\SpecialChar \menuseparator
35828 Einstellungen
35829 \family default
35830  unter 
35831 \family sans
35832 Textformat
35833 \family default
35834  
35835 \emph on
35836 nicht
35837 \emph default
35838  
35839 \family sans
35840 Zweispaltiges
35841 \begin_inset space ~
35842 \end_inset
35843
35844 Dokument
35845 \family default
35846  ausgewählt sein darf.
35847 \end_layout
35848
35849 \end_inset
35850
35851
35852 \end_layout
35853
35854 \begin_layout Standard
35855 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
35856 \end_layout
35857
35858 \begin_layout Standard
35859
35860 \series bold
35861
35862 \backslash
35863 begin{multicols}{Spaltenanzahl}
35864 \end_layout
35865
35866 \begin_layout Standard
35867 wobei die Spaltenanzahl eine Zahl im Bereich 2
35868 \begin_inset space \thinspace{}
35869 \end_inset
35870
35871 -
35872 \begin_inset space \thinspace{}
35873 \end_inset
35874
35875 10 ist.
35876  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
35877 \end_layout
35878
35879 \begin_layout Standard
35880
35881 \series bold
35882
35883 \backslash
35884 end{multicols}
35885 \end_layout
35886
35887 \begin_layout Standard
35888 der im TeX-Modus eingegeben wird.
35889 \end_layout
35890
35891 \begin_layout Standard
35892 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35893  Um dies rückgängig zu machen, fügt man vor der Formel -6
35894 \begin_inset space \thinspace{}
35895 \end_inset
35896
35897 mm vertikalen Leerraum ein.
35898  Ist der Formelstil 
35899 \series bold
35900 Eingerückt
35901 \begin_inset Foot
35902 status collapsed
35903
35904 \begin_layout Plain Layout
35905 Formelstile siehe 
35906 \begin_inset CommandInset ref
35907 LatexCommand ref
35908 reference "sec:Formelstile"
35909
35910 \end_inset
35911
35912
35913 \end_layout
35914
35915 \end_inset
35916
35917
35918 \series default
35919  gewählt, fügt man stattdessen -9
35920 \begin_inset space \thinspace{}
35921 \end_inset
35922
35923 mm Leerraum ein.
35924 \end_layout
35925
35926 \begin_layout Standard
35927 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35928 \end_layout
35929
35930 \begin_layout Standard
35931 \begin_inset ERT
35932 status collapsed
35933
35934 \begin_layout Plain Layout
35935
35936
35937 \backslash
35938 begin{multicols}{2}
35939 \end_layout
35940
35941 \end_inset
35942
35943 Das Spektrum wird fouriertransformiert.
35944  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35945 , Lösungsmittel) zu trennen.
35946  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35947  nun das Aussehen des Ausgangssignals.
35948  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35949  über alle Phasen integrieren muss.
35950  Sei nun 
35951 \begin_inset Formula $S$
35952 \end_inset
35953
35954  unser normiertes Ausgangssignal und 
35955 \begin_inset Formula $P$
35956 \end_inset
35957
35958  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35959 \begin_inset ERT
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963
35964
35965 \backslash
35966 end{multicols}
35967 \end_layout
35968
35969 \end_inset
35970
35971
35972 \begin_inset VSpace -6mm
35973 \end_inset
35974
35975
35976 \begin_inset Formula \begin{equation}
35977 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35978
35979 \end_inset
35980
35981
35982 \begin_inset ERT
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986
35987
35988 \backslash
35989 begin{multicols}{2}
35990 \end_layout
35991
35992 \end_inset
35993
35994 wobei 
35995 \begin_inset Formula $S_{0}$
35996 \end_inset
35997
35998  das Signal ohne Gradient ist und die Normierungsbedingung 
35999 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36000 \end_inset
36001
36002  gilt.
36003  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36004  Direkt nach dem 
36005 \begin_inset Formula $\nicefrac{\pi}{2}$
36006 \end_inset
36007
36008
36009 \begin_inset space \thinspace{}
36010 \end_inset
36011
36012 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36013  das Signal zusätzlich abschwächt.
36014  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36015  
36016 \begin_inset Formula $T_{2}$
36017 \end_inset
36018
36019 -Zeit.
36020 \end_layout
36021
36022 \begin_layout Standard
36023 \begin_inset ERT
36024 status collapsed
36025
36026 \begin_layout Plain Layout
36027
36028
36029 \backslash
36030 end{multicols}
36031 \end_layout
36032
36033 \end_inset
36034
36035  
36036 \end_layout
36037
36038 \begin_layout Subsection
36039 Formeln mit Beschreibung der Variablen
36040 \begin_inset Index idx
36041 status collapsed
36042
36043 \begin_layout Plain Layout
36044 Formel ! mit Variablenbeschreibung
36045 \end_layout
36046
36047 \end_inset
36048
36049
36050 \end_layout
36051
36052 \begin_layout Standard
36053 Möchte man wie in Formel 
36054 \begin_inset CommandInset ref
36055 LatexCommand eqref
36056 reference "eq:innerhalb"
36057
36058 \end_inset
36059
36060 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36061 \series bold
36062 ×
36063 \series default
36064
36065 \begin_inset Formula $n$
36066 \end_inset
36067
36068
36069 \begin_inset space ~
36070 \end_inset
36071
36072 Matrix mit links ausgerichteten Spalten für die verwendeten 
36073 \begin_inset Formula $n$
36074 \end_inset
36075
36076  Variablen.
36077 \begin_inset Foot
36078 status collapsed
36079
36080 \begin_layout Plain Layout
36081 Matrizen siehe 
36082 \begin_inset CommandInset ref
36083 LatexCommand ref
36084 reference "sec:Matrizen"
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \end_inset
36092
36093  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36094 \begin_inset space \thinspace{}
36095 \end_inset
36096
36097 B.
36098  den Befehl 
36099 \series bold
36100
36101 \backslash
36102 footnotesize
36103 \series default
36104  ein.
36105 \begin_inset Foot
36106 status collapsed
36107
36108 \begin_layout Plain Layout
36109 Schriftgrößen siehe 
36110 \begin_inset CommandInset ref
36111 LatexCommand ref
36112 reference "sub:Schriftgrößen"
36113
36114 \end_inset
36115
36116
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \end_layout
36123
36124 \begin_layout Standard
36125 Wird der Formelstil 
36126 \series bold
36127 Eingerückt
36128 \begin_inset Foot
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132 Formelstile siehe 
36133 \begin_inset CommandInset ref
36134 LatexCommand ref
36135 reference "sec:Formelstile"
36136
36137 \end_inset
36138
36139
36140 \end_layout
36141
36142 \end_inset
36143
36144
36145 \series default
36146  verwendet, fügt man vor und nach der Matrix ein 
36147 \series bold
36148
36149 \backslash
36150 hfill
36151 \series default
36152
36153 \begin_inset Foot
36154 status collapsed
36155
36156 \begin_layout Plain Layout
36157
36158 \series bold
36159
36160 \backslash
36161 hfill
36162 \series default
36163  wirkt nur in Formeln mit dem Stil 
36164 \series bold
36165 Eingerückt
36166 \series default
36167 , siehe 
36168 \begin_inset CommandInset ref
36169 LatexCommand ref
36170 reference "sub:Variabler-Leerraum"
36171
36172 \end_inset
36173
36174 .
36175 \end_layout
36176
36177 \end_inset
36178
36179  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36180  gleich ist.
36181 \end_layout
36182
36183 \begin_layout Standard
36184 Ist der Formelstil 
36185 \series bold
36186 Zentriert
36187 \series default
36188  gewählt, nutzt man die in 
36189 \begin_inset CommandInset ref
36190 LatexCommand ref
36191 reference "sub:Flalign-Umgebung"
36192
36193 \end_inset
36194
36195  beschriebene Möglichkeit, Formeln einzurücken.
36196  Formel 
36197 \begin_inset CommandInset ref
36198 LatexCommand eqref
36199 reference "eq:innerhalb"
36200
36201 \end_inset
36202
36203  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36204  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36205 \begin_inset Formula \begin{flalign}
36206 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36207 \rho & \textrm{Dichte}\\
36208 V & \textrm{Volumen}\\
36209 g & \textrm{Fallbeschleunigung}
36210 \end{array} &  & {}\label{eq:innerhalb}\end{flalign}
36211
36212 \end_inset
36213
36214
36215 \end_layout
36216
36217 \begin_layout Subsection
36218 Aufrechte kleine griechische Buchstaben
36219 \begin_inset CommandInset label
36220 LatexCommand label
36221 name "sub:Aufrechte-kleine-griechische"
36222
36223 \end_inset
36224
36225
36226 \begin_inset Index idx
36227 status collapsed
36228
36229 \begin_layout Plain Layout
36230 griechische Buchstaben ! aufrechte
36231 \end_layout
36232
36233 \end_inset
36234
36235
36236 \end_layout
36237
36238 \begin_layout Standard
36239 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36240  zur Verfügung.
36241  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36242  aufrechte griechische Buchstaben benötigt.
36243  Die Datei 
36244 \series bold
36245 upgreek.sty
36246 \series default
36247
36248 \begin_inset Foot
36249 status collapsed
36250
36251 \begin_layout Plain Layout
36252
36253 \series bold
36254 upgreek
36255 \series default
36256  ist Teil des LaTeX-Paketes 
36257 \series bold
36258 was
36259 \series default
36260
36261 \begin_inset Index idx
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265 Pakete ! was
36266 \begin_inset ERT
36267 status collapsed
36268
36269 \begin_layout Plain Layout
36270
36271
36272 \backslash
36273 vspace{4mm}
36274 \end_layout
36275
36276 \end_inset
36277
36278
36279 \end_layout
36280
36281 \end_inset
36282
36283 .
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \begin_inset Index idx
36290 status collapsed
36291
36292 \begin_layout Plain Layout
36293 Pakete ! upgreek
36294 \end_layout
36295
36296 \end_inset
36297
36298 , die mit der LaTeX-Vorspannzeile
36299 \end_layout
36300
36301 \begin_layout Standard
36302
36303 \series bold
36304
36305 \backslash
36306 usepackage{upgreek}
36307 \end_layout
36308
36309 \begin_layout Standard
36310 geladen wird, stellt diese Buchstaben zur Verfügung.
36311  
36312 \begin_inset ERT
36313 status collapsed
36314
36315 \begin_layout Plain Layout
36316
36317
36318 \backslash
36319 ifupgreek 
36320 \end_layout
36321
36322 \end_inset
36323
36324
36325 \begin_inset Note Note
36326 status open
36327
36328 \begin_layout Plain Layout
36329 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36330 \series bold
36331 upgreek
36332 \series default
36333  installiert ist:
36334 \end_layout
36335
36336 \end_inset
36337
36338  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36339  
36340 \series bold
36341 up
36342 \series default
36343  begonnen wird.
36344  So erzeugt z.
36345 \begin_inset space \thinspace{}
36346 \end_inset
36347
36348 B.
36349  der Befehl 
36350 \series bold
36351
36352 \backslash
36353 uptau
36354 \series default
36355  dies: 
36356 \begin_inset Formula $\uptau$
36357 \end_inset
36358
36359
36360 \end_layout
36361
36362 \begin_layout Standard
36363 Damit kann man Elementarteilchenreaktionen erstellen:
36364 \begin_inset Formula \[
36365 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36366
36367 \end_inset
36368
36369
36370 \end_layout
36371
36372 \begin_layout Standard
36373 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36374  Sie sollten daher nicht für Einheiten wie 
36375 \begin_inset Quotes gld
36376 \end_inset
36377
36378 µm
36379 \begin_inset Quotes grd
36380 \end_inset
36381
36382  verwendet werden.
36383 \end_layout
36384
36385 \begin_layout Standard
36386 \begin_inset ERT
36387 status collapsed
36388
36389 \begin_layout Plain Layout
36390
36391
36392 \backslash
36393 else 
36394 \end_layout
36395
36396 \end_inset
36397
36398
36399 \begin_inset Note Note
36400 status open
36401
36402 \begin_layout Plain Layout
36403 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36404 \series bold
36405 upgreek
36406 \series default
36407  nicht installiert ist:
36408 \end_layout
36409
36410 \end_inset
36411
36412
36413 \end_layout
36414
36415 \begin_layout Standard
36416 Das LaTeX-Paket 
36417 \series bold
36418 upgreek 
36419 \series default
36420 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36421 \end_layout
36422
36423 \begin_layout Standard
36424 \begin_inset ERT
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428
36429
36430 \backslash
36431 fi 
36432 \end_layout
36433
36434 \end_inset
36435
36436
36437 \end_layout
36438
36439 \begin_layout Subsection
36440 Textzeichen in Formeln
36441 \begin_inset CommandInset label
36442 LatexCommand label
36443 name "sub:Textzeichen-in-Formeln"
36444
36445 \end_inset
36446
36447
36448 \begin_inset Index idx
36449 status collapsed
36450
36451 \begin_layout Plain Layout
36452 Text ! in Formeln
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \end_layout
36459
36460 \begin_layout Standard
36461 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36462  Benötigt man z.
36463 \begin_inset space \thinspace{}
36464 \end_inset
36465
36466 B.
36467  den mittigen Punkt · in Formeln wie 
36468 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36469 \end_inset
36470
36471 , müsste man dafür jedes Mal den Befehl 
36472 \series bold
36473
36474 \backslash
36475 cdot
36476 \series default
36477  eingeben
36478 \begin_inset Foot
36479 status collapsed
36480
36481 \begin_layout Plain Layout
36482 siehe 
36483 \begin_inset CommandInset ref
36484 LatexCommand ref
36485 reference "sub:Binäre-Operatoren"
36486
36487 \end_inset
36488
36489
36490 \end_layout
36491
36492 \end_inset
36493
36494 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36495  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36496 \end_layout
36497
36498 \begin_layout Standard
36499
36500 \series bold
36501
36502 \backslash
36503 DeclareInputText{183}{
36504 \backslash
36505 ifmmode
36506 \backslash
36507 cdot
36508 \backslash
36509 else
36510 \backslash
36511 textperiodcentered
36512 \backslash
36513 f\SpecialChar \textcompwordmark{}
36514 i}
36515 \end_layout
36516
36517 \begin_layout Standard
36518 Die Zeichenkodierung (Menü 
36519 \family sans
36520 Dokument\SpecialChar \menuseparator
36521 Einstellungen\SpecialChar \menuseparator
36522 Sprache
36523 \family default
36524 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36525  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36526 \series bold
36527
36528 \backslash
36529 textperiodcentered
36530 \series default
36531  verwendet.
36532  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36533  LaTeX-Fehlern kommen würde.
36534  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36535  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36536  nicht.
36537 \end_layout
36538
36539 \begin_layout Standard
36540 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36541  Z.
36542 \begin_inset space \thinspace{}
36543 \end_inset
36544
36545 B.
36546  ist die Kodierung 
36547 \series bold
36548 latin9
36549 \series default
36550  in der Datei 
36551 \series bold
36552 latin9.def
36553 \series default
36554  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36555  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36556 eien geändert werden.
36557  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36558  nicht ohne Weiteres bearbeitet werden.
36559 \end_layout
36560
36561 \begin_layout Standard
36562 \begin_inset VSpace medskip
36563 \end_inset
36564
36565 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36566  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36567  Formel eingegeben werden können:
36568 \end_layout
36569
36570 \begin_layout Standard
36571
36572 \series bold
36573
36574 \backslash
36575 DeclareInputText{176}{
36576 \backslash
36577 ifmmode^
36578 \backslash
36579 circ
36580 \backslash
36581 else
36582 \backslash
36583 textdegree
36584 \backslash
36585 f\SpecialChar \textcompwordmark{}
36586 i}
36587 \end_layout
36588
36589 \begin_layout Standard
36590 \begin_inset Newpage newpage
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \begin_layout Section
36597 \start_of_appendix
36598 Typographische Hinweise
36599 \begin_inset Index idx
36600 status collapsed
36601
36602 \begin_layout Plain Layout
36603 Typographische Hinweise
36604 \end_layout
36605
36606 \end_inset
36607
36608
36609 \end_layout
36610
36611 \begin_layout Standard
36612 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36613  Regeln, die teilweise auch im Duden 
36614 \begin_inset CommandInset citation
36615 LatexCommand cite
36616 key "Duden"
36617
36618 \end_inset
36619
36620  unter 
36621 \family typewriter
36622 Textverarbeitung
36623 \family default
36624  aufgelistet sind.
36625  Weitere Regeln sind in 
36626 \begin_inset CommandInset citation
36627 LatexCommand cite
36628 key "Checklist"
36629
36630 \end_inset
36631
36632  zu finden.
36633 \end_layout
36634
36635 \begin_layout Itemize
36636 Physikalische Einheiten werden 
36637 \emph on
36638 immer
36639 \emph default
36640  aufrecht gesetzt
36641 \begin_inset Foot
36642 status collapsed
36643
36644 \begin_layout Plain Layout
36645 wird durch Schriftstile erreicht, siehe 
36646 \begin_inset CommandInset ref
36647 LatexCommand ref
36648 reference "sub:Schriftstile"
36649
36650 \end_inset
36651
36652
36653 \end_layout
36654
36655 \end_inset
36656
36657 , egal ob sie sich in einem kursiven Text befinden: 30
36658 \begin_inset space \thinspace{}
36659 \end_inset
36660
36661 km/h
36662 \begin_inset Newline newline
36663 \end_inset
36664
36665 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
36666 \begin_inset CommandInset ref
36667 LatexCommand ref
36668 reference "sub:Vordefinierter-Leerraum"
36669
36670 \end_inset
36671
36672 .
36673 \begin_inset Newline newline
36674 \end_inset
36675
36676 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
36677 \series bold
36678
36679 \backslash
36680 unittwo
36681 \series default
36682  verwendet.
36683  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
36684  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
36685  erhält wie oben: 
36686 \begin_inset Formula $\unit[30]{km/h}$
36687 \end_inset
36688
36689
36690 \begin_inset space \thinspace{}
36691 \end_inset
36692
36693 .
36694  Zu beachten ist, dass 
36695 \series bold
36696
36697 \backslash
36698 unittwo
36699 \series default
36700  kein echter LaTeX-Befehl, sondern der Befehl 
36701 \series bold
36702
36703 \backslash
36704 unit[Wert]{Einheit}
36705 \series default
36706  ist, daher kann man ihn nicht im TeX-Code benutzen.
36707 \end_layout
36708
36709 \begin_layout Itemize
36710 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
36711 \begin_inset Newline newline
36712 \end_inset
36713
36714 1,2
36715 \begin_inset space \thinspace{}
36716 \end_inset
36717
36718 ‰ Alkohol im Blut
36719 \begin_inset Newline newline
36720 \end_inset
36721
36722 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
36723  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
36724 \end_layout
36725
36726 \begin_layout Itemize
36727 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
36728  wird in einer Einheit verwendet: 15
36729 \begin_inset space \thinspace{}
36730 \end_inset
36731
36732 °C
36733 \end_layout
36734
36735 \begin_layout Itemize
36736 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
36737  Ziffer der kleinste Leerraum eingefügt: 18
36738 \begin_inset space \thinspace{}
36739 \end_inset
36740
36741 473
36742 \begin_inset space \thinspace{}
36743 \end_inset
36744
36745 588
36746 \end_layout
36747
36748 \begin_layout Itemize
36749 Für Bemaßungen wie z.
36750 \begin_inset space \thinspace{}
36751 \end_inset
36752
36753 B.
36754  120×90×40
36755 \begin_inset space \thinspace{}
36756 \end_inset
36757
36758 cm, verwendet man das gelegte Kreuz 
36759 \begin_inset Quotes gld
36760 \end_inset
36761
36762 ×
36763 \begin_inset Quotes grd
36764 \end_inset
36765
36766 , dass entweder über den Befehl 
36767 \series bold
36768
36769 \backslash
36770 times
36771 \series default
36772  oder über das Menü 
36773 \family sans
36774 Einfügen\SpecialChar \menuseparator
36775 Sonderzeichen\SpecialChar \menuseparator
36776 Symbole
36777 \family default
36778  verfügbar ist.
36779 \end_layout
36780
36781 \begin_layout Itemize
36782 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
36783  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
36784 \begin_inset space \thinspace{}
36785 \end_inset
36786
36787 6.
36788 \begin_inset space ~
36789 \end_inset
36790
36791 1979
36792 \end_layout
36793
36794 \begin_layout Itemize
36795 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
36796  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
36797 \begin_inset CommandInset ref
36798 LatexCommand ref
36799 reference "sub:Vordefinierte-Funktionen"
36800
36801 \end_inset
36802
36803 .
36804 \end_layout
36805
36806 \begin_layout Itemize
36807 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
36808  
36809 \begin_inset Formula $E_{\mathrm{kin}}$
36810 \end_inset
36811
36812
36813 \begin_inset Newline newline
36814 \end_inset
36815
36816 Komponenten von Matrizen werden kursiv gesetzt: 
36817 \begin_inset Formula $\hat{H}_{kl}$
36818 \end_inset
36819
36820
36821 \end_layout
36822
36823 \begin_layout Itemize
36824 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
36825  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
36826  Variablen zu verwechseln.
36827 \end_layout
36828
36829 \begin_layout Itemize
36830 Das Symbol für eine 
36831 \noun on
36832 Fourier
36833 \noun default
36834 -Transformation kann entweder mit dem Befehl 
36835 \series bold
36836
36837 \backslash
36838 mathscr
36839 \begin_inset ERT
36840 status collapsed
36841
36842 \begin_layout Plain Layout
36843
36844
36845 \backslash
36846 leer 
36847 \end_layout
36848
36849 \end_inset
36850
36851 F
36852 \series default
36853  oder über das Menü 
36854 \family sans
36855 Einfügen\SpecialChar \menuseparator
36856 Sonderzeichen\SpecialChar \menuseparator
36857 Symbole\SpecialChar \menuseparator
36858 Buchstabenähnliche
36859 \begin_inset space ~
36860 \end_inset
36861
36862 Symbole
36863 \family default
36864  eingefügt werden: 
36865 \begin_inset Formula $\mathscr{F}$
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \begin_layout Standard
36872 \begin_inset Newpage newpage
36873 \end_inset
36874
36875
36876 \end_layout
36877
36878 \begin_layout Section
36879 Synonyme
36880 \begin_inset Index idx
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884 Synonyme
36885 \end_layout
36886
36887 \end_inset
36888
36889
36890 \end_layout
36891
36892 \begin_layout Standard
36893 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36894  Hier ist eine Übersicht der Synonymbefehle:
36895 \end_layout
36896
36897 \begin_layout Standard
36898 \begin_inset VSpace bigskip
36899 \end_inset
36900
36901
36902 \begin_inset space \hfill{}
36903 \end_inset
36904
36905
36906 \begin_inset Tabular
36907 <lyxtabular version="3" rows="12" columns="2">
36908 <features tabularvalignment="middle">
36909 <column alignment="center" valignment="top" width="0pt">
36910 <column alignment="center" valignment="top" width="0pt">
36911 <row>
36912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout Plain Layout
36916 Befehl
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36922 \begin_inset Text
36923
36924 \begin_layout Plain Layout
36925 äquivalent zu
36926 \begin_inset Note Note
36927 status collapsed
36928
36929 \begin_layout Plain Layout
36930
36931 \series bold
36932
36933 \backslash
36934 raisebox
36935 \series default
36936  dient nur als Abstandhalter.
36937 \end_layout
36938
36939 \end_inset
36940
36941
36942 \end_layout
36943
36944 \end_inset
36945 </cell>
36946 </row>
36947 <row>
36948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36949 \begin_inset Text
36950
36951 \begin_layout Plain Layout
36952
36953 \backslash
36954 ast
36955 \end_layout
36956
36957 \end_inset
36958 </cell>
36959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36960 \begin_inset Text
36961
36962 \begin_layout Plain Layout
36963 \begin_inset ERT
36964 status collapsed
36965
36966 \begin_layout Plain Layout
36967
36968
36969 \backslash
36970 raisebox{-1.2mm}{
36971 \end_layout
36972
36973 \end_inset
36974
36975 *
36976 \begin_inset ERT
36977 status collapsed
36978
36979 \begin_layout Plain Layout
36980
36981 }
36982 \end_layout
36983
36984 \end_inset
36985
36986
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 </row>
36992 <row>
36993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36994 \begin_inset Text
36995
36996 \begin_layout Plain Layout
36997
36998 \backslash
36999 choose
37000 \end_layout
37001
37002 \end_inset
37003 </cell>
37004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37005 \begin_inset Text
37006
37007 \begin_layout Plain Layout
37008
37009 \backslash
37010 binom
37011 \end_layout
37012
37013 \end_inset
37014 </cell>
37015 </row>
37016 <row>
37017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021
37022 \backslash
37023 geq
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37029 \begin_inset Text
37030
37031 \begin_layout Plain Layout
37032
37033 \backslash
37034 ge
37035 \end_layout
37036
37037 \end_inset
37038 </cell>
37039 </row>
37040 <row>
37041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37042 \begin_inset Text
37043
37044 \begin_layout Plain Layout
37045
37046 \backslash
37047 lbrace
37048 \end_layout
37049
37050 \end_inset
37051 </cell>
37052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37053 \begin_inset Text
37054
37055 \begin_layout Plain Layout
37056 {
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 </row>
37062 <row>
37063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37064 \begin_inset Text
37065
37066 \begin_layout Plain Layout
37067
37068 \backslash
37069 lbracket
37070 \end_layout
37071
37072 \end_inset
37073 </cell>
37074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37075 \begin_inset Text
37076
37077 \begin_layout Plain Layout
37078 [
37079 \end_layout
37080
37081 \end_inset
37082 </cell>
37083 </row>
37084 <row>
37085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37086 \begin_inset Text
37087
37088 \begin_layout Plain Layout
37089
37090 \backslash
37091 leftarrow
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37097 \begin_inset Text
37098
37099 \begin_layout Plain Layout
37100
37101 \backslash
37102 gets
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 </row>
37108 <row>
37109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113
37114 \backslash
37115 leq
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124
37125 \backslash
37126 le
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 </row>
37132 <row>
37133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137
37138 \backslash
37139 lor
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148
37149 \backslash
37150 vee
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 </row>
37156 <row>
37157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161
37162 \backslash
37163 neq
37164 \end_layout
37165
37166 \end_inset
37167 </cell>
37168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172
37173 \backslash
37174 not=
37175 \end_layout
37176
37177 \end_inset
37178 </cell>
37179 </row>
37180 <row>
37181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37182 \begin_inset Text
37183
37184 \begin_layout Plain Layout
37185
37186 \backslash
37187 slash
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37193 \begin_inset Text
37194
37195 \begin_layout Plain Layout
37196 /
37197 \end_layout
37198
37199 \end_inset
37200 </cell>
37201 </row>
37202 <row>
37203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37204 \begin_inset Text
37205
37206 \begin_layout Plain Layout
37207
37208 \backslash
37209 vert
37210 \end_layout
37211
37212 \end_inset
37213 </cell>
37214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218 |
37219 \end_layout
37220
37221 \end_inset
37222 </cell>
37223 </row>
37224 </lyxtabular>
37225
37226 \end_inset
37227
37228
37229 \begin_inset space \hfill{}
37230 \end_inset
37231
37232
37233 \begin_inset Tabular
37234 <lyxtabular version="3" rows="12" columns="2">
37235 <features tabularvalignment="middle">
37236 <column alignment="center" valignment="top" width="0pt">
37237 <column alignment="center" valignment="top" width="0pt">
37238 <row>
37239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243 Befehl
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252 äquivalent zu
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 </row>
37258 <row>
37259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263
37264 \backslash
37265 backslash
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274
37275 \backslash
37276
37277 \backslash
37278
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 </row>
37284 <row>
37285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37286 \begin_inset Text
37287
37288 \begin_layout Plain Layout
37289
37290 \backslash
37291 dasharrow
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300
37301 \backslash
37302 dashrightarrow
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 </row>
37308 <row>
37309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313
37314 \backslash
37315 land
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37321 \begin_inset Text
37322
37323 \begin_layout Plain Layout
37324
37325 \backslash
37326 wedge
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 </row>
37332 <row>
37333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37334 \begin_inset Text
37335
37336 \begin_layout Plain Layout
37337
37338 \backslash
37339 rbrace
37340 \end_layout
37341
37342 \end_inset
37343 </cell>
37344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37345 \begin_inset Text
37346
37347 \begin_layout Plain Layout
37348 }
37349 \end_layout
37350
37351 \end_inset
37352 </cell>
37353 </row>
37354 <row>
37355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37356 \begin_inset Text
37357
37358 \begin_layout Plain Layout
37359
37360 \backslash
37361 rbracket
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37367 \begin_inset Text
37368
37369 \begin_layout Plain Layout
37370 ]
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 </row>
37376 <row>
37377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381
37382 \backslash
37383 rightarrow
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392
37393 \backslash
37394 to
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 </row>
37400 <row>
37401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37402 \begin_inset Text
37403
37404 \begin_layout Plain Layout
37405
37406 \backslash
37407 lnot
37408 \end_layout
37409
37410 \end_inset
37411 </cell>
37412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37413 \begin_inset Text
37414
37415 \begin_layout Plain Layout
37416
37417 \backslash
37418 neg
37419 \end_layout
37420
37421 \end_inset
37422 </cell>
37423 </row>
37424 <row>
37425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37426 \begin_inset Text
37427
37428 \begin_layout Plain Layout
37429
37430 \backslash
37431 ne
37432 \end_layout
37433
37434 \end_inset
37435 </cell>
37436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37437 \begin_inset Text
37438
37439 \begin_layout Plain Layout
37440
37441 \backslash
37442 not=
37443 \end_layout
37444
37445 \end_inset
37446 </cell>
37447 </row>
37448 <row>
37449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37450 \begin_inset Text
37451
37452 \begin_layout Plain Layout
37453
37454 \backslash
37455 owns
37456 \end_layout
37457
37458 \end_inset
37459 </cell>
37460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37461 \begin_inset Text
37462
37463 \begin_layout Plain Layout
37464
37465 \backslash
37466 ni
37467 \end_layout
37468
37469 \end_inset
37470 </cell>
37471 </row>
37472 <row>
37473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37474 \begin_inset Text
37475
37476 \begin_layout Plain Layout
37477
37478 \backslash
37479 square
37480 \end_layout
37481
37482 \end_inset
37483 </cell>
37484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488
37489 \backslash
37490 Box
37491 \end_layout
37492
37493 \end_inset
37494 </cell>
37495 </row>
37496 <row>
37497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37498 \begin_inset Text
37499
37500 \begin_layout Plain Layout
37501
37502 \backslash
37503 Vert
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37509 \begin_inset Text
37510
37511 \begin_layout Plain Layout
37512
37513 \backslash
37514 |
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 </row>
37520 </lyxtabular>
37521
37522 \end_inset
37523
37524
37525 \begin_inset space \hfill{}
37526 \end_inset
37527
37528
37529 \end_layout
37530
37531 \begin_layout Standard
37532 \begin_inset Newpage newpage
37533 \end_inset
37534
37535
37536 \end_layout
37537
37538 \begin_layout Bibliography
37539 \labelwidthstring Referenzen
37540 \begin_inset CommandInset bibitem
37541 LatexCommand bibitem
37542 key "TLC2"
37543
37544 \end_inset
37545
37546
37547 \shape smallcaps
37548 Mittelbach, F.
37549  ; Goossens, M.
37550 \shape default
37551
37552 \shape italic
37553 The LaTeX Companion
37554 \shape default
37555 .
37556  Addison Wesley, 2004
37557 \end_layout
37558
37559 \begin_layout Bibliography
37560 \labelwidthstring Referenzen
37561 \begin_inset CommandInset bibitem
37562 LatexCommand bibitem
37563 key "Mathmode"
37564
37565 \end_inset
37566
37567
37568 \begin_inset CommandInset href
37569 LatexCommand href
37570 name "Beschreibung"
37571 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37572
37573 \end_inset
37574
37575  der mathematischen Fähigkeiten von LaTeX
37576 \end_layout
37577
37578 \begin_layout Bibliography
37579 \labelwidthstring Referenzen
37580 \begin_inset CommandInset bibitem
37581 LatexCommand bibitem
37582 key "AMS"
37583
37584 \end_inset
37585
37586
37587 \begin_inset CommandInset href
37588 LatexCommand href
37589 name "Beschreibung"
37590 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37591
37592 \end_inset
37593
37594  von 
37595 \begin_inset ERT
37596 status collapsed
37597
37598 \begin_layout Plain Layout
37599
37600
37601 \backslash
37602 AmS
37603 \end_layout
37604
37605 \end_inset
37606
37607 -LaTeX
37608 \end_layout
37609
37610 \begin_layout Bibliography
37611 \labelwidthstring Referenzen
37612 \begin_inset CommandInset bibitem
37613 LatexCommand bibitem
37614 key "Symbole"
37615
37616 \end_inset
37617
37618
37619 \begin_inset CommandInset href
37620 LatexCommand href
37621 name "Auflistung"
37622 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37623
37624 \end_inset
37625
37626  aller über LaTeX-Pakete verfügbare Symbole
37627 \end_layout
37628
37629 \begin_layout Bibliography
37630 \labelwidthstring Referenzen
37631 \begin_inset CommandInset bibitem
37632 LatexCommand bibitem
37633 key "hyperref"
37634
37635 \end_inset
37636
37637
37638 \begin_inset CommandInset href
37639 LatexCommand href
37640 name "Dokumentation"
37641 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37642
37643 \end_inset
37644
37645  des LaTeX-Pakets 
37646 \series bold
37647 hyperref
37648 \series default
37649
37650 \begin_inset Index idx
37651 status collapsed
37652
37653 \begin_layout Plain Layout
37654 Pakete ! hyperref
37655 \end_layout
37656
37657 \end_inset
37658
37659
37660 \end_layout
37661
37662 \begin_layout Bibliography
37663 \labelwidthstring Referenzen
37664 \begin_inset CommandInset bibitem
37665 LatexCommand bibitem
37666 key "mhchem"
37667
37668 \end_inset
37669
37670
37671 \begin_inset CommandInset href
37672 LatexCommand href
37673 name "Dokumentation"
37674 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37675
37676 \end_inset
37677
37678  des LaTeX-Pakets 
37679 \series bold
37680 mhchem
37681 \series default
37682
37683 \begin_inset Index idx
37684 status collapsed
37685
37686 \begin_layout Plain Layout
37687 Pakete ! mhchem
37688 \end_layout
37689
37690 \end_inset
37691
37692
37693 \end_layout
37694
37695 \begin_layout Bibliography
37696 \labelwidthstring Referenzen
37697 \begin_inset CommandInset bibitem
37698 LatexCommand bibitem
37699 key "Mathclap"
37700
37701 \end_inset
37702
37703
37704 \begin_inset CommandInset href
37705 LatexCommand href
37706 name "Beschreibung"
37707 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37708
37709 \end_inset
37710
37711  des in 
37712 \begin_inset CommandInset ref
37713 LatexCommand ref
37714 reference "sub:Operatorgrenzen"
37715
37716 \end_inset
37717
37718  vorgestellten Befehls 
37719 \series bold
37720
37721 \backslash
37722 mathclap
37723 \series default
37724
37725 \begin_inset Index idx
37726 status collapsed
37727
37728 \begin_layout Plain Layout
37729 Befehle ! M ! 
37730 \backslash
37731 mathclap
37732 \end_layout
37733
37734 \end_inset
37735
37736
37737 \end_layout
37738
37739 \begin_layout Bibliography
37740 \labelwidthstring Referenzen
37741 \begin_inset CommandInset bibitem
37742 LatexCommand bibitem
37743 key "Duden"
37744
37745 \end_inset
37746
37747
37748 \emph on
37749 Duden Band 1
37750 \emph default
37751 .
37752  22.
37753  Auflage, Duden Verlag 2001
37754 \end_layout
37755
37756 \begin_layout Bibliography
37757 \labelwidthstring Referenzen
37758 \begin_inset CommandInset bibitem
37759 LatexCommand bibitem
37760 key "Checklist"
37761
37762 \end_inset
37763
37764
37765 \begin_inset CommandInset href
37766 LatexCommand href
37767 name "Prüfliste"
37768 target "http://physics.nist.gov/Document/checklist.pdf"
37769
37770 \end_inset
37771
37772  für das Rezensieren von Manuskripten
37773 \end_layout
37774
37775 \begin_layout Standard
37776 \begin_inset Note Note
37777 status collapsed
37778
37779 \begin_layout Plain Layout
37780 Damit der Index den Namen 
37781 \begin_inset Quotes gld
37782 \end_inset
37783
37784 Stichwortverzeichnis
37785 \begin_inset Quotes grd
37786 \end_inset
37787
37788  erhält, wurde im LaTeX-Vorspann
37789 \end_layout
37790
37791 \begin_layout Plain Layout
37792
37793 \series bold
37794
37795 \backslash
37796 addto
37797 \backslash
37798 captionsngerman{
37799 \backslash
37800 renewcommand{
37801 \backslash
37802 indexname}{Stichwortverzeichnis}}
37803 \end_layout
37804
37805 \begin_layout Plain Layout
37806 eingefügt.
37807 \end_layout
37808
37809 \begin_layout Plain Layout
37810 Das Paket 
37811 \series bold
37812 babel
37813 \series default
37814  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
37815  Ehe man Beschriftungen ändern kann, muss es geladen werden.
37816  Außerdem wird 
37817 \series bold
37818 babel
37819 \series default
37820  von LyX automatisch nach dem LaTeX-Vorspann geladen.
37821  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
37822 che verwendet wurde.
37823 \end_layout
37824
37825 \begin_layout Plain Layout
37826 Möchte man andere Beschriftungen ändern, ersetzt man 
37827 \series bold
37828
37829 \backslash
37830 indexname
37831 \series default
37832  durch 
37833 \series bold
37834
37835 \backslash
37836 <Beschriftungs>name
37837 \series default
37838 .
37839  Eine Auflistung der möglichen Namen findet man unter
37840 \end_layout
37841
37842 \begin_layout Plain Layout
37843
37844 \family typewriter
37845 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
37846 \end_layout
37847
37848 \begin_layout Plain Layout
37849 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
37850 \series bold
37851 ngerman
37852 \series default
37853  durch die Dokumentsprache und
37854 \end_layout
37855
37856 \begin_layout Plain Layout
37857
37858 \series bold
37859
37860 \backslash
37861 captionsgerman
37862 \series default
37863  durch 
37864 \series bold
37865
37866 \backslash
37867 captions<Dokumentsprache>
37868 \series default
37869 .
37870 \end_layout
37871
37872 \end_inset
37873
37874
37875 \begin_inset CommandInset index_print
37876 LatexCommand printindex
37877 type "idx"
37878
37879 \end_inset
37880
37881
37882 \end_layout
37883
37884 \end_body
37885 \end_document