]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
86b7594485211532a60c9afbcbdf6dbdf56a3592
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasngerman{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
47  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
49
50 % Makros damit Pakete nicht doppelt geladen werden.
51 % siehe erste Fußnote in Kap. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
55 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % benutzt in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % für Mehrfachzeilen und -spalten
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % benutzt in Kap. 19.4
83 \usepackage{remreset}
84
85 % für das Fourier-Transformationssymbol
86 \usepackage{mathrsfs}
87
88 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % Farbdefinition aus Kap. 9.3
92 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
95 \DeclareMathOperator*{\Raute}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\leer}{\textvisiblespace}
99
100 % Beispielbefehle aus Kap. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % Beispielmakro aus Kap. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % Makro aus Kap. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % Damit der Index einen anderen Namen erhält.
116 \addto\captionsngerman
117 {\renewcommand{\indexname}
118 {Stichwort- und Befehlsverzeichnis}}
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % testen ob das Paket eurosym installiert ist
125 % wird benutzt für das Euro-Symbol
126 \newboolean{eurosym}
127 \IfFileExists{eurosym.sty}
128  {\usepackage[gennarrow]{eurosym}
129   \setboolean{eurosym}{true}}
130  {\setboolean{eurosym}{false}}
131
132 % testen ob Paket braket installiert ist
133 % benötigt für physikalische Vektoren
134 \newboolean{braket}
135 \IfFileExists{braket.sty}
136  {\usepackage{braket}
137   \setboolean{braket}{true}}
138  {\setboolean{braket}{false}}
139
140 % testen ob Paket cancel installiert ist
141 \newboolean{cancel}
142 \IfFileExists{cancel.sty}
143  {\usepackage{cancel}
144   \setboolean{cancel}{true}}
145  {\setboolean{cancel}{false}}
146
147 % testen ob Paket upgreek installiert ist
148 \newboolean{upgreek}
149 \IfFileExists{upgreek.sty}
150  {\usepackage{upgreek}
151   \setboolean{upgreek}{true}}
152  {\setboolean{upgreek}{false}}
153
154 % benötigt für Kommas in Formeln, siehe Kap. 22.3
155 \IfFileExists{icomma.sty}
156  {\usepackage{icomma}}{}
157 \end_preamble
158 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
159 \use_default_options false
160 \maintain_unincluded_children false
161 \language ngerman
162 \inputencoding auto
163 \fontencoding global
164 \font_roman default
165 \font_sans default
166 \font_typewriter default
167 \font_default_family default
168 \use_xetex false
169 \font_sc false
170 \font_osf false
171 \font_sf_scale 100
172 \font_tt_scale 100
173
174 \graphics default
175 \default_output_format default
176 \output_sync 0
177 \bibtex_command default
178 \index_command default
179 \paperfontsize 12
180 \spacing single
181 \use_hyperref true
182 \pdf_title "LyXs Mathehandbuch"
183 \pdf_author "LyX Team, Uwe Stöhr"
184 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
185 \pdf_keywords "LyX, Mathed"
186 \pdf_bookmarks true
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
196 \papersize a4paper
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 1
200 \use_mhchem 1
201 \use_mathdots 1
202 \cite_engine basic
203 \use_bibtopic false
204 \use_indices false
205 \paperorientation portrait
206 \suppress_date false
207 \use_refstyle 0
208 \notefontcolor #0000ff
209 \index Stichwortverzeichnis
210 \shortcut idx
211 \color #008000
212 \end_index
213 \secnumdepth 4
214 \tocdepth 3
215 \paragraph_separation skip
216 \defskip medskip
217 \quotes_language german
218 \papercolumns 1
219 \papersides 2
220 \paperpagestyle plain
221 \bullet 1 0 6 -1
222 \bullet 2 2 35 -1
223 \bullet 3 2 7 -1
224 \tracking_changes false
225 \output_changes false
226 \html_math_output 0
227 \html_be_strict false
228 \end_header
229
230 \begin_body
231
232 \begin_layout Title
233 LyXs detailliertes Mathe Handbuch
234 \end_layout
235
236 \begin_layout Author
237 vom LyX Team
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 \noindent
243 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
244 ons-Liste: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
251
252 \end_inset
253
254
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Note Note
261 status collapsed
262
263 \begin_layout Plain Layout
264 Verfasser: Uwe Stöhr
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \family sans
279 Version 2.0.x
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset CommandInset toc
284 LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
297  
298 \series bold
299 braket, cancel, eurosym,
300 \series default
301  
302 \series bold
303 mhchem, multirow
304 \series default
305  und 
306 \series bold
307 was
308 \series default
309  installiert sein.
310  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
311  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
312  nicht im Ausdruck.
313  Eine Ausnahme ist 
314 \series bold
315 mhchem
316 \series default
317 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
318 \end_layout
319
320 \begin_layout Plain Layout
321 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
322 \begin_inset Newline newline
323 \end_inset
324
325
326 \series bold
327 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
328 \end_layout
329
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Standard
336 \begin_inset Newpage newpage
337 \end_inset
338
339
340 \end_layout
341
342 \begin_layout Section
343 Einleitung
344 \end_layout
345
346 \begin_layout Standard
347 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
348  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
349  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
350 tten.
351  Das setzt voraus, dass bereits das Kapitel 
352 \family typewriter
353 Mathematische
354 \family default
355  
356 \family typewriter
357 Formeln
358 \family default
359  des Benutzerhandbuchs gelesen worden ist.
360 \end_layout
361
362 \begin_layout Standard
363 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
364 \family sans
365 Einfügen
366 \series bold
367 \SpecialChar \menuseparator
368
369 \series default
370 Mathe
371 \family default
372  oder die 
373 \family sans
374 Mathe-Werkzeugleiste
375 \family default
376  aufrufbar.
377  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
378  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
379  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
380  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
381 \end_layout
382
383 \begin_layout Standard
384 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
385  LyX verfügbar.
386  Um alle Befehle nutzen zu können, muss die Option 
387 \family sans
388 AMS-Mathe-Paket verwenden
389 \family default
390  im Menü 
391 \family sans
392 Dokument\SpecialChar \menuseparator
393 Einstellungen\SpecialChar \menuseparator
394 Mathe Optionen
395 \family default
396  aktiviert sein.
397 \begin_inset Foot
398 status collapsed
399
400 \begin_layout Plain Layout
401 Die 
402 \family sans
403 Option
404 \family default
405  
406 \family sans
407 AMS-Mathe-Paket automatisch verwenden
408 \family default
409  verwendet 
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 AmS 
418 \end_layout
419
420 \end_inset
421
422 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
423  LyX unterstützt.
424 \end_layout
425
426 \end_inset
427
428
429 \end_layout
430
431 \begin_layout Standard
432 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
433 listung
434  aller 
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440
441 \backslash
442 AmS 
443 \end_layout
444
445 \end_inset
446
447 -Mathe Befehle
448 \begin_inset Foot
449 status collapsed
450
451 \begin_layout Plain Layout
452 Eine Liste mit allen 
453 \begin_inset ERT
454 status collapsed
455
456 \begin_layout Plain Layout
457
458
459 \backslash
460 AmS
461 \end_layout
462
463 \end_inset
464
465 -Mathe Befehlen findet sich in der Datei 
466 \family sans
467
468 \begin_inset CommandInset href
469 LatexCommand href
470 name "amsguide.ps"
471 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
472
473 \end_inset
474
475
476 \family default
477 , die Teil jeder LaTeX-Standardinstallation ist.
478 \end_layout
479
480 \end_inset
481
482  verzichtet.
483 \end_layout
484
485 \begin_layout Section
486 Allgemeine Hinweise
487 \end_layout
488
489 \begin_layout Standard
490 Um eine in einer Textzeile eingebettete Formel
491 \begin_inset Index idx
492 status collapsed
493
494 \begin_layout Plain Layout
495 Formel ! eingebettete
496 \end_layout
497
498 \end_inset
499
500  zu erstellen, drückt man 
501 \family sans
502 Strg+M
503 \family default
504  oder den Werkzeugleistenknopf 
505 \begin_inset Graphics
506         filename ../../images/math-mode.png
507         scale 85
508
509 \end_inset
510
511 .
512 \begin_inset Newline newline
513 \end_inset
514
515 Um eine abgesetzte Formel
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 Formel ! abgesetzte
521 \end_layout
522
523 \end_inset
524
525  zu erstellen, drückt man 
526 \family sans
527 Strg+Shift+M
528 \family default
529 .
530 \end_layout
531
532 \begin_layout Standard
533 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
534  Cursor in die Formel und drückt 
535 \family sans
536 Strg+Shift+M
537 \family default
538  oder benutzt das Menü 
539 \family sans
540 Bearbeiten\SpecialChar \menuseparator
541 Mathe\SpecialChar \menuseparator
542
543 \begin_inset Newline linebreak
544 \end_inset
545
546 Formelart ändern
547 \family default
548 .
549  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
550  umwandeln.
551 \end_layout
552
553 \begin_layout Standard
554 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
555  gibt man in die Formel den Befehl 
556 \series bold
557
558 \backslash
559 displaystyle
560 \series default
561
562 \begin_inset Index idx
563 status collapsed
564
565 \begin_layout Plain Layout
566 Befehle ! D ! 
567 \backslash
568 displaystyle
569 \end_layout
570
571 \end_inset
572
573  ein.
574  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
575  wird.
576 \end_layout
577
578 \begin_layout Standard
579 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
580 \end_layout
581
582 \begin_layout Standard
583 Die 
584 \family sans
585 Mathe-Werkzeugleiste
586 \family default
587  kann über das Menü 
588 \family sans
589 Ansicht\SpecialChar \menuseparator
590 Werkzeugleisten
591 \family default
592  eingeblendet werden.
593  Wenn dort auf 
594 \begin_inset Quotes eld
595 \end_inset
596
597 Mathe
598 \begin_inset Quotes erd
599 \end_inset
600
601  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
602  diese Einstellung wird durch ein Häkchen im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  angezeigt.
607  Wenn nun im Menü 
608 \family sans
609 Werkzeugleisten
610 \family default
611  nochmal auf 
612 \begin_inset Quotes eld
613 \end_inset
614
615 Mathe
616 \begin_inset Quotes erd
617 \end_inset
618
619  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
620  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
621  des Menüeintrags von 
622 \begin_inset Quotes eld
623 \end_inset
624
625 Mathe
626 \begin_inset Quotes erd
627 \end_inset
628
629  zu 
630 \begin_inset Quotes eld
631 \end_inset
632
633 Mathe
634 \begin_inset space ~
635 \end_inset
636
637 (automatisch)
638 \begin_inset Quotes erd
639 \end_inset
640
641  angezeigt.
642 \end_layout
643
644 \begin_layout Standard
645 In den TeX-Modus
646 \begin_inset Index idx
647 status collapsed
648
649 \begin_layout Plain Layout
650 T@TeX-Modus
651 \end_layout
652
653 \end_inset
654
655  gelangt man über den Werkzeugleistenknopf 
656 \begin_inset Graphics
657         filename ../../images/ert-insert.png
658         scale 85
659
660 \end_inset
661
662  oder das Menü 
663 \family sans
664 Einfügen\SpecialChar \menuseparator
665 Te
666 \begin_inset ERT
667 status collapsed
668
669 \begin_layout Plain Layout
670
671 {}
672 \end_layout
673
674 \end_inset
675
676 X
677 \begin_inset space ~
678 \end_inset
679
680 Code
681 \family default
682  (Tastenkürzel 
683 \family sans
684 Strg+L
685 \family default
686 ).
687 \begin_inset Note Note
688 status collapsed
689
690 \begin_layout Plain Layout
691 In LyX gibt es drei 
692 \begin_inset Quotes gld
693 \end_inset
694
695 Eigennamen
696 \begin_inset Quotes grd
697 \end_inset
698
699 , die im Ausdruck mit hoch bzw.
700  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
701 \end_layout
702
703 \begin_layout Plain Layout
704 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
705  man ein TeX-Klammerpaar ein.
706 \end_layout
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 In den LaTeX-Vorspann
715 \begin_inset Index idx
716 status collapsed
717
718 \begin_layout Plain Layout
719 L@LaTeX-Vorspann
720 \end_layout
721
722 \end_inset
723
724  gelangt man über das Menü 
725 \family sans
726 Dokument\SpecialChar \menuseparator
727 Einstellungen\SpecialChar \menuseparator
728 LaT
729 \begin_inset ERT
730 status collapsed
731
732 \begin_layout Plain Layout
733
734 {}
735 \end_layout
736
737 \end_inset
738
739 eX-Vorspann
740 \family default
741 .
742 \end_layout
743
744 \begin_layout Standard
745 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
746 en Formeln kann man die Menüs 
747 \family sans
748 Bearbeiten\SpecialChar \menuseparator
749 Mathe
750 \family default
751  und 
752 \family sans
753 Bearbeiten\SpecialChar \menuseparator
754 Zeilen
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 &
759 \begin_inset space \thinspace{}
760 \end_inset
761
762 Spalten
763 \family default
764  oder die 
765 \family sans
766 Tabellen-Werkzeugleiste
767 \family default
768  verwenden.
769  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
770  die Spalte bzw.
771  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
772  bzw.
773  darunter liegenden Zeile vertauscht.
774  Befindet sich der Cursor in der letzten Spalte bzw.
775  Zeile, wird mit der links daneben stehenden Spalte bzw.
776  darüber liegenden Zeile vertauscht.
777 \end_layout
778
779 \begin_layout Standard
780 Zum Schreiben von Text in einer Formel
781 \begin_inset Foot
782 status collapsed
783
784 \begin_layout Plain Layout
785 Bei mehrzeiligen Formeln wird der Befehl 
786 \series bold
787
788 \backslash
789 intertext
790 \series default
791  verwendet, siehe 
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "sub:Text-in-mehrzeiligen"
795
796 \end_inset
797
798 .
799 \end_layout
800
801 \end_inset
802
803  verwendet man den 
804 \emph on
805 mathematischen Textmodus
806 \emph default
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 Text ! in Formeln
813 \end_layout
814
815 \end_inset
816
817
818 \begin_inset Index idx
819 status collapsed
820
821 \begin_layout Plain Layout
822 Mathematischer Textmodus
823 \end_layout
824
825 \end_inset
826
827 , in den man mit dem Tastenkürzel 
828 \family sans
829 Alt+M
830 \begin_inset space ~
831 \end_inset
832
833 M
834 \family default
835  oder durch Eingabe des Befehls 
836 \series bold
837
838 \backslash
839 text
840 \begin_inset Index idx
841 status collapsed
842
843 \begin_layout Plain Layout
844 Befehle ! T ! 
845 \backslash
846 text
847 \end_layout
848
849 \end_inset
850
851
852 \series default
853  gelangt.
854  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
855  Formel unterscheiden.
856  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
857  anderen Zeichen einer Formel nicht kursiv.
858 \end_layout
859
860 \begin_layout Subsection*
861 Befehlsschema
862 \end_layout
863
864 \begin_layout Standard
865 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
866  Schema:
867 \end_layout
868
869 \begin_layout Standard
870
871 \series bold
872
873 \backslash
874 Befehlsname[optionales
875 \series default
876  
877 \series bold
878 Argument]{anzugebendes
879 \series default
880  
881 \series bold
882 Argument}
883 \end_layout
884
885 \begin_layout Standard
886 Ein Befehl muss immer mit einem Backslash 
887 \begin_inset Quotes gld
888 \end_inset
889
890
891 \series bold
892
893 \backslash
894
895 \series default
896
897 \begin_inset Quotes grd
898 \end_inset
899
900  beginnen.
901  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
902  eckigen Klammern weggelassen werden.
903  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
904 \begin_inset Index idx
905 status collapsed
906
907 \begin_layout Plain Layout
908 T@TeX-Klammern
909 \end_layout
910
911 \end_inset
912
913  bezeichnet.
914  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
915  an, erzeugt LyX automatisch eine TeX-Klammer.
916  Ansonsten werden sie in Formeln mit dem Befehl 
917 \series bold
918
919 \backslash
920 {
921 \series default
922  erzeugt.
923  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
924  Klammern, die blau erscheinen.
925  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
926  TeX-Klammern erscheinen nicht im Ausdruck.
927 \end_layout
928
929 \begin_layout Standard
930 Werden Befehle ohne Argumente, wie z.
931 \begin_inset space \thinspace{}
932 \end_inset
933
934 B.
935  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
936 \emph on
937 immer
938 \emph default
939  ein Leerzeichen folgen um ihn zu beenden.
940  Dieses Leerzeichen erscheint nicht im Ausdruck.
941  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
942  normalen Text ein geschütztes Leerzeichen folgen.
943 \end_layout
944
945 \begin_layout Standard
946 Ein geschütztes Leerzeichen gibt man mit 
947 \family sans
948 Strg+Leertaste
949 \family default
950  ein.
951 \end_layout
952
953 \begin_layout Subsection*
954 Zeichenerklärung
955 \end_layout
956
957 \begin_layout Itemize
958 Das Symbol
959 \begin_inset Foot
960 status collapsed
961
962 \begin_layout Plain Layout
963 Dieses sichtbare Leerzeichen erhält man über den Befehl 
964 \series bold
965
966 \backslash
967 textvisiblespace
968 \series default
969
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 Befehle ! T ! 
975 \backslash
976 textvisiblespace
977 \end_layout
978
979 \end_inset
980
981 , der im TeX-Modus einzugeben ist.
982 \end_layout
983
984 \end_inset
985
986  
987 \begin_inset ERT
988 status collapsed
989
990 \begin_layout Plain Layout
991
992
993 \backslash
994 leer 
995 \end_layout
996
997 \end_inset
998
999
1000 \begin_inset space ~
1001 \end_inset
1002
1003 steht für ein einzugebendes Leerzeichen.
1004 \end_layout
1005
1006 \begin_layout Itemize
1007 Ein Pfeil wie z.
1008 \begin_inset space \thinspace{}
1009 \end_inset
1010
1011 B.
1012  
1013 \begin_inset Formula $\to$
1014 \end_inset
1015
1016  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1017 \end_layout
1018
1019 \begin_layout Subsection*
1020 Verfügbare Einheiten
1021 \end_layout
1022
1023 \begin_layout Standard
1024 \align center
1025 \begin_inset Float table
1026 placement H
1027 wide false
1028 sideways false
1029 status open
1030
1031 \begin_layout Plain Layout
1032 \align center
1033 \begin_inset Caption
1034
1035 \begin_layout Plain Layout
1036 \begin_inset CommandInset label
1037 LatexCommand label
1038 name "tab:Verfügbare-Einheiten"
1039
1040 \end_inset
1041
1042 Verfügbare Einheiten
1043 \end_layout
1044
1045 \end_inset
1046
1047
1048 \end_layout
1049
1050 \begin_layout Plain Layout
1051 \align center
1052 \begin_inset Tabular
1053 <lyxtabular version="3" rows="13" columns="2">
1054 <features tabularvalignment="middle">
1055 <column alignment="center" valignment="top" width="0">
1056 <column alignment="center" valignment="top" width="0">
1057 <row>
1058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Einheit
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 Name / Beschreibung
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 </row>
1077 <row>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 mm
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 Millimeter
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 </row>
1097 <row>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 cm
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 Zentimeter
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 </row>
1117 <row>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 in
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 Inch / Zoll (1
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 in = 2,54
1136 \begin_inset space \thinspace{}
1137 \end_inset
1138
1139 cm)
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 </row>
1145 <row>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 pt
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 Punkt (72,27
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 pt = 1
1164 \begin_inset space \thinspace{}
1165 \end_inset
1166
1167 in)
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 </row>
1173 <row>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 pc
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 Pica (1
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 pc = 12
1192 \begin_inset space \thinspace{}
1193 \end_inset
1194
1195 pt)
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 </row>
1201 <row>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 sp
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 scaled point (65536
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 sp = 1
1220 \begin_inset space \thinspace{}
1221 \end_inset
1222
1223 pt)
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 </row>
1229 <row>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 bp
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 big point (72
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 bp = 1
1248 \begin_inset space \thinspace{}
1249 \end_inset
1250
1251 in)
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 </row>
1257 <row>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 dd
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Plain Layout
1271 Didot (1
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 dd 
1276 \begin_inset Formula $\approx$
1277 \end_inset
1278
1279  0,376
1280 \begin_inset space \thinspace{}
1281 \end_inset
1282
1283 mm)
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 </row>
1289 <row>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 cc
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 Cicero (1
1304 \begin_inset space \thinspace{}
1305 \end_inset
1306
1307 cc = 12
1308 \begin_inset space \thinspace{}
1309 \end_inset
1310
1311 dd)
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 </row>
1317 <row>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 ex
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 Höhe des Buchstabens 
1332 \emph on
1333 x
1334 \emph default
1335  in der aktuellen Schrift
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 </row>
1341 <row>
1342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 em
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 Breite des Buchstabens 
1356 \emph on
1357 M
1358 \emph default
1359  in der aktuellen Schrift
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 </row>
1365 <row>
1366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 mu
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1376 \begin_inset Text
1377
1378 \begin_layout Plain Layout
1379 math unit (1
1380 \begin_inset space \thinspace{}
1381 \end_inset
1382
1383 mu = 
1384 \begin_inset Formula $\nicefrac{1}{18}$
1385 \end_inset
1386
1387
1388 \begin_inset space \thinspace{}
1389 \end_inset
1390
1391 em)
1392 \end_layout
1393
1394 \end_inset
1395 </cell>
1396 </row>
1397 </lyxtabular>
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Standard
1410 \begin_inset Newpage newpage
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \begin_layout Section
1417 Grundlegende Funktionen
1418 \end_layout
1419
1420 \begin_layout Subsection
1421 Exponenten
1422 \begin_inset Index idx
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 Exponenten
1427 \end_layout
1428
1429 \end_inset
1430
1431  und Indizes
1432 \begin_inset Index idx
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436 Indizes
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \begin_inset Index idx
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446 Hochstellen|see
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 {
1453 \end_layout
1454
1455 \end_inset
1456
1457 Exponenten
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 }
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \begin_inset Index idx
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478 Tiefstellen|see
1479 \begin_inset ERT
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483
1484 {
1485 \end_layout
1486
1487 \end_inset
1488
1489 Indizes
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 }
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \end_inset
1504
1505
1506 \end_layout
1507
1508 \begin_layout Standard
1509 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1510  
1511 \begin_inset Graphics
1512         filename ../../images/math-subscript.png
1513         scale 85
1514
1515 \end_inset
1516
1517 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1518  
1519 \begin_inset Graphics
1520         filename ../../images/math-superscript.png
1521         scale 85
1522
1523 \end_inset
1524
1525  erzeugt.
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \align center
1530 \begin_inset Tabular
1531 <lyxtabular version="3" rows="4" columns="2">
1532 <features tabularvalignment="middle">
1533 <column alignment="center" valignment="top" width="0pt">
1534 <column alignment="center" valignment="top" width="0pt">
1535 <row>
1536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540 Befehl
1541 \end_layout
1542
1543 \end_inset
1544 </cell>
1545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549 Ergebnis
1550 \begin_inset Note Note
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554
1555 \series bold
1556
1557 \backslash
1558 raisebox
1559 \series default
1560  dient nur als Abstandhalter.
1561 \end_layout
1562
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 B_V
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 \begin_inset Formula $B_{V}$
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 </row>
1594 <row>
1595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 B^V
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \end_inset
1615 </cell>
1616 </row>
1617 <row>
1618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622 B^
1623 \begin_inset ERT
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628
1629 \backslash
1630 leer 
1631 \end_layout
1632
1633 \end_inset
1634
1635 A
1636 \end_layout
1637
1638 \end_inset
1639 </cell>
1640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1641 \begin_inset Text
1642
1643 \begin_layout Plain Layout
1644 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \end_inset
1651 </cell>
1652 </row>
1653 </lyxtabular>
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Standard
1661 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1662 llt
1663 \begin_inset Foot
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1668 \end_layout
1669
1670 \end_inset
1671
1672 .
1673  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1674  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1675 \end_layout
1676
1677 \begin_layout Subsection
1678 Brüche
1679 \begin_inset CommandInset label
1680 LatexCommand label
1681 name "sub:Brüche"
1682
1683 \end_inset
1684
1685
1686 \begin_inset Index idx
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690 Brüche
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \begin_layout Standard
1699 Brüche werden mit dem Befehl 
1700 \series bold
1701
1702 \backslash
1703 frac
1704 \series default
1705
1706 \begin_inset Index idx
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 Befehle ! F ! 
1711 \backslash
1712 frac
1713 \end_layout
1714
1715 \end_inset
1716
1717  oder mit dem Mathe-Werkzeugleistenknopf 
1718 \begin_inset Graphics
1719         filename ../../images/math/frac.png
1720         scale 50
1721
1722 \end_inset
1723
1724  erstellt.
1725  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1726  in einer eingebetteten oder abgesetzten Formel befindet.
1727  Mit dem Mathe-Werkzeugleistenknopf 
1728 \begin_inset Graphics
1729         filename ../../images/math/frac-square.png
1730         scale 85
1731
1732 \end_inset
1733
1734  können verschieden Bruchtypen gewählt werden.
1735 \end_layout
1736
1737 \begin_layout Standard
1738 Mit dem Befehl 
1739 \series bold
1740
1741 \backslash
1742 dfrac
1743 \series default
1744
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Befehle ! D ! 
1750 \backslash
1751 dfrac
1752 \end_layout
1753
1754 \end_inset
1755
1756  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1757  Formel erscheint.
1758  Mit 
1759 \series bold
1760
1761 \backslash
1762 tfrac
1763 \series default
1764
1765 \begin_inset Index idx
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 Befehle ! T ! 
1770 \backslash
1771 tfrac
1772 \end_layout
1773
1774 \end_inset
1775
1776  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1777  Ein Beispiel:
1778 \end_layout
1779
1780 \begin_layout Standard
1781 Eine Zeile mit dem Bruch 
1782 \begin_inset Formula $\frac{1}{2}$
1783 \end_inset
1784
1785 , der mit dem Befehl 
1786 \series bold
1787
1788 \backslash
1789 frac
1790 \series default
1791  erstellt wurde.
1792 \end_layout
1793
1794 \begin_layout Standard
1795 Eine Zeile mit dem Bruch 
1796 \begin_inset Formula $\dfrac{1}{2}$
1797 \end_inset
1798
1799 , der mit dem Befehl 
1800 \series bold
1801
1802 \backslash
1803 dfrac
1804 \series default
1805  erstellt wurde.
1806 \end_layout
1807
1808 \begin_layout Standard
1809 \align center
1810 \begin_inset Tabular
1811 <lyxtabular version="3" rows="4" columns="2">
1812 <features tabularvalignment="middle">
1813 <column alignment="center" valignment="top" width="0pt">
1814 <column alignment="center" valignment="top" width="0pt">
1815 <row>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820 Befehl
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 Ergebnis
1830 \begin_inset Note Note
1831 status collapsed
1832
1833 \begin_layout Plain Layout
1834
1835 \series bold
1836
1837 \backslash
1838 raisebox
1839 \series default
1840  dient nur als Abstandhalter.
1841 \end_layout
1842
1843 \end_inset
1844
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 <row>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \backslash
1858 frac
1859 \begin_inset ERT
1860 status collapsed
1861
1862 \begin_layout Plain Layout
1863
1864
1865 \backslash
1866 leer 
1867 \end_layout
1868
1869 \end_inset
1870
1871 A
1872 \begin_inset Formula $\downarrow$
1873 \end_inset
1874
1875 B
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 </row>
1893 <row>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \backslash
1900 dfrac
1901 \begin_inset ERT
1902 status collapsed
1903
1904 \begin_layout Plain Layout
1905
1906
1907 \backslash
1908 leer 
1909 \end_layout
1910
1911 \end_inset
1912
1913 A
1914 \begin_inset Formula $\downarrow$
1915 \end_inset
1916
1917 B
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \backslash
1942 dfrac
1943 \begin_inset ERT
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947
1948
1949 \backslash
1950 leer 
1951 \end_layout
1952
1953 \end_inset
1954
1955 e^
1956 \begin_inset ERT
1957 status collapsed
1958
1959 \begin_layout Plain Layout
1960
1961
1962 \backslash
1963 leer 
1964 \end_layout
1965
1966 \end_inset
1967
1968
1969 \backslash
1970 frac
1971 \begin_inset ERT
1972 status collapsed
1973
1974 \begin_layout Plain Layout
1975
1976
1977 \backslash
1978 leer 
1979 \end_layout
1980
1981 \end_inset
1982
1983 1
1984 \begin_inset Formula $\downarrow$
1985 \end_inset
1986
1987 2
1988 \begin_inset Formula $\downarrow\downarrow$
1989 \end_inset
1990
1991 3
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 </row>
2009 </lyxtabular>
2010
2011 \end_inset
2012
2013
2014 \end_layout
2015
2016 \begin_layout Standard
2017 \begin_inset VSpace bigskip
2018 \end_inset
2019
2020
2021 \begin_inset Newpage newpage
2022 \end_inset
2023
2024 Für Mehrfachbrüche gibt es den Befehl 
2025 \series bold
2026
2027 \backslash
2028 cfrac
2029 \series default
2030
2031 \begin_inset Index idx
2032 status collapsed
2033
2034 \begin_layout Plain Layout
2035 Befehle ! C ! 
2036 \backslash
2037 cfrac
2038 \end_layout
2039
2040 \end_inset
2041
2042 .
2043  Dazu ein Beispiel:
2044 \begin_inset VSpace -3mm
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 \begin_inset Formula \begin{align*}
2052 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2053 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2054 \end{align*}
2055
2056 \end_inset
2057
2058
2059 \end_layout
2060
2061 \begin_layout Standard
2062 Der Befehl für obiges Beispiel lautet:
2063 \end_layout
2064
2065 \begin_layout Standard
2066
2067 \series bold
2068
2069 \backslash
2070 cfrac
2071 \begin_inset ERT
2072 status collapsed
2073
2074 \begin_layout Plain Layout
2075
2076
2077 \backslash
2078 leer 
2079 \end_layout
2080
2081 \end_inset
2082
2083 A
2084 \begin_inset Formula $\downarrow$
2085 \end_inset
2086
2087 B+
2088 \backslash
2089 cfrac
2090 \begin_inset ERT
2091 status collapsed
2092
2093 \begin_layout Plain Layout
2094
2095
2096 \backslash
2097 leer 
2098 \end_layout
2099
2100 \end_inset
2101
2102 C+
2103 \backslash
2104 cfrac
2105 \begin_inset ERT
2106 status collapsed
2107
2108 \begin_layout Plain Layout
2109
2110
2111 \backslash
2112 leer 
2113 \end_layout
2114
2115 \end_inset
2116
2117 E
2118 \begin_inset Formula $\downarrow$
2119 \end_inset
2120
2121 F
2122 \begin_inset Formula $\downarrow$
2123 \end_inset
2124
2125 D
2126 \end_layout
2127
2128 \begin_layout Standard
2129 \begin_inset VSpace medskip
2130 \end_inset
2131
2132
2133 \end_layout
2134
2135 \begin_layout Standard
2136
2137 \series bold
2138
2139 \backslash
2140 cfrac
2141 \series default
2142  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2143  auch wenn er selbst Teil eines Bruches ist.
2144 \end_layout
2145
2146 \begin_layout Standard
2147 Es ist möglich die Ausrichtung des Zählers einzustellen.
2148  Der Befehl 
2149 \series bold
2150
2151 \backslash
2152 cfracleft
2153 \series default
2154  richtet ihn links, der Befehl 
2155 \series bold
2156
2157 \backslash
2158 cfracright
2159 \series default
2160  rechts aus.
2161  
2162 \series bold
2163
2164 \backslash
2165 cfrac
2166 \series default
2167  zentriert den Zähler.
2168  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2169 \end_layout
2170
2171 \begin_layout Standard
2172
2173 \series bold
2174 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2175 \end_inset
2176
2177
2178 \begin_inset Formula $\cfrac{A}{B+C}$
2179 \end_inset
2180
2181
2182 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2183 \end_inset
2184
2185
2186 \end_layout
2187
2188 \begin_layout Standard
2189 \begin_inset Note Greyedout
2190 status open
2191
2192 \begin_layout Plain Layout
2193
2194 \series bold
2195 Achtung:
2196 \series default
2197  
2198 \series bold
2199
2200 \backslash
2201 cfracleft
2202 \series default
2203  und
2204 \series bold
2205  
2206 \backslash
2207 cfracright
2208 \series default
2209  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2210 \series bold
2211
2212 \backslash
2213 cfrac[Ausrichtung]{Zähler}{Nenner}
2214 \series default
2215  dar.
2216  Daher kann man sie nicht im TeX-Code benutzen.
2217 \end_layout
2218
2219 \end_inset
2220
2221
2222 \end_layout
2223
2224 \begin_layout Standard
2225 \begin_inset VSpace medskip
2226 \end_inset
2227
2228 Oftmals ist es am günstigsten 
2229 \series bold
2230
2231 \backslash
2232 cfrac
2233 \series default
2234  und 
2235 \series bold
2236
2237 \backslash
2238 frac
2239 \series default
2240  zu kombinieren:
2241 \begin_inset Formula \[
2242 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2243
2244 \end_inset
2245
2246
2247 \end_layout
2248
2249 \begin_layout Standard
2250 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2251 \series bold
2252
2253 \backslash
2254 nicefrac
2255 \series default
2256
2257 \begin_inset Index idx
2258 status collapsed
2259
2260 \begin_layout Plain Layout
2261 Befehle ! N ! 
2262 \backslash
2263 nicefrac
2264 \end_layout
2265
2266 \end_inset
2267
2268
2269 \begin_inset Formula $\nicefrac{5}{31}$
2270 \end_inset
2271
2272  oder 
2273 \series bold
2274
2275 \backslash
2276 unitfrac
2277 \series default
2278
2279 \begin_inset Index idx
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Befehle! U ! 
2284 \backslash
2285 unitfrac
2286 \end_layout
2287
2288 \end_inset
2289
2290
2291 \begin_inset Formula $\unitfrac{5}{31}$
2292 \end_inset
2293
2294  benutzt werden.
2295  Des Weiteren gibt es den Befehl 
2296 \series bold
2297
2298 \backslash
2299 unitfracthree
2300 \series default
2301  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2302 \begin_inset Formula $\unitfrac[2]{1}{3}$
2303 \end_inset
2304
2305
2306 \end_layout
2307
2308 \begin_layout Standard
2309 \begin_inset Note Greyedout
2310 status open
2311
2312 \begin_layout Plain Layout
2313
2314 \series bold
2315 Achtung:
2316 \series default
2317  
2318 \series bold
2319
2320 \backslash
2321 unitfracthree
2322 \series default
2323  ist kein echter LaTeX-Befehl, sondern der Befehl
2324 \begin_inset Newline newline
2325 \end_inset
2326
2327
2328 \series bold
2329
2330 \backslash
2331 unitfrac[Zahl]{Zähler}{Nenner}
2332 \series default
2333  .
2334  Daher kann man ihn nicht im TeX-Code benutzen.
2335 \end_layout
2336
2337 \end_inset
2338
2339
2340 \end_layout
2341
2342 \begin_layout Standard
2343 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2344  in 
2345 \begin_inset CommandInset ref
2346 LatexCommand ref
2347 reference "sub:Selbstdefinierte-Brüche"
2348
2349 \end_inset
2350
2351  erklärt.
2352 \end_layout
2353
2354 \begin_layout Subsection
2355 Wurzeln
2356 \begin_inset Index idx
2357 status collapsed
2358
2359 \begin_layout Plain Layout
2360 Wurzeln
2361 \end_layout
2362
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \begin_layout Standard
2369 Quadratwurzeln werden mit 
2370 \series bold
2371
2372 \backslash
2373 sqrt
2374 \series default
2375
2376 \begin_inset Index idx
2377 status collapsed
2378
2379 \begin_layout Plain Layout
2380 Befehle ! S ! 
2381 \backslash
2382 sqrt
2383 \end_layout
2384
2385 \end_inset
2386
2387  oder dem Mathe-Werkzeugleistenknopf 
2388 \begin_inset Graphics
2389         filename ../../images/math/sqrt.png
2390         scale 85
2391
2392 \end_inset
2393
2394  gesetzt, alle anderen Wurzeln mit dem Befehl 
2395 \series bold
2396
2397 \backslash
2398 root
2399 \series default
2400
2401 \begin_inset Index idx
2402 status collapsed
2403
2404 \begin_layout Plain Layout
2405 Befehle ! R ! 
2406 \backslash
2407 root
2408 \end_layout
2409
2410 \end_inset
2411
2412  oder dem Mathe-Werkzeugleistenknopf 
2413 \begin_inset Graphics
2414         filename ../../images/math/root.png
2415         scale 85
2416
2417 \end_inset
2418
2419 .
2420 \end_layout
2421
2422 \begin_layout Standard
2423 \align center
2424 \begin_inset Tabular
2425 <lyxtabular version="3" rows="3" columns="2">
2426 <features tabularvalignment="middle">
2427 <column alignment="center" valignment="top" width="0pt">
2428 <column alignment="center" valignment="top" width="0pt">
2429 <row>
2430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434 Befehl
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443 Ergebnis
2444 \begin_inset Note Note
2445 status collapsed
2446
2447 \begin_layout Plain Layout
2448
2449 \series bold
2450
2451 \backslash
2452 raisebox
2453 \series default
2454  dient nur als Abstandhalter.
2455 \end_layout
2456
2457 \end_inset
2458
2459
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 </row>
2465 <row>
2466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2467 \begin_inset Text
2468
2469 \begin_layout Plain Layout
2470
2471 \backslash
2472 sqrt
2473 \begin_inset ERT
2474 status collapsed
2475
2476 \begin_layout Plain Layout
2477
2478
2479 \backslash
2480 leer 
2481 \end_layout
2482
2483 \end_inset
2484
2485 A-B
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2491 \begin_inset Text
2492
2493 \begin_layout Plain Layout
2494 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2495 \end_inset
2496
2497
2498 \end_layout
2499
2500 \end_inset
2501 </cell>
2502 </row>
2503 <row>
2504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2505 \begin_inset Text
2506
2507 \begin_layout Plain Layout
2508
2509 \backslash
2510 root
2511 \begin_inset ERT
2512 status collapsed
2513
2514 \begin_layout Plain Layout
2515
2516
2517 \backslash
2518 leer 
2519 \end_layout
2520
2521 \end_inset
2522
2523 3
2524 \begin_inset Formula $\downarrow$
2525 \end_inset
2526
2527 A-B
2528 \end_layout
2529
2530 \end_inset
2531 </cell>
2532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2533 \begin_inset Text
2534
2535 \begin_layout Plain Layout
2536 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2537 \end_inset
2538
2539
2540 \end_layout
2541
2542 \end_inset
2543 </cell>
2544 </row>
2545 </lyxtabular>
2546
2547 \end_inset
2548
2549
2550 \end_layout
2551
2552 \begin_layout Standard
2553 Eine Quadratwurzel kann man auch mit 
2554 \series bold
2555
2556 \backslash
2557 root
2558 \series default
2559  erstellen, indem man das Feld über der Wurzel frei lässt.
2560 \end_layout
2561
2562 \begin_layout Standard
2563 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2564  Formel: 
2565 \begin_inset Formula $\sqrt[\beta]{B}$
2566 \end_inset
2567
2568
2569 \begin_inset Newline newline
2570 \end_inset
2571
2572 Das 
2573 \begin_inset Formula $\beta$
2574 \end_inset
2575
2576  berührt die Wurzel.
2577  Um dies zu verhindern, verwendet man die Befehle 
2578 \series bold
2579
2580 \backslash
2581 leftroot
2582 \series default
2583
2584 \begin_inset Index idx
2585 status collapsed
2586
2587 \begin_layout Plain Layout
2588 Befehle ! L ! 
2589 \backslash
2590 leftroot
2591 \end_layout
2592
2593 \end_inset
2594
2595  und 
2596 \series bold
2597
2598 \backslash
2599 uproot
2600 \series default
2601
2602 \begin_inset Index idx
2603 status collapsed
2604
2605 \begin_layout Plain Layout
2606 Befehle ! U ! 
2607 \backslash
2608 uproot
2609 \end_layout
2610
2611 \end_inset
2612
2613 , die folgendes Schema besitzen:
2614 \end_layout
2615
2616 \begin_layout Standard
2617
2618 \series bold
2619
2620 \backslash
2621 leftroot{Abstand}
2622 \series default
2623  bzw.
2624  
2625 \series bold
2626
2627 \backslash
2628 uproot{Abstand}
2629 \end_layout
2630
2631 \begin_layout Standard
2632 Abstand ist die Anzahl der Big Points (Einheit bp; 
2633 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2634 \end_inset
2635
2636 ), um die der Index nach links bzw.
2637  nach oben verschoben werden soll.
2638  Die Befehle werden in den Index geschrieben.
2639  So ergibt der Befehl
2640 \begin_inset Newline newline
2641 \end_inset
2642
2643
2644 \series bold
2645
2646 \backslash
2647 root
2648 \backslash
2649 leftroot{-1
2650 \begin_inset Formula $\to$
2651 \end_inset
2652
2653
2654 \backslash
2655 uproot{2
2656 \begin_inset Formula $\to$
2657 \end_inset
2658
2659
2660 \backslash
2661 beta
2662 \begin_inset ERT
2663 status collapsed
2664
2665 \begin_layout Plain Layout
2666
2667
2668 \backslash
2669 leer 
2670 \end_layout
2671
2672 \end_inset
2673
2674
2675 \begin_inset Formula $\to$
2676 \end_inset
2677
2678 B
2679 \begin_inset Newline newline
2680 \end_inset
2681
2682
2683 \series default
2684 eine korrekt gesetzte Formel: 
2685 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2686 \end_inset
2687
2688
2689 \end_layout
2690
2691 \begin_layout Subsection
2692 Binomialkoeffizienten
2693 \begin_inset Index idx
2694 status collapsed
2695
2696 \begin_layout Plain Layout
2697 Binomialkoeffizienten
2698 \end_layout
2699
2700 \end_inset
2701
2702
2703 \end_layout
2704
2705 \begin_layout Standard
2706 Binomialkoeffizienten können mit dem Befehl 
2707 \series bold
2708
2709 \backslash
2710 binom
2711 \series default
2712
2713 \begin_inset Index idx
2714 status collapsed
2715
2716 \begin_layout Plain Layout
2717 Befehle ! B ! 
2718 \backslash
2719 binom
2720 \end_layout
2721
2722 \end_inset
2723
2724  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2725 \begin_inset Graphics
2726         filename ../../images/math/frac-square.png
2727         scale 85
2728
2729 \end_inset
2730
2731 eingefügt werden.
2732  Analog zu Brüchen (
2733 \series bold
2734
2735 \backslash
2736 frac
2737 \series default
2738 ) gibt es außer 
2739 \series bold
2740
2741 \backslash
2742 binom
2743 \series default
2744  noch die Befehle 
2745 \series bold
2746
2747 \backslash
2748 dbinom
2749 \series default
2750
2751 \begin_inset Index idx
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 Befehle ! D ! 
2756 \backslash
2757 dbinom
2758 \end_layout
2759
2760 \end_inset
2761
2762  und 
2763 \series bold
2764
2765 \backslash
2766 tbinom
2767 \series default
2768
2769 \begin_inset Index idx
2770 status collapsed
2771
2772 \begin_layout Plain Layout
2773 Befehle ! T ! 
2774 \backslash
2775 tbinom
2776 \end_layout
2777
2778 \end_inset
2779
2780 .
2781  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2782 \series bold
2783
2784 \backslash
2785 brace
2786 \series default
2787
2788 \begin_inset Index idx
2789 status collapsed
2790
2791 \begin_layout Plain Layout
2792 Befehle ! B ! 
2793 \backslash
2794 brace
2795 \end_layout
2796
2797 \end_inset
2798
2799  und 
2800 \series bold
2801
2802 \backslash
2803 brack
2804 \series default
2805
2806 \begin_inset Index idx
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 Befehle ! B ! 
2811 \backslash
2812 brack
2813 \end_layout
2814
2815 \end_inset
2816
2817 .
2818 \end_layout
2819
2820 \begin_layout Standard
2821 \align center
2822 \begin_inset Tabular
2823 <lyxtabular version="3" rows="6" columns="2">
2824 <features tabularvalignment="middle">
2825 <column alignment="center" valignment="top" width="0pt">
2826 <column alignment="center" valignment="top" width="0pt">
2827 <row>
2828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832 Befehl
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841 Ergebnis
2842 \begin_inset Note Note
2843 status collapsed
2844
2845 \begin_layout Plain Layout
2846
2847 \series bold
2848
2849 \backslash
2850 raisebox
2851 \series default
2852  dient nur als Abstandhalter.
2853 \end_layout
2854
2855 \end_inset
2856
2857
2858 \end_layout
2859
2860 \end_inset
2861 </cell>
2862 </row>
2863 <row>
2864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868
2869 \backslash
2870 binom
2871 \begin_inset ERT
2872 status collapsed
2873
2874 \begin_layout Plain Layout
2875
2876
2877 \backslash
2878 leer 
2879 \end_layout
2880
2881 \end_inset
2882
2883 A
2884 \begin_inset Formula $\downarrow$
2885 \end_inset
2886
2887 B
2888 \end_layout
2889
2890 \end_inset
2891 </cell>
2892 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2897 \end_inset
2898
2899
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 </row>
2905 <row>
2906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \backslash
2912 dbinom
2913 \begin_inset ERT
2914 status collapsed
2915
2916 \begin_layout Plain Layout
2917
2918
2919 \backslash
2920 leer 
2921 \end_layout
2922
2923 \end_inset
2924
2925 A
2926 \begin_inset Formula $\downarrow$
2927 \end_inset
2928
2929 B
2930 \end_layout
2931
2932 \end_inset
2933 </cell>
2934 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2935 \begin_inset Text
2936
2937 \begin_layout Plain Layout
2938 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2939 \end_inset
2940
2941
2942 \end_layout
2943
2944 \end_inset
2945 </cell>
2946 </row>
2947 <row>
2948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952
2953 \backslash
2954 tbinom
2955 \begin_inset ERT
2956 status collapsed
2957
2958 \begin_layout Plain Layout
2959
2960
2961 \backslash
2962 leer 
2963 \end_layout
2964
2965 \end_inset
2966
2967 A
2968 \begin_inset Formula $\downarrow$
2969 \end_inset
2970
2971 B
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 <row>
2990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994
2995 \backslash
2996 brack
2997 \begin_inset ERT
2998 status collapsed
2999
3000 \begin_layout Plain Layout
3001
3002
3003 \backslash
3004 leer 
3005 \end_layout
3006
3007 \end_inset
3008
3009 A
3010 \begin_inset Formula $\downarrow$
3011 \end_inset
3012
3013 B
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3023 \end_inset
3024
3025
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 </row>
3031 <row>
3032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036
3037 \backslash
3038 brace
3039 \begin_inset ERT
3040 status collapsed
3041
3042 \begin_layout Plain Layout
3043
3044
3045 \backslash
3046 leer 
3047 \end_layout
3048
3049 \end_inset
3050
3051 A
3052 \begin_inset Formula $\downarrow$
3053 \end_inset
3054
3055 B
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3065 \end_inset
3066
3067
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 </lyxtabular>
3074
3075 \end_inset
3076
3077
3078 \end_layout
3079
3080 \begin_layout Subsection
3081 Fallunterscheidungen
3082 \begin_inset Index idx
3083 status collapsed
3084
3085 \begin_layout Plain Layout
3086 Fallunterscheidungen
3087 \end_layout
3088
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \begin_layout Standard
3095 \align center
3096 \begin_inset Tabular
3097 <lyxtabular version="3" rows="3" columns="2">
3098 <features tabularvalignment="middle">
3099 <column alignment="center" valignment="top" width="0pt">
3100 <column alignment="center" valignment="top" width="0pt">
3101 <row>
3102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106 Befehl
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3112 \begin_inset Text
3113
3114 \begin_layout Plain Layout
3115 Ergebnis
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 </row>
3121 <row>
3122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126
3127 \backslash
3128 cases
3129 \begin_inset ERT
3130 status collapsed
3131
3132 \begin_layout Plain Layout
3133
3134
3135 \backslash
3136 leer 
3137 \end_layout
3138
3139 \end_inset
3140
3141 A
3142 \begin_inset Formula $\to$
3143 \end_inset
3144
3145 B>0
3146 \begin_inset Index idx
3147 status collapsed
3148
3149 \begin_layout Plain Layout
3150 Befehle ! C ! 
3151 \backslash
3152 cases
3153 \end_layout
3154
3155 \end_inset
3156
3157
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 \begin_inset Formula $\begin{cases}
3167 A & B>0\end{cases}$
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 </row>
3176 <row>
3177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181
3182 \backslash
3183 cases
3184 \begin_inset ERT
3185 status collapsed
3186
3187 \begin_layout Plain Layout
3188
3189
3190 \backslash
3191 leer 
3192 \end_layout
3193
3194 \end_inset
3195
3196 Strg+Enter
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 \begin_inset Formula $\begin{cases}
3206 A & \textrm{für }x>0\\
3207 B & \textrm{für }x=0
3208 \end{cases}$
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 </lyxtabular>
3218
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \begin_layout Standard
3225 Nach der Eingabe von 
3226 \series bold
3227
3228 \backslash
3229 cases
3230 \series default
3231  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3232 \begin_inset Graphics
3233         filename ../../images/math/cases.png
3234         scale 85
3235
3236 \end_inset
3237
3238  können mit 
3239 \family sans
3240 Strg+Enter
3241 \family default
3242  oder dem Tabellen-Werkzeugleistenknopf 
3243 \begin_inset Graphics
3244         filename ../../images/tabular-feature_append-row.png
3245         scale 85
3246
3247 \end_inset
3248
3249  neue Zeilen erstellt werden.
3250 \begin_inset Foot
3251 status collapsed
3252
3253 \begin_layout Plain Layout
3254 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3255 \begin_inset CommandInset ref
3256 LatexCommand ref
3257 reference "sub:Akzente-für-ein"
3258
3259 \end_inset
3260
3261  beschrieben.
3262 \end_layout
3263
3264 \end_inset
3265
3266
3267 \end_layout
3268
3269 \begin_layout Standard
3270 Der Befehl 
3271 \series bold
3272
3273 \backslash
3274 cases
3275 \series default
3276  ist auch über das Menü 
3277 \family sans
3278 Einfügen\SpecialChar \menuseparator
3279 Mathe\SpecialChar \menuseparator
3280 Cases-Umgebung
3281 \family default
3282  verfügbar.
3283 \end_layout
3284
3285 \begin_layout Subsection
3286 Verneinungen
3287 \begin_inset Index idx
3288 status collapsed
3289
3290 \begin_layout Plain Layout
3291 Verneinungen
3292 \end_layout
3293
3294 \end_inset
3295
3296
3297 \end_layout
3298
3299 \begin_layout Standard
3300 Durch die Eingabe von 
3301 \series bold
3302
3303 \backslash
3304 not
3305 \series default
3306
3307 \begin_inset Index idx
3308 status collapsed
3309
3310 \begin_layout Plain Layout
3311 Befehle ! N ! 
3312 \backslash
3313 not
3314 \end_layout
3315
3316 \end_inset
3317
3318  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3319  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3320 \end_layout
3321
3322 \begin_layout Standard
3323 \align center
3324 \begin_inset Tabular
3325 <lyxtabular version="3" rows="4" columns="2">
3326 <features tabularvalignment="middle">
3327 <column alignment="center" valignment="top" width="0pt">
3328 <column alignment="center" valignment="top" width="0pt">
3329 <row>
3330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334 Befehl
3335 \end_layout
3336
3337 \end_inset
3338 </cell>
3339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 Ergebnis
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 </row>
3349 <row>
3350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354
3355 \backslash
3356 not=
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365 \begin_inset Formula $\not=$
3366 \end_inset
3367
3368
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 </row>
3374 <row>
3375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379
3380 \backslash
3381 not 
3382 \backslash
3383 le
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 \begin_inset Formula $\not\le$
3393 \end_inset
3394
3395
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row>
3402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406
3407 \backslash
3408 not 
3409 \backslash
3410 parallel
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 \begin_inset Formula $\not\parallel$
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 </lyxtabular>
3429
3430 \end_inset
3431
3432
3433 \end_layout
3434
3435 \begin_layout Standard
3436 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3437  Deswegen gibt es für Einige spezielle Befehle (siehe 
3438 \begin_inset CommandInset ref
3439 LatexCommand ref
3440 reference "sub:Mathematische-Symbole"
3441
3442 \end_inset
3443
3444  und 
3445 \begin_inset CommandInset ref
3446 LatexCommand ref
3447 reference "sec:Relationen"
3448
3449 \end_inset
3450
3451 ).
3452 \end_layout
3453
3454 \begin_layout Subsection
3455 Platzhalter
3456 \begin_inset CommandInset label
3457 LatexCommand label
3458 name "sub:Platzhalter"
3459
3460 \end_inset
3461
3462
3463 \begin_inset Index idx
3464 status collapsed
3465
3466 \begin_layout Plain Layout
3467 Platzhalter
3468 \end_layout
3469
3470 \end_inset
3471
3472
3473 \begin_inset Index idx
3474 status collapsed
3475
3476 \begin_layout Plain Layout
3477 chemische Zeichen ! Isotope
3478 \end_layout
3479
3480 \end_inset
3481
3482
3483 \begin_inset Index idx
3484 status collapsed
3485
3486 \begin_layout Plain Layout
3487 Isotope|see
3488 \begin_inset ERT
3489 status collapsed
3490
3491 \begin_layout Plain Layout
3492
3493 {
3494 \end_layout
3495
3496 \end_inset
3497
3498 chemische Zeichen
3499 \begin_inset ERT
3500 status collapsed
3501
3502 \begin_layout Plain Layout
3503
3504 }
3505 \end_layout
3506
3507 \end_inset
3508
3509
3510 \end_layout
3511
3512 \end_inset
3513
3514
3515 \end_layout
3516
3517 \begin_layout Standard
3518 Möchte man z.
3519 \begin_inset space \thinspace{}
3520 \end_inset
3521
3522 B.
3523  Isotope
3524 \begin_inset Foot
3525 status collapsed
3526
3527 \begin_layout Plain Layout
3528 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3529 \begin_inset CommandInset ref
3530 LatexCommand ref
3531 reference "sub:Chemische-Symbole-und"
3532
3533 \end_inset
3534
3535  beschrieben.
3536 \end_layout
3537
3538 \end_inset
3539
3540  darstellen, tritt folgendes Problem auf:
3541 \end_layout
3542
3543 \begin_layout Standard
3544 \align center
3545 \begin_inset Tabular
3546 <lyxtabular version="3" rows="2" columns="2">
3547 <features tabularvalignment="middle">
3548 <column alignment="center" valignment="top" width="0pt">
3549 <column alignment="center" valignment="top" width="0pt">
3550 <row>
3551 <cell alignment="center" valignment="top" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555 durch Hoch- und Tiefstellen erzeugte Indizes:
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3565 \end_inset
3566
3567
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 </row>
3573 <row>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 korrekte Indizes:
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3588 \end_inset
3589
3590
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 </lyxtabular>
3597
3598 \end_inset
3599
3600
3601 \begin_inset Note Note
3602 status collapsed
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607
3608 \backslash
3609 raisebox
3610 \series default
3611  dient nur
3612 \end_layout
3613
3614 \begin_layout Plain Layout
3615 als Abstandhalter.
3616 \end_layout
3617
3618 \end_inset
3619
3620
3621 \end_layout
3622
3623 \begin_layout Standard
3624 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3625  längeren Index gesetzt.
3626  Um das zu verhindern gibt es den Befehl 
3627 \series bold
3628
3629 \backslash
3630 phantom
3631 \series default
3632
3633 \begin_inset Index idx
3634 status collapsed
3635
3636 \begin_layout Plain Layout
3637 Befehle ! P ! 
3638 \backslash
3639 phantom
3640 \end_layout
3641
3642 \end_inset
3643
3644  oder den Mathe-Werkzeugleistenknopf
3645 \begin_inset space \thinspace{}
3646 \end_inset
3647
3648
3649 \begin_inset Foot
3650 status collapsed
3651
3652 \begin_layout Plain Layout
3653 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3654 \begin_inset Graphics
3655         filename ../../images/math/space.png
3656         scale 85
3657
3658 \end_inset
3659
3660
3661 \end_layout
3662
3663 \end_inset
3664
3665  
3666 \begin_inset Graphics
3667         filename ../../images/math/phantom.png
3668         scale 85
3669
3670 \end_inset
3671
3672 , der ein oder mehrere Phantomzeichen erstellt.
3673  Wenn 
3674 \series bold
3675
3676 \backslash
3677 phantom
3678 \series default
3679  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3680  Pfeilen überlagert wird.
3681  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3682  als Leerraum erstellt wird.
3683  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3684  Zeichen.
3685 \end_layout
3686
3687 \begin_layout Standard
3688 \align center
3689 \begin_inset Tabular
3690 <lyxtabular version="3" rows="4" columns="2">
3691 <features tabularvalignment="middle">
3692 <column alignment="center" valignment="top" width="0">
3693 <column alignment="center" valignment="top" width="0">
3694 <row>
3695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 Befehl
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Ergebnis
3709 \begin_inset Note Note
3710 status collapsed
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715
3716 \backslash
3717 raisebox
3718 \series default
3719  dient nur als Abstandhalter.
3720 \end_layout
3721
3722 \end_inset
3723
3724
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 </row>
3730 <row>
3731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 ^19
3736 \begin_inset ERT
3737 status collapsed
3738
3739 \begin_layout Plain Layout
3740
3741
3742 \backslash
3743 leer 
3744 \end_layout
3745
3746 \end_inset
3747
3748 _
3749 \backslash
3750 phantom
3751 \begin_inset ERT
3752 status collapsed
3753
3754 \begin_layout Plain Layout
3755
3756
3757 \backslash
3758 leer 
3759 \end_layout
3760
3761 \end_inset
3762
3763 1
3764 \begin_inset Formula $\to$
3765 \end_inset
3766
3767 9
3768 \begin_inset ERT
3769 status collapsed
3770
3771 \begin_layout Plain Layout
3772
3773
3774 \backslash
3775 leer 
3776 \end_layout
3777
3778 \end_inset
3779
3780 F
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3790 \end_inset
3791
3792
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row>
3799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803 ^235
3804 \begin_inset ERT
3805 status collapsed
3806
3807 \begin_layout Plain Layout
3808
3809
3810 \backslash
3811 leer 
3812 \end_layout
3813
3814 \end_inset
3815
3816 _
3817 \backslash
3818 phantom
3819 \begin_inset ERT
3820 status collapsed
3821
3822 \begin_layout Plain Layout
3823
3824
3825 \backslash
3826 leer 
3827 \end_layout
3828
3829 \end_inset
3830
3831 23
3832 \begin_inset Formula $\to$
3833 \end_inset
3834
3835 9
3836 \begin_inset ERT
3837 status collapsed
3838
3839 \begin_layout Plain Layout
3840
3841
3842 \backslash
3843 leer 
3844 \end_layout
3845
3846 \end_inset
3847
3848 F
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3858 \end_inset
3859
3860
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 </row>
3866 <row>
3867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871
3872 \backslash
3873 Lambda^
3874 \begin_inset ERT
3875 status collapsed
3876
3877 \begin_layout Plain Layout
3878
3879
3880 \backslash
3881 leer 
3882 \end_layout
3883
3884 \end_inset
3885
3886
3887 \backslash
3888 phantom
3889 \begin_inset ERT
3890 status collapsed
3891
3892 \begin_layout Plain Layout
3893
3894
3895 \backslash
3896 leer 
3897 \end_layout
3898
3899 \end_inset
3900
3901 ii
3902 \begin_inset Formula $\to$
3903 \end_inset
3904
3905 t
3906 \begin_inset ERT
3907 status collapsed
3908
3909 \begin_layout Plain Layout
3910
3911
3912 \backslash
3913 leer 
3914 \end_layout
3915
3916 \end_inset
3917
3918 _MMt
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 </lyxtabular>
3937
3938 \end_inset
3939
3940
3941 \end_layout
3942
3943 \begin_layout Standard
3944 Des Weiteren gibt es noch die Befehle 
3945 \series bold
3946
3947 \backslash
3948 vphantom
3949 \series default
3950
3951 \begin_inset Index idx
3952 status collapsed
3953
3954 \begin_layout Plain Layout
3955 Befehle ! V ! 
3956 \backslash
3957 vphantom
3958 \end_layout
3959
3960 \end_inset
3961
3962  (Werkzeugleistenknopf 
3963 \begin_inset space ~
3964 \end_inset
3965
3966
3967 \begin_inset Graphics
3968         filename ../../images/math/vphantom.png
3969         scale 85
3970
3971 \end_inset
3972
3973 ) und 
3974 \series bold
3975
3976 \backslash
3977 hphantom
3978 \series default
3979
3980 \begin_inset Index idx
3981 status collapsed
3982
3983 \begin_layout Plain Layout
3984 Befehle ! H ! 
3985 \backslash
3986 hphantom
3987 \end_layout
3988
3989 \end_inset
3990
3991  (Werkzeugleistenknopf 
3992 \begin_inset space ~
3993 \end_inset
3994
3995
3996 \begin_inset Graphics
3997         filename ../../images/math/hphantom.png
3998         scale 85
3999
4000 \end_inset
4001
4002 ).
4003  
4004 \series bold
4005
4006 \backslash
4007 hphantom
4008 \series default
4009  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4010  nicht jedoch für deren Breite.
4011  Bei 
4012 \series bold
4013
4014 \backslash
4015 vphantom
4016 \series default
4017  wird nur Platz mit der Breite des Kästchens erstellt.
4018  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4019 \end_layout
4020
4021 \begin_layout Standard
4022 Zum Beispiel erzeugt 
4023 \series bold
4024
4025 \backslash
4026 vphantom
4027 \series default
4028
4029 \begin_inset ERT
4030 status collapsed
4031
4032 \begin_layout Plain Layout
4033
4034
4035 \backslash
4036 leer 
4037 \end_layout
4038
4039 \end_inset
4040
4041
4042 \series bold
4043 a
4044 \backslash
4045 int
4046 \series default
4047  Platz der Höhe des Integralzeichens,
4048 \begin_inset Foot
4049 status collapsed
4050
4051 \begin_layout Plain Layout
4052 Der Befehl 
4053 \series bold
4054
4055 \backslash
4056 int
4057 \series default
4058  erzeugt ein Integralzeichen, siehe 
4059 \begin_inset CommandInset ref
4060 LatexCommand ref
4061 reference "sub:Große-Operatoren"
4062
4063 \end_inset
4064
4065 .
4066 \end_layout
4067
4068 \end_inset
4069
4070  da dieses das größere Zeichen ist.
4071  Eine Beispielanwendung ist in 
4072 \begin_inset CommandInset ref
4073 LatexCommand ref
4074 reference "sub:Mehrzeilige-Klammern"
4075
4076 \end_inset
4077
4078  zu finden.
4079 \end_layout
4080
4081 \begin_layout Standard
4082 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4083  
4084 \family sans
4085 Einfügen\SpecialChar \menuseparator
4086 Formatierung\SpecialChar \menuseparator
4087 Phantom
4088 \family default
4089  eingefügt werden:
4090 \end_layout
4091
4092 \begin_layout Standard
4093 Dies ist ein Satz.
4094 \begin_inset Newline newline
4095 \end_inset
4096
4097
4098 \begin_inset Phantom Phantom
4099 status open
4100
4101 \begin_layout Plain Layout
4102 Dies
4103 \end_layout
4104
4105 \end_inset
4106
4107  ist ein Satz.
4108 \end_layout
4109
4110 \begin_layout Subsection
4111 Linien
4112 \begin_inset Index idx
4113 status collapsed
4114
4115 \begin_layout Plain Layout
4116 Linien
4117 \end_layout
4118
4119 \end_inset
4120
4121
4122 \begin_inset Index idx
4123 status collapsed
4124
4125 \begin_layout Plain Layout
4126 Formel ! unterstrichene
4127 \end_layout
4128
4129 \end_inset
4130
4131
4132 \end_layout
4133
4134 \begin_layout Standard
4135 \align center
4136 \begin_inset Tabular
4137 <lyxtabular version="3" rows="4" columns="2">
4138 <features tabularvalignment="middle">
4139 <column alignment="center" valignment="top" width="0pt">
4140 <column alignment="center" valignment="top" width="0pt">
4141 <row>
4142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Befehl
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Ergebnis
4156 \begin_inset Note Note
4157 status collapsed
4158
4159 \begin_layout Plain Layout
4160
4161 \series bold
4162
4163 \backslash
4164 raisebox
4165 \series default
4166  dient nur als Abstandhalter.
4167 \end_layout
4168
4169 \end_inset
4170
4171
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 </row>
4177 <row>
4178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182
4183 \backslash
4184 overline
4185 \begin_inset ERT
4186 status collapsed
4187
4188 \begin_layout Plain Layout
4189
4190
4191 \backslash
4192 leer 
4193 \end_layout
4194
4195 \end_inset
4196
4197 A+B
4198 \begin_inset Index idx
4199 status collapsed
4200
4201 \begin_layout Plain Layout
4202 Befehle ! O ! 
4203 \backslash
4204 overline
4205 \end_layout
4206
4207 \end_inset
4208
4209
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4219 \end_inset
4220
4221
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 </row>
4227 <row>
4228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232
4233 \backslash
4234 underline
4235 \begin_inset ERT
4236 status collapsed
4237
4238 \begin_layout Plain Layout
4239
4240
4241 \backslash
4242 leer 
4243 \end_layout
4244
4245 \end_inset
4246
4247 A+B
4248 \begin_inset Index idx
4249 status collapsed
4250
4251 \begin_layout Plain Layout
4252 Befehle ! U ! 
4253 \backslash
4254 underline
4255 \end_layout
4256
4257 \end_inset
4258
4259
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4269 \end_inset
4270
4271
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \backslash
4284 overline
4285 \begin_inset ERT
4286 status collapsed
4287
4288 \begin_layout Plain Layout
4289
4290
4291 \backslash
4292 leer 
4293 \end_layout
4294
4295 \end_inset
4296
4297
4298 \backslash
4299 underline
4300 \begin_inset ERT
4301 status collapsed
4302
4303 \begin_layout Plain Layout
4304
4305
4306 \backslash
4307 leer 
4308 \end_layout
4309
4310 \end_inset
4311
4312 A+B
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4322 \end_inset
4323
4324
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 </row>
4330 </lyxtabular>
4331
4332 \end_inset
4333
4334
4335 \end_layout
4336
4337 \begin_layout Standard
4338 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4339 \series bold
4340
4341 \backslash
4342 overline
4343 \series default
4344  oder 
4345 \series bold
4346
4347 \backslash
4348 underline
4349 \series default
4350  eingibt.
4351 \end_layout
4352
4353 \begin_layout Standard
4354 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4355 \begin_inset Newline linebreak
4356 \end_inset
4357
4358
4359 \series bold
4360
4361 \backslash
4362 underline
4363 \series default
4364 .
4365 \end_layout
4366
4367 \begin_layout Standard
4368 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4369 \end_layout
4370
4371 \begin_layout Standard
4372 \begin_inset VSpace bigskip
4373 \end_inset
4374
4375 Benutzerdefinierte Linien können mit dem Befehl 
4376 \series bold
4377
4378 \backslash
4379 rule
4380 \series default
4381
4382 \begin_inset Index idx
4383 status collapsed
4384
4385 \begin_layout Plain Layout
4386 Befehle! R ! 
4387 \backslash
4388 rule
4389 \end_layout
4390
4391 \end_inset
4392
4393  erstellt werden, der folgendes Schema besitzt:
4394 \end_layout
4395
4396 \begin_layout Standard
4397
4398 \series bold
4399
4400 \backslash
4401 rule[vertikaler Versatz]{Länge}{Dicke}
4402 \end_layout
4403
4404 \begin_layout Standard
4405 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4406  unten, wenn der Wert negativ ist).
4407  Die Einheiten, die in 
4408 \begin_inset CommandInset ref
4409 LatexCommand ref
4410 reference "tab:Verfügbare-Einheiten"
4411
4412 \end_inset
4413
4414  aufgelistet sind, können für die Werte benutzt werden.
4415  Hier sind zwei Beispiele, die mit den Befehlen
4416 \begin_inset Newline newline
4417 \end_inset
4418
4419
4420 \series bold
4421
4422 \backslash
4423 rule[-2ex]{3cm}{2pt}
4424 \series default
4425  und 
4426 \series bold
4427
4428 \backslash
4429 rule{2cm}{1pt}
4430 \series default
4431  erzeugt wurden:
4432 \end_layout
4433
4434 \begin_layout Standard
4435 Dies ist ein Satz 
4436 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4437 \end_inset
4438
4439  mit zwei Linien.
4440 \end_layout
4441
4442 \begin_layout Standard
4443
4444 \series bold
4445
4446 \backslash
4447 rule
4448 \series default
4449  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4450 \family sans
4451 Einfügen\SpecialChar \menuseparator
4452 Formatierung\SpecialChar \menuseparator
4453 Horizontale
4454 \begin_inset space ~
4455 \end_inset
4456
4457 Line
4458 \family default
4459  eingefügt wird:
4460 \end_layout
4461
4462 \begin_layout Standard
4463 Dies ist ein Satz 
4464 \begin_inset CommandInset line
4465 LatexCommand rule
4466 offset "0.5ex"
4467 width "3cm"
4468 height "1pt"
4469
4470 \end_inset
4471
4472  mit einer Linie.
4473 \end_layout
4474
4475 \begin_layout Subsection
4476 Fortsetzungspunkte
4477 \begin_inset CommandInset label
4478 LatexCommand label
4479 name "sub:Fortsetzungspunkte"
4480
4481 \end_inset
4482
4483
4484 \begin_inset Index idx
4485 status collapsed
4486
4487 \begin_layout Plain Layout
4488 Fortsetzungspunkte
4489 \end_layout
4490
4491 \end_inset
4492
4493
4494 \end_layout
4495
4496 \begin_layout Standard
4497 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4498 \begin_inset Foot
4499 status collapsed
4500
4501 \begin_layout Plain Layout
4502 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4503 \begin_inset Graphics
4504         filename ../../images/math/ldots.png
4505         scale 85
4506
4507 \end_inset
4508
4509
4510 \end_layout
4511
4512 \end_inset
4513
4514  Für Aufzählungen verwendet man unten sitzende Punkte (
4515 \series bold
4516
4517 \backslash
4518 ldots
4519 \series default
4520
4521 \begin_inset Index idx
4522 status collapsed
4523
4524 \begin_layout Plain Layout
4525 Befehle ! L ! 
4526 \backslash
4527 ldots
4528 \end_layout
4529
4530 \end_inset
4531
4532 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4533  die Operatoren sind (
4534 \series bold
4535
4536 \backslash
4537 cdots
4538 \series default
4539
4540 \begin_inset Index idx
4541 status collapsed
4542
4543 \begin_layout Plain Layout
4544 Befehle ! C ! 
4545 \backslash
4546 cdots
4547 \end_layout
4548
4549 \end_inset
4550
4551 ).
4552  Verwendet man den Befehl 
4553 \series bold
4554
4555 \backslash
4556 dots
4557 \series default
4558
4559 \begin_inset Index idx
4560 status collapsed
4561
4562 \begin_layout Plain Layout
4563 Befehle ! D ! 
4564 \backslash
4565 dots
4566 \end_layout
4567
4568 \end_inset
4569
4570 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4571  wird.
4572 \end_layout
4573
4574 \begin_layout Standard
4575 \align center
4576 \begin_inset Tabular
4577 <lyxtabular version="3" rows="9" columns="2">
4578 <features tabularvalignment="middle">
4579 <column alignment="center" valignment="top" width="0pt">
4580 <column alignment="center" valignment="top" width="0pt">
4581 <row>
4582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 Befehl
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 Ergebnis
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 A_1
4607 \begin_inset ERT
4608 status collapsed
4609
4610 \begin_layout Plain Layout
4611
4612
4613 \backslash
4614 leer 
4615 \end_layout
4616
4617 \end_inset
4618
4619 ,
4620 \backslash
4621 dots
4622 \begin_inset ERT
4623 status collapsed
4624
4625 \begin_layout Plain Layout
4626
4627
4628 \backslash
4629 leer 
4630 \end_layout
4631
4632 \end_inset
4633
4634 ,A_n
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 \begin_inset Formula $A_{1},\dots,A_{n}$
4644 \end_inset
4645
4646
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 A_1
4658 \begin_inset ERT
4659 status collapsed
4660
4661 \begin_layout Plain Layout
4662
4663
4664 \backslash
4665 leer 
4666 \end_layout
4667
4668 \end_inset
4669
4670 +
4671 \backslash
4672 dots
4673 \begin_inset ERT
4674 status collapsed
4675
4676 \begin_layout Plain Layout
4677
4678
4679 \backslash
4680 leer 
4681 \end_layout
4682
4683 \end_inset
4684
4685 +A_n
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 \begin_inset Formula $A_{1}+\dots+A_{n}$
4695 \end_inset
4696
4697
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 A_1
4709 \begin_inset ERT
4710 status collapsed
4711
4712 \begin_layout Plain Layout
4713
4714
4715 \backslash
4716 leer 
4717 \end_layout
4718
4719 \end_inset
4720
4721 ,
4722 \backslash
4723 ldots
4724 \begin_inset ERT
4725 status collapsed
4726
4727 \begin_layout Plain Layout
4728
4729
4730 \backslash
4731 leer 
4732 \end_layout
4733
4734 \end_inset
4735
4736 ,A_n
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 \begin_inset Formula $A_{1},\ldots,A_{n}$
4746 \end_inset
4747
4748
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 </row>
4754 <row>
4755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 A_1
4760 \begin_inset ERT
4761 status collapsed
4762
4763 \begin_layout Plain Layout
4764
4765
4766 \backslash
4767 leer 
4768 \end_layout
4769
4770 \end_inset
4771
4772 +
4773 \backslash
4774 cdots
4775 \begin_inset ERT
4776 status collapsed
4777
4778 \begin_layout Plain Layout
4779
4780
4781 \backslash
4782 leer 
4783 \end_layout
4784
4785 \end_inset
4786
4787 +A_n
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4797 \end_inset
4798
4799
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \backslash
4812 vdots
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 \begin_inset Formula $\vdots$
4822 \end_inset
4823
4824
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835
4836 \backslash
4837 ddots
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 \begin_inset Formula $\ddots$
4847 \end_inset
4848
4849
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 </row>
4855 <row>
4856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860
4861 \backslash
4862 iddots
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 \begin_inset Formula $\iddots$
4872 \end_inset
4873
4874
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 3
4886 \series bold
4887 ×
4888 \series default
4889 3
4890 \begin_inset space \thinspace{}
4891 \end_inset
4892
4893 Matrix mit obigen Befehlen
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 \begin_inset Formula $\begin{array}{ccc}
4903 A_{11} & \cdots & A_{1m}\\
4904 \vdots & \ddots & \vdots\\
4905 A_{n1} & \cdots & A_{nm}
4906 \end{array}$
4907 \end_inset
4908
4909
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 </lyxtabular>
4916
4917 \end_inset
4918
4919
4920 \end_layout
4921
4922 \begin_layout Standard
4923 Die im Menü 
4924 \family sans
4925 Einfügen\SpecialChar \menuseparator
4926 Sonderzeichen
4927 \family default
4928  verfügbaren Fortsetzungspunkte sind 
4929 \series bold
4930
4931 \backslash
4932 ldots
4933 \series default
4934 .
4935 \end_layout
4936
4937 \begin_layout Standard
4938
4939 \lang english
4940 \begin_inset VSpace medskip
4941 \end_inset
4942
4943
4944 \lang ngerman
4945 Um 
4946 \series bold
4947
4948 \backslash
4949 iddots
4950 \series default
4951  nutzen zu können, muss eine der Optionen 
4952 \family sans
4953 Mathdots Paket (automatisch) verwenden 
4954 \family default
4955 in den Dokumenteinstellungen unter 
4956 \family sans
4957 Mathe-Optionen
4958 \family default
4959  gewählt sein.
4960 \begin_inset Newline newline
4961 \end_inset
4962
4963 Die Option 
4964 \family sans
4965 Mathdots Paket verwenden
4966 \family default
4967  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4968  Schriftstil oder die Schriftgröße nicht Standard sind.
4969 \end_layout
4970
4971 \begin_layout Standard
4972 \begin_inset VSpace medskip
4973 \end_inset
4974
4975 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4976  Spalten erstrecken.
4977  Man erhält sie mit dem Befehl 
4978 \series bold
4979
4980 \backslash
4981 hdotsfor
4982 \series default
4983
4984 \begin_inset Index idx
4985 status collapsed
4986
4987 \begin_layout Plain Layout
4988 Befehle ! H ! 
4989 \backslash
4990 hdotsfor
4991 \end_layout
4992
4993 \end_inset
4994
4995 , der folgendes Schema besitzt:
4996 \end_layout
4997
4998 \begin_layout Standard
4999
5000 \series bold
5001
5002 \backslash
5003 hdotsfor[Abstand]{Anzahl der Spalten}
5004 \end_layout
5005
5006 \begin_layout Standard
5007 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5008  sollen.
5009  Abstand ist ein Faktor, der den Punktabstand festlegt.
5010 \end_layout
5011
5012 \begin_layout Standard
5013 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5014  
5015 \series bold
5016
5017 \backslash
5018 hdotsfor[2]{4}
5019 \series default
5020  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5021  beim Befehl 
5022 \series bold
5023
5024 \backslash
5025 dots
5026 \series default
5027  zu erhalten:
5028 \begin_inset Formula \[
5029 \left(\begin{array}{cccc}
5030 A & B & C & D\\
5031 \hdotsfor[2]{4}\\
5032 q & w & e & r
5033 \end{array}\right)\]
5034
5035 \end_inset
5036
5037 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5038  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5039 \end_layout
5040
5041 \begin_layout Standard
5042 \begin_inset VSpace bigskip
5043 \end_inset
5044
5045 Des Weiteren kann man mit dem Befehl 
5046 \series bold
5047
5048 \backslash
5049 dotfill
5050 \series default
5051
5052 \begin_inset Index idx
5053 status collapsed
5054
5055 \begin_layout Plain Layout
5056 Befehle ! D ! 
5057 \backslash
5058 dotfill
5059 \end_layout
5060
5061 \end_inset
5062
5063  den Rest einer Zeile mit Punkten füllen.
5064  Die Wirkungsweise des Befehls entspricht der von 
5065 \series bold
5066
5067 \backslash
5068 hfill
5069 \series default
5070 , siehe 
5071 \begin_inset CommandInset ref
5072 LatexCommand ref
5073 reference "sub:Variabler-Leerraum"
5074
5075 \end_inset
5076
5077 .
5078 \end_layout
5079
5080 \begin_layout Standard
5081 Z.
5082 \begin_inset space \thinspace{}
5083 \end_inset
5084
5085 B.
5086  ergibt der Befehl 
5087 \series bold
5088 A
5089 \backslash
5090 dotfill
5091 \begin_inset ERT
5092 status collapsed
5093
5094 \begin_layout Plain Layout
5095
5096
5097 \backslash
5098 leer 
5099 \end_layout
5100
5101 \end_inset
5102
5103 B
5104 \end_layout
5105
5106 \begin_layout Standard
5107 \begin_inset Formula $A\dotfill B$
5108 \end_inset
5109
5110
5111 \end_layout
5112
5113 \begin_layout Standard
5114 Analog dazu gibt es für eine Linie den Befehl 
5115 \series bold
5116
5117 \backslash
5118 hrulefill
5119 \series default
5120
5121 \begin_inset Index idx
5122 status collapsed
5123
5124 \begin_layout Plain Layout
5125 Befehle ! H ! 
5126 \backslash
5127 hrulefill
5128 \end_layout
5129
5130 \end_inset
5131
5132 :
5133 \end_layout
5134
5135 \begin_layout Standard
5136 \begin_inset Formula $A\hrulefill B$
5137 \end_inset
5138
5139
5140 \end_layout
5141
5142 \begin_layout Standard
5143 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5144  werden.
5145 \end_layout
5146
5147 \begin_layout Section
5148 Matrizen
5149 \begin_inset CommandInset label
5150 LatexCommand label
5151 name "sec:Matrizen"
5152
5153 \end_inset
5154
5155
5156 \begin_inset Index idx
5157 status collapsed
5158
5159 \begin_layout Plain Layout
5160 Matrizen
5161 \end_layout
5162
5163 \end_inset
5164
5165
5166 \end_layout
5167
5168 \begin_layout Standard
5169 Matrizen können über den Mathe-Werkzeugleistenknopf
5170 \family sans
5171  
5172 \family default
5173
5174 \begin_inset Graphics
5175         filename ../../images/dialog-show_mathmatrix.png
5176         scale 85
5177
5178 \end_inset
5179
5180  oder das Menü 
5181 \family sans
5182 Einfügen\SpecialChar \menuseparator
5183 Mathe\SpecialChar \menuseparator
5184 Matrix
5185 \family default
5186  eingefügt werden.
5187  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5188  Verzierung gefragt.
5189  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5190  von Bedeutung:
5191 \end_layout
5192
5193 \begin_layout Standard
5194 Die erste Matrix ist oben 
5195 \begin_inset Formula $\begin{array}[t]{cccc}
5196 A & D & G & J\\
5197 B & E & H & K\\
5198 C & F & I & L
5199 \end{array}$
5200 \end_inset
5201
5202 , die zweite mittig 
5203 \begin_inset Formula $\begin{array}{cccc}
5204 A & D & G & J\\
5205 B & E & H & K\\
5206 C & F & I & L
5207 \end{array}$
5208 \end_inset
5209
5210  und die dritte unten 
5211 \begin_inset Formula $\begin{array}[b]{cccc}
5212 A & D & G & J\\
5213 B & E & H & K\\
5214 C & F & I & L
5215 \end{array}$
5216 \end_inset
5217
5218  ausgerichtet.
5219 \end_layout
5220
5221 \begin_layout Standard
5222 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5223  werden sollen.
5224  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5225  
5226 \emph on
5227 l
5228 \emph default
5229  steht für linksbündig, 
5230 \emph on
5231 c
5232 \emph default
5233  für mittig und 
5234 \emph on
5235 r
5236 \emph default
5237  für rechtsbündig.
5238  Möchte man z.
5239 \begin_inset space \thinspace{}
5240 \end_inset
5241
5242 B.
5243  eine 4
5244 \series bold
5245 ×
5246 \series default
5247 4
5248 \begin_inset space ~
5249 \end_inset
5250
5251 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5252  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5253  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5254 \series bold
5255 lccr
5256 \series default
5257  an.
5258  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5259  die Voreinstellung für jede Spalte ein 
5260 \series bold
5261 c
5262 \series default
5263  ist.
5264 \end_layout
5265
5266 \begin_layout Standard
5267 Horizontale Ausrichtung:
5268 \end_layout
5269
5270 \begin_layout Standard
5271
5272 \series bold
5273 lll
5274 \series default
5275  : 
5276 \begin_inset Formula $\begin{array}{lll}
5277 10000 & D & G\\
5278 B & 10000 & H\\
5279 C & F & 10000
5280 \end{array}$
5281 \end_inset
5282
5283  , 
5284 \series bold
5285 ccc
5286 \series default
5287  : 
5288 \begin_inset Formula $\begin{array}{ccc}
5289 10000 & D & G\\
5290 B & 10000 & H\\
5291 C & F & 10000
5292 \end{array}$
5293 \end_inset
5294
5295  , 
5296 \series bold
5297 rrr
5298 \series default
5299  : 
5300 \begin_inset Formula $\begin{array}{rrr}
5301 10000 & D & G\\
5302 B & 10000 & H\\
5303 C & F & 10000
5304 \end{array}$
5305 \end_inset
5306
5307
5308 \end_layout
5309
5310 \begin_layout Standard
5311 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5312  man die Mathe-Werkzeugleistenknöpfe 
5313 \begin_inset Graphics
5314         filename ../../images/tabular-feature_append-row.png
5315         scale 85
5316
5317 \end_inset
5318
5319
5320 \begin_inset Graphics
5321         filename ../../images/tabular-feature_delete-row.png
5322         scale 85
5323
5324 \end_inset
5325
5326 , usw.
5327 \begin_inset space \space{}
5328 \end_inset
5329
5330 oder das Menü 
5331 \family sans
5332 Bearbeiten\SpecialChar \menuseparator
5333 Zeilen & Spalten
5334 \family default
5335  verwenden.
5336  Neue Zeilen können auch mit 
5337 \family sans
5338 Strg+Enter
5339 \family default
5340  erstellt werden.
5341 \end_layout
5342
5343 \begin_layout Standard
5344 \begin_inset VSpace bigskip
5345 \end_inset
5346
5347 Die 
5348 \family sans
5349 Verzierung
5350 \family default
5351  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5352  Alternativ können Klammern entweder mit den Befehlen 
5353 \series bold
5354
5355 \backslash
5356 left
5357 \series default
5358
5359 \begin_inset Index idx
5360 status collapsed
5361
5362 \begin_layout Plain Layout
5363 Befehle ! L ! 
5364 \backslash
5365 left
5366 \end_layout
5367
5368 \end_inset
5369
5370  und 
5371 \series bold
5372
5373 \backslash
5374 right
5375 \series default
5376
5377 \begin_inset Index idx
5378 status collapsed
5379
5380 \begin_layout Plain Layout
5381 Befehle ! R ! 
5382 \backslash
5383 right
5384 \end_layout
5385
5386 \end_inset
5387
5388  erstellt werden (Tastenkürzel 
5389 \family sans
5390 Alt+M
5391 \begin_inset space ~
5392 \end_inset
5393
5394 Klammer
5395 \family default
5396 ), siehe 
5397 \begin_inset CommandInset ref
5398 LatexCommand ref
5399 reference "sub:Automatische-Klammergrößen"
5400
5401 \end_inset
5402
5403 , oder man verwendet folgende Befehle:
5404 \begin_inset VSpace bigskip
5405 \end_inset
5406
5407
5408 \end_layout
5409
5410 \begin_layout Standard
5411 \begin_inset space \hfill{}
5412 \end_inset
5413
5414
5415 \begin_inset Tabular
5416 <lyxtabular version="3" rows="4" columns="2">
5417 <features tabularvalignment="middle">
5418 <column alignment="center" valignment="top" width="0">
5419 <column alignment="center" valignment="top" width="0">
5420 <row>
5421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 Befehl
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 Ergebnis
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 </row>
5440 <row>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445
5446 \backslash
5447 bmatrix
5448 \begin_inset ERT
5449 status collapsed
5450
5451 \begin_layout Plain Layout
5452
5453
5454 \backslash
5455 leer 
5456 \end_layout
5457
5458 \end_inset
5459
5460 2
5461 \series bold
5462 ×
5463 \series default
5464 2
5465 \begin_inset space \thinspace{}
5466 \end_inset
5467
5468 Matrix
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5478 0 & \textrm{-}\mathrm{i}\\
5479 \mathrm{i} & 0
5480 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5481 \end_inset
5482
5483
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 </row>
5489 <row>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494
5495 \backslash
5496 Bmatrix
5497 \begin_inset ERT
5498 status collapsed
5499
5500 \begin_layout Plain Layout
5501
5502
5503 \backslash
5504 leer 
5505 \end_layout
5506
5507 \end_inset
5508
5509 2
5510 \series bold
5511 ×
5512 \series default
5513 2
5514 \begin_inset space \thinspace{}
5515 \end_inset
5516
5517 Matrix
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5527 0 & \textrm{-}\mathrm{i}\\
5528 \mathrm{i} & 0
5529 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5530 \end_inset
5531
5532
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 </row>
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
5544 \backslash
5545 pmatrix
5546 \begin_inset ERT
5547 status collapsed
5548
5549 \begin_layout Plain Layout
5550
5551
5552 \backslash
5553 leer 
5554 \end_layout
5555
5556 \end_inset
5557
5558 2
5559 \series bold
5560 ×
5561 \series default
5562 2
5563 \begin_inset space \thinspace{}
5564 \end_inset
5565
5566 Matrix
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5576 0 & \textrm{-}\mathrm{i}\\
5577 \mathrm{i} & 0
5578 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5579 \end_inset
5580
5581
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 </row>
5587 </lyxtabular>
5588
5589 \end_inset
5590
5591
5592 \begin_inset space \hfill{}
5593 \end_inset
5594
5595
5596 \begin_inset Tabular
5597 <lyxtabular version="3" rows="4" columns="2">
5598 <features tabularvalignment="middle">
5599 <column alignment="center" valignment="top" width="0">
5600 <column alignment="center" valignment="top" width="0">
5601 <row>
5602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 Befehl
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 Ergebnis
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626
5627 \backslash
5628 vmatrix
5629 \begin_inset ERT
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633
5634
5635 \backslash
5636 leer 
5637 \end_layout
5638
5639 \end_inset
5640
5641 2
5642 \series bold
5643 ×
5644 \series default
5645 2
5646 \begin_inset space \thinspace{}
5647 \end_inset
5648
5649 Matrix
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5659 0 & \textrm{-}\mathrm{i}\\
5660 \mathrm{i} & 0
5661 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 </row>
5670 <row>
5671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675
5676 \backslash
5677 Vmatrix
5678 \begin_inset ERT
5679 status collapsed
5680
5681 \begin_layout Plain Layout
5682
5683
5684 \backslash
5685 leer 
5686 \end_layout
5687
5688 \end_inset
5689
5690 2
5691 \series bold
5692 ×
5693 \series default
5694 2
5695 \begin_inset space \thinspace{}
5696 \end_inset
5697
5698 Matrix
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5708 0 & \textrm{-}\mathrm{i}\\
5709 \mathrm{i} & 0
5710 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row>
5720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724
5725 \backslash
5726 matrix
5727 \begin_inset ERT
5728 status collapsed
5729
5730 \begin_layout Plain Layout
5731
5732
5733 \backslash
5734 leer 
5735 \end_layout
5736
5737 \end_inset
5738
5739 2
5740 \series bold
5741 ×
5742 \series default
5743 2
5744 \begin_inset space \thinspace{}
5745 \end_inset
5746
5747 Matrix
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5757 0 & \textrm{-}\mathrm{i}\\
5758 \mathrm{i} & 0
5759 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5760 \end_inset
5761
5762
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 </lyxtabular>
5769
5770 \end_inset
5771
5772
5773 \begin_inset space \hfill{}
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \begin_layout Standard
5780 \begin_inset VSpace medskip
5781 \end_inset
5782
5783 Wurde z.
5784 \begin_inset space \thinspace{}
5785 \end_inset
5786
5787 B.
5788  
5789 \series bold
5790
5791 \backslash
5792 vmatrix
5793 \series default
5794  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5795  in das die Matrix eingefügt wird.
5796 \begin_inset Newline newline
5797 \end_inset
5798
5799 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5800 \end_layout
5801
5802 \begin_layout Standard
5803 \begin_inset VSpace bigskip
5804 \end_inset
5805
5806 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5807 \begin_inset CommandInset ref
5808 LatexCommand ref
5809 reference "sub:Spaltenabstand"
5810
5811 \end_inset
5812
5813  beschriebene Länge 
5814 \series bold
5815
5816 \backslash
5817 arraycolsep
5818 \series default
5819
5820 \begin_inset Index idx
5821 status collapsed
5822
5823 \begin_layout Plain Layout
5824 Befehle ! A ! 
5825 \backslash
5826 arraycolsep
5827 \end_layout
5828
5829 \end_inset
5830
5831  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5832 \end_layout
5833
5834 \begin_layout Standard
5835 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5836 \series bold
5837
5838 \backslash
5839 arraystretch
5840 \series default
5841
5842 \begin_inset Index idx
5843 status collapsed
5844
5845 \begin_layout Plain Layout
5846 Befehle ! A ! 
5847 \backslash
5848 arraystretch
5849 \end_layout
5850
5851 \end_inset
5852
5853 .
5854  Dieser wird folgendermaßen benutzt:
5855 \end_layout
5856
5857 \begin_layout Standard
5858
5859 \series bold
5860
5861 \backslash
5862 renewcommand{
5863 \backslash
5864 arraystretch}{Dehnungsfaktor}
5865 \begin_inset Index idx
5866 status collapsed
5867
5868 \begin_layout Plain Layout
5869 Befehle ! R ! 
5870 \backslash
5871 renewcommand
5872 \end_layout
5873
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \begin_layout Standard
5880 Der Befehl 
5881 \series bold
5882
5883 \backslash
5884 renewcommand
5885 \series default
5886  weist dabei dem vordefinierten Befehl 
5887 \series bold
5888
5889 \backslash
5890 arraystretch
5891 \series default
5892  den Dehnungsfaktor zu.
5893  Möchte man z.
5894 \begin_inset space \thinspace{}
5895 \end_inset
5896
5897 B.
5898  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5899  Dieser wird dann für alle folgenden Matrizen verwendet.
5900  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5901 \series bold
5902
5903 \backslash
5904 arraystretch
5905 \series default
5906  den Faktor 1 zu.
5907 \end_layout
5908
5909 \begin_layout Standard
5910 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5911 \series bold
5912
5913 \backslash
5914 smallmatrix
5915 \series default
5916
5917 \begin_inset Index idx
5918 status collapsed
5919
5920 \begin_layout Plain Layout
5921 Befehle ! S ! 
5922 \backslash
5923 smallmatrix
5924 \end_layout
5925
5926 \end_inset
5927
5928 .
5929  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5930  gestrichelten Linien.
5931  In dieses Kästchen wird die Matrix eingegeben.
5932  Man verwendet stattdessen das Menü 
5933 \family sans
5934 Bearbeiten\SpecialChar \menuseparator
5935 Zeilen
5936 \begin_inset space ~
5937 \end_inset
5938
5939 &
5940 \begin_inset space ~
5941 \end_inset
5942
5943 Spalten
5944 \family default
5945  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5946  Neue Zeilen können auch mit 
5947 \family sans
5948 Strg+Enter
5949 \family default
5950  erstellt werden.
5951 \end_layout
5952
5953 \begin_layout Standard
5954 Dies ist eine Matrix 
5955 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5956 C & D
5957 \end{smallmatrix}\right)$
5958 \end_inset
5959
5960  in einer Textzeile.
5961 \end_layout
5962
5963 \begin_layout Standard
5964 \begin_inset Newpage newpage
5965 \end_inset
5966
5967
5968 \end_layout
5969
5970 \begin_layout Section
5971 Klammern und Begrenzungszeichen
5972 \begin_inset Index idx
5973 status collapsed
5974
5975 \begin_layout Plain Layout
5976 Klammern
5977 \end_layout
5978
5979 \end_inset
5980
5981
5982 \begin_inset Index idx
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 Begrenzungszeichen
5987 \end_layout
5988
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \begin_layout Subsection
5995 Vertikale Klammern und Begrenzungszeichen
5996 \begin_inset Index idx
5997 status collapsed
5998
5999 \begin_layout Plain Layout
6000 Klammern ! vertikale
6001 \end_layout
6002
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \begin_layout Standard
6009 \begin_inset space \hfill{}
6010 \end_inset
6011
6012
6013 \begin_inset Tabular
6014 <lyxtabular version="3" rows="9" columns="2">
6015 <features tabularvalignment="middle">
6016 <column alignment="center" valignment="top" width="0pt">
6017 <column alignment="center" valignment="top" width="0pt">
6018 <row>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 Befehl
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 Ergebnis
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 (
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 \begin_inset Formula $($
6053 \end_inset
6054
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 {
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 \begin_inset Formula $\{$
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 [
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $[$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \backslash
6114 langle
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 \begin_inset Formula $\langle$
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 </row>
6132 <row>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137
6138 \backslash
6139 lceil
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 \begin_inset Formula $\lceil$
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 </row>
6157 <row>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162
6163 \backslash
6164 lfloor
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 \begin_inset Formula $\lfloor$
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 </row>
6182 <row>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 /
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 \begin_inset Formula $/$
6197 \end_inset
6198
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row>
6206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 |
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 \begin_inset Formula $|$
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 </lyxtabular>
6229
6230 \end_inset
6231
6232
6233 \begin_inset space \hfill{}
6234 \end_inset
6235
6236
6237 \begin_inset Tabular
6238 <lyxtabular version="3" rows="9" columns="2">
6239 <features tabularvalignment="middle">
6240 <column alignment="center" valignment="top" width="0pt">
6241 <column alignment="center" valignment="top" width="0pt">
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 Befehl
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 Ergebnis
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 )
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 \begin_inset Formula $)$
6277 \end_inset
6278
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 <row>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 }
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Formula $\}$
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 </row>
6308 <row>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 ]
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 \begin_inset Formula $]$
6323 \end_inset
6324
6325
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 </row>
6331 <row>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336
6337 \backslash
6338 rangle
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 \begin_inset Formula $\rangle$
6348 \end_inset
6349
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361
6362 \backslash
6363 rceil
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 \begin_inset Formula $\rceil$
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \backslash
6388 rfloor
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 \begin_inset Formula $\rfloor$
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 </row>
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411
6412 \backslash
6413
6414 \backslash
6415
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 \begin_inset Formula $\backslash$
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 </row>
6433 <row>
6434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438
6439 \backslash
6440 |
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 \begin_inset Formula $\|$
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 </lyxtabular>
6459
6460 \end_inset
6461
6462
6463 \begin_inset space \hfill{}
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \begin_layout Standard
6470
6471 \series medium
6472 \begin_inset Note Greyedout
6473 status open
6474
6475 \begin_layout Plain Layout
6476
6477 \series bold
6478 Achtung:
6479 \series default
6480  Im TeX-Modus muss für den Backslash der Befehl 
6481 \series bold
6482
6483 \backslash
6484 textbackslash
6485 \series default
6486
6487 \begin_inset Index idx
6488 status collapsed
6489
6490 \begin_layout Plain Layout
6491 Befehle ! T ! 
6492 \backslash
6493 textbackslash
6494 \end_layout
6495
6496 \end_inset
6497
6498  verwendet werden, denn der Befehl 
6499 \series bold
6500
6501 \backslash
6502
6503 \backslash
6504
6505 \series default
6506  steht dort für einen Zeilenumbruch.
6507 \end_layout
6508
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \begin_layout Standard
6515 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6516  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6517  Dabei können dann statt den Befehlen 
6518 \series bold
6519
6520 \backslash
6521 langle
6522 \series default
6523  und 
6524 \series bold
6525
6526 \backslash
6527 rangle
6528 \series default
6529  direkt die Zeichen < und > verwendet werden.
6530 \end_layout
6531
6532 \begin_layout Subsubsection
6533 Manuelle Klammergrößen
6534 \begin_inset CommandInset label
6535 LatexCommand label
6536 name "sub:Manuelle-Klammergrößen"
6537
6538 \end_inset
6539
6540
6541 \begin_inset Index idx
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545 Klammergrößen ! manuelle
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \begin_layout Standard
6554 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6555  LaTeX-Befehle 
6556 \series bold
6557
6558 \backslash
6559 big
6560 \series default
6561
6562 \begin_inset Index idx
6563 status collapsed
6564
6565 \begin_layout Plain Layout
6566 Befehle ! B ! 
6567 \backslash
6568 big
6569 \end_layout
6570
6571 \end_inset
6572
6573
6574 \series bold
6575
6576 \backslash
6577 Big
6578 \series default
6579
6580 \series bold
6581
6582 \backslash
6583 bigg
6584 \series default
6585  und 
6586 \series bold
6587
6588 \backslash
6589 Bigg
6590 \series default
6591  tun.
6592  
6593 \series bold
6594
6595 \backslash
6596 big
6597 \series default
6598  steht hierbei für die kleinste und 
6599 \series bold
6600
6601 \backslash
6602 Bigg
6603 \series default
6604  für die größte Klammergröße.
6605 \end_layout
6606
6607 \begin_layout Standard
6608 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6609 \end_layout
6610
6611 \begin_layout Standard
6612 \align center
6613 \begin_inset Tabular
6614 <lyxtabular version="3" rows="2" columns="2">
6615 <features tabularvalignment="middle">
6616 <column alignment="center" valignment="top" width="0pt">
6617 <column alignment="center" valignment="top" width="0pt">
6618 <row>
6619 <cell alignment="center" valignment="top" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 einheitliche Klammergröße:
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6633 \end_inset
6634
6635
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 </row>
6641 <row>
6642 <cell alignment="center" valignment="top" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 besser sieht das so aus:
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 </row>
6664 </lyxtabular>
6665
6666 \end_inset
6667
6668
6669 \begin_inset Note Note
6670 status collapsed
6671
6672 \begin_layout Plain Layout
6673
6674 \series bold
6675
6676 \backslash
6677 raisebox
6678 \series default
6679  dient nur
6680 \end_layout
6681
6682 \begin_layout Plain Layout
6683 als Abstandhalter.
6684 \end_layout
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \begin_layout Standard
6692 Für die zweite Formel wurde der Befehl 
6693 \series bold
6694
6695 \backslash
6696 Big((A+B)(A-B)
6697 \backslash
6698 Big)^
6699 \begin_inset ERT
6700 status collapsed
6701
6702 \begin_layout Plain Layout
6703
6704
6705 \backslash
6706 leer 
6707 \end_layout
6708
6709 \end_inset
6710
6711 C
6712 \series default
6713  verwendet.
6714 \end_layout
6715
6716 \begin_layout Standard
6717 Hier alle Klammergrößen in der Übersicht:
6718 \end_layout
6719
6720 \begin_layout Standard
6721 \align center
6722
6723 \backslash
6724 Bigg(
6725 \backslash
6726 exp
6727 \backslash
6728 bigg<
6729 \backslash
6730 Big[
6731 \backslash
6732 big{
6733 \backslash
6734 ln(3x)
6735 \backslash
6736 big}^2
6737 \begin_inset ERT
6738 status collapsed
6739
6740 \begin_layout Plain Layout
6741
6742
6743 \backslash
6744 leer 
6745 \end_layout
6746
6747 \end_inset
6748
6749
6750 \backslash
6751 sin(x)
6752 \backslash
6753 Big]^
6754 \begin_inset ERT
6755 status collapsed
6756
6757 \begin_layout Plain Layout
6758
6759
6760 \backslash
6761 leer 
6762 \end_layout
6763
6764 \end_inset
6765
6766 A
6767 \begin_inset ERT
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771
6772
6773 \backslash
6774 leer 
6775 \end_layout
6776
6777 \end_inset
6778
6779
6780 \backslash
6781 bigg>
6782 \backslash
6783 Bigg)^0,5
6784 \end_layout
6785
6786 \begin_layout Standard
6787 \align center
6788 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \begin_layout Standard
6795 Es gibt außer den 
6796 \series bold
6797
6798 \backslash
6799 big
6800 \series default
6801 -Befehlen noch die Variante 
6802 \series bold
6803
6804 \backslash
6805 bigm
6806 \series default
6807
6808 \begin_inset Index idx
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812 Befehle ! B ! 
6813 \backslash
6814 bigm
6815 \end_layout
6816
6817 \end_inset
6818
6819 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6820  die Variante 
6821 \series bold
6822
6823 \backslash
6824 bigl
6825 \series default
6826 -
6827 \series bold
6828
6829 \backslash
6830 bigr
6831 \series default
6832
6833 \begin_inset Index idx
6834 status collapsed
6835
6836 \begin_layout Plain Layout
6837 Befehle ! B ! 
6838 \backslash
6839 bigl - 
6840 \backslash
6841 bigr
6842 \end_layout
6843
6844 \end_inset
6845
6846 , die keinen zusätzlichen Leerraum erzeugt.
6847  Das 
6848 \emph on
6849 l
6850 \emph default
6851  am Ende des Befehls 
6852 \series bold
6853
6854 \backslash
6855 bigl
6856 \series default
6857  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6858  ein 
6859 \emph on
6860 r
6861 \emph default
6862  ersetzt.
6863  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6864  sein.
6865 \end_layout
6866
6867 \begin_layout Standard
6868 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6869 \end_layout
6870
6871 \begin_layout Standard
6872 \align center
6873 \begin_inset Tabular
6874 <lyxtabular version="3" rows="5" columns="2">
6875 <features tabularvalignment="middle">
6876 <column alignment="center" valignment="middle" width="0">
6877 <column alignment="center" valignment="middle" width="0">
6878 <row>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 Befehl
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 Ergebnis
6893 \begin_inset Note Note
6894 status collapsed
6895
6896 \begin_layout Plain Layout
6897
6898 \series bold
6899
6900 \backslash
6901 raisebox
6902 \series default
6903  dient nur als Abstandhalter.
6904 \end_layout
6905
6906 \end_inset
6907
6908
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 </row>
6914 <row>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919
6920 \backslash
6921 Bigm(
6922 \backslash
6923 bigm(
6924 \backslash
6925 ln(3x)
6926 \backslash
6927 bigm)^2
6928 \begin_inset ERT
6929 status collapsed
6930
6931 \begin_layout Plain Layout
6932
6933
6934 \backslash
6935 leer 
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \backslash
6942 Bigm)
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965
6966 \backslash
6967 Big(
6968 \backslash
6969 big(
6970 \backslash
6971 ln(3x)
6972 \backslash
6973 big)^2
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979
6980 \backslash
6981 leer 
6982 \end_layout
6983
6984 \end_inset
6985
6986
6987 \backslash
6988 Big)
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6998 \end_inset
6999
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 </row>
7006 <row>
7007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011
7012 \backslash
7013 Bigl(
7014 \backslash
7015 bigl(
7016 \backslash
7017 ln(3x)
7018 \backslash
7019 bigr)^2
7020 \begin_inset ERT
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024
7025
7026 \backslash
7027 leer 
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \backslash
7034 Bigr)
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7044 \end_inset
7045
7046
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 </row>
7052 <row>
7053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057
7058 \backslash
7059 bigl)
7060 \backslash
7061 ln(3x)
7062 \backslash
7063 bigr(
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7073 \end_inset
7074
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 </lyxtabular>
7082
7083 \end_inset
7084
7085
7086 \end_layout
7087
7088 \begin_layout Subsubsection
7089 Automatische Klammergrößen
7090 \begin_inset CommandInset label
7091 LatexCommand label
7092 name "sub:Automatische-Klammergrößen"
7093
7094 \end_inset
7095
7096
7097 \begin_inset Index idx
7098 status collapsed
7099
7100 \begin_layout Plain Layout
7101 Klammergrößen ! automatische
7102 \end_layout
7103
7104 \end_inset
7105
7106
7107 \end_layout
7108
7109 \begin_layout Standard
7110 Klammern variabler Größe können mit den Befehlen 
7111 \series bold
7112
7113 \backslash
7114 left
7115 \series default
7116
7117 \begin_inset Index idx
7118 status collapsed
7119
7120 \begin_layout Plain Layout
7121 Befehle ! L ! 
7122 \backslash
7123 left
7124 \end_layout
7125
7126 \end_inset
7127
7128  und 
7129 \series bold
7130
7131 \backslash
7132 right
7133 \series default
7134
7135 \begin_inset Index idx
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139 Befehle ! R ! 
7140 \backslash
7141 right
7142 \end_layout
7143
7144 \end_inset
7145
7146  oder über den Mathe-Werkzeugleistenknopf
7147 \family sans
7148  
7149 \family default
7150
7151 \begin_inset Graphics
7152         filename ../../images/dialog-show_mathdelimiter.png
7153         scale 85
7154
7155 \end_inset
7156
7157  eingefügt werden.
7158  Auf 
7159 \series bold
7160
7161 \backslash
7162 left
7163 \series default
7164  und 
7165 \series bold
7166
7167 \backslash
7168 right
7169 \series default
7170  muss unmittelbar die gewünschte Klammer folgen.
7171  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7172 \end_layout
7173
7174 \begin_layout Standard
7175 \align center
7176 normale Klammer: Der Befehl 
7177 \series bold
7178
7179 \backslash
7180 ln(
7181 \backslash
7182 frac
7183 \begin_inset ERT
7184 status collapsed
7185
7186 \begin_layout Plain Layout
7187
7188
7189 \backslash
7190 leer 
7191 \end_layout
7192
7193 \end_inset
7194
7195 A
7196 \begin_inset Formula $\downarrow$
7197 \end_inset
7198
7199 C
7200 \begin_inset ERT
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204
7205
7206 \backslash
7207 leer 
7208 \end_layout
7209
7210 \end_inset
7211
7212 )
7213 \series default
7214  ergibt
7215 \begin_inset Formula \[
7216 \ln(\frac{A}{C})\]
7217
7218 \end_inset
7219
7220
7221 \end_layout
7222
7223 \begin_layout Standard
7224 \align center
7225 mehrzeilige Klammer: Der Befehl 
7226 \series bold
7227
7228 \backslash
7229 ln
7230 \backslash
7231 left(
7232 \backslash
7233 frac
7234 \begin_inset ERT
7235 status collapsed
7236
7237 \begin_layout Plain Layout
7238
7239
7240 \backslash
7241 leer 
7242 \end_layout
7243
7244 \end_inset
7245
7246 A
7247 \begin_inset Formula $\downarrow$
7248 \end_inset
7249
7250 C
7251 \begin_inset ERT
7252 status collapsed
7253
7254 \begin_layout Plain Layout
7255
7256
7257 \backslash
7258 leer 
7259 \end_layout
7260
7261 \end_inset
7262
7263
7264 \backslash
7265 right)
7266 \series default
7267  ergibt
7268 \begin_inset Formula \[
7269 \ln\left(\frac{A}{C}\right)\]
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \begin_layout Standard
7277 An Stelle von 
7278 \series bold
7279
7280 \backslash
7281 left
7282 \series default
7283  und 
7284 \series bold
7285
7286 \backslash
7287 right
7288 \series default
7289  kann man die Tastenkürzel 
7290 \family sans
7291 Alt+M
7292 \begin_inset space ~
7293 \end_inset
7294
7295 Klammer
7296 \family default
7297  verwenden.
7298  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7299  und dass die rechte Klammer gleich mit erstellt wird.
7300 \begin_inset Newline newline
7301 \end_inset
7302
7303 Der Befehl für das letzte Beispiel würde dann lauten: 
7304 \series bold
7305
7306 \backslash
7307 ln Alt+M
7308 \series default
7309  
7310 \series bold
7311 (
7312 \backslash
7313 frac
7314 \begin_inset ERT
7315 status collapsed
7316
7317 \begin_layout Plain Layout
7318
7319
7320 \backslash
7321 leer 
7322 \end_layout
7323
7324 \end_inset
7325
7326 A
7327 \begin_inset Formula $\downarrow$
7328 \end_inset
7329
7330 C
7331 \end_layout
7332
7333 \begin_layout Standard
7334 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7335  Klammer einen Punkt.
7336  So ergibt z.
7337 \begin_inset space \thinspace{}
7338 \end_inset
7339
7340 B.
7341  der Befehl 
7342 \series bold
7343
7344 \backslash
7345 left.
7346 \backslash
7347 frac
7348 \begin_inset ERT
7349 status collapsed
7350
7351 \begin_layout Plain Layout
7352
7353
7354 \backslash
7355 leer 
7356 \end_layout
7357
7358 \end_inset
7359
7360 A
7361 \begin_inset Formula $\downarrow$
7362 \end_inset
7363
7364 B
7365 \begin_inset ERT
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369
7370
7371 \backslash
7372 leer 
7373 \end_layout
7374
7375 \end_inset
7376
7377
7378 \backslash
7379 right}
7380 \series default
7381
7382 \begin_inset space \thinspace{}
7383 \end_inset
7384
7385 :
7386 \series bold
7387
7388 \begin_inset Formula \[
7389 \left.\frac{A}{B}\right\} \]
7390
7391 \end_inset
7392
7393
7394 \series default
7395 Die Befehle 
7396 \series bold
7397
7398 \backslash
7399 left
7400 \series default
7401  und 
7402 \series bold
7403
7404 \backslash
7405 right
7406 \series default
7407  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7408  umgewandelt.
7409  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7410 \end_layout
7411
7412 \begin_layout Standard
7413 \begin_inset VSpace bigskip
7414 \end_inset
7415
7416 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7417  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7418  Befehl 
7419 \series bold
7420
7421 \backslash
7422 middle
7423 \series default
7424
7425 \begin_inset Index idx
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429 Befehle ! M ! 
7430 \backslash
7431 middle
7432 \end_layout
7433
7434 \end_inset
7435
7436  zur Verfügung.
7437  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7438  angepasst, was z.
7439 \begin_inset space \thinspace{}
7440 \end_inset
7441
7442 B.
7443  für physikalische Vektoren von Nutzen ist:
7444 \begin_inset Formula \[
7445 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7446
7447 \end_inset
7448
7449 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7450 \begin_inset CommandInset ref
7451 LatexCommand ref
7452 reference "sub:Physikalische-Vektoren"
7453
7454 \end_inset
7455
7456  beschrieben ist.
7457 \end_layout
7458
7459 \begin_layout Subsection
7460 Horizontale Klammern
7461 \begin_inset Index idx
7462 status collapsed
7463
7464 \begin_layout Plain Layout
7465 Klammern ! horizontale
7466 \end_layout
7467
7468 \end_inset
7469
7470
7471 \end_layout
7472
7473 \begin_layout Standard
7474 \align center
7475 \begin_inset Tabular
7476 <lyxtabular version="3" rows="4" columns="2">
7477 <features tabularvalignment="middle">
7478 <column alignment="center" valignment="top" width="0pt">
7479 <column alignment="center" valignment="top" width="0pt">
7480 <row>
7481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 Befehl
7486 \begin_inset Note Note
7487 status collapsed
7488
7489 \begin_layout Plain Layout
7490
7491 \series bold
7492
7493 \backslash
7494 raisebox
7495 \series default
7496  dient nur als Abstandhalter.
7497 \end_layout
7498
7499 \end_inset
7500
7501
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510 Ergebnis
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 </row>
7516 <row>
7517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 \begin_inset ERT
7522 status collapsed
7523
7524 \begin_layout Plain Layout
7525
7526
7527 \backslash
7528 raisebox{2.3mm}{
7529 \end_layout
7530
7531 \end_inset
7532
7533
7534 \backslash
7535 overbrace
7536 \begin_inset ERT
7537 status collapsed
7538
7539 \begin_layout Plain Layout
7540
7541
7542 \backslash
7543 leer 
7544 \end_layout
7545
7546 \end_inset
7547
7548 A+B
7549 \begin_inset ERT
7550 status collapsed
7551
7552 \begin_layout Plain Layout
7553
7554
7555 \backslash
7556 leer 
7557 \end_layout
7558
7559 \end_inset
7560
7561 ^
7562 \begin_inset ERT
7563 status collapsed
7564
7565 \begin_layout Plain Layout
7566
7567
7568 \backslash
7569 leer 
7570 \end_layout
7571
7572 \end_inset
7573
7574 3
7575 \begin_inset ERT
7576 status collapsed
7577
7578 \begin_layout Plain Layout
7579
7580 }
7581 \end_layout
7582
7583 \end_inset
7584
7585
7586 \begin_inset Index idx
7587 status collapsed
7588
7589 \begin_layout Plain Layout
7590 Befehle ! O ! 
7591 \backslash
7592 overbrace
7593 \end_layout
7594
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 \begin_inset Formula $\overbrace{A+B}^{3}$
7607 \end_inset
7608
7609
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 </row>
7615 <row>
7616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 \begin_inset ERT
7621 status collapsed
7622
7623 \begin_layout Plain Layout
7624
7625
7626 \backslash
7627 raisebox{-2.2mm}{
7628 \end_layout
7629
7630 \end_inset
7631
7632
7633 \backslash
7634 underbrace
7635 \begin_inset ERT
7636 status collapsed
7637
7638 \begin_layout Plain Layout
7639
7640
7641 \backslash
7642 leer 
7643 \end_layout
7644
7645 \end_inset
7646
7647 A+B
7648 \begin_inset ERT
7649 status collapsed
7650
7651 \begin_layout Plain Layout
7652
7653
7654 \backslash
7655 leer 
7656 \end_layout
7657
7658 \end_inset
7659
7660 _5
7661 \begin_inset ERT
7662 status collapsed
7663
7664 \begin_layout Plain Layout
7665
7666 }
7667 \end_layout
7668
7669 \end_inset
7670
7671
7672 \begin_inset Index idx
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676 Befehle ! U ! 
7677 \backslash
7678 underbrace
7679 \end_layout
7680
7681 \end_inset
7682
7683
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692 \begin_inset Formula $\underbrace{A+B}_{5}$
7693 \end_inset
7694
7695
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 <row>
7702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \backslash
7708 overbrace
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 \backslash
7723 underbrace
7724 \begin_inset ERT
7725 status collapsed
7726
7727 \begin_layout Plain Layout
7728
7729
7730 \backslash
7731 leer 
7732 \end_layout
7733
7734 \end_inset
7735
7736 A+B_w
7737 \begin_inset ERT
7738 status collapsed
7739
7740 \begin_layout Plain Layout
7741
7742
7743 \backslash
7744 leer 
7745 \end_layout
7746
7747 \end_inset
7748
7749
7750 \begin_inset ERT
7751 status collapsed
7752
7753 \begin_layout Plain Layout
7754
7755
7756 \backslash
7757 leer 
7758 \end_layout
7759
7760 \end_inset
7761
7762 _7
7763 \begin_inset ERT
7764 status collapsed
7765
7766 \begin_layout Plain Layout
7767
7768
7769 \backslash
7770 leer 
7771 \end_layout
7772
7773 \end_inset
7774
7775
7776 \begin_inset ERT
7777 status collapsed
7778
7779 \begin_layout Plain Layout
7780
7781
7782 \backslash
7783 leer 
7784 \end_layout
7785
7786 \end_inset
7787
7788 ^
7789 \begin_inset ERT
7790 status collapsed
7791
7792 \begin_layout Plain Layout
7793
7794
7795 \backslash
7796 leer 
7797 \end_layout
7798
7799 \end_inset
7800
7801 C
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7811 \end_inset
7812
7813
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 </lyxtabular>
7820
7821 \end_inset
7822
7823
7824 \end_layout
7825
7826 \begin_layout Standard
7827 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7828 \series bold
7829
7830 \backslash
7831 overbrace
7832 \series default
7833  oder 
7834 \series bold
7835
7836 \backslash
7837 underbrace
7838 \series default
7839  eingibt.
7840 \end_layout
7841
7842 \begin_layout Standard
7843 \begin_inset VSpace bigskip
7844 \end_inset
7845
7846 Benötigt man Klammern, die sich überschneiden, muss man die in 
7847 \begin_inset CommandInset ref
7848 LatexCommand ref
7849 reference "sec:Mehrzeilige-Formeln"
7850
7851 \end_inset
7852
7853  beschriebenen mehrzeiligen Formeln verwenden:
7854 \begin_inset Formula \begin{eqnarray*}
7855 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7856  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7857 \end{eqnarray*}
7858
7859 \end_inset
7860
7861 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7862  Dabei ist es wichtig, dass vor dem ersten 
7863 \begin_inset Formula $d$
7864 \end_inset
7865
7866  der Abstandsbefehl
7867 \begin_inset Foot
7868 status collapsed
7869
7870 \begin_layout Plain Layout
7871 Abstandsbefehle sind in 
7872 \begin_inset CommandInset ref
7873 LatexCommand ref
7874 reference "sub:Vordefinierter-Leerraum"
7875
7876 \end_inset
7877
7878  erklärt.
7879 \end_layout
7880
7881 \end_inset
7882
7883  
7884 \series bold
7885
7886 \backslash
7887 :
7888 \series default
7889  eingegeben wird, denn die nach dem 
7890 \begin_inset Formula $q$
7891 \end_inset
7892
7893  endende Klammer verhindert, dass das nachfolgende 
7894 \begin_inset Quotes gld
7895 \end_inset
7896
7897 +
7898 \begin_inset Quotes grd
7899 \end_inset
7900
7901  von Leerraum umgeben ist.
7902 \begin_inset Foot
7903 status collapsed
7904
7905 \begin_layout Plain Layout
7906 weil eine Klammer nicht als Zeichen gilt, siehe 
7907 \begin_inset CommandInset ref
7908 LatexCommand ref
7909 reference "sub:Binäre-Operatoren"
7910
7911 \end_inset
7912
7913
7914 \end_layout
7915
7916 \end_inset
7917
7918  In die zweite Zeile wird die zweite Klammer eingegeben.
7919  Da sie vor dem 
7920 \begin_inset Formula $b$
7921 \end_inset
7922
7923  beginnen soll, gibt man zuerst 
7924 \series bold
7925
7926 \backslash
7927 hphantom{gggg+
7928 \backslash
7929 :}
7930 \series default
7931  ein.
7932 \begin_inset Foot
7933 status collapsed
7934
7935 \begin_layout Plain Layout
7936 mehr zu 
7937 \series bold
7938
7939 \backslash
7940 hphantom
7941 \series default
7942  siehe 
7943 \begin_inset CommandInset ref
7944 LatexCommand ref
7945 reference "sub:Platzhalter"
7946
7947 \end_inset
7948
7949 .
7950 \end_layout
7951
7952 \end_inset
7953
7954  Dieser Leerraum wird benötigt, weil das 
7955 \begin_inset Quotes gld
7956 \end_inset
7957
7958 +
7959 \begin_inset Quotes grd
7960 \end_inset
7961
7962  in der Formel auch von Leerraum umgeben ist.
7963  Die Klammer wird unter den Befehl 
7964 \series bold
7965
7966 \backslash
7967 hphantom{bbqq+dddd}
7968 \series default
7969  gesetzt.
7970 \end_layout
7971
7972 \begin_layout Standard
7973 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7974 n, wie in folgendem Beispiel:
7975 \begin_inset ERT
7976 status collapsed
7977
7978 \begin_layout Plain Layout
7979
7980
7981 \backslash
7982 setlength{
7983 \backslash
7984 jot}{-6pt}
7985 \end_layout
7986
7987 \end_inset
7988
7989
7990 \begin_inset Formula \begin{eqnarray*}
7991  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7992 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7993 \end{eqnarray*}
7994
7995 \end_inset
7996
7997
7998 \begin_inset ERT
7999 status collapsed
8000
8001 \begin_layout Plain Layout
8002
8003
8004 \backslash
8005 setlength{
8006 \backslash
8007 jot}{3pt}
8008 \end_layout
8009
8010 \end_inset
8011
8012 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8013  mit dem Unterschied, dass sich die Klammer oben befindet.
8014  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8015  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8016  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8017  werden.
8018  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8019 \begin_inset Foot
8020 status collapsed
8021
8022 \begin_layout Plain Layout
8023 \begin_inset CommandInset href
8024 LatexCommand href
8025 name "LyX-Fehler #1505"
8026 target "http://www.lyx.org/trac/ticket/1505"
8027
8028 \end_inset
8029
8030
8031 \end_layout
8032
8033 \end_inset
8034
8035 .
8036  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8037 \series bold
8038
8039 \backslash
8040 jot
8041 \series default
8042
8043 \begin_inset Index idx
8044 status collapsed
8045
8046 \begin_layout Plain Layout
8047 Befehle ! J ! 
8048 \backslash
8049 jot
8050 \end_layout
8051
8052 \end_inset
8053
8054  vor der Formel mit dem Befehl 
8055 \series bold
8056
8057 \backslash
8058 setlength{
8059 \backslash
8060 jot}{-6pt}
8061 \series default
8062  im TeX-Modus auf den Wert -6
8063 \begin_inset space \thinspace{}
8064 \end_inset
8065
8066 pt geändert.
8067  Nach der Formel wird 
8068 \series bold
8069
8070 \backslash
8071 jot
8072 \series default
8073  mit demselben Befehl wieder auf den Standardwert 3
8074 \begin_inset space \thinspace{}
8075 \end_inset
8076
8077 pt zurückgesetzt.
8078  Genaueres zum Zeilenabstand in Formeln ist in 
8079 \begin_inset CommandInset ref
8080 LatexCommand ref
8081 reference "sub:Zeilenabstand"
8082
8083 \end_inset
8084
8085  erklärt.
8086 \end_layout
8087
8088 \begin_layout Section
8089 Pfeile
8090 \begin_inset Index idx
8091 status collapsed
8092
8093 \begin_layout Plain Layout
8094 Pfeile
8095 \end_layout
8096
8097 \end_inset
8098
8099
8100 \end_layout
8101
8102 \begin_layout Standard
8103 Pfeile können über den Mathe-Werkzeugleistenknopf 
8104 \begin_inset Graphics
8105         filename ../../images/math/leftarrow.png
8106         scale 85
8107
8108 \end_inset
8109
8110  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8111  aufgelistet sind.
8112 \end_layout
8113
8114 \begin_layout Subsection
8115 Horizontale Pfeile
8116 \begin_inset Index idx
8117 status collapsed
8118
8119 \begin_layout Plain Layout
8120 Pfeile ! horizontale
8121 \end_layout
8122
8123 \end_inset
8124
8125
8126 \end_layout
8127
8128 \begin_layout Standard
8129 \begin_inset space \hfill{}
8130 \end_inset
8131
8132
8133 \begin_inset Tabular
8134 <lyxtabular version="3" rows="8" columns="2">
8135 <features tabularvalignment="middle">
8136 <column alignment="center" valignment="top" width="0pt">
8137 <column alignment="center" valignment="top" width="0pt">
8138 <row>
8139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Befehl
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 Ergebnis
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \backslash
8165 gets
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 \begin_inset Formula $\gets$
8175 \end_inset
8176
8177
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \backslash
8190 Leftarrow
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 \begin_inset Formula $\Leftarrow$
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 longleftarrow
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 \begin_inset Formula $\longleftarrow$
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \backslash
8240 Longleftarrow
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 \begin_inset Formula $\Longleftarrow$
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \backslash
8265 leftharpoonup
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 \begin_inset Formula $\leftharpoonup$
8275 \end_inset
8276
8277
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \backslash
8290 leftharpoondown
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 \begin_inset Formula $\leftharpoondown$
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \backslash
8315 hookleftarrow
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 \begin_inset Formula $\hookleftarrow$
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 </lyxtabular>
8334
8335 \end_inset
8336
8337
8338 \begin_inset space \hfill{}
8339 \end_inset
8340
8341
8342 \begin_inset Tabular
8343 <lyxtabular version="3" rows="8" columns="2">
8344 <features tabularvalignment="middle">
8345 <column alignment="center" valignment="top" width="0pt">
8346 <column alignment="center" valignment="top" width="0pt">
8347 <row>
8348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 Befehl
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 Ergebnis
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \backslash
8374 to
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 \begin_inset Formula $\to$
8384 \end_inset
8385
8386
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \backslash
8399 Rightarrow
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 \begin_inset Formula $\Rightarrow$
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \backslash
8424 longrightarrow
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 \begin_inset Formula $\longrightarrow$
8434 \end_inset
8435
8436
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \backslash
8449 Longrightarrow
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 \begin_inset Formula $\Longrightarrow$
8459 \end_inset
8460
8461
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \backslash
8474 rightharpoonup
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 \begin_inset Formula $\rightharpoonup$
8484 \end_inset
8485
8486
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \backslash
8499 rightharpoondown
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 \begin_inset Formula $\rightharpoondown$
8509 \end_inset
8510
8511
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \backslash
8524 hookrightarrow
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 \begin_inset Formula $\hookrightarrow$
8534 \end_inset
8535
8536
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 </lyxtabular>
8543
8544 \end_inset
8545
8546
8547 \begin_inset space \hfill{}
8548 \end_inset
8549
8550
8551 \end_layout
8552
8553 \begin_layout Standard
8554 \begin_inset space \hfill{}
8555 \end_inset
8556
8557
8558 \begin_inset Tabular
8559 <lyxtabular version="3" rows="6" columns="2">
8560 <features tabularvalignment="middle">
8561 <column alignment="center" valignment="top" width="0pt">
8562 <column alignment="center" valignment="top" width="0pt">
8563 <row>
8564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 Befehl
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Ergebnis
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row>
8584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \backslash
8590 leftrightarrow
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 \begin_inset Formula $\leftrightarrow$
8600 \end_inset
8601
8602
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \backslash
8615 Leftrightarrow
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 \begin_inset Formula $\Leftrightarrow$
8625 \end_inset
8626
8627
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \backslash
8640 longleftrightarrow
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 \begin_inset Formula $\longleftrightarrow$
8650 \end_inset
8651
8652
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \backslash
8665 Longleftrightarrow
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 \begin_inset Formula $\Longleftrightarrow$
8675 \end_inset
8676
8677
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \backslash
8690 rightleftharpoons
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 \begin_inset Formula $\rightleftharpoons$
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 </lyxtabular>
8709
8710 \end_inset
8711
8712
8713 \begin_inset space \hspace{}
8714 \length 25pt
8715 \end_inset
8716
8717
8718 \begin_inset space \hfill{}
8719 \end_inset
8720
8721
8722 \begin_inset Tabular
8723 <lyxtabular version="3" rows="5" columns="2">
8724 <features tabularvalignment="middle">
8725 <column alignment="center" valignment="top" width="0pt">
8726 <column alignment="center" valignment="top" width="0pt">
8727 <row>
8728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Befehl
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Ergebnis
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \backslash
8754 mapsto
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 \begin_inset Formula $\mapsto$
8764 \end_inset
8765
8766
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777
8778 \backslash
8779 longmapsto
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 \begin_inset Formula $\longmapsto$
8789 \end_inset
8790
8791
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \backslash
8804 leadsto
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 \begin_inset Formula $\leadsto$
8814 \end_inset
8815
8816
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \backslash
8829 dasharrow
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 \begin_inset Formula $\dasharrow$
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 </lyxtabular>
8848
8849 \end_inset
8850
8851
8852 \begin_inset space \hfill{}
8853 \end_inset
8854
8855
8856 \end_layout
8857
8858 \begin_layout Standard
8859 \begin_inset VSpace medskip
8860 \end_inset
8861
8862 Als Akzent verwendete Pfeile, wie z.
8863 \begin_inset space \thinspace{}
8864 \end_inset
8865
8866 B.
8867  Vektorpfeile, sind in 
8868 \begin_inset CommandInset ref
8869 LatexCommand ref
8870 reference "sec:Akzente"
8871
8872 \end_inset
8873
8874  aufgelistet.
8875 \end_layout
8876
8877 \begin_layout Standard
8878 \begin_inset VSpace bigskip
8879 \end_inset
8880
8881 Des Weiteren gibt es die beschriftbaren Pfeile
8882 \begin_inset Index idx
8883 status collapsed
8884
8885 \begin_layout Plain Layout
8886 Pfeile ! beschriftbare
8887 \end_layout
8888
8889 \end_inset
8890
8891  
8892 \series bold
8893
8894 \backslash
8895 xleftarrow
8896 \series default
8897
8898 \begin_inset Index idx
8899 status collapsed
8900
8901 \begin_layout Plain Layout
8902 Befehle ! X ! 
8903 \backslash
8904 xleftarrow
8905 \end_layout
8906
8907 \end_inset
8908
8909  und 
8910 \series bold
8911
8912 \backslash
8913 xrightarrow
8914 \series default
8915
8916 \begin_inset Index idx
8917 status collapsed
8918
8919 \begin_layout Plain Layout
8920 Befehle ! X ! 
8921 \backslash
8922 xrightarrow
8923 \begin_inset ERT
8924 status collapsed
8925
8926 \begin_layout Plain Layout
8927
8928
8929 \backslash
8930 vspace{4mm}
8931 \end_layout
8932
8933 \end_inset
8934
8935
8936 \end_layout
8937
8938 \end_inset
8939
8940 .
8941  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8942  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8943  Die Pfeillänge passt sich der Breite der Beschriftung an.
8944 \end_layout
8945
8946 \begin_layout Standard
8947 \align center
8948 \begin_inset Tabular
8949 <lyxtabular version="3" rows="3" columns="2">
8950 <features tabularvalignment="middle">
8951 <column alignment="center" valignment="top" width="0pt">
8952 <column alignment="center" valignment="top" width="0pt">
8953 <row>
8954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Befehl
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Ergebnis
8968 \begin_inset Note Note
8969 status collapsed
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974
8975 \backslash
8976 raisebox
8977 \series default
8978  dient nur als Abstandhalter.
8979 \end_layout
8980
8981 \end_inset
8982
8983
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 F(a)
8995 \backslash
8996 xleftarrow
8997 \begin_inset ERT
8998 status collapsed
8999
9000 \begin_layout Plain Layout
9001
9002
9003 \backslash
9004 leer 
9005 \end_layout
9006
9007 \end_inset
9008
9009 x=a
9010 \begin_inset Formula $\downarrow$
9011 \end_inset
9012
9013 x>0
9014 \begin_inset Formula $\to$
9015 \end_inset
9016
9017 F(x)
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9027 \end_inset
9028
9029
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 F(x)
9041 \backslash
9042 xrightarrow
9043 \begin_inset ERT
9044 status collapsed
9045
9046 \begin_layout Plain Layout
9047
9048
9049 \backslash
9050 leer 
9051 \end_layout
9052
9053 \end_inset
9054
9055 x=a
9056 \begin_inset Formula $\downarrow$
9057 \end_inset
9058
9059 x>0
9060 \begin_inset Formula $\to$
9061 \end_inset
9062
9063 F(a)
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 </lyxtabular>
9082
9083 \end_inset
9084
9085
9086 \end_layout
9087
9088 \begin_layout Subsection
9089 Vertikale und diagonale Pfeile
9090 \begin_inset Index idx
9091 status collapsed
9092
9093 \begin_layout Plain Layout
9094 Pfeile ! diagonale
9095 \end_layout
9096
9097 \end_inset
9098
9099
9100 \begin_inset Index idx
9101 status collapsed
9102
9103 \begin_layout Plain Layout
9104 Pfeile ! vertikale
9105 \end_layout
9106
9107 \end_inset
9108
9109
9110 \end_layout
9111
9112 \begin_layout Standard
9113 \begin_inset space \hfill{}
9114 \end_inset
9115
9116
9117 \begin_inset Tabular
9118 <lyxtabular version="3" rows="7" columns="2">
9119 <features tabularvalignment="middle">
9120 <column alignment="center" valignment="top" width="0pt">
9121 <column alignment="center" valignment="top" width="0pt">
9122 <row>
9123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Befehl
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 Ergebnis
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \backslash
9149 uparrow
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 \begin_inset Formula $\uparrow$
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \backslash
9174 Uparrow
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 \begin_inset Formula $\Uparrow$
9184 \end_inset
9185
9186
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \backslash
9199 updownarrow
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 \begin_inset Formula $\updownarrow$
9209 \end_inset
9210
9211
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \backslash
9224 Updownarrow
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 \begin_inset Formula $\Updownarrow$
9234 \end_inset
9235
9236
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \backslash
9249 Downarrow
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 \begin_inset Formula $\Downarrow$
9259 \end_inset
9260
9261
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 <row>
9268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272
9273 \backslash
9274 downarrow
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 \begin_inset Formula $\downarrow$
9284 \end_inset
9285
9286
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 </row>
9292 </lyxtabular>
9293
9294 \end_inset
9295
9296
9297 \begin_inset space \hfill{}
9298 \end_inset
9299
9300
9301 \begin_inset Tabular
9302 <lyxtabular version="3" rows="5" columns="2">
9303 <features tabularvalignment="middle">
9304 <column alignment="center" valignment="top" width="0pt">
9305 <column alignment="center" valignment="top" width="0pt">
9306 <row>
9307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 Befehl
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 Ergebnis
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \backslash
9333 nearrow
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 \begin_inset Formula $\nearrow$
9343 \end_inset
9344
9345
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 </row>
9351 <row>
9352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356
9357 \backslash
9358 searrow
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 \begin_inset Formula $\searrow$
9368 \end_inset
9369
9370
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \backslash
9383 swarrow
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 \begin_inset Formula $\swarrow$
9393 \end_inset
9394
9395
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \backslash
9408 nwarrow
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 \begin_inset Formula $\nwarrow$
9418 \end_inset
9419
9420
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 </lyxtabular>
9427
9428 \end_inset
9429
9430
9431 \begin_inset space \hfill{}
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \begin_layout Standard
9438 \begin_inset VSpace medskip
9439 \end_inset
9440
9441 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9442  
9443 \begin_inset CommandInset ref
9444 LatexCommand ref
9445 reference "sub:Manuelle-Klammergrößen"
9446
9447 \end_inset
9448
9449  und 
9450 \begin_inset CommandInset ref
9451 LatexCommand ref
9452 reference "sub:Automatische-Klammergrößen"
9453
9454 \end_inset
9455
9456  beschriebenen Befehlen verwendet werden.
9457 \end_layout
9458
9459 \begin_layout Section
9460 Akzente
9461 \begin_inset CommandInset label
9462 LatexCommand label
9463 name "sec:Akzente"
9464
9465 \end_inset
9466
9467
9468 \begin_inset Index idx
9469 status collapsed
9470
9471 \begin_layout Plain Layout
9472 Akzente
9473 \end_layout
9474
9475 \end_inset
9476
9477
9478 \end_layout
9479
9480 \begin_layout Standard
9481 Akzente können über den Mathe-Werkzeugleistenknopf 
9482 \begin_inset Graphics
9483         filename ../../images/math/hat.png
9484         scale 85
9485
9486 \end_inset
9487
9488  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9489  aufgelistet sind.
9490 \end_layout
9491
9492 \begin_layout Subsection
9493 Akzente für ein Zeichen
9494 \begin_inset ERT
9495 status collapsed
9496
9497 \begin_layout Plain Layout
9498
9499
9500 \backslash
9501 texorpdfstring{
9502 \end_layout
9503
9504 \end_inset
9505
9506
9507 \begin_inset Foot
9508 status collapsed
9509
9510 \begin_layout Plain Layout
9511 Akzente im Text siehe 
9512 \begin_inset CommandInset ref
9513 LatexCommand ref
9514 reference "sub:Sonderzeichen-Akzente"
9515
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \end_inset
9522
9523
9524 \begin_inset ERT
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528
9529 }{}
9530 \end_layout
9531
9532 \end_inset
9533
9534
9535 \begin_inset Note Note
9536 status collapsed
9537
9538 \begin_layout Plain Layout
9539
9540 \series bold
9541
9542 \backslash
9543 texorpdfstring
9544 \series default
9545  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9546 \end_layout
9547
9548 \begin_layout Plain Layout
9549 Näheres zu 
9550 \series bold
9551
9552 \backslash
9553 texorpdfstring
9554 \series default
9555  steht in Kapitel 
9556 \begin_inset CommandInset ref
9557 LatexCommand ref
9558 reference "sub:Formeln-in-Überschriften"
9559
9560 \end_inset
9561
9562 .
9563 \end_layout
9564
9565 \end_inset
9566
9567
9568 \begin_inset CommandInset label
9569 LatexCommand label
9570 name "sub:Akzente-für-ein"
9571
9572 \end_inset
9573
9574
9575 \begin_inset Index idx
9576 status collapsed
9577
9578 \begin_layout Plain Layout
9579 Akzente ! für ein Zeichen
9580 \end_layout
9581
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \begin_layout Standard
9588 \begin_inset space \hfill{}
9589 \end_inset
9590
9591
9592 \begin_inset Tabular
9593 <lyxtabular version="3" rows="8" columns="2">
9594 <features tabularvalignment="middle">
9595 <column alignment="center" valignment="top" width="0pt">
9596 <column alignment="center" valignment="top" width="0pt">
9597 <row>
9598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 Befehl
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611 Ergebnis
9612 \begin_inset Note Note
9613 status collapsed
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618
9619 \backslash
9620 raisebox
9621 \series default
9622  dient nur als Abstandhalter.
9623 \end_layout
9624
9625 \end_inset
9626
9627
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 </row>
9633 <row>
9634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \backslash
9640 dot
9641 \begin_inset ERT
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645
9646
9647 \backslash
9648 leer 
9649 \end_layout
9650
9651 \end_inset
9652
9653 A
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 </row>
9671 <row>
9672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676
9677 \backslash
9678 ddot
9679 \begin_inset ERT
9680 status collapsed
9681
9682 \begin_layout Plain Layout
9683
9684
9685 \backslash
9686 leer 
9687 \end_layout
9688
9689 \end_inset
9690
9691 A
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row>
9710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \backslash
9716 dddot
9717 \begin_inset ERT
9718 status collapsed
9719
9720 \begin_layout Plain Layout
9721
9722
9723 \backslash
9724 leer 
9725 \end_layout
9726
9727 \end_inset
9728
9729 A
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9739 \end_inset
9740
9741
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 </row>
9747 <row>
9748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \backslash
9754 ddddot
9755 \begin_inset ERT
9756 status collapsed
9757
9758 \begin_layout Plain Layout
9759
9760
9761 \backslash
9762 leer 
9763 \end_layout
9764
9765 \end_inset
9766
9767 A
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9777 \end_inset
9778
9779
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 <row>
9786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790
9791 \backslash
9792 vec
9793 \begin_inset ERT
9794 status collapsed
9795
9796 \begin_layout Plain Layout
9797
9798
9799 \backslash
9800 leer 
9801 \end_layout
9802
9803 \end_inset
9804
9805 A
9806 \begin_inset Index idx
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810 Vektoren
9811 \end_layout
9812
9813 \end_inset
9814
9815
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \backslash
9840 bar
9841 \begin_inset ERT
9842 status collapsed
9843
9844 \begin_layout Plain Layout
9845
9846
9847 \backslash
9848 leer 
9849 \end_layout
9850
9851 \end_inset
9852
9853 A
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \backslash
9878 mathring
9879 \begin_inset ERT
9880 status collapsed
9881
9882 \begin_layout Plain Layout
9883
9884
9885 \backslash
9886 leer 
9887 \end_layout
9888
9889 \end_inset
9890
9891 A
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 </lyxtabular>
9910
9911 \end_inset
9912
9913
9914 \begin_inset space \hfill{}
9915 \end_inset
9916
9917
9918 \begin_inset Tabular
9919 <lyxtabular version="3" rows="7" columns="2">
9920 <features tabularvalignment="middle">
9921 <column alignment="center" valignment="top" width="0pt">
9922 <column alignment="center" valignment="top" width="0pt">
9923 <row>
9924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 Befehl
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 Ergebnis
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row>
9944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \backslash
9950 tilde
9951 \begin_inset ERT
9952 status collapsed
9953
9954 \begin_layout Plain Layout
9955
9956
9957 \backslash
9958 leer 
9959 \end_layout
9960
9961 \end_inset
9962
9963 A
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9973 \end_inset
9974
9975
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 </row>
9981 <row>
9982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \backslash
9988 hat
9989 \begin_inset ERT
9990 status collapsed
9991
9992 \begin_layout Plain Layout
9993
9994
9995 \backslash
9996 leer 
9997 \end_layout
9998
9999 \end_inset
10000
10001 A
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10011 \end_inset
10012
10013
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row>
10020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \backslash
10026 check
10027 \begin_inset ERT
10028 status collapsed
10029
10030 \begin_layout Plain Layout
10031
10032
10033 \backslash
10034 leer 
10035 \end_layout
10036
10037 \end_inset
10038
10039 A
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \backslash
10064 acute
10065 \begin_inset ERT
10066 status collapsed
10067
10068 \begin_layout Plain Layout
10069
10070
10071 \backslash
10072 leer 
10073 \end_layout
10074
10075 \end_inset
10076
10077 A
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10087 \end_inset
10088
10089
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row>
10096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \backslash
10102 grave
10103 \begin_inset ERT
10104 status collapsed
10105
10106 \begin_layout Plain Layout
10107
10108
10109 \backslash
10110 leer 
10111 \end_layout
10112
10113 \end_inset
10114
10115 A
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10125 \end_inset
10126
10127
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \backslash
10140 breve
10141 \begin_inset ERT
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146
10147 \backslash
10148 leer 
10149 \end_layout
10150
10151 \end_inset
10152
10153 A
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10163 \end_inset
10164
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 </lyxtabular>
10172
10173 \end_inset
10174
10175
10176 \begin_inset space \hfill{}
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \begin_layout Standard
10183 \begin_inset VSpace bigskip
10184 \end_inset
10185
10186 Akzente wie z.B.
10187  é können direkt in Formeln eingegeben werden.
10188  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10189  Für Umlaute
10190 \begin_inset Index idx
10191 status collapsed
10192
10193 \begin_layout Plain Layout
10194 Umlaute
10195 \end_layout
10196
10197 \end_inset
10198
10199  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10200  Diese beiden Zeichen bilden dann für LaTeX 
10201 \emph on
10202 ein
10203 \emph default
10204  Zeichen.
10205  Im Gegensatz zu 
10206 \series bold
10207
10208 \backslash
10209 ddot
10210 \series default
10211  entstehen damit 
10212 \begin_inset Quotes gld
10213 \end_inset
10214
10215 echte
10216 \begin_inset Quotes grd
10217 \end_inset
10218
10219  Umlaute, was folgendes Beispiel zeigt:
10220 \end_layout
10221
10222 \begin_layout Standard
10223 \begin_inset VSpace -2mm
10224 \end_inset
10225
10226
10227 \end_layout
10228
10229 \begin_layout Standard
10230 \align center
10231 \begin_inset Tabular
10232 <lyxtabular version="3" rows="3" columns="2">
10233 <features tabularvalignment="middle">
10234 <column alignment="center" valignment="top" width="0">
10235 <column alignment="center" valignment="top" width="0">
10236 <row>
10237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Befehl
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Ergebnis
10251 \begin_inset Note Note
10252 status collapsed
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257
10258 \backslash
10259 raisebox
10260 \series default
10261  dient nur als Abstandhalter.
10262 \end_layout
10263
10264 \end_inset
10265
10266
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row>
10273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 \begin_inset Quotes grd
10278 \end_inset
10279
10280 i
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 \begin_inset Formula $"i$
10290 \end_inset
10291
10292
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 </row>
10298 <row>
10299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303
10304 \backslash
10305 ddot
10306 \begin_inset ERT
10307 status collapsed
10308
10309 \begin_layout Plain Layout
10310
10311
10312 \backslash
10313 leer 
10314 \end_layout
10315
10316 \end_inset
10317
10318 i
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10328 \end_inset
10329
10330
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 </lyxtabular>
10337
10338 \end_inset
10339
10340
10341 \end_layout
10342
10343 \begin_layout Standard
10344 Ein weiterer Vorteil gegenüber 
10345 \series bold
10346
10347 \backslash
10348 ddot
10349 \series default
10350  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10351  denn die obigen Akzentbefehle sind 
10352 \emph on
10353 im mathematischen Text\SpecialChar \-
10354 modus nicht erlaubt
10355 \emph default
10356 .
10357  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10358  nur das Zeichen unter dem Akzent umgewandelt werden.
10359  Das gilt auch für alle anderen Umwandlungen wie z.
10360 \begin_inset space \thinspace{}
10361 \end_inset
10362
10363 B.
10364  in kursiv oder fett.
10365 \end_layout
10366
10367 \begin_layout Standard
10368 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10369  direkt eingegeben werden.
10370 \end_layout
10371
10372 \begin_layout Subsection
10373 Akzente für Operatoren
10374 \begin_inset Index idx
10375 status collapsed
10376
10377 \begin_layout Plain Layout
10378 Akzente ! für Operatoren
10379 \end_layout
10380
10381 \end_inset
10382
10383
10384 \end_layout
10385
10386 \begin_layout Standard
10387 Zum Akzentuieren von Operatoren gibt es die Befehle 
10388 \series bold
10389
10390 \backslash
10391 overset
10392 \series default
10393
10394 \begin_inset Index idx
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398 Befehle ! O ! 
10399 \backslash
10400 overset
10401 \end_layout
10402
10403 \end_inset
10404
10405  und 
10406 \series bold
10407
10408 \backslash
10409 underset
10410 \series default
10411
10412 \begin_inset Index idx
10413 status collapsed
10414
10415 \begin_layout Plain Layout
10416 Befehle ! U ! 
10417 \backslash
10418 underset
10419 \end_layout
10420
10421 \end_inset
10422
10423 , mit denen man Zeichen über bzw.
10424  unter einen Operator setzen kann.
10425  Mit dem Befehl 
10426 \series bold
10427
10428 \backslash
10429 sideset
10430 \series default
10431
10432 \begin_inset Index idx
10433 status collapsed
10434
10435 \begin_layout Plain Layout
10436 Befehle ! S ! 
10437 \backslash
10438 sideset
10439 \end_layout
10440
10441 \end_inset
10442
10443  können Zeichen vor und nach einen Operator gesetzt werden.
10444  Das Befehlsschema lautet:
10445 \end_layout
10446
10447 \begin_layout Standard
10448
10449 \series bold
10450
10451 \backslash
10452 sideset{Zeichen
10453 \series default
10454  
10455 \series bold
10456 davor}{Zeichen
10457 \series default
10458  
10459 \series bold
10460 dahinter}
10461 \end_layout
10462
10463 \begin_layout Standard
10464
10465 \series bold
10466
10467 \backslash
10468 sideset
10469 \series default
10470  muss immer vor dem zu akzentuierenden Operator stehen.
10471  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10472  Symbolen akzentuiert werden.
10473  Will man mit 
10474 \series bold
10475
10476 \backslash
10477 sideset
10478 \series default
10479  z.
10480 \begin_inset space \thinspace{}
10481 \end_inset
10482
10483 B.
10484  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10485  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10486 \end_layout
10487
10488 \begin_layout Standard
10489 Z.
10490 \begin_inset space \thinspace{}
10491 \end_inset
10492
10493 B.
10494  ergibt der Befehl 
10495 \series bold
10496
10497 \backslash
10498 sideset{
10499 \begin_inset Formula $\to$
10500 \end_inset
10501
10502
10503 \backslash
10504 {
10505 \series default
10506 '
10507 \series bold
10508
10509 \begin_inset Formula $\to$
10510 \end_inset
10511
10512
10513 \backslash
10514 sum_k=1
10515 \begin_inset ERT
10516 status collapsed
10517
10518 \begin_layout Plain Layout
10519
10520
10521 \backslash
10522 leer 
10523 \end_layout
10524
10525 \end_inset
10526
10527
10528 \series default
10529 ^
10530 \series bold
10531 n
10532 \series default
10533  :
10534 \begin_inset Formula \[
10535 \sideset{}{'}\sum_{k=1}^{n}\]
10536
10537 \end_inset
10538
10539
10540 \end_layout
10541
10542 \begin_layout Standard
10543 Der Befehl 
10544 \series bold
10545
10546 \backslash
10547 overset
10548 \begin_inset ERT
10549 status collapsed
10550
10551 \begin_layout Plain Layout
10552
10553
10554 \backslash
10555 leer 
10556 \end_layout
10557
10558 \end_inset
10559
10560
10561 \backslash
10562 maltese
10563 \begin_inset ERT
10564 status collapsed
10565
10566 \begin_layout Plain Layout
10567
10568
10569 \backslash
10570 leer 
10571 \end_layout
10572
10573 \end_inset
10574
10575
10576 \series default
10577
10578 \begin_inset Formula $\uparrow$
10579 \end_inset
10580
10581
10582 \series bold
10583 a
10584 \series default
10585  ergibt:
10586 \begin_inset Formula \[
10587 \overset{a}{\maltese}\]
10588
10589 \end_inset
10590
10591 Wie man am letzten Beispiel sieht, kann man mit 
10592 \series bold
10593
10594 \backslash
10595 overset
10596 \series default
10597  bzw.
10598  
10599 \series bold
10600
10601 \backslash
10602 underset
10603 \series default
10604  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10605 \series bold
10606
10607 \backslash
10608 sideset
10609 \series default
10610  ist dies nicht möglich.
10611 \end_layout
10612
10613 \begin_layout Subsection
10614 Akzente für mehrere Zeichen
10615 \begin_inset Index idx
10616 status collapsed
10617
10618 \begin_layout Plain Layout
10619 Akzente ! für mehrere Zeichen
10620 \end_layout
10621
10622 \end_inset
10623
10624
10625 \end_layout
10626
10627 \begin_layout Standard
10628 \begin_inset space \hfill{}
10629 \end_inset
10630
10631
10632 \begin_inset Tabular
10633 <lyxtabular version="3" rows="5" columns="2">
10634 <features tabularvalignment="middle">
10635 <column alignment="center" valignment="top" width="0pt">
10636 <column alignment="center" valignment="top" width="0pt">
10637 <row>
10638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Befehl
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 Ergebnis
10652 \begin_inset Note Note
10653 status collapsed
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658
10659 \backslash
10660 raisebox
10661 \series default
10662  dient nur als Abstandhalter.
10663 \end_layout
10664
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \backslash
10680 overleftarrow
10681 \begin_inset ERT
10682 status collapsed
10683
10684 \begin_layout Plain Layout
10685
10686
10687 \backslash
10688 leer 
10689 \end_layout
10690
10691 \end_inset
10692
10693 A=B
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10703 \end_inset
10704
10705
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 </row>
10711 <row>
10712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716
10717 \backslash
10718 underleftarrow
10719 \begin_inset ERT
10720 status collapsed
10721
10722 \begin_layout Plain Layout
10723
10724
10725 \backslash
10726 leer 
10727 \end_layout
10728
10729 \end_inset
10730
10731 A=B
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \backslash
10756 overleftrightarrow
10757 \begin_inset ERT
10758 status collapsed
10759
10760 \begin_layout Plain Layout
10761
10762
10763 \backslash
10764 leer 
10765 \end_layout
10766
10767 \end_inset
10768
10769 A=B
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10779 \end_inset
10780
10781
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 </row>
10787 <row>
10788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792
10793 \backslash
10794 underleftrightarrow
10795 \begin_inset ERT
10796 status collapsed
10797
10798 \begin_layout Plain Layout
10799
10800
10801 \backslash
10802 leer 
10803 \end_layout
10804
10805 \end_inset
10806
10807 A=B
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10817 \end_inset
10818
10819
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 </row>
10825 </lyxtabular>
10826
10827 \end_inset
10828
10829
10830 \begin_inset space \hfill{}
10831 \end_inset
10832
10833
10834 \begin_inset Tabular
10835 <lyxtabular version="3" rows="5" columns="2">
10836 <features tabularvalignment="middle">
10837 <column alignment="center" valignment="top" width="0pt">
10838 <column alignment="center" valignment="top" width="0pt">
10839 <row>
10840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Befehl
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 Ergebnis
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \backslash
10866 overrightarrow
10867 \begin_inset ERT
10868 status collapsed
10869
10870 \begin_layout Plain Layout
10871
10872
10873 \backslash
10874 leer 
10875 \end_layout
10876
10877 \end_inset
10878
10879 A=B
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10889 \end_inset
10890
10891
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 </row>
10897 <row>
10898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \backslash
10904 underrightarrow
10905 \begin_inset ERT
10906 status collapsed
10907
10908 \begin_layout Plain Layout
10909
10910
10911 \backslash
10912 leer 
10913 \end_layout
10914
10915 \end_inset
10916
10917 A=B
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 <row>
10936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940
10941 \backslash
10942 widetilde
10943 \begin_inset ERT
10944 status collapsed
10945
10946 \begin_layout Plain Layout
10947
10948
10949 \backslash
10950 leer 
10951 \end_layout
10952
10953 \end_inset
10954
10955 A=B
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10965 \end_inset
10966
10967
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 </row>
10973 <row>
10974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978
10979 \backslash
10980 widehat
10981 \begin_inset ERT
10982 status collapsed
10983
10984 \begin_layout Plain Layout
10985
10986
10987 \backslash
10988 leer 
10989 \end_layout
10990
10991 \end_inset
10992
10993 A=B
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11003 \end_inset
11004
11005
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 </lyxtabular>
11012
11013 \end_inset
11014
11015
11016 \begin_inset space \hfill{}
11017 \end_inset
11018
11019
11020 \end_layout
11021
11022 \begin_layout Standard
11023 \begin_inset VSpace medskip
11024 \end_inset
11025
11026 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11027  Die Akzente
11028 \begin_inset Newline linebreak
11029 \end_inset
11030
11031
11032 \series bold
11033
11034 \backslash
11035 widetilde
11036 \series default
11037  und 
11038 \series bold
11039
11040 \backslash
11041 widehat
11042 \series default
11043  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11044  was folgendes Beispiel verdeutlicht:
11045 \begin_inset Formula \[
11046 \widetilde{A+B=C-D}\]
11047
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \begin_layout Standard
11054 Mit den im vorigen Kapitel beschriebenen Befehlen 
11055 \series bold
11056
11057 \backslash
11058 overset
11059 \series default
11060
11061 \begin_inset Index idx
11062 status collapsed
11063
11064 \begin_layout Plain Layout
11065 Befehle ! O ! 
11066 \backslash
11067 overset
11068 \end_layout
11069
11070 \end_inset
11071
11072  und 
11073 \series bold
11074
11075 \backslash
11076 underset
11077 \series default
11078
11079 \begin_inset Index idx
11080 status collapsed
11081
11082 \begin_layout Plain Layout
11083 Befehle ! U ! 
11084 \backslash
11085 underset
11086 \end_layout
11087
11088 \end_inset
11089
11090  ist es auch möglich mehrere Zeichen zu akzentuieren.
11091  Der Befehl 
11092 \series bold
11093
11094 \backslash
11095 underset
11096 \begin_inset ERT
11097 status collapsed
11098
11099 \begin_layout Plain Layout
11100
11101
11102 \backslash
11103 leer 
11104 \end_layout
11105
11106 \end_inset
11107
11108 A=B
11109 \begin_inset Formula $\downarrow$
11110 \end_inset
11111
11112 ***
11113 \series default
11114  ergibt:
11115 \begin_inset Formula \[
11116 \underset{***}{A=B}\]
11117
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \begin_layout Section
11124 Leerraum
11125 \begin_inset CommandInset label
11126 LatexCommand label
11127 name "sub:Leerraum"
11128
11129 \end_inset
11130
11131
11132 \begin_inset Index idx
11133 status collapsed
11134
11135 \begin_layout Plain Layout
11136 Leerraum ! horizontaler
11137 \end_layout
11138
11139 \end_inset
11140
11141
11142 \end_layout
11143
11144 \begin_layout Subsection
11145 Vordefinierter Leerraum
11146 \begin_inset CommandInset label
11147 LatexCommand label
11148 name "sub:Vordefinierter-Leerraum"
11149
11150 \end_inset
11151
11152
11153 \begin_inset Index idx
11154 status collapsed
11155
11156 \begin_layout Plain Layout
11157 Leerraum ! horizontaler ! vordefiniert
11158 \end_layout
11159
11160 \end_inset
11161
11162
11163 \end_layout
11164
11165 \begin_layout Standard
11166 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11167  Dazu gibt man ein geschütztes Leerzeichen ein.
11168  Es erscheint ein 
11169 \begin_inset Quotes gld
11170 \end_inset
11171
11172
11173 \color blue
11174
11175 \begin_inset ERT
11176 status collapsed
11177
11178 \begin_layout Plain Layout
11179
11180
11181 \backslash
11182 leer 
11183 \end_layout
11184
11185 \end_inset
11186
11187
11188 \color inherit
11189
11190 \begin_inset Quotes grd
11191 \end_inset
11192
11193  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11194  Leerraum-Größen wählen.
11195  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11196 \begin_inset Graphics
11197         filename ../../images/math/space.png
11198         scale 85
11199
11200 \end_inset
11201
11202  oder mit einzelnen Befehlen aufrufen.
11203  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11204  danach wieder aus allen Größen wählen.
11205 \end_layout
11206
11207 \begin_layout Standard
11208 \align center
11209 \begin_inset VSpace -5mm
11210 \end_inset
11211
11212
11213 \begin_inset Tabular
11214 <lyxtabular version="3" rows="3" columns="7">
11215 <features tabularvalignment="middle">
11216 <column alignment="center" valignment="middle" width="6.8cm">
11217 <column alignment="center" valignment="top" width="0pt">
11218 <column alignment="center" valignment="top" width="0pt">
11219 <column alignment="center" valignment="top" width="0pt">
11220 <column alignment="center" valignment="top" width="0pt">
11221 <column alignment="center" valignment="top" width="0pt">
11222 <column alignment="center" valignment="top" width="0pt">
11223 <row>
11224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 Befehl
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237
11238 \backslash
11239 ,
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248
11249 \backslash
11250 :
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259
11260 \backslash
11261 ;
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270
11271 \backslash
11272 quad
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281
11282 \backslash
11283 qquad
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292
11293 \backslash
11294 !
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 </row>
11300 <row>
11301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 0
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 1
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 2
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 3
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 4
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 5
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 </row>
11365 <row>
11366 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 Ergebnis
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 \begin_inset Formula $A\, B$
11380 \end_inset
11381
11382
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 \begin_inset Formula $A\: B$
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 \begin_inset Formula $A\; B$
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 \begin_inset Formula $A\quad B$
11416 \end_inset
11417
11418
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 \begin_inset Formula $A\qquad B$
11428 \end_inset
11429
11430
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 \begin_inset Formula $A\! B$
11440 \end_inset
11441
11442
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 </row>
11448 </lyxtabular>
11449
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \begin_layout Standard
11456 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11457  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11458  denn sie erstellt negativen Leerraum.
11459  Es gibt noch zwei weitere negative Leerräume:
11460 \end_layout
11461
11462 \begin_layout Standard
11463 \align center
11464 \begin_inset Tabular
11465 <lyxtabular version="3" rows="3" columns="3">
11466 <features tabularvalignment="middle">
11467 <column alignment="center" valignment="middle" width="6.8cm">
11468 <column alignment="center" valignment="top" width="0pt">
11469 <column alignment="center" valignment="top" width="0pt">
11470 <row>
11471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 Befehl
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484
11485 \backslash
11486 negmedspace
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495
11496 \backslash
11497 negthickspace
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 </row>
11503 <row>
11504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 6
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 7
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 </row>
11532 <row>
11533 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537 Ergebnis
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 \begin_inset Formula $A\negmedspace B$
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 \begin_inset Formula $A\negthickspace B$
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 </lyxtabular>
11568
11569 \end_inset
11570
11571
11572 \end_layout
11573
11574 \begin_layout Standard
11575 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11576  Man kann auf diese Weise Ligaturen erzwingen, was z.
11577 \begin_inset space \thinspace{}
11578 \end_inset
11579
11580 B.
11581  für Summenzeichen von Nutzen ist: 
11582 \end_layout
11583
11584 \begin_layout Standard
11585 \align center
11586 \begin_inset Tabular
11587 <lyxtabular version="3" rows="3" columns="2">
11588 <features tabularvalignment="middle">
11589 <column alignment="center" valignment="top" width="0">
11590 <column alignment="center" valignment="top" width="0">
11591 <row>
11592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 Befehl
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 Ergebnis
11606 \begin_inset Note Note
11607 status collapsed
11608
11609 \begin_layout Plain Layout
11610
11611 \series bold
11612
11613 \backslash
11614 raisebox
11615 \series default
11616  dient nur als Abstandhalter.
11617 \end_layout
11618
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 </row>
11627 <row>
11628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632
11633 \backslash
11634 sum
11635 \backslash
11636 sum
11637 \begin_inset ERT
11638 status collapsed
11639
11640 \begin_layout Plain Layout
11641
11642
11643 \backslash
11644 leer 
11645 \end_layout
11646
11647 \end_inset
11648
11649 f_kl
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11659 \end_inset
11660
11661
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 </row>
11667 <row>
11668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672
11673 \backslash
11674 sum
11675 \backslash
11676 negmedspace
11677 \backslash
11678 sum
11679 \begin_inset ERT
11680 status collapsed
11681
11682 \begin_layout Plain Layout
11683
11684
11685 \backslash
11686 leer 
11687 \end_layout
11688
11689 \end_inset
11690
11691 f_kl
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 </lyxtabular>
11710
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \begin_layout Standard
11717 Relationen, wie z.
11718 \begin_inset space \thinspace{}
11719 \end_inset
11720
11721 B.
11722  Gleichheitszeichen, sind immer von Leerraum umgeben.
11723  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11724  TeX-Klammer.
11725  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11726 \end_layout
11727
11728 \begin_layout Standard
11729 \align center
11730 \begin_inset Tabular
11731 <lyxtabular version="3" rows="2" columns="2">
11732 <features tabularvalignment="middle">
11733 <column alignment="center" valignment="top" width="0pt">
11734 <column alignment="center" valignment="top" width="0pt">
11735 <row>
11736 <cell alignment="center" valignment="top" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 normale Gleichung
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 \begin_inset Formula $A=B$
11750 \end_inset
11751
11752
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 <row>
11759 <cell alignment="center" valignment="top" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 \begin_inset Note Note
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767
11768 \series bold
11769
11770 \backslash
11771 raisebox
11772 \series default
11773  dient nur als Abstandhalter.
11774 \end_layout
11775
11776 \end_inset
11777
11778
11779 \begin_inset Formula $\raisebox{5mm}{}$
11780 \end_inset
11781
11782 Gleichung ohne Leerraum
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 \begin_inset Formula $A{=}B$
11792 \end_inset
11793
11794
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 </row>
11800 </lyxtabular>
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \begin_layout Standard
11808 Der Befehl für die letzte Formel lautet: 
11809 \series bold
11810 A
11811 \backslash
11812 {=
11813 \begin_inset Formula $\to$
11814 \end_inset
11815
11816 B
11817 \end_layout
11818
11819 \begin_layout Standard
11820 \begin_inset VSpace bigskip
11821 \end_inset
11822
11823 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11824  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11825  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11826 \family sans
11827 Einfügen\SpecialChar \menuseparator
11828 Formatierung\SpecialChar \menuseparator
11829 Kleiner
11830 \begin_inset space ~
11831 \end_inset
11832
11833 Abstand
11834 \family default
11835  (Tastenkürzel 
11836 \family sans
11837 Strg+Shift+Leertaste
11838 \family default
11839 ) ein.
11840 \end_layout
11841
11842 \begin_layout Standard
11843 Ein Beispiel zur Veranschaulichung:
11844 \end_layout
11845
11846 \begin_layout Standard
11847 \begin_inset Tabular
11848 <lyxtabular version="3" rows="2" columns="2">
11849 <features tabularvalignment="middle">
11850 <column alignment="left" valignment="top" width="0">
11851 <column alignment="left" valignment="top" width="0">
11852 <row>
11853 <cell alignment="center" valignment="top" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 24 kW
11858 \begin_inset Formula $\cdot$
11859 \end_inset
11860
11861 h
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 Leerzeichen zwischen Wert und Einheit
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 </row>
11876 <row>
11877 <cell alignment="center" valignment="top" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 24
11882 \begin_inset space \thinspace{}
11883 \end_inset
11884
11885 kW
11886 \begin_inset Formula $\cdot$
11887 \end_inset
11888
11889 h
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 kleinster Leerraum zwischen Wert und Einheit
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 </row>
11904 </lyxtabular>
11905
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \begin_layout Subsection
11912 Variabler Leerraum
11913 \begin_inset ERT
11914 status collapsed
11915
11916 \begin_layout Plain Layout
11917
11918
11919 \backslash
11920 texorpdfstring{
11921 \end_layout
11922
11923 \end_inset
11924
11925
11926 \begin_inset Foot
11927 status collapsed
11928
11929 \begin_layout Plain Layout
11930 für vertikalen Leerraum in Formeln siehe 
11931 \begin_inset CommandInset ref
11932 LatexCommand ref
11933 reference "sub:Zeilenabstand"
11934
11935 \end_inset
11936
11937
11938 \end_layout
11939
11940 \end_inset
11941
11942
11943 \begin_inset ERT
11944 status collapsed
11945
11946 \begin_layout Plain Layout
11947
11948 }{}
11949 \end_layout
11950
11951 \end_inset
11952
11953
11954 \begin_inset Note Note
11955 status collapsed
11956
11957 \begin_layout Plain Layout
11958
11959 \series bold
11960
11961 \backslash
11962 texorpdfstring
11963 \series default
11964  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11965 \end_layout
11966
11967 \begin_layout Plain Layout
11968 Näheres zu 
11969 \series bold
11970
11971 \backslash
11972 texorpdfstring
11973 \series default
11974  steht in Kapitel 
11975 \begin_inset CommandInset ref
11976 LatexCommand ref
11977 reference "sub:Formeln-in-Überschriften"
11978
11979 \end_inset
11980
11981 .
11982 \end_layout
11983
11984 \end_inset
11985
11986
11987 \begin_inset CommandInset label
11988 LatexCommand label
11989 name "sub:Variabler-Leerraum"
11990
11991 \end_inset
11992
11993
11994 \begin_inset Index idx
11995 status collapsed
11996
11997 \begin_layout Plain Layout
11998 Leerraum ! horizontaler ! variabel
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \end_layout
12005
12006 \begin_layout Standard
12007 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12008 \series bold
12009
12010 \backslash
12011 hspace
12012 \series default
12013
12014 \begin_inset Index idx
12015 status collapsed
12016
12017 \begin_layout Plain Layout
12018 Befehle ! H ! 
12019 \backslash
12020 hspace
12021 \end_layout
12022
12023 \end_inset
12024
12025  einfügen.
12026  Es erscheint ein langes 
12027 \begin_inset Quotes gld
12028 \end_inset
12029
12030
12031 \color blue
12032
12033 \begin_inset ERT
12034 status collapsed
12035
12036 \begin_layout Plain Layout
12037
12038
12039 \backslash
12040 leer 
12041 \end_layout
12042
12043 \end_inset
12044
12045
12046 \color inherit
12047
12048 \begin_inset Quotes grd
12049 \end_inset
12050
12051 .
12052  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12053  das 
12054 \begin_inset Quotes gld
12055 \end_inset
12056
12057
12058 \color blue
12059
12060 \begin_inset ERT
12061 status collapsed
12062
12063 \begin_layout Plain Layout
12064
12065
12066 \backslash
12067 leer 
12068 \end_layout
12069
12070 \end_inset
12071
12072
12073 \color inherit
12074
12075 \begin_inset Quotes grd
12076 \end_inset
12077
12078  klickt.
12079  Die Länge darf auch negativ sein.
12080  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12081  einnimmt, benutzt man den Befehl 
12082 \series bold
12083
12084 \backslash
12085 hfill
12086 \series default
12087
12088 \begin_inset Index idx
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092 Befehle ! H ! 
12093 \backslash
12094 hfill
12095 \end_layout
12096
12097 \end_inset
12098
12099 .
12100 \end_layout
12101
12102 \begin_layout Standard
12103 \begin_inset VSpace -1mm
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \begin_layout Standard
12110 \align center
12111 \begin_inset Tabular
12112 <lyxtabular version="3" rows="4" columns="2">
12113 <features tabularvalignment="middle">
12114 <column alignment="center" valignment="top" width="0">
12115 <column alignment="center" valignment="top" width="0">
12116 <row>
12117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 Befehl (
12122 \backslash
12123 hspace Länge)
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 Ergebnis
12133 \end_layout
12134
12135 \end_inset
12136 </cell>
12137 </row>
12138 <row>
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143 A=B
12144 \backslash
12145 hspace{3cm
12146 \begin_inset Formula $\to$
12147 \end_inset
12148
12149 A
12150 \backslash
12151 not=C (3
12152 \begin_inset space \thinspace{}
12153 \end_inset
12154
12155 cm)
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 <row>
12174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 A
12179 \backslash
12180 hspace{-1mm
12181 \begin_inset Formula $\to$
12182 \end_inset
12183
12184 A
12185 \backslash
12186 not=A (-1
12187 \begin_inset space \thinspace{}
12188 \end_inset
12189
12190 mm)
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12200 \end_inset
12201
12202
12203 \end_layout
12204
12205 \end_inset
12206 </cell>
12207 </row>
12208 <row>
12209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12210 \begin_inset Text
12211
12212 \begin_layout Plain Layout
12213 A=A
12214 \backslash
12215 hfill
12216 \begin_inset ERT
12217 status collapsed
12218
12219 \begin_layout Plain Layout
12220
12221
12222 \backslash
12223 leer 
12224 \end_layout
12225
12226 \end_inset
12227
12228 B=B
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237 \begin_inset Formula $A=A\hfill B=B$
12238 \end_inset
12239
12240
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 </row>
12246 </lyxtabular>
12247
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \begin_layout Standard
12254 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12255  Spalteneintrags der Tabelle vorgegeben.
12256  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12257  in die 
12258 \series bold
12259
12260 \backslash
12261 hfill
12262 \series default
12263  eingegeben wird.
12264  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12265  
12266 \series bold
12267
12268 \backslash
12269 hfill
12270 \series default
12271  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12272 \series bold
12273 Eingerückt
12274 \series default
12275  eingestellt ist.
12276  (Formelstile sind in 
12277 \begin_inset CommandInset ref
12278 LatexCommand ref
12279 reference "sec:Formelstile"
12280
12281 \end_inset
12282
12283  erklärt.)
12284 \end_layout
12285
12286 \begin_layout Standard
12287 Neben 
12288 \series bold
12289
12290 \backslash
12291 hfill
12292 \series default
12293  gibt es noch die Befehle 
12294 \series bold
12295
12296 \backslash
12297 dotfill
12298 \series default
12299  und 
12300 \series bold
12301
12302 \backslash
12303 hrulefill
12304 \series default
12305 , die den Leerraum mit einem Muster füllen, siehe 
12306 \begin_inset CommandInset ref
12307 LatexCommand ref
12308 reference "sub:Fortsetzungspunkte"
12309
12310 \end_inset
12311
12312  für ein Beispiel.
12313 \end_layout
12314
12315 \begin_layout Standard
12316 Variabler Leerraum kann für Text über das Menü 
12317 \family sans
12318 Einfügen\SpecialChar \menuseparator
12319 Formatierung\SpecialChar \menuseparator
12320 Horizontaler
12321 \begin_inset space ~
12322 \end_inset
12323
12324 Abstand
12325 \family default
12326  eingefügt werden:
12327 \end_layout
12328
12329 \begin_layout Standard
12330 Dies ist eine Zeile mit
12331 \begin_inset space \hspace{}
12332 \length 2cm
12333 \end_inset
12334
12335 2
12336 \begin_inset space \thinspace{}
12337 \end_inset
12338
12339 cm Leerraum.
12340 \end_layout
12341
12342 \begin_layout Standard
12343 Dies ist eine Zeile mit
12344 \begin_inset space \hfill{}
12345 \end_inset
12346
12347 maximalem Leerraum.
12348 \end_layout
12349
12350 \begin_layout Subsection
12351 Leerraum neben eingebetteten Formeln
12352 \begin_inset Index idx
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 Leerraum ! neben eingebetteten Formeln
12357 \end_layout
12358
12359 \end_inset
12360
12361
12362 \end_layout
12363
12364 \begin_layout Standard
12365 Über die Länge 
12366 \series bold
12367
12368 \backslash
12369 mathsurround
12370 \series default
12371
12372 \begin_inset Index idx
12373 status collapsed
12374
12375 \begin_layout Plain Layout
12376 Befehle ! M ! 
12377 \backslash
12378 mathsurround
12379 \end_layout
12380
12381 \end_inset
12382
12383  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12384  wird.
12385  Der Wert einer Länge wird mit dem Befehl 
12386 \series bold
12387
12388 \backslash
12389 setlength
12390 \series default
12391
12392 \begin_inset Index idx
12393 status collapsed
12394
12395 \begin_layout Plain Layout
12396 Befehle ! S ! 
12397 \backslash
12398 setlength
12399 \end_layout
12400
12401 \end_inset
12402
12403  gesetzt.
12404  Dieser besitzt folgendes Befehlsschema:
12405 \end_layout
12406
12407 \begin_layout Standard
12408
12409 \series bold
12410
12411 \backslash
12412 setlength{Längenname}{Wert}
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Um 
12417 \series bold
12418
12419 \backslash
12420 mathsurround
12421 \series default
12422  den Wert 5
12423 \begin_inset space \thinspace{}
12424 \end_inset
12425
12426 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12427 \end_layout
12428
12429 \begin_layout Standard
12430
12431 \series bold
12432
12433 \backslash
12434 setlength{
12435 \backslash
12436 mathsurround}{5mm}
12437 \end_layout
12438
12439 \begin_layout Standard
12440 ein.
12441  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12442 \begin_inset space \thinspace{}
12443 \end_inset
12444
12445 mm Leerraum gesetzt:
12446 \begin_inset ERT
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450
12451
12452 \backslash
12453 setlength{
12454 \backslash
12455 mathsurround}{5mm}
12456 \end_layout
12457
12458 \end_inset
12459
12460
12461 \end_layout
12462
12463 \begin_layout Standard
12464 Dies ist eine Zeile in der sich 
12465 \begin_inset Formula $A=B$
12466 \end_inset
12467
12468  eine Formel mit 5
12469 \begin_inset space \thinspace{}
12470 \end_inset
12471
12472 mm umgebendem Leerraum befindet.
12473 \begin_inset ERT
12474 status collapsed
12475
12476 \begin_layout Plain Layout
12477
12478
12479 \backslash
12480 setlength{
12481 \backslash
12482 mathsurround}{0pt}
12483 \end_layout
12484
12485 \end_inset
12486
12487
12488 \end_layout
12489
12490 \begin_layout Standard
12491 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12492 \series bold
12493
12494 \backslash
12495 mathsurround
12496 \series default
12497  auf den Wert 0
12498 \begin_inset space \thinspace{}
12499 \end_inset
12500
12501 pt.
12502 \end_layout
12503
12504 \begin_layout Section
12505 Boxen und Rahmen
12506 \begin_inset Index idx
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510 Boxen
12511 \end_layout
12512
12513 \end_inset
12514
12515
12516 \begin_inset Index idx
12517 status collapsed
12518
12519 \begin_layout Plain Layout
12520 Rahmen | see
12521 \begin_inset ERT
12522 status collapsed
12523
12524 \begin_layout Plain Layout
12525
12526 {
12527 \end_layout
12528
12529 \end_inset
12530
12531 Boxen
12532 \begin_inset ERT
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536
12537 }
12538 \end_layout
12539
12540 \end_inset
12541
12542
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Standard
12551 Boxen für Text sind im Kapitel 
12552 \family typewriter
12553 Boxen
12554 \family default
12555  im Handbuch 
12556 \family typewriter
12557 Eingebettete
12558 \begin_inset space ~
12559 \end_inset
12560
12561 Objekte
12562 \family default
12563  beschrieben.
12564 \end_layout
12565
12566 \begin_layout Subsection
12567 Boxen mit Rahmen
12568 \begin_inset CommandInset label
12569 LatexCommand label
12570 name "sub:Boxen-mit-Rahmen"
12571
12572 \end_inset
12573
12574
12575 \begin_inset Index idx
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579 Boxen ! mit Rahmen
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Standard
12588 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12589 \series bold
12590
12591 \backslash
12592 fbox
12593 \series default
12594
12595 \begin_inset Index idx
12596 status collapsed
12597
12598 \begin_layout Plain Layout
12599 Befehle ! F ! 
12600 \backslash
12601 fbox
12602 \end_layout
12603
12604 \end_inset
12605
12606  und 
12607 \series bold
12608
12609 \backslash
12610 boxed
12611 \series default
12612
12613 \begin_inset Index idx
12614 status collapsed
12615
12616 \begin_layout Plain Layout
12617 Befehle ! B ! 
12618 \backslash
12619 boxed
12620 \end_layout
12621
12622 \end_inset
12623
12624  zu umranden.
12625 \end_layout
12626
12627 \begin_layout Standard
12628 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12629  in einem Rahmen.
12630  Bei 
12631 \series bold
12632
12633 \backslash
12634 fbox
12635 \series default
12636  muss in diesem Eingabefeld mit 
12637 \family sans
12638 Strg+M
12639 \family default
12640  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12641  als mathematischer Text behandelt.
12642  Verwendet man 
12643 \series bold
12644
12645 \backslash
12646 boxed
12647 \series default
12648 , wird automatisch im Rahmen eine neue Formel erzeugt.
12649 \end_layout
12650
12651 \begin_layout Standard
12652 Der Befehl 
12653 \series bold
12654
12655 \backslash
12656 fbox
12657 \series default
12658  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12659  wird dann immer in Textzeilengröße gesetzt.
12660  Im Gegensatz dazu ist 
12661 \series bold
12662
12663 \backslash
12664 boxed
12665 \series default
12666  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12667  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12668 \end_layout
12669
12670 \begin_layout Standard
12671 Als Erweiterung zu 
12672 \series bold
12673
12674 \backslash
12675 fbox
12676 \series default
12677  gibt es den Befehl 
12678 \series bold
12679
12680 \backslash
12681 framebox
12682 \series default
12683
12684 \begin_inset Index idx
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688 Befehle ! F ! 
12689 \backslash
12690 framebox
12691 \end_layout
12692
12693 \end_inset
12694
12695 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12696  kann.
12697  
12698 \series bold
12699
12700 \backslash
12701 framebox
12702 \series default
12703  wird nach folgendem Schema verwendet:
12704 \end_layout
12705
12706 \begin_layout Standard
12707
12708 \series bold
12709
12710 \backslash
12711 framebox[Rahmenbreite][Position]{Boxinhalt}
12712 \end_layout
12713
12714 \begin_layout Standard
12715 Die Position kann entweder 
12716 \emph on
12717 l
12718 \emph default
12719  oder 
12720 \emph on
12721 r
12722 \emph default
12723  sein.
12724  
12725 \emph on
12726 l
12727 \emph default
12728  bewirkt linksbündige, 
12729 \emph on
12730 r
12731 \emph default
12732  rechtsbündige Ausrichtung der Formel in der Box.
12733  Gibt man keine Position an, wird die Formel zentriert.
12734 \begin_inset Newline newline
12735 \end_inset
12736
12737 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12738  In diesem Falle wird die Rahmenbreite wie bei 
12739 \series bold
12740
12741 \backslash
12742 fbox
12743 \series default
12744  an den Boxinhalt angepasst.
12745 \end_layout
12746
12747 \begin_layout Standard
12748 Wenn man den Befehl 
12749 \series bold
12750
12751 \backslash
12752 framebox
12753 \series default
12754  eingibt, erscheint eine Box mit drei Eingabefeldern.
12755  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12756  beiden optionalen Argumente.
12757  In das dritte Feld wird wie bei 
12758 \series bold
12759
12760 \backslash
12761 fbox
12762 \series default
12763  die Formel eingegeben.
12764 \end_layout
12765
12766 \begin_layout Standard
12767 \align center
12768 \begin_inset Tabular
12769 <lyxtabular version="3" rows="5" columns="2">
12770 <features tabularvalignment="middle">
12771 <column alignment="center" valignment="top" width="0">
12772 <column alignment="center" valignment="top" width="0">
12773 <row>
12774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 Befehl
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 Ergebnis
12788 \begin_inset Note Note
12789 status collapsed
12790
12791 \begin_layout Plain Layout
12792
12793 \series bold
12794
12795 \backslash
12796 raisebox
12797 \series default
12798  dient nur als Abstandhalter.
12799 \end_layout
12800
12801 \end_inset
12802
12803
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814
12815 \backslash
12816 fbox
12817 \begin_inset ERT
12818 status collapsed
12819
12820 \begin_layout Plain Layout
12821
12822
12823 \backslash
12824 leer 
12825 \end_layout
12826
12827 \end_inset
12828
12829
12830 \family sans
12831 Strg+M
12832 \family default
12833  
12834 \backslash
12835 int
12836 \begin_inset ERT
12837 status collapsed
12838
12839 \begin_layout Plain Layout
12840
12841
12842 \backslash
12843 leer 
12844 \end_layout
12845
12846 \end_inset
12847
12848 A=B
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12858 \end_inset
12859
12860
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 </row>
12866 <row>
12867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871
12872 \backslash
12873 boxed
12874 \begin_inset ERT
12875 status collapsed
12876
12877 \begin_layout Plain Layout
12878
12879
12880 \backslash
12881 leer 
12882 \end_layout
12883
12884 \end_inset
12885
12886
12887 \backslash
12888 int
12889 \begin_inset ERT
12890 status collapsed
12891
12892 \begin_layout Plain Layout
12893
12894
12895 \backslash
12896 leer 
12897 \end_layout
12898
12899 \end_inset
12900
12901 A=B
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12911 \end_inset
12912
12913
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 </row>
12919 <row>
12920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 A+
12925 \backslash
12926 fbox
12927 \begin_inset ERT
12928 status collapsed
12929
12930 \begin_layout Plain Layout
12931
12932
12933 \backslash
12934 leer 
12935 \end_layout
12936
12937 \end_inset
12938
12939 B
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12945 \begin_inset Text
12946
12947 \begin_layout Plain Layout
12948 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12949 \end_inset
12950
12951
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 </row>
12957 <row>
12958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962
12963 \backslash
12964 framebox
12965 \begin_inset ERT
12966 status collapsed
12967
12968 \begin_layout Plain Layout
12969
12970
12971 \backslash
12972 leer 
12973 \end_layout
12974
12975 \end_inset
12976
12977 20mm
12978 \begin_inset Formula $\to$
12979 \end_inset
12980
12981
12982 \begin_inset Formula $\to$
12983 \end_inset
12984
12985
12986 \family sans
12987 Strg+M
12988 \family default
12989  
12990 \backslash
12991 frac
12992 \begin_inset ERT
12993 status collapsed
12994
12995 \begin_layout Plain Layout
12996
12997
12998 \backslash
12999 leer 
13000 \end_layout
13001
13002 \end_inset
13003
13004 A
13005 \begin_inset Formula $\downarrow$
13006 \end_inset
13007
13008 B
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 \begin_inset Formula $\raisebox{6mm}{}$
13018 \end_inset
13019
13020
13021 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13022 \end_inset
13023
13024
13025 \begin_inset Formula $\raisebox{-4mm}{}$
13026 \end_inset
13027
13028
13029 \end_layout
13030
13031 \end_inset
13032 </cell>
13033 </row>
13034 </lyxtabular>
13035
13036 \end_inset
13037
13038
13039 \end_layout
13040
13041 \begin_layout Standard
13042 Die Rahmendicke kann ebenfalls eingestellt werden.
13043  Dazu müssen vor der Formel im TeX-Modus die Befehle
13044 \end_layout
13045
13046 \begin_layout Standard
13047
13048 \series bold
13049
13050 \backslash
13051 fboxrule
13052 \series default
13053  
13054 \series bold
13055
13056 \begin_inset Quotes gld
13057 \end_inset
13058
13059 Dicke
13060 \begin_inset Quotes grd
13061 \end_inset
13062
13063
13064 \series default
13065  
13066 \series bold
13067
13068 \backslash
13069 fboxsep
13070 \series default
13071  
13072 \series bold
13073
13074 \begin_inset Quotes gld
13075 \end_inset
13076
13077 Abstand
13078 \begin_inset Quotes grd
13079 \end_inset
13080
13081
13082 \end_layout
13083
13084 \begin_layout Standard
13085 eingegeben werden.
13086  
13087 \begin_inset Quotes gld
13088 \end_inset
13089
13090 Abstand
13091 \begin_inset Quotes grd
13092 \end_inset
13093
13094  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13095  in der Box fest.
13096  Ein Beispiel dafür ist folgende umrandete Formel:
13097 \begin_inset ERT
13098 status collapsed
13099
13100 \begin_layout Plain Layout
13101
13102
13103 \backslash
13104 fboxrule 2mm 
13105 \backslash
13106 fboxsep 3mm
13107 \end_layout
13108
13109 \end_inset
13110
13111
13112 \begin_inset Formula \[
13113 \boxed{A+B=C}\]
13114
13115 \end_inset
13116
13117 Vor dieser Formel wurde im TeX-Modus
13118 \end_layout
13119
13120 \begin_layout Standard
13121
13122 \series bold
13123
13124 \backslash
13125 fboxrule
13126 \series default
13127  
13128 \series bold
13129 2mm
13130 \series default
13131  
13132 \series bold
13133
13134 \backslash
13135 fboxsep
13136 \series default
13137  
13138 \series bold
13139 3mm
13140 \end_layout
13141
13142 \begin_layout Standard
13143 eingegeben.
13144  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13145 \end_layout
13146
13147 \begin_layout Standard
13148 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13149  nächsten Formel im TeX-Modus folgende Befehle ein:
13150 \end_layout
13151
13152 \begin_layout Standard
13153
13154 \series bold
13155
13156 \backslash
13157 fboxrule
13158 \series default
13159  
13160 \series bold
13161 0.4pt
13162 \series default
13163  
13164 \series bold
13165
13166 \backslash
13167 fboxsep
13168 \series default
13169  
13170 \series bold
13171 3pt
13172 \series default
13173
13174 \begin_inset ERT
13175 status collapsed
13176
13177 \begin_layout Plain Layout
13178
13179
13180 \backslash
13181 fboxrule 0.4pt 
13182 \backslash
13183 fboxsep 3pt
13184 \end_layout
13185
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \begin_layout Subsection
13192 Boxen ohne Rahmen
13193 \begin_inset CommandInset label
13194 LatexCommand label
13195 name "sub:Boxen-ohne-Rahmen"
13196
13197 \end_inset
13198
13199
13200 \begin_inset Index idx
13201 status collapsed
13202
13203 \begin_layout Plain Layout
13204 Boxen ! ohne Rahmen
13205 \end_layout
13206
13207 \end_inset
13208
13209
13210 \end_layout
13211
13212 \begin_layout Standard
13213 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13214 \series bold
13215
13216 \backslash
13217 mbox
13218 \series default
13219
13220 \begin_inset Index idx
13221 status collapsed
13222
13223 \begin_layout Plain Layout
13224 Befehle ! M ! 
13225 \backslash
13226 mbox
13227 \end_layout
13228
13229 \end_inset
13230
13231
13232 \series bold
13233
13234 \backslash
13235 makebox
13236 \series default
13237
13238 \begin_inset Index idx
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242 Befehle ! M ! 
13243 \backslash
13244 makebox
13245 \end_layout
13246
13247 \end_inset
13248
13249  und
13250 \begin_inset Newline linebreak
13251 \end_inset
13252
13253
13254 \series bold
13255
13256 \backslash
13257 raisebox
13258 \series default
13259
13260 \begin_inset Index idx
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 Befehle ! R ! 
13265 \backslash
13266 raisebox
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \begin_layout Standard
13275 Mit 
13276 \series bold
13277
13278 \backslash
13279 raisebox
13280 \series default
13281  kann man eine Box hoch- oder tiefstellen.
13282  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13283 n die Schriftgröße bei.
13284  
13285 \series bold
13286
13287 \backslash
13288 raisebox
13289 \series default
13290  wird dabei mit folgendem Schema benutzt:
13291 \end_layout
13292
13293 \begin_layout Standard
13294
13295 \series bold
13296
13297 \backslash
13298 raisebox{Höhe}{Boxinhalt}
13299 \end_layout
13300
13301 \begin_layout Standard
13302 Soll in der Box eine Formel stehen, muss man wie bei 
13303 \series bold
13304
13305 \backslash
13306 fbox
13307 \series default
13308  eine weitere Formel erstellen.
13309  
13310 \begin_inset Note Greyedout
13311 status open
13312
13313 \begin_layout Plain Layout
13314
13315 \series bold
13316 Achtung:
13317 \series default
13318  Für 
13319 \series bold
13320
13321 \backslash
13322 raisebox
13323 \series default
13324  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13325  
13326 \family sans
13327 Strg+M
13328 \family default
13329  erstellt, denn LyX unterstützt 
13330 \series bold
13331
13332 \backslash
13333 raisebox
13334 \series default
13335  noch nicht direkt.
13336 \end_layout
13337
13338 \end_inset
13339
13340
13341 \end_layout
13342
13343 \begin_layout Standard
13344 \align center
13345 \begin_inset Tabular
13346 <lyxtabular version="3" rows="4" columns="2">
13347 <features tabularvalignment="middle">
13348 <column alignment="center" valignment="top" width="0">
13349 <column alignment="center" valignment="top" width="0">
13350 <row>
13351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 Befehl
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 Ergebnis
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 </row>
13370 <row>
13371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 H
13376 \backslash
13377 raisebox{2mm
13378 \begin_inset Formula $\to$
13379 \end_inset
13380
13381
13382 \backslash
13383 {al
13384 \begin_inset Formula $\to$
13385 \end_inset
13386
13387  lo
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 H
13411 \backslash
13412 raisebox{-2mm
13413 \begin_inset Formula $\to$
13414 \end_inset
13415
13416
13417 \backslash
13418 {al
13419 \begin_inset Formula $\to$
13420 \end_inset
13421
13422 lo
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 </row>
13440 <row>
13441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 A=
13446 \backslash
13447 raisebox{-2mm
13448 \begin_inset Formula $\to$
13449 \end_inset
13450
13451
13452 \backslash
13453 {
13454 \family sans
13455 Strg+M Strg+M
13456 \family default
13457  
13458 \backslash
13459 sqrt
13460 \begin_inset ERT
13461 status collapsed
13462
13463 \begin_layout Plain Layout
13464
13465
13466 \backslash
13467 leer 
13468 \end_layout
13469
13470 \end_inset
13471
13472
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13482 \end_inset
13483
13484
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 </row>
13490 </lyxtabular>
13491
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \begin_layout Standard
13498 Der Befehl 
13499 \series bold
13500
13501 \backslash
13502 mbox
13503 \series default
13504  ist äquivalent zu 
13505 \series bold
13506
13507 \backslash
13508 fbox
13509 \series default
13510  und 
13511 \series bold
13512
13513 \backslash
13514 makebox
13515 \series default
13516  ist äquivalent zu 
13517 \series bold
13518
13519 \backslash
13520 framebox
13521 \series default
13522 , nur dass es keinen Rahmen gibt.
13523 \end_layout
13524
13525 \begin_layout Subsection
13526 Farbige Boxen
13527 \begin_inset CommandInset label
13528 LatexCommand label
13529 name "sub:Farbige-Boxen"
13530
13531 \end_inset
13532
13533
13534 \begin_inset Index idx
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538 Boxen ! farbige
13539 \end_layout
13540
13541 \end_inset
13542
13543
13544 \end_layout
13545
13546 \begin_layout Standard
13547 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13548  im LaTeX-Vorspann das LaTeX-Paket 
13549 \series bold
13550 color
13551 \series default
13552
13553 \begin_inset Foot
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557 Das Paket 
13558 \series bold
13559 color
13560 \series default
13561  ist Teil jeder LaTeX-Standardinstallation.
13562 \end_layout
13563
13564 \end_inset
13565
13566
13567 \begin_inset Index idx
13568 status collapsed
13569
13570 \begin_layout Plain Layout
13571 Pakete ! color
13572 \end_layout
13573
13574 \end_inset
13575
13576  mit der Zeile
13577 \end_layout
13578
13579 \begin_layout Standard
13580
13581 \series bold
13582
13583 \backslash
13584 usepackage{color}
13585 \end_layout
13586
13587 \begin_layout Standard
13588 geladen werden
13589 \begin_inset Foot
13590 status collapsed
13591
13592 \begin_layout Plain Layout
13593 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13594  LyX das LaTeX-Paket 
13595 \series bold
13596 color
13597 \series default
13598  automatisch.
13599  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13600  keine Probleme hervorruft.
13601 \end_layout
13602
13603 \end_inset
13604
13605
13606 \begin_inset Note Note
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13611  ein Makro eingefügt.
13612 \end_layout
13613
13614 \end_inset
13615
13616 .
13617 \end_layout
13618
13619 \begin_layout Standard
13620 \begin_inset VSpace medskip
13621 \end_inset
13622
13623 Um Boxen einzufärben, verwendet man den Befehl 
13624 \series bold
13625
13626 \backslash
13627 colorbox
13628 \series default
13629
13630 \begin_inset Index idx
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634 Befehle ! C ! 
13635 \backslash
13636 colorbox
13637 \end_layout
13638
13639 \end_inset
13640
13641  nach folgendem Schema:
13642 \end_layout
13643
13644 \begin_layout Standard
13645
13646 \series bold
13647
13648 \backslash
13649 colorbox{Farbe}{Boxinhalt}
13650 \end_layout
13651
13652 \begin_layout Standard
13653 Der Boxinhalt kann auch wieder eine Box sein und eine 
13654 \series bold
13655
13656 \backslash
13657 colorbox
13658 \series default
13659  kann auch ein Teil einer anderen Box sein (siehe 2.
13660  und 3.
13661  Beispiel).
13662  Soll in der Box eine Formel stehen, muss wie bei 
13663 \series bold
13664
13665 \backslash
13666 raisebox
13667 \series default
13668  eine weitere Formel erstellt werden.
13669 \begin_inset Foot
13670 status collapsed
13671
13672 \begin_layout Plain Layout
13673 Das gilt auch für den Befehl 
13674 \series bold
13675
13676 \backslash
13677 fcolorbox
13678 \series default
13679 .
13680 \end_layout
13681
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \begin_layout Standard
13688 Aus folgenden vordefinierten Farben kann gewählt werden:
13689 \end_layout
13690
13691 \begin_layout Standard
13692
13693 \series bold
13694 black
13695 \series default
13696
13697 \series bold
13698 blue
13699 \series default
13700
13701 \series bold
13702 cyan
13703 \series default
13704
13705 \series bold
13706 green
13707 \series default
13708
13709 \series bold
13710 magenta
13711 \series default
13712
13713 \series bold
13714 red
13715 \series default
13716
13717 \series bold
13718 white
13719 \series default
13720  und 
13721 \series bold
13722 yellow
13723 \end_layout
13724
13725 \begin_layout Standard
13726 \align center
13727 \begin_inset Tabular
13728 <lyxtabular version="3" rows="4" columns="2">
13729 <features tabularvalignment="middle">
13730 <column alignment="center" valignment="top" width="0">
13731 <column alignment="center" valignment="top" width="0">
13732 <row>
13733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 Befehl
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 Ergebnis
13747 \begin_inset Note Note
13748 status collapsed
13749
13750 \begin_layout Plain Layout
13751
13752 \series bold
13753
13754 \backslash
13755 raisebox
13756 \series default
13757  dient nur als Abstandhalter.
13758 \end_layout
13759
13760 \end_inset
13761
13762
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 <row>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773
13774 \backslash
13775 colorbox{yellow
13776 \begin_inset Formula $\to$
13777 \end_inset
13778
13779
13780 \backslash
13781 {A=B
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13791 \end_inset
13792
13793
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 </row>
13799 <row>
13800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804
13805 \backslash
13806 colorbox{green
13807 \begin_inset Formula $\to$
13808 \end_inset
13809
13810
13811 \backslash
13812 {
13813 \backslash
13814 fbox
13815 \begin_inset ERT
13816 status collapsed
13817
13818 \begin_layout Plain Layout
13819
13820
13821 \backslash
13822 leer 
13823 \end_layout
13824
13825 \end_inset
13826
13827 A=B
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13837 \end_inset
13838
13839
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 </row>
13845 <row>
13846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850
13851 \backslash
13852 fbox
13853 \begin_inset ERT
13854 status collapsed
13855
13856 \begin_layout Plain Layout
13857
13858
13859 \backslash
13860 leer 
13861 \end_layout
13862
13863 \end_inset
13864
13865
13866 \backslash
13867 colorbox{green
13868 \begin_inset Formula $\to$
13869 \end_inset
13870
13871
13872 \backslash
13873 {
13874 \family sans
13875 Strg+M Strg+M
13876 \family default
13877  
13878 \backslash
13879 int
13880 \begin_inset ERT
13881 status collapsed
13882
13883 \begin_layout Plain Layout
13884
13885
13886 \backslash
13887 leer 
13888 \end_layout
13889
13890 \end_inset
13891
13892 C=D
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13902 \end_inset
13903
13904
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 </row>
13910 </lyxtabular>
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \begin_layout Standard
13918
13919 \series bold
13920
13921 \backslash
13922 colorbox
13923 \series default
13924  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13925  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13926  
13927 \family sans
13928 Textstil
13929 \family default
13930  die gewünschte Farbe aus.
13931  Der Dialog kann mit dem Werkzeugleistenknopf 
13932 \begin_inset Graphics
13933         filename ../../images/dialog-show_character.png
13934         scale 85
13935
13936 \end_inset
13937
13938  oder dem Menü 
13939 \family sans
13940 Bearbeiten\SpecialChar \menuseparator
13941 Textstil\SpecialChar \menuseparator
13942 Benutzerdefiniert
13943 \family default
13944  aufgerufen werden.
13945  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13946  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13947  innerhalb der Formel die Farbe geändert werden.
13948 \end_layout
13949
13950 \begin_layout Standard
13951 Ein Beispiel:
13952 \end_layout
13953
13954 \begin_layout Standard
13955
13956 \color red
13957 \begin_inset Formula \begin{equation}
13958 \int A=B\label{eq:rot}\end{equation}
13959
13960 \end_inset
13961
13962
13963 \color green
13964
13965 \begin_inset Formula \begin{equation}
13966 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \begin_layout Standard
13974 Formel 
13975 \begin_inset CommandInset ref
13976 LatexCommand eqref
13977 reference "eq:rot"
13978
13979 \end_inset
13980
13981  ist komplett rot gefärbt.
13982 \begin_inset Newline newline
13983 \end_inset
13984
13985 Formel 
13986 \begin_inset CommandInset ref
13987 LatexCommand eqref
13988 reference "eq:rotgruen"
13989
13990 \end_inset
13991
13992  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13993  Anschließend wurden die Formelzeichen rot gefärbt.
13994 \end_layout
13995
13996 \begin_layout Standard
13997 \begin_inset VSpace bigskip
13998 \end_inset
13999
14000 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14001  den Befehl 
14002 \series bold
14003
14004 \backslash
14005 fcolorbox
14006 \series default
14007
14008 \begin_inset Index idx
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012 Befehle ! F ! 
14013 \backslash
14014 fcolorbox
14015 \end_layout
14016
14017 \end_inset
14018
14019  nach folgendem Schema:
14020 \end_layout
14021
14022 \begin_layout Standard
14023
14024 \series bold
14025
14026 \backslash
14027 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14028 \end_layout
14029
14030 \begin_layout Standard
14031
14032 \series bold
14033
14034 \backslash
14035 fcolorbox
14036 \series default
14037  stellt also eine Erweiterung des Befehls 
14038 \series bold
14039
14040 \backslash
14041 colorbox
14042 \series default
14043  dar.
14044  Die Rahmenbreite wird, wie bei 
14045 \series bold
14046
14047 \backslash
14048 framebox
14049 \series default
14050 , mit 
14051 \series bold
14052
14053 \backslash
14054 fboxrule
14055 \series default
14056  und 
14057 \series bold
14058
14059 \backslash
14060 fboxsep
14061 \series default
14062  festgelegt.
14063  Ein Beispiel:
14064 \begin_inset ERT
14065 status collapsed
14066
14067 \begin_layout Plain Layout
14068
14069
14070 \backslash
14071 fboxrule 1mm 
14072 \backslash
14073 fboxsep 1mm
14074 \end_layout
14075
14076 \end_inset
14077
14078
14079 \begin_inset Formula \[
14080 \fcolorbox{cyan}{magenta}{A=B}\]
14081
14082 \end_inset
14083
14084
14085 \begin_inset ERT
14086 status collapsed
14087
14088 \begin_layout Plain Layout
14089
14090
14091 \backslash
14092 fboxrule 0.4pt 
14093 \backslash
14094 fboxsep 3pt
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \end_layout
14101
14102 \begin_layout Standard
14103 Diese Formel wurde mit folgendem Befehl erstellt:
14104 \begin_inset Newline newline
14105 \end_inset
14106
14107
14108 \series bold
14109
14110 \backslash
14111 fcolorbox{cyan
14112 \begin_inset Formula $\to$
14113 \end_inset
14114
14115
14116 \backslash
14117 {magenta
14118 \begin_inset Formula $\to$
14119 \end_inset
14120
14121
14122 \backslash
14123 {A=B
14124 \end_layout
14125
14126 \begin_layout Standard
14127 \begin_inset VSpace bigskip
14128 \end_inset
14129
14130 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14131  selbst definieren.
14132 \end_layout
14133
14134 \begin_layout Standard
14135 Man kann z.
14136 \begin_inset space \thinspace{}
14137 \end_inset
14138
14139 B.
14140  mit folgender LaTeX-Vorspannzeile die Farbe 
14141 \begin_inset Quotes gld
14142 \end_inset
14143
14144
14145 \series bold
14146 dunkelgruen
14147 \series default
14148
14149 \begin_inset Quotes grd
14150 \end_inset
14151
14152
14153 \begin_inset Foot
14154 status collapsed
14155
14156 \begin_layout Plain Layout
14157 In Befehlen darf kein Umlaut stehen, siehe 
14158 \begin_inset CommandInset ref
14159 LatexCommand ref
14160 reference "sec:Benutzerdefinierte-Befehle"
14161
14162 \end_inset
14163
14164 .
14165 \end_layout
14166
14167 \end_inset
14168
14169  definieren:
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175
14176 \backslash
14177 definecolor{dunkelgruen}{cmyk}{0.5,
14178 \series default
14179  
14180 \series bold
14181 0,
14182 \series default
14183  
14184 \series bold
14185 1,
14186 \series default
14187  
14188 \series bold
14189 0.5}
14190 \series default
14191
14192 \begin_inset Index idx
14193 status collapsed
14194
14195 \begin_layout Plain Layout
14196 Befehle ! D ! 
14197 \backslash
14198 definecolor
14199 \end_layout
14200
14201 \end_inset
14202
14203
14204 \end_layout
14205
14206 \begin_layout Standard
14207
14208 \series bold
14209 cmyk
14210 \series default
14211  ist der Farbraum und steht für die Farben 
14212 \series bold
14213 cyan
14214 \series default
14215
14216 \series bold
14217 magenta
14218 \series default
14219
14220 \series bold
14221 yellow
14222 \series default
14223  und 
14224 \series bold
14225 black
14226 \series default
14227 .
14228  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14229  Für den Anteil kann man Werte im Bereich 0
14230 \begin_inset space \thinspace{}
14231 \end_inset
14232
14233 -
14234 \begin_inset space \thinspace{}
14235 \end_inset
14236
14237 1 angeben.
14238  Anstelle von 
14239 \series bold
14240 cmyk
14241 \series default
14242  kann man zur Definition auch den Farbraum 
14243 \series bold
14244 rgb
14245 \series default
14246  verwenden.
14247  
14248 \series bold
14249 rgb
14250 \series default
14251  steht für 
14252 \series bold
14253 red
14254 \series default
14255
14256 \series bold
14257 green
14258 \series default
14259  und 
14260 \series bold
14261 blue
14262 \series default
14263 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14264  Des Weiteren gibt es noch den Farbraum 
14265 \series bold
14266 gray
14267 \series default
14268 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14269 \end_layout
14270
14271 \begin_layout Standard
14272 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14273 \series bold
14274 darkgreen
14275 \series default
14276 , bei der die Zeichenfarbe 
14277 \series bold
14278 yellow
14279 \series default
14280  gewählt wurde:
14281 \begin_inset Formula \begin{equation}
14282 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14283
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Standard
14290 Selbst definierte Farben können mit dem Befehl 
14291 \series bold
14292
14293 \backslash
14294 textcolor
14295 \series default
14296  auch für Text
14297 \begin_inset Index idx
14298 status collapsed
14299
14300 \begin_layout Plain Layout
14301 Text ! farbiger
14302 \end_layout
14303
14304 \end_inset
14305
14306  verwendet werden:
14307 \end_layout
14308
14309 \begin_layout Standard
14310 \begin_inset ERT
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314
14315
14316 \backslash
14317 textcolor{dunkelgruen}{
14318 \end_layout
14319
14320 \end_inset
14321
14322 Dieser Satz ist 
14323 \begin_inset Quotes gld
14324 \end_inset
14325
14326 dunkelgruen
14327 \begin_inset Quotes grd
14328 \end_inset
14329
14330 .
14331 \begin_inset ERT
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335
14336 }
14337 \end_layout
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \begin_layout Standard
14345
14346 \series bold
14347
14348 \backslash
14349 textcolor
14350 \series default
14351
14352 \begin_inset Index idx
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356 Befehle ! T ! 
14357 \backslash
14358 textcolor
14359 \end_layout
14360
14361 \end_inset
14362
14363  wird nach dem Schema 
14364 \series bold
14365
14366 \backslash
14367 textcolor{Farbe}{zu
14368 \series default
14369  
14370 \series bold
14371 färbende
14372 \series default
14373  
14374 \series bold
14375 Zeichen}
14376 \series default
14377  verwendet.
14378 \end_layout
14379
14380 \begin_layout Subsection
14381 Absatzboxen
14382 \begin_inset CommandInset label
14383 LatexCommand label
14384 name "sub:Absatzboxen"
14385
14386 \end_inset
14387
14388
14389 \begin_inset Index idx
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393 Boxen ! Absatz-
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \begin_layout Standard
14402 Mit dem Menü 
14403 \family sans
14404 Einfügen\SpecialChar \menuseparator
14405 Box
14406 \family default
14407  oder dem Werkzeugleistenknopf 
14408 \begin_inset Graphics
14409         filename ../../images/box-insert.png
14410         scale 85
14411
14412 \end_inset
14413
14414  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14415  eine so genannte 
14416 \emph on
14417 Parbox
14418 \emph default
14419  (Absatzbox).
14420 \end_layout
14421
14422 \begin_layout Standard
14423 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14424 \end_layout
14425
14426 \begin_layout Standard
14427 \begin_inset VSpace medskip
14428 \end_inset
14429
14430 Dies ist eine Zeile 
14431 \begin_inset Box Boxed
14432 position "c"
14433 hor_pos "c"
14434 has_inner_box 1
14435 inner_pos "t"
14436 use_parbox 1
14437 use_makebox 0
14438 width "5cm"
14439 special "none"
14440 height "1in"
14441 height_special "totalheight"
14442 status open
14443
14444 \begin_layout Plain Layout
14445 Dies ist die Absatzbox.
14446  Sie ist genau 5
14447 \begin_inset space \thinspace{}
14448 \end_inset
14449
14450 cm lang und kann auch Formeln enthalten: 
14451 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14452 \end_inset
14453
14454
14455 \end_layout
14456
14457 \end_inset
14458
14459  mit einer Absatzbox.
14460 \begin_inset VSpace medskip
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \begin_layout Standard
14467 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14468  graue Box mit dem Namen 
14469 \begin_inset Quotes gld
14470 \end_inset
14471
14472 Box(Gerahmt)
14473 \begin_inset Quotes grd
14474 \end_inset
14475
14476  klickt.
14477  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14478  In diesem Fall: 
14479 \emph on
14480 Verzierung
14481 \emph default
14482 : Rechteckige Box, 
14483 \emph on
14484 Innere Box
14485 \emph default
14486 : Parbox, 
14487 \emph on
14488 Breite
14489 \emph default
14490 : 5
14491 \begin_inset space \thinspace{}
14492 \end_inset
14493
14494 cm, 
14495 \emph on
14496 Vertikale Box Ausrichtung
14497 \emph default
14498 : Mitte
14499 \end_layout
14500
14501 \begin_layout Standard
14502 \begin_inset VSpace medskip
14503 \end_inset
14504
14505 In LaTeX wird eine Absatzbox mit dem Befehl 
14506 \series bold
14507
14508 \backslash
14509 parbox
14510 \series default
14511
14512 \begin_inset Index idx
14513 status collapsed
14514
14515 \begin_layout Plain Layout
14516 Befehle ! P ! 
14517 \backslash
14518 parbox
14519 \end_layout
14520
14521 \end_inset
14522
14523  erstellt, welcher folgendes Schema besitzt:
14524 \end_layout
14525
14526 \begin_layout Standard
14527
14528 \series bold
14529
14530 \backslash
14531 parbox[Position]{Breite}{Boxinhalt}
14532 \end_layout
14533
14534 \begin_layout Standard
14535 Die Positionen 
14536 \emph on
14537 b
14538 \emph default
14539  und 
14540 \emph on
14541 t
14542 \emph default
14543  sind möglich.
14544  
14545 \emph on
14546 b
14547 \emph default
14548  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14549  Text eingepasst wird.
14550  Bei 
14551 \emph on
14552 t
14553 \emph default
14554  wie top geschieht dies für die erste Zeile.
14555  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14556  siehe das Kapitel 
14557 \emph on
14558 Boxen
14559 \emph default
14560  des Handbuchs
14561 \emph on
14562  Eingebettete
14563 \begin_inset space ~
14564 \end_inset
14565
14566 Objekte
14567 \emph default
14568  für Beispiele.
14569 \end_layout
14570
14571 \begin_layout Standard
14572 \begin_inset VSpace bigskip
14573 \end_inset
14574
14575 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14576  in eine Absatzbox setzen.
14577  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14578 \series bold
14579
14580 \backslash
14581 fbox{
14582 \backslash
14583 parbox{
14584 \backslash
14585 linewidth-2
14586 \backslash
14587 fboxsep-2
14588 \backslash
14589 fboxrule}{
14590 \series default
14591 .
14592  Hierbei steht 
14593 \series bold
14594
14595 \backslash
14596 linewidth
14597 \series default
14598
14599 \begin_inset Index idx
14600 status collapsed
14601
14602 \begin_layout Plain Layout
14603 Befehle ! L ! 
14604 \backslash
14605 linewidth
14606 \end_layout
14607
14608 \end_inset
14609
14610  für die im Dokument eingestellte Zeilenbreite.
14611  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14612 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14613  Da dies LyX aufgrund eines Fehlers
14614 \begin_inset Foot
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618 \begin_inset CommandInset href
14619 LatexCommand href
14620 name "LyX-Fehler #4483"
14621 target "http://www.lyx.org/trac/ticket/4483"
14622
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \end_inset
14629
14630  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14631  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14632 spann das LaTeX-Paket 
14633 \series bold
14634 calc
14635 \series default
14636
14637 \begin_inset Foot
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641
14642 \series bold
14643 calc
14644 \series default
14645  ist Teil jeder LaTeX-Standardinstallation.
14646 \end_layout
14647
14648 \end_inset
14649
14650
14651 \begin_inset Index idx
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655 Pakete ! calc
14656 \end_layout
14657
14658 \end_inset
14659
14660  mit der Zeile
14661 \end_layout
14662
14663 \begin_layout Standard
14664
14665 \series bold
14666
14667 \backslash
14668 usepackage{calc}
14669 \end_layout
14670
14671 \begin_layout Standard
14672 geladen werden.
14673  Nach der Formel werden beide Boxen geschlossen, indem man 
14674 \series bold
14675 }}
14676 \series default
14677  im TeX-Modus eingibt.
14678  Dazu ein Beispiel:
14679 \begin_inset ERT
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683
14684
14685 \backslash
14686 fboxsep 5mm 
14687 \backslash
14688 fboxrule 5mm
14689 \end_layout
14690
14691 \end_inset
14692
14693
14694 \end_layout
14695
14696 \begin_layout Standard
14697 \begin_inset ERT
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701
14702
14703 \backslash
14704 fbox{
14705 \backslash
14706 parbox{
14707 \backslash
14708 linewidth-2
14709 \backslash
14710 fboxsep-2
14711 \backslash
14712 fboxrule}{
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \begin_inset Formula \begin{equation}
14719 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14720
14721 \end_inset
14722
14723
14724 \begin_inset ERT
14725 status collapsed
14726
14727 \begin_layout Plain Layout
14728
14729 }}
14730 \end_layout
14731
14732 \end_inset
14733
14734
14735 \begin_inset ERT
14736 status collapsed
14737
14738 \begin_layout Plain Layout
14739
14740
14741 \backslash
14742 fboxrule 0.4pt 
14743 \backslash
14744 fboxsep 3pt
14745 \end_layout
14746
14747 \end_inset
14748
14749
14750 \end_layout
14751
14752 \begin_layout Standard
14753 \begin_inset VSpace medskip
14754 \end_inset
14755
14756 Da im Argument von 
14757 \series bold
14758
14759 \backslash
14760 fbox
14761 \series default
14762  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14763  keinen Unterschied zwischen 
14764 \series bold
14765
14766 \backslash
14767 fbox
14768 \series default
14769  und 
14770 \series bold
14771
14772 \backslash
14773 boxed
14774 \series default
14775 .
14776 \end_layout
14777
14778 \begin_layout Standard
14779 \begin_inset VSpace bigskip
14780 \end_inset
14781
14782 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14783  Dazu verwendet man 
14784 \series bold
14785
14786 \backslash
14787 parbox
14788 \series default
14789  in Verbindung mit dem Befehl 
14790 \series bold
14791
14792 \backslash
14793 tag
14794 \series default
14795 .
14796  (mehr zu 
14797 \series bold
14798
14799 \backslash
14800 tag
14801 \series default
14802  siehe 
14803 \begin_inset CommandInset ref
14804 LatexCommand ref
14805 reference "sub:Benutzerdefinierte-Nummerierung"
14806
14807 \end_inset
14808
14809 )
14810 \end_layout
14811
14812 \begin_layout Standard
14813 Ein Beispiel einer mit Hilfe von 
14814 \series bold
14815
14816 \backslash
14817 parbox
14818 \series default
14819  kommentierten Formel:
14820 \end_layout
14821
14822 \begin_layout Standard
14823 \begin_inset ERT
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827
14828
14829 \backslash
14830 [5x-7b=3b
14831 \backslash
14832 tag*{
14833 \backslash
14834 parbox{5cm}{
14835 \end_layout
14836
14837 \end_inset
14838
14839 Dies ist eine Beschreibung.
14840  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14841 \begin_inset ERT
14842 status collapsed
14843
14844 \begin_layout Plain Layout
14845
14846 }}
14847 \backslash
14848 ]
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Standard
14857 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14858  Befehl 
14859 \series bold
14860
14861 \backslash
14862 parbox
14863 \series default
14864  in Formeln noch nicht unterstützt.
14865  Die Formel wird mit folgender Befehlssequenz erstellt:
14866 \end_layout
14867
14868 \begin_layout Standard
14869 Der Befehl 
14870 \series bold
14871
14872 \backslash
14873 [5x-7b=3b
14874 \backslash
14875 tag*
14876 \backslash
14877 {
14878 \backslash
14879 parbox{5cm}{
14880 \series default
14881  wird im TeX-Modus eingegeben.
14882 \begin_inset Foot
14883 status collapsed
14884
14885 \begin_layout Plain Layout
14886 Ist der Formelstil 
14887 \series bold
14888 Eingerückt
14889 \series default
14890  aktiviert, kann 
14891 \series bold
14892
14893 \backslash
14894 tag*
14895 \backslash
14896 {
14897 \series default
14898  auch durch 
14899 \series bold
14900
14901 \backslash
14902 hfill
14903 \series default
14904  ersetzt werden.
14905  (Formelstile siehe 
14906 \begin_inset CommandInset ref
14907 LatexCommand ref
14908 reference "sec:Formelstile"
14909
14910 \end_inset
14911
14912 )
14913 \end_layout
14914
14915 \end_inset
14916
14917  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14918 \series bold
14919 }}
14920 \backslash
14921 ]
14922 \series default
14923  im TeX-Modus ein.
14924  Die Befehle 
14925 \series bold
14926
14927 \backslash
14928 [
14929 \series default
14930  und 
14931 \series bold
14932
14933 \backslash
14934 ]
14935 \series default
14936  erstellen hierbei eine abgesetzte Formel.
14937 \end_layout
14938
14939 \begin_layout Standard
14940 Die Vorteile von 
14941 \series bold
14942
14943 \backslash
14944 parbox
14945 \series default
14946  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14947  Textmodus 
14948 \begin_inset Quotes gld
14949 \end_inset
14950
14951 kommentiert
14952 \begin_inset Quotes grd
14953 \end_inset
14954
14955  wurde:
14956 \begin_inset Formula \[
14957 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14958
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \begin_layout Section
14965 Operatoren
14966 \begin_inset Index idx
14967 status collapsed
14968
14969 \begin_layout Plain Layout
14970 Operatoren
14971 \end_layout
14972
14973 \end_inset
14974
14975
14976 \end_layout
14977
14978 \begin_layout Subsection
14979 Große Operatoren
14980 \begin_inset CommandInset label
14981 LatexCommand label
14982 name "sub:Große-Operatoren"
14983
14984 \end_inset
14985
14986
14987 \begin_inset Index idx
14988 status collapsed
14989
14990 \begin_layout Plain Layout
14991 Operatoren ! große
14992 \end_layout
14993
14994 \end_inset
14995
14996
14997 \begin_inset Index idx
14998 status collapsed
14999
15000 \begin_layout Plain Layout
15001 Summen
15002 \end_layout
15003
15004 \end_inset
15005
15006
15007 \begin_inset Index idx
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011 Integrale
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \begin_layout Standard
15020 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15021  sind, muss die Option 
15022 \family sans
15023 esint-Paket automatisch verwenden
15024 \family default
15025  in den Dokumenteinstellungen unter 
15026 \family sans
15027 Mathe-Optionen
15028 \family default
15029  gewählt sein.
15030 \end_layout
15031
15032 \begin_layout Standard
15033 \begin_inset space \hfill{}
15034 \end_inset
15035
15036
15037 \begin_inset Tabular
15038 <lyxtabular version="3" rows="11" columns="2">
15039 <features tabularvalignment="middle">
15040 <column alignment="center" valignment="top" width="0pt">
15041 <column alignment="center" valignment="top" width="0pt">
15042 <row>
15043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 Befehl
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 Ergebnis
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 </row>
15062 <row>
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067
15068 \backslash
15069 int
15070 \begin_inset Index idx
15071 status collapsed
15072
15073 \begin_layout Plain Layout
15074 Befehle ! I ! 
15075 \backslash
15076 int
15077 \end_layout
15078
15079 \end_inset
15080
15081
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 \begin_inset Formula $\int$
15091 \end_inset
15092
15093
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row>
15100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104
15105 \backslash
15106 oint
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115 \begin_inset Formula $\oint$
15116 \end_inset
15117
15118
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 </row>
15124 <row>
15125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129
15130 \backslash
15131 ointctrclockwise
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 \begin_inset Formula $\ointctrclockwise$
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 <row>
15150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154
15155 \backslash
15156 ointclockwise
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 \begin_inset Formula $\ointclockwise$
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 <row>
15175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \backslash
15181 sqint
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 \begin_inset Formula $\sqint$
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \backslash
15206 fint
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215  
15216 \begin_inset Formula $\fint$
15217 \end_inset
15218
15219
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row>
15226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230
15231 \backslash
15232 landupint
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241  
15242 \begin_inset Formula $\landupint$
15243 \end_inset
15244
15245
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 </row>
15251 <row>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256
15257 \backslash
15258 landdownint
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267  
15268 \begin_inset Formula $\landdownint$
15269 \end_inset
15270
15271
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 </row>
15277 <row>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282
15283 \backslash
15284 bigcap
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293 \begin_inset Formula $\bigcap$
15294 \end_inset
15295
15296
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 </row>
15302 <row>
15303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307
15308 \backslash
15309 bigcup
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 \begin_inset Formula $\bigcup$
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 </lyxtabular>
15328
15329 \end_inset
15330
15331
15332 \begin_inset space \hfill{}
15333 \end_inset
15334
15335
15336 \begin_inset Tabular
15337 <lyxtabular version="3" rows="11" columns="2">
15338 <features tabularvalignment="middle">
15339 <column alignment="center" valignment="top" width="0pt">
15340 <column alignment="center" valignment="top" width="0pt">
15341 <row>
15342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 Befehl
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 Ergebnis
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 </row>
15361 <row>
15362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366
15367 \backslash
15368 sum
15369 \begin_inset Index idx
15370 status collapsed
15371
15372 \begin_layout Plain Layout
15373 Befehle ! S ! 
15374 \backslash
15375 sum
15376 \end_layout
15377
15378 \end_inset
15379
15380
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 \begin_inset Formula $\sum$
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 </row>
15398 <row>
15399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403
15404 \backslash
15405 prod
15406 \begin_inset Index idx
15407 status collapsed
15408
15409 \begin_layout Plain Layout
15410 Befehle ! P ! 
15411 \backslash
15412 prod
15413 \end_layout
15414
15415 \end_inset
15416
15417
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 \begin_inset Formula $\prod$
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440
15441 \backslash
15442 coprod
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451 \begin_inset Formula $\coprod$
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 </row>
15460 <row>
15461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465
15466 \backslash
15467 bigodot
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476 \begin_inset Formula $\bigodot$
15477 \end_inset
15478
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 </row>
15485 <row>
15486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490
15491 \backslash
15492 bigotimes
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501 \begin_inset Formula $\bigotimes$
15502 \end_inset
15503
15504
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 </row>
15510 <row>
15511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \backslash
15517 bigoplus
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526 \begin_inset Formula $\bigoplus$
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 </row>
15535 <row>
15536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540
15541 \backslash
15542 bigwedge
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 \begin_inset Formula $\bigwedge$
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 </row>
15560 <row>
15561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \backslash
15567 bigvee
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 \begin_inset Formula $\bigvee$
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 </row>
15585 <row>
15586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590
15591 \backslash
15592 bigsqcup
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 \begin_inset Formula $\bigsqcup$
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 <row>
15611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615
15616 \backslash
15617 biguplus
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626 \begin_inset Formula $\biguplus$
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 </row>
15635 </lyxtabular>
15636
15637 \end_inset
15638
15639
15640 \begin_inset space \hfill{}
15641 \end_inset
15642
15643
15644 \end_layout
15645
15646 \begin_layout Standard
15647 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15648 \begin_inset Graphics
15649         filename ../../images/math/intop.png
15650         scale 85
15651
15652 \end_inset
15653
15654  eingefügt werden.
15655 \end_layout
15656
15657 \begin_layout Standard
15658 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15659  Teil gleich aussehenden binären Operatoren.
15660  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15661  beschrieben.
15662 \end_layout
15663
15664 \begin_layout Standard
15665 Für alle Integrale gibt es Befehle, die auf 
15666 \series bold
15667 op
15668 \series default
15669  enden: 
15670 \series bold
15671
15672 \backslash
15673 intop
15674 \series default
15675
15676 \series bold
15677
15678 \backslash
15679 ointop
15680 \series default
15681  usw..
15682  Diese unterscheiden sich von 
15683 \series bold
15684
15685 \backslash
15686 int
15687 \series default
15688  usw.
15689 \begin_inset space \space{}
15690 \end_inset
15691
15692 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15693 \begin_inset CommandInset ref
15694 LatexCommand ref
15695 reference "sub:Operatorgrenzen"
15696
15697 \end_inset
15698
15699 .
15700  
15701 \end_layout
15702
15703 \begin_layout Subsubsection*
15704 Hinweise zu Integralen
15705 \end_layout
15706
15707 \begin_layout Standard
15708 Der Buchstabe 
15709 \emph on
15710 d
15711 \emph default
15712  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15713  muss.
15714  Dazu markiert man das 
15715 \emph on
15716 d
15717 \emph default
15718  und wandelt es mit der Tastenkombination 
15719 \family sans
15720 Alt+Z
15721 \begin_inset space ~
15722 \end_inset
15723
15724 R
15725 \family default
15726
15727 \begin_inset Foot
15728 status collapsed
15729
15730 \begin_layout Plain Layout
15731 Schriftstile siehe 
15732 \begin_inset CommandInset ref
15733 LatexCommand ref
15734 reference "sub:Schriftstile"
15735
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \end_inset
15742
15743  um.
15744  Anschließend fügt man vor dem 
15745 \emph on
15746 d
15747 \emph default
15748 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15749  Dazu ein Beispiel:
15750 \end_layout
15751
15752 \begin_layout Standard
15753 inkorrekt: 
15754 \begin_inset Formula $\int A(x)dx$
15755 \end_inset
15756
15757
15758 \begin_inset Newline newline
15759 \end_inset
15760
15761
15762 \begin_inset Phantom HPhantom
15763 status open
15764
15765 \begin_layout Plain Layout
15766 in
15767 \end_layout
15768
15769 \end_inset
15770
15771 korrekt: 
15772 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \begin_layout Standard
15779 \begin_inset VSpace medskip
15780 \end_inset
15781
15782 Für Mehrfachintegrale gibt es folgende Befehle:
15783 \begin_inset VSpace medskip
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \begin_layout Standard
15790 \begin_inset space \hfill{}
15791 \end_inset
15792
15793
15794 \begin_inset Tabular
15795 <lyxtabular version="3" rows="4" columns="2">
15796 <features tabularvalignment="middle">
15797 <column alignment="center" valignment="top" width="0">
15798 <column alignment="center" valignment="top" width="0">
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 Befehl
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 Ergebnis
15814 \begin_inset Note Note
15815 status collapsed
15816
15817 \begin_layout Plain Layout
15818
15819 \series bold
15820
15821 \backslash
15822 raisebox
15823 \series default
15824  dient nur als Abstandhalter.
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row>
15836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \backslash
15842 iint
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 </row>
15860 <row>
15861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865
15866 \backslash
15867 oiint
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15877 \end_inset
15878
15879
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 </row>
15885 <row>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \backslash
15892 sqiint
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15902 \end_inset
15903
15904
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 </row>
15910 </lyxtabular>
15911
15912 \end_inset
15913
15914
15915 \begin_inset space \hfill{}
15916 \end_inset
15917
15918
15919 \begin_inset Tabular
15920 <lyxtabular version="3" rows="4" columns="2">
15921 <features tabularvalignment="middle">
15922 <column alignment="center" valignment="top" width="0">
15923 <column alignment="center" valignment="top" width="0">
15924 <row>
15925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 Befehl
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 Ergebnis
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 </row>
15944 <row>
15945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949
15950 \backslash
15951 iiint
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \backslash
15976 iiiint
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 </row>
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999
16000 \backslash
16001 dotsint
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 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 </row>
16019 </lyxtabular>
16020
16021 \end_inset
16022
16023
16024 \begin_inset space \hfill{}
16025 \end_inset
16026
16027
16028 \end_layout
16029
16030 \begin_layout Subsection
16031 Operatorgrenzen
16032 \begin_inset CommandInset label
16033 LatexCommand label
16034 name "sub:Operatorgrenzen"
16035
16036 \end_inset
16037
16038
16039 \begin_inset Index idx
16040 status collapsed
16041
16042 \begin_layout Plain Layout
16043 Operatoren ! Grenzen
16044 \end_layout
16045
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \begin_layout Standard
16052 Grenzen werden durch Hoch- bzw.
16053  Tiefstellen erzeugt:
16054 \end_layout
16055
16056 \begin_layout Standard
16057 \align center
16058 \begin_inset Tabular
16059 <lyxtabular version="3" rows="2" columns="2">
16060 <features tabularvalignment="middle">
16061 <column alignment="center" valignment="top" width="0pt">
16062 <column alignment="center" valignment="top" width="0pt">
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 Befehl
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 Ergebnis
16078 \begin_inset Note Note
16079 status collapsed
16080
16081 \begin_layout Plain Layout
16082
16083 \series bold
16084
16085 \backslash
16086 raisebox
16087 \series default
16088  dient nur als Abstandhalter.
16089 \end_layout
16090
16091 \end_inset
16092
16093
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row>
16100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104
16105 \backslash
16106 prod^
16107 \backslash
16108 infty
16109 \begin_inset ERT
16110 status collapsed
16111
16112 \begin_layout Plain Layout
16113
16114
16115 \backslash
16116 leer 
16117 \end_layout
16118
16119 \end_inset
16120
16121
16122 \begin_inset Formula $\to$
16123 \end_inset
16124
16125 _0
16126 \begin_inset Formula $\to$
16127 \end_inset
16128
16129 A(x)
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 </lyxtabular>
16148
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \begin_layout Standard
16155 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16156  Operator gesetzt.
16157  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16158  bzw.
16159  unter den Operator gesetzt.
16160 \end_layout
16161
16162 \begin_layout Standard
16163 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16164  man den Cursor direkt hinter den Operator und setzt über das Menü 
16165 \family sans
16166 Bearbeiten\SpecialChar \menuseparator
16167 Mathe\SpecialChar \menuseparator
16168 Art der Operatorgrenzen ändern
16169 \family default
16170  die Grenzen auf 
16171 \series bold
16172 Eingebettet
16173 \series default
16174  (Tastenkombination 
16175 \family sans
16176 Alt+M
16177 \begin_inset space ~
16178 \end_inset
16179
16180 L
16181 \family default
16182 ).
16183  Dazu folgendes Beispiel:
16184 \end_layout
16185
16186 \begin_layout Standard
16187 Die normalen Grenzen sehen so aus:
16188 \begin_inset Formula \[
16189 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16190
16191 \end_inset
16192
16193 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16194 \begin_inset Formula \[
16195 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16196
16197 \end_inset
16198
16199 Bei Integralen werden mit Ausnahme von denen, die auf 
16200 \series bold
16201 op
16202 \series default
16203  enden (
16204 \series bold
16205
16206 \backslash
16207 intop
16208 \series default
16209
16210 \series bold
16211
16212 \backslash
16213 ointop
16214 \series default
16215  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16216  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16217  gesetzt.
16218  Im folgenden Beispiel wurde die Grenze deswegen auf 
16219 \series bold
16220 Anzeige
16221 \series default
16222  gesetzt und damit unter die Integrale geschrieben:
16223 \begin_inset Formula \begin{equation}
16224 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16225
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \begin_layout Standard
16232 \begin_inset VSpace medskip
16233 \end_inset
16234
16235 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16236 \series bold
16237
16238 \backslash
16239 subarray
16240 \series default
16241
16242 \begin_inset Index idx
16243 status collapsed
16244
16245 \begin_layout Plain Layout
16246 Befehle ! S ! 
16247 \backslash
16248 subarray
16249 \end_layout
16250
16251 \end_inset
16252
16253  und 
16254 \series bold
16255
16256 \backslash
16257 substack
16258 \series default
16259
16260 \begin_inset Index idx
16261 status collapsed
16262
16263 \begin_layout Plain Layout
16264 Befehle ! S ! 
16265 \backslash
16266 substack
16267 \end_layout
16268
16269 \end_inset
16270
16271 .
16272  Um z.
16273 \begin_inset space \thinspace{}
16274 \end_inset
16275
16276 B.
16277  diesen Ausdruck 
16278 \begin_inset Formula \begin{equation}
16279 \sum_{\begin{subarray}{c}
16280 0<k<1000\\
16281 \\
16282 k\,\in\,\mathbb{N}
16283 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16284
16285 \end_inset
16286
16287 zu erstellen, muss man Folgendes tun:
16288 \begin_inset Newline newline
16289 \end_inset
16290
16291 Zuerst gibt man den Befehl 
16292 \series bold
16293
16294 \backslash
16295 sum
16296 \series default
16297 ^
16298 \series bold
16299 n
16300 \begin_inset ERT
16301 status collapsed
16302
16303 \begin_layout Plain Layout
16304
16305
16306 \backslash
16307 leer 
16308 \end_layout
16309
16310 \end_inset
16311
16312 _
16313 \series default
16314  ein.
16315  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16316  In dieses gibt man den Befehl 
16317 \series bold
16318
16319 \backslash
16320 subarray
16321 \begin_inset ERT
16322 status collapsed
16323
16324 \begin_layout Plain Layout
16325
16326
16327 \backslash
16328 leer 
16329 \end_layout
16330
16331 \end_inset
16332
16333
16334 \series default
16335  ein.
16336  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16337  Zeilen untereinander schreiben.
16338  Mit Eingabe des Zeilenumbruchs (
16339 \family sans
16340 Strg+Enter
16341 \family default
16342 ) wird eine neue Zeile erstellt.
16343  Gibt man
16344 \begin_inset Newline newline
16345 \end_inset
16346
16347
16348 \series bold
16349 0<k<1000 Strg+Enter
16350 \begin_inset Newline newline
16351 \end_inset
16352
16353
16354 \series default
16355 ein, erscheint darunter ein Kästchen für die neue Zeile.
16356 \end_layout
16357
16358 \begin_layout Standard
16359 Die Ausrichtung der Zeilen kann mit der 
16360 \family sans
16361 Tabellen-Werkzeugleiste
16362 \family default
16363  oder dem Menü 
16364 \family sans
16365 Bearbeiten\SpecialChar \menuseparator
16366 Zeilen & Spalten
16367 \family default
16368  auf links geändert werden.
16369  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16370 \series bold
16371
16372 \backslash
16373 hfill
16374 \begin_inset ERT
16375 status collapsed
16376
16377 \begin_layout Plain Layout
16378
16379
16380 \backslash
16381 leer 
16382 \end_layout
16383
16384 \end_inset
16385
16386
16387 \series default
16388  eingegeben.
16389 \end_layout
16390
16391 \begin_layout Standard
16392 Der Befehl 
16393 \series bold
16394
16395 \backslash
16396 substack
16397 \series default
16398  ist äquivalent zu 
16399 \series bold
16400
16401 \backslash
16402 subarray
16403 \series default
16404 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16405 \end_layout
16406
16407 \begin_layout Standard
16408 \begin_inset VSpace bigskip
16409 \end_inset
16410
16411 Wie bei Formel 
16412 \begin_inset CommandInset ref
16413 LatexCommand eqref
16414 reference "eq:substack"
16415
16416 \end_inset
16417
16418  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16419  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16420 \end_layout
16421
16422 \begin_layout Standard
16423 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16424 \end_layout
16425
16426 \begin_layout Standard
16427
16428 \series bold
16429
16430 \backslash
16431 def
16432 \backslash
16433 clap#1{
16434 \backslash
16435 hbox to 0pt{
16436 \backslash
16437 hss #1
16438 \backslash
16439 hss}}
16440 \begin_inset Newline newline
16441 \end_inset
16442
16443
16444 \backslash
16445 def
16446 \backslash
16447 mathclap {
16448 \backslash
16449 mathpalette 
16450 \backslash
16451 mathclapinternal}
16452 \begin_inset Newline newline
16453 \end_inset
16454
16455
16456 \backslash
16457 def
16458 \backslash
16459 mathclapinternal #1#2{
16460 \backslash
16461 clap{$
16462 \backslash
16463 mathsurround =0pt #1{#2}$}}
16464 \end_layout
16465
16466 \begin_layout Standard
16467 Dadurch wird der Befehl 
16468 \series bold
16469
16470 \backslash
16471 mathclap
16472 \series default
16473
16474 \begin_inset Index idx
16475 status collapsed
16476
16477 \begin_layout Plain Layout
16478 Befehle ! M ! 
16479 \backslash
16480 mathclap
16481 \end_layout
16482
16483 \end_inset
16484
16485  definiert, der die Breite der Grenze auf 0
16486 \begin_inset space \thinspace{}
16487 \end_inset
16488
16489 pt setzt.
16490  Das Befehlsschema lautet
16491 \end_layout
16492
16493 \begin_layout Standard
16494
16495 \series bold
16496
16497 \backslash
16498 mathclap{Grenze}
16499 \end_layout
16500
16501 \begin_layout Standard
16502 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16503 \end_layout
16504
16505 \begin_layout Standard
16506 Auf Formel 
16507 \begin_inset CommandInset ref
16508 LatexCommand eqref
16509 reference "eq:substack"
16510
16511 \end_inset
16512
16513  angewandt, gibt man also den Befehl
16514 \end_layout
16515
16516 \begin_layout Standard
16517
16518 \series bold
16519
16520 \backslash
16521 sum_
16522 \backslash
16523 mathclap{
16524 \backslash
16525 substack
16526 \begin_inset ERT
16527 status collapsed
16528
16529 \begin_layout Plain Layout
16530
16531
16532 \backslash
16533 leer 
16534 \end_layout
16535
16536 \end_inset
16537
16538 0<k<1000 Strg+Enter
16539 \end_layout
16540
16541 \begin_layout Standard
16542 ein, um die untere Grenze zu erstellen.
16543  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16544 \begin_inset Formula \[
16545 \sum_{\mathclap{\substack{0<k<1000\\
16546 \\
16547 k\,\in\,\mathbb{N}
16548 }
16549 }}^{n}k^{-2}\]
16550
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \begin_layout Standard
16557 \begin_inset VSpace bigskip
16558 \end_inset
16559
16560 In 
16561 \begin_inset CommandInset ref
16562 LatexCommand ref
16563 reference "sub:Selbstdefinierte-Operatoren"
16564
16565 \end_inset
16566
16567  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16568 \end_layout
16569
16570 \begin_layout Subsection
16571 Binäre Operatoren
16572 \begin_inset CommandInset label
16573 LatexCommand label
16574 name "sub:Binäre-Operatoren"
16575
16576 \end_inset
16577
16578
16579 \begin_inset Index idx
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583 Operatoren ! binäre
16584 \end_layout
16585
16586 \end_inset
16587
16588
16589 \end_layout
16590
16591 \begin_layout Standard
16592 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16593  ein Zeichen befindet.
16594 \begin_inset VSpace medskip
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \begin_layout Standard
16601 \begin_inset space \hfill{}
16602 \end_inset
16603
16604
16605 \begin_inset Tabular
16606 <lyxtabular version="3" rows="13" columns="2">
16607 <features tabularvalignment="middle">
16608 <column alignment="center" valignment="top" width="0pt">
16609 <column alignment="center" valignment="top" width="0pt">
16610 <row>
16611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 Befehl
16616 \begin_inset Note Note
16617 status collapsed
16618
16619 \begin_layout Plain Layout
16620
16621 \series bold
16622
16623 \backslash
16624 raisebox
16625 \series default
16626  dient nur als Abstandhalter.
16627 \end_layout
16628
16629 \end_inset
16630
16631
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 Ergebnis
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 </row>
16646 <row>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 +
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 \begin_inset Formula $+$
16661 \end_inset
16662
16663
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 </row>
16669 <row>
16670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 -
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $-$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 <row>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697
16698 \backslash
16699 pm
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 \begin_inset Formula $\pm$
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 </row>
16717 <row>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722
16723 \backslash
16724 mp
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Formula $\mp$
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 <row>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747
16748 \backslash
16749 cdot
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 \begin_inset Formula $\cdot$
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 </row>
16767 <row>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772
16773 \backslash
16774 times
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Formula $\times$
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797
16798 \backslash
16799 div
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 \begin_inset Formula $\div$
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 </row>
16817 <row>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset ERT
16823 status collapsed
16824
16825 \begin_layout Plain Layout
16826
16827
16828 \backslash
16829 raisebox{-1.2mm}{
16830 \end_layout
16831
16832 \end_inset
16833
16834 *
16835 \begin_inset ERT
16836 status collapsed
16837
16838 \begin_layout Plain Layout
16839
16840 }
16841 \end_layout
16842
16843 \end_inset
16844
16845
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 \begin_inset Formula $*$
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \backslash
16870 star
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Formula $\star$
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \backslash
16895 circ
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $\circ$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \backslash
16920 diamond
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $\diamond$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \backslash
16945 bullet
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $\bullet$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 </lyxtabular>
16964
16965 \end_inset
16966
16967
16968 \begin_inset space \hfill{}
16969 \end_inset
16970
16971
16972 \begin_inset Tabular
16973 <lyxtabular version="3" rows="13" columns="2">
16974 <features tabularvalignment="middle">
16975 <column alignment="center" valignment="top" width="0pt">
16976 <column alignment="center" valignment="top" width="0pt">
16977 <row>
16978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 Befehl
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 Ergebnis
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \backslash
17004 nabla
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\nabla$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \backslash
17029 bigtriangledown
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $\bigtriangledown$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \backslash
17054 bigtriangleup
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Formula $\bigtriangleup$
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 <row>
17073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077
17078 \backslash
17079 Box
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $\Box$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 </row>
17097 <row>
17098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \backslash
17104 cap 
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $\cap$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 </row>
17122 <row>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \backslash
17129 cup
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 \begin_inset Formula $\cup$
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 </row>
17147 <row>
17148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152
17153 \backslash
17154 dagger
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 \begin_inset Formula $\dagger$
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 <row>
17173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177
17178 \backslash
17179 ddagger
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 \begin_inset Formula $\ddagger$
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 </row>
17197 <row>
17198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \backslash
17204 wr
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 \begin_inset Formula $\wr$
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 </row>
17222 <row>
17223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \backslash
17229 bigcirc
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 \begin_inset Formula $\bigcirc$
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \backslash
17254 wedge
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 \begin_inset Formula $\wedge$
17264 \end_inset
17265
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row>
17273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \backslash
17279 vee
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $\vee$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 </lyxtabular>
17298
17299 \end_inset
17300
17301
17302 \begin_inset space \hfill{}
17303 \end_inset
17304
17305
17306 \begin_inset Tabular
17307 <lyxtabular version="3" rows="13" columns="2">
17308 <features tabularvalignment="middle">
17309 <column alignment="center" valignment="top" width="0pt">
17310 <column alignment="center" valignment="top" width="0pt">
17311 <row>
17312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 Befehl
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 Ergebnis
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 </row>
17331 <row>
17332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336
17337 \backslash
17338 oplus
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347 \begin_inset Formula $\oplus$
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 </row>
17356 <row>
17357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361
17362 \backslash
17363 ominus
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 \begin_inset Formula $\ominus$
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386
17387 \backslash
17388 otimes
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 \begin_inset Formula $\otimes$
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 <row>
17407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \backslash
17413 oslash
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 \begin_inset Formula $\oslash$
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 </row>
17431 <row>
17432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436
17437 \backslash
17438 odot
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447 \begin_inset Formula $\odot$
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 </row>
17456 <row>
17457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461
17462 \backslash
17463 amalg
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 \begin_inset Formula $\amalg$
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 </row>
17481 <row>
17482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486
17487 \backslash
17488 uplus
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497 \begin_inset Formula $\uplus$
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 </row>
17506 <row>
17507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511
17512 \backslash
17513 setminus
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522 \begin_inset Formula $\setminus$
17523 \end_inset
17524
17525
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 </row>
17531 <row>
17532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536
17537 \backslash
17538 sqcap
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547 \begin_inset Formula $\sqcap$
17548 \end_inset
17549
17550
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 </row>
17556 <row>
17557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561
17562 \backslash
17563 sqcup
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572 \begin_inset Formula $\sqcup$
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586
17587 \backslash
17588 triangleleft
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 \begin_inset Formula $\triangleleft$
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 </row>
17606 <row>
17607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611
17612 \backslash
17613 triangleright
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 \begin_inset Formula $\triangleright$
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \end_inset
17629 </cell>
17630 </row>
17631 </lyxtabular>
17632
17633 \end_inset
17634
17635
17636 \begin_inset space \hfill{}
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \begin_layout Standard
17643 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17644  
17645 \begin_inset Graphics
17646         filename ../../images/math/pm.png
17647         scale 85
17648
17649 \end_inset
17650
17651  eingefügt werden.
17652 \end_layout
17653
17654 \begin_layout Standard
17655 Um den Laplace-Operator darzustellen, kann man statt 
17656 \series bold
17657
17658 \backslash
17659 bigtriangleup
17660 \series default
17661  auch 
17662 \series bold
17663
17664 \backslash
17665 Delta
17666 \series default
17667  verwenden oder man benutzt 
17668 \series bold
17669
17670 \backslash
17671 nabla
17672 \series default
17673 ^
17674 \series bold
17675 2
17676 \series default
17677  (
17678 \begin_inset Formula $\nabla^{2}$
17679 \end_inset
17680
17681 ).
17682 \end_layout
17683
17684 \begin_layout Standard
17685 Das Zeichen 
17686 \family sans
17687 Menütrenner
17688 \family default
17689  im Menü 
17690 \family sans
17691 Einfügen\SpecialChar \menuseparator
17692 Sonderzeichen
17693 \family default
17694  ist der Operator 
17695 \series bold
17696
17697 \backslash
17698 triangleright
17699 \series default
17700 .
17701 \end_layout
17702
17703 \begin_layout Subsection
17704 Selbst definierte Operatoren
17705 \begin_inset CommandInset label
17706 LatexCommand label
17707 name "sub:Selbstdefinierte-Operatoren"
17708
17709 \end_inset
17710
17711
17712 \begin_inset Index idx
17713 status collapsed
17714
17715 \begin_layout Plain Layout
17716 Operatoren ! selbstdefinierte
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \begin_layout Standard
17725 Mit Hilfe des Befehls 
17726 \series bold
17727
17728 \backslash
17729 DeclareMathOperator
17730 \series default
17731
17732 \begin_inset Index idx
17733 status collapsed
17734
17735 \begin_layout Plain Layout
17736 Befehle ! D ! 
17737 \backslash
17738 dbinom@
17739 \backslash
17740 DeclareMathOperator
17741 \end_layout
17742
17743 \end_inset
17744
17745  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17746  Das Befehlsschema dazu lautet:
17747 \end_layout
17748
17749 \begin_layout Standard
17750
17751 \series bold
17752
17753 \backslash
17754 DeclareMathOperator{neuer Befehl}{Anzeige}
17755 \end_layout
17756
17757 \begin_layout Standard
17758 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17759  im Ausdruck aussieht.
17760  Will man einen großen Operator definieren, setzt man hinter den Befehl
17761  ein 
17762 \series bold
17763 *
17764 \series default
17765 .
17766  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17767  wie in 
17768 \begin_inset CommandInset ref
17769 LatexCommand ref
17770 reference "sub:Operatorgrenzen"
17771
17772 \end_inset
17773
17774  beschrieben.
17775 \end_layout
17776
17777 \begin_layout Standard
17778 Beispielsweise definiert die LaTeX-Vorspannzeile
17779 \end_layout
17780
17781 \begin_layout Standard
17782
17783 \series bold
17784
17785 \backslash
17786 DeclareMathOperator*{
17787 \backslash
17788 Raute}{
17789 \backslash
17790 blacklozenge}
17791 \end_layout
17792
17793 \begin_layout Standard
17794 den Befehl 
17795 \series bold
17796
17797 \backslash
17798 Raute
17799 \series default
17800 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17801  aus 
17802 \begin_inset CommandInset ref
17803 LatexCommand ref
17804 reference "sub:Sonstige-Symbole"
17805
17806 \end_inset
17807
17808  besteht:
17809 \begin_inset Formula \[
17810 \Raute_{n=1}^{\infty}\]
17811
17812 \end_inset
17813
17814 Der Befehl für diese Formel lautet: 
17815 \series bold
17816
17817 \backslash
17818 Raute
17819 \series default
17820 ^
17821 \series bold
17822
17823 \backslash
17824 infty
17825 \begin_inset Formula $\to$
17826 \end_inset
17827
17828 _n=1
17829 \end_layout
17830
17831 \begin_layout Standard
17832 \begin_inset VSpace bigskip
17833 \end_inset
17834
17835 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17836  auch mit den Befehlen 
17837 \series bold
17838
17839 \backslash
17840 mathop
17841 \series default
17842
17843 \begin_inset Index idx
17844 status collapsed
17845
17846 \begin_layout Plain Layout
17847 Befehle ! M ! 
17848 \backslash
17849 mathop
17850 \end_layout
17851
17852 \end_inset
17853
17854  und 
17855 \series bold
17856
17857 \backslash
17858 mathbin
17859 \series default
17860
17861 \begin_inset Index idx
17862 status collapsed
17863
17864 \begin_layout Plain Layout
17865 Befehle ! M ! 
17866 \backslash
17867 mathbin
17868 \end_layout
17869
17870 \end_inset
17871
17872  definieren, die folgendes Schema besitzen:
17873 \end_layout
17874
17875 \begin_layout Standard
17876
17877 \series bold
17878
17879 \backslash
17880 mathop{Anzeige}
17881 \series default
17882  bzw.
17883  
17884 \series bold
17885
17886 \backslash
17887 mathbin{Anzeige}
17888 \end_layout
17889
17890 \begin_layout Standard
17891
17892 \series bold
17893
17894 \backslash
17895 mathop
17896 \series default
17897  definiert große, 
17898 \series bold
17899
17900 \backslash
17901 mathbin
17902 \series default
17903  binäre Operatoren.
17904 \end_layout
17905
17906 \begin_layout Standard
17907
17908 \series bold
17909
17910 \backslash
17911 mathop
17912 \series default
17913  lässt sich z.
17914 \begin_inset space \thinspace{}
17915 \end_inset
17916
17917 B.
17918  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17919 \begin_inset Formula \[
17920 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \begin_layout Standard
17928 Der Befehl für obige Formel lautet:
17929 \begin_inset Newline newline
17930 \end_inset
17931
17932  
17933 \series bold
17934
17935 \backslash
17936 mathop{
17937 \backslash
17938 sum
17939 \backslash
17940 negmedspace
17941 \backslash
17942 sum
17943 \series default
17944
17945 \begin_inset ERT
17946 status collapsed
17947
17948 \begin_layout Plain Layout
17949
17950
17951 \backslash
17952 leer 
17953 \end_layout
17954
17955 \end_inset
17956
17957
17958 \series bold
17959
17960 \begin_inset Formula $\to$
17961 \end_inset
17962
17963 ^N
17964 \series default
17965
17966 \begin_inset ERT
17967 status collapsed
17968
17969 \begin_layout Plain Layout
17970
17971
17972 \backslash
17973 leer 
17974 \end_layout
17975
17976 \end_inset
17977
17978
17979 \series bold
17980 _i,j=1
17981 \end_layout
17982
17983 \begin_layout Section
17984 Schriften
17985 \begin_inset Index idx
17986 status collapsed
17987
17988 \begin_layout Plain Layout
17989 Schriften
17990 \end_layout
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \begin_layout Subsection
17998 Schriftstile
17999 \begin_inset CommandInset label
18000 LatexCommand label
18001 name "sub:Schriftstile"
18002
18003 \end_inset
18004
18005
18006 \begin_inset Index idx
18007 status collapsed
18008
18009 \begin_layout Plain Layout
18010 Schriften ! Schriftstile
18011 \end_layout
18012
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \begin_layout Standard
18019 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18020  gesetzt werden:
18021 \begin_inset VSpace -2mm
18022 \end_inset
18023
18024
18025 \end_layout
18026
18027 \begin_layout Standard
18028 \align center
18029 \begin_inset Tabular
18030 <lyxtabular version="3" rows="7" columns="3">
18031 <features tabularvalignment="middle">
18032 <column alignment="center" valignment="top" width="0">
18033 <column alignment="center" valignment="top" width="0">
18034 <column alignment="center" valignment="top" width="0">
18035 <row>
18036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040 Befehl
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 Ergebnis
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058 Tastenkürzel
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 </row>
18064 <row>
18065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069
18070 \backslash
18071 mathbb
18072 \series bold
18073
18074 \begin_inset ERT
18075 status collapsed
18076
18077 \begin_layout Plain Layout
18078
18079
18080 \backslash
18081 leer 
18082 \end_layout
18083
18084 \end_inset
18085
18086
18087 \series default
18088 ABC
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 \begin_inset Formula $\mathbb{ABC}$
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 Alt+Z K
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120
18121 \backslash
18122 mathbf
18123 \series bold
18124
18125 \begin_inset ERT
18126 status collapsed
18127
18128 \begin_layout Plain Layout
18129
18130
18131 \backslash
18132 leer 
18133 \end_layout
18134
18135 \end_inset
18136
18137
18138 \series default
18139 AbC
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 \begin_inset Formula $\mathbf{AbC}$
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 Strg+B
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 </row>
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \backslash
18173 boldsymbol
18174 \series bold
18175
18176 \begin_inset ERT
18177 status collapsed
18178
18179 \begin_layout Plain Layout
18180
18181
18182 \backslash
18183 leer 
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \series default
18190 AbC
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 \begin_inset Formula $\boldsymbol{AbC}$
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 Alt+Z F oder Strg+Alt+B
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 </row>
18217 <row>
18218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222
18223 \backslash
18224 mathcal
18225 \series bold
18226
18227 \begin_inset ERT
18228 status collapsed
18229
18230 \begin_layout Plain Layout
18231
18232
18233 \backslash
18234 leer 
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \series default
18241 ABC
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Formula $\mathcal{ABC}$
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 Alt+Z H
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 <row>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \backslash
18275 mathfrak
18276 \series bold
18277
18278 \begin_inset ERT
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282
18283
18284 \backslash
18285 leer 
18286 \end_layout
18287
18288 \end_inset
18289
18290
18291 \series default
18292 AbC
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Formula $\mathfrak{AbC}$
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313 -
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 </row>
18319 <row>
18320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324
18325 \backslash
18326 mathscr
18327 \series bold
18328
18329 \begin_inset ERT
18330 status collapsed
18331
18332 \begin_layout Plain Layout
18333
18334
18335 \backslash
18336 leer 
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \series default
18343 AbC
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352 \begin_inset Formula $\mathscr{AbC}$
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 -
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 </lyxtabular>
18371
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \begin_layout Standard
18378 \align center
18379 \begin_inset Tabular
18380 <lyxtabular version="3" rows="5" columns="3">
18381 <features tabularvalignment="middle">
18382 <column alignment="center" valignment="top" width="0">
18383 <column alignment="center" valignment="top" width="0">
18384 <column alignment="center" valignment="top" width="0">
18385 <row>
18386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 Befehl
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399 Ergebnis
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 Tastenkürzel
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 </row>
18414 <row>
18415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419
18420 \backslash
18421 mathit
18422 \series bold
18423
18424 \begin_inset ERT
18425 status collapsed
18426
18427 \begin_layout Plain Layout
18428
18429
18430 \backslash
18431 leer 
18432 \end_layout
18433
18434 \end_inset
18435
18436
18437 \series default
18438 AbC
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 \begin_inset Formula $\mathit{AbC}$
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 -
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 <row>
18466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470
18471 \backslash
18472 mathrm
18473 \series bold
18474
18475 \begin_inset ERT
18476 status collapsed
18477
18478 \begin_layout Plain Layout
18479
18480
18481 \backslash
18482 leer 
18483 \end_layout
18484
18485 \end_inset
18486
18487
18488 \series default
18489 AbC
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498 \begin_inset Formula $\mathrm{AbC}$
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510 Alt+Z R
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 </row>
18516 <row>
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521
18522 \backslash
18523 mathsf
18524 \series bold
18525
18526 \begin_inset ERT
18527 status collapsed
18528
18529 \begin_layout Plain Layout
18530
18531
18532 \backslash
18533 leer 
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \series default
18540 AbC
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 \begin_inset Formula $\mathsf{AbC}$
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 Alt+Z S
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 </row>
18567 <row>
18568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572
18573 \backslash
18574 mathtt
18575 \series bold
18576
18577 \begin_inset ERT
18578 status collapsed
18579
18580 \begin_layout Plain Layout
18581
18582
18583 \backslash
18584 leer 
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \series default
18591 AbC
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 \begin_inset Formula $\mathtt{AbC}$
18601 \end_inset
18602
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 Alt+Z C
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 </lyxtabular>
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \begin_layout Standard
18626 \begin_inset Note Greyedout
18627 status open
18628
18629 \begin_layout Plain Layout
18630
18631 \series bold
18632 Achtung:
18633 \series default
18634  Die Stile 
18635 \series bold
18636
18637 \backslash
18638 mathbb
18639 \series default
18640  und 
18641 \series bold
18642
18643 \backslash
18644 mathcal
18645 \series default
18646  können nur für Großbuchstaben verwendet werden.
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Standard
18655 Voreingestellt ist der Stil 
18656 \series bold
18657
18658 \backslash
18659 mathnormal
18660 \series default
18661 .
18662 \end_layout
18663
18664 \begin_layout Standard
18665 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18666 \begin_inset Formula \[
18667 \mathfrak{A=\frac{b}{C}}\]
18668
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \begin_layout Standard
18675 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18676 ile, sondern in dem Textschriftstil 
18677 \series bold
18678
18679 \backslash
18680 textrm
18681 \series default
18682 .
18683  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18684  ein Fehler in LyX.
18685 \begin_inset Foot
18686 status collapsed
18687
18688 \begin_layout Plain Layout
18689 \begin_inset CommandInset href
18690 LatexCommand href
18691 name "LyX-Fehler #4629"
18692 target "http://www.lyx.org/trac/ticket/4629"
18693
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Standard
18705 Anstelle der Stilbefehle kann man auch den Dialog 
18706 \family sans
18707 Bearbeiten\SpecialChar \menuseparator
18708 Mathe\SpecialChar \menuseparator
18709 Text-Stil
18710 \family default
18711  oder den Mathe-Werkzeugleistenknopf 
18712 \begin_inset Graphics
18713         filename ../../images/math/font.png
18714         scale 85
18715
18716 \end_inset
18717
18718  verwenden.
18719 \end_layout
18720
18721 \begin_layout Subsection
18722 Fett gedruckte Formeln
18723 \begin_inset CommandInset label
18724 LatexCommand label
18725 name "sub:Fett-gedruckte-Formeln"
18726
18727 \end_inset
18728
18729
18730 \begin_inset Index idx
18731 status collapsed
18732
18733 \begin_layout Plain Layout
18734 Formel ! fett gedruckte
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \begin_layout Standard
18743 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18744  Kapitel angegebenen Befehl 
18745 \series bold
18746
18747 \backslash
18748 mathbf
18749 \series default
18750  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18751  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18752  Formel gut erkennt:
18753 \end_layout
18754
18755 \begin_layout Standard
18756 \begin_inset Formula \[
18757 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18758
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \begin_layout Standard
18765 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18766 \series bold
18767
18768 \backslash
18769 boldsymbol
18770 \series default
18771 :
18772 \begin_inset Formula \[
18773 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18774
18775 \end_inset
18776
18777 Es gibt auch die Möglichkeit die Formel in eine 
18778 \series bold
18779 boldmath-Umgebung
18780 \series default
18781  zu setzen.
18782  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18783 \series bold
18784
18785 \backslash
18786 boldmath
18787 \series default
18788
18789 \begin_inset Index idx
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793 Befehle ! B ! 
18794 \backslash
18795 boldmath
18796 \end_layout
18797
18798 \end_inset
18799
18800  eingibt.
18801  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18802 \series bold
18803
18804 \backslash
18805 unboldmath
18806 \series default
18807
18808 \begin_inset Index idx
18809 status collapsed
18810
18811 \begin_layout Plain Layout
18812 Befehle ! U ! 
18813 \backslash
18814 unboldmath
18815 \end_layout
18816
18817 \end_inset
18818
18819  ein.
18820 \begin_inset ERT
18821 status collapsed
18822
18823 \begin_layout Plain Layout
18824
18825
18826 \backslash
18827 boldmath 
18828 \end_layout
18829
18830 \end_inset
18831
18832
18833 \begin_inset Formula \[
18834 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18835
18836 \end_inset
18837
18838
18839 \begin_inset ERT
18840 status collapsed
18841
18842 \begin_layout Plain Layout
18843
18844
18845 \backslash
18846 unboldmath 
18847 \end_layout
18848
18849 \end_inset
18850
18851
18852 \end_layout
18853
18854 \begin_layout Subsection
18855 Farbige Formeln
18856 \begin_inset Index idx
18857 status collapsed
18858
18859 \begin_layout Plain Layout
18860 Formel ! farbige
18861 \end_layout
18862
18863 \end_inset
18864
18865
18866 \end_layout
18867
18868 \begin_layout Standard
18869 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18870  oder Formelteile und verwenden dann den 
18871 \family sans
18872 Textstil
18873 \family default
18874  Dialog.
18875  Hier ist eine Formel in Magenta:
18876 \begin_inset Formula \[
18877 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18878
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \begin_layout Standard
18885 Man kann auch eigene Farben definieren, wie in 
18886 \begin_inset CommandInset ref
18887 LatexCommand ref
18888 reference "sub:Farbige-Boxen"
18889
18890 \end_inset
18891
18892  erklärt ist.
18893  Diese können dann mit dem TeX-Code Befehl 
18894 \series bold
18895
18896 \backslash
18897 textcolor
18898 \series default
18899
18900 \begin_inset Index idx
18901 status collapsed
18902
18903 \begin_layout Plain Layout
18904 Befehle! T ! 
18905 \backslash
18906 textcolor
18907 \end_layout
18908
18909 \end_inset
18910
18911  verwendet werden, dass folgendes Schema besitzt:
18912 \end_layout
18913
18914 \begin_layout Standard
18915
18916 \series bold
18917
18918 \backslash
18919 textcolor{Farbe}{Zeichen oder Formel}
18920 \end_layout
18921
18922 \begin_layout Standard
18923 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18924 \end_layout
18925
18926 \begin_layout Standard
18927 \begin_inset ERT
18928 status collapsed
18929
18930 \begin_layout Plain Layout
18931
18932
18933 \backslash
18934 textcolor{dunkelgruen}{
18935 \end_layout
18936
18937 \end_inset
18938
18939
18940 \begin_inset Formula \[
18941 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18942
18943 \end_inset
18944
18945
18946 \begin_inset ERT
18947 status collapsed
18948
18949 \begin_layout Plain Layout
18950
18951 }
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \begin_layout Standard
18960 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18961 n Farben gefärbt werden.
18962 \begin_inset Foot
18963 status collapsed
18964
18965 \begin_layout Plain Layout
18966 \begin_inset CommandInset href
18967 LatexCommand href
18968 name "LyX-bug #5269"
18969 target "http://www.lyx.org/trac/ticket/5269"
18970
18971 \end_inset
18972
18973
18974 \end_layout
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \begin_layout Subsection
18982 Schriftgrößen
18983 \begin_inset CommandInset label
18984 LatexCommand label
18985 name "sub:Schriftgrößen"
18986
18987 \end_inset
18988
18989
18990 \begin_inset Index idx
18991 status collapsed
18992
18993 \begin_layout Plain Layout
18994 Schriften ! Schriftgrößen
18995 \end_layout
18996
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \begin_layout Standard
19003 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19004 le:
19005 \end_layout
19006
19007 \begin_layout Standard
19008
19009 \series bold
19010
19011 \backslash
19012 Huge
19013 \series default
19014
19015 \series bold
19016
19017 \backslash
19018 huge
19019 \series default
19020
19021 \series bold
19022
19023 \backslash
19024 LARGE
19025 \series default
19026
19027 \series bold
19028
19029 \backslash
19030 Large
19031 \series default
19032
19033 \series bold
19034
19035 \backslash
19036 large
19037 \series default
19038
19039 \series bold
19040
19041 \backslash
19042 normalsize
19043 \series default
19044
19045 \series bold
19046
19047 \backslash
19048 small
19049 \series default
19050
19051 \series bold
19052
19053 \backslash
19054 footnotesize
19055 \series default
19056 ,
19057 \begin_inset Newline linebreak
19058 \end_inset
19059
19060
19061 \series bold
19062
19063 \backslash
19064 scriptsize
19065 \series default
19066  und 
19067 \series bold
19068
19069 \backslash
19070 tiny
19071 \end_layout
19072
19073 \begin_layout Standard
19074 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19075  ab, die dem Befehl 
19076 \series bold
19077
19078 \backslash
19079 normalsize
19080 \series default
19081  entspricht.
19082  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19083 \series bold
19084
19085 \backslash
19086 normalsize
19087 \series default
19088 .
19089  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19090  Beträgt z.
19091 \begin_inset space \thinspace{}
19092 \end_inset
19093
19094 B.
19095  die Dokumentschriftgröße 12
19096 \begin_inset space \thinspace{}
19097 \end_inset
19098
19099 pt, produziert der Befehl 
19100 \series bold
19101
19102 \backslash
19103 Huge
19104 \series default
19105  dasselbe wie 
19106 \series bold
19107
19108 \backslash
19109 huge
19110 \series default
19111 .
19112  
19113 \end_layout
19114
19115 \begin_layout Standard
19116 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19117  Größe aller nachfolgenden Formel- und Textzeichen fest.
19118  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19119  TeX-Modus den Befehl 
19120 \series bold
19121
19122 \backslash
19123 normalsize
19124 \series default
19125  ein.
19126 \end_layout
19127
19128 \begin_layout Standard
19129 \begin_inset Newpage newpage
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \begin_layout Standard
19136 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19137  werden:
19138 \end_layout
19139
19140 \begin_layout Standard
19141 \noindent
19142 \align center
19143 \begin_inset Tabular
19144 <lyxtabular version="3" rows="5" columns="2">
19145 <features tabularvalignment="middle">
19146 <column alignment="center" valignment="top" width="0">
19147 <column alignment="center" valignment="top" width="0">
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153 Befehl
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162 Ergebnis
19163 \begin_inset Note Note
19164 status collapsed
19165
19166 \begin_layout Plain Layout
19167
19168 \series bold
19169
19170 \backslash
19171 raisebox
19172 \series default
19173  dient nur als Abstandhalter.
19174 \end_layout
19175
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row>
19185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \backslash
19191 displaystyle
19192 \begin_inset Index idx
19193 status collapsed
19194
19195 \begin_layout Plain Layout
19196 Befehle ! D ! 
19197 \backslash
19198 displaystyle
19199 \end_layout
19200
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19213 \end_inset
19214
19215
19216 \end_layout
19217
19218 \end_inset
19219 </cell>
19220 </row>
19221 <row>
19222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226
19227 \backslash
19228 textstyle
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19238 \end_inset
19239
19240
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 </row>
19246 <row>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \backslash
19253 scriptstyle
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 </row>
19271 <row>
19272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276
19277 \backslash
19278 scriptscriptstyle
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 </row>
19296 </lyxtabular>
19297
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \begin_layout Standard
19304 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19305  in das die Formelteile eingegeben werden.
19306 \end_layout
19307
19308 \begin_layout Standard
19309 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19310  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19311  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19312  eingegeben.
19313  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19314  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19315  Dazu zwei Beispiele:
19316 \begin_inset VSpace -2mm
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \begin_layout Standard
19323 \begin_inset ERT
19324 status collapsed
19325
19326 \begin_layout Plain Layout
19327
19328
19329 \backslash
19330 huge 
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \begin_inset Formula \[
19337 A=\frac{B}{c}\cdot\maltese\]
19338
19339 \end_inset
19340
19341
19342 \begin_inset Formula \[
19343 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19344
19345 \end_inset
19346
19347
19348 \begin_inset ERT
19349 status collapsed
19350
19351 \begin_layout Plain Layout
19352
19353
19354 \backslash
19355 normalsize 
19356 \end_layout
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \begin_layout Standard
19364 \begin_inset VSpace medskip
19365 \end_inset
19366
19367 Vor beiden Formeln wurde der Befehl 
19368 \series bold
19369
19370 \backslash
19371 huge
19372 \series default
19373  eingegeben.
19374  Der Befehl für die zweite Formel lautet:
19375 \begin_inset Newline newline
19376 \end_inset
19377
19378
19379 \series bold
19380
19381 \backslash
19382 maltese
19383 \begin_inset ERT
19384 status collapsed
19385
19386 \begin_layout Plain Layout
19387
19388
19389 \backslash
19390 leer 
19391 \end_layout
19392
19393 \end_inset
19394
19395 A M-m m 
19396 \backslash
19397 Large
19398 \begin_inset ERT
19399 status collapsed
19400
19401 \begin_layout Plain Layout
19402
19403
19404 \backslash
19405 leer 
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \backslash
19412 maltese
19413 \begin_inset ERT
19414 status collapsed
19415
19416 \begin_layout Plain Layout
19417
19418
19419 \backslash
19420 leer 
19421 \end_layout
19422
19423 \end_inset
19424
19425
19426 \backslash
19427 textit
19428 \begin_inset ERT
19429 status collapsed
19430
19431 \begin_layout Plain Layout
19432
19433
19434 \backslash
19435 leer 
19436 \end_layout
19437
19438 \end_inset
19439
19440 A
19441 \begin_inset Formula $\to$
19442 \end_inset
19443
19444
19445 \begin_inset Formula $\to$
19446 \end_inset
19447
19448
19449 \begin_inset Newline newline
19450 \end_inset
19451
19452
19453 \begin_inset space \hspace*{}
19454 \length 1cm
19455 \end_inset
19456
19457 M-m
19458 \series default
19459  
19460 \series bold
19461
19462 \backslash
19463 tiny
19464 \begin_inset ERT
19465 status collapsed
19466
19467 \begin_layout Plain Layout
19468
19469
19470 \backslash
19471 leer 
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \backslash
19478 maltese
19479 \begin_inset ERT
19480 status collapsed
19481
19482 \begin_layout Plain Layout
19483
19484
19485 \backslash
19486 leer 
19487 \end_layout
19488
19489 \end_inset
19490
19491
19492 \backslash
19493 textit
19494 \begin_inset ERT
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498
19499
19500 \backslash
19501 leer 
19502 \end_layout
19503
19504 \end_inset
19505
19506 A
19507 \end_layout
19508
19509 \begin_layout Standard
19510 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19511  immer in der Standardgröße dargestellt.
19512 \end_layout
19513
19514 \begin_layout Standard
19515 \begin_inset Newpage newpage
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \begin_layout Section
19522 Griechische Buchstaben
19523 \begin_inset Index idx
19524 status collapsed
19525
19526 \begin_layout Plain Layout
19527 griechische Buchstaben
19528 \end_layout
19529
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \begin_layout Standard
19536 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19537  
19538 \begin_inset Graphics
19539         filename ../../images/math/alpha.png
19540         scale 85
19541
19542 \end_inset
19543
19544  eingefügt werden.
19545 \end_layout
19546
19547 \begin_layout Subsection
19548 Kleine Buchstaben
19549 \begin_inset Index idx
19550 status collapsed
19551
19552 \begin_layout Plain Layout
19553 griechische Buchstaben ! kleine
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Standard
19562 \begin_inset space \hfill{}
19563 \end_inset
19564
19565
19566 \begin_inset Tabular
19567 <lyxtabular version="3" rows="11" columns="2">
19568 <features tabularvalignment="middle">
19569 <column alignment="center" valignment="top" width="0pt">
19570 <column alignment="center" valignment="top" width="0pt">
19571 <row>
19572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 Befehl
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 Ergebnis
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 </row>
19591 <row>
19592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \backslash
19598 alpha
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607 \begin_inset Formula $\alpha$
19608 \end_inset
19609
19610
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 </row>
19616 <row>
19617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621
19622 \backslash
19623 beta
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 \begin_inset Formula $\beta$
19633 \end_inset
19634
19635
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 </row>
19641 <row>
19642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646
19647 \backslash
19648 gamma
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657 \begin_inset Formula $\gamma$
19658 \end_inset
19659
19660
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 </row>
19666 <row>
19667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671
19672 \backslash
19673 delta
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682 \begin_inset Formula $\delta$
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 </row>
19691 <row>
19692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696
19697 \backslash
19698 epsilon
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707 \begin_inset Formula $\epsilon$
19708 \end_inset
19709
19710
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 </row>
19716 <row>
19717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721
19722 \backslash
19723 varepsilon
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732 \begin_inset Formula $\varepsilon$
19733 \end_inset
19734
19735
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 </row>
19741 <row>
19742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746
19747 \backslash
19748 zeta
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757 \begin_inset Formula $\zeta$
19758 \end_inset
19759
19760
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 </row>
19766 <row>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771
19772 \backslash
19773 eta
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782 \begin_inset Formula $\eta$
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 </row>
19791 <row>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796
19797 \backslash
19798 theta
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 \begin_inset Formula $\theta$
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 </row>
19816 <row>
19817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821
19822 \backslash
19823 vartheta
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 \begin_inset Formula $\vartheta$
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 </lyxtabular>
19842
19843 \end_inset
19844
19845
19846 \begin_inset space \hfill{}
19847 \end_inset
19848
19849
19850 \begin_inset Tabular
19851 <lyxtabular version="3" rows="12" columns="2">
19852 <features tabularvalignment="middle">
19853 <column alignment="center" valignment="top" width="0pt">
19854 <column alignment="center" valignment="top" width="0pt">
19855 <row>
19856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 Befehl
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 Ergebnis
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 <row>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \backslash
19882 iota
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Formula $\iota$
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 <row>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \backslash
19907 kappa
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916 \begin_inset Formula $\kappa$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 <row>
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930
19931 \backslash
19932 varkappa
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 \begin_inset Formula $\varkappa$
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 <row>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955
19956 \backslash
19957 lambda
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset Formula $\lambda$
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 </row>
19975 <row>
19976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980
19981 \backslash
19982 mu
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset Formula $\mu$
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 </row>
20000 <row>
20001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \backslash
20007 nu
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 \begin_inset Formula $\nu$
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 </row>
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030
20031 \backslash
20032 xi
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Formula $\xi$
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 o
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset Formula $o$
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 </row>
20073 <row>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078
20079 \backslash
20080 pi
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 \begin_inset Formula $\pi$
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \backslash
20105 varpi
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 \begin_inset Formula $\varpi$
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 </row>
20123 <row>
20124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128
20129 \backslash
20130 rho
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 \begin_inset Formula $\rho$
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 </row>
20148 </lyxtabular>
20149
20150 \end_inset
20151
20152
20153 \begin_inset space \hfill{}
20154 \end_inset
20155
20156
20157 \begin_inset Tabular
20158 <lyxtabular version="3" rows="11" columns="2">
20159 <features tabularvalignment="middle">
20160 <column alignment="center" valignment="top" width="0pt">
20161 <column alignment="center" valignment="top" width="0pt">
20162 <row>
20163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167 Befehl
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 Ergebnis
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 <row>
20183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \backslash
20189 varrho
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Formula $\varrho$
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 <row>
20208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212
20213 \backslash
20214 sigma
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223 \begin_inset Formula $\sigma$
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row>
20233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \backslash
20239 varsigma
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Formula $\varsigma$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \backslash
20264 tau
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Formula $\tau$
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 <row>
20283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287
20288 \backslash
20289 upsilon
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298 \begin_inset Formula $\upsilon$
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 </row>
20307 <row>
20308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312
20313 \backslash
20314 phi
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Formula $\phi$
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 </row>
20332 <row>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \backslash
20339 varphi
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 \begin_inset Formula $\varphi$
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 </row>
20357 <row>
20358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \backslash
20364 chi
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 \begin_inset Formula $\chi$
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 </row>
20382 <row>
20383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387
20388 \backslash
20389 psi
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 \begin_inset Formula $\psi$
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 </row>
20407 <row>
20408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412
20413 \backslash
20414 omega
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 \begin_inset Formula $\omega$
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 </lyxtabular>
20433
20434 \end_inset
20435
20436
20437 \begin_inset space \hfill{}
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Standard
20444 \begin_inset VSpace medskip
20445 \end_inset
20446
20447 Wie man aufrechte griechische Buchstaben erstellt, ist in 
20448 \begin_inset CommandInset ref
20449 LatexCommand ref
20450 reference "sub:Aufrechte-kleine-griechische"
20451
20452 \end_inset
20453
20454  beschrieben.
20455 \end_layout
20456
20457 \begin_layout Subsection
20458 Große Buchstaben
20459 \begin_inset Index idx
20460 status collapsed
20461
20462 \begin_layout Plain Layout
20463 griechische Buchstaben ! große
20464 \end_layout
20465
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \begin_layout Standard
20472 \begin_inset space \hfill{}
20473 \end_inset
20474
20475
20476 \begin_inset Tabular
20477 <lyxtabular version="3" rows="7" columns="2">
20478 <features tabularvalignment="middle">
20479 <column alignment="center" valignment="top" width="0pt">
20480 <column alignment="center" valignment="top" width="0pt">
20481 <row>
20482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486 Befehl
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 Ergebnis
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 </row>
20501 <row>
20502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506
20507 \backslash
20508 Gamma
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517 \begin_inset Formula $\Gamma$
20518 \end_inset
20519
20520
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 </row>
20526 <row>
20527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531
20532 \backslash
20533 Delta
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542 \begin_inset Formula $\Delta$
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 </row>
20551 <row>
20552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556
20557 \backslash
20558 Theta
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567 \begin_inset Formula $\Theta$
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 </row>
20576 <row>
20577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581
20582 \backslash
20583 Lambda
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592 \begin_inset Formula $\Lambda$
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 </row>
20601 <row>
20602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606
20607 \backslash
20608 Xi
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20614 \begin_inset Text
20615
20616 \begin_layout Plain Layout
20617 \begin_inset Formula $\Xi$
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 </row>
20626 <row>
20627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631
20632 \backslash
20633 Pi
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 \begin_inset Formula $\Pi$
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 </row>
20651 </lyxtabular>
20652
20653 \end_inset
20654
20655
20656 \begin_inset space \hfill{}
20657 \end_inset
20658
20659
20660 \begin_inset Tabular
20661 <lyxtabular version="3" rows="6" columns="2">
20662 <features tabularvalignment="middle">
20663 <column alignment="center" valignment="top" width="0pt">
20664 <column alignment="center" valignment="top" width="0pt">
20665 <row>
20666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670 Befehl
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 Ergebnis
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \backslash
20692 Sigma
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Formula $\Sigma$
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 <row>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \backslash
20717 Upsilon
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 \begin_inset Formula $\Upsilon$
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 Phi
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\Phi$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 Psi
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset Formula $\Psi$
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 </row>
20785 <row>
20786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790
20791 \backslash
20792 Omega
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Formula $\Omega$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 </lyxtabular>
20811
20812 \end_inset
20813
20814
20815 \begin_inset space \hfill{}
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Standard
20822 \begin_inset VSpace medskip
20823 \end_inset
20824
20825 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20826  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20827  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20828  mit 
20829 \series bold
20830 var
20831 \series default
20832 .
20833  So ergibt z.
20834 \begin_inset space \thinspace{}
20835 \end_inset
20836
20837 B.
20838  der Befehl 
20839 \series bold
20840
20841 \backslash
20842 varGamma
20843 \series default
20844
20845 \begin_inset Formula $\varGamma$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \begin_layout Subsection
20852 Fett gedruckte Buchstaben
20853 \begin_inset Index idx
20854 status collapsed
20855
20856 \begin_layout Plain Layout
20857 griechische Buchstaben ! fett gedruckte
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20867  Schriftstilen darstellen.
20868  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20869 \series bold
20870
20871 \backslash
20872 boldsymbol
20873 \series default
20874
20875 \begin_inset Index idx
20876 status collapsed
20877
20878 \begin_layout Plain Layout
20879 Befehle ! B ! 
20880 \backslash
20881 boldsymbol
20882 \end_layout
20883
20884 \end_inset
20885
20886  fett gedruckt auszugeben.
20887 \end_layout
20888
20889 \begin_layout Standard
20890 \align center
20891 \begin_inset Tabular
20892 <lyxtabular version="3" rows="3" columns="2">
20893 <features tabularvalignment="middle">
20894 <column alignment="center" valignment="top" width="0">
20895 <column alignment="center" valignment="top" width="0">
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 Befehl
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910 Ergebnis
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 </row>
20916 <row>
20917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921
20922 \backslash
20923 Upsilon
20924 \backslash
20925 boldsymbol
20926 \backslash
20927 Upsilon
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 </row>
20945 <row>
20946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950
20951 \backslash
20952 theta
20953 \backslash
20954 boldsymbol
20955 \backslash
20956 theta
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 \begin_inset Formula $\theta\boldsymbol{\theta}$
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 </row>
20974 </lyxtabular>
20975
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \begin_layout Section
20982 Symbole
20983 \begin_inset ERT
20984 status collapsed
20985
20986 \begin_layout Plain Layout
20987
20988
20989 \backslash
20990 texorpdfstring{
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \begin_inset Foot
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21001  
21002 \begin_inset CommandInset citation
21003 LatexCommand cite
21004 key "Symbole"
21005
21006 \end_inset
21007
21008 .
21009 \end_layout
21010
21011 \end_inset
21012
21013
21014 \begin_inset ERT
21015 status collapsed
21016
21017 \begin_layout Plain Layout
21018
21019 }{}
21020 \end_layout
21021
21022 \end_inset
21023
21024
21025 \begin_inset Note Note
21026 status collapsed
21027
21028 \begin_layout Plain Layout
21029
21030 \series bold
21031
21032 \backslash
21033 texorpdfstring
21034 \series default
21035  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21036 \end_layout
21037
21038 \begin_layout Plain Layout
21039 Näheres zu 
21040 \series bold
21041
21042 \backslash
21043 texorpdfstring
21044 \series default
21045  steht in Kapitel 
21046 \begin_inset CommandInset ref
21047 LatexCommand ref
21048 reference "sub:Formeln-in-Überschriften"
21049
21050 \end_inset
21051
21052 .
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \begin_inset Index idx
21059 status collapsed
21060
21061 \begin_layout Plain Layout
21062 Symbole
21063 \end_layout
21064
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \begin_layout Standard
21071 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21072
21073 leistenknöpfe 
21074 \begin_inset Graphics
21075         filename ../../images/math/nabla.png
21076         scale 85
21077
21078 \end_inset
21079
21080  und 
21081 \begin_inset Graphics
21082         filename ../../images/math/digamma.png
21083         scale 85
21084
21085 \end_inset
21086
21087  eingefügt werden.
21088 \end_layout
21089
21090 \begin_layout Subsection
21091 Mathematische Symbole
21092 \begin_inset CommandInset label
21093 LatexCommand label
21094 name "sub:Mathematische-Symbole"
21095
21096 \end_inset
21097
21098
21099 \begin_inset Index idx
21100 status collapsed
21101
21102 \begin_layout Plain Layout
21103 Symbole ! mathematische
21104 \end_layout
21105
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \begin_layout Standard
21112 \begin_inset space \hfill{}
21113 \end_inset
21114
21115
21116 \begin_inset Tabular
21117 <lyxtabular version="3" rows="10" columns="2">
21118 <features tabularvalignment="middle">
21119 <column alignment="center" valignment="top" width="0pt">
21120 <column alignment="center" valignment="top" width="0pt">
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 Befehl
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 Ergebnis
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 </row>
21141 <row>
21142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146
21147 \backslash
21148 neg
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 \begin_inset Formula $\neg$
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 </row>
21166 <row>
21167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171
21172 \backslash
21173 Im
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 \begin_inset Formula $\Im$
21183 \end_inset
21184
21185
21186 \end_layout
21187
21188 \end_inset
21189 </cell>
21190 </row>
21191 <row>
21192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196
21197 \backslash
21198 Re
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207 \begin_inset Formula $\Re$
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 </row>
21216 <row>
21217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221
21222 \backslash
21223 aleph
21224 \end_layout
21225
21226 \end_inset
21227 </cell>
21228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232 \begin_inset Formula $\aleph$
21233 \end_inset
21234
21235
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 </row>
21241 <row>
21242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246
21247 \backslash
21248 partial
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257 \begin_inset Formula $\partial$
21258 \end_inset
21259
21260
21261 \end_layout
21262
21263 \end_inset
21264 </cell>
21265 </row>
21266 <row>
21267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271
21272 \backslash
21273 infty
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282 \begin_inset Formula $\infty$
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \end_inset
21289 </cell>
21290 </row>
21291 <row>
21292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296
21297 \backslash
21298 wp
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307 \begin_inset Formula $\wp$
21308 \end_inset
21309
21310
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 </row>
21316 <row>
21317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321
21322 \backslash
21323 imath
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $\imath$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346
21347 \backslash
21348 jmath
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\jmath$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 </lyxtabular>
21367
21368 \end_inset
21369
21370
21371 \begin_inset space \hfill{}
21372 \end_inset
21373
21374
21375 \begin_inset Tabular
21376 <lyxtabular version="3" rows="10" columns="2">
21377 <features tabularvalignment="middle">
21378 <column alignment="center" valignment="top" width="0pt">
21379 <column alignment="center" valignment="top" width="0pt">
21380 <row>
21381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 Befehl
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 Ergebnis
21395 \begin_inset Note Note
21396 status collapsed
21397
21398 \begin_layout Plain Layout
21399
21400 \series bold
21401
21402 \backslash
21403 raisebox
21404 \series default
21405  dient nur als Abstandhalter.
21406 \end_layout
21407
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 forall
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\forall$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 exists
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\exists$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 nexists
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\nexists$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 emptyset
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\emptyset$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 varnothing
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\varnothing$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 <row>
21542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546
21547 \backslash
21548 dag
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 \begin_inset Formula $\dag$
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571
21572 \backslash
21573 ddag
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $\ddag$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 <row>
21592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596
21597 \backslash
21598 complement
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset ERT
21608 status collapsed
21609
21610 \begin_layout Plain Layout
21611
21612
21613 \backslash
21614 raisebox{-0.8mm}{
21615 \end_layout
21616
21617 \end_inset
21618
21619
21620 \begin_inset Formula $\complement$
21621 \end_inset
21622
21623
21624 \begin_inset ERT
21625 status collapsed
21626
21627 \begin_layout Plain Layout
21628
21629 }
21630 \end_layout
21631
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 </row>
21640 <row>
21641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645
21646 \backslash
21647 Bbbk
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 \begin_inset Formula $\Bbbk$
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 </lyxtabular>
21666
21667 \end_inset
21668
21669
21670 \begin_inset space \hfill{}
21671 \end_inset
21672
21673
21674 \begin_inset Tabular
21675 <lyxtabular version="3" rows="10" columns="2">
21676 <features tabularvalignment="middle">
21677 <column alignment="center" valignment="top" width="0pt">
21678 <column alignment="center" valignment="top" width="0pt">
21679 <row>
21680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 Befehl
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 Ergebnis
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 <row>
21700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704
21705 \backslash
21706 prime
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 \begin_inset Formula $\prime$
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729
21730 \backslash
21731 backprime
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 \begin_inset Formula $\backprime$
21741 \end_inset
21742
21743
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 </row>
21749 <row>
21750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754
21755 \backslash
21756 mho
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 \begin_inset Formula $\mho$
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 </row>
21774 <row>
21775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779
21780 \backslash
21781 triangle
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 \begin_inset Formula $\triangle$
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 </row>
21799 <row>
21800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \backslash
21806 angle
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 \begin_inset Formula $\angle$
21816 \end_inset
21817
21818
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 <row>
21825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829
21830 \backslash
21831 measuredangle
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840 \begin_inset Formula $\measuredangle$
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 </row>
21849 <row>
21850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854
21855 \backslash
21856 sphericalangle
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 \begin_inset Formula $\sphericalangle$
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 </row>
21874 <row>
21875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21876 \begin_inset Text
21877
21878 \begin_layout Plain Layout
21879
21880 \backslash
21881 top
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890 \begin_inset Formula $\top$
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 </row>
21899 <row>
21900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904
21905 \backslash
21906 bot
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 \begin_inset Formula $\bot$
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 </row>
21924 </lyxtabular>
21925
21926 \end_inset
21927
21928
21929 \begin_inset space \hfill{}
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \begin_layout Subsection
21936 Sonstige Symbole
21937 \begin_inset CommandInset label
21938 LatexCommand label
21939 name "sub:Sonstige-Symbole"
21940
21941 \end_inset
21942
21943
21944 \begin_inset Index idx
21945 status collapsed
21946
21947 \begin_layout Plain Layout
21948 Symbole ! sonstige
21949 \end_layout
21950
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \begin_layout Standard
21957 \noindent
21958 \align center
21959 \begin_inset Tabular
21960 <lyxtabular version="3" rows="10" columns="2">
21961 <features tabularvalignment="middle">
21962 <column alignment="center" valignment="top" width="0pt">
21963 <column alignment="center" valignment="top" width="0pt">
21964 <row>
21965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 Befehl
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978 Ergebnis
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 </row>
21984 <row>
21985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989
21990 \backslash
21991 flat
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 \begin_inset Formula $\flat$
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \backslash
22016 natural
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 \begin_inset Formula $\natural$
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 </row>
22034 <row>
22035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039
22040 \backslash
22041 sharp
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Formula $\sharp$
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 </row>
22059 <row>
22060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \backslash
22066 surd
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 \begin_inset Formula $\surd$
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 <row>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \backslash
22091 checkmark
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 \begin_inset Formula $\checkmark$
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 </row>
22109 <row>
22110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114
22115 \backslash
22116 yen
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 \begin_inset Formula $\yen$
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 </row>
22134 <row>
22135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139
22140 \backslash
22141 pounds
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150 \begin_inset Formula $\pounds$
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 </row>
22159 <row>
22160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 $
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\$$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 §
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Formula $§$
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 </row>
22205 </lyxtabular>
22206
22207 \end_inset
22208
22209
22210 \begin_inset Tabular
22211 <lyxtabular version="3" rows="10" columns="2">
22212 <features tabularvalignment="middle">
22213 <column alignment="center" valignment="top" width="0">
22214 <column alignment="center" valignment="top" width="0">
22215 <row>
22216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 Befehl
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 Ergebnis
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 <row>
22236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240
22241 \backslash
22242 hbar
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 \begin_inset Formula $\hbar$
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 <row>
22261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265
22266 \backslash
22267 hslash
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula $\hslash$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 </row>
22285 <row>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \backslash
22292 clubsuit
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Formula $\clubsuit$
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \backslash
22317 spadesuit
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $\spadesuit$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 <row>
22336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \backslash
22342 bigstar
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 \begin_inset Formula $\bigstar$
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 <row>
22361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365
22366 \backslash
22367 blacklozenge
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Formula $\blacklozenge$
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 <row>
22386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390
22391 \backslash
22392 blacktriangle
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset Formula $\blacktriangle$
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 <row>
22411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415
22416 \backslash
22417 blacktiangledown
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 \begin_inset Formula $\blacktriangledown$
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 </row>
22435 <row>
22436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440
22441 \backslash
22442 bullet
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22448 \begin_inset Text
22449
22450 \begin_layout Plain Layout
22451 \begin_inset Formula $\bullet$
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 </lyxtabular>
22461
22462 \end_inset
22463
22464
22465 \begin_inset Tabular
22466 <lyxtabular version="3" rows="10" columns="2">
22467 <features tabularvalignment="middle">
22468 <column alignment="center" valignment="top" width="0pt">
22469 <column alignment="center" valignment="top" width="0pt">
22470 <row>
22471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 Befehl
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 Ergebnis
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 </row>
22490 <row>
22491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495
22496 \backslash
22497 diamondsuit
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Formula $\diamondsuit$
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 <row>
22516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \backslash
22522 Diamond
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 \begin_inset Formula $\Diamond$
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 </row>
22540 <row>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \backslash
22547 heartsuit
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Formula $\heartsuit$
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 <row>
22566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570
22571 \backslash
22572 P
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 \begin_inset Formula $\P$
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row>
22591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595
22596 \backslash
22597 copyright
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 \begin_inset Formula $\copyright$
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 <row>
22616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620
22621 \backslash
22622 circledR
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Formula $\circledR$
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 <row>
22641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645
22646 \backslash
22647 maltese
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $\maltese$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 </row>
22665 <row>
22666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \backslash
22672 diagup
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Formula $\diagup$
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 <row>
22691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \backslash
22697 diagdown
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 \begin_inset Formula $\diagdown$
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 </lyxtabular>
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \begin_layout Standard
22723 \begin_inset VSpace medskip
22724 \end_inset
22725
22726 Weitere Symbole sind in 
22727 \begin_inset CommandInset ref
22728 LatexCommand ref
22729 reference "sub:Sonstige-Sonderzeichen"
22730
22731 \end_inset
22732
22733  aufgelistet.
22734 \end_layout
22735
22736 \begin_layout Standard
22737 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22738  
22739 \begin_inset CommandInset ref
22740 LatexCommand ref
22741 reference "sub:Schriftgrößen"
22742
22743 \end_inset
22744
22745 .
22746 \end_layout
22747
22748 \begin_layout Subsection
22749 Das Euro-Symbol €
22750 \begin_inset Index idx
22751 status collapsed
22752
22753 \begin_layout Plain Layout
22754 Symbole ! Euro-Symbol
22755 \end_layout
22756
22757 \end_inset
22758
22759
22760 \begin_inset Index idx
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764
22765 \backslash
22766 @
22767 \begin_inset ERT
22768 status collapsed
22769
22770 \begin_layout Plain Layout
22771
22772
22773 \backslash
22774 officialeuro
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \begin_layout Standard
22788 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22789
22790 \series bold
22791 eurosym
22792 \series default
22793
22794 \begin_inset Index idx
22795 status collapsed
22796
22797 \begin_layout Plain Layout
22798 Pakete ! eurosym
22799 \end_layout
22800
22801 \end_inset
22802
22803  installieren und dieses mit der LaTeX-Vorspannzeile
22804 \end_layout
22805
22806 \begin_layout Standard
22807
22808 \series bold
22809
22810 \backslash
22811 usepackage[gennarrow]{eurosym}
22812 \end_layout
22813
22814 \begin_layout Standard
22815 aktivieren.
22816  Das Euro-Symbol kann man nun mit dem Befehl 
22817 \series bold
22818
22819 \backslash
22820 euro
22821 \series default
22822
22823 \begin_inset Index idx
22824 status collapsed
22825
22826 \begin_layout Plain Layout
22827 Befehle ! E ! 
22828 \backslash
22829 euro
22830 \end_layout
22831
22832 \end_inset
22833
22834  aufrufen.
22835 \end_layout
22836
22837 \begin_layout Standard
22838 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22839  eingeben, ohne 
22840 \series bold
22841 eurosym
22842 \series default
22843  installiert zu haben.
22844  Ist 
22845 \series bold
22846 eurosym
22847 \series default
22848  installiert, kann man 
22849 \series bold
22850
22851 \backslash
22852 euro
22853 \series default
22854  auch im TeX-Modus eingeben.
22855  Das offizielle Währungssymbol erhält man dann über den Befehl 
22856 \series bold
22857
22858 \backslash
22859 officialeuro
22860 \series default
22861
22862 \begin_inset Index idx
22863 status collapsed
22864
22865 \begin_layout Plain Layout
22866 Befehle ! O ! 
22867 \backslash
22868 officialeuro
22869 \end_layout
22870
22871 \end_inset
22872
22873 , der nur im TeX-Modus verfügbar ist.
22874 \end_layout
22875
22876 \begin_layout Standard
22877 \begin_inset ERT
22878 status collapsed
22879
22880 \begin_layout Plain Layout
22881
22882
22883 \backslash
22884 ifeurosym 
22885 \end_layout
22886
22887 \end_inset
22888
22889
22890 \begin_inset Note Note
22891 status open
22892
22893 \begin_layout Plain Layout
22894 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22895 \series bold
22896 eurosym
22897 \series default
22898  installiert ist:
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \begin_layout Standard
22907 Eine Übersicht der verschiedenen Euro-Symbole:
22908 \end_layout
22909
22910 \begin_layout Standard
22911 \align center
22912 \begin_inset Tabular
22913 <lyxtabular version="3" rows="4" columns="3">
22914 <features tabularvalignment="middle">
22915 <column alignment="center" valignment="top" width="0pt">
22916 <column alignment="center" valignment="top" width="0pt">
22917 <column alignment="center" valignment="top" width="0pt">
22918 <row>
22919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 Befehl 
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941 Ergebnis
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 </row>
22947 <row>
22948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 Formel
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961
22962 \backslash
22963 euro
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 \begin_inset Formula $\euro$
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 </row>
22981 <row>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 mathematischer Text
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004 \begin_inset Formula $\mbox{€}$
23005 \end_inset
23006
23007
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 </row>
23013 <row>
23014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 TeX-Modus
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027
23028 \backslash
23029 officialeuro
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038 \begin_inset ERT
23039 status collapsed
23040
23041 \begin_layout Plain Layout
23042
23043
23044 \backslash
23045 officialeuro
23046 \end_layout
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 </lyxtabular>
23057
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \begin_layout Standard
23064 \begin_inset ERT
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068
23069
23070 \backslash
23071 else 
23072 \end_layout
23073
23074 \end_inset
23075
23076
23077 \begin_inset Note Note
23078 status open
23079
23080 \begin_layout Plain Layout
23081 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23082 \series bold
23083 eurosym
23084 \series default
23085  nicht installiert ist:
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \begin_layout Standard
23094 Das LaTeX-Paket 
23095 \series bold
23096 eurosym 
23097 \series default
23098 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23099 \end_layout
23100
23101 \begin_layout Standard
23102 \begin_inset ERT
23103 status collapsed
23104
23105 \begin_layout Plain Layout
23106
23107
23108 \backslash
23109 fi 
23110 \end_layout
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \begin_layout Section
23118 Relationen
23119 \begin_inset CommandInset label
23120 LatexCommand label
23121 name "sec:Relationen"
23122
23123 \end_inset
23124
23125
23126 \begin_inset Index idx
23127 status collapsed
23128
23129 \begin_layout Plain Layout
23130 Relationen
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \begin_inset Index idx
23137 status collapsed
23138
23139 \begin_layout Plain Layout
23140 Vergleiche|see
23141 \begin_inset ERT
23142 status collapsed
23143
23144 \begin_layout Plain Layout
23145
23146 {
23147 \end_layout
23148
23149 \end_inset
23150
23151 Relationen
23152 \begin_inset ERT
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156
23157 }
23158 \end_layout
23159
23160 \end_inset
23161
23162
23163 \end_layout
23164
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \begin_layout Standard
23171 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23172  
23173 \begin_inset Graphics
23174         filename ../../images/math/leq.png
23175         scale 85
23176
23177 \end_inset
23178
23179  eingefügt werden.
23180 \end_layout
23181
23182 \begin_layout Standard
23183 \begin_inset space \hfill{}
23184 \end_inset
23185
23186
23187 \begin_inset Tabular
23188 <lyxtabular version="3" rows="17" columns="2">
23189 <features tabularvalignment="middle">
23190 <column alignment="center" valignment="top" width="0pt">
23191 <column alignment="center" valignment="top" width="0pt">
23192 <row>
23193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 Befehl
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 Ergebnis
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 </row>
23212 <row>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 <
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 \begin_inset Formula $<$
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 </row>
23235 <row>
23236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240
23241 \backslash
23242 le
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 \begin_inset Formula $\le$
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 </row>
23260 <row>
23261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265
23266 \backslash
23267 ll
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 \begin_inset Formula $\ll$
23277 \end_inset
23278
23279
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 </row>
23285 <row>
23286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290
23291 \backslash
23292 prec
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301 \begin_inset Formula $\prec$
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 </row>
23310 <row>
23311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315
23316 \backslash
23317 preceq
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 \begin_inset Formula $\preceq$
23327 \end_inset
23328
23329
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 </row>
23335 <row>
23336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340
23341 \backslash
23342 subset
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 \begin_inset Formula $\subset$
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 </row>
23360 <row>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365
23366 \backslash
23367 subseteq
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 \begin_inset Formula $\subseteq$
23377 \end_inset
23378
23379
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 </row>
23385 <row>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390
23391 \backslash
23392 sqsubseteq
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 \begin_inset Formula $\sqsubseteq$
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415
23416 \backslash
23417 in
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Formula $\in$
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440
23441 \backslash
23442 vdash
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 \begin_inset Formula $\vdash$
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 </row>
23460 <row>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465
23466 \backslash
23467 smile
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 \begin_inset Formula $\smile$
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 </row>
23485 <row>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490
23491 \backslash
23492 lhd
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 \begin_inset Formula $\lhd$
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 </row>
23510 <row>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515
23516 \backslash
23517 unlhd
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset Formula $\unlhd$
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \backslash
23542 gtrless
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 \begin_inset Formula $\gtrless$
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \backslash
23567 mid
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 \begin_inset Formula $\mid$
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 <row>
23586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590
23591 \backslash
23592 nmid
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 \begin_inset Formula $\nmid$
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 </lyxtabular>
23611
23612 \end_inset
23613
23614
23615 \begin_inset space \hfill{}
23616 \end_inset
23617
23618
23619 \begin_inset Tabular
23620 <lyxtabular version="3" rows="17" columns="2">
23621 <features tabularvalignment="middle">
23622 <column alignment="center" valignment="top" width="0pt">
23623 <column alignment="center" valignment="top" width="0pt">
23624 <row>
23625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 Befehl
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 Ergebnis
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 </row>
23644 <row>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 =
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 \begin_inset Formula $=$
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 </row>
23667 <row>
23668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672
23673 \backslash
23674 not=
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683 \begin_inset Formula $\not=$
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 </row>
23692 <row>
23693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697
23698 \backslash
23699 equiv
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 \begin_inset Formula $\equiv$
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 </row>
23717 <row>
23718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722
23723 \backslash
23724 sim
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 \begin_inset Formula $\sim$
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 </row>
23742 <row>
23743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747
23748 \backslash
23749 simeq
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758 \begin_inset Formula $\simeq$
23759 \end_inset
23760
23761
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 </row>
23767 <row>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772
23773 \backslash
23774 approx
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 \begin_inset Formula $\approx$
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 </row>
23792 <row>
23793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797
23798 \backslash
23799 cong
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 \begin_inset Formula $\cong$
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 </row>
23817 <row>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822
23823 \backslash
23824 bowtie
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 \begin_inset Formula $\bowtie$
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 </row>
23842 <row>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847
23848 \backslash
23849 notin
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Formula $\notin$
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 </row>
23867 <row>
23868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872
23873 \backslash
23874 perp
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 \begin_inset Formula $\perp$
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 </row>
23892 <row>
23893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897
23898 \backslash
23899 propto
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 \begin_inset Formula $\propto$
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 <row>
23918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922
23923 \backslash
23924 asymp
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933 \begin_inset Formula $\asymp$
23934 \end_inset
23935
23936
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 </row>
23942 <row>
23943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947
23948 \backslash
23949 doteq
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 \begin_inset Formula $\doteq$
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 </row>
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \backslash
23974 circeq
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983 \begin_inset Formula $\circeq$
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 </row>
23992 <row>
23993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997
23998 \backslash
23999 models
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 \begin_inset Formula $\models$
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 </row>
24017 <row>
24018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022
24023 \backslash
24024 widehat=
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033 \begin_inset Formula $\widehat{=}$
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 </row>
24042 </lyxtabular>
24043
24044 \end_inset
24045
24046
24047 \begin_inset space \hfill{}
24048 \end_inset
24049
24050
24051 \begin_inset Tabular
24052 <lyxtabular version="3" rows="17" columns="2">
24053 <features tabularvalignment="middle">
24054 <column alignment="center" valignment="top" width="0pt">
24055 <column alignment="center" valignment="top" width="0pt">
24056 <row>
24057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 Befehl
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 Ergebnis
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 </row>
24076 <row>
24077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Plain Layout
24081 >
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090 \begin_inset Formula $>$
24091 \end_inset
24092
24093
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 </row>
24099 <row>
24100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104
24105 \backslash
24106 ge
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115 \begin_inset Formula $\ge$
24116 \end_inset
24117
24118
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 </row>
24124 <row>
24125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129
24130 \backslash
24131 gg
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140 \begin_inset Formula $\gg$
24141 \end_inset
24142
24143
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 </row>
24149 <row>
24150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154
24155 \backslash
24156 succ
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165 \begin_inset Formula $\succ$
24166 \end_inset
24167
24168
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 </row>
24174 <row>
24175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179
24180 \backslash
24181 succeq
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 \begin_inset Formula $\succeq$
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 </row>
24199 <row>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \backslash
24206 supset
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215 \begin_inset Formula $\supset$
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 </row>
24224 <row>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 supseteq
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240 \begin_inset Formula $\supseteq$
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 </row>
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254
24255 \backslash
24256 sqsupseteq
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265 \begin_inset Formula $\sqsupseteq$
24266 \end_inset
24267
24268
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 </row>
24274 <row>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279
24280 \backslash
24281 ni
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290 \begin_inset Formula $\ni$
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 </row>
24299 <row>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \backslash
24306 dashv
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 \begin_inset Formula $\dashv$
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 </row>
24324 <row>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329
24330 \backslash
24331 frown
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340 \begin_inset Formula $\frown$
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \end_inset
24347 </cell>
24348 </row>
24349 <row>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354
24355 \backslash
24356 rhd
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365 \begin_inset Formula $\rhd$
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 </row>
24374 <row>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \backslash
24381 unrhd
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390 \begin_inset Formula $\unrhd$
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 </row>
24399 <row>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404
24405 \backslash
24406 lessgtr
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415 \begin_inset Formula $\lessgtr$
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 </row>
24424 <row>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 parallel
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440 \begin_inset Formula $\parallel$
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 </row>
24449 <row>
24450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 nparallel
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 \begin_inset Formula $\nparallel$
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 </row>
24474 </lyxtabular>
24475
24476 \end_inset
24477
24478
24479 \begin_inset space \hfill{}
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Standard
24486 \begin_inset VSpace medskip
24487 \end_inset
24488
24489 Die Zeichen 
24490 \series bold
24491
24492 \backslash
24493 lhd
24494 \series default
24495  bzw.
24496  
24497 \series bold
24498
24499 \backslash
24500 rhd
24501 \series default
24502  sind größer als die gleich aussehenden Operatoren
24503 \begin_inset Newline linebreak
24504 \end_inset
24505
24506
24507 \series bold
24508
24509 \backslash
24510 triangleleft
24511 \series default
24512  bzw.
24513  
24514 \series bold
24515
24516 \backslash
24517 triangleright
24518 \series default
24519 .
24520 \end_layout
24521
24522 \begin_layout Standard
24523 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24524 \end_layout
24525
24526 \begin_layout Standard
24527 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24528 \series bold
24529
24530 \backslash
24531 stackrel
24532 \series default
24533
24534 \begin_inset Index idx
24535 status collapsed
24536
24537 \begin_layout Plain Layout
24538 Befehle ! S ! 
24539 \backslash
24540 stackrel
24541 \end_layout
24542
24543 \end_inset
24544
24545  erstellt werden:
24546 \end_layout
24547
24548 \begin_layout Standard
24549 \align center
24550 \begin_inset Tabular
24551 <lyxtabular version="3" rows="2" columns="2">
24552 <features tabularvalignment="middle">
24553 <column alignment="center" valignment="top" width="0">
24554 <column alignment="center" valignment="top" width="0">
24555 <row>
24556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560 Befehl
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569 Ergebnis
24570 \begin_inset Note Note
24571 status collapsed
24572
24573 \begin_layout Plain Layout
24574
24575 \series bold
24576
24577 \backslash
24578 raisebox
24579 \series default
24580  dient nur als Abstandhalter.
24581 \end_layout
24582
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 A(r)
24597 \backslash
24598 stackrel
24599 \begin_inset ERT
24600 status collapsed
24601
24602 \begin_layout Plain Layout
24603
24604
24605 \backslash
24606 leer 
24607 \end_layout
24608
24609 \end_inset
24610
24611 r
24612 \backslash
24613 to
24614 \backslash
24615 infty
24616 \begin_inset ERT
24617 status collapsed
24618
24619 \begin_layout Plain Layout
24620
24621
24622 \backslash
24623 leer 
24624 \end_layout
24625
24626 \end_inset
24627
24628
24629 \begin_inset Formula $\downarrow$
24630 \end_inset
24631
24632
24633 \backslash
24634 approx
24635 \begin_inset ERT
24636 status collapsed
24637
24638 \begin_layout Plain Layout
24639
24640
24641 \backslash
24642 leer 
24643 \end_layout
24644
24645 \end_inset
24646
24647
24648 \begin_inset ERT
24649 status collapsed
24650
24651 \begin_layout Plain Layout
24652
24653
24654 \backslash
24655 leer 
24656 \end_layout
24657
24658 \end_inset
24659
24660 B
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 </row>
24678 </lyxtabular>
24679
24680 \end_inset
24681
24682
24683 \end_layout
24684
24685 \begin_layout Section
24686 Funktionen
24687 \end_layout
24688
24689 \begin_layout Subsection
24690 Vordefinierte Funktionen
24691 \begin_inset CommandInset label
24692 LatexCommand label
24693 name "sub:Vordefinierte-Funktionen"
24694
24695 \end_inset
24696
24697
24698 \begin_inset Index idx
24699 status collapsed
24700
24701 \begin_layout Plain Layout
24702 Funktionen ! vordefinierte
24703 \end_layout
24704
24705 \end_inset
24706
24707
24708 \end_layout
24709
24710 \begin_layout Standard
24711 Allgemein werden in mathematischen Ausdrücken Variablen 
24712 \shape italic
24713 kursiv
24714 \shape default
24715  gesetzt, Funktionsnamen hingegen nicht, denn 
24716 \begin_inset Formula $sin$
24717 \end_inset
24718
24719  könnte als 
24720 \begin_inset Formula $s\cdot i\cdot n$
24721 \end_inset
24722
24723  missverstanden werden.
24724  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24725 en etwas abgesetzt sind.
24726  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24727 \end_layout
24728
24729 \begin_layout Standard
24730 \align center
24731 \begin_inset Tabular
24732 <lyxtabular version="3" rows="2" columns="4">
24733 <features tabularvalignment="middle">
24734 <column alignment="center" valignment="top" width="0pt">
24735 <column alignment="center" valignment="top" width="0pt">
24736 <column alignment="center" valignment="top" width="0pt">
24737 <column alignment="center" valignment="top" width="0pt">
24738 <row>
24739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743 Befehl
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 Ergebnis
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 Befehl
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 Ergebnis
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 </row>
24776 <row>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 Asin(x)+B
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 \begin_inset Formula $Asin(x)+B$
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802 A
24803 \backslash
24804 sin(x)+B
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24810 \begin_inset Text
24811
24812 \begin_layout Plain Layout
24813 \begin_inset Formula $A\sin(x)+B$
24814 \end_inset
24815
24816
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 </row>
24822 </lyxtabular>
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Standard
24830 Folgende Funktionen sind vordefiniert:
24831 \end_layout
24832
24833 \begin_layout Standard
24834 \begin_inset VSpace -2mm
24835 \end_inset
24836
24837
24838 \end_layout
24839
24840 \begin_layout Standard
24841 \align center
24842 \begin_inset Tabular
24843 <lyxtabular version="3" rows="9" columns="4">
24844 <features tabularvalignment="middle">
24845 <column alignment="center" valignment="top" width="0pt">
24846 <column alignment="center" valignment="top" width="0pt">
24847 <column alignment="center" valignment="top" width="0pt">
24848 <column alignment="center" valignment="top" width="0pt">
24849 <row>
24850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854 Befehl
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863 Befehl
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872 Befehl
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881 Befehl
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 </row>
24887 <row>
24888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892
24893 \backslash
24894 sin
24895 \end_layout
24896
24897 \end_inset
24898 </cell>
24899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24900 \begin_inset Text
24901
24902 \begin_layout Plain Layout
24903
24904 \backslash
24905 sinh
24906 \end_layout
24907
24908 \end_inset
24909 </cell>
24910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24911 \begin_inset Text
24912
24913 \begin_layout Plain Layout
24914
24915 \backslash
24916 arcsin
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925
24926 \backslash
24927 sup
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 </row>
24933 <row>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938
24939 \backslash
24940 cos
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 cosh
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \backslash
24962 arccos
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971
24972 \backslash
24973 inf
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 </row>
24979 <row>
24980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984
24985 \backslash
24986 tan
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \backslash
24997 tanh
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \backslash
25008 arctan
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \backslash
25019 lim
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 </row>
25025 <row>
25026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030
25031 \backslash
25032 cot
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041
25042 \backslash
25043 coth
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052
25053 \backslash
25054 arg
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063
25064 \backslash
25065 liminf
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 </row>
25071 <row>
25072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \backslash
25078 sec
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 min
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 deg
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 limsup
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 csc
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 max
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 det
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 Pr
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 </row>
25163 <row>
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \backslash
25170 ln
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 exp
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 dim
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 hom
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 </row>
25209 <row>
25210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214
25215 \backslash
25216 lg
25217 \end_layout
25218
25219 \end_inset
25220 </cell>
25221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 log
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \backslash
25238 ker
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 gcd
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 </row>
25255 </lyxtabular>
25256
25257 \end_inset
25258
25259
25260 \end_layout
25261
25262 \begin_layout Standard
25263 Sie können auch über den Mathe-Werkzeugleistenknopf 
25264 \begin_inset Graphics
25265         filename ../../images/math/functions.png
25266         scale 85
25267
25268 \end_inset
25269
25270  eingefügt werden.
25271 \end_layout
25272
25273 \begin_layout Subsection
25274 Selbst definierte Funktionen
25275 \begin_inset Index idx
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279 Funktionen ! selbstdefinierte
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Standard
25288 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25289 \begin_inset space \thinspace{}
25290 \end_inset
25291
25292 B.
25293  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25294 \end_layout
25295
25296 \begin_layout Itemize
25297 Man definiert die Funktion selbst.
25298  Dazu gibt man im LaTeX-Vorspann die Zeile
25299 \begin_inset Newline newline
25300 \end_inset
25301
25302
25303 \begin_inset VSpace -3mm
25304 \end_inset
25305
25306
25307 \begin_inset Newline newline
25308 \end_inset
25309
25310
25311 \series bold
25312
25313 \backslash
25314 DeclareMathOperator{
25315 \backslash
25316 sgn}{sgn}
25317 \series default
25318
25319 \begin_inset Index idx
25320 status collapsed
25321
25322 \begin_layout Plain Layout
25323 Befehle ! D ! 
25324 \backslash
25325 dbinom@
25326 \backslash
25327 DeclareMathOperator
25328 \end_layout
25329
25330 \end_inset
25331
25332
25333 \begin_inset Newline newline
25334 \end_inset
25335
25336
25337 \begin_inset VSpace -2mm
25338 \end_inset
25339
25340
25341 \begin_inset Newline newline
25342 \end_inset
25343
25344 ein
25345 \begin_inset Foot
25346 status collapsed
25347
25348 \begin_layout Plain Layout
25349 Näheres zu 
25350 \series bold
25351
25352 \backslash
25353 DeclareMathOperator
25354 \series default
25355  siehe 
25356 \begin_inset CommandInset ref
25357 LatexCommand ref
25358 reference "sub:Selbstdefinierte-Operatoren"
25359
25360 \end_inset
25361
25362 .
25363 \end_layout
25364
25365 \end_inset
25366
25367 .
25368  Nun kann man mit dem Befehl 
25369 \series bold
25370
25371 \backslash
25372 sgn
25373 \series default
25374  die neu definierte Funktion aufrufen.
25375 \end_layout
25376
25377 \begin_layout Itemize
25378 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25379  Beispiel die Buchstaben 
25380 \emph on
25381 sgn
25382 \emph default
25383 , und wandelt ihn in in mathematischen Text um.
25384  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25385 \end_layout
25386
25387 \begin_layout Standard
25388 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25389  Funktion
25390 \begin_inset Foot
25391 status collapsed
25392
25393 \begin_layout Plain Layout
25394 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25395 \end_layout
25396
25397 \end_inset
25398
25399 :
25400 \end_layout
25401
25402 \begin_layout Standard
25403 \align center
25404 \begin_inset Tabular
25405 <lyxtabular version="3" rows="3" columns="2">
25406 <features tabularvalignment="middle">
25407 <column alignment="center" valignment="top" width="0pt">
25408 <column alignment="center" valignment="top" width="0pt">
25409 <row>
25410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 Befehl
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25420 \begin_inset Text
25421
25422 \begin_layout Plain Layout
25423 Ergebnis
25424 \end_layout
25425
25426 \end_inset
25427 </cell>
25428 </row>
25429 <row>
25430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434 A
25435 \backslash
25436 sgn(x)+B
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445 \begin_inset Formula $A\sgn(x)+B$
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 </row>
25454 <row>
25455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Plain Layout
25459 A
25460 \backslash
25461 ,
25462 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25463 \end_inset
25464
25465 (x)+B
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 </row>
25483 </lyxtabular>
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Standard
25491 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25492  mehrfach verwendet werden soll.
25493 \end_layout
25494
25495 \begin_layout Subsection
25496 Grenzwerte
25497 \begin_inset Index idx
25498 status collapsed
25499
25500 \begin_layout Plain Layout
25501 Grenzwerte
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \begin_layout Standard
25510 Für Grenzwerte sind außer 
25511 \series bold
25512
25513 \backslash
25514 lim
25515 \series default
25516
25517 \begin_inset Index idx
25518 status collapsed
25519
25520 \begin_layout Plain Layout
25521 Befehle ! L ! 
25522 \backslash
25523 lim
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \series bold
25530
25531 \backslash
25532 liminf
25533 \series default
25534  und 
25535 \series bold
25536
25537 \backslash
25538 limsup
25539 \series default
25540  noch folgende Funktionen definiert:
25541 \end_layout
25542
25543 \begin_layout Standard
25544 \align center
25545 \begin_inset Tabular
25546 <lyxtabular version="3" rows="5" columns="2">
25547 <features tabularvalignment="middle">
25548 <column alignment="center" valignment="top" width="0">
25549 <column alignment="center" valignment="top" width="0">
25550 <row>
25551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555 Befehl
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564 Ergebnis
25565 \begin_inset Note Note
25566 status collapsed
25567
25568 \begin_layout Plain Layout
25569
25570 \series bold
25571
25572 \backslash
25573 raisebox
25574 \series default
25575  dient nur als Abstandhalter.
25576 \end_layout
25577
25578 \end_inset
25579
25580
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 </row>
25586 <row>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591
25592 \backslash
25593 varliminf
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 \begin_inset Formula $\varliminf$
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 </row>
25611 <row>
25612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616
25617 \backslash
25618 varlimsup
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627 \begin_inset Formula $\varlimsup$
25628 \end_inset
25629
25630
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 </row>
25636 <row>
25637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641
25642 \backslash
25643 varprojlim
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652 \begin_inset Formula $\varprojlim$
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 </row>
25661 <row>
25662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666
25667 \backslash
25668 varinjlim
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677 \begin_inset Formula $\varinjlim$
25678 \end_inset
25679
25680
25681 \begin_inset Formula $\raisebox{-2.5mm}{}$
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 </row>
25690 </lyxtabular>
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \begin_layout Standard
25698 \begin_inset VSpace medskip
25699 \end_inset
25700
25701 Der Grenzwert wird durch Tiefstellen erzeugt.
25702  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25703 \end_layout
25704
25705 \begin_layout Standard
25706 \align center
25707 \begin_inset Tabular
25708 <lyxtabular version="3" rows="2" columns="2">
25709 <features tabularvalignment="middle">
25710 <column alignment="center" valignment="top" width="0pt">
25711 <column alignment="center" valignment="top" width="0pt">
25712 <row>
25713 <cell alignment="center" valignment="top" usebox="none">
25714 \begin_inset Text
25715
25716 \begin_layout Plain Layout
25717 Befehl
25718 \end_layout
25719
25720 \end_inset
25721 </cell>
25722 <cell alignment="center" valignment="top" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Plain Layout
25726 \begin_inset space \hspace{}
25727 \length 1cm
25728 \end_inset
25729
25730 Ergebnis
25731 \begin_inset Note Note
25732 status collapsed
25733
25734 \begin_layout Plain Layout
25735 Der Leerraum und 
25736 \series bold
25737
25738 \backslash
25739 raisebox
25740 \series default
25741  dienen nur als Abstandhalter.
25742 \end_layout
25743
25744 \end_inset
25745
25746
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 </row>
25752 <row>
25753 <cell alignment="center" valignment="top" usebox="none">
25754 \begin_inset Text
25755
25756 \begin_layout Plain Layout
25757
25758 \backslash
25759 lim_x
25760 \backslash
25761 to
25762 \begin_inset ERT
25763 status collapsed
25764
25765 \begin_layout Plain Layout
25766
25767
25768 \backslash
25769 leer 
25770 \end_layout
25771
25772 \end_inset
25773
25774 A
25775 \begin_inset ERT
25776 status collapsed
25777
25778 \begin_layout Plain Layout
25779
25780
25781 \backslash
25782 leer 
25783 \end_layout
25784
25785 \end_inset
25786
25787 x=B
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 <cell alignment="center" valignment="top" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25797 \end_inset
25798
25799
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 </row>
25805 </lyxtabular>
25806
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \begin_layout Standard
25813 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25814 \begin_inset Formula \[
25815 \lim_{x\to A}x=B\]
25816
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \begin_layout Subsection
25823 Modulo-Funktionen
25824 \begin_inset Index idx
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828 Funktionen ! Modulo-
25829 \end_layout
25830
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \begin_layout Standard
25837 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25838  Varianten.
25839 \end_layout
25840
25841 \begin_layout Standard
25842 Die Varianten in einer abgesetzten Formel:
25843 \begin_inset Formula \begin{align*}
25844 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25845 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25846 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25847 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25848 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
25849 \end{align*}
25850
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \begin_layout Standard
25857 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25858  weniger Leerraum gesetzt.
25859 \end_layout
25860
25861 \begin_layout Section
25862 Sonderzeichen
25863 \begin_inset Index idx
25864 status collapsed
25865
25866 \begin_layout Plain Layout
25867 Sonderzeichen
25868 \end_layout
25869
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \begin_layout Subsection
25876 Sonderzeichen im mathematischen Text
25877 \end_layout
25878
25879 \begin_layout Standard
25880 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25881  verwendet werden:
25882 \end_layout
25883
25884 \begin_layout Standard
25885 \begin_inset space \hfill{}
25886 \end_inset
25887
25888
25889 \begin_inset Tabular
25890 <lyxtabular version="3" rows="8" columns="2">
25891 <features tabularvalignment="middle">
25892 <column alignment="block" valignment="top" width="0">
25893 <column alignment="block" valignment="top" width="0">
25894 <row>
25895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25896 \begin_inset Text
25897
25898 \begin_layout Plain Layout
25899 Befehl
25900 \end_layout
25901
25902 \end_inset
25903 </cell>
25904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 Ergebnis
25909 \end_layout
25910
25911 \end_inset
25912 </cell>
25913 </row>
25914 <row>
25915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25916 \begin_inset Text
25917
25918 \begin_layout Plain Layout
25919
25920 \backslash
25921 oe
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 \begin_inset Formula $\textrm{œ}$
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 </row>
25939 <row>
25940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944
25945 \backslash
25946 OE
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955 \begin_inset Formula $\textrm{Œ}$
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \end_inset
25962 </cell>
25963 </row>
25964 <row>
25965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25966 \begin_inset Text
25967
25968 \begin_layout Plain Layout
25969
25970 \backslash
25971 ae
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Plain Layout
25980 \begin_inset Formula $\textrm{æ}$
25981 \end_inset
25982
25983
25984 \end_layout
25985
25986 \end_inset
25987 </cell>
25988 </row>
25989 <row>
25990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25991 \begin_inset Text
25992
25993 \begin_layout Plain Layout
25994
25995 \backslash
25996 AE
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26002 \begin_inset Text
26003
26004 \begin_layout Plain Layout
26005 \begin_inset Formula $\textrm{Æ}$
26006 \end_inset
26007
26008
26009 \end_layout
26010
26011 \end_inset
26012 </cell>
26013 </row>
26014 <row>
26015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26016 \begin_inset Text
26017
26018 \begin_layout Plain Layout
26019
26020 \backslash
26021 aa
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030 \begin_inset Formula $\textrm{\aa}$
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 </row>
26039 <row>
26040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Plain Layout
26044
26045 \backslash
26046 AA
26047 \begin_inset Index idx
26048 status collapsed
26049
26050 \begin_layout Plain Layout
26051
26052 \backslash
26053 @
26054 \begin_inset ERT
26055 status collapsed
26056
26057 \begin_layout Plain Layout
26058
26059
26060 \backslash
26061 textrm{
26062 \backslash
26063 AA}
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 \begin_inset Formula $\textrm{Å}$
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096
26097 \backslash
26098 i
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 \begin_inset Formula $\textrm{ı}$
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 </row>
26116 </lyxtabular>
26117
26118 \end_inset
26119
26120
26121 \begin_inset space \hfill{}
26122 \end_inset
26123
26124
26125 \begin_inset Tabular
26126 <lyxtabular version="3" rows="8" columns="2">
26127 <features tabularvalignment="middle">
26128 <column alignment="block" valignment="top" width="0">
26129 <column alignment="center" valignment="top" width="0">
26130 <row>
26131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135 Befehl
26136 \begin_inset Note Note
26137 status collapsed
26138
26139 \begin_layout Plain Layout
26140 Der Leerraum von 0
26141 \begin_inset space \thinspace{}
26142 \end_inset
26143
26144 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26145  ¿ erscheinen würde.
26146 \end_layout
26147
26148 \end_inset
26149
26150
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 Ergebnis
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 </row>
26165 <row>
26166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170
26171 \backslash
26172 o
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181 \begin_inset Formula $\textrm{ø}$
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \end_inset
26188 </cell>
26189 </row>
26190 <row>
26191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195
26196 \backslash
26197 O
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206 \begin_inset Formula $\textrm{Ø}$
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 </row>
26215 <row>
26216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220
26221 \backslash
26222 l
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231 \begin_inset Formula $\textrm{ł}$
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 </row>
26240 <row>
26241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Plain Layout
26245
26246 \backslash
26247 L
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256 \begin_inset Formula $\textrm{Ł}$
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 </row>
26265 <row>
26266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 !
26271 \begin_inset space \hspace{}
26272 \length 0mm
26273 \end_inset
26274
26275 `
26276 \begin_inset ERT
26277 status collapsed
26278
26279 \begin_layout Plain Layout
26280
26281
26282 \backslash
26283 leer 
26284 \end_layout
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 \begin_inset Formula $\textrm{!`}$
26298 \end_inset
26299
26300
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 </row>
26306 <row>
26307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311 ?
26312 \begin_inset space \hspace{}
26313 \length 0mm
26314 \end_inset
26315
26316 `
26317 \begin_inset ERT
26318 status collapsed
26319
26320 \begin_layout Plain Layout
26321
26322
26323 \backslash
26324 leer 
26325 \end_layout
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338 \begin_inset Formula $\textrm{?`}$
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \end_inset
26345 </cell>
26346 </row>
26347 <row>
26348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26349 \begin_inset Text
26350
26351 \begin_layout Plain Layout
26352
26353 \backslash
26354 j
26355 \end_layout
26356
26357 \end_inset
26358 </cell>
26359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26360 \begin_inset Text
26361
26362 \begin_layout Plain Layout
26363 \begin_inset Formula $\textrm{ȷ}$
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 </row>
26372 </lyxtabular>
26373
26374 \end_inset
26375
26376
26377 \begin_inset space \hfill{}
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \begin_layout Standard
26384 Die Zeichen 
26385 \begin_inset Formula $\textrm{\textrm{Å}}$
26386 \end_inset
26387
26388  und 
26389 \begin_inset Formula $\textrm{\textrm{Ø}}$
26390 \end_inset
26391
26392  können auch über den Mathe-Werkzeugleistenknopf 
26393 \begin_inset Graphics
26394         filename ../../images/math/digamma.png
26395         scale 85
26396
26397 \end_inset
26398
26399  eingefügt werden.
26400 \end_layout
26401
26402 \begin_layout Standard
26403 Eine Ausnahme bilden die Befehle 
26404 \series bold
26405 !
26406 \begin_inset space \hspace{}
26407 \length 0mm
26408 \end_inset
26409
26410 `
26411 \series default
26412  und 
26413 \series bold
26414 ?
26415 \begin_inset space \hspace{}
26416 \length 0mm
26417 \end_inset
26418
26419 `
26420 \series default
26421 , denn man kann sie in LyX direkt in den Text eingeben.
26422 \end_layout
26423
26424 \begin_layout Subsection
26425 Akzente im Text
26426 \begin_inset CommandInset label
26427 LatexCommand label
26428 name "sub:Sonderzeichen-Akzente"
26429
26430 \end_inset
26431
26432
26433 \begin_inset Index idx
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437 Akzente ! im Text
26438 \end_layout
26439
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \begin_layout Standard
26446 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26447  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26448 \end_layout
26449
26450 \begin_layout Standard
26451 \begin_inset space \hfill{}
26452 \end_inset
26453
26454
26455 \begin_inset Tabular
26456 <lyxtabular version="3" rows="8" columns="2">
26457 <features tabularvalignment="middle">
26458 <column alignment="block" valignment="top" width="0">
26459 <column alignment="block" valignment="top" width="0">
26460 <row>
26461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 Befehl
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 Ergebnis
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row>
26481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485
26486 \backslash
26487
26488 \begin_inset Quotes grd
26489 \end_inset
26490
26491 e
26492 \end_layout
26493
26494 \end_inset
26495 </cell>
26496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500 \begin_inset ERT
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504
26505
26506 \backslash
26507 "e
26508 \end_layout
26509
26510 \end_inset
26511
26512
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 </row>
26518 <row>
26519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Plain Layout
26523
26524 \backslash
26525 `e
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 \begin_inset ERT
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538
26539
26540 \backslash
26541 `e
26542 \end_layout
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 </row>
26552 <row>
26553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26554 \begin_inset Text
26555
26556 \begin_layout Plain Layout
26557
26558 \backslash
26559 ^
26560 \begin_inset ERT
26561 status collapsed
26562
26563 \begin_layout Plain Layout
26564
26565
26566 \backslash
26567 leer 
26568 \end_layout
26569
26570 \end_inset
26571
26572 e
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 \begin_inset ERT
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585
26586
26587 \backslash
26588 ^e
26589 \end_layout
26590
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \end_inset
26597 </cell>
26598 </row>
26599 <row>
26600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604
26605 \backslash
26606 =e
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 \begin_inset ERT
26616 status collapsed
26617
26618 \begin_layout Plain Layout
26619
26620
26621 \backslash
26622 =e
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 </row>
26633 <row>
26634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638
26639 \backslash
26640 u
26641 \begin_inset ERT
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645
26646
26647 \backslash
26648 leer 
26649 \end_layout
26650
26651 \end_inset
26652
26653 e
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662 \begin_inset ERT
26663 status collapsed
26664
26665 \begin_layout Plain Layout
26666
26667
26668 \backslash
26669 u e
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row>
26681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685
26686 \backslash
26687 b
26688 \begin_inset ERT
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692
26693
26694 \backslash
26695 leer 
26696 \end_layout
26697
26698 \end_inset
26699
26700 e
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 \begin_inset ERT
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713
26714
26715 \backslash
26716 b e
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 </row>
26727 <row>
26728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732
26733 \backslash
26734 t
26735 \begin_inset ERT
26736 status collapsed
26737
26738 \begin_layout Plain Layout
26739
26740
26741 \backslash
26742 leer 
26743 \end_layout
26744
26745 \end_inset
26746
26747 ee
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Plain Layout
26756 \begin_inset ERT
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761
26762 \backslash
26763 t ee
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 </row>
26774 </lyxtabular>
26775
26776 \end_inset
26777
26778
26779 \begin_inset space \hfill{}
26780 \end_inset
26781
26782
26783 \begin_inset Tabular
26784 <lyxtabular version="3" rows="8" columns="2">
26785 <features tabularvalignment="middle">
26786 <column alignment="block" valignment="top" width="0">
26787 <column alignment="center" valignment="top" width="0">
26788 <row>
26789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26790 \begin_inset Text
26791
26792 \begin_layout Plain Layout
26793 Befehl
26794 \end_layout
26795
26796 \end_inset
26797 </cell>
26798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802 Ergebnis
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 </row>
26808 <row>
26809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813
26814 \backslash
26815 H
26816 \begin_inset ERT
26817 status collapsed
26818
26819 \begin_layout Plain Layout
26820
26821
26822 \backslash
26823 leer 
26824 \end_layout
26825
26826 \end_inset
26827
26828 e
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837 \begin_inset ERT
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841
26842
26843 \backslash
26844 H e
26845 \end_layout
26846
26847 \end_inset
26848
26849
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 </row>
26855 <row>
26856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860
26861 \backslash
26862 'e
26863 \end_layout
26864
26865 \end_inset
26866 </cell>
26867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26868 \begin_inset Text
26869
26870 \begin_layout Plain Layout
26871 \begin_inset ERT
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875
26876
26877 \backslash
26878 'e
26879 \end_layout
26880
26881 \end_inset
26882
26883
26884 \end_layout
26885
26886 \end_inset
26887 </cell>
26888 </row>
26889 <row>
26890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Plain Layout
26894
26895 \backslash
26896 ~e
26897 \begin_inset Index idx
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901 Tilde
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26912 \begin_inset Text
26913
26914 \begin_layout Plain Layout
26915 \begin_inset ERT
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919
26920
26921 \backslash
26922 ~e
26923 \end_layout
26924
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 </row>
26933 <row>
26934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Plain Layout
26938
26939 \backslash
26940 .e
26941 \end_layout
26942
26943 \end_inset
26944 </cell>
26945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26946 \begin_inset Text
26947
26948 \begin_layout Plain Layout
26949 \begin_inset ERT
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953
26954
26955 \backslash
26956 .e
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 </row>
26967 <row>
26968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972
26973 \backslash
26974 v
26975 \begin_inset ERT
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979
26980
26981 \backslash
26982 leer 
26983 \end_layout
26984
26985 \end_inset
26986
26987 e
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Plain Layout
26996 \begin_inset ERT
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000
27001
27002 \backslash
27003 v e
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 </row>
27014 <row>
27015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Plain Layout
27019
27020 \backslash
27021 d
27022 \begin_inset ERT
27023 status collapsed
27024
27025 \begin_layout Plain Layout
27026
27027
27028 \backslash
27029 leer 
27030 \end_layout
27031
27032 \end_inset
27033
27034 e
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043 \begin_inset ERT
27044 status collapsed
27045
27046 \begin_layout Plain Layout
27047
27048
27049 \backslash
27050 d e
27051 \end_layout
27052
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 </row>
27061 <row>
27062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27063 \begin_inset Text
27064
27065 \begin_layout Plain Layout
27066
27067 \backslash
27068 c
27069 \begin_inset ERT
27070 status collapsed
27071
27072 \begin_layout Plain Layout
27073
27074
27075 \backslash
27076 leer 
27077 \end_layout
27078
27079 \end_inset
27080
27081 e
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Plain Layout
27090 \begin_inset ERT
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094
27095
27096 \backslash
27097 c e
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 </row>
27108 </lyxtabular>
27109
27110 \end_inset
27111
27112
27113 \begin_inset space \hfill{}
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \begin_layout Standard
27120 \begin_inset VSpace medskip
27121 \end_inset
27122
27123 Mit dem Befehl 
27124 \series bold
27125
27126 \backslash
27127 t
27128 \series default
27129  können auch zwei verschiedene Zeichen akzentuiert werden.
27130  Der Befehl 
27131 \series bold
27132
27133 \backslash
27134 t
27135 \begin_inset ERT
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139
27140
27141 \backslash
27142 leer 
27143 \end_layout
27144
27145 \end_inset
27146
27147 sz
27148 \series default
27149  ergibt: 
27150 \begin_inset ERT
27151 status collapsed
27152
27153 \begin_layout Plain Layout
27154
27155
27156 \backslash
27157 t sz
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \begin_layout Standard
27166 Die Akzente 
27167 \series bold
27168 `
27169 \series default
27170  , 
27171 \series bold
27172 '
27173 \series default
27174  und 
27175 \series bold
27176 ^
27177 \series default
27178  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27179  werden ohne den TeX-Modus zu benutzen.
27180  Dasselbe gilt für die Tilde
27181 \begin_inset Foot
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27186 \end_layout
27187
27188 \end_inset
27189
27190  
27191 \series bold
27192 ~
27193 \series default
27194  in Verbindung mit 
27195 \emph on
27196 a
27197 \emph default
27198  , 
27199 \emph on
27200 n
27201 \emph default
27202  oder 
27203 \emph on
27204 o
27205 \emph default
27206 .
27207 \end_layout
27208
27209 \begin_layout Standard
27210 Die Befehle 
27211 \series bold
27212
27213 \backslash
27214 b
27215 \series default
27216  , 
27217 \series bold
27218
27219 \backslash
27220 c
27221 \series default
27222  , 
27223 \series bold
27224
27225 \backslash
27226 d
27227 \series default
27228  , 
27229 \series bold
27230
27231 \backslash
27232 H
27233 \series default
27234  , 
27235 \series bold
27236
27237 \backslash
27238 t
27239 \series default
27240  , 
27241 \series bold
27242
27243 \backslash
27244 u
27245 \series default
27246  , 
27247 \series bold
27248
27249 \backslash
27250 v
27251 \series default
27252  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27253  Textmodus verfügbar.
27254  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27255  
27256 \begin_inset CommandInset ref
27257 LatexCommand ref
27258 reference "sub:Akzente-für-ein"
27259
27260 \end_inset
27261
27262 .
27263 \end_layout
27264
27265 \begin_layout Standard
27266 \begin_inset VSpace bigskip
27267 \end_inset
27268
27269 Des Weiteren kann man mit dem Befehl 
27270 \series bold
27271
27272 \backslash
27273 textcircled
27274 \series default
27275
27276 \begin_inset Index idx
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280 Befehle ! T ! 
27281 \backslash
27282 textcircled
27283 \end_layout
27284
27285 \end_inset
27286
27287 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27288  Kreis setzen, quasi mit einem Kreis akzentuieren.
27289 \end_layout
27290
27291 \begin_layout Standard
27292 \align center
27293 \begin_inset Tabular
27294 <lyxtabular version="3" rows="3" columns="2">
27295 <features tabularvalignment="middle">
27296 <column alignment="center" valignment="top" width="0">
27297 <column alignment="center" valignment="top" width="0">
27298 <row>
27299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27300 \begin_inset Text
27301
27302 \begin_layout Plain Layout
27303 Befehl
27304 \end_layout
27305
27306 \end_inset
27307 </cell>
27308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27309 \begin_inset Text
27310
27311 \begin_layout Plain Layout
27312 Ergebnis
27313 \begin_inset Note Note
27314 status collapsed
27315
27316 \begin_layout Plain Layout
27317
27318 \series bold
27319
27320 \backslash
27321 raisebox
27322 \series default
27323  in der Formel dient nur als Abstandhalter.
27324 \end_layout
27325
27326 \end_inset
27327
27328
27329 \end_layout
27330
27331 \end_inset
27332 </cell>
27333 </row>
27334 <row>
27335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27336 \begin_inset Text
27337
27338 \begin_layout Plain Layout
27339
27340 \backslash
27341 textcircled{w}
27342 \end_layout
27343
27344 \end_inset
27345 </cell>
27346 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27347 \begin_inset Text
27348
27349 \begin_layout Plain Layout
27350 \begin_inset ERT
27351 status collapsed
27352
27353 \begin_layout Plain Layout
27354
27355
27356 \backslash
27357 textcircled{w}
27358 \end_layout
27359
27360 \end_inset
27361
27362
27363 \end_layout
27364
27365 \end_inset
27366 </cell>
27367 </row>
27368 <row>
27369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27370 \begin_inset Text
27371
27372 \begin_layout Plain Layout
27373
27374 \backslash
27375 Large 
27376 \backslash
27377 textcircled{
27378 \backslash
27379 normalsize
27380 \backslash
27381 protect
27382 \backslash
27383 raisebox{-1.5pt}{W}}
27384 \end_layout
27385
27386 \end_inset
27387 </cell>
27388 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27389 \begin_inset Text
27390
27391 \begin_layout Plain Layout
27392 \begin_inset Formula $\raisebox{4.5mm}{}$
27393 \end_inset
27394
27395
27396 \begin_inset ERT
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400
27401
27402 \backslash
27403 Large 
27404 \backslash
27405 textcircled{
27406 \backslash
27407 normalsize
27408 \backslash
27409 protect
27410 \backslash
27411 raisebox{-1.5pt}W}
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \begin_inset Formula $\raisebox{-2mm}{}$
27418 \end_inset
27419
27420
27421 \end_layout
27422
27423 \end_inset
27424 </cell>
27425 </row>
27426 </lyxtabular>
27427
27428 \end_inset
27429
27430
27431 \end_layout
27432
27433 \begin_layout Standard
27434 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27435  
27436 \series bold
27437
27438 \backslash
27439 Large
27440 \series default
27441
27442 \begin_inset Foot
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 siehe 
27447 \begin_inset CommandInset ref
27448 LatexCommand ref
27449 reference "sub:Schriftgrößen"
27450
27451 \end_inset
27452
27453
27454 \end_layout
27455
27456 \end_inset
27457
27458  bestimmt dabei die Größe des Kreises.
27459  Mit Hilfe von 
27460 \series bold
27461
27462 \backslash
27463 raisebox
27464 \series default
27465
27466 \begin_inset Foot
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470 siehe 
27471 \begin_inset CommandInset ref
27472 LatexCommand ref
27473 reference "sub:Boxen-ohne-Rahmen"
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \end_inset
27481
27482  kann man das Zeichen zentrieren.
27483 \end_layout
27484
27485 \begin_layout Subsection
27486 Minuskelziffern
27487 \begin_inset Index idx
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 Minuskelziffern
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 Minuskelziffern werden mit dem Befehl 
27501 \series bold
27502
27503 \backslash
27504 oldstylenums
27505 \series default
27506
27507 \begin_inset Index idx
27508 status collapsed
27509
27510 \begin_layout Plain Layout
27511 Befehle ! O ! 
27512 \backslash
27513 oldstylenums
27514 \end_layout
27515
27516 \end_inset
27517
27518  erzeugt.
27519  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27520  Das Befehlsschema lautet:
27521 \end_layout
27522
27523 \begin_layout Standard
27524
27525 \series bold
27526
27527 \backslash
27528 oldstylenums{Ziffer}
27529 \end_layout
27530
27531 \begin_layout Standard
27532 Der Befehl 
27533 \series bold
27534
27535 \backslash
27536 oldstylenums{0123456789
27537 \series default
27538  ergibt: 
27539 \begin_inset Formula $\oldstylenums{0123456789}$
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_layout Subsection
27546 Sonstige Sonderzeichen
27547 \begin_inset CommandInset label
27548 LatexCommand label
27549 name "sub:Sonstige-Sonderzeichen"
27550
27551 \end_inset
27552
27553
27554 \begin_inset Index idx
27555 status collapsed
27556
27557 \begin_layout Plain Layout
27558 Sonderzeichen ! sonstige
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27568 \end_layout
27569
27570 \begin_layout Standard
27571 \align center
27572 \begin_inset Tabular
27573 <lyxtabular version="3" rows="4" columns="2">
27574 <features tabularvalignment="middle">
27575 <column alignment="center" valignment="top" width="0">
27576 <column alignment="center" valignment="top" width="0">
27577 <row>
27578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27579 \begin_inset Text
27580
27581 \begin_layout Plain Layout
27582 Befehl
27583 \end_layout
27584
27585 \end_inset
27586 </cell>
27587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591 Ergebnis
27592 \end_layout
27593
27594 \end_inset
27595 </cell>
27596 </row>
27597 <row>
27598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27599 \begin_inset Text
27600
27601 \begin_layout Plain Layout
27602
27603 \backslash
27604 ^
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609
27610
27611 \backslash
27612 leer 
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 \begin_inset Formula $\mathcircumflex$
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \end_inset
27633 </cell>
27634 </row>
27635 <row>
27636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27637 \begin_inset Text
27638
27639 \begin_layout Plain Layout
27640
27641 \backslash
27642 _
27643 \end_layout
27644
27645 \end_inset
27646 </cell>
27647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27648 \begin_inset Text
27649
27650 \begin_layout Plain Layout
27651 \begin_inset Formula $\_$
27652 \end_inset
27653
27654
27655 \end_layout
27656
27657 \end_inset
27658 </cell>
27659 </row>
27660 <row>
27661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27662 \begin_inset Text
27663
27664 \begin_layout Plain Layout
27665 ^
27666 \begin_inset ERT
27667 status collapsed
27668
27669 \begin_layout Plain Layout
27670
27671
27672 \backslash
27673 leer 
27674 \end_layout
27675
27676 \end_inset
27677
27678
27679 \backslash
27680 circ
27681 \begin_inset Index idx
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685
27686 \backslash
27687
27688 \end_layout
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \end_inset
27696 </cell>
27697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27698 \begin_inset Text
27699
27700 \begin_layout Plain Layout
27701 \begin_inset Formula $^{\circ}$
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \end_inset
27708 </cell>
27709 </row>
27710 </lyxtabular>
27711
27712 \end_inset
27713
27714
27715 \end_layout
27716
27717 \begin_layout Standard
27718 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27719  folgende Zeile enthält
27720 \begin_inset Foot
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724 Mehr dazu ist in 
27725 \begin_inset CommandInset ref
27726 LatexCommand ref
27727 reference "sub:Textzeichen-in-Formeln"
27728
27729 \end_inset
27730
27731  beschrieben.
27732 \end_layout
27733
27734 \end_inset
27735
27736 :
27737 \end_layout
27738
27739 \begin_layout Standard
27740
27741 \series bold
27742
27743 \backslash
27744 DeclareInputText{176}{
27745 \backslash
27746 ifmmode^
27747 \backslash
27748 circ
27749 \backslash
27750 else
27751 \backslash
27752 textdegree
27753 \backslash
27754 fi}
27755 \end_layout
27756
27757 \begin_layout Section
27758 Formelstile
27759 \begin_inset CommandInset label
27760 LatexCommand label
27761 name "sec:Formelstile"
27762
27763 \end_inset
27764
27765
27766 \begin_inset Index idx
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770 Formel ! Stile
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \begin_layout Itemize
27779 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27780 \end_layout
27781
27782 \begin_deeper
27783 \begin_layout Description
27784 Zentriert ist der voreingestellte Standard
27785 \end_layout
27786
27787 \begin_layout Description
27788 Eingerückt dazu muss im Menü 
27789 \family sans
27790 Dokument\SpecialChar \menuseparator
27791 Einstellungen
27792 \family default
27793  unter 
27794 \family sans
27795 Dokumentklasse
27796 \family default
27797  die Option 
27798 \series bold
27799 fleqn
27800 \series default
27801  eingeben werden
27802 \end_layout
27803
27804 \begin_layout Standard
27805 Wird 
27806 \series bold
27807 Eingerückt
27808 \series default
27809  verwendet, kann mit der Länge 
27810 \series bold
27811
27812 \backslash
27813 mathindent
27814 \series default
27815
27816 \begin_inset Index idx
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820 Befehle ! M ! 
27821 \backslash
27822 mathindent
27823 \end_layout
27824
27825 \end_inset
27826
27827  die Einrückung eingestellt werden.
27828  Soll der Abstand 15
27829 \begin_inset space \thinspace{}
27830 \end_inset
27831
27832 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27833 \end_layout
27834
27835 \begin_layout Standard
27836
27837 \series bold
27838
27839 \backslash
27840 setlength{
27841 \backslash
27842 mathindent}{15mm}
27843 \end_layout
27844
27845 \begin_layout Standard
27846 ein.
27847  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27848 \begin_inset space \thinspace{}
27849 \end_inset
27850
27851 pt verwendet.
27852 \end_layout
27853
27854 \end_deeper
27855 \begin_layout Itemize
27856 Und zwei verschiedene Nummerierungsstile:
27857 \end_layout
27858
27859 \begin_deeper
27860 \begin_layout Description
27861 Rechts ist der voreingestellte Standard
27862 \end_layout
27863
27864 \begin_layout Description
27865 Links dazu muss im Menü 
27866 \family sans
27867 Dokument\SpecialChar \menuseparator
27868 Einstellungen
27869 \family default
27870  unter 
27871 \family sans
27872 Dokumentklasse
27873 \family default
27874  die Option 
27875 \series bold
27876 leqno
27877 \series default
27878  eingeben werden
27879 \end_layout
27880
27881 \end_deeper
27882 \begin_layout Standard
27883
27884 \series bold
27885 fleqn
27886 \series default
27887  und 
27888 \series bold
27889 leqno
27890 \series default
27891  können auch gemeinsam verwendet werden.
27892  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27893 n.
27894 \end_layout
27895
27896 \begin_layout Standard
27897 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27898  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27899  ausgerichtete Formeln setzen, verwendet man den Stil 
27900 \series bold
27901 Zentriert
27902 \series default
27903 .
27904  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27905  
27906 \begin_inset CommandInset ref
27907 LatexCommand ref
27908 reference "sub:Flalign-Umgebung"
27909
27910 \end_inset
27911
27912 .
27913 \end_layout
27914
27915 \begin_layout Section
27916 Mehrzeilige Formeln
27917 \begin_inset CommandInset label
27918 LatexCommand label
27919 name "sec:Mehrzeilige-Formeln"
27920
27921 \end_inset
27922
27923
27924 \begin_inset Index idx
27925 status collapsed
27926
27927 \begin_layout Plain Layout
27928 Formel ! mehrzeilige
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Subsection
27937 Allgemeines
27938 \end_layout
27939
27940 \begin_layout Standard
27941 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27942 \family sans
27943 \series bold
27944 Strg+Enter
27945 \family default
27946 \series default
27947  drückt.
27948  Dies erzeugt entweder eine 
27949 \series bold
27950 eqnarray-Umgebung
27951 \series default
27952 , die in 
27953 \begin_inset CommandInset ref
27954 LatexCommand ref
27955 reference "sub:Eqnarray-Umgebung"
27956
27957 \end_inset
27958
27959  beschrieben ist oder, wenn die Option 
27960 \family sans
27961 AMS-Mathe-Paket verwenden
27962 \family default
27963  in den Dokumenteinstellungen gewählt ist, eine 
27964 \series bold
27965 align-Umgebung
27966 \series default
27967 , die in 
27968 \begin_inset CommandInset ref
27969 LatexCommand ref
27970 reference "sub:Standard-align-Umgebung"
27971
27972 \end_inset
27973
27974  beschrieben ist.
27975 \end_layout
27976
27977 \begin_layout Standard
27978 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27979 \family sans
27980 Einfügen\SpecialChar \menuseparator
27981 Mathe
27982 \family default
27983  erstellt werden können.
27984  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27985 \end_layout
27986
27987 \begin_layout Standard
27988 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27989  man 
27990 \family sans
27991 Strg+Enter
27992 \family default
27993  drückt.
27994  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27995 fe 
27996 \begin_inset Graphics
27997         filename ../../images/tabular-feature_append-row.png
27998         scale 85
27999
28000 \end_inset
28001
28002  bzw.
28003 \begin_inset space ~
28004 \end_inset
28005
28006
28007 \begin_inset Graphics
28008         filename ../../images/tabular-feature_delete-row.png
28009         scale 85
28010
28011 \end_inset
28012
28013  oder das Menü 
28014 \family sans
28015 Bearbeiten\SpecialChar \menuseparator
28016 Zeilen & Spalten
28017 \family default
28018  verwendet werden.
28019 \end_layout
28020
28021 \begin_layout Subsubsection
28022 Zeilenabstand
28023 \begin_inset CommandInset label
28024 LatexCommand label
28025 name "sub:Zeilenabstand"
28026
28027 \end_inset
28028
28029
28030 \begin_inset Index idx
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034 Formel ! mehrzeilige ! Zeilenabstand
28035 \end_layout
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \begin_layout Standard
28043 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28044 \begin_inset Formula \begin{eqnarray*}
28045 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}\\
28046 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
28047 \end{eqnarray*}
28048
28049 \end_inset
28050
28051
28052 \end_layout
28053
28054 \begin_layout Standard
28055 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28056 chbefehls angegeben.
28057  Dies ist in LyX aber nicht möglich
28058 \begin_inset Foot
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 siehe 
28063 \begin_inset CommandInset href
28064 LatexCommand href
28065 name "LyX-Fehler #1505"
28066 target "http://www.lyx.org/trac/ticket/1505"
28067
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \end_inset
28074
28075 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28076  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28077  Zeile den Befehl 
28078 \series bold
28079
28080 \backslash
28081
28082 \backslash
28083 [3mm]
28084 \series default
28085  ein.
28086  Damit erhält man: 
28087 \begin_inset ERT
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091
28092
28093 \backslash
28094 begin{eqnarray*}
28095 \end_layout
28096
28097 \begin_layout Plain Layout
28098
28099 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28100  = & 
28101 \backslash
28102 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28103 \backslash
28104
28105 \backslash
28106 [3mm]
28107 \end_layout
28108
28109 \begin_layout Plain Layout
28110
28111 4x^{2}
28112 \backslash
28113 left(B^{2}+x_{0}^{2}
28114 \backslash
28115 right)+4x_{0}x
28116 \backslash
28117 left(D-B^{2}
28118 \backslash
28119 right)+B^{2}
28120 \backslash
28121 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28122 \backslash
28123 right) & = & 0
28124 \end_layout
28125
28126 \begin_layout Plain Layout
28127
28128
28129 \backslash
28130 end{eqnarray*}
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Standard
28139 \begin_inset VSpace bigskip
28140 \end_inset
28141
28142 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28143  man die Länge 
28144 \series bold
28145
28146 \backslash
28147 jot
28148 \series default
28149
28150 \begin_inset Index idx
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154 Befehle ! J ! 
28155 \backslash
28156 jot
28157 \end_layout
28158
28159 \end_inset
28160
28161 .
28162  Es gilt 
28163 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28164 \end_inset
28165
28166 .
28167  Voreingestellt ist für 
28168 \series bold
28169
28170 \backslash
28171 jot
28172 \series default
28173  der Wert 3
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177 pt.
28178  Um wie im vorigen Beispiel 3
28179 \begin_inset space \thinspace{}
28180 \end_inset
28181
28182 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28183 \end_layout
28184
28185 \begin_layout Standard
28186
28187 \series bold
28188
28189 \backslash
28190 setlength{
28191 \backslash
28192 jot}{3mm+3pt}
28193 \end_layout
28194
28195 \begin_layout Standard
28196 im TeX-Modus vor der Formel ein.
28197  Das setzt voraus, dass das LaTeX-Paket 
28198 \series bold
28199 calc
28200 \series default
28201
28202 \begin_inset Foot
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206
28207 \series bold
28208 calc
28209 \series default
28210  ist Teil jeder LaTeX-Standardinstallation.
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \begin_inset Index idx
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220 Pakete ! calc
28221 \end_layout
28222
28223 \end_inset
28224
28225  im LaTeX-Vorspann mit der Zeile
28226 \end_layout
28227
28228 \begin_layout Standard
28229
28230 \series bold
28231
28232 \backslash
28233 usepackage{calc}
28234 \end_layout
28235
28236 \begin_layout Standard
28237 geladen wurde.
28238 \end_layout
28239
28240 \begin_layout Standard
28241 Man erhält: 
28242 \begin_inset ERT
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246
28247
28248 \backslash
28249 setlength{
28250 \backslash
28251 jot}{3mm+3pt}
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \begin_inset Formula \begin{eqnarray*}
28258 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}\\
28259 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
28260 \end{eqnarray*}
28261
28262 \end_inset
28263
28264
28265 \end_layout
28266
28267 \begin_layout Standard
28268 \begin_inset ERT
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272
28273
28274 \backslash
28275 setlength{
28276 \backslash
28277 jot}{3pt}
28278 \end_layout
28279
28280 \end_inset
28281
28282  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28283 \series bold
28284
28285 \backslash
28286 jot
28287 \series default
28288  auf den Wert 3
28289 \begin_inset space \thinspace{}
28290 \end_inset
28291
28292 pt.
28293 \end_layout
28294
28295 \begin_layout Subsubsection
28296 Spaltenabstand
28297 \begin_inset CommandInset label
28298 LatexCommand label
28299 name "sub:Spaltenabstand"
28300
28301 \end_inset
28302
28303
28304 \begin_inset Index idx
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308 Formel ! mehrzeilige ! Spaltenabstand
28309 \end_layout
28310
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \begin_layout Standard
28317 Mehrzeilige Formeln bilden eine Matrix.
28318  Eine Formel in der Eqnarray-Umgebung ist z.
28319 \begin_inset space \thinspace{}
28320 \end_inset
28321
28322 B.
28323  eine dreispaltige Matrix.
28324  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28325  neben den Relationszeichen ändern.
28326 \end_layout
28327
28328 \begin_layout Standard
28329 Der Spaltenabstand wird mit der Länge 
28330 \series bold
28331
28332 \backslash
28333 arraycolsep
28334 \series default
28335
28336 \begin_inset Index idx
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 Befehle ! A ! 
28341 \backslash
28342 arraycolsep
28343 \end_layout
28344
28345 \end_inset
28346
28347  festgelegt, wobei gilt:
28348 \begin_inset Newline newline
28349 \end_inset
28350
28351 Spaltenabstand = 2
28352 \begin_inset space \thinspace{}
28353 \end_inset
28354
28355
28356 \series bold
28357
28358 \backslash
28359 arraycolsep
28360 \series default
28361 .
28362 \begin_inset Newline newline
28363 \end_inset
28364
28365 Der im TeX-Modus eingegebene Befehl
28366 \end_layout
28367
28368 \begin_layout Standard
28369
28370 \series bold
28371
28372 \backslash
28373 setlength{
28374 \backslash
28375 arraycolsep}{1cm}
28376 \end_layout
28377
28378 \begin_layout Standard
28379 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383 cm.
28384  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28385 \series bold
28386
28387 \backslash
28388 arraycolsep
28389 \series default
28390  auf 5
28391 \begin_inset space \thinspace{}
28392 \end_inset
28393
28394 pt.
28395 \end_layout
28396
28397 \begin_layout Standard
28398 Eine Formel mit 2
28399 \begin_inset space \thinspace{}
28400 \end_inset
28401
28402 cm Spaltenabstand:
28403 \begin_inset ERT
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407
28408
28409 \backslash
28410 setlength{
28411 \backslash
28412 arraycolsep}{1cm}
28413 \end_layout
28414
28415 \end_inset
28416
28417
28418 \begin_inset Formula \begin{eqnarray*}
28419 A & = & B\\
28420 C & \ne & A
28421 \end{eqnarray*}
28422
28423 \end_inset
28424
28425 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28426 \begin_inset space \thinspace{}
28427 \end_inset
28428
28429 pt:
28430 \begin_inset ERT
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434
28435
28436 \backslash
28437 setlength{
28438 \backslash
28439 arraycolsep}{5pt}
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \begin_inset Formula \begin{eqnarray*}
28446 A & = & B\\
28447 C & \ne & A
28448 \end{eqnarray*}
28449
28450 \end_inset
28451
28452
28453 \end_layout
28454
28455 \begin_layout Standard
28456 \begin_inset Newpage newpage
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Subsubsection
28463 Lange Formeln
28464 \begin_inset Index idx
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468 Formel ! lange
28469 \end_layout
28470
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \begin_layout Standard
28477 Lange Formeln kann man wie folgt setzen:
28478 \end_layout
28479
28480 \begin_layout Itemize
28481 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28482  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28483 \begin_inset Formula \begin{eqnarray}
28484 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 \\
28485  &  & -\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}
28486 \end{eqnarray}
28487
28488 \end_inset
28489
28490 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28491  als Operator, da es das erste Zeichen der Zeile ist.
28492  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28493  Bruchstrich unterscheiden.
28494  Um das zu verhindern, wurde mit dem Befehl 
28495 \series bold
28496
28497 \backslash
28498 hspace
28499 \series default
28500  3
28501 \begin_inset space \thinspace{}
28502 \end_inset
28503
28504 pt Leerraum hinter das Minuszeichen eingefügt.
28505 \begin_inset Foot
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509 mehr zu 
28510 \series bold
28511
28512 \backslash
28513 hspace
28514 \series default
28515  siehe 
28516 \begin_inset CommandInset ref
28517 LatexCommand ref
28518 reference "sub:Variabler-Leerraum"
28519
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \end_inset
28526
28527
28528 \begin_inset Index idx
28529 status collapsed
28530
28531 \begin_layout Plain Layout
28532 Befehle ! H ! 
28533 \backslash
28534 hspace
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Itemize
28543 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28544 \series bold
28545
28546 \backslash
28547 lefteqn
28548 \series default
28549
28550 \begin_inset Index idx
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554 Befehle ! L ! 
28555 \backslash
28556 lefteqn
28557 \end_layout
28558
28559 \end_inset
28560
28561 .
28562  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28563  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28564 \begin_inset Formula \begin{eqnarray}
28565 \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 \\
28566  &  & -\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 \\
28567  &  & =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}
28568 \end{eqnarray}
28569
28570 \end_inset
28571
28572 Nachdem man 
28573 \series bold
28574
28575 \backslash
28576 lefteqn
28577 \series default
28578  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28579  das gegenüber dem blauen leicht verschoben ist.
28580  In dieses wird die Formel eingegeben.
28581 \begin_inset Newline newline
28582 \end_inset
28583
28584 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28585  eingegeben.
28586  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28587  Einrückung.
28588 \begin_inset VSpace medskip
28589 \end_inset
28590
28591
28592 \begin_inset Newline newline
28593 \end_inset
28594
28595
28596 \begin_inset Note Greyedout
28597 status open
28598
28599 \begin_layout Plain Layout
28600 Bei der Verwendung von 
28601 \series bold
28602
28603 \backslash
28604 lefteqn
28605 \series default
28606  ist Folgendes zu beachten:
28607 \end_layout
28608
28609 \begin_layout Itemize
28610 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28611  Würde man in obigem Beispiel der ersten Zeile den Term 
28612 \begin_inset Formula $-B^{2}$
28613 \end_inset
28614
28615  anfügen, befände sich dieser außerhalb des Seitenrands.
28616  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28617  Leerraum einfügen.
28618 \end_layout
28619
28620 \begin_layout Itemize
28621 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28622  erste Zeile gesetzt werden.
28623 \begin_inset Foot
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627 \begin_inset CommandInset href
28628 LatexCommand href
28629 name "LyX-Fehler #1429"
28630 target "http://www.lyx.org/trac/ticket/1429"
28631
28632 \end_inset
28633
28634
28635 \end_layout
28636
28637 \end_inset
28638
28639  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28640  Pfeiltasten bewegen.
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \begin_layout Itemize
28649 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28650 \begin_inset CommandInset ref
28651 LatexCommand ref
28652 reference "sub:Multline-Umgebung"
28653
28654 \end_inset
28655
28656  und 
28657 \begin_inset CommandInset ref
28658 LatexCommand ref
28659 reference "sub:Mehrzeilige-Formelteile"
28660
28661 \end_inset
28662
28663  beschriebenen Umgebungen.
28664 \end_layout
28665
28666 \begin_layout Subsubsection
28667 Mehrzeilige Klammern
28668 \begin_inset CommandInset label
28669 LatexCommand label
28670 name "sub:Mehrzeilige-Klammern"
28671
28672 \end_inset
28673
28674
28675 \begin_inset Index idx
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679 Klammern ! mehrzeilige
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Standard
28688 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28689 \begin_inset Formula \begin{eqnarray*}
28690 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28691  &  & \left.\cdots+B-D\right]
28692 \end{eqnarray*}
28693
28694 \end_inset
28695
28696
28697 \end_layout
28698
28699 \begin_layout Standard
28700 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28701  Größe dürfen nicht über mehrere Zeilen gehen.
28702 \end_layout
28703
28704 \begin_layout Standard
28705 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28706  erste Zeile mit 
28707 \series bold
28708
28709 \backslash
28710 right.
28711 \series default
28712
28713 \begin_inset Index idx
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717 Befehle ! R ! 
28718 \backslash
28719 right
28720 \end_layout
28721
28722 \end_inset
28723
28724  und beginnt die zweite Zeile mit 
28725 \series bold
28726
28727 \backslash
28728 left.
28729 \begin_inset Foot
28730 status collapsed
28731
28732 \begin_layout Plain Layout
28733 mehr zu 
28734 \series bold
28735
28736 \backslash
28737 left
28738 \series default
28739  und 
28740 \series bold
28741
28742 \backslash
28743 right
28744 \series default
28745  siehe 
28746 \begin_inset CommandInset ref
28747 LatexCommand ref
28748 reference "sub:Automatische-Klammergrößen"
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \series default
28759
28760 \begin_inset Index idx
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764 Befehle ! L ! 
28765 \backslash
28766 left
28767 \end_layout
28768
28769 \end_inset
28770
28771 .
28772  Nach 
28773 \series bold
28774
28775 \backslash
28776 left.
28777
28778 \series default
28779  gibt man den Befehl 
28780 \series bold
28781
28782 \backslash
28783 vphantom
28784 \series default
28785
28786 \begin_inset ERT
28787 status collapsed
28788
28789 \begin_layout Plain Layout
28790
28791
28792 \backslash
28793 leer 
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \series bold
28800
28801 \backslash
28802 prod
28803 \series default
28804 ^
28805 \begin_inset ERT
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809
28810
28811 \backslash
28812 leer 
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \series bold
28819
28820 \backslash
28821 infty
28822 \series default
28823
28824 \begin_inset ERT
28825 status collapsed
28826
28827 \begin_layout Plain Layout
28828
28829
28830 \backslash
28831 leer 
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \series bold
28838
28839 \begin_inset Formula $\downarrow$
28840 \end_inset
28841
28842 _R=1}
28843 \series default
28844
28845 \begin_inset Index idx
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849 Befehle ! V ! 
28850 \backslash
28851 vphantom
28852 \end_layout
28853
28854 \end_inset
28855
28856  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28857  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28858 \end_layout
28859
28860 \begin_layout Standard
28861 Das Ergebnis sieht so aus:
28862 \begin_inset Formula \begin{eqnarray*}
28863 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28864  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28865 \end{eqnarray*}
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Subsection
28873 Align-Umgebungen
28874 \end_layout
28875
28876 \begin_layout Standard
28877 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28878  werden.
28879  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28880 \end_layout
28881
28882 \begin_layout Standard
28883 Align-Umgebungen bestehen aus Spalten.
28884  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28885  ausgerichtet.
28886  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28887 \end_layout
28888
28889 \begin_layout Standard
28890 Align-Umgebung werden über das Menü 
28891 \family sans
28892 Einfügen\SpecialChar \menuseparator
28893 Mathe
28894 \family default
28895  erstellt.
28896  Über das Menü 
28897 \family sans
28898 Bearbeiten\SpecialChar \menuseparator
28899 Mathe\SpecialChar \menuseparator
28900 Formelart
28901 \begin_inset space ~
28902 \end_inset
28903
28904 ändern
28905 \family default
28906  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28907 \end_layout
28908
28909 \begin_layout Standard
28910 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28911
28912 \begin_inset Graphics
28913         filename ../../images/tabular-feature_append-column.png
28914         scale 85
28915
28916 \end_inset
28917
28918  bzw.
28919 \begin_inset space ~
28920 \end_inset
28921
28922
28923 \begin_inset Graphics
28924         filename ../../images/tabular-feature_delete-column.png
28925         scale 85
28926
28927 \end_inset
28928
28929  oder das Menü 
28930 \family sans
28931 Bearbeiten\SpecialChar \menuseparator
28932 Zeilen & Spalten
28933 \family default
28934  verwendet werden.
28935 \end_layout
28936
28937 \begin_layout Subsubsection
28938 Standard align-Umgebung
28939 \begin_inset CommandInset label
28940 LatexCommand label
28941 name "sub:Standard-align-Umgebung"
28942
28943 \end_inset
28944
28945
28946 \begin_inset Index idx
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950 Formel ! mehrzeilige ! align-Umgebung
28951 \end_layout
28952
28953 \end_inset
28954
28955
28956 \end_layout
28957
28958 \begin_layout Standard
28959 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28960 \family sans
28961 Strg+Enter
28962 \family default
28963  drückt oder das Menü 
28964 \family sans
28965 Einfügen\SpecialChar \menuseparator
28966 Mathe\SpecialChar \menuseparator
28967 AMS align-Umge\SpecialChar \-
28968 bung
28969 \family default
28970  aufruft.
28971 \end_layout
28972
28973 \begin_layout Standard
28974 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28975 n align-Umgebung erzeugt wurden:
28976 \begin_inset Formula \begin{align*}
28977 A & =\sin(B) & C & =D\\
28978 C & \ne A & B & \ne D
28979 \end{align*}
28980
28981 \end_inset
28982
28983 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28984  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28985 \series bold
28986
28987 \backslash
28988 hfill
28989 \begin_inset Foot
28990 status collapsed
28991
28992 \begin_layout Plain Layout
28993 mehr zu 
28994 \series bold
28995
28996 \backslash
28997 hfill
28998 \series default
28999  siehe 
29000 \begin_inset CommandInset ref
29001 LatexCommand ref
29002 reference "sub:Variabler-Leerraum"
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \series default
29013  befinden.
29014  Ist der Formelstil 
29015 \series bold
29016 Eingerückt
29017 \begin_inset Foot
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021 Formelstile siehe 
29022 \begin_inset CommandInset ref
29023 LatexCommand ref
29024 reference "sec:Formelstile"
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \series default
29035  gewählt, wird die Formel ohne den 
29036 \series bold
29037
29038 \backslash
29039 hfill
29040 \series default
29041  vor der ersten Spalte gesetzt.
29042 \end_layout
29043
29044 \begin_layout Subsubsection
29045 Alignat-Umgebung
29046 \begin_inset Index idx
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 Formel ! mehrzeilige ! alignat-Umgebung
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Standard
29059 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29060  Man kann ihn manuell durch die in 
29061 \begin_inset CommandInset ref
29062 LatexCommand ref
29063 reference "sub:Leerraum"
29064
29065 \end_inset
29066
29067  beschriebenen Leerräume einfügen.
29068 \end_layout
29069
29070 \begin_layout Standard
29071 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29072  Formel 1
29073 \begin_inset space \thinspace{}
29074 \end_inset
29075
29076 cm Leerraum eingefügt wurde:
29077 \begin_inset Formula \begin{alignat*}{2}
29078 A & =\sin(B) & \hspace{1cm}C & =D\\
29079 C & \ne A & B & \ne D
29080 \end{alignat*}
29081
29082 \end_inset
29083
29084 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29085  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29086  Formeln.
29087 \end_layout
29088
29089 \begin_layout Subsubsection
29090 Flalign-Umgebung
29091 \begin_inset CommandInset label
29092 LatexCommand label
29093 name "sub:Flalign-Umgebung"
29094
29095 \end_inset
29096
29097
29098 \begin_inset Index idx
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102 Formel ! mehrzeilige ! flalign-Umgebung
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \begin_layout Standard
29111 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29112  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29113  Dazu ein Beispiel:
29114 \begin_inset Formula \begin{flalign*}
29115 A & =1 & B & =2 & C & =3\\
29116 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29117 \end{flalign*}
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Standard
29125 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29126  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29127  im Dokument links setzen obwohl der Formelstil 
29128 \series bold
29129 Zentriert
29130 \series default
29131  eingestellt ist.
29132  Als Beispiel die eingerückte ausgerichtete Formel 
29133 \begin_inset CommandInset ref
29134 LatexCommand eqref
29135 reference "eq:VolInt"
29136
29137 \end_inset
29138
29139 :
29140 \begin_inset Formula \begin{flalign}
29141 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29142
29143 \end_inset
29144
29145 In den ersten beiden Spalten befindet sich die Formel.
29146  Damit sie wie beim Formelstil 
29147 \series bold
29148 Eingerückt
29149 \series default
29150  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29151 \begin_inset space \thinspace{}
29152 \end_inset
29153
29154 pt Leerraum eingefügt.
29155 \end_layout
29156
29157 \begin_layout Subsection
29158 Eqnarray-Umgebung
29159 \begin_inset CommandInset label
29160 LatexCommand label
29161 name "sub:Eqnarray-Umgebung"
29162
29163 \end_inset
29164
29165
29166 \begin_inset Index idx
29167 status collapsed
29168
29169 \begin_layout Plain Layout
29170 Formel ! mehrzeilige ! Eqnarray-Umgebung
29171 \end_layout
29172
29173 \end_inset
29174
29175
29176 \end_layout
29177
29178 \begin_layout Standard
29179 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29180  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29181  ausgerichtet.
29182  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29183  da dieses Kästchen nur für Relationzeichen gedacht ist.
29184 \begin_inset Formula \begin{eqnarray*}
29185 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29186 AB & AB & AB\\
29187 A & = & A
29188 \end{eqnarray*}
29189
29190 \end_inset
29191
29192
29193 \end_layout
29194
29195 \begin_layout Subsection
29196 Gather-Umgebung
29197 \begin_inset Index idx
29198 status collapsed
29199
29200 \begin_layout Plain Layout
29201 Formel ! mehrzeilige ! Gather-Umgebung
29202 \end_layout
29203
29204 \end_inset
29205
29206
29207 \end_layout
29208
29209 \begin_layout Standard
29210 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29211  Jede Zeile kann nummeriert werden.
29212 \begin_inset Formula \begin{gather}
29213 A=1\\
29214 X=\textrm{-}1
29215 \end{gather}
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Subsection
29223 Multline-Umgebung
29224 \begin_inset CommandInset label
29225 LatexCommand label
29226 name "sub:Multline-Umgebung"
29227
29228 \end_inset
29229
29230
29231 \begin_inset Index idx
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235 Formel ! mehrzeilige ! Multline-Umgebung
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Standard
29244 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29245  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29246  Alle anderen Zeilen sind zentriert.
29247  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29248  Als Beispiel Formel 
29249 \begin_inset CommandInset ref
29250 LatexCommand eqref
29251 reference "eq:lefteqn"
29252
29253 \end_inset
29254
29255  in der multline-Umgebung:
29256 \begin_inset Formula \begin{multline}
29257 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}\\
29258 -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}\\
29259 =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}}
29260 \end{multline}
29261
29262 \end_inset
29263
29264
29265 \end_layout
29266
29267 \begin_layout Standard
29268 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29269  nummeriert, wenn rechts (links) nummeriert wird.
29270 \begin_inset Foot
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274 Nummerierungsstile siehe 
29275 \begin_inset CommandInset ref
29276 LatexCommand ref
29277 reference "sec:Formelstile"
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Standard
29290 Mit den Befehlen 
29291 \series bold
29292
29293 \backslash
29294 shoveright
29295 \series default
29296
29297 \begin_inset Index idx
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301 Befehle ! S ! 
29302 \backslash
29303 shoveright
29304 \end_layout
29305
29306 \end_inset
29307
29308  und 
29309 \series bold
29310
29311 \backslash
29312 shoveleft
29313 \series default
29314
29315 \begin_inset Index idx
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 Befehle ! S ! 
29320 \backslash
29321 shoveleft
29322 \end_layout
29323
29324 \end_inset
29325
29326  kann eine zentrierte Zeile rechts bzw.
29327  links ausgerichtet werden.
29328  Die Befehle werden folgendermaßen verwendet:
29329 \end_layout
29330
29331 \begin_layout Standard
29332
29333 \series bold
29334
29335 \backslash
29336 shoveright{Zeileninhalt}
29337 \series default
29338  bzw.
29339  
29340 \series bold
29341
29342 \backslash
29343 shoveleft{Zeileninhalt}
29344 \end_layout
29345
29346 \begin_layout Standard
29347 \begin_inset VSpace medskip
29348 \end_inset
29349
29350 Die Länge 
29351 \series bold
29352
29353 \backslash
29354 multlinegap
29355 \series default
29356
29357 \begin_inset Index idx
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361 Befehle ! M ! 
29362 \backslash
29363 multlinegap
29364 \end_layout
29365
29366 \end_inset
29367
29368  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29369  Voreingestellt ist die Länge 0
29370 \begin_inset space \thinspace{}
29371 \end_inset
29372
29373 pt.
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29378 \end_layout
29379
29380 \begin_layout Standard
29381
29382 \series bold
29383
29384 \backslash
29385 setlength{
29386 \backslash
29387 multlinegap}{2cm}
29388 \end_layout
29389
29390 \begin_layout Standard
29391 eingegeben wurde:
29392 \begin_inset ERT
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396
29397
29398 \backslash
29399 setlength{
29400 \backslash
29401 multlinegap}{2cm}
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \begin_inset Formula \begin{multline}
29408 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}\\
29409 \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}}\\
29410 =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}}
29411 \end{multline}
29412
29413 \end_inset
29414
29415
29416 \begin_inset ERT
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420
29421
29422 \backslash
29423 setlength{
29424 \backslash
29425 multlinegap}{0pt}
29426 \end_layout
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \begin_layout Standard
29434 Die zweite Zeile wurde mit 
29435 \series bold
29436
29437 \backslash
29438 shoveleft
29439 \series default
29440  linksbündig ausgerichtet.
29441 \end_layout
29442
29443 \begin_layout Subsection
29444 Mehrzeilige Formelteile
29445 \begin_inset CommandInset label
29446 LatexCommand label
29447 name "sub:Mehrzeilige-Formelteile"
29448
29449 \end_inset
29450
29451
29452 \begin_inset Index idx
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456 Formel ! mehrzeilige ! Formelteile
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29466  der folgenden Umgebungen: 
29467 \series bold
29468 aligned
29469 \series default
29470
29471 \series bold
29472 alignedat
29473 \series default
29474
29475 \series bold
29476 gathered
29477 \series default
29478  oder 
29479 \series bold
29480 split
29481 \series default
29482 .
29483  Sie können über das Menü 
29484 \family sans
29485 Einfügen\SpecialChar \menuseparator
29486 Mathe
29487 \family default
29488  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29489 \end_layout
29490
29491 \begin_layout Standard
29492 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29493 n Formel\SpecialChar \-
29494 umgebungen.
29495  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29496  Dazu ein Beispiel:
29497 \begin_inset Formula \[
29498 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29499 \Delta E\Delta t & \ge\frac{\hbar}{2}
29500 \end{aligned}
29501 \right\} \textrm{Unbestimmtheitsrelationen}\]
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Standard
29509 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29510  der Befehl 
29511 \series bold
29512
29513 \backslash
29514 aligned
29515 \series default
29516
29517 \begin_inset Index idx
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 Befehle ! A ! 
29522 \backslash
29523 aligned
29524 \end_layout
29525
29526 \end_inset
29527
29528  eingegeben wird.
29529  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29530  und Zeilen hinzufügen kann.
29531  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29532  gesetzt werden.
29533 \end_layout
29534
29535 \begin_layout Standard
29536 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29537  ausgerichtet sind.
29538  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29539  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29540  Als Beispiel Formel 
29541 \begin_inset CommandInset ref
29542 LatexCommand eqref
29543 reference "eq:kurzlang"
29544
29545 \end_inset
29546
29547  in der aligned-Umgebung:
29548 \begin_inset Formula \begin{equation}
29549 \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}|}\\
29550  & -\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}|}
29551 \end{aligned}
29552 \end{equation}
29553
29554 \end_inset
29555
29556
29557 \end_layout
29558
29559 \begin_layout Standard
29560 Möchte man die Umgebung 
29561 \series bold
29562 alignedat
29563 \series default
29564
29565 \series bold
29566 gathered
29567 \series default
29568  oder 
29569 \series bold
29570 split
29571 \series default
29572  verwenden, gibt man den Befehl 
29573 \series bold
29574
29575 \backslash
29576 alignedat
29577 \series default
29578 ,
29579 \begin_inset Index idx
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583 Befehle ! A ! 
29584 \backslash
29585 alignedat
29586 \end_layout
29587
29588 \end_inset
29589
29590  
29591 \series bold
29592
29593 \backslash
29594 gathered
29595 \series default
29596
29597 \begin_inset Index idx
29598 status collapsed
29599
29600 \begin_layout Plain Layout
29601 Befehle ! G ! 
29602 \backslash
29603 gathered
29604 \end_layout
29605
29606 \end_inset
29607
29608  bzw.
29609  
29610 \series bold
29611
29612 \backslash
29613 split
29614 \series default
29615
29616 \begin_inset Index idx
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620 Befehle ! S ! 
29621 \backslash
29622 split
29623 \end_layout
29624
29625 \end_inset
29626
29627  ein.
29628  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29629  jedoch darf sie nur zwei Spalten enthalten.
29630 \end_layout
29631
29632 \begin_layout Subsection
29633 Text in mehrzeiligen Formeln
29634 \begin_inset CommandInset label
29635 LatexCommand label
29636 name "sub:Text-in-mehrzeiligen"
29637
29638 \end_inset
29639
29640
29641 \begin_inset Index idx
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645 Text ! in Formeln
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \begin_inset Index idx
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655 Formel ! mehrzeilige ! Text
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Standard
29664 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29665  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29666  die Ausrichtung der Spalten nicht beeinflusst.
29667  Dazu wird der Befehl 
29668 \series bold
29669
29670 \backslash
29671 intertext
29672 \begin_inset Index idx
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676 Befehle ! I ! 
29677 \backslash
29678 intertext
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \series default
29685  nach folgendem Schema benutzt:
29686 \end_layout
29687
29688 \begin_layout Standard
29689
29690 \series bold
29691
29692 \backslash
29693 intertext{Text}
29694 \end_layout
29695
29696 \begin_layout Standard
29697 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29698  werden kann.
29699  Weil LyX 
29700 \series bold
29701
29702 \backslash
29703 intertext
29704 \series default
29705  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29706  Text.
29707  
29708 \series bold
29709
29710 \backslash
29711 intertext
29712 \series default
29713  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29714  dieser Zeile.
29715  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29716 \begin_inset Formula \begin{align}
29717 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29718 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29719 \end{align}
29720
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \begin_layout Section
29727 Formelnummerierung
29728 \begin_inset Index idx
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732 Formelnummerierung
29733 \end_layout
29734
29735 \end_inset
29736
29737
29738 \begin_inset Index idx
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742 Formel ! Nummerierung|see
29743 \begin_inset ERT
29744 status collapsed
29745
29746 \begin_layout Plain Layout
29747
29748 {
29749 \end_layout
29750
29751 \end_inset
29752
29753 Formelnummerierung
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759 }
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \begin_layout Subsection
29773 Allgemeines
29774 \end_layout
29775
29776 \begin_layout Standard
29777 Nummerierte Formeln können mit dem Menü 
29778 \family sans
29779 Einfügen\SpecialChar \menuseparator
29780 Mathe\SpecialChar \menuseparator
29781 Nummerierte
29782 \begin_inset space ~
29783 \end_inset
29784
29785 Formel
29786 \family default
29787  (Tastenkürzel 
29788 \family sans
29789 Strg+Alt
29790 \begin_inset space ~
29791 \end_inset
29792
29793 N
29794 \family default
29795 ) erstellt, bestehende Formeln über das Menü 
29796 \family sans
29797 Bearbeiten\SpecialChar \menuseparator
29798 Mathe\SpecialChar \menuseparator
29799 Nummerierung
29800 \begin_inset space ~
29801 \end_inset
29802
29803 an/aus
29804 \family default
29805  (Tastenkürzel 
29806 \family sans
29807 Alt+M
29808 \begin_inset space ~
29809 \end_inset
29810
29811 N
29812 \family default
29813 ) nummeriert werden.
29814  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29815  Klammern.
29816  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29817 \end_layout
29818
29819 \begin_layout Standard
29820 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29821  Zeilen nummeriert.
29822  Man kann jedoch über das Menü 
29823 \family sans
29824 Bearbeiten\SpecialChar \menuseparator
29825 Mathe\SpecialChar \menuseparator
29826 Zeilennummerierung an/aus
29827 \family default
29828  (Tastenkürzel 
29829 \family sans
29830 Alt+M
29831 \begin_inset space ~
29832 \end_inset
29833
29834 Shift+N
29835 \family default
29836 ) für jede Zeile die Nummerierung festlegen.
29837 \end_layout
29838
29839 \begin_layout Standard
29840 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29841  werden, siehe 
29842 \begin_inset CommandInset ref
29843 LatexCommand ref
29844 reference "sec:Formelstile"
29845
29846 \end_inset
29847
29848 .
29849 \end_layout
29850
29851 \begin_layout Subsection
29852 Querverweise
29853 \begin_inset Index idx
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857 Querverweise ! auf Formeln
29858 \end_layout
29859
29860 \end_inset
29861
29862
29863 \end_layout
29864
29865 \begin_layout Standard
29866 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29867  Eine Marke wird mit dem Menü 
29868 \family sans
29869 Einfügen\SpecialChar \menuseparator
29870 Marke
29871 \family default
29872  oder dem Werkzeugleistenknopf 
29873 \begin_inset Graphics
29874         filename ../../images/label-insert.png
29875         scale 85
29876
29877 \end_inset
29878
29879  gesetzt.
29880  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29881  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29882 \series bold
29883 eq:
29884 \series default
29885 , nachdem der eigentliche Markenname eingegeben wird.
29886  Der voreingestellte Eintrag steht für 
29887 \begin_inset Quotes gld
29888 \end_inset
29889
29890 equation
29891 \begin_inset Quotes grd
29892 \end_inset
29893
29894  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29895  einer Formel und nicht zu einem Kapitel gehört.
29896  Um eine Marke zu ändern, wählt man wieder das Menü 
29897 \family sans
29898 Einfügen\SpecialChar \menuseparator
29899 Marke
29900 \family default
29901 .
29902 \end_layout
29903
29904 \begin_layout Standard
29905 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29906  Eine Formel mit Marke wird immer nummeriert.
29907 \end_layout
29908
29909 \begin_layout Standard
29910 Querverweise werden mit dem Menü 
29911 \family sans
29912 Einfügen\SpecialChar \menuseparator
29913 Querverweis
29914 \family default
29915  oder dem Werkzeugleistenknopf 
29916 \begin_inset Graphics
29917         filename ../../images/dialog-show-new-inset_ref.png
29918         scale 85
29919
29920 \end_inset
29921
29922  eingefügt.
29923  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29924  Wenn man im Querverweis Dialogfenster das Format 
29925 \series bold
29926 (<Querverweis>)
29927 \series default
29928  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29929 \begin_inset Newline newline
29930 \end_inset
29931
29932 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29933  man zur Formel auf die verwiesen wird.
29934 \end_layout
29935
29936 \begin_layout Standard
29937 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29938 \begin_inset Note Note
29939 status open
29940
29941 \begin_layout Plain Layout
29942 Man beachte die unterschiedlichen Querverweistypen.
29943 \end_layout
29944
29945 \end_inset
29946
29947
29948 \end_layout
29949
29950 \begin_layout Standard
29951 Die Gleichungen 
29952 \begin_inset CommandInset ref
29953 LatexCommand eqref
29954 reference "eq:tag"
29955
29956 \end_inset
29957
29958  und 
29959 \begin_inset CommandInset ref
29960 LatexCommand eqref
29961 reference "eq:c"
29962
29963 \end_inset
29964
29965  sind äquivalent.
29966  In (
29967 \begin_inset CommandInset ref
29968 LatexCommand ref
29969 reference "eq:Lat"
29970
29971 \end_inset
29972
29973 ) werden im Gegensatz zu (
29974 \begin_inset CommandInset ref
29975 LatexCommand ref
29976 reference "eq:Roem"
29977
29978 \end_inset
29979
29980 ) große lateinische Buchstaben zur Nummerierung verwendet.
29981 \end_layout
29982
29983 \begin_layout Standard
29984 \begin_inset VSpace medskip
29985 \end_inset
29986
29987 Ist im Argument von 
29988 \series bold
29989
29990 \backslash
29991 tag
29992 \begin_inset Foot
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996
29997 \series bold
29998
29999 \backslash
30000 tag
30001 \series default
30002  ist in 
30003 \begin_inset CommandInset ref
30004 LatexCommand ref
30005 reference "sub:Benutzerdefinierte-Nummerierung"
30006
30007 \end_inset
30008
30009  beschrieben.
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \series default
30016  wie in 
30017 \begin_inset CommandInset ref
30018 LatexCommand ref
30019 reference "sub:Absatzboxen"
30020
30021 \end_inset
30022
30023  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30024 \end_layout
30025
30026 \begin_layout Subsection
30027 Unternummerierung
30028 \begin_inset Index idx
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Formelnummerierung ! Unternummerierung
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \end_layout
30039
30040 \begin_layout Standard
30041 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30042  
30043 \begin_inset Newline newline
30044 \end_inset
30045
30046
30047 \series bold
30048
30049 \backslash
30050 begin{subequations}
30051 \series default
30052  und 
30053 \series bold
30054
30055 \backslash
30056 end{subequations}
30057 \series default
30058  erreichen.
30059  Beide Befehle werden im TeX-Modus eingegeben.
30060 \end_layout
30061
30062 \begin_layout Standard
30063 Dazu ein Beispiel:
30064 \begin_inset Formula \begin{equation}
30065 A=C-B\label{eq:a}\end{equation}
30066
30067 \end_inset
30068
30069
30070 \begin_inset ERT
30071 status collapsed
30072
30073 \begin_layout Plain Layout
30074
30075
30076 \backslash
30077 addtocounter{equation}{-1}
30078 \end_layout
30079
30080 \end_inset
30081
30082
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088
30089 \backslash
30090 begin{subequations}
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \begin_inset VSpace -5mm
30097 \end_inset
30098
30099
30100 \begin_inset Formula \begin{equation}
30101 B=C-A\label{eq:b}\end{equation}
30102
30103 \end_inset
30104
30105
30106 \begin_inset Formula \begin{equation}
30107 C=A+B\label{eq:c}\end{equation}
30108
30109 \end_inset
30110
30111
30112 \end_layout
30113
30114 \begin_layout Standard
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120
30121 \backslash
30122 end{subequations}
30123 \end_layout
30124
30125 \end_inset
30126
30127
30128 \end_layout
30129
30130 \begin_layout Standard
30131 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30132 \end_layout
30133
30134 \begin_layout Enumerate
30135 erste Formel eingeben
30136 \end_layout
30137
30138 \begin_layout Enumerate
30139
30140 \series bold
30141
30142 \backslash
30143 addtocounter{equation}{-1} 
30144 \backslash
30145 begin{subequations}
30146 \begin_inset Index idx
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150 Befehle ! A ! 
30151 \backslash
30152 addtocounter
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \begin_inset Newline newline
30159 \end_inset
30160
30161
30162 \series default
30163 nach der ersten Formel einfügen
30164 \end_layout
30165
30166 \begin_layout Enumerate
30167 zweite Formel eingeben
30168 \end_layout
30169
30170 \begin_layout Enumerate
30171 dritte Formel eingeben
30172 \end_layout
30173
30174 \begin_layout Enumerate
30175
30176 \series bold
30177
30178 \backslash
30179 end{subequations}
30180 \series default
30181  nach der dritten Formel einfügen
30182 \end_layout
30183
30184 \begin_layout Standard
30185 Jede Formel, die zwischen den Befehlen 
30186 \series bold
30187
30188 \backslash
30189 begin
30190 \series default
30191  und 
30192 \series bold
30193
30194 \backslash
30195 end
30196 \series default
30197  steht, wird mit a, b, c, \SpecialChar \ldots{}
30198  untergliedert.
30199  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30200  Alle untergliederten Formeln gelten als 
30201 \emph on
30202 eine
30203 \emph default
30204  nummerierte Formel.
30205  Da jede nummerierte Formel den Formelzähler 
30206 \series bold
30207 equation
30208 \series default
30209  um Eins erhöht, ist der Befehl 
30210 \series bold
30211
30212 \backslash
30213 addtocounter
30214 \series default
30215  notwendig um den Zähler wieder zu erniedrigen.
30216  Ansonsten würden die Formeln 
30217 \begin_inset CommandInset ref
30218 LatexCommand eqref
30219 reference "eq:a"
30220
30221 \end_inset
30222
30223
30224 \begin_inset CommandInset ref
30225 LatexCommand eqref
30226 reference "eq:b"
30227
30228 \end_inset
30229
30230
30231 \begin_inset CommandInset ref
30232 LatexCommand eqref
30233 reference "eq:c"
30234
30235 \end_inset
30236
30237  als 
30238 \begin_inset CommandInset ref
30239 LatexCommand eqref
30240 reference "eq:a"
30241
30242 \end_inset
30243
30244
30245 \begin_inset CommandInset ref
30246 LatexCommand eqref
30247 reference "eq:d"
30248
30249 \end_inset
30250
30251
30252 \begin_inset CommandInset ref
30253 LatexCommand eqref
30254 reference "eq:f"
30255
30256 \end_inset
30257
30258  nummeriert werden.
30259 \end_layout
30260
30261 \begin_layout Standard
30262 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30263  Formeln automatisch etwas Leerraum erstellt.
30264  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30265 \series bold
30266
30267 \backslash
30268 begin{subequations}
30269 \series default
30270  -5
30271 \begin_inset space \thinspace{}
30272 \end_inset
30273
30274 mm vertikalen Leerraum ein.
30275  Ist der Formelstil 
30276 \series bold
30277 Eingerückt
30278 \begin_inset Foot
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282 Formelstile siehe 
30283 \begin_inset CommandInset ref
30284 LatexCommand ref
30285 reference "sec:Formelstile"
30286
30287 \end_inset
30288
30289
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \series default
30296  gewählt, fügt man -7
30297 \begin_inset space \thinspace{}
30298 \end_inset
30299
30300 mm Leerraum ein.
30301 \end_layout
30302
30303 \begin_layout Standard
30304 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30305  der zweiten Zeile abgeschaltet wurde:
30306 \begin_inset ERT
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310
30311
30312 \backslash
30313 begin{subequations}
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \begin_inset Formula \begin{eqnarray}
30320 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30321  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30322  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30323 \end{eqnarray}
30324
30325 \end_inset
30326
30327
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 end{subequations}
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Subsection
30344 Benutzerdefinierte Nummerierung
30345 \begin_inset CommandInset label
30346 LatexCommand label
30347 name "sub:Benutzerdefinierte-Nummerierung"
30348
30349 \end_inset
30350
30351
30352 \begin_inset Index idx
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356 Formelnummerierung ! benutzerdefinierte
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Standard
30365 \begin_inset Index idx
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369 Formelnummerierung ! eigene Klammern
30370 \end_layout
30371
30372 \end_inset
30373
30374 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30375  gesetzt.
30376  Will man diese Klammern z.
30377 \begin_inset space \thinspace{}
30378 \end_inset
30379
30380 B.
30381  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30382  an:
30383 \end_layout
30384
30385 \begin_layout Standard
30386
30387 \series bold
30388
30389 \backslash
30390 def
30391 \backslash
30392 tagform@#1{
30393 \backslash
30394 maketag@@@{|#1|}}
30395 \series default
30396
30397 \begin_inset Note Note
30398 status collapsed
30399
30400 \begin_layout Plain Layout
30401 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30402  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30403  werden.
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30413 \series bold
30414 #1
30415 \series default
30416  durch ein oder mehrere gewünschte Zeichen.
30417  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30418 \end_layout
30419
30420 \begin_layout Standard
30421 \begin_inset VSpace bigskip
30422 \end_inset
30423
30424 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30425  hinter der Formel stehen, benutzt man den Befehl 
30426 \series bold
30427
30428 \backslash
30429 tag
30430 \series default
30431
30432 \begin_inset Index idx
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436 Befehle ! T ! 
30437 \backslash
30438 tag
30439 \end_layout
30440
30441 \end_inset
30442
30443 :
30444 \begin_inset Formula \begin{equation}
30445 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30446
30447 \end_inset
30448
30449  In diesem Beispiel wurde in der Formel der Befehl 
30450 \series bold
30451
30452 \backslash
30453 tag
30454 \series default
30455
30456 \begin_inset ERT
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460
30461
30462 \backslash
30463 leer 
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \series bold
30470 etwas
30471 \series default
30472  eingegeben.
30473 \end_layout
30474
30475 \begin_layout Standard
30476 Gibt man stattdessen 
30477 \series bold
30478
30479 \backslash
30480 tag*
30481 \series default
30482
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488
30489 \backslash
30490 leer 
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \series bold
30497 etwas
30498 \series default
30499  ein, verhindert der Stern die Klammern um den Ausdruck:
30500 \begin_inset Formula \[
30501 A+B=C\tag*{etwas}\]
30502
30503 \end_inset
30504
30505
30506 \end_layout
30507
30508 \begin_layout Standard
30509 \begin_inset VSpace bigskip
30510 \end_inset
30511
30512 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30513  oder 
30514 \begin_inset ERT
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518
30519
30520 \backslash
30521 mbox{
30522 \end_layout
30523
30524 \end_inset
30525
30526 -abschnitt
30527 \begin_inset ERT
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531
30532 }
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \begin_inset Note Note
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542 Der Befehl 
30543 \series bold
30544
30545 \backslash
30546 mbox
30547 \series default
30548  verhindert, dass am Bindestrich umgebrochen wird.
30549 \end_layout
30550
30551 \end_inset
30552
30553  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30554 \end_layout
30555
30556 \begin_layout Standard
30557
30558 \series bold
30559
30560 \backslash
30561 @addtoreset{equation}{part}
30562 \series default
30563
30564 \begin_inset Index idx
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568 Befehle ! 
30569 \begin_inset ERT
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573
30574 "
30575 \end_layout
30576
30577 \end_inset
30578
30579 @
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585 "
30586 \end_layout
30587
30588 \end_inset
30589
30590  ! 
30591 \backslash
30592
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598 "
30599 \end_layout
30600
30601 \end_inset
30602
30603 @
30604 \begin_inset ERT
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608
30609 "
30610 \end_layout
30611
30612 \end_inset
30613
30614 addtoreset
30615 \end_layout
30616
30617 \end_inset
30618
30619
30620 \begin_inset Newline newline
30621 \end_inset
30622
30623 bzw.
30624 \begin_inset Newline newline
30625 \end_inset
30626
30627
30628 \series bold
30629
30630 \backslash
30631 @addtoreset{equation}{section}
30632 \end_layout
30633
30634 \begin_layout Standard
30635 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30636 \begin_inset Quotes gld
30637 \end_inset
30638
30639 @
30640 \begin_inset Quotes grd
30641 \end_inset
30642
30643  Zeichen für LaTeX mit dem Befehl 
30644 \series bold
30645
30646 \backslash
30647 makeatletter
30648 \series default
30649  
30650 \begin_inset Quotes gld
30651 \end_inset
30652
30653 aktiv
30654 \begin_inset Quotes grd
30655 \end_inset
30656
30657  gemacht werden.
30658  Der Befehl 
30659 \series bold
30660
30661 \backslash
30662 makeatother
30663 \series default
30664  macht dies wieder rückgängig.
30665  Daher ist die Befehlssequenz im TeX-Modus:
30666 \end_layout
30667
30668 \begin_layout Standard
30669
30670 \series bold
30671
30672 \backslash
30673 makeatletter
30674 \begin_inset Newline newline
30675 \end_inset
30676
30677
30678 \backslash
30679 @addtoreset{equation}{section}
30680 \begin_inset Newline newline
30681 \end_inset
30682
30683
30684 \backslash
30685 makeatother
30686 \end_layout
30687
30688 \begin_layout Standard
30689 Im LaTeX-Vorspann können 
30690 \series bold
30691
30692 \backslash
30693 makeatletter
30694 \series default
30695  und 
30696 \series bold
30697
30698 \backslash
30699 makeatother
30700 \series default
30701  weggelassen werden, da LyX sie automatisch intern einfügt.
30702 \end_layout
30703
30704 \begin_layout Standard
30705 Um 
30706 \series bold
30707
30708 \backslash
30709 @addtoreset
30710 \series default
30711  rückgängig zu machen, muss die Datei 
30712 \series bold
30713 remreset.sty
30714 \series default
30715
30716 \begin_inset Foot
30717 status collapsed
30718
30719 \begin_layout Plain Layout
30720
30721 \series bold
30722 remreset
30723 \series default
30724  ist Teil des LaTeX-Paketes 
30725 \series bold
30726 carlisle
30727 \series default
30728
30729 \begin_inset Index idx
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733 Pakete ! carlisle
30734 \end_layout
30735
30736 \end_inset
30737
30738 , das Teil jeder LaTeX-Standardinstallation ist.
30739 \end_layout
30740
30741 \end_inset
30742
30743
30744 \begin_inset Index idx
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748 Pakete ! remreset
30749 \end_layout
30750
30751 \end_inset
30752
30753  im LaTeX-Vorspann mit der Zeile
30754 \end_layout
30755
30756 \begin_layout Standard
30757
30758 \series bold
30759
30760 \backslash
30761 usepackage{remreset}
30762 \end_layout
30763
30764 \begin_layout Standard
30765 geladen werden.
30766  Dann kann der Befehl 
30767 \series bold
30768
30769 \backslash
30770 @removefromreset
30771 \series default
30772
30773 \begin_inset Index idx
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777 Befehle ! 
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783 "
30784 \end_layout
30785
30786 \end_inset
30787
30788 @
30789 \begin_inset ERT
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793
30794 "
30795 \end_layout
30796
30797 \end_inset
30798
30799  ! 
30800 \backslash
30801
30802 \begin_inset ERT
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806
30807 "
30808 \end_layout
30809
30810 \end_inset
30811
30812 @
30813 \begin_inset ERT
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817
30818 "
30819 \end_layout
30820
30821 \end_inset
30822
30823 removefromreset
30824 \end_layout
30825
30826 \end_inset
30827
30828  mit dem selben Schema wie 
30829 \series bold
30830
30831 \backslash
30832 @addtoreset
30833 \series default
30834  benutzt werden.
30835 \end_layout
30836
30837 \begin_layout Standard
30838 \begin_inset VSpace bigskip
30839 \end_inset
30840
30841 Oftmals möchte man Formeln in folgender Art nummerieren:
30842 \end_layout
30843
30844 \begin_layout Standard
30845
30846 \family typewriter
30847 (Kapitelnummer.Formelnummer)
30848 \end_layout
30849
30850 \begin_layout Standard
30851 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30852 \end_layout
30853
30854 \begin_layout Standard
30855 Für diesen Fall gibt es den Befehl 
30856 \series bold
30857
30858 \backslash
30859 numberwithin
30860 \series default
30861
30862 \begin_inset Index idx
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866 Befehle ! N ! 
30867 \backslash
30868 numberwithin
30869 \end_layout
30870
30871 \end_inset
30872
30873 , der nach folgendem Schema benutzt wird:
30874 \end_layout
30875
30876 \begin_layout Standard
30877
30878 \series bold
30879
30880 \backslash
30881 numberwithin{Zähler}{Gliederung}
30882 \end_layout
30883
30884 \begin_layout Standard
30885 Zähler gibt an, welche Nummerierung betroffen ist.
30886  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30887 \end_layout
30888
30889 \begin_layout Standard
30890 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
30891  ein:
30892 \end_layout
30893
30894 \begin_layout Standard
30895
30896 \series bold
30897
30898 \backslash
30899 numberwithin{equation}{section}
30900 \end_layout
30901
30902 \begin_layout Standard
30903 Das ist das Ergebnis:
30904 \begin_inset ERT
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908
30909
30910 \backslash
30911 numberwithin{equation}{section}
30912 \end_layout
30913
30914 \end_inset
30915
30916
30917 \begin_inset Formula \begin{equation}
30918 A+B=C\end{equation}
30919
30920 \end_inset
30921
30922
30923 \end_layout
30924
30925 \begin_layout Standard
30926 Möchte man z.
30927 \begin_inset space \thinspace{}
30928 \end_inset
30929
30930 B.
30931  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30932  gibt man 
30933 \series bold
30934
30935 \backslash
30936 numberwithin{table}{part}
30937 \series default
30938  ein.
30939 \end_layout
30940
30941 \begin_layout Standard
30942 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30943 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30944  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
30945 \end_layout
30946
30947 \begin_layout Standard
30948
30949 \series bold
30950
30951 \backslash
30952 renewcommand{
30953 \backslash
30954 theequation}{
30955 \backslash
30956 arabic{equation}}
30957 \begin_inset Index idx
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961 Befehle ! A ! 
30962 \backslash
30963 arabic
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \series default
30970
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976
30977 \backslash
30978 renewcommand{
30979 \backslash
30980 theequation}{
30981 \backslash
30982 arabic{equation}}
30983 \end_layout
30984
30985 \end_inset
30986
30987
30988 \series bold
30989
30990 \begin_inset Newline newline
30991 \end_inset
30992
30993
30994 \series default
30995 bzw.
30996 \series bold
30997
30998 \begin_inset Newline newline
30999 \end_inset
31000
31001
31002 \backslash
31003 renewcommand{
31004 \backslash
31005 thetable}{
31006 \backslash
31007 arabic{table}}
31008 \end_layout
31009
31010 \begin_layout Standard
31011
31012 \series bold
31013
31014 \backslash
31015 numberwithin
31016 \series default
31017  benutzt intern den oben beschriebenen Befehl 
31018 \series bold
31019
31020 \backslash
31021 @addtoreset
31022 \series default
31023 , der ebenfalls rückgängig gemacht werden muss.
31024 \begin_inset ERT
31025 status collapsed
31026
31027 \begin_layout Plain Layout
31028
31029
31030 \backslash
31031 makeatletter
31032 \end_layout
31033
31034 \begin_layout Plain Layout
31035
31036
31037 \backslash
31038 @removefromreset{equation}{section}
31039 \end_layout
31040
31041 \begin_layout Plain Layout
31042
31043
31044 \backslash
31045 makeatother
31046 \end_layout
31047
31048 \end_inset
31049
31050
31051 \end_layout
31052
31053 \begin_layout Subsection
31054 Nummerierung mit römischen Zahlen und Buchstaben
31055 \begin_inset Index idx
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059 Formelnummerierung ! mit Buchstaben
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \begin_inset Index idx
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069 Formelnummerierung ! mit römischen Zahlen
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \end_layout
31076
31077 \begin_layout Standard
31078 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31079  werden.
31080  Um z.
31081 \begin_inset space \thinspace{}
31082 \end_inset
31083
31084 B.
31085  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31086  TeX-Modus den Befehl
31087 \end_layout
31088
31089 \begin_layout Standard
31090
31091 \series bold
31092
31093 \backslash
31094 renewcommand{
31095 \backslash
31096 theequation}{
31097 \backslash
31098 roman{equation}}
31099 \end_layout
31100
31101 \begin_layout Standard
31102 ein.
31103  
31104 \series bold
31105
31106 \backslash
31107 renewcommand
31108 \series default
31109
31110 \begin_inset Index idx
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114 Befehle ! R ! 
31115 \backslash
31116 renewcommand
31117 \end_layout
31118
31119 \end_inset
31120
31121  weist dem vordefinierten Befehl 
31122 \series bold
31123
31124 \backslash
31125 theequation
31126 \series default
31127  den Befehl
31128 \begin_inset Newline linebreak
31129 \end_inset
31130
31131
31132 \series bold
31133
31134 \backslash
31135 roman{equation}
31136 \series default
31137  zu.
31138 \begin_inset Foot
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142 Der Befehl 
31143 \series bold
31144
31145 \backslash
31146 renewcommand
31147 \series default
31148  besitzt dasselbe Schema wie der in 
31149 \begin_inset CommandInset ref
31150 LatexCommand ref
31151 reference "sub:Der-Befehl-newcommand"
31152
31153 \end_inset
31154
31155  beschriebene Befehl
31156 \begin_inset Newline newline
31157 \end_inset
31158
31159
31160 \series bold
31161
31162 \backslash
31163 newcommand
31164 \series default
31165 .
31166 \end_layout
31167
31168 \end_inset
31169
31170  
31171 \series bold
31172 equation
31173 \series default
31174  ist der Formelzähler.
31175  Stellt man einem Zähler den Befehl 
31176 \series bold
31177
31178 \backslash
31179 the
31180 \series default
31181  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31182  wird.
31183  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31184  
31185 \series bold
31186
31187 \backslash
31188 theequation
31189 \series default
31190  hinter die Formel.
31191  
31192 \series bold
31193
31194 \backslash
31195 roman{equation}
31196 \begin_inset Index idx
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200 Befehle ! R ! 
31201 \backslash
31202 roman
31203 \end_layout
31204
31205 \end_inset
31206
31207
31208 \series default
31209  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31210 \end_layout
31211
31212 \begin_layout Standard
31213 Alle Formeln nach dem 
31214 \series bold
31215
31216 \backslash
31217 renewcommand
31218 \series default
31219 -Befehl werden nun römisch nummeriert.
31220  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31221  den Befehl erneut ein, ersetzt aber 
31222 \series bold
31223
31224 \backslash
31225 roman
31226 \series default
31227  durch 
31228 \series bold
31229
31230 \backslash
31231 Roman
31232 \series default
31233
31234 \begin_inset Index idx
31235 status collapsed
31236
31237 \begin_layout Plain Layout
31238 Befehle ! R ! 
31239 \backslash
31240 roman@
31241 \backslash
31242 Roman
31243 \end_layout
31244
31245 \end_inset
31246
31247 .
31248  Für die 
31249 \begin_inset Quotes gld
31250 \end_inset
31251
31252 Nummerierung
31253 \begin_inset Quotes grd
31254 \end_inset
31255
31256  mit lateinischen Buchstaben gibt es den Befehl 
31257 \series bold
31258
31259 \backslash
31260 alph
31261 \series default
31262
31263 \begin_inset Index idx
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267 Befehle ! A ! 
31268 \backslash
31269 alph
31270 \end_layout
31271
31272 \end_inset
31273
31274  für kleine und 
31275 \series bold
31276
31277 \backslash
31278 Alph
31279 \series default
31280
31281 \begin_inset Index idx
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285 Befehle ! A ! 
31286 \backslash
31287 alph@
31288 \backslash
31289 Alph
31290 \end_layout
31291
31292 \end_inset
31293
31294  für große Buchstaben.
31295 \end_layout
31296
31297 \begin_layout Standard
31298 \begin_inset Note Greyedout
31299 status open
31300
31301 \begin_layout Plain Layout
31302
31303 \series bold
31304 Achtung:
31305 \series default
31306  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31307  nummeriert werden.
31308 \end_layout
31309
31310 \end_inset
31311
31312
31313 \end_layout
31314
31315 \begin_layout Standard
31316 \begin_inset ERT
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320
31321
31322 \backslash
31323 renewcommand{
31324 \backslash
31325 theequation}{
31326 \backslash
31327 roman{equation}}
31328 \end_layout
31329
31330 \end_inset
31331
31332
31333 \end_layout
31334
31335 \begin_layout Standard
31336 \begin_inset Formula \begin{equation}
31337 A=\textrm{römisch}\end{equation}
31338
31339 \end_inset
31340
31341
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347
31348 \backslash
31349 renewcommand{
31350 \backslash
31351 theequation}{
31352 \backslash
31353 Roman{equation}}
31354 \end_layout
31355
31356 \end_inset
31357
31358
31359 \begin_inset Formula \begin{equation}
31360 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
31361
31362 \end_inset
31363
31364
31365 \begin_inset ERT
31366 status collapsed
31367
31368 \begin_layout Plain Layout
31369
31370
31371 \backslash
31372 renewcommand{
31373 \backslash
31374 theequation}{
31375 \backslash
31376 alph{equation}}
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \begin_inset Formula \begin{equation}
31383 C=\textrm{lateinisch}\end{equation}
31384
31385 \end_inset
31386
31387
31388 \begin_inset ERT
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392
31393
31394 \backslash
31395 renewcommand{
31396 \backslash
31397 theequation}{
31398 \backslash
31399 Alph{equation}}
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \begin_inset Formula \begin{equation}
31406 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
31407
31408 \end_inset
31409
31410
31411 \end_layout
31412
31413 \begin_layout Standard
31414 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31415  ein:
31416 \end_layout
31417
31418 \begin_layout Standard
31419
31420 \series bold
31421
31422 \backslash
31423 renewcommand{
31424 \backslash
31425 theequation}{
31426 \backslash
31427 arabic{equation}}
31428 \begin_inset Index idx
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432 Befehle ! A ! 
31433 \backslash
31434 arabic
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \begin_layout Standard
31443 \begin_inset ERT
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447
31448
31449 \backslash
31450 renewcommand{
31451 \backslash
31452 theequation}{
31453 \backslash
31454 arabic{equation}}
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \begin_inset Formula \begin{equation}
31461 E=\textrm{arabisch}\end{equation}
31462
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \begin_layout Standard
31469 \begin_inset VSpace medskip
31470 \end_inset
31471
31472 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31473 riert.
31474  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31475  beginnen, müssen neue Formelzähler angelegt werden.
31476  Eine Beschreibung dazu findet man in der Datei 
31477 \begin_inset CommandInset href
31478 LatexCommand href
31479 name "Formelnummerierung.lyx"
31480 target "run:Formelnummerierung.lyx"
31481
31482 \end_inset
31483
31484 .
31485 \end_layout
31486
31487 \begin_layout Section
31488 Chemische Symbole und Reaktionsgleichungen
31489 \begin_inset CommandInset label
31490 LatexCommand label
31491 name "sub:Chemische-Symbole-und"
31492
31493 \end_inset
31494
31495
31496 \begin_inset Index idx
31497 status collapsed
31498
31499 \begin_layout Plain Layout
31500 chemische Zeichen ! Symbole
31501 \end_layout
31502
31503 \end_inset
31504
31505
31506 \begin_inset Index idx
31507 status collapsed
31508
31509 \begin_layout Plain Layout
31510 Reaktionsgleichungen
31511 \end_layout
31512
31513 \end_inset
31514
31515
31516 \begin_inset Index idx
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520 Symbole ! chemische
31521 \end_layout
31522
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \begin_layout Standard
31529 Ein Beispieltext aus der Chemie:
31530 \end_layout
31531
31532 \begin_layout Quote
31533 Das 
31534 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31535 \end_inset
31536
31537 -Ion verbindet sich mit zwei 
31538 \begin_inset Formula $\mathrm{Na^{+}}$
31539 \end_inset
31540
31541 -Ionen zu Natriumsulfat 
31542 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31543 \end_inset
31544
31545 .
31546  Die Reaktionsgleichung dazu lautet:
31547 \begin_inset Formula \begin{equation}
31548 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}\end{equation}
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \begin_layout Standard
31556 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31557  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31558  in der Formel und wandelt diese mit der Tastenkombination 
31559 \family sans
31560 Alt+Z
31561 \begin_inset space ~
31562 \end_inset
31563
31564 R
31565 \family default
31566  in den aufrechten Schriftstil um.
31567 \begin_inset Foot
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571 Schriftstile siehe 
31572 \begin_inset CommandInset ref
31573 LatexCommand ref
31574 reference "sub:Schriftstile"
31575
31576 \end_inset
31577
31578
31579 \end_layout
31580
31581 \end_inset
31582
31583
31584 \end_layout
31585
31586 \begin_layout Standard
31587 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31588 \series bold
31589  
31590 \backslash
31591 ce
31592 \series default
31593
31594 \begin_inset Index idx
31595 status collapsed
31596
31597 \begin_layout Plain Layout
31598 Befehle ! C ! 
31599 \backslash
31600 ce
31601 \end_layout
31602
31603 \end_inset
31604
31605  zu benutzen.
31606  Dieser ist verfügbar, wenn das LaTeX-Paket 
31607 \series bold
31608 mhchem
31609 \series default
31610
31611 \begin_inset Index idx
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615 Pakete ! mhchem
31616 \end_layout
31617
31618 \end_inset
31619
31620  installiert ist.
31621  Nachdem 
31622 \series bold
31623
31624 \backslash
31625 ce
31626 \series default
31627  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31628  Formeln in intuitiver Weise eingegeben werden können.
31629 \end_layout
31630
31631 \begin_layout Standard
31632 \align center
31633 \begin_inset Tabular
31634 <lyxtabular version="3" rows="9" columns="2">
31635 <features tabularvalignment="middle">
31636 <column alignment="center" valignment="top" width="0">
31637 <column alignment="center" valignment="top" width="0">
31638 <row>
31639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31640 \begin_inset Text
31641
31642 \begin_layout Plain Layout
31643 Befehl
31644 \end_layout
31645
31646 \end_inset
31647 </cell>
31648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31649 \begin_inset Text
31650
31651 \begin_layout Plain Layout
31652 Ergebnis
31653 \begin_inset Note Note
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658 \series bold
31659
31660 \backslash
31661 raisebox
31662 \series default
31663  dient nur als Abstandhalter.
31664 \end_layout
31665
31666 \end_inset
31667
31668
31669 \end_layout
31670
31671 \end_inset
31672 </cell>
31673 </row>
31674 <row>
31675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31676 \begin_inset Text
31677
31678 \begin_layout Plain Layout
31679
31680 \backslash
31681 ce
31682 \begin_inset ERT
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686
31687
31688 \backslash
31689 leer 
31690 \end_layout
31691
31692 \end_inset
31693
31694 H2CO3
31695 \end_layout
31696
31697 \end_inset
31698 </cell>
31699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31700 \begin_inset Text
31701
31702 \begin_layout Plain Layout
31703 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 </row>
31712 <row>
31713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31714 \begin_inset Text
31715
31716 \begin_layout Plain Layout
31717
31718 \backslash
31719 ce
31720 \begin_inset ERT
31721 status collapsed
31722
31723 \begin_layout Plain Layout
31724
31725
31726 \backslash
31727 leer 
31728 \end_layout
31729
31730 \end_inset
31731
31732 SO4^2-
31733 \end_layout
31734
31735 \end_inset
31736 </cell>
31737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31738 \begin_inset Text
31739
31740 \begin_layout Plain Layout
31741 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31742 \end_inset
31743
31744
31745 \end_layout
31746
31747 \end_inset
31748 </cell>
31749 </row>
31750 <row>
31751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31752 \begin_inset Text
31753
31754 \begin_layout Plain Layout
31755
31756 \backslash
31757 ce
31758 \begin_inset ERT
31759 status collapsed
31760
31761 \begin_layout Plain Layout
31762
31763
31764 \backslash
31765 leer 
31766 \end_layout
31767
31768 \end_inset
31769
31770 (NH4)2S
31771 \end_layout
31772
31773 \end_inset
31774 </cell>
31775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31776 \begin_inset Text
31777
31778 \begin_layout Plain Layout
31779 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31780 \end_inset
31781
31782
31783 \end_layout
31784
31785 \end_inset
31786 </cell>
31787 </row>
31788 <row>
31789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Plain Layout
31793
31794 \backslash
31795 ce
31796 \begin_inset ERT
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800
31801
31802 \backslash
31803 leer 
31804 \end_layout
31805
31806 \end_inset
31807
31808 KCr(SO4)2.12H2O
31809 \end_layout
31810
31811 \end_inset
31812 </cell>
31813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31814 \begin_inset Text
31815
31816 \begin_layout Plain Layout
31817 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31818 \end_inset
31819
31820
31821 \end_layout
31822
31823 \end_inset
31824 </cell>
31825 </row>
31826 <row>
31827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31828 \begin_inset Text
31829
31830 \begin_layout Plain Layout
31831
31832 \backslash
31833 ce
31834 \begin_inset ERT
31835 status collapsed
31836
31837 \begin_layout Plain Layout
31838
31839
31840 \backslash
31841 leer 
31842 \end_layout
31843
31844 \end_inset
31845
31846 A-B
31847 \backslash
31848 dbond
31849 \begin_inset ERT
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853
31854
31855 \backslash
31856 leer 
31857 \end_layout
31858
31859 \end_inset
31860
31861 C
31862 \backslash
31863 tbond
31864 \begin_inset ERT
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868
31869
31870 \backslash
31871 leer 
31872 \end_layout
31873
31874 \end_inset
31875
31876 D
31877 \end_layout
31878
31879 \end_inset
31880 </cell>
31881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31882 \begin_inset Text
31883
31884 \begin_layout Plain Layout
31885 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31886 \end_inset
31887
31888
31889 \end_layout
31890
31891 \end_inset
31892 </cell>
31893 </row>
31894 <row>
31895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31896 \begin_inset Text
31897
31898 \begin_layout Plain Layout
31899
31900 \backslash
31901 ce
31902 \begin_inset ERT
31903 status collapsed
31904
31905 \begin_layout Plain Layout
31906
31907
31908 \backslash
31909 leer 
31910 \end_layout
31911
31912 \end_inset
31913
31914 ^227
31915 \begin_inset Formula $\downarrow$
31916 \end_inset
31917
31918 _90
31919 \begin_inset Formula $\to$
31920 \end_inset
31921
31922 Th+
31923 \end_layout
31924
31925 \end_inset
31926 </cell>
31927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Plain Layout
31931 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \end_inset
31938 </cell>
31939 </row>
31940 <row>
31941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31942 \begin_inset Text
31943
31944 \begin_layout Plain Layout
31945
31946 \backslash
31947 ce
31948 \begin_inset ERT
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952
31953
31954 \backslash
31955 leer 
31956 \end_layout
31957
31958 \end_inset
31959
31960 CO2
31961 \begin_inset ERT
31962 status collapsed
31963
31964 \begin_layout Plain Layout
31965
31966
31967 \backslash
31968 leer 
31969 \end_layout
31970
31971 \end_inset
31972
31973 +
31974 \begin_inset ERT
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978
31979
31980 \backslash
31981 leer 
31982 \end_layout
31983
31984 \end_inset
31985
31986 C
31987 \begin_inset ERT
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991
31992
31993 \backslash
31994 leer 
31995 \end_layout
31996
31997 \end_inset
31998
31999 <=>
32000 \begin_inset ERT
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004
32005
32006 \backslash
32007 leer 
32008 \end_layout
32009
32010 \end_inset
32011
32012 2CO
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \end_inset
32028 </cell>
32029 </row>
32030 <row>
32031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32032 \begin_inset Text
32033
32034 \begin_layout Plain Layout
32035
32036 \backslash
32037 ce
32038 \begin_inset ERT
32039 status collapsed
32040
32041 \begin_layout Plain Layout
32042
32043
32044 \backslash
32045 leer 
32046 \end_layout
32047
32048 \end_inset
32049
32050 CO2
32051 \begin_inset ERT
32052 status collapsed
32053
32054 \begin_layout Plain Layout
32055
32056
32057 \backslash
32058 leer 
32059 \end_layout
32060
32061 \end_inset
32062
32063 +
32064 \begin_inset ERT
32065 status collapsed
32066
32067 \begin_layout Plain Layout
32068
32069
32070 \backslash
32071 leer 
32072 \end_layout
32073
32074 \end_inset
32075
32076 C
32077 \begin_inset ERT
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081
32082
32083 \backslash
32084 leer 
32085 \end_layout
32086
32087 \end_inset
32088
32089 ->[
32090 \backslash
32091 alpha][
32092 \backslash
32093 beta]
32094 \begin_inset ERT
32095 status collapsed
32096
32097 \begin_layout Plain Layout
32098
32099
32100 \backslash
32101 leer 
32102 \end_layout
32103
32104 \end_inset
32105
32106 2CO}
32107 \end_layout
32108
32109 \end_inset
32110 </cell>
32111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32112 \begin_inset Text
32113
32114 \begin_layout Plain Layout
32115 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \end_inset
32122 </cell>
32123 </row>
32124 </lyxtabular>
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \begin_inset Note Greyedout
32133 status open
32134
32135 \begin_layout Plain Layout
32136
32137 \series bold
32138 Achtung:
32139 \series default
32140  Wenn eine Formel in eine 
32141 \series bold
32142
32143 \backslash
32144 ce
32145 \series default
32146 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32147  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32148 \begin_inset space \thinspace{}
32149 \end_inset
32150
32151 B.
32152  für 
32153 \series bold
32154
32155 \backslash
32156 ce{$
32157 \backslash
32158 mu
32159 \backslash
32160 hyphen$Cl}
32161 \series default
32162
32163 \begin_inset ERT
32164 status collapsed
32165
32166 \begin_layout Plain Layout
32167
32168
32169 \backslash
32170 ce{$
32171 \backslash
32172 mu
32173 \backslash
32174 hyphen$Cl}
32175 \end_layout
32176
32177 \end_inset
32178
32179  
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 Wird 
32189 \series bold
32190
32191 \backslash
32192 ce
32193 \series default
32194  benutzt, lautet der Befehl für Gleichung
32195 \begin_inset space ~
32196 \end_inset
32197
32198
32199 \begin_inset CommandInset ref
32200 LatexCommand eqref
32201 reference "eq:chemische-Reaktion"
32202
32203 \end_inset
32204
32205 :
32206 \begin_inset Newline newline
32207 \end_inset
32208
32209
32210 \series bold
32211  
32212 \backslash
32213 ce
32214 \series default
32215
32216 \begin_inset ERT
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220
32221
32222 \backslash
32223 leer 
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \series bold
32230 2Na+
32231 \series default
32232
32233 \begin_inset ERT
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237
32238
32239 \backslash
32240 leer 
32241 \end_layout
32242
32243 \end_inset
32244
32245
32246 \series bold
32247 +
32248 \series default
32249
32250 \begin_inset ERT
32251 status collapsed
32252
32253 \begin_layout Plain Layout
32254
32255
32256 \backslash
32257 leer 
32258 \end_layout
32259
32260 \end_inset
32261
32262
32263 \series bold
32264 SO4^2-
32265 \series default
32266
32267 \begin_inset ERT
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271
32272
32273 \backslash
32274 leer 
32275 \end_layout
32276
32277 \end_inset
32278
32279
32280 \begin_inset ERT
32281 status collapsed
32282
32283 \begin_layout Plain Layout
32284
32285
32286 \backslash
32287 leer 
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \series bold
32294 ->
32295 \series default
32296
32297 \begin_inset ERT
32298 status collapsed
32299
32300 \begin_layout Plain Layout
32301
32302
32303 \backslash
32304 leer 
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \series bold
32311 Na2SO4
32312 \end_layout
32313
32314 \begin_layout Standard
32315 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32316  Formel erstellt, wie in 
32317 \begin_inset CommandInset ref
32318 LatexCommand ref
32319 reference "sec:Mehrzeilige-Formeln"
32320
32321 \end_inset
32322
32323  beschrieben.
32324  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32325 \series bold
32326
32327 \backslash
32328 ce
32329 \series default
32330  verwendet.
32331  
32332 \begin_inset CommandInset ref
32333 LatexCommand eqref
32334 reference "eq:TEOS-Reaktion-1"
32335
32336 \end_inset
32337
32338  und 
32339 \begin_inset CommandInset ref
32340 LatexCommand eqref
32341 reference "eq:TEOS-Reaktion-2"
32342
32343 \end_inset
32344
32345  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32346  Gleichung eine eigene Nummer hat.
32347 \begin_inset Formula \begin{eqnarray}
32348 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32349 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32350 \end{eqnarray}
32351
32352 \end_inset
32353
32354
32355 \end_layout
32356
32357 \begin_layout Standard
32358 Außer 
32359 \series bold
32360
32361 \backslash
32362 ce
32363 \series default
32364  bietet das Paket 
32365 \series bold
32366 mhchem
32367 \series default
32368  noch den Befehl 
32369 \series bold
32370
32371 \backslash
32372 cf
32373 \series default
32374
32375 \begin_inset Index idx
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379 Befehle ! C ! 
32380 \backslash
32381 cf
32382 \end_layout
32383
32384 \end_inset
32385
32386  für spezielle Fälle.
32387  Mehr über 
32388 \series bold
32389
32390 \backslash
32391 cf
32392 \series default
32393  und weitere Beispiele sind in der Dokumentation von 
32394 \series bold
32395 mhchem
32396 \series default
32397  zu finden, 
32398 \begin_inset CommandInset citation
32399 LatexCommand cite
32400 key "mhchem"
32401
32402 \end_inset
32403
32404 .
32405 \end_layout
32406
32407 \begin_layout Section
32408 Diagramme
32409 \end_layout
32410
32411 \begin_layout Standard
32412 LyX unterstützt zwei Typen kommutativer Diagramme: 
32413 \series bold
32414 amscd
32415 \series default
32416  und 
32417 \series bold
32418 xymatrix
32419 \series default
32420 , die im Folgenden erläutert sind.
32421 \end_layout
32422
32423 \begin_layout Subsection
32424 amscd Diagramme
32425 \begin_inset Index idx
32426 status collapsed
32427
32428 \begin_layout Plain Layout
32429 Diagramme ! amscd
32430 \end_layout
32431
32432 \end_inset
32433
32434
32435 \end_layout
32436
32437 \begin_layout Standard
32438 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32439  Linien oder Pfeilen dar:
32440 \begin_inset Formula \[
32441 \begin{CD}A@>>>B@>>>C\\
32442 @AAA@.@VVV\\
32443 F@<<<E@<<<D
32444 \end{CD}\]
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \begin_layout Standard
32452 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32453 \series bold
32454
32455 \backslash
32456 CD
32457 \begin_inset Index idx
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461 Befehle ! C ! 
32462 \backslash
32463 CD
32464 \end_layout
32465
32466 \end_inset
32467
32468
32469 \series default
32470  ein.
32471  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32472  man die weiteren Befehle eingibt.
32473  Mit 
32474 \series bold
32475
32476 \begin_inset ERT
32477 status collapsed
32478
32479 \begin_layout Plain Layout
32480
32481
32482 \backslash
32483 mbox{
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \family sans
32490 \series default
32491 Strg+Enter
32492 \family default
32493 \series bold
32494
32495 \begin_inset ERT
32496 status collapsed
32497
32498 \begin_layout Plain Layout
32499
32500 }
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \series default
32507  wird eine neue Zeile erstellt.
32508  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32509  Zeilen der Formel eingegeben.
32510 \end_layout
32511
32512 \begin_layout Standard
32513 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32514 \end_layout
32515
32516 \begin_layout Itemize
32517
32518 \series bold
32519 @<<<
32520 \series default
32521  erstellt einen Linkspfeil, 
32522 \series bold
32523 @>>>
32524 \series default
32525  einen Rechtspfeil und 
32526 \series bold
32527 @=
32528 \series default
32529  ein langes Gleichheitszeichen
32530 \end_layout
32531
32532 \begin_layout Itemize
32533
32534 \series bold
32535 @AAA
32536 \series default
32537  erstellt einen Pfeil nach oben, 
32538 \series bold
32539 @VVV
32540 \series default
32541  einen Pfeil nach unten und 
32542 \series bold
32543 @|
32544 \series default
32545  ein senkrechtes Gleichheitszeichen
32546 \end_layout
32547
32548 \begin_layout Itemize
32549
32550 \series bold
32551 @.
32552
32553 \series default
32554  dient als Platzhalter für nicht vorhandene Beziehungen
32555 \end_layout
32556
32557 \begin_layout Standard
32558 Alle Pfeile sind wie folgt beschriftbar:
32559 \end_layout
32560
32561 \begin_layout Itemize
32562 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32563  > Text eingegeben, erscheint er über dem Pfeil.
32564  Wird der Text zwischen dem zweiten und dritten < bzw.
32565  > eingegeben, erscheint er unter dem Pfeil.
32566 \end_layout
32567
32568 \begin_layout Itemize
32569 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32570  V eingegeben, erscheint er links neben dem Pfeil.
32571  Bei Eingabe zwischen zweitem und drittem A bzw.
32572  V erscheint er rechts daneben.
32573  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32574  gesetzt werden.
32575 \end_layout
32576
32577 \begin_layout Standard
32578 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32579 \end_layout
32580
32581 \begin_layout Standard
32582 \begin_inset Formula \[
32583 \begin{CD}A@>j>>B@>>k>C@=F\\
32584 @AmAA@.@VV{V}V@|\\
32585 D@<<j<E@>k>>F@=C
32586 \end{CD}\]
32587
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \begin_layout Standard
32594 Der Befehl dazu lautet:
32595 \begin_inset Newline newline
32596 \end_inset
32597
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 A@>j>>B@>>k>C@=F Strg+Enter
32616 \begin_inset Newline newline
32617 \end_inset
32618
32619
32620 \begin_inset Phantom HPhantom
32621 status open
32622
32623 \begin_layout Plain Layout
32624
32625 \series bold
32626
32627 \backslash
32628 CD
32629 \begin_inset ERT
32630 status collapsed
32631
32632 \begin_layout Plain Layout
32633
32634
32635 \backslash
32636 leer 
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \end_layout
32643
32644 \end_inset
32645
32646 @AmAA@.@VV
32647 \backslash
32648 {V
32649 \series default
32650
32651 \begin_inset Formula $\to$
32652 \end_inset
32653
32654
32655 \series bold
32656 V@| Strg+Enter
32657 \begin_inset Newline newline
32658 \end_inset
32659
32660
32661 \begin_inset Phantom HPhantom
32662 status open
32663
32664 \begin_layout Plain Layout
32665
32666 \series bold
32667
32668 \backslash
32669 CD
32670 \begin_inset ERT
32671 status collapsed
32672
32673 \begin_layout Plain Layout
32674
32675
32676 \backslash
32677 leer 
32678 \end_layout
32679
32680 \end_inset
32681
32682
32683 \end_layout
32684
32685 \end_inset
32686
32687 D@<<j<E@>k>>F@=C
32688 \end_layout
32689
32690 \begin_layout Subsection
32691 xymatrix Diagramme
32692 \begin_inset Index idx
32693 status collapsed
32694
32695 \begin_layout Plain Layout
32696 Diagramme ! xymatrix
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Standard
32705 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32706 \series bold
32707 xypic
32708 \series default
32709  installiert sein.
32710  Eine Xymatrix wird erstellt, indem der Befehl 
32711 \series bold
32712
32713 \backslash
32714 xymatrix
32715 \series default
32716  in eine Formel eingegeben wird.
32717  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32718  hinzufügen, siehe 
32719 \begin_inset CommandInset ref
32720 LatexCommand ref
32721 reference "sec:Matrizen"
32722
32723 \end_inset
32724
32725 .
32726 \end_layout
32727
32728 \begin_layout Standard
32729 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32730  gekrümmte Pfeile und vieles mehr.
32731  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32732  sind im Detail im 
32733 \emph on
32734 XY-pic-Handbuch
32735 \emph default
32736  erklärt, dass im Menü 
32737 \family sans
32738 Hilfe\SpecialChar \menuseparator
32739 Spezielle
32740 \begin_inset space ~
32741 \end_inset
32742
32743 Handbücher
32744 \family default
32745  zu finden ist.
32746 \end_layout
32747
32748 \begin_layout Subsection
32749
32750 \noun on
32751 Feynman
32752 \noun default
32753  Diagramme
32754 \begin_inset Index idx
32755 status collapsed
32756
32757 \begin_layout Plain Layout
32758 Diagramme ! Feynman
32759 \end_layout
32760
32761 \end_inset
32762
32763
32764 \end_layout
32765
32766 \begin_layout Standard
32767 Um 
32768 \noun on
32769 Feynman-
32770 \noun default
32771 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32772 \series bold
32773 feyn
32774 \series default
32775  installiert sein.
32776  Ein 
32777 \noun on
32778 Feynman-
32779 \noun default
32780 Diagramm wird erstellt, indem der Befehl 
32781 \series bold
32782
32783 \backslash
32784 Diagram
32785 \series default
32786  in eine Formel eingegeben wird.
32787  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32788  hinzufügen, siehe 
32789 \begin_inset CommandInset ref
32790 LatexCommand ref
32791 reference "sec:Matrizen"
32792
32793 \end_inset
32794
32795 .
32796 \end_layout
32797
32798 \begin_layout Standard
32799 Beispiele wie man in LyX 
32800 \noun on
32801 Feynman-
32802 \noun default
32803 Diagramme erstellt sind im 
32804 \emph on
32805 Feynman-Diagramm Handbuch
32806 \emph default
32807  gegeben, dass im Menü 
32808 \family sans
32809 Hilfe\SpecialChar \menuseparator
32810 Spezielle
32811 \begin_inset space ~
32812 \end_inset
32813
32814 Handbücher
32815 \family default
32816  zu finden ist.
32817 \end_layout
32818
32819 \begin_layout Section
32820 Benutzerdefinierte Befehle
32821 \begin_inset CommandInset label
32822 LatexCommand label
32823 name "sec:Benutzerdefinierte-Befehle"
32824
32825 \end_inset
32826
32827
32828 \begin_inset Index idx
32829 status collapsed
32830
32831 \begin_layout Plain Layout
32832 benutzerdefinierte Befehle
32833 \end_layout
32834
32835 \end_inset
32836
32837
32838 \end_layout
32839
32840 \begin_layout Standard
32841 \begin_inset Note Greyedout
32842 status open
32843
32844 \begin_layout Plain Layout
32845
32846 \series bold
32847 Achtung: 
32848 \series default
32849 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32850 n Buchstaben bestehen.
32851 \end_layout
32852
32853 \end_inset
32854
32855
32856 \end_layout
32857
32858 \begin_layout Subsection
32859 Der Befehl 
32860 \backslash
32861 newcommand
32862 \begin_inset CommandInset label
32863 LatexCommand label
32864 name "sub:Der-Befehl-newcommand"
32865
32866 \end_inset
32867
32868
32869 \begin_inset Index idx
32870 status collapsed
32871
32872 \begin_layout Plain Layout
32873 benutzerdefinierte Befehle ! 
32874 \backslash
32875 newcommand
32876 \end_layout
32877
32878 \end_inset
32879
32880
32881 \begin_inset Index idx
32882 status collapsed
32883
32884 \begin_layout Plain Layout
32885 Befehle ! N ! 
32886 \backslash
32887 newcommand
32888 \end_layout
32889
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \begin_layout Standard
32896 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
32897  Man kann sich aber mit dem Befehl 
32898 \series bold
32899
32900 \backslash
32901 newcommand
32902 \series default
32903  neue kürzere Befehle definieren.
32904 \end_layout
32905
32906 \begin_layout Standard
32907 Das Befehlsschema von 
32908 \series bold
32909
32910 \backslash
32911 newcommand
32912 \series default
32913  lautet:
32914 \end_layout
32915
32916 \begin_layout Standard
32917
32918 \series bold
32919
32920 \backslash
32921 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
32922 \series default
32923  
32924 \series bold
32925 Wert]
32926 \begin_inset Newline newline
32927 \end_inset
32928
32929
32930 \begin_inset Phantom HPhantom
32931 status open
32932
32933 \begin_layout Plain Layout
32934
32935 \series bold
32936
32937 \backslash
32938 newcommand
32939 \end_layout
32940
32941 \end_inset
32942
32943 {Befehlsdefinition}
32944 \end_layout
32945
32946 \begin_layout Standard
32947 \begin_inset Note Greyedout
32948 status open
32949
32950 \begin_layout Plain Layout
32951
32952 \series bold
32953 Achtung:
32954 \series default
32955  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
32956  oder von benutzten LaTeX-Paketen verwendet wird.
32957  Definiert man beispielsweise für 
32958 \series bold
32959
32960 \backslash
32961 Leftarrow
32962 \series default
32963  den Befehl 
32964 \series bold
32965
32966 \backslash
32967 le
32968 \series default
32969 , erhält man eine Fehlermeldung, denn 
32970 \series bold
32971
32972 \backslash
32973 le
32974 \series default
32975  ist schon für 
32976 \begin_inset Quotes gld
32977 \end_inset
32978
32979
32980 \begin_inset Formula $\le$
32981 \end_inset
32982
32983
32984 \begin_inset Quotes grd
32985 \end_inset
32986
32987  definiert.
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \begin_layout Standard
32996 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
32997 \begin_inset space \thinspace{}
32998 \end_inset
32999
33000 -
33001 \begin_inset space \thinspace{}
33002 \end_inset
33003
33004 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33005  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33006  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33007 \emph on
33008 erste
33009 \emph default
33010  Argument des neuen Befehls ein optionales ist.
33011 \end_layout
33012
33013 \begin_layout Standard
33014 Es folgen einige Beispiele:
33015 \end_layout
33016
33017 \begin_layout Itemize
33018 Will man für 
33019 \series bold
33020
33021 \backslash
33022 Longrightarrow
33023 \series default
33024  den Befehl 
33025 \series bold
33026
33027 \backslash
33028 gr
33029 \series default
33030  definieren, lautet die LaTeX-Vor\SpecialChar \-
33031 spannzeile:
33032 \begin_inset VSpace medskip
33033 \end_inset
33034
33035
33036 \begin_inset Newline newline
33037 \end_inset
33038
33039
33040 \series bold
33041
33042 \backslash
33043 newcommand{
33044 \backslash
33045 gr}{
33046 \backslash
33047 Longrightarrow}
33048 \end_layout
33049
33050 \begin_layout Itemize
33051 Um für den Befehl 
33052 \series bold
33053
33054 \backslash
33055 underline
33056 \series default
33057  den Befehl 
33058 \series bold
33059
33060 \backslash
33061 us
33062 \series default
33063  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33064  werden.
33065  Dazu sieht die Vorspannzeile wie folgt aus:
33066 \begin_inset VSpace medskip
33067 \end_inset
33068
33069
33070 \begin_inset Newline newline
33071 \end_inset
33072
33073
33074 \series bold
33075
33076 \backslash
33077 newcommand{
33078 \backslash
33079 us}[1]{
33080 \backslash
33081 underline{#1}}
33082 \series default
33083
33084 \begin_inset VSpace medskip
33085 \end_inset
33086
33087
33088 \begin_inset Newline newline
33089 \end_inset
33090
33091 Das Zeichen 
33092 \series bold
33093 #
33094 \series default
33095  fungiert als Argumentplatzhalter, die 
33096 \series bold
33097 1
33098 \series default
33099  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33100 \end_layout
33101
33102 \begin_layout Itemize
33103 Für 
33104 \series bold
33105
33106 \backslash
33107 framebox
33108 \series default
33109  kann man z.
33110 \begin_inset space \thinspace{}
33111 \end_inset
33112
33113 B.
33114  den Befehl 
33115 \series bold
33116
33117 \backslash
33118 fb
33119 \series default
33120  definieren:
33121 \begin_inset VSpace medskip
33122 \end_inset
33123
33124
33125 \begin_inset Newline newline
33126 \end_inset
33127
33128
33129 \series bold
33130
33131 \backslash
33132 newcommand{
33133 \backslash
33134 fb}[3]{
33135 \backslash
33136 framebox#1#2{$#3$}}
33137 \series default
33138
33139 \begin_inset VSpace medskip
33140 \end_inset
33141
33142
33143 \begin_inset Newline newline
33144 \end_inset
33145
33146 Die beiden Dollarzeichen erstellen hierbei die für 
33147 \series bold
33148
33149 \backslash
33150 framebox
33151 \series default
33152  geforderte weitere Formel, siehe 
33153 \begin_inset CommandInset ref
33154 LatexCommand ref
33155 reference "sub:Boxen-mit-Rahmen"
33156
33157 \end_inset
33158
33159 .
33160 \end_layout
33161
33162 \begin_layout Itemize
33163 Um einen neuen Befehl für 
33164 \series bold
33165
33166 \backslash
33167 fcolorbox
33168 \series default
33169  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33170  definiert man das Argument für die Farbe als optional:
33171 \begin_inset VSpace medskip
33172 \end_inset
33173
33174
33175 \begin_inset Newline newline
33176 \end_inset
33177
33178
33179 \series bold
33180
33181 \backslash
33182 newcommand{
33183 \backslash
33184 cb}[3][white]{
33185 \backslash
33186 fcolorbox{#2}{#1}{$#3$}}
33187 \series default
33188
33189 \begin_inset VSpace medskip
33190 \end_inset
33191
33192
33193 \begin_inset Newline newline
33194 \end_inset
33195
33196 Gibt man bei der Verwendung von 
33197 \series bold
33198
33199 \backslash
33200 cb
33201 \series default
33202  die Farbe nicht an, wird die voreingestellte Farbe 
33203 \series bold
33204 white
33205 \series default
33206  verwendet.
33207 \end_layout
33208
33209 \begin_layout Standard
33210 Ein Test der neu definierten Befehle:
33211 \end_layout
33212
33213 \begin_layout Standard
33214 \align center
33215 \begin_inset Tabular
33216 <lyxtabular version="3" rows="6" columns="2">
33217 <features tabularvalignment="middle">
33218 <column alignment="center" valignment="top" width="0">
33219 <column alignment="center" valignment="top" width="0">
33220 <row>
33221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225 Befehl
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Plain Layout
33234 Ergebnis
33235 \begin_inset Note Note
33236 status collapsed
33237
33238 \begin_layout Plain Layout
33239
33240 \series bold
33241
33242 \backslash
33243 raisebox
33244 \series default
33245  dient nur als Abstandhalter.
33246 \end_layout
33247
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 </row>
33256 <row>
33257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33258 \begin_inset Text
33259
33260 \begin_layout Plain Layout
33261 A
33262 \backslash
33263 gr
33264 \begin_inset ERT
33265 status collapsed
33266
33267 \begin_layout Plain Layout
33268
33269
33270 \backslash
33271 leer 
33272 \end_layout
33273
33274 \end_inset
33275
33276 B
33277 \end_layout
33278
33279 \end_inset
33280 </cell>
33281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285 \begin_inset Formula $A\gr B$
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 </row>
33294 <row>
33295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299
33300 \backslash
33301 us{ABcd
33302 \end_layout
33303
33304 \end_inset
33305 </cell>
33306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33307 \begin_inset Text
33308
33309 \begin_layout Plain Layout
33310 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 </row>
33319 <row>
33320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33321 \begin_inset Text
33322
33323 \begin_layout Plain Layout
33324
33325 \backslash
33326 fb{[2cm]
33327 \begin_inset Formula $\to$
33328 \end_inset
33329
33330
33331 \backslash
33332 {
33333 \begin_inset Formula $\to$
33334 \end_inset
33335
33336
33337 \backslash
33338 {
33339 \backslash
33340 int
33341 \begin_inset ERT
33342 status collapsed
33343
33344 \begin_layout Plain Layout
33345
33346
33347 \backslash
33348 leer 
33349 \end_layout
33350
33351 \end_inset
33352
33353 A=B
33354 \end_layout
33355
33356 \end_inset
33357 </cell>
33358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33359 \begin_inset Text
33360
33361 \begin_layout Plain Layout
33362 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \end_inset
33369 </cell>
33370 </row>
33371 <row>
33372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376
33377 \backslash
33378 cb{red
33379 \begin_inset Formula $\to$
33380 \end_inset
33381
33382
33383 \backslash
33384 {
33385 \backslash
33386 int
33387 \begin_inset ERT
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391
33392
33393 \backslash
33394 leer 
33395 \end_layout
33396
33397 \end_inset
33398
33399 A=B
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Plain Layout
33408 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \end_inset
33415 </cell>
33416 </row>
33417 <row>
33418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Plain Layout
33422
33423 \backslash
33424 cb[green]
33425 \backslash
33426 {red
33427 \begin_inset Formula $\to$
33428 \end_inset
33429
33430
33431 \backslash
33432 {
33433 \backslash
33434 int
33435 \begin_inset ERT
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439
33440
33441 \backslash
33442 leer 
33443 \end_layout
33444
33445 \end_inset
33446
33447 A=B
33448 \end_layout
33449
33450 \end_inset
33451 </cell>
33452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33453 \begin_inset Text
33454
33455 \begin_layout Plain Layout
33456 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 </row>
33465 </lyxtabular>
33466
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \begin_layout Subsection
33473 Mathe-Makros
33474 \begin_inset Index idx
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478 benutzerdefinierte Befehle ! Mathe-Makros
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \begin_inset Index idx
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488 Makros
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Standard
33497 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33498  Hat man es in einem Dokument z.
33499 \begin_inset space \thinspace{}
33500 \end_inset
33501
33502 B.
33503  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33504  auf.
33505  Die allgemeine Form einer quadratischen Gleichung ist
33506 \begin_inset Formula \[
33507 0=\lambda^{2}+p\lambda+q\]
33508
33509 \end_inset
33510
33511 Die allgemeine Form der Lösung lautet
33512 \begin_inset Formula \[
33513 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33514
33515 \end_inset
33516
33517
33518 \end_layout
33519
33520 \begin_layout Standard
33521 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33522  drei Parameter 
33523 \begin_inset Formula $\lambda$
33524 \end_inset
33525
33526
33527 \begin_inset Formula $p$
33528 \end_inset
33529
33530  und 
33531 \begin_inset Formula $q$
33532 \end_inset
33533
33534  angegeben werden müssen und der Index von 
33535 \begin_inset Formula $\lambda$
33536 \end_inset
33537
33538  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33539 \begin_inset Newline newline
33540 \end_inset
33541
33542
33543 \series bold
33544
33545 \backslash
33546 newcommand{
33547 \backslash
33548 qG}[4][1,
33549 \backslash
33550 ,2]{#2_{#1}=-
33551 \backslash
33552 frac{#3}{2}
33553 \backslash
33554 pm
33555 \begin_inset Newline newline
33556 \end_inset
33557
33558
33559 \begin_inset Phantom HPhantom
33560 status open
33561
33562 \begin_layout Plain Layout
33563
33564 \series bold
33565
33566 \backslash
33567 newcommand
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \backslash
33574 sqrt{
33575 \backslash
33576 frac{#3^{2}}{4}-#4}}
33577 \end_layout
33578
33579 \begin_layout Standard
33580 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33581  
33582 \begin_inset Newline newline
33583 \end_inset
33584
33585
33586 \series bold
33587
33588 \backslash
33589 qG{
33590 \backslash
33591 lambda
33592 \begin_inset Formula $\to$
33593 \end_inset
33594
33595
33596 \backslash
33597 {p
33598 \begin_inset Formula $\to$
33599 \end_inset
33600
33601
33602 \backslash
33603 {q 
33604 \series default
33605 ein.
33606 \end_layout
33607
33608 \begin_layout Standard
33609 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33610  aller verwendeten LaTeX-Befehle kennen, z.
33611 \begin_inset space \thinspace{}
33612 \end_inset
33613
33614 B.
33615  dass ein Bruch in LaTeX mit 
33616 \series bold
33617
33618 \backslash
33619 frac{Zähler}
33620 \begin_inset Newline linebreak
33621 \end_inset
33622
33623 {Nenner}
33624 \series default
33625  eingegeben wird.
33626  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33627  in LyX nicht sehen, was der neue Befehl macht.
33628  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33629  Mathe-Makros statt den Befehl 
33630 \series bold
33631
33632 \backslash
33633 newcommand
33634 \series default
33635  zu verwenden.
33636 \end_layout
33637
33638 \begin_layout Standard
33639 Ein Mathe-Makro wird erstellt, indem man das Menü 
33640 \family sans
33641 Einfügen\SpecialChar \menuseparator
33642 Mathe\SpecialChar \menuseparator
33643 Makro
33644 \family default
33645  oder den Werkzeugleistenknopf 
33646 \begin_inset Graphics
33647         filename ../../images/math-macro_newmacroname_newcommand.png
33648         scale 85
33649
33650 \end_inset
33651
33652  verwendet.
33653  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33654  Makro definiert wird:
33655 \begin_inset Newline newline
33656 \end_inset
33657
33658
33659 \lang english
33660
33661 \begin_inset space \hspace*{\fill}
33662 \end_inset
33663
33664
33665 \lang ngerman
33666
33667 \begin_inset Graphics
33668         filename ../clipart/macrobox.png
33669
33670 \end_inset
33671
33672
33673 \lang english
33674
33675 \begin_inset space \hspace*{\fill}
33676 \end_inset
33677
33678
33679 \lang ngerman
33680
33681 \begin_inset Newline newline
33682 \end_inset
33683
33684
33685 \begin_inset FormulaMacro
33686 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33687 \end_inset
33688
33689
33690 \backslash
33691 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33692  geändert werden sollte.
33693  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33694  Einen Argumentplatzhalter fügt man mit dem Befehl 
33695 \series bold
33696
33697 \backslash
33698 #Argumentnummer
33699 \series default
33700  ein, z.
33701 \begin_inset space \thinspace{}
33702 \end_inset
33703
33704 B.
33705  
33706 \series bold
33707
33708 \backslash
33709 #1
33710 \series default
33711  oder man verwendet den Makro-Werkzeugleistenknopf 
33712 \begin_inset Graphics
33713         filename ../../images/math-macro-add-param.png
33714         scale 85
33715
33716 \end_inset
33717
33718 .
33719  Argumentplatzhalter werden rot dargestellt.
33720  Es sind maximal 9 Argumente möglich.
33721  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33722 \begin_inset Graphics
33723         filename ../../images/math-macro-add-optional-param.png
33724         scale 85
33725
33726 \end_inset
33727
33728  erstellt.
33729  Mit dem Werkzeugleistenknopf 
33730 \begin_inset Graphics
33731         filename ../../images/math-macro-make-optional.png
33732         scale 85
33733
33734 \end_inset
33735
33736  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33737  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33738  werden soll.
33739  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33740  Kästchen leer lässt.
33741  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33742  einnimmt, kann man in das Kästchen z.
33743 \begin_inset space \thinspace{}
33744 \end_inset
33745
33746 B.
33747 \begin_inset Newline newline
33748 \end_inset
33749
33750
33751 \series bold
33752 qG: 
33753 \backslash
33754 #1
33755 \series default
33756  
33757 \series bold
33758 ,
33759 \series default
33760  
33761 \series bold
33762
33763 \backslash
33764 #2
33765 \series default
33766  
33767 \series bold
33768 ,
33769 \series default
33770  
33771 \series bold
33772
33773 \backslash
33774 #3, 
33775 \backslash
33776 #4
33777 \begin_inset Newline newline
33778 \end_inset
33779
33780
33781 \series default
33782 eingeben.
33783  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33784  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33785  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33786  wurde.
33787 \begin_inset Newline newline
33788 \end_inset
33789
33790 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33791  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33792 \family sans
33793 Ansicht\SpecialChar \menuseparator
33794 Mathe-Makro
33795 \begin_inset space ~
33796 \end_inset
33797
33798 auf/zuklappen
33799 \family default
33800  verwendet.
33801 \end_layout
33802
33803 \begin_layout Standard
33804 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33805  ein, in unserem Fall 
33806 \series bold
33807
33808 \backslash
33809 qG
33810 \series default
33811 .
33812  Unser Makro sieht in LyX folgendermaßen aus:
33813 \begin_inset Newline newline
33814 \end_inset
33815
33816
33817 \lang english
33818
33819 \begin_inset space \hspace*{\fill}
33820 \end_inset
33821
33822
33823 \lang ngerman
33824
33825 \begin_inset Graphics
33826         filename ../clipart/macrouse.png
33827
33828 \end_inset
33829
33830
33831 \lang english
33832
33833 \begin_inset space \hspace*{\fill}
33834 \end_inset
33835
33836
33837 \lang ngerman
33838
33839 \begin_inset Newline newline
33840 \end_inset
33841
33842 Hier ist unser Makro-Beispiel mit den Argumenten 
33843 \begin_inset Formula $x$
33844 \end_inset
33845
33846
33847 \begin_inset Formula $\ln(x)$
33848 \end_inset
33849
33850  und 
33851 \begin_inset Formula $B$
33852 \end_inset
33853
33854 :
33855 \end_layout
33856
33857 \begin_layout Standard
33858 \begin_inset Formula \[
33859 \qG x{\ln(x)}B\]
33860
33861 \end_inset
33862
33863
33864 \end_layout
33865
33866 \begin_layout Standard
33867 LyX bietet im Menü 
33868 \family sans
33869 Werkzeuge\SpecialChar \menuseparator
33870 Einstellungen\SpecialChar \menuseparator
33871 Bearbeiten\SpecialChar \menuseparator
33872 Kontrolle
33873 \family default
33874  verschiedene Bearbeitungsstile für Makros an.
33875  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
33876  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
33877  zu sehen.
33878 \end_layout
33879
33880 \begin_layout Standard
33881 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
33882 \series bold
33883
33884 \backslash
33885 new\SpecialChar \-
33886 command
33887 \series default
33888 -Befehl umgewandelt.
33889  Der 
33890 \series bold
33891
33892 \backslash
33893 newcommand
33894 \series default
33895 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
33896  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
33897  Makrodefinitionsbox befinden.
33898 \end_layout
33899
33900 \begin_layout Standard
33901 Mathe-Makros können auch direkt aus einem 
33902 \series bold
33903
33904 \backslash
33905 newcommand
33906 \series default
33907 -Befehl erstellt werden.
33908  Schreibt man z.
33909 \begin_inset space \thinspace{}
33910 \end_inset
33911
33912 B.
33913  den Befehl
33914 \series bold
33915
33916 \begin_inset Newline newline
33917 \end_inset
33918
33919
33920 \backslash
33921 newcommand{
33922 \backslash
33923 larrow}[2]{
33924 \backslash
33925 xleftarrow[#2]{#1}}
33926 \begin_inset Newline newline
33927 \end_inset
33928
33929
33930 \series default
33931 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
33932 zel 
33933 \family sans
33934 Strg+M
33935 \family default
33936 , wird der Befehl in ein Mathe-Makro umgewandelt.
33937  Bei dieser Methode muss man jedoch aufpassen, dass der 
33938 \series bold
33939
33940 \backslash
33941 newcommand
33942 \series default
33943 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
33944  erstellt, dass später LaTeX-Fehler hervorruft.
33945 \end_layout
33946
33947 \begin_layout Standard
33948 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
33949  Makrodefinition fehlerhaft behandelt werden.
33950  Dadurch kann das Beispiel 
33951 \series bold
33952
33953 \backslash
33954 fb
33955 \series default
33956  aus 
33957 \begin_inset CommandInset ref
33958 LatexCommand ref
33959 reference "sub:Der-Befehl-newcommand"
33960
33961 \end_inset
33962
33963  nicht als Makro erzeugt werden.
33964 \end_layout
33965
33966 \begin_layout Standard
33967 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
33968  in LyX angezeigt:
33969 \end_layout
33970
33971 \begin_layout Standard
33972 \begin_inset VSpace defskip
33973 \end_inset
33974
33975
33976 \end_layout
33977
33978 \begin_layout Standard
33979 \begin_inset Graphics
33980         filename ../clipart/MacroToolbar.png
33981
33982 \end_inset
33983
33984
33985 \begin_inset Index idx
33986 status collapsed
33987
33988 \begin_layout Plain Layout
33989 Makros ! Werkzeugleiste
33990 \end_layout
33991
33992 \end_inset
33993
33994
33995 \end_layout
33996
33997 \begin_layout Standard
33998 \begin_inset VSpace defskip
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \begin_layout Standard
34005 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34006 \end_layout
34007
34008 \begin_layout Standard
34009 \begin_inset VSpace defskip
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Standard
34016 \begin_inset Tabular
34017 <lyxtabular version="3" rows="9" columns="2">
34018 <features islongtable="true" longtabularalignment="center">
34019 <column alignment="left" valignment="top" width="0">
34020 <column alignment="left" valignment="top" width="85col%">
34021 <row interlinespace="2.5mm">
34022 <cell alignment="center" valignment="top" usebox="none">
34023 \begin_inset Text
34024
34025 \begin_layout Plain Layout
34026 \begin_inset Graphics
34027         filename ../../images/math-macro-remove-param.png
34028         rotateOrigin center
34029
34030 \end_inset
34031
34032
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 <cell alignment="center" valignment="top" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041
34042 \family sans
34043 Bearbeiten\SpecialChar \menuseparator
34044 Mathe\SpecialChar \menuseparator
34045 Makro-Definition\SpecialChar \menuseparator
34046 Letztes Argument entfernen
34047 \end_layout
34048
34049 \end_inset
34050 </cell>
34051 </row>
34052 <row interlinespace="2.5mm">
34053 <cell alignment="center" valignment="top" usebox="none">
34054 \begin_inset Text
34055
34056 \begin_layout Plain Layout
34057 \begin_inset Graphics
34058         filename ../../images/math-macro-add-param.png
34059         rotateOrigin center
34060
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \end_inset
34067 </cell>
34068 <cell alignment="center" valignment="top" usebox="none">
34069 \begin_inset Text
34070
34071 \begin_layout Plain Layout
34072
34073 \family sans
34074 Bearbeiten\SpecialChar \menuseparator
34075 Mathe\SpecialChar \menuseparator
34076 Makro-Definition\SpecialChar \menuseparator
34077 Argument hinzufügen
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 </row>
34083 <row interlinespace="2.5mm">
34084 <cell alignment="center" valignment="top" usebox="none">
34085 \begin_inset Text
34086
34087 \begin_layout Plain Layout
34088 \begin_inset Graphics
34089         filename ../../images/math-macro-make-optional.png
34090         rotateOrigin center
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \end_inset
34098 </cell>
34099 <cell alignment="center" valignment="top" usebox="none">
34100 \begin_inset Text
34101
34102 \begin_layout Plain Layout
34103
34104 \family sans
34105 Bearbeiten\SpecialChar \menuseparator
34106 Mathe\SpecialChar \menuseparator
34107 Makro-Definition\SpecialChar \menuseparator
34108 Das erste nicht-optionale
34109 \begin_inset Newline newline
34110 \end_inset
34111
34112
34113 \begin_inset Phantom HPhantom
34114 status open
34115
34116 \begin_layout Plain Layout
34117
34118 \family sans
34119 Bearbeiten\SpecialChar \menuseparator
34120 Mathe\SpecialChar \menuseparator
34121 Makro-Definition\SpecialChar \menuseparator
34122
34123 \end_layout
34124
34125 \end_inset
34126
34127 Argument in einen optionales
34128 \begin_inset Newline newline
34129 \end_inset
34130
34131
34132 \begin_inset Phantom HPhantom
34133 status open
34134
34135 \begin_layout Plain Layout
34136
34137 \family sans
34138 Bearbeiten\SpecialChar \menuseparator
34139 Mathe\SpecialChar \menuseparator
34140 Makro-Definition\SpecialChar \menuseparator
34141
34142 \end_layout
34143
34144 \end_inset
34145
34146 ändern
34147 \end_layout
34148
34149 \end_inset
34150 </cell>
34151 </row>
34152 <row interlinespace="2.5mm">
34153 <cell alignment="center" valignment="top" usebox="none">
34154 \begin_inset Text
34155
34156 \begin_layout Plain Layout
34157 \begin_inset Graphics
34158         filename ../../images/math-macro-make-nonoptional.png
34159         rotateOrigin center
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \end_inset
34167 </cell>
34168 <cell alignment="center" valignment="top" usebox="none">
34169 \begin_inset Text
34170
34171 \begin_layout Plain Layout
34172
34173 \family sans
34174 Bearbeiten\SpecialChar \menuseparator
34175 Mathe\SpecialChar \menuseparator
34176 Makro-Definition\SpecialChar \menuseparator
34177 Das letzte optionale Argument in
34178 \begin_inset Newline newline
34179 \end_inset
34180
34181
34182 \begin_inset Phantom HPhantom
34183 status open
34184
34185 \begin_layout Plain Layout
34186
34187 \family sans
34188 Bearbeiten\SpecialChar \menuseparator
34189 Mathe\SpecialChar \menuseparator
34190 Makro-Definition\SpecialChar \menuseparator
34191
34192 \end_layout
34193
34194 \end_inset
34195
34196 einen nicht-optionales ändern
34197 \end_layout
34198
34199 \end_inset
34200 </cell>
34201 </row>
34202 <row interlinespace="2.5mm">
34203 <cell alignment="center" valignment="top" usebox="none">
34204 \begin_inset Text
34205
34206 \begin_layout Plain Layout
34207 \begin_inset Graphics
34208         filename ../../images/math-macro-remove-optional-param.png
34209         rotateOrigin center
34210
34211 \end_inset
34212
34213
34214 \end_layout
34215
34216 \end_inset
34217 </cell>
34218 <cell alignment="center" valignment="top" usebox="none">
34219 \begin_inset Text
34220
34221 \begin_layout Plain Layout
34222
34223 \family sans
34224 Bearbeiten\SpecialChar \menuseparator
34225 Mathe\SpecialChar \menuseparator
34226 Makro-Definition\SpecialChar \menuseparator
34227 Optionales Argument entfernen
34228 \end_layout
34229
34230 \end_inset
34231 </cell>
34232 </row>
34233 <row interlinespace="2.5mm">
34234 <cell alignment="center" valignment="top" usebox="none">
34235 \begin_inset Text
34236
34237 \begin_layout Plain Layout
34238 \begin_inset Graphics
34239         filename ../../images/math-macro-add-optional-param.png
34240         rotateOrigin center
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \end_inset
34248 </cell>
34249 <cell alignment="center" valignment="top" usebox="none">
34250 \begin_inset Text
34251
34252 \begin_layout Plain Layout
34253
34254 \family sans
34255 Bearbeiten\SpecialChar \menuseparator
34256 Mathe\SpecialChar \menuseparator
34257 Makro-Definition\SpecialChar \menuseparator
34258 Optionales Argument einfügen
34259 \end_layout
34260
34261 \end_inset
34262 </cell>
34263 </row>
34264 <row interlinespace="2.5mm">
34265 <cell alignment="center" valignment="top" usebox="none">
34266 \begin_inset Text
34267
34268 \begin_layout Plain Layout
34269 \begin_inset Graphics
34270         filename ../../images/math-macro-remove-greedy-param.png
34271         rotateOrigin center
34272
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \end_inset
34279 </cell>
34280 <cell alignment="center" valignment="top" usebox="none">
34281 \begin_inset Text
34282
34283 \begin_layout Plain Layout
34284
34285 \family sans
34286 Bearbeiten\SpecialChar \menuseparator
34287 Mathe\SpecialChar \menuseparator
34288 Makro-Definition\SpecialChar \menuseparator
34289 Letztes Argument rechts entfernen
34290 \end_layout
34291
34292 \end_inset
34293 </cell>
34294 </row>
34295 <row interlinespace="2.5mm">
34296 <cell alignment="center" valignment="top" usebox="none">
34297 \begin_inset Text
34298
34299 \begin_layout Plain Layout
34300 \begin_inset Graphics
34301         filename ../../images/math-macro-append-greedy-param.png
34302         rotateOrigin center
34303
34304 \end_inset
34305
34306
34307 \end_layout
34308
34309 \end_inset
34310 </cell>
34311 <cell alignment="center" valignment="top" usebox="none">
34312 \begin_inset Text
34313
34314 \begin_layout Plain Layout
34315
34316 \family sans
34317 Bearbeiten\SpecialChar \menuseparator
34318 Mathe\SpecialChar \menuseparator
34319 Makro-Definition\SpecialChar \menuseparator
34320 Argument von rechts hinzufügen
34321 \end_layout
34322
34323 \end_inset
34324 </cell>
34325 </row>
34326 <row interlinespace="2.5mm">
34327 <cell alignment="center" valignment="top" usebox="none">
34328 \begin_inset Text
34329
34330 \begin_layout Plain Layout
34331 \begin_inset Graphics
34332         filename ../../images/math-macro-add-greedy-optional-param.png
34333         rotateOrigin center
34334
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \end_inset
34341 </cell>
34342 <cell alignment="center" valignment="top" usebox="none">
34343 \begin_inset Text
34344
34345 \begin_layout Plain Layout
34346
34347 \family sans
34348 Bearbeiten\SpecialChar \menuseparator
34349 Mathe\SpecialChar \menuseparator
34350 Makro-Definition\SpecialChar \menuseparator
34351 Optionales Argument von rechts
34352 \begin_inset Newline newline
34353 \end_inset
34354
34355
34356 \begin_inset Phantom HPhantom
34357 status open
34358
34359 \begin_layout Plain Layout
34360
34361 \family sans
34362 Bearbeiten\SpecialChar \menuseparator
34363 Mathe\SpecialChar \menuseparator
34364 Makro-Definition\SpecialChar \menuseparator
34365
34366 \end_layout
34367
34368 \end_inset
34369
34370 hinzufügen
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 </row>
34376 </lyxtabular>
34377
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \begin_layout Standard
34384 \begin_inset Newpage newpage
34385 \end_inset
34386
34387
34388 \end_layout
34389
34390 \begin_layout Section
34391 Tipps
34392 \begin_inset Index idx
34393 status collapsed
34394
34395 \begin_layout Plain Layout
34396 Tipps
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \end_layout
34403
34404 \begin_layout Subsection
34405 Negative Zahlen
34406 \begin_inset Index idx
34407 status collapsed
34408
34409 \begin_layout Plain Layout
34410 Zahlen ! negative
34411 \end_layout
34412
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \begin_layout Standard
34419 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34420  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34421  dargestellt.
34422  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34423  Minuszeichen korrekt.
34424 \end_layout
34425
34426 \begin_layout Standard
34427 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34428  nicht mehr auf.
34429 \end_layout
34430
34431 \begin_layout Standard
34432 Ein Beispiel zur Veranschaulichung der Problematik:
34433 \end_layout
34434
34435 \begin_layout Standard
34436 \align center
34437 \begin_inset Tabular
34438 <lyxtabular version="3" rows="3" columns="2">
34439 <features tabularvalignment="middle">
34440 <column alignment="right" valignment="top" width="0">
34441 <column alignment="left" valignment="top" width="0">
34442 <row>
34443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34444 \begin_inset Text
34445
34446 \begin_layout Plain Layout
34447 normaler Text:
34448 \end_layout
34449
34450 \end_inset
34451 </cell>
34452 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34453 \begin_inset Text
34454
34455 \begin_layout Plain Layout
34456 x = -2
34457 \end_layout
34458
34459 \end_inset
34460 </cell>
34461 </row>
34462 <row>
34463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34464 \begin_inset Text
34465
34466 \begin_layout Plain Layout
34467 Formelmodus:
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476 \begin_inset Formula $x=-2$
34477 \end_inset
34478
34479
34480 \end_layout
34481
34482 \end_inset
34483 </cell>
34484 </row>
34485 <row>
34486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34487 \begin_inset Text
34488
34489 \begin_layout Plain Layout
34490 Lösung:
34491 \end_layout
34492
34493 \end_inset
34494 </cell>
34495 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34496 \begin_inset Text
34497
34498 \begin_layout Plain Layout
34499 \begin_inset Formula $x=\textrm{-}2$
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \end_inset
34506 </cell>
34507 </row>
34508 </lyxtabular>
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Subsection
34516 Komma als Dezimaltrennzeichen
34517 \begin_inset Index idx
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521 Komma
34522 \end_layout
34523
34524 \end_inset
34525
34526
34527 \end_layout
34528
34529 \begin_layout Standard
34530 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34531  als Gruppentrennzeichen.
34532  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34533  eingefügt.
34534 \end_layout
34535
34536 \begin_layout Standard
34537 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34538  Text um (Tastenkürzel 
34539 \family sans
34540 Alt+M
34541 \begin_inset space ~
34542 \end_inset
34543
34544 M
34545 \family default
34546 ).
34547 \end_layout
34548
34549 \begin_layout Standard
34550 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34551  lädt man die Datei 
34552 \series bold
34553 icomma.sty
34554 \series default
34555
34556 \begin_inset Foot
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560
34561 \series bold
34562 icomma
34563 \series default
34564  ist Teil des LaTeX-Paketes 
34565 \series bold
34566 was
34567 \series default
34568
34569 \begin_inset Index idx
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573 Pakete ! was
34574 \begin_inset ERT
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578
34579
34580 \backslash
34581 vspace{4mm}
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \end_inset
34590
34591 .
34592 \end_layout
34593
34594 \end_inset
34595
34596
34597 \begin_inset Index idx
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601 Pakete ! icomma
34602 \end_layout
34603
34604 \end_inset
34605
34606  mit der LaTeX-Vorspannzeile
34607 \end_layout
34608
34609 \begin_layout Standard
34610
34611 \series bold
34612
34613 \backslash
34614 usepackage{icomma}
34615 \end_layout
34616
34617 \begin_layout Subsection
34618 Physikalische Vektoren
34619 \begin_inset CommandInset label
34620 LatexCommand label
34621 name "sub:Physikalische-Vektoren"
34622
34623 \end_inset
34624
34625
34626 \begin_inset Index idx
34627 status collapsed
34628
34629 \begin_layout Plain Layout
34630 Vektoren ! physikalische
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Standard
34639 Vordefinierte Vektoren bietet das LaTeX-Paket 
34640 \series bold
34641 braket
34642 \series default
34643
34644 \begin_inset Index idx
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648 Pakete ! braket
34649 \end_layout
34650
34651 \end_inset
34652
34653 , das mit der LaTeX-Vorspannzeile
34654 \end_layout
34655
34656 \begin_layout Standard
34657
34658 \series bold
34659
34660 \backslash
34661 usepackage{braket}
34662 \end_layout
34663
34664 \begin_layout Standard
34665 geladen wird.
34666 \begin_inset ERT
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670
34671
34672 \backslash
34673 ifbraket 
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \begin_inset Note Note
34680 status open
34681
34682 \begin_layout Plain Layout
34683 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34684 \series bold
34685 braket
34686 \series default
34687  installiert ist:
34688 \end_layout
34689
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \begin_layout Standard
34696 \begin_inset Newpage newpage
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \begin_layout Standard
34703 Folgende Befehle sind definiert:
34704 \end_layout
34705
34706 \begin_layout Standard
34707 \align center
34708 \begin_inset Tabular
34709 <lyxtabular version="3" rows="4" columns="2">
34710 <features tabularvalignment="middle">
34711 <column alignment="center" valignment="top" width="0">
34712 <column alignment="center" valignment="top" width="0">
34713 <row>
34714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718 Befehl
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 Ergebnis
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 <row>
34734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738
34739 \backslash
34740 Bra{
34741 \backslash
34742 psi
34743 \end_layout
34744
34745 \end_inset
34746 </cell>
34747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34748 \begin_inset Text
34749
34750 \begin_layout Plain Layout
34751 \begin_inset Formula $\Bra{\psi}$
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \end_inset
34758 </cell>
34759 </row>
34760 <row>
34761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34762 \begin_inset Text
34763
34764 \begin_layout Plain Layout
34765
34766 \backslash
34767 Ket{
34768 \backslash
34769 psi
34770 \end_layout
34771
34772 \end_inset
34773 </cell>
34774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Plain Layout
34778 \begin_inset Formula $\Ket{\psi}$
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \end_inset
34785 </cell>
34786 </row>
34787 <row>
34788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34789 \begin_inset Text
34790
34791 \begin_layout Plain Layout
34792
34793 \backslash
34794 Braket{
34795 \backslash
34796 psi|
34797 \backslash
34798 phi
34799 \end_layout
34800
34801 \end_inset
34802 </cell>
34803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34804 \begin_inset Text
34805
34806 \begin_layout Plain Layout
34807 \begin_inset Formula $\Braket{\psi|\phi}$
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \end_inset
34814 </cell>
34815 </row>
34816 </lyxtabular>
34817
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \begin_layout Standard
34824 Der Befehl 
34825 \series bold
34826
34827 \backslash
34828 Braket
34829 \series default
34830  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
34831  Klammern gesetzt werden:
34832 \begin_inset Formula \[
34833 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34834
34835 \end_inset
34836
34837
34838 \begin_inset ERT
34839 status collapsed
34840
34841 \begin_layout Plain Layout
34842
34843
34844 \backslash
34845 else 
34846 \end_layout
34847
34848 \end_inset
34849
34850
34851 \begin_inset Note Note
34852 status open
34853
34854 \begin_layout Plain Layout
34855 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34856 \series bold
34857 braket
34858 \series default
34859  nicht installiert ist:
34860 \end_layout
34861
34862 \end_inset
34863
34864
34865 \end_layout
34866
34867 \begin_layout Standard
34868 Das LaTeX-Paket 
34869 \series bold
34870 braket 
34871 \series default
34872 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34873 \end_layout
34874
34875 \begin_layout Standard
34876 \begin_inset ERT
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880
34881
34882 \backslash
34883 fi 
34884 \end_layout
34885
34886 \end_inset
34887
34888
34889 \end_layout
34890
34891 \begin_layout Standard
34892 Der Effekt von 
34893 \series bold
34894
34895 \backslash
34896 Braket
34897 \series default
34898  kann auch mit dem Befehl 
34899 \series bold
34900
34901 \backslash
34902 middle
34903 \series default
34904  erzielt werden, der in 
34905 \begin_inset CommandInset ref
34906 LatexCommand ref
34907 reference "sub:Automatische-Klammergrößen"
34908
34909 \end_inset
34910
34911  beschrieben ist.
34912 \end_layout
34913
34914 \begin_layout Subsection
34915 Selbst definierte Brüche
34916 \begin_inset CommandInset label
34917 LatexCommand label
34918 name "sub:Selbstdefinierte-Brüche"
34919
34920 \end_inset
34921
34922
34923 \begin_inset Index idx
34924 status collapsed
34925
34926 \begin_layout Plain Layout
34927 Brüche ! selbstdefinierte
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \begin_layout Standard
34936 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
34937 \series bold
34938
34939 \backslash
34940 genfrac
34941 \series default
34942
34943 \begin_inset Index idx
34944 status collapsed
34945
34946 \begin_layout Plain Layout
34947 Befehle ! G ! 
34948 \backslash
34949 genfrac
34950 \end_layout
34951
34952 \end_inset
34953
34954  in folgendem Schema:
34955 \end_layout
34956
34957 \begin_layout Standard
34958
34959 \series bold
34960
34961 \backslash
34962 genfrac{linke
34963 \series default
34964  
34965 \series bold
34966 Klammer}{rechte
34967 \series default
34968  
34969 \series bold
34970 Klammer}{Bruchstrichdicke}{Ansichtsstil}
34971 \begin_inset Newline newline
34972 \end_inset
34973
34974
34975 \begin_inset Phantom HPhantom
34976 status open
34977
34978 \begin_layout Plain Layout
34979
34980 \series bold
34981
34982 \backslash
34983 genfrac
34984 \end_layout
34985
34986 \end_inset
34987
34988 {Zähler}{Nenner}
34989 \end_layout
34990
34991 \begin_layout Standard
34992 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
34993 \begin_inset space \thinspace{}
34994 \end_inset
34995
34996 -
34997 \begin_inset space \thinspace{}
34998 \end_inset
34999
35000 3 angegeben.
35001 \end_layout
35002
35003 \begin_layout Standard
35004 \align center
35005 \begin_inset Tabular
35006 <lyxtabular version="3" rows="5" columns="2">
35007 <features tabularvalignment="middle">
35008 <column alignment="center" valignment="top" width="0">
35009 <column alignment="center" valignment="top" width="0">
35010 <row>
35011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35012 \begin_inset Text
35013
35014 \begin_layout Plain Layout
35015 Nummer
35016 \end_layout
35017
35018 \end_inset
35019 </cell>
35020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024 Ansichtsstil
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 </row>
35030 <row>
35031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35032 \begin_inset Text
35033
35034 \begin_layout Plain Layout
35035 0
35036 \end_layout
35037
35038 \end_inset
35039 </cell>
35040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35041 \begin_inset Text
35042
35043 \begin_layout Plain Layout
35044 abgesetzte Formel
35045 \end_layout
35046
35047 \end_inset
35048 </cell>
35049 </row>
35050 <row>
35051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35052 \begin_inset Text
35053
35054 \begin_layout Plain Layout
35055 1
35056 \end_layout
35057
35058 \end_inset
35059 </cell>
35060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35061 \begin_inset Text
35062
35063 \begin_layout Plain Layout
35064 eingebettete Formel
35065 \end_layout
35066
35067 \end_inset
35068 </cell>
35069 </row>
35070 <row>
35071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35072 \begin_inset Text
35073
35074 \begin_layout Plain Layout
35075 2
35076 \end_layout
35077
35078 \end_inset
35079 </cell>
35080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35081 \begin_inset Text
35082
35083 \begin_layout Plain Layout
35084 klein
35085 \end_layout
35086
35087 \end_inset
35088 </cell>
35089 </row>
35090 <row>
35091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35092 \begin_inset Text
35093
35094 \begin_layout Plain Layout
35095 3
35096 \end_layout
35097
35098 \end_inset
35099 </cell>
35100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35101 \begin_inset Text
35102
35103 \begin_layout Plain Layout
35104 winzig
35105 \end_layout
35106
35107 \end_inset
35108 </cell>
35109 </row>
35110 </lyxtabular>
35111
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \begin_layout Standard
35118 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35119  
35120 \series bold
35121
35122 \backslash
35123 frac
35124 \series default
35125  der Umgebung an.
35126 \end_layout
35127
35128 \begin_layout Standard
35129 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35130  0.4
35131 \begin_inset space \thinspace{}
35132 \end_inset
35133
35134 pt verwendet.
35135 \end_layout
35136
35137 \begin_layout Standard
35138 \begin_inset VSpace medskip
35139 \end_inset
35140
35141 Zum Beispiel sind die Befehle 
35142 \series bold
35143
35144 \backslash
35145 dfrac
35146 \series default
35147  und 
35148 \series bold
35149
35150 \backslash
35151 tbinom
35152 \series default
35153  aus 
35154 \begin_inset CommandInset ref
35155 LatexCommand ref
35156 reference "sub:Brüche"
35157
35158 \end_inset
35159
35160  folgendermaßen definiert:
35161 \end_layout
35162
35163 \begin_layout Standard
35164
35165 \series bold
35166
35167 \backslash
35168 newcommand{
35169 \backslash
35170 dfrac}[2]{
35171 \backslash
35172 genfrac{}{}{}{0}{#1}{#2}}
35173 \end_layout
35174
35175 \begin_layout Standard
35176 und
35177 \end_layout
35178
35179 \begin_layout Standard
35180
35181 \series bold
35182
35183 \backslash
35184 newcommand{
35185 \backslash
35186 tbinom}[2]{
35187 \backslash
35188 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35189 \end_layout
35190
35191 \begin_layout Standard
35192 \begin_inset VSpace medskip
35193 \end_inset
35194
35195 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35196  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35197 \end_layout
35198
35199 \begin_layout Standard
35200
35201 \series bold
35202
35203 \backslash
35204 newcommand{
35205 \backslash
35206 fracS}[3][]{
35207 \backslash
35208 genfrac{}{}{#1}{}{#2}{#3}}
35209 \end_layout
35210
35211 \begin_layout Standard
35212 Dazu ein Test:
35213 \begin_inset Formula \begin{align*}
35214 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35215 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35216 \end{align*}
35217
35218 \end_inset
35219
35220 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35221  in etwa der dreifachen Strichdicke.
35222 \end_layout
35223
35224 \begin_layout Subsection
35225 Durchgestrichene Formeln
35226 \begin_inset Index idx
35227 status collapsed
35228
35229 \begin_layout Plain Layout
35230 Formel ! durchgestrichene
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Standard
35239 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35240 \series bold
35241 cancel
35242 \series default
35243
35244 \begin_inset Index idx
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248 Pakete ! cancel
35249 \end_layout
35250
35251 \end_inset
35252
35253  mit der LaTeX-Vorspannzeile
35254 \end_layout
35255
35256 \begin_layout Standard
35257
35258 \series bold
35259
35260 \backslash
35261 usepackage[samesize]{cancel}
35262 \end_layout
35263
35264 \begin_layout Standard
35265 geladen werden.
35266 \end_layout
35267
35268 \begin_layout Standard
35269 \begin_inset ERT
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273
35274
35275 \backslash
35276 ifcancel 
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \begin_inset Note Note
35283 status open
35284
35285 \begin_layout Plain Layout
35286 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35287 \series bold
35288 cancel
35289 \series default
35290  installiert ist:
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \end_layout
35297
35298 \begin_layout Standard
35299 Es gibt vier verschiedene Arten durchzustreichen:
35300 \end_layout
35301
35302 \begin_layout Standard
35303 \align center
35304 \begin_inset Tabular
35305 <lyxtabular version="3" rows="5" columns="2">
35306 <features tabularvalignment="middle">
35307 <column alignment="center" valignment="top" width="0">
35308 <column alignment="center" valignment="top" width="0">
35309 <row>
35310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35311 \begin_inset Text
35312
35313 \begin_layout Plain Layout
35314 Befehl
35315 \end_layout
35316
35317 \end_inset
35318 </cell>
35319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35320 \begin_inset Text
35321
35322 \begin_layout Plain Layout
35323 Ergebnis
35324 \begin_inset Note Note
35325 status collapsed
35326
35327 \begin_layout Plain Layout
35328 Der Leerraum und 
35329 \series bold
35330
35331 \backslash
35332 raisebox
35333 \series default
35334  dienen nur als Abstandhalter.
35335 \end_layout
35336
35337 \end_inset
35338
35339
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 </row>
35345 <row>
35346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35347 \begin_inset Text
35348
35349 \begin_layout Plain Layout
35350
35351 \backslash
35352 cancel{
35353 \backslash
35354 int
35355 \begin_inset ERT
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359
35360
35361 \backslash
35362 leer 
35363 \end_layout
35364
35365 \end_inset
35366
35367 A=B
35368 \end_layout
35369
35370 \end_inset
35371 </cell>
35372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35373 \begin_inset Text
35374
35375 \begin_layout Plain Layout
35376 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35377 \end_inset
35378
35379
35380 \end_layout
35381
35382 \end_inset
35383 </cell>
35384 </row>
35385 <row>
35386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35387 \begin_inset Text
35388
35389 \begin_layout Plain Layout
35390
35391 \backslash
35392 bcancel{
35393 \backslash
35394 int
35395 \begin_inset ERT
35396 status collapsed
35397
35398 \begin_layout Plain Layout
35399
35400
35401 \backslash
35402 leer 
35403 \end_layout
35404
35405 \end_inset
35406
35407 A=B
35408 \end_layout
35409
35410 \end_inset
35411 </cell>
35412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35413 \begin_inset Text
35414
35415 \begin_layout Plain Layout
35416 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35417 \end_inset
35418
35419
35420 \end_layout
35421
35422 \end_inset
35423 </cell>
35424 </row>
35425 <row>
35426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35427 \begin_inset Text
35428
35429 \begin_layout Plain Layout
35430
35431 \backslash
35432 xcancel{
35433 \backslash
35434 int
35435 \begin_inset ERT
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439
35440
35441 \backslash
35442 leer 
35443 \end_layout
35444
35445 \end_inset
35446
35447 A=B
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35453 \begin_inset Text
35454
35455 \begin_layout Plain Layout
35456 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \end_inset
35463 </cell>
35464 </row>
35465 <row>
35466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35467 \begin_inset Text
35468
35469 \begin_layout Plain Layout
35470
35471 \backslash
35472 cancelto{1
35473 \begin_inset Formula $\to$
35474 \end_inset
35475
35476
35477 \backslash
35478 {
35479 \backslash
35480 int
35481 \begin_inset ERT
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485
35486
35487 \backslash
35488 leer 
35489 \end_layout
35490
35491 \end_inset
35492
35493 A=B
35494 \end_layout
35495
35496 \end_inset
35497 </cell>
35498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35499 \begin_inset Text
35500
35501 \begin_layout Plain Layout
35502 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35503 \end_inset
35504
35505
35506 \end_layout
35507
35508 \end_inset
35509 </cell>
35510 </row>
35511 </lyxtabular>
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Standard
35519
35520 \series bold
35521
35522 \backslash
35523 cancelto
35524 \series default
35525  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35526  will:
35527 \begin_inset Formula \[
35528 \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}}}\]
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \begin_layout Standard
35536 \begin_inset ERT
35537 status collapsed
35538
35539 \begin_layout Plain Layout
35540
35541
35542 \backslash
35543 else 
35544 \end_layout
35545
35546 \end_inset
35547
35548
35549 \begin_inset Note Note
35550 status open
35551
35552 \begin_layout Plain Layout
35553 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35554 \series bold
35555 cancel
35556 \series default
35557  nicht installiert ist:
35558 \end_layout
35559
35560 \end_inset
35561
35562
35563 \end_layout
35564
35565 \begin_layout Standard
35566 Das LaTeX-Paket 
35567 \series bold
35568 cancel 
35569 \series default
35570 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35571 \end_layout
35572
35573 \begin_layout Standard
35574 \begin_inset ERT
35575 status collapsed
35576
35577 \begin_layout Plain Layout
35578
35579
35580 \backslash
35581 fi 
35582 \end_layout
35583
35584 \end_inset
35585
35586
35587 \end_layout
35588
35589 \begin_layout Subsection
35590 Formeln in Überschriften
35591 \begin_inset CommandInset label
35592 LatexCommand label
35593 name "sub:Formeln-in-Überschriften"
35594
35595 \end_inset
35596
35597
35598 \begin_inset Index idx
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602 Formel ! in Überschriften
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Standard
35611 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35612 \end_layout
35613
35614 \begin_layout Standard
35615 \begin_inset Note Greyedout
35616 status open
35617
35618 \begin_layout Plain Layout
35619 Verwendet man 
35620 \series bold
35621 hyperref
35622 \series default
35623
35624 \begin_inset Index idx
35625 status collapsed
35626
35627 \begin_layout Plain Layout
35628 Pakete ! hyperref
35629 \end_layout
35630
35631 \end_inset
35632
35633  Unterstützung im den Dokumenteinstellungen unter 
35634 \family sans
35635 PDF-Eigenschaften
35636 \family default
35637 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35638  erzeugt.
35639  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35640  dargestellt.
35641  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35642 \end_layout
35643
35644 \end_inset
35645
35646
35647 \end_layout
35648
35649 \begin_layout Standard
35650 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35651  Kurztitel über das Menü 
35652 \family sans
35653 Einfügen\SpecialChar \menuseparator
35654 Kurztitel
35655 \family default
35656  einfügt.
35657  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35658  um das Inhaltsverzeichnis übersichtlich zu halten.
35659  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35660 chen.
35661 \end_layout
35662
35663 \begin_layout Standard
35664 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35665 \series bold
35666 hyperref
35667 \series default
35668 , verwendet man im TeX-Modus den Befehl
35669 \end_layout
35670
35671 \begin_layout Standard
35672
35673 \series bold
35674
35675 \backslash
35676 texorpdfstring{Teil}{Alternative}
35677 \begin_inset Index idx
35678 status collapsed
35679
35680 \begin_layout Plain Layout
35681 Befehle ! T ! 
35682 \backslash
35683 texorpdfstring
35684 \end_layout
35685
35686 \end_inset
35687
35688
35689 \end_layout
35690
35691 \begin_layout Standard
35692 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35693  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35694  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35695  soll.
35696 \end_layout
35697
35698 \begin_layout Standard
35699 Es folgen zwei Beispielüberschriften:
35700 \begin_inset VSpace -3mm
35701 \end_inset
35702
35703
35704 \begin_inset ERT
35705 status collapsed
35706
35707 \begin_layout Plain Layout
35708
35709
35710 \backslash
35711 boldmath 
35712 \end_layout
35713
35714 \end_inset
35715
35716
35717 \end_layout
35718
35719 \begin_layout Subsubsection
35720 Überschrift ohne Formel im Inhaltsverzeichnis 
35721 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35722 \end_inset
35723
35724
35725 \begin_inset Argument
35726 status collapsed
35727
35728 \begin_layout Plain Layout
35729 Überschrift ohne Formel im Inhaltsverzeichnis
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Subsubsection
35738 Überschrift mit Formel im Inhaltsverzeichnis
35739 \begin_inset ERT
35740 status collapsed
35741
35742 \begin_layout Plain Layout
35743
35744
35745 \backslash
35746 texorpdfstring{
35747 \end_layout
35748
35749 \end_inset
35750
35751  
35752 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35753 \end_inset
35754
35755
35756 \begin_inset ERT
35757 status collapsed
35758
35759 \begin_layout Plain Layout
35760
35761 }{}
35762 \end_layout
35763
35764 \end_inset
35765
35766
35767 \end_layout
35768
35769 \begin_layout Standard
35770 \begin_inset ERT
35771 status collapsed
35772
35773 \begin_layout Plain Layout
35774
35775
35776 \backslash
35777 unboldmath 
35778 \end_layout
35779
35780 \end_inset
35781
35782 In der ersten Überschrift wurde ein Kurztitel verwendet.
35783  In der zweiten 
35784 \series bold
35785
35786 \backslash
35787 texorpdfstring
35788 \series default
35789 .
35790 \end_layout
35791
35792 \begin_layout Standard
35793 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
35794  die komplette Überschrift in eine 
35795 \series bold
35796 boldmath
35797 \series default
35798 -Umgebung
35799 \begin_inset Foot
35800 status collapsed
35801
35802 \begin_layout Plain Layout
35803 siehe 
35804 \begin_inset CommandInset ref
35805 LatexCommand ref
35806 reference "sub:Fett-gedruckte-Formeln"
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \end_inset
35814
35815  gesetzt.
35816 \end_layout
35817
35818 \begin_layout Subsection
35819 Formeln im mehrspaltigen Text
35820 \begin_inset Index idx
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824 Formel ! im mehrspaltigen Text
35825 \end_layout
35826
35827 \end_inset
35828
35829
35830 \end_layout
35831
35832 \begin_layout Standard
35833 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
35834  müssen daher über die gesamte Seitenbreite gesetzt werden.
35835  Dazu verwendet man das LaTeX-Paket 
35836 \series bold
35837 multicol
35838 \series default
35839
35840 \begin_inset Foot
35841 status collapsed
35842
35843 \begin_layout Plain Layout
35844
35845 \series bold
35846 multicol
35847 \series default
35848  ist Teil jeder LaTeX-Standardinstallation.
35849 \end_layout
35850
35851 \end_inset
35852
35853
35854 \begin_inset Index idx
35855 status collapsed
35856
35857 \begin_layout Plain Layout
35858 Pakete ! multicol
35859 \end_layout
35860
35861 \end_inset
35862
35863 , das mit der LaTeX-Vorspannzeile
35864 \end_layout
35865
35866 \begin_layout Standard
35867
35868 \series bold
35869
35870 \backslash
35871 usepackage{multicol}
35872 \end_layout
35873
35874 \begin_layout Standard
35875 geladen wird.
35876 \end_layout
35877
35878 \begin_layout Standard
35879 \begin_inset Note Greyedout
35880 status open
35881
35882 \begin_layout Plain Layout
35883 Dabei ist zu beachten, dass im Menü 
35884 \family sans
35885 Dokument\SpecialChar \menuseparator
35886 Einstellungen
35887 \family default
35888  unter 
35889 \family sans
35890 Textformat
35891 \family default
35892  
35893 \emph on
35894 nicht
35895 \emph default
35896  
35897 \family sans
35898 Zweispaltiges
35899 \begin_inset space ~
35900 \end_inset
35901
35902 Dokument
35903 \family default
35904  ausgewählt sein darf.
35905 \end_layout
35906
35907 \end_inset
35908
35909
35910 \end_layout
35911
35912 \begin_layout Standard
35913 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
35914 \end_layout
35915
35916 \begin_layout Standard
35917
35918 \series bold
35919
35920 \backslash
35921 begin{multicols}{Spaltenanzahl}
35922 \end_layout
35923
35924 \begin_layout Standard
35925 wobei die Spaltenanzahl eine Zahl im Bereich 2
35926 \begin_inset space \thinspace{}
35927 \end_inset
35928
35929 -
35930 \begin_inset space \thinspace{}
35931 \end_inset
35932
35933 10 ist.
35934  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
35935 \end_layout
35936
35937 \begin_layout Standard
35938
35939 \series bold
35940
35941 \backslash
35942 end{multicols}
35943 \end_layout
35944
35945 \begin_layout Standard
35946 der im TeX-Modus eingegeben wird.
35947 \end_layout
35948
35949 \begin_layout Standard
35950 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35951  Um dies rückgängig zu machen, fügt man vor der Formel -6
35952 \begin_inset space \thinspace{}
35953 \end_inset
35954
35955 mm vertikalen Leerraum ein.
35956  Ist der Formelstil 
35957 \series bold
35958 Eingerückt
35959 \begin_inset Foot
35960 status collapsed
35961
35962 \begin_layout Plain Layout
35963 Formelstile siehe 
35964 \begin_inset CommandInset ref
35965 LatexCommand ref
35966 reference "sec:Formelstile"
35967
35968 \end_inset
35969
35970
35971 \end_layout
35972
35973 \end_inset
35974
35975
35976 \series default
35977  gewählt, fügt man stattdessen -9
35978 \begin_inset space \thinspace{}
35979 \end_inset
35980
35981 mm Leerraum ein.
35982 \end_layout
35983
35984 \begin_layout Standard
35985 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35986 \end_layout
35987
35988 \begin_layout Standard
35989 \begin_inset ERT
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993
35994
35995 \backslash
35996 begin{multicols}{2}
35997 \end_layout
35998
35999 \end_inset
36000
36001 Das Spektrum wird fouriertransformiert.
36002  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36003 , Lösungsmittel) zu trennen.
36004  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36005  nun das Aussehen des Ausgangssignals.
36006  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36007  über alle Phasen integrieren muss.
36008  Sei nun 
36009 \begin_inset Formula $S$
36010 \end_inset
36011
36012  unser normiertes Ausgangssignal und 
36013 \begin_inset Formula $P$
36014 \end_inset
36015
36016  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36017 \begin_inset ERT
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021
36022
36023 \backslash
36024 end{multicols}
36025 \end_layout
36026
36027 \end_inset
36028
36029
36030 \begin_inset VSpace -6mm
36031 \end_inset
36032
36033
36034 \begin_inset Formula \begin{equation}
36035 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36036
36037 \end_inset
36038
36039
36040 \begin_inset ERT
36041 status collapsed
36042
36043 \begin_layout Plain Layout
36044
36045
36046 \backslash
36047 begin{multicols}{2}
36048 \end_layout
36049
36050 \end_inset
36051
36052 wobei 
36053 \begin_inset Formula $S_{0}$
36054 \end_inset
36055
36056  das Signal ohne Gradient ist und die Normierungsbedingung 
36057 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36058 \end_inset
36059
36060  gilt.
36061  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36062  Direkt nach dem 
36063 \begin_inset Formula $\nicefrac{\pi}{2}$
36064 \end_inset
36065
36066
36067 \begin_inset space \thinspace{}
36068 \end_inset
36069
36070 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36071  das Signal zusätzlich abschwächt.
36072  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36073  
36074 \begin_inset Formula $T_{2}$
36075 \end_inset
36076
36077 -Zeit.
36078 \end_layout
36079
36080 \begin_layout Standard
36081 \begin_inset ERT
36082 status collapsed
36083
36084 \begin_layout Plain Layout
36085
36086
36087 \backslash
36088 end{multicols}
36089 \end_layout
36090
36091 \end_inset
36092
36093  
36094 \end_layout
36095
36096 \begin_layout Subsection
36097 Formeln mit Beschreibung der Variablen
36098 \begin_inset Index idx
36099 status collapsed
36100
36101 \begin_layout Plain Layout
36102 Formel ! mit Variablenbeschreibung
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \end_layout
36109
36110 \begin_layout Standard
36111 Möchte man wie in Formel 
36112 \begin_inset CommandInset ref
36113 LatexCommand eqref
36114 reference "eq:innerhalb"
36115
36116 \end_inset
36117
36118 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36119 \series bold
36120 ×
36121 \series default
36122
36123 \begin_inset Formula $n$
36124 \end_inset
36125
36126
36127 \begin_inset space ~
36128 \end_inset
36129
36130 Matrix mit links ausgerichteten Spalten für die verwendeten 
36131 \begin_inset Formula $n$
36132 \end_inset
36133
36134  Variablen.
36135 \begin_inset Foot
36136 status collapsed
36137
36138 \begin_layout Plain Layout
36139 Matrizen siehe 
36140 \begin_inset CommandInset ref
36141 LatexCommand ref
36142 reference "sec:Matrizen"
36143
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \end_inset
36150
36151  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36152 \begin_inset space \thinspace{}
36153 \end_inset
36154
36155 B.
36156  den Befehl 
36157 \series bold
36158
36159 \backslash
36160 footnotesize
36161 \series default
36162  ein.
36163 \begin_inset Foot
36164 status collapsed
36165
36166 \begin_layout Plain Layout
36167 Schriftgrößen siehe 
36168 \begin_inset CommandInset ref
36169 LatexCommand ref
36170 reference "sub:Schriftgrößen"
36171
36172 \end_inset
36173
36174
36175 \end_layout
36176
36177 \end_inset
36178
36179
36180 \end_layout
36181
36182 \begin_layout Standard
36183 Wird der Formelstil 
36184 \series bold
36185 Eingerückt
36186 \begin_inset Foot
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 Formelstile siehe 
36191 \begin_inset CommandInset ref
36192 LatexCommand ref
36193 reference "sec:Formelstile"
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \end_inset
36201
36202
36203 \series default
36204  verwendet, fügt man vor und nach der Matrix ein 
36205 \series bold
36206
36207 \backslash
36208 hfill
36209 \series default
36210
36211 \begin_inset Foot
36212 status collapsed
36213
36214 \begin_layout Plain Layout
36215
36216 \series bold
36217
36218 \backslash
36219 hfill
36220 \series default
36221  wirkt nur in Formeln mit dem Stil 
36222 \series bold
36223 Eingerückt
36224 \series default
36225 , siehe 
36226 \begin_inset CommandInset ref
36227 LatexCommand ref
36228 reference "sub:Variabler-Leerraum"
36229
36230 \end_inset
36231
36232 .
36233 \end_layout
36234
36235 \end_inset
36236
36237  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36238  gleich ist.
36239 \end_layout
36240
36241 \begin_layout Standard
36242 Ist der Formelstil 
36243 \series bold
36244 Zentriert
36245 \series default
36246  gewählt, nutzt man die in 
36247 \begin_inset CommandInset ref
36248 LatexCommand ref
36249 reference "sub:Flalign-Umgebung"
36250
36251 \end_inset
36252
36253  beschriebene Möglichkeit, Formeln einzurücken.
36254  Formel 
36255 \begin_inset CommandInset ref
36256 LatexCommand eqref
36257 reference "eq:innerhalb"
36258
36259 \end_inset
36260
36261  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36262  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36263 \begin_inset Formula \begin{flalign}
36264 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36265 \rho & \textrm{Dichte}\\
36266 V & \textrm{Volumen}\\
36267 g & \textrm{Fallbeschleunigung}
36268 \end{array} &  & {}\label{eq:innerhalb}\end{flalign}
36269
36270 \end_inset
36271
36272
36273 \end_layout
36274
36275 \begin_layout Subsection
36276 Aufrechte kleine griechische Buchstaben
36277 \begin_inset CommandInset label
36278 LatexCommand label
36279 name "sub:Aufrechte-kleine-griechische"
36280
36281 \end_inset
36282
36283
36284 \begin_inset Index idx
36285 status collapsed
36286
36287 \begin_layout Plain Layout
36288 griechische Buchstaben ! aufrechte
36289 \end_layout
36290
36291 \end_inset
36292
36293
36294 \end_layout
36295
36296 \begin_layout Standard
36297 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36298  zur Verfügung.
36299  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36300  aufrechte griechische Buchstaben benötigt.
36301  Die Datei 
36302 \series bold
36303 upgreek.sty
36304 \series default
36305
36306 \begin_inset Foot
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310
36311 \series bold
36312 upgreek
36313 \series default
36314  ist Teil des LaTeX-Paketes 
36315 \series bold
36316 was
36317 \series default
36318
36319 \begin_inset Index idx
36320 status collapsed
36321
36322 \begin_layout Plain Layout
36323 Pakete ! was
36324 \begin_inset ERT
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328
36329
36330 \backslash
36331 vspace{4mm}
36332 \end_layout
36333
36334 \end_inset
36335
36336
36337 \end_layout
36338
36339 \end_inset
36340
36341 .
36342 \end_layout
36343
36344 \end_inset
36345
36346
36347 \begin_inset Index idx
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351 Pakete ! upgreek
36352 \end_layout
36353
36354 \end_inset
36355
36356 , die mit der LaTeX-Vorspannzeile
36357 \end_layout
36358
36359 \begin_layout Standard
36360
36361 \series bold
36362
36363 \backslash
36364 usepackage{upgreek}
36365 \end_layout
36366
36367 \begin_layout Standard
36368 geladen wird, stellt diese Buchstaben zur Verfügung.
36369  
36370 \begin_inset ERT
36371 status collapsed
36372
36373 \begin_layout Plain Layout
36374
36375
36376 \backslash
36377 ifupgreek 
36378 \end_layout
36379
36380 \end_inset
36381
36382
36383 \begin_inset Note Note
36384 status open
36385
36386 \begin_layout Plain Layout
36387 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36388 \series bold
36389 upgreek
36390 \series default
36391  installiert ist:
36392 \end_layout
36393
36394 \end_inset
36395
36396  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36397  
36398 \series bold
36399 up
36400 \series default
36401  begonnen wird.
36402  So erzeugt z.
36403 \begin_inset space \thinspace{}
36404 \end_inset
36405
36406 B.
36407  der Befehl 
36408 \series bold
36409
36410 \backslash
36411 uptau
36412 \series default
36413  dies: 
36414 \begin_inset Formula $\uptau$
36415 \end_inset
36416
36417
36418 \end_layout
36419
36420 \begin_layout Standard
36421 Damit kann man Elementarteilchenreaktionen erstellen:
36422 \begin_inset Formula \[
36423 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36424
36425 \end_inset
36426
36427
36428 \end_layout
36429
36430 \begin_layout Standard
36431 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36432  Sie sollten daher nicht für Einheiten wie 
36433 \begin_inset Quotes gld
36434 \end_inset
36435
36436 µm
36437 \begin_inset Quotes grd
36438 \end_inset
36439
36440  verwendet werden.
36441 \end_layout
36442
36443 \begin_layout Standard
36444 \begin_inset ERT
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448
36449
36450 \backslash
36451 else 
36452 \end_layout
36453
36454 \end_inset
36455
36456
36457 \begin_inset Note Note
36458 status open
36459
36460 \begin_layout Plain Layout
36461 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36462 \series bold
36463 upgreek
36464 \series default
36465  nicht installiert ist:
36466 \end_layout
36467
36468 \end_inset
36469
36470
36471 \end_layout
36472
36473 \begin_layout Standard
36474 Das LaTeX-Paket 
36475 \series bold
36476 upgreek 
36477 \series default
36478 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36479 \end_layout
36480
36481 \begin_layout Standard
36482 \begin_inset ERT
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487
36488 \backslash
36489 fi 
36490 \end_layout
36491
36492 \end_inset
36493
36494
36495 \end_layout
36496
36497 \begin_layout Subsection
36498 Textzeichen in Formeln
36499 \begin_inset CommandInset label
36500 LatexCommand label
36501 name "sub:Textzeichen-in-Formeln"
36502
36503 \end_inset
36504
36505
36506 \begin_inset Index idx
36507 status collapsed
36508
36509 \begin_layout Plain Layout
36510 Text ! in Formeln
36511 \end_layout
36512
36513 \end_inset
36514
36515
36516 \end_layout
36517
36518 \begin_layout Standard
36519 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36520  Benötigt man z.
36521 \begin_inset space \thinspace{}
36522 \end_inset
36523
36524 B.
36525  den mittigen Punkt · in Formeln wie 
36526 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36527 \end_inset
36528
36529 , müsste man dafür jedes Mal den Befehl 
36530 \series bold
36531
36532 \backslash
36533 cdot
36534 \series default
36535  eingeben
36536 \begin_inset Foot
36537 status collapsed
36538
36539 \begin_layout Plain Layout
36540 siehe 
36541 \begin_inset CommandInset ref
36542 LatexCommand ref
36543 reference "sub:Binäre-Operatoren"
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \end_inset
36551
36552 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36553  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36554 \end_layout
36555
36556 \begin_layout Standard
36557
36558 \series bold
36559
36560 \backslash
36561 DeclareInputText{183}{
36562 \backslash
36563 ifmmode
36564 \backslash
36565 cdot
36566 \backslash
36567 else
36568 \backslash
36569 textperiodcentered
36570 \backslash
36571 f\SpecialChar \textcompwordmark{}
36572 i}
36573 \end_layout
36574
36575 \begin_layout Standard
36576 Die Zeichenkodierung (Menü 
36577 \family sans
36578 Dokument\SpecialChar \menuseparator
36579 Einstellungen\SpecialChar \menuseparator
36580 Sprache
36581 \family default
36582 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36583  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36584 \series bold
36585
36586 \backslash
36587 textperiodcentered
36588 \series default
36589  verwendet.
36590  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36591  LaTeX-Fehlern kommen würde.
36592  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36593  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36594  nicht.
36595 \end_layout
36596
36597 \begin_layout Standard
36598 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36599  Z.
36600 \begin_inset space \thinspace{}
36601 \end_inset
36602
36603 B.
36604  ist die Kodierung 
36605 \series bold
36606 latin9
36607 \series default
36608  in der Datei 
36609 \series bold
36610 latin9.def
36611 \series default
36612  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36613  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36614 eien geändert werden.
36615  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36616  nicht ohne Weiteres bearbeitet werden.
36617 \end_layout
36618
36619 \begin_layout Standard
36620 \begin_inset VSpace medskip
36621 \end_inset
36622
36623 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36624  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36625  Formel eingegeben werden können:
36626 \end_layout
36627
36628 \begin_layout Standard
36629
36630 \series bold
36631
36632 \backslash
36633 DeclareInputText{176}{
36634 \backslash
36635 ifmmode^
36636 \backslash
36637 circ
36638 \backslash
36639 else
36640 \backslash
36641 textdegree
36642 \backslash
36643 f\SpecialChar \textcompwordmark{}
36644 i}
36645 \end_layout
36646
36647 \begin_layout Standard
36648 \begin_inset Newpage newpage
36649 \end_inset
36650
36651
36652 \end_layout
36653
36654 \begin_layout Section
36655 \start_of_appendix
36656 Typographische Hinweise
36657 \begin_inset Index idx
36658 status collapsed
36659
36660 \begin_layout Plain Layout
36661 Typographische Hinweise
36662 \end_layout
36663
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \begin_layout Standard
36670 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36671  Regeln, die teilweise auch im Duden 
36672 \begin_inset CommandInset citation
36673 LatexCommand cite
36674 key "Duden"
36675
36676 \end_inset
36677
36678  unter 
36679 \family typewriter
36680 Textverarbeitung
36681 \family default
36682  aufgelistet sind.
36683  Weitere Regeln sind in 
36684 \begin_inset CommandInset citation
36685 LatexCommand cite
36686 key "Checklist"
36687
36688 \end_inset
36689
36690  zu finden.
36691 \end_layout
36692
36693 \begin_layout Itemize
36694 Physikalische Einheiten werden 
36695 \emph on
36696 immer
36697 \emph default
36698  aufrecht gesetzt
36699 \begin_inset Foot
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703 wird durch Schriftstile erreicht, siehe 
36704 \begin_inset CommandInset ref
36705 LatexCommand ref
36706 reference "sub:Schriftstile"
36707
36708 \end_inset
36709
36710
36711 \end_layout
36712
36713 \end_inset
36714
36715 , egal ob sie sich in einem kursiven Text befinden: 30
36716 \begin_inset space \thinspace{}
36717 \end_inset
36718
36719 km/h
36720 \begin_inset Newline newline
36721 \end_inset
36722
36723 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
36724 \begin_inset CommandInset ref
36725 LatexCommand ref
36726 reference "sub:Vordefinierter-Leerraum"
36727
36728 \end_inset
36729
36730 .
36731 \begin_inset Newline newline
36732 \end_inset
36733
36734 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
36735 \series bold
36736
36737 \backslash
36738 unittwo
36739 \series default
36740  verwendet.
36741  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
36742  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
36743  erhält wie oben: 
36744 \begin_inset Formula $\unit[30]{km/h}$
36745 \end_inset
36746
36747
36748 \begin_inset space \thinspace{}
36749 \end_inset
36750
36751 .
36752  Zu beachten ist, dass 
36753 \series bold
36754
36755 \backslash
36756 unittwo
36757 \series default
36758  kein echter LaTeX-Befehl, sondern der Befehl 
36759 \series bold
36760
36761 \backslash
36762 unit[Wert]{Einheit}
36763 \series default
36764  ist, daher kann man ihn nicht im TeX-Code benutzen.
36765 \end_layout
36766
36767 \begin_layout Itemize
36768 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
36769 \begin_inset Newline newline
36770 \end_inset
36771
36772 1,2
36773 \begin_inset space \thinspace{}
36774 \end_inset
36775
36776 ‰ Alkohol im Blut
36777 \begin_inset Newline newline
36778 \end_inset
36779
36780 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
36781  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
36782 \end_layout
36783
36784 \begin_layout Itemize
36785 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
36786  wird in einer Einheit verwendet: 15
36787 \begin_inset space \thinspace{}
36788 \end_inset
36789
36790 °C
36791 \end_layout
36792
36793 \begin_layout Itemize
36794 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
36795  Ziffer der kleinste Leerraum eingefügt: 18
36796 \begin_inset space \thinspace{}
36797 \end_inset
36798
36799 473
36800 \begin_inset space \thinspace{}
36801 \end_inset
36802
36803 588
36804 \end_layout
36805
36806 \begin_layout Itemize
36807 Für Bemaßungen wie z.
36808 \begin_inset space \thinspace{}
36809 \end_inset
36810
36811 B.
36812  120×90×40
36813 \begin_inset space \thinspace{}
36814 \end_inset
36815
36816 cm, verwendet man das gelegte Kreuz 
36817 \begin_inset Quotes gld
36818 \end_inset
36819
36820 ×
36821 \begin_inset Quotes grd
36822 \end_inset
36823
36824 , dass entweder über den Befehl 
36825 \series bold
36826
36827 \backslash
36828 times
36829 \series default
36830  oder über das Menü 
36831 \family sans
36832 Einfügen\SpecialChar \menuseparator
36833 Sonderzeichen\SpecialChar \menuseparator
36834 Symbole
36835 \family default
36836  verfügbar ist.
36837 \end_layout
36838
36839 \begin_layout Itemize
36840 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
36841  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
36842 \begin_inset space \thinspace{}
36843 \end_inset
36844
36845 6.
36846 \begin_inset space ~
36847 \end_inset
36848
36849 1979
36850 \end_layout
36851
36852 \begin_layout Itemize
36853 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
36854  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
36855 \begin_inset CommandInset ref
36856 LatexCommand ref
36857 reference "sub:Vordefinierte-Funktionen"
36858
36859 \end_inset
36860
36861 .
36862 \end_layout
36863
36864 \begin_layout Itemize
36865 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
36866  
36867 \begin_inset Formula $E_{\mathrm{kin}}$
36868 \end_inset
36869
36870
36871 \begin_inset Newline newline
36872 \end_inset
36873
36874 Komponenten von Matrizen werden kursiv gesetzt: 
36875 \begin_inset Formula $\hat{H}_{kl}$
36876 \end_inset
36877
36878
36879 \end_layout
36880
36881 \begin_layout Itemize
36882 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
36883  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
36884  Variablen zu verwechseln.
36885 \end_layout
36886
36887 \begin_layout Itemize
36888 Das Symbol für eine 
36889 \noun on
36890 Fourier
36891 \noun default
36892 -Transformation kann entweder mit dem Befehl 
36893 \series bold
36894
36895 \backslash
36896 mathscr
36897 \begin_inset ERT
36898 status collapsed
36899
36900 \begin_layout Plain Layout
36901
36902
36903 \backslash
36904 leer 
36905 \end_layout
36906
36907 \end_inset
36908
36909 F
36910 \series default
36911  oder über das Menü 
36912 \family sans
36913 Einfügen\SpecialChar \menuseparator
36914 Sonderzeichen\SpecialChar \menuseparator
36915 Symbole\SpecialChar \menuseparator
36916 Buchstabenähnliche
36917 \begin_inset space ~
36918 \end_inset
36919
36920 Symbole
36921 \family default
36922  eingefügt werden: 
36923 \begin_inset Formula $\mathscr{F}$
36924 \end_inset
36925
36926
36927 \end_layout
36928
36929 \begin_layout Standard
36930 \begin_inset Newpage newpage
36931 \end_inset
36932
36933
36934 \end_layout
36935
36936 \begin_layout Section
36937 Synonyme
36938 \begin_inset Index idx
36939 status collapsed
36940
36941 \begin_layout Plain Layout
36942 Synonyme
36943 \end_layout
36944
36945 \end_inset
36946
36947
36948 \end_layout
36949
36950 \begin_layout Standard
36951 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36952  Hier ist eine Übersicht der Synonymbefehle:
36953 \end_layout
36954
36955 \begin_layout Standard
36956 \begin_inset VSpace bigskip
36957 \end_inset
36958
36959
36960 \begin_inset space \hfill{}
36961 \end_inset
36962
36963
36964 \begin_inset Tabular
36965 <lyxtabular version="3" rows="12" columns="2">
36966 <features tabularvalignment="middle">
36967 <column alignment="center" valignment="top" width="0pt">
36968 <column alignment="center" valignment="top" width="0pt">
36969 <row>
36970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36971 \begin_inset Text
36972
36973 \begin_layout Plain Layout
36974 Befehl
36975 \end_layout
36976
36977 \end_inset
36978 </cell>
36979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36980 \begin_inset Text
36981
36982 \begin_layout Plain Layout
36983 äquivalent zu
36984 \begin_inset Note Note
36985 status collapsed
36986
36987 \begin_layout Plain Layout
36988
36989 \series bold
36990
36991 \backslash
36992 raisebox
36993 \series default
36994  dient nur als Abstandhalter.
36995 \end_layout
36996
36997 \end_inset
36998
36999
37000 \end_layout
37001
37002 \end_inset
37003 </cell>
37004 </row>
37005 <row>
37006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37007 \begin_inset Text
37008
37009 \begin_layout Plain Layout
37010
37011 \backslash
37012 ast
37013 \end_layout
37014
37015 \end_inset
37016 </cell>
37017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021 \begin_inset ERT
37022 status collapsed
37023
37024 \begin_layout Plain Layout
37025
37026
37027 \backslash
37028 raisebox{-1.2mm}{
37029 \end_layout
37030
37031 \end_inset
37032
37033 *
37034 \begin_inset ERT
37035 status collapsed
37036
37037 \begin_layout Plain Layout
37038
37039 }
37040 \end_layout
37041
37042 \end_inset
37043
37044
37045 \end_layout
37046
37047 \end_inset
37048 </cell>
37049 </row>
37050 <row>
37051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37052 \begin_inset Text
37053
37054 \begin_layout Plain Layout
37055
37056 \backslash
37057 choose
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37063 \begin_inset Text
37064
37065 \begin_layout Plain Layout
37066
37067 \backslash
37068 binom
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 </row>
37074 <row>
37075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079
37080 \backslash
37081 geq
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090
37091 \backslash
37092 ge
37093 \end_layout
37094
37095 \end_inset
37096 </cell>
37097 </row>
37098 <row>
37099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37100 \begin_inset Text
37101
37102 \begin_layout Plain Layout
37103
37104 \backslash
37105 lbrace
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37111 \begin_inset Text
37112
37113 \begin_layout Plain Layout
37114 {
37115 \end_layout
37116
37117 \end_inset
37118 </cell>
37119 </row>
37120 <row>
37121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37122 \begin_inset Text
37123
37124 \begin_layout Plain Layout
37125
37126 \backslash
37127 lbracket
37128 \end_layout
37129
37130 \end_inset
37131 </cell>
37132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136 [
37137 \end_layout
37138
37139 \end_inset
37140 </cell>
37141 </row>
37142 <row>
37143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37144 \begin_inset Text
37145
37146 \begin_layout Plain Layout
37147
37148 \backslash
37149 leftarrow
37150 \end_layout
37151
37152 \end_inset
37153 </cell>
37154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37155 \begin_inset Text
37156
37157 \begin_layout Plain Layout
37158
37159 \backslash
37160 gets
37161 \end_layout
37162
37163 \end_inset
37164 </cell>
37165 </row>
37166 <row>
37167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171
37172 \backslash
37173 leq
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182
37183 \backslash
37184 le
37185 \end_layout
37186
37187 \end_inset
37188 </cell>
37189 </row>
37190 <row>
37191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195
37196 \backslash
37197 lor
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206
37207 \backslash
37208 vee
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 </row>
37214 <row>
37215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219
37220 \backslash
37221 neq
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37227 \begin_inset Text
37228
37229 \begin_layout Plain Layout
37230
37231 \backslash
37232 not=
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 </row>
37238 <row>
37239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243
37244 \backslash
37245 slash
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37251 \begin_inset Text
37252
37253 \begin_layout Plain Layout
37254 /
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 </row>
37260 <row>
37261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265
37266 \backslash
37267 vert
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276 |
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 </row>
37282 </lyxtabular>
37283
37284 \end_inset
37285
37286
37287 \begin_inset space \hfill{}
37288 \end_inset
37289
37290
37291 \begin_inset Tabular
37292 <lyxtabular version="3" rows="12" columns="2">
37293 <features tabularvalignment="middle">
37294 <column alignment="center" valignment="top" width="0pt">
37295 <column alignment="center" valignment="top" width="0pt">
37296 <row>
37297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301 Befehl
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310 äquivalent zu
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 </row>
37316 <row>
37317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321
37322 \backslash
37323 backslash
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332
37333 \backslash
37334
37335 \backslash
37336
37337 \end_layout
37338
37339 \end_inset
37340 </cell>
37341 </row>
37342 <row>
37343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37344 \begin_inset Text
37345
37346 \begin_layout Plain Layout
37347
37348 \backslash
37349 dasharrow
37350 \end_layout
37351
37352 \end_inset
37353 </cell>
37354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358
37359 \backslash
37360 dashrightarrow
37361 \end_layout
37362
37363 \end_inset
37364 </cell>
37365 </row>
37366 <row>
37367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37368 \begin_inset Text
37369
37370 \begin_layout Plain Layout
37371
37372 \backslash
37373 land
37374 \end_layout
37375
37376 \end_inset
37377 </cell>
37378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382
37383 \backslash
37384 wedge
37385 \end_layout
37386
37387 \end_inset
37388 </cell>
37389 </row>
37390 <row>
37391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37392 \begin_inset Text
37393
37394 \begin_layout Plain Layout
37395
37396 \backslash
37397 rbrace
37398 \end_layout
37399
37400 \end_inset
37401 </cell>
37402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37403 \begin_inset Text
37404
37405 \begin_layout Plain Layout
37406 }
37407 \end_layout
37408
37409 \end_inset
37410 </cell>
37411 </row>
37412 <row>
37413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37414 \begin_inset Text
37415
37416 \begin_layout Plain Layout
37417
37418 \backslash
37419 rbracket
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428 ]
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 </row>
37434 <row>
37435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37436 \begin_inset Text
37437
37438 \begin_layout Plain Layout
37439
37440 \backslash
37441 rightarrow
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37447 \begin_inset Text
37448
37449 \begin_layout Plain Layout
37450
37451 \backslash
37452 to
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 </row>
37458 <row>
37459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463
37464 \backslash
37465 lnot
37466 \end_layout
37467
37468 \end_inset
37469 </cell>
37470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37471 \begin_inset Text
37472
37473 \begin_layout Plain Layout
37474
37475 \backslash
37476 neg
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 </row>
37482 <row>
37483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37484 \begin_inset Text
37485
37486 \begin_layout Plain Layout
37487
37488 \backslash
37489 ne
37490 \end_layout
37491
37492 \end_inset
37493 </cell>
37494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37495 \begin_inset Text
37496
37497 \begin_layout Plain Layout
37498
37499 \backslash
37500 not=
37501 \end_layout
37502
37503 \end_inset
37504 </cell>
37505 </row>
37506 <row>
37507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511
37512 \backslash
37513 owns
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522
37523 \backslash
37524 ni
37525 \end_layout
37526
37527 \end_inset
37528 </cell>
37529 </row>
37530 <row>
37531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37532 \begin_inset Text
37533
37534 \begin_layout Plain Layout
37535
37536 \backslash
37537 square
37538 \end_layout
37539
37540 \end_inset
37541 </cell>
37542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37543 \begin_inset Text
37544
37545 \begin_layout Plain Layout
37546
37547 \backslash
37548 Box
37549 \end_layout
37550
37551 \end_inset
37552 </cell>
37553 </row>
37554 <row>
37555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559
37560 \backslash
37561 Vert
37562 \end_layout
37563
37564 \end_inset
37565 </cell>
37566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37567 \begin_inset Text
37568
37569 \begin_layout Plain Layout
37570
37571 \backslash
37572 |
37573 \end_layout
37574
37575 \end_inset
37576 </cell>
37577 </row>
37578 </lyxtabular>
37579
37580 \end_inset
37581
37582
37583 \begin_inset space \hfill{}
37584 \end_inset
37585
37586
37587 \end_layout
37588
37589 \begin_layout Standard
37590 \begin_inset Newpage newpage
37591 \end_inset
37592
37593
37594 \end_layout
37595
37596 \begin_layout Bibliography
37597 \labelwidthstring Referenzen
37598 \begin_inset CommandInset bibitem
37599 LatexCommand bibitem
37600 key "TLC2"
37601
37602 \end_inset
37603
37604
37605 \shape smallcaps
37606 Mittelbach, F.
37607  ; Goossens, M.
37608 \shape default
37609
37610 \shape italic
37611 The LaTeX Companion
37612 \shape default
37613 .
37614  Addison Wesley, 2004
37615 \end_layout
37616
37617 \begin_layout Bibliography
37618 \labelwidthstring Referenzen
37619 \begin_inset CommandInset bibitem
37620 LatexCommand bibitem
37621 key "Mathmode"
37622
37623 \end_inset
37624
37625
37626 \begin_inset CommandInset href
37627 LatexCommand href
37628 name "Beschreibung"
37629 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37630
37631 \end_inset
37632
37633  der mathematischen Fähigkeiten von LaTeX
37634 \end_layout
37635
37636 \begin_layout Bibliography
37637 \labelwidthstring Referenzen
37638 \begin_inset CommandInset bibitem
37639 LatexCommand bibitem
37640 key "AMS"
37641
37642 \end_inset
37643
37644
37645 \begin_inset CommandInset href
37646 LatexCommand href
37647 name "Beschreibung"
37648 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37649
37650 \end_inset
37651
37652  von 
37653 \begin_inset ERT
37654 status collapsed
37655
37656 \begin_layout Plain Layout
37657
37658
37659 \backslash
37660 AmS
37661 \end_layout
37662
37663 \end_inset
37664
37665 -LaTeX
37666 \end_layout
37667
37668 \begin_layout Bibliography
37669 \labelwidthstring Referenzen
37670 \begin_inset CommandInset bibitem
37671 LatexCommand bibitem
37672 key "Symbole"
37673
37674 \end_inset
37675
37676
37677 \begin_inset CommandInset href
37678 LatexCommand href
37679 name "Auflistung"
37680 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37681
37682 \end_inset
37683
37684  aller über LaTeX-Pakete verfügbare Symbole
37685 \end_layout
37686
37687 \begin_layout Bibliography
37688 \labelwidthstring Referenzen
37689 \begin_inset CommandInset bibitem
37690 LatexCommand bibitem
37691 key "hyperref"
37692
37693 \end_inset
37694
37695
37696 \begin_inset CommandInset href
37697 LatexCommand href
37698 name "Dokumentation"
37699 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37700
37701 \end_inset
37702
37703  des LaTeX-Pakets 
37704 \series bold
37705 hyperref
37706 \series default
37707
37708 \begin_inset Index idx
37709 status collapsed
37710
37711 \begin_layout Plain Layout
37712 Pakete ! hyperref
37713 \end_layout
37714
37715 \end_inset
37716
37717
37718 \end_layout
37719
37720 \begin_layout Bibliography
37721 \labelwidthstring Referenzen
37722 \begin_inset CommandInset bibitem
37723 LatexCommand bibitem
37724 key "mhchem"
37725
37726 \end_inset
37727
37728
37729 \begin_inset CommandInset href
37730 LatexCommand href
37731 name "Dokumentation"
37732 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37733
37734 \end_inset
37735
37736  des LaTeX-Pakets 
37737 \series bold
37738 mhchem
37739 \series default
37740
37741 \begin_inset Index idx
37742 status collapsed
37743
37744 \begin_layout Plain Layout
37745 Pakete ! mhchem
37746 \end_layout
37747
37748 \end_inset
37749
37750
37751 \end_layout
37752
37753 \begin_layout Bibliography
37754 \labelwidthstring Referenzen
37755 \begin_inset CommandInset bibitem
37756 LatexCommand bibitem
37757 key "Mathclap"
37758
37759 \end_inset
37760
37761
37762 \begin_inset CommandInset href
37763 LatexCommand href
37764 name "Beschreibung"
37765 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37766
37767 \end_inset
37768
37769  des in 
37770 \begin_inset CommandInset ref
37771 LatexCommand ref
37772 reference "sub:Operatorgrenzen"
37773
37774 \end_inset
37775
37776  vorgestellten Befehls 
37777 \series bold
37778
37779 \backslash
37780 mathclap
37781 \series default
37782
37783 \begin_inset Index idx
37784 status collapsed
37785
37786 \begin_layout Plain Layout
37787 Befehle ! M ! 
37788 \backslash
37789 mathclap
37790 \end_layout
37791
37792 \end_inset
37793
37794
37795 \end_layout
37796
37797 \begin_layout Bibliography
37798 \labelwidthstring Referenzen
37799 \begin_inset CommandInset bibitem
37800 LatexCommand bibitem
37801 key "Duden"
37802
37803 \end_inset
37804
37805
37806 \emph on
37807 Duden Band 1
37808 \emph default
37809 .
37810  22.
37811  Auflage, Duden Verlag 2001
37812 \end_layout
37813
37814 \begin_layout Bibliography
37815 \labelwidthstring Referenzen
37816 \begin_inset CommandInset bibitem
37817 LatexCommand bibitem
37818 key "Checklist"
37819
37820 \end_inset
37821
37822
37823 \begin_inset CommandInset href
37824 LatexCommand href
37825 name "Prüfliste"
37826 target "http://physics.nist.gov/Document/checklist.pdf"
37827
37828 \end_inset
37829
37830  für das Rezensieren von Manuskripten
37831 \end_layout
37832
37833 \begin_layout Standard
37834 \begin_inset Note Note
37835 status collapsed
37836
37837 \begin_layout Plain Layout
37838 Damit der Index den Namen 
37839 \begin_inset Quotes gld
37840 \end_inset
37841
37842 Stichwortverzeichnis
37843 \begin_inset Quotes grd
37844 \end_inset
37845
37846  erhält, wurde im LaTeX-Vorspann
37847 \end_layout
37848
37849 \begin_layout Plain Layout
37850
37851 \series bold
37852
37853 \backslash
37854 addto
37855 \backslash
37856 captionsngerman{
37857 \backslash
37858 renewcommand{
37859 \backslash
37860 indexname}{Stichwortverzeichnis}}
37861 \end_layout
37862
37863 \begin_layout Plain Layout
37864 eingefügt.
37865 \end_layout
37866
37867 \begin_layout Plain Layout
37868 Das Paket 
37869 \series bold
37870 babel
37871 \series default
37872  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
37873  Ehe man Beschriftungen ändern kann, muss es geladen werden.
37874  Außerdem wird 
37875 \series bold
37876 babel
37877 \series default
37878  von LyX automatisch nach dem LaTeX-Vorspann geladen.
37879  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
37880 che verwendet wurde.
37881 \end_layout
37882
37883 \begin_layout Plain Layout
37884 Möchte man andere Beschriftungen ändern, ersetzt man 
37885 \series bold
37886
37887 \backslash
37888 indexname
37889 \series default
37890  durch 
37891 \series bold
37892
37893 \backslash
37894 <Beschriftungs>name
37895 \series default
37896 .
37897  Eine Auflistung der möglichen Namen findet man unter
37898 \end_layout
37899
37900 \begin_layout Plain Layout
37901
37902 \family typewriter
37903 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
37904 \end_layout
37905
37906 \begin_layout Plain Layout
37907 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
37908 \series bold
37909 ngerman
37910 \series default
37911  durch die Dokumentsprache und
37912 \end_layout
37913
37914 \begin_layout Plain Layout
37915
37916 \series bold
37917
37918 \backslash
37919 captionsgerman
37920 \series default
37921  durch 
37922 \series bold
37923
37924 \backslash
37925 captions<Dokumentsprache>
37926 \series default
37927 .
37928 \end_layout
37929
37930 \end_inset
37931
37932
37933 \begin_inset CommandInset index_print
37934 LatexCommand printindex
37935 type "idx"
37936
37937 \end_inset
37938
37939
37940 \end_layout
37941
37942 \end_body
37943 \end_document