]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
Math.lyx: typos, textual improvements and formatting issues spotted or suggested...
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 \addto\extrasngerman{%
43  \renewcommand*{\equationautorefname}[1]{}
44  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
45  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
46  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}
47 }
48
49 % Makros damit Pakete nicht doppelt geladen werden.
50 % siehe erste Fußnote in Kap. 9.3
51 \@ifundefined{textcolor}{\usepackage{color}}{}
52
53 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
54 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
55 \pagenumbering{roman}
56 \let\myTOC\tableofcontents
57 \renewcommand{\tableofcontents}{%
58  \vspace{1cm}
59  \pdfbookmark[1]{\contentsname}{}
60  \myTOC
61  \cleardoublepage
62  \pagenumbering{arabic}}
63
64 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
65 \let\myFoot\footnote
66 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
67
68 % provides caption formatting
69 \setkomafont{captionlabel}{\bfseries}
70
71 % benutzt in Kap. 24.5
72 \usepackage[samesize]{cancel}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % für Mehrfachzeilen, benutzt in Kap. 24.7
78 \usepackage{multicol}
79
80 % benutzt in Kap. 19.4
81 \usepackage{remreset}
82
83 % für das Fourier-Transformationssymbol
84 \usepackage{mathrsfs}
85
86 % Farbdefinition aus Kap. 9.3
87 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
88
89 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
90 \DeclareMathOperator*{\Raute}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 \newcommand{\leer}{\textvisiblespace}
94
95 % Beispielbefehle aus Kap. 20.1 
96 \newcommand{\gr}{\Longrightarrow}
97 \newcommand{\us}[1]{\underline{#1}}
98 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
99 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
100 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
101
102 % Beispielmakro aus Kap. 19.4
103 %\def\tagform@#1{\maketag@@@{|#1|}}
104
105 % Makro aus Kap. 10.2
106 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
107 \def\mathclap {\mathpalette \mathclapinternal}
108 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
109
110 % Damit der Index einen anderen Namen erhält.
111 \addto\captionsngerman
112 {\renewcommand{\indexname}
113 {Stichwort- und Befehlsverzeichnis}}
114
115 % ------------------------------------
116 % used to check for needed LaTeX packages
117 \usepackage{ifthen}
118
119 % testen ob das Paket eurosym installiert ist
120 % wird benutzt für das Euro-Symbol
121 \newboolean{eurosym}
122 \IfFileExists{eurosym.sty}
123  {\usepackage[gennarrow]{eurosym}
124   \setboolean{eurosym}{true}}
125  {\setboolean{eurosym}{false}}
126
127 % testen ob Paket braket installiert ist
128 % benötigt für physikalische Vektoren
129 \newboolean{braket}
130 \IfFileExists{braket.sty}
131  {\usepackage{braket}
132   \setboolean{braket}{true}}
133  {\setboolean{braket}{false}}
134
135 % testen ob Paket cancel installiert ist
136 \newboolean{cancel}
137 \IfFileExists{cancel.sty}
138  {\usepackage{cancel}
139   \setboolean{cancel}{true}}
140  {\setboolean{cancel}{false}}
141
142 % testen ob Paket upgreek installiert ist
143 \newboolean{upgreek}
144 \IfFileExists{upgreek.sty}
145  {\usepackage{upgreek}
146   \setboolean{upgreek}{true}}
147  {\setboolean{upgreek}{false}}
148
149 % benötigt für Kommas in Formeln, siehe Kap. 22.3
150 \IfFileExists{icomma.sty}
151  {\usepackage{icomma}}{}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
154 \use_default_options false
155 \maintain_unincluded_children false
156 \language ngerman
157 \language_package default
158 \inputencoding auto
159 \fontencoding global
160 \font_roman default
161 \font_sans default
162 \font_typewriter default
163 \font_default_family default
164 \use_non_tex_fonts false
165 \font_sc false
166 \font_osf false
167 \font_sf_scale 100
168 \font_tt_scale 100
169
170 \graphics default
171 \default_output_format default
172 \output_sync 0
173 \bibtex_command default
174 \index_command default
175 \paperfontsize 12
176 \spacing single
177 \use_hyperref true
178 \pdf_title "LyXs Mathehandbuch"
179 \pdf_author "LyX Team, Uwe Stöhr"
180 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
181 \pdf_keywords "LyX, Mathed"
182 \pdf_bookmarks true
183 \pdf_bookmarksnumbered true
184 \pdf_bookmarksopen true
185 \pdf_bookmarksopenlevel 1
186 \pdf_breaklinks false
187 \pdf_pdfborder false
188 \pdf_colorlinks true
189 \pdf_backref false
190 \pdf_pdfusetitle false
191 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
192 \papersize a4paper
193 \use_geometry false
194 \use_amsmath 2
195 \use_esint 1
196 \use_mhchem 1
197 \use_mathdots 1
198 \cite_engine basic
199 \use_bibtopic false
200 \use_indices false
201 \paperorientation portrait
202 \suppress_date false
203 \use_refstyle 0
204 \notefontcolor #0000ff
205 \index Stichwortverzeichnis
206 \shortcut idx
207 \color #008000
208 \end_index
209 \secnumdepth 4
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language german
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle plain
217 \bullet 1 0 6 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_css_as_file 0
224 \html_be_strict false
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 LyXs detailliertes Mathe Handbuch
231 \end_layout
232
233 \begin_layout Author
234 vom LyX Team
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
241 ons-Liste: 
242 \family typewriter
243
244 \begin_inset CommandInset href
245 LatexCommand href
246 name "lyx-docs@lists.lyx.org"
247 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
248
249 \end_inset
250
251
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Note Note
258 status collapsed
259
260 \begin_layout Plain Layout
261 Verfasser: Uwe Stöhr
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \family sans
276 Version 2.0.x
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset CommandInset toc
281 LatexCommand tableofcontents
282
283 \end_inset
284
285
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset Note Note
290 status open
291
292 \begin_layout Plain Layout
293 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
294  
295 \series bold
296 braket, cancel, eurosym, mathdots, mhchem
297 \series default
298  und 
299 \series bold
300 was
301 \series default
302  installiert sein.
303  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
304  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
305  nicht im Ausdruck.
306  Eine Ausnahme ist 
307 \series bold
308 mhchem
309 \series default
310 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
311 \end_layout
312
313 \begin_layout Plain Layout
314 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
315 \begin_inset Newline newline
316 \end_inset
317
318
319 \series bold
320 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
321 \end_layout
322
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Standard
329 \begin_inset Newpage newpage
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Section
336 Einleitung
337 \end_layout
338
339 \begin_layout Standard
340 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
341  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
342  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
343 tten.
344  Das setzt voraus, dass bereits das Kapitel 
345 \family typewriter
346 Mathematische
347 \family default
348  
349 \family typewriter
350 Formeln
351 \family default
352  des Benutzerhandbuchs gelesen worden ist.
353 \end_layout
354
355 \begin_layout Standard
356 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
357 \family sans
358 Einfügen
359 \series bold
360 \SpecialChar \menuseparator
361
362 \series default
363 Mathe
364 \family default
365  oder die 
366 \family sans
367 Mathe-Werkzeugleiste
368 \family default
369  aufrufbar.
370  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
371  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
372  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
373  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
374 \end_layout
375
376 \begin_layout Standard
377 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
378  LyX verfügbar.
379  Um alle Befehle nutzen zu können, muss die Option 
380 \family sans
381 AMS-Mathe-Paket verwenden
382 \family default
383  im Menü 
384 \family sans
385 Dokument\SpecialChar \menuseparator
386 Einstellungen\SpecialChar \menuseparator
387 Mathe Optionen
388 \family default
389  aktiviert sein.
390 \begin_inset Foot
391 status collapsed
392
393 \begin_layout Plain Layout
394 Die 
395 \family sans
396 Option
397 \family default
398  
399 \family sans
400 AMS-Mathe-Paket automatisch verwenden
401 \family default
402  verwendet 
403 \begin_inset ERT
404 status collapsed
405
406 \begin_layout Plain Layout
407
408
409 \backslash
410 AmS 
411 \end_layout
412
413 \end_inset
414
415 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
416  LyX unterstützt.
417 \end_layout
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
426 listung
427  aller 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440 -Mathe Befehle
441 \begin_inset Foot
442 status collapsed
443
444 \begin_layout Plain Layout
445 Eine Liste mit allen 
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451
452 \backslash
453 AmS
454 \end_layout
455
456 \end_inset
457
458 -Mathe Befehlen findet sich in der Datei 
459 \family sans
460
461 \begin_inset CommandInset href
462 LatexCommand href
463 name "amsguide.ps"
464 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
465
466 \end_inset
467
468
469 \family default
470 , die Teil jeder LaTeX-Standardinstallation ist.
471 \end_layout
472
473 \end_inset
474
475  verzichtet.
476 \end_layout
477
478 \begin_layout Section
479 Allgemeine Hinweise
480 \end_layout
481
482 \begin_layout Standard
483 Um eine in einer Textzeile eingebettete Formel
484 \begin_inset Index idx
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formel ! eingebettete
489 \end_layout
490
491 \end_inset
492
493  zu erstellen, drückt man 
494 \family sans
495 Strg+M
496 \family default
497  oder den Werkzeugleistenknopf 
498 \begin_inset Graphics
499         filename ../../images/math-mode.png
500         scale 85
501
502 \end_inset
503
504 .
505 \begin_inset Newline newline
506 \end_inset
507
508 Um eine abgesetzte Formel
509 \begin_inset Index idx
510 status collapsed
511
512 \begin_layout Plain Layout
513 Formel ! abgesetzte
514 \end_layout
515
516 \end_inset
517
518  zu erstellen, drückt man 
519 \family sans
520 Strg+Shift+M
521 \family default
522 .
523 \end_layout
524
525 \begin_layout Standard
526 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
527  Cursor in die Formel und drückt 
528 \family sans
529 Strg+Shift+M
530 \family default
531  oder benutzt das Menü 
532 \family sans
533 Bearbeiten\SpecialChar \menuseparator
534 Mathe\SpecialChar \menuseparator
535
536 \begin_inset Newline linebreak
537 \end_inset
538
539 Formelart ändern
540 \family default
541 .
542  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
543  umwandeln.
544 \end_layout
545
546 \begin_layout Standard
547 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
548  gibt man in die Formel den Befehl 
549 \series bold
550
551 \backslash
552 displaystyle
553 \series default
554
555 \begin_inset Index idx
556 status collapsed
557
558 \begin_layout Plain Layout
559 Befehle ! D ! 
560 \backslash
561 displaystyle
562 \end_layout
563
564 \end_inset
565
566  ein.
567  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
568  wird.
569 \end_layout
570
571 \begin_layout Standard
572 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
573 \end_layout
574
575 \begin_layout Standard
576 Die 
577 \family sans
578 Mathe-Werkzeugleiste
579 \family default
580  kann über das Menü 
581 \family sans
582 Ansicht\SpecialChar \menuseparator
583 Werkzeugleisten
584 \family default
585  eingeblendet werden.
586  Wenn dort auf 
587 \begin_inset Quotes eld
588 \end_inset
589
590 Mathe
591 \begin_inset Quotes erd
592 \end_inset
593
594  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
595  diese Einstellung wird durch ein Häkchen im Menü 
596 \family sans
597 Werkzeugleisten
598 \family default
599  angezeigt.
600  Wenn nun im Menü 
601 \family sans
602 Werkzeugleisten
603 \family default
604  nochmal auf 
605 \begin_inset Quotes eld
606 \end_inset
607
608 Mathe
609 \begin_inset Quotes erd
610 \end_inset
611
612  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
613  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
614  des Menüeintrags von 
615 \begin_inset Quotes eld
616 \end_inset
617
618 Mathe
619 \begin_inset Quotes erd
620 \end_inset
621
622  zu 
623 \begin_inset Quotes eld
624 \end_inset
625
626 Mathe
627 \begin_inset space ~
628 \end_inset
629
630 (automatisch)
631 \begin_inset Quotes erd
632 \end_inset
633
634  angezeigt.
635 \end_layout
636
637 \begin_layout Standard
638 In den TeX-Modus
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 T@TeX-Modus
644 \end_layout
645
646 \end_inset
647
648  gelangt man über den Werkzeugleistenknopf 
649 \begin_inset Graphics
650         filename ../../images/ert-insert.png
651         scale 85
652
653 \end_inset
654
655  oder das Menü 
656 \family sans
657 Einfügen\SpecialChar \menuseparator
658 Te
659 \begin_inset ERT
660 status collapsed
661
662 \begin_layout Plain Layout
663
664 {}
665 \end_layout
666
667 \end_inset
668
669 X
670 \begin_inset space ~
671 \end_inset
672
673 Code
674 \family default
675  (Tastenkürzel 
676 \family sans
677 Strg+L
678 \family default
679 ).
680 \begin_inset Note Note
681 status collapsed
682
683 \begin_layout Plain Layout
684 In LyX gibt es drei 
685 \begin_inset Quotes gld
686 \end_inset
687
688 Eigennamen
689 \begin_inset Quotes grd
690 \end_inset
691
692 , die im Ausdruck mit hoch bzw.
693  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
694 \end_layout
695
696 \begin_layout Plain Layout
697 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
698  man ein TeX-Klammerpaar ein.
699 \end_layout
700
701 \end_inset
702
703
704 \end_layout
705
706 \begin_layout Standard
707 In den LaTeX-Vorspann
708 \begin_inset Index idx
709 status collapsed
710
711 \begin_layout Plain Layout
712 L@LaTeX-Vorspann
713 \end_layout
714
715 \end_inset
716
717  gelangt man über das Menü 
718 \family sans
719 Dokument\SpecialChar \menuseparator
720 Einstellungen\SpecialChar \menuseparator
721 LaT
722 \begin_inset ERT
723 status collapsed
724
725 \begin_layout Plain Layout
726
727 {}
728 \end_layout
729
730 \end_inset
731
732 eX-Vorspann
733 \family default
734 .
735 \end_layout
736
737 \begin_layout Standard
738 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
739 en Formeln kann man die Menüs 
740 \family sans
741 Bearbeiten\SpecialChar \menuseparator
742 Mathe
743 \family default
744  und 
745 \family sans
746 Bearbeiten\SpecialChar \menuseparator
747 Zeilen
748 \begin_inset space \thinspace{}
749 \end_inset
750
751 &
752 \begin_inset space \thinspace{}
753 \end_inset
754
755 Spalten
756 \family default
757  oder die 
758 \family sans
759 Tabellen-Werkzeugleiste
760 \family default
761  verwenden.
762  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
763  die Spalte bzw.
764  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
765  bzw.
766  darunter liegenden Zeile vertauscht.
767  Befindet sich der Cursor in der letzten Spalte bzw.
768  Zeile, wird mit der links daneben stehenden Spalte bzw.
769  darüber liegenden Zeile vertauscht.
770 \end_layout
771
772 \begin_layout Standard
773 Zum Schreiben von Text in einer Formel
774 \begin_inset Foot
775 status collapsed
776
777 \begin_layout Plain Layout
778 Bei mehrzeiligen Formeln wird der Befehl 
779 \series bold
780
781 \backslash
782 intertext
783 \series default
784  verwendet, siehe 
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "sub:Text-in-mehrzeiligen"
788
789 \end_inset
790
791 .
792 \end_layout
793
794 \end_inset
795
796  verwendet man den 
797 \emph on
798 mathematischen Textmodus
799 \emph default
800
801 \begin_inset Index idx
802 status collapsed
803
804 \begin_layout Plain Layout
805 Text ! in Formeln
806 \end_layout
807
808 \end_inset
809
810
811 \begin_inset Index idx
812 status collapsed
813
814 \begin_layout Plain Layout
815 Mathematischer Textmodus
816 \end_layout
817
818 \end_inset
819
820 , in den man mit dem Tastenkürzel 
821 \family sans
822 Alt+M
823 \begin_inset space ~
824 \end_inset
825
826 M
827 \family default
828  oder durch Eingabe des Befehls 
829 \series bold
830
831 \backslash
832 text
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 Befehle ! T ! 
838 \backslash
839 text
840 \end_layout
841
842 \end_inset
843
844
845 \series default
846  gelangt.
847  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
848  Formel unterscheiden.
849  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
850  anderen Zeichen einer Formel nicht kursiv.
851 \end_layout
852
853 \begin_layout Subsection*
854 Befehlsschema
855 \end_layout
856
857 \begin_layout Standard
858 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
859  Schema:
860 \end_layout
861
862 \begin_layout Standard
863
864 \series bold
865
866 \backslash
867 Befehlsname[optionales
868 \series default
869  
870 \series bold
871 Argument]{anzugebendes
872 \series default
873  
874 \series bold
875 Argument}
876 \end_layout
877
878 \begin_layout Standard
879 Ein Befehl muss immer mit einem Backslash 
880 \begin_inset Quotes gld
881 \end_inset
882
883
884 \series bold
885
886 \backslash
887
888 \series default
889
890 \begin_inset Quotes grd
891 \end_inset
892
893  beginnen.
894  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
895  eckigen Klammern weggelassen werden.
896  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
897 \begin_inset Index idx
898 status collapsed
899
900 \begin_layout Plain Layout
901 T@TeX-Klammern
902 \end_layout
903
904 \end_inset
905
906  bezeichnet.
907  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
908  an, erzeugt LyX automatisch eine TeX-Klammer.
909  Ansonsten werden sie in Formeln mit dem Befehl 
910 \series bold
911
912 \backslash
913 {
914 \series default
915  erzeugt.
916  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
917  Klammern, die blau erscheinen.
918  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
919  TeX-Klammern erscheinen nicht im Ausdruck.
920 \end_layout
921
922 \begin_layout Standard
923 Werden Befehle ohne Argumente, wie z.
924 \begin_inset space \thinspace{}
925 \end_inset
926
927 B.
928  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
929 \emph on
930 immer
931 \emph default
932  ein Leerzeichen folgen um ihn zu beenden.
933  Dieses Leerzeichen erscheint nicht im Ausdruck.
934  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
935  normalen Text ein geschütztes Leerzeichen folgen.
936 \end_layout
937
938 \begin_layout Standard
939 Ein geschütztes Leerzeichen gibt man mit 
940 \family sans
941 Strg+Leertaste
942 \family default
943  ein.
944 \end_layout
945
946 \begin_layout Subsection*
947 Zeichenerklärung
948 \end_layout
949
950 \begin_layout Itemize
951 Das Symbol
952 \begin_inset Foot
953 status collapsed
954
955 \begin_layout Plain Layout
956 Dieses sichtbare Leerzeichen erhält man über den Befehl 
957 \series bold
958
959 \backslash
960 textvisiblespace
961 \series default
962
963 \begin_inset Index idx
964 status collapsed
965
966 \begin_layout Plain Layout
967 Befehle ! T ! 
968 \backslash
969 textvisiblespace
970 \end_layout
971
972 \end_inset
973
974 , der im TeX-Modus einzugeben ist.
975 \end_layout
976
977 \end_inset
978
979  
980 \begin_inset ERT
981 status collapsed
982
983 \begin_layout Plain Layout
984
985
986 \backslash
987 leer 
988 \end_layout
989
990 \end_inset
991
992
993 \begin_inset space ~
994 \end_inset
995
996 steht für ein einzugebendes Leerzeichen.
997 \end_layout
998
999 \begin_layout Itemize
1000 Ein Pfeil wie z.
1001 \begin_inset space \thinspace{}
1002 \end_inset
1003
1004 B.
1005  
1006 \begin_inset Formula $\to$
1007 \end_inset
1008
1009  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1010 \end_layout
1011
1012 \begin_layout Subsection*
1013 Verfügbare Einheiten
1014 \end_layout
1015
1016 \begin_layout Standard
1017 \align center
1018 \begin_inset Float table
1019 placement H
1020 wide false
1021 sideways false
1022 status open
1023
1024 \begin_layout Plain Layout
1025 \align center
1026 \begin_inset Caption
1027
1028 \begin_layout Plain Layout
1029 \begin_inset CommandInset label
1030 LatexCommand label
1031 name "tab:Verfügbare-Einheiten"
1032
1033 \end_inset
1034
1035 Verfügbare Einheiten
1036 \end_layout
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Plain Layout
1044 \align center
1045 \begin_inset Tabular
1046 <lyxtabular version="3" rows="13" columns="2">
1047 <features tabularvalignment="middle">
1048 <column alignment="center" valignment="top" width="0">
1049 <column alignment="center" valignment="top" width="0">
1050 <row>
1051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Einheit
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Name / Beschreibung
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 </row>
1070 <row>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 mm
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 Millimeter
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 <row>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 cm
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 Zentimeter
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 in
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Inch / Zoll (1
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 in = 2,54
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 cm)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 pt
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Punkt (72,27
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 pt = 1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 in)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 pc
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Pica (1
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 pc = 12
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 pt)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 sp
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 scaled point (65536
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 sp = 1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 pt)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 bp
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 big point (72
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 bp = 1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 in)
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 </row>
1250 <row>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 dd
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 Didot (1
1265 \begin_inset space \thinspace{}
1266 \end_inset
1267
1268 dd 
1269 \begin_inset Formula $\approx$
1270 \end_inset
1271
1272  0,376
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 mm)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 cc
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Cicero (1
1297 \begin_inset space \thinspace{}
1298 \end_inset
1299
1300 cc = 12
1301 \begin_inset space \thinspace{}
1302 \end_inset
1303
1304 dd)
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 </row>
1310 <row>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 ex
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 Höhe des Buchstabens 
1325 \emph on
1326 x
1327 \emph default
1328  in der aktuellen Schrift
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 </row>
1334 <row>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 em
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 Breite des Buchstabens 
1349 \emph on
1350 M
1351 \emph default
1352  in der aktuellen Schrift
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 <row>
1359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 mu
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 math unit (1
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 mu = 
1377 \begin_inset Formula $\nicefrac{1}{18}$
1378 \end_inset
1379
1380
1381 \begin_inset space \thinspace{}
1382 \end_inset
1383
1384 em)
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 </lyxtabular>
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Standard
1403 \begin_inset Newpage newpage
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Section
1410 Grundlegende Funktionen
1411 \end_layout
1412
1413 \begin_layout Subsection
1414 Exponenten
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Exponenten
1420 \end_layout
1421
1422 \end_inset
1423
1424  und Indizes
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Indizes
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Hochstellen|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Exponenten
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 Tiefstellen|see
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 {
1478 \end_layout
1479
1480 \end_inset
1481
1482 Indizes
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 }
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1503  
1504 \begin_inset Graphics
1505         filename ../../images/math-subscript.png
1506         scale 85
1507
1508 \end_inset
1509
1510 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1511  
1512 \begin_inset Graphics
1513         filename ../../images/math-superscript.png
1514         scale 85
1515
1516 \end_inset
1517
1518  erzeugt.
1519 \end_layout
1520
1521 \begin_layout Standard
1522 \align center
1523 \begin_inset Tabular
1524 <lyxtabular version="3" rows="4" columns="2">
1525 <features tabularvalignment="middle">
1526 <column alignment="center" valignment="top" width="0pt">
1527 <column alignment="center" valignment="top" width="0pt">
1528 <row>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 Befehl
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 Ergebnis
1543 \begin_inset Note Note
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547
1548 \series bold
1549
1550 \backslash
1551 raisebox
1552 \series default
1553  dient nur als Abstandhalter.
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 </row>
1564 <row>
1565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 B_V
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 \begin_inset Formula $B_{V}$
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 </row>
1587 <row>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 B^V
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row>
1611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615 B^
1616 \begin_inset ERT
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620
1621
1622 \backslash
1623 leer 
1624 \end_layout
1625
1626 \end_inset
1627
1628 A
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \end_inset
1644 </cell>
1645 </row>
1646 </lyxtabular>
1647
1648 \end_inset
1649
1650
1651 \end_layout
1652
1653 \begin_layout Standard
1654 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1655 llt
1656 \begin_inset Foot
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1661 \end_layout
1662
1663 \end_inset
1664
1665 .
1666  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1667  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1668 \end_layout
1669
1670 \begin_layout Subsection
1671 Brüche
1672 \begin_inset CommandInset label
1673 LatexCommand label
1674 name "sub:Brüche"
1675
1676 \end_inset
1677
1678
1679 \begin_inset Index idx
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683 Brüche
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \begin_layout Standard
1692 Brüche werden mit dem Befehl 
1693 \series bold
1694
1695 \backslash
1696 frac
1697 \series default
1698
1699 \begin_inset Index idx
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703 Befehle ! F ! 
1704 \backslash
1705 frac
1706 \end_layout
1707
1708 \end_inset
1709
1710  oder mit dem Mathe-Werkzeugleistenknopf 
1711 \begin_inset Graphics
1712         filename ../../images/math/frac.png
1713         scale 50
1714
1715 \end_inset
1716
1717  erstellt.
1718  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1719  in einer eingebetteten oder abgesetzten Formel befindet.
1720  Mit dem Mathe-Werkzeugleistenknopf 
1721 \begin_inset Graphics
1722         filename ../../images/math/frac-square.png
1723         scale 85
1724
1725 \end_inset
1726
1727  können verschieden Bruchtypen gewählt werden.
1728 \end_layout
1729
1730 \begin_layout Standard
1731 Mit dem Befehl 
1732 \series bold
1733
1734 \backslash
1735 dfrac
1736 \series default
1737
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Befehle ! D ! 
1743 \backslash
1744 dfrac
1745 \end_layout
1746
1747 \end_inset
1748
1749  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1750  Formel erscheint.
1751  Mit 
1752 \series bold
1753
1754 \backslash
1755 tfrac
1756 \series default
1757
1758 \begin_inset Index idx
1759 status collapsed
1760
1761 \begin_layout Plain Layout
1762 Befehle ! T ! 
1763 \backslash
1764 tfrac
1765 \end_layout
1766
1767 \end_inset
1768
1769  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1770  Ein Beispiel:
1771 \end_layout
1772
1773 \begin_layout Standard
1774 Eine Zeile mit dem Bruch 
1775 \begin_inset Formula $\frac{1}{2}$
1776 \end_inset
1777
1778 , der mit dem Befehl 
1779 \series bold
1780
1781 \backslash
1782 frac
1783 \series default
1784  erstellt wurde.
1785 \end_layout
1786
1787 \begin_layout Standard
1788 Eine Zeile mit dem Bruch 
1789 \begin_inset Formula $\dfrac{1}{2}$
1790 \end_inset
1791
1792 , der mit dem Befehl 
1793 \series bold
1794
1795 \backslash
1796 dfrac
1797 \series default
1798  erstellt wurde.
1799 \end_layout
1800
1801 \begin_layout Standard
1802 \align center
1803 \begin_inset Tabular
1804 <lyxtabular version="3" rows="4" columns="2">
1805 <features tabularvalignment="middle">
1806 <column alignment="center" valignment="top" width="0pt">
1807 <column alignment="center" valignment="top" width="0pt">
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813 Befehl
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 Ergebnis
1823 \begin_inset Note Note
1824 status collapsed
1825
1826 \begin_layout Plain Layout
1827
1828 \series bold
1829
1830 \backslash
1831 raisebox
1832 \series default
1833  dient nur als Abstandhalter.
1834 \end_layout
1835
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 </row>
1844 <row>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \backslash
1851 frac
1852 \begin_inset ERT
1853 status collapsed
1854
1855 \begin_layout Plain Layout
1856
1857
1858 \backslash
1859 leer 
1860 \end_layout
1861
1862 \end_inset
1863
1864 A
1865 \begin_inset Formula $\downarrow$
1866 \end_inset
1867
1868 B
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1878 \end_inset
1879
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 </row>
1886 <row>
1887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \backslash
1893 dfrac
1894 \begin_inset ERT
1895 status collapsed
1896
1897 \begin_layout Plain Layout
1898
1899
1900 \backslash
1901 leer 
1902 \end_layout
1903
1904 \end_inset
1905
1906 A
1907 \begin_inset Formula $\downarrow$
1908 \end_inset
1909
1910 B
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 </row>
1928 <row>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \backslash
1935 dfrac
1936 \begin_inset ERT
1937 status collapsed
1938
1939 \begin_layout Plain Layout
1940
1941
1942 \backslash
1943 leer 
1944 \end_layout
1945
1946 \end_inset
1947
1948 e^
1949 \begin_inset ERT
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953
1954
1955 \backslash
1956 leer 
1957 \end_layout
1958
1959 \end_inset
1960
1961
1962 \backslash
1963 frac
1964 \begin_inset ERT
1965 status collapsed
1966
1967 \begin_layout Plain Layout
1968
1969
1970 \backslash
1971 leer 
1972 \end_layout
1973
1974 \end_inset
1975
1976 1
1977 \begin_inset Formula $\downarrow$
1978 \end_inset
1979
1980 2
1981 \begin_inset Formula $\downarrow\downarrow$
1982 \end_inset
1983
1984 3
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1990 \begin_inset Text
1991
1992 \begin_layout Plain Layout
1993 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1994 \end_inset
1995
1996
1997 \end_layout
1998
1999 \end_inset
2000 </cell>
2001 </row>
2002 </lyxtabular>
2003
2004 \end_inset
2005
2006
2007 \end_layout
2008
2009 \begin_layout Standard
2010 \begin_inset VSpace bigskip
2011 \end_inset
2012
2013
2014 \begin_inset Newpage newpage
2015 \end_inset
2016
2017 Für Mehrfachbrüche gibt es den Befehl 
2018 \series bold
2019
2020 \backslash
2021 cfrac
2022 \series default
2023
2024 \begin_inset Index idx
2025 status collapsed
2026
2027 \begin_layout Plain Layout
2028 Befehle ! C ! 
2029 \backslash
2030 cfrac
2031 \end_layout
2032
2033 \end_inset
2034
2035 .
2036  Dazu ein Beispiel:
2037 \begin_inset VSpace -3mm
2038 \end_inset
2039
2040
2041 \end_layout
2042
2043 \begin_layout Standard
2044 \begin_inset Formula 
2045 \begin{align*}
2046 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2047 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2048 \end{align*}
2049
2050 \end_inset
2051
2052
2053 \end_layout
2054
2055 \begin_layout Standard
2056 Der Befehl für obiges Beispiel lautet:
2057 \end_layout
2058
2059 \begin_layout Standard
2060
2061 \series bold
2062
2063 \backslash
2064 cfrac
2065 \begin_inset ERT
2066 status collapsed
2067
2068 \begin_layout Plain Layout
2069
2070
2071 \backslash
2072 leer 
2073 \end_layout
2074
2075 \end_inset
2076
2077 A
2078 \begin_inset Formula $\downarrow$
2079 \end_inset
2080
2081 B+
2082 \backslash
2083 cfrac
2084 \begin_inset ERT
2085 status collapsed
2086
2087 \begin_layout Plain Layout
2088
2089
2090 \backslash
2091 leer 
2092 \end_layout
2093
2094 \end_inset
2095
2096 C+
2097 \backslash
2098 cfrac
2099 \begin_inset ERT
2100 status collapsed
2101
2102 \begin_layout Plain Layout
2103
2104
2105 \backslash
2106 leer 
2107 \end_layout
2108
2109 \end_inset
2110
2111 E
2112 \begin_inset Formula $\downarrow$
2113 \end_inset
2114
2115 F
2116 \begin_inset Formula $\downarrow$
2117 \end_inset
2118
2119 D
2120 \end_layout
2121
2122 \begin_layout Standard
2123 \begin_inset VSpace medskip
2124 \end_inset
2125
2126
2127 \end_layout
2128
2129 \begin_layout Standard
2130
2131 \series bold
2132
2133 \backslash
2134 cfrac
2135 \series default
2136  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2137  auch wenn er selbst Teil eines Bruches ist.
2138 \end_layout
2139
2140 \begin_layout Standard
2141 Es ist möglich die Ausrichtung des Zählers einzustellen.
2142  Der Befehl 
2143 \series bold
2144
2145 \backslash
2146 cfracleft
2147 \series default
2148  richtet ihn links, der Befehl 
2149 \series bold
2150
2151 \backslash
2152 cfracright
2153 \series default
2154  rechts aus.
2155  
2156 \series bold
2157
2158 \backslash
2159 cfrac
2160 \series default
2161  zentriert den Zähler.
2162  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2163 \end_layout
2164
2165 \begin_layout Standard
2166
2167 \series bold
2168 \begin_inset Formula 
2169 \[
2170 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2171 \]
2172
2173 \end_inset
2174
2175
2176 \end_layout
2177
2178 \begin_layout Standard
2179 \begin_inset Note Greyedout
2180 status open
2181
2182 \begin_layout Plain Layout
2183
2184 \series bold
2185 Achtung:
2186 \series default
2187  
2188 \series bold
2189
2190 \backslash
2191 cfracleft
2192 \series default
2193  und
2194 \series bold
2195  
2196 \backslash
2197 cfracright
2198 \series default
2199  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2200 \series bold
2201
2202 \backslash
2203 cfrac[Ausrichtung]{Zähler}{Nenner}
2204 \series default
2205  dar.
2206  Daher kann man sie nicht im TeX-Code benutzen.
2207 \end_layout
2208
2209 \end_inset
2210
2211
2212 \end_layout
2213
2214 \begin_layout Standard
2215 \begin_inset VSpace medskip
2216 \end_inset
2217
2218 Oftmals ist es am günstigsten 
2219 \series bold
2220
2221 \backslash
2222 cfrac
2223 \series default
2224  und 
2225 \series bold
2226
2227 \backslash
2228 frac
2229 \series default
2230  zu kombinieren:
2231 \begin_inset Formula 
2232 \[
2233 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2234 \]
2235
2236 \end_inset
2237
2238
2239 \end_layout
2240
2241 \begin_layout Standard
2242 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2243 \series bold
2244
2245 \backslash
2246 nicefrac
2247 \series default
2248
2249 \begin_inset Index idx
2250 status collapsed
2251
2252 \begin_layout Plain Layout
2253 Befehle ! N ! 
2254 \backslash
2255 nicefrac
2256 \end_layout
2257
2258 \end_inset
2259
2260
2261 \begin_inset Formula $\nicefrac{5}{31}$
2262 \end_inset
2263
2264  oder 
2265 \series bold
2266
2267 \backslash
2268 unitfrac
2269 \series default
2270
2271 \begin_inset Index idx
2272 status collapsed
2273
2274 \begin_layout Plain Layout
2275 Befehle! U ! 
2276 \backslash
2277 unitfrac
2278 \end_layout
2279
2280 \end_inset
2281
2282
2283 \begin_inset Formula $\unitfrac{5}{31}$
2284 \end_inset
2285
2286  benutzt werden.
2287  Des Weiteren gibt es den Befehl 
2288 \series bold
2289
2290 \backslash
2291 unitfracthree
2292 \series default
2293  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2294 \begin_inset Formula $\unitfrac[2]{1}{3}$
2295 \end_inset
2296
2297
2298 \end_layout
2299
2300 \begin_layout Standard
2301 \begin_inset Note Greyedout
2302 status open
2303
2304 \begin_layout Plain Layout
2305
2306 \series bold
2307 Achtung:
2308 \series default
2309  
2310 \series bold
2311
2312 \backslash
2313 unitfracthree
2314 \series default
2315  ist kein echter LaTeX-Befehl, sondern der Befehl
2316 \begin_inset Newline newline
2317 \end_inset
2318
2319
2320 \series bold
2321
2322 \backslash
2323 unitfrac[Zahl]{Zähler}{Nenner}
2324 \series default
2325  .
2326  Daher kann man ihn nicht im TeX-Code benutzen.
2327 \end_layout
2328
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \begin_layout Standard
2335 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2336  in 
2337 \begin_inset CommandInset ref
2338 LatexCommand ref
2339 reference "sub:Selbstdefinierte-Brüche"
2340
2341 \end_inset
2342
2343  erklärt.
2344 \end_layout
2345
2346 \begin_layout Standard
2347 \begin_inset Newpage newpage
2348 \end_inset
2349
2350
2351 \end_layout
2352
2353 \begin_layout Subsection
2354 Wurzeln
2355 \begin_inset Index idx
2356 status collapsed
2357
2358 \begin_layout Plain Layout
2359 Wurzeln
2360 \end_layout
2361
2362 \end_inset
2363
2364
2365 \end_layout
2366
2367 \begin_layout Standard
2368 Quadratwurzeln werden mit 
2369 \series bold
2370
2371 \backslash
2372 sqrt
2373 \series default
2374
2375 \begin_inset Index idx
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 Befehle ! S ! 
2380 \backslash
2381 sqrt
2382 \end_layout
2383
2384 \end_inset
2385
2386  oder dem Mathe-Werkzeugleistenknopf 
2387 \begin_inset Graphics
2388         filename ../../images/math/sqrt.png
2389         scale 85
2390
2391 \end_inset
2392
2393  gesetzt, alle anderen Wurzeln mit dem Befehl 
2394 \series bold
2395
2396 \backslash
2397 root
2398 \series default
2399
2400 \begin_inset Index idx
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 Befehle ! R ! 
2405 \backslash
2406 root
2407 \end_layout
2408
2409 \end_inset
2410
2411  oder dem Mathe-Werkzeugleistenknopf 
2412 \begin_inset Graphics
2413         filename ../../images/math/root.png
2414         scale 85
2415
2416 \end_inset
2417
2418 .
2419 \end_layout
2420
2421 \begin_layout Standard
2422 \align center
2423 \begin_inset Tabular
2424 <lyxtabular version="3" rows="3" columns="2">
2425 <features tabularvalignment="middle">
2426 <column alignment="center" valignment="top" width="0pt">
2427 <column alignment="center" valignment="top" width="0pt">
2428 <row>
2429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433 Befehl
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442 Ergebnis
2443 \begin_inset Note Note
2444 status collapsed
2445
2446 \begin_layout Plain Layout
2447
2448 \series bold
2449
2450 \backslash
2451 raisebox
2452 \series default
2453  dient nur als Abstandhalter.
2454 \end_layout
2455
2456 \end_inset
2457
2458
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 </row>
2464 <row>
2465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2466 \begin_inset Text
2467
2468 \begin_layout Plain Layout
2469
2470 \backslash
2471 sqrt
2472 \begin_inset ERT
2473 status collapsed
2474
2475 \begin_layout Plain Layout
2476
2477
2478 \backslash
2479 leer 
2480 \end_layout
2481
2482 \end_inset
2483
2484 A-B
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Plain Layout
2493 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2494 \end_inset
2495
2496
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 </row>
2502 <row>
2503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Plain Layout
2507
2508 \backslash
2509 root
2510 \begin_inset ERT
2511 status collapsed
2512
2513 \begin_layout Plain Layout
2514
2515
2516 \backslash
2517 leer 
2518 \end_layout
2519
2520 \end_inset
2521
2522 3
2523 \begin_inset Formula $\downarrow$
2524 \end_inset
2525
2526 A-B
2527 \end_layout
2528
2529 \end_inset
2530 </cell>
2531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2532 \begin_inset Text
2533
2534 \begin_layout Plain Layout
2535 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2536 \end_inset
2537
2538
2539 \end_layout
2540
2541 \end_inset
2542 </cell>
2543 </row>
2544 </lyxtabular>
2545
2546 \end_inset
2547
2548
2549 \end_layout
2550
2551 \begin_layout Standard
2552 Eine Quadratwurzel kann man auch mit 
2553 \series bold
2554
2555 \backslash
2556 root
2557 \series default
2558  erstellen, indem man das Feld über der Wurzel frei lässt.
2559 \end_layout
2560
2561 \begin_layout Standard
2562 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2563  Formel: 
2564 \begin_inset Formula $\sqrt[\beta]{B}$
2565 \end_inset
2566
2567
2568 \begin_inset Newline newline
2569 \end_inset
2570
2571 Das 
2572 \begin_inset Formula $\beta$
2573 \end_inset
2574
2575  berührt die Wurzel.
2576  Um dies zu verhindern, verwendet man die Befehle 
2577 \series bold
2578
2579 \backslash
2580 leftroot
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Befehle ! L ! 
2588 \backslash
2589 leftroot
2590 \end_layout
2591
2592 \end_inset
2593
2594  und 
2595 \series bold
2596
2597 \backslash
2598 uproot
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Befehle ! U ! 
2606 \backslash
2607 uproot
2608 \end_layout
2609
2610 \end_inset
2611
2612 , die folgendes Schema besitzen:
2613 \end_layout
2614
2615 \begin_layout Standard
2616
2617 \series bold
2618
2619 \backslash
2620 leftroot{Abstand}
2621 \series default
2622  bzw.
2623  
2624 \series bold
2625
2626 \backslash
2627 uproot{Abstand}
2628 \end_layout
2629
2630 \begin_layout Standard
2631 Abstand ist die Anzahl der Big Points (Einheit bp; 
2632 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2633 \end_inset
2634
2635 ), um die der Index nach links bzw.
2636  nach oben verschoben werden soll.
2637  Die Befehle werden in den Index geschrieben.
2638  So ergibt der Befehl
2639 \begin_inset Newline newline
2640 \end_inset
2641
2642
2643 \series bold
2644
2645 \backslash
2646 root
2647 \backslash
2648 leftroot{-1
2649 \begin_inset Formula $\to$
2650 \end_inset
2651
2652
2653 \backslash
2654 uproot{2
2655 \begin_inset Formula $\to$
2656 \end_inset
2657
2658
2659 \backslash
2660 beta
2661 \begin_inset ERT
2662 status collapsed
2663
2664 \begin_layout Plain Layout
2665
2666
2667 \backslash
2668 leer 
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \begin_inset Formula $\to$
2675 \end_inset
2676
2677 B
2678 \begin_inset Newline newline
2679 \end_inset
2680
2681
2682 \series default
2683 eine korrekt gesetzte Formel: 
2684 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \begin_layout Subsection
2691 Binomialkoeffizienten
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Binomialkoeffizienten
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \end_layout
2703
2704 \begin_layout Standard
2705 Binomialkoeffizienten können mit dem Befehl 
2706 \series bold
2707
2708 \backslash
2709 binom
2710 \series default
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 Befehle ! B ! 
2717 \backslash
2718 binom
2719 \end_layout
2720
2721 \end_inset
2722
2723  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2724 \begin_inset Graphics
2725         filename ../../images/math/frac-square.png
2726         scale 85
2727
2728 \end_inset
2729
2730 eingefügt werden.
2731  Analog zu Brüchen (
2732 \series bold
2733
2734 \backslash
2735 frac
2736 \series default
2737 ) gibt es außer 
2738 \series bold
2739
2740 \backslash
2741 binom
2742 \series default
2743  noch die Befehle 
2744 \series bold
2745
2746 \backslash
2747 dbinom
2748 \series default
2749
2750 \begin_inset Index idx
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Befehle ! D ! 
2755 \backslash
2756 dbinom
2757 \end_layout
2758
2759 \end_inset
2760
2761  und 
2762 \series bold
2763
2764 \backslash
2765 tbinom
2766 \series default
2767
2768 \begin_inset Index idx
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Befehle ! T ! 
2773 \backslash
2774 tbinom
2775 \end_layout
2776
2777 \end_inset
2778
2779 .
2780  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2781 \series bold
2782
2783 \backslash
2784 brace
2785 \series default
2786
2787 \begin_inset Index idx
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 Befehle ! B ! 
2792 \backslash
2793 brace
2794 \end_layout
2795
2796 \end_inset
2797
2798  und 
2799 \series bold
2800
2801 \backslash
2802 brack
2803 \series default
2804
2805 \begin_inset Index idx
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809 Befehle ! B ! 
2810 \backslash
2811 brack
2812 \end_layout
2813
2814 \end_inset
2815
2816 .
2817 \end_layout
2818
2819 \begin_layout Standard
2820 \align center
2821 \begin_inset Tabular
2822 <lyxtabular version="3" rows="6" columns="2">
2823 <features tabularvalignment="middle">
2824 <column alignment="center" valignment="top" width="0pt">
2825 <column alignment="center" valignment="top" width="0pt">
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831 Befehl
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 Ergebnis
2841 \begin_inset Note Note
2842 status collapsed
2843
2844 \begin_layout Plain Layout
2845
2846 \series bold
2847
2848 \backslash
2849 raisebox
2850 \series default
2851  dient nur als Abstandhalter.
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 </row>
2862 <row>
2863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \backslash
2869 binom
2870 \begin_inset ERT
2871 status collapsed
2872
2873 \begin_layout Plain Layout
2874
2875
2876 \backslash
2877 leer 
2878 \end_layout
2879
2880 \end_inset
2881
2882 A
2883 \begin_inset Formula $\downarrow$
2884 \end_inset
2885
2886 B
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \backslash
2911 dbinom
2912 \begin_inset ERT
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916
2917
2918 \backslash
2919 leer 
2920 \end_layout
2921
2922 \end_inset
2923
2924 A
2925 \begin_inset Formula $\downarrow$
2926 \end_inset
2927
2928 B
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 <row>
2947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \backslash
2953 tbinom
2954 \begin_inset ERT
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958
2959
2960 \backslash
2961 leer 
2962 \end_layout
2963
2964 \end_inset
2965
2966 A
2967 \begin_inset Formula $\downarrow$
2968 \end_inset
2969
2970 B
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \backslash
2995 brack
2996 \begin_inset ERT
2997 status collapsed
2998
2999 \begin_layout Plain Layout
3000
3001
3002 \backslash
3003 leer 
3004 \end_layout
3005
3006 \end_inset
3007
3008 A
3009 \begin_inset Formula $\downarrow$
3010 \end_inset
3011
3012 B
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row>
3031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035
3036 \backslash
3037 brace
3038 \begin_inset ERT
3039 status collapsed
3040
3041 \begin_layout Plain Layout
3042
3043
3044 \backslash
3045 leer 
3046 \end_layout
3047
3048 \end_inset
3049
3050 A
3051 \begin_inset Formula $\downarrow$
3052 \end_inset
3053
3054 B
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 </lyxtabular>
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Subsection
3080 Fallunterscheidungen
3081 \begin_inset Index idx
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085 Fallunterscheidungen
3086 \end_layout
3087
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \begin_layout Standard
3094 \align center
3095 \begin_inset Tabular
3096 <lyxtabular version="3" rows="3" columns="2">
3097 <features tabularvalignment="middle">
3098 <column alignment="center" valignment="top" width="0pt">
3099 <column alignment="center" valignment="top" width="0pt">
3100 <row>
3101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 Befehl
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 Ergebnis
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row>
3121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125
3126 \backslash
3127 cases
3128 \begin_inset ERT
3129 status collapsed
3130
3131 \begin_layout Plain Layout
3132
3133
3134 \backslash
3135 leer 
3136 \end_layout
3137
3138 \end_inset
3139
3140 A
3141 \begin_inset Formula $\to$
3142 \end_inset
3143
3144 B>0
3145 \begin_inset Index idx
3146 status collapsed
3147
3148 \begin_layout Plain Layout
3149 Befehle ! C ! 
3150 \backslash
3151 cases
3152 \end_layout
3153
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 \begin_inset Formula $\begin{cases}
3166 A & B>0\end{cases}$
3167 \end_inset
3168
3169
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row>
3176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \backslash
3182 cases
3183 \begin_inset ERT
3184 status collapsed
3185
3186 \begin_layout Plain Layout
3187
3188
3189 \backslash
3190 leer 
3191 \end_layout
3192
3193 \end_inset
3194
3195 Strg+Enter
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 \begin_inset Formula $\begin{cases}
3205 A & \textrm{für }x>0\\
3206 B & \textrm{für }x=0
3207 \end{cases}$
3208 \end_inset
3209
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 </row>
3216 </lyxtabular>
3217
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \begin_layout Standard
3224 Nach der Eingabe von 
3225 \series bold
3226
3227 \backslash
3228 cases
3229 \series default
3230  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3231 \begin_inset Graphics
3232         filename ../../images/math/cases.png
3233         scale 85
3234
3235 \end_inset
3236
3237  können mit 
3238 \family sans
3239 Strg+Enter
3240 \family default
3241  oder dem Tabellen-Werkzeugleistenknopf 
3242 \begin_inset Graphics
3243         filename ../../images/tabular-feature_append-row.png
3244         scale 85
3245
3246 \end_inset
3247
3248  neue Zeilen erstellt werden.
3249 \begin_inset Foot
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3254 \begin_inset CommandInset ref
3255 LatexCommand ref
3256 reference "sub:Akzente-für-ein"
3257
3258 \end_inset
3259
3260  beschrieben.
3261 \end_layout
3262
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \begin_layout Standard
3269 Der Befehl 
3270 \series bold
3271
3272 \backslash
3273 cases
3274 \series default
3275  ist auch über das Menü 
3276 \family sans
3277 Einfügen\SpecialChar \menuseparator
3278 Mathe\SpecialChar \menuseparator
3279 Cases-Umgebung
3280 \family default
3281  verfügbar.
3282 \end_layout
3283
3284 \begin_layout Subsection
3285 Verneinungen
3286 \begin_inset Index idx
3287 status collapsed
3288
3289 \begin_layout Plain Layout
3290 Verneinungen
3291 \end_layout
3292
3293 \end_inset
3294
3295
3296 \end_layout
3297
3298 \begin_layout Standard
3299 Durch die Eingabe von 
3300 \series bold
3301
3302 \backslash
3303 not
3304 \series default
3305
3306 \begin_inset Index idx
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310 Befehle ! N ! 
3311 \backslash
3312 not
3313 \end_layout
3314
3315 \end_inset
3316
3317  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3318  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3319 \end_layout
3320
3321 \begin_layout Standard
3322 \align center
3323 \begin_inset Tabular
3324 <lyxtabular version="3" rows="4" columns="2">
3325 <features tabularvalignment="middle">
3326 <column alignment="center" valignment="top" width="0pt">
3327 <column alignment="center" valignment="top" width="0pt">
3328 <row>
3329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Befehl
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 Ergebnis
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \backslash
3355 not=
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 \begin_inset Formula $\not=$
3365 \end_inset
3366
3367
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \backslash
3380 not 
3381 \backslash
3382 le
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 \begin_inset Formula $\not\le$
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \backslash
3407 not 
3408 \backslash
3409 parallel
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 \begin_inset Formula $\not\parallel$
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 </lyxtabular>
3428
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3436  Deswegen gibt es für Einige spezielle Befehle (siehe 
3437 \begin_inset CommandInset ref
3438 LatexCommand ref
3439 reference "sub:Mathematische-Symbole"
3440
3441 \end_inset
3442
3443  und 
3444 \begin_inset CommandInset ref
3445 LatexCommand ref
3446 reference "sec:Relationen"
3447
3448 \end_inset
3449
3450 ).
3451 \end_layout
3452
3453 \begin_layout Subsection
3454 Platzhalter
3455 \begin_inset CommandInset label
3456 LatexCommand label
3457 name "sub:Platzhalter"
3458
3459 \end_inset
3460
3461
3462 \begin_inset Index idx
3463 status collapsed
3464
3465 \begin_layout Plain Layout
3466 Platzhalter
3467 \end_layout
3468
3469 \end_inset
3470
3471
3472 \begin_inset Index idx
3473 status collapsed
3474
3475 \begin_layout Plain Layout
3476 chemische Zeichen ! Isotope
3477 \end_layout
3478
3479 \end_inset
3480
3481
3482 \begin_inset Index idx
3483 status collapsed
3484
3485 \begin_layout Plain Layout
3486 Isotope|see
3487 \begin_inset ERT
3488 status collapsed
3489
3490 \begin_layout Plain Layout
3491
3492 {
3493 \end_layout
3494
3495 \end_inset
3496
3497 chemische Zeichen
3498 \begin_inset ERT
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502
3503 }
3504 \end_layout
3505
3506 \end_inset
3507
3508
3509 \end_layout
3510
3511 \end_inset
3512
3513
3514 \end_layout
3515
3516 \begin_layout Standard
3517 Möchte man z.
3518 \begin_inset space \thinspace{}
3519 \end_inset
3520
3521 B.
3522  Isotope
3523 \begin_inset Foot
3524 status collapsed
3525
3526 \begin_layout Plain Layout
3527 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3528 \begin_inset CommandInset ref
3529 LatexCommand ref
3530 reference "sub:Chemische-Symbole-und"
3531
3532 \end_inset
3533
3534  beschrieben.
3535 \end_layout
3536
3537 \end_inset
3538
3539  darstellen, tritt folgendes Problem auf:
3540 \end_layout
3541
3542 \begin_layout Standard
3543 \align center
3544 \begin_inset Tabular
3545 <lyxtabular version="3" rows="2" columns="2">
3546 <features tabularvalignment="middle">
3547 <column alignment="center" valignment="top" width="0pt">
3548 <column alignment="center" valignment="top" width="0pt">
3549 <row>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 durch Hoch- und Tiefstellen erzeugte Indizes:
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3564 \end_inset
3565
3566
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 korrekte Indizes:
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 </lyxtabular>
3596
3597 \end_inset
3598
3599
3600 \begin_inset Note Note
3601 status collapsed
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606
3607 \backslash
3608 raisebox
3609 \series default
3610  dient nur
3611 \end_layout
3612
3613 \begin_layout Plain Layout
3614 als Abstandhalter.
3615 \end_layout
3616
3617 \end_inset
3618
3619
3620 \end_layout
3621
3622 \begin_layout Standard
3623 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3624  längeren Index gesetzt.
3625  Um das zu verhindern gibt es den Befehl 
3626 \series bold
3627
3628 \backslash
3629 phantom
3630 \series default
3631
3632 \begin_inset Index idx
3633 status collapsed
3634
3635 \begin_layout Plain Layout
3636 Befehle ! P ! 
3637 \backslash
3638 phantom
3639 \end_layout
3640
3641 \end_inset
3642
3643  oder den Mathe-Werkzeugleistenknopf
3644 \begin_inset space \thinspace{}
3645 \end_inset
3646
3647
3648 \begin_inset Foot
3649 status collapsed
3650
3651 \begin_layout Plain Layout
3652 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3653 \begin_inset Graphics
3654         filename ../../images/math/space.png
3655         scale 85
3656
3657 \end_inset
3658
3659
3660 \end_layout
3661
3662 \end_inset
3663
3664  
3665 \begin_inset Graphics
3666         filename ../../images/math/phantom.png
3667         scale 85
3668
3669 \end_inset
3670
3671 , der ein oder mehrere Phantomzeichen erstellt.
3672  Wenn 
3673 \series bold
3674
3675 \backslash
3676 phantom
3677 \series default
3678  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3679  Pfeilen überlagert wird.
3680  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3681  als Leerraum erstellt wird.
3682  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3683  Zeichen.
3684 \end_layout
3685
3686 \begin_layout Standard
3687 \align center
3688 \begin_inset Tabular
3689 <lyxtabular version="3" rows="4" columns="2">
3690 <features tabularvalignment="middle">
3691 <column alignment="center" valignment="top" width="0">
3692 <column alignment="center" valignment="top" width="0">
3693 <row>
3694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Befehl
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Ergebnis
3708 \begin_inset Note Note
3709 status collapsed
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714
3715 \backslash
3716 raisebox
3717 \series default
3718  dient nur als Abstandhalter.
3719 \end_layout
3720
3721 \end_inset
3722
3723
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 ^19
3735 \begin_inset ERT
3736 status collapsed
3737
3738 \begin_layout Plain Layout
3739
3740
3741 \backslash
3742 leer 
3743 \end_layout
3744
3745 \end_inset
3746
3747 _
3748 \backslash
3749 phantom
3750 \begin_inset ERT
3751 status collapsed
3752
3753 \begin_layout Plain Layout
3754
3755
3756 \backslash
3757 leer 
3758 \end_layout
3759
3760 \end_inset
3761
3762 1
3763 \begin_inset Formula $\to$
3764 \end_inset
3765
3766 9
3767 \begin_inset ERT
3768 status collapsed
3769
3770 \begin_layout Plain Layout
3771
3772
3773 \backslash
3774 leer 
3775 \end_layout
3776
3777 \end_inset
3778
3779 F
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3789 \end_inset
3790
3791
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 ^235
3803 \begin_inset ERT
3804 status collapsed
3805
3806 \begin_layout Plain Layout
3807
3808
3809 \backslash
3810 leer 
3811 \end_layout
3812
3813 \end_inset
3814
3815 _
3816 \backslash
3817 phantom
3818 \begin_inset ERT
3819 status collapsed
3820
3821 \begin_layout Plain Layout
3822
3823
3824 \backslash
3825 leer 
3826 \end_layout
3827
3828 \end_inset
3829
3830 23
3831 \begin_inset Formula $\to$
3832 \end_inset
3833
3834 9
3835 \begin_inset ERT
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840
3841 \backslash
3842 leer 
3843 \end_layout
3844
3845 \end_inset
3846
3847 F
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3857 \end_inset
3858
3859
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \backslash
3872 Lambda^
3873 \begin_inset ERT
3874 status collapsed
3875
3876 \begin_layout Plain Layout
3877
3878
3879 \backslash
3880 leer 
3881 \end_layout
3882
3883 \end_inset
3884
3885
3886 \backslash
3887 phantom
3888 \begin_inset ERT
3889 status collapsed
3890
3891 \begin_layout Plain Layout
3892
3893
3894 \backslash
3895 leer 
3896 \end_layout
3897
3898 \end_inset
3899
3900 ii
3901 \begin_inset Formula $\to$
3902 \end_inset
3903
3904 t
3905 \begin_inset ERT
3906 status collapsed
3907
3908 \begin_layout Plain Layout
3909
3910
3911 \backslash
3912 leer 
3913 \end_layout
3914
3915 \end_inset
3916
3917 _MMt
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 </lyxtabular>
3936
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \begin_layout Standard
3943 Des Weiteren gibt es noch die Befehle 
3944 \series bold
3945
3946 \backslash
3947 vphantom
3948 \series default
3949
3950 \begin_inset Index idx
3951 status collapsed
3952
3953 \begin_layout Plain Layout
3954 Befehle ! V ! 
3955 \backslash
3956 vphantom
3957 \end_layout
3958
3959 \end_inset
3960
3961  (Werkzeugleistenknopf 
3962 \begin_inset space ~
3963 \end_inset
3964
3965
3966 \begin_inset Graphics
3967         filename ../../images/math/vphantom.png
3968         scale 85
3969
3970 \end_inset
3971
3972 ) und 
3973 \series bold
3974
3975 \backslash
3976 hphantom
3977 \series default
3978
3979 \begin_inset Index idx
3980 status collapsed
3981
3982 \begin_layout Plain Layout
3983 Befehle ! H ! 
3984 \backslash
3985 hphantom
3986 \end_layout
3987
3988 \end_inset
3989
3990  (Werkzeugleistenknopf 
3991 \begin_inset space ~
3992 \end_inset
3993
3994
3995 \begin_inset Graphics
3996         filename ../../images/math/hphantom.png
3997         scale 85
3998
3999 \end_inset
4000
4001 ).
4002  
4003 \series bold
4004
4005 \backslash
4006 hphantom
4007 \series default
4008  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4009  nicht jedoch für deren Breite.
4010  Bei 
4011 \series bold
4012
4013 \backslash
4014 vphantom
4015 \series default
4016  wird nur Platz mit der Breite des Kästchens erstellt.
4017  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4018 \end_layout
4019
4020 \begin_layout Standard
4021 Zum Beispiel erzeugt 
4022 \series bold
4023
4024 \backslash
4025 vphantom
4026 \series default
4027
4028 \begin_inset ERT
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032
4033
4034 \backslash
4035 leer 
4036 \end_layout
4037
4038 \end_inset
4039
4040
4041 \series bold
4042 a
4043 \backslash
4044 int
4045 \series default
4046  Platz der Höhe des Integralzeichens,
4047 \begin_inset Foot
4048 status collapsed
4049
4050 \begin_layout Plain Layout
4051 Der Befehl 
4052 \series bold
4053
4054 \backslash
4055 int
4056 \series default
4057  erzeugt ein Integralzeichen, siehe 
4058 \begin_inset CommandInset ref
4059 LatexCommand ref
4060 reference "sub:Große-Operatoren"
4061
4062 \end_inset
4063
4064 .
4065 \end_layout
4066
4067 \end_inset
4068
4069  da dieses das größere Zeichen ist.
4070  Eine Beispielanwendung ist in 
4071 \begin_inset CommandInset ref
4072 LatexCommand ref
4073 reference "sub:Mehrzeilige-Klammern"
4074
4075 \end_inset
4076
4077  zu finden.
4078 \end_layout
4079
4080 \begin_layout Standard
4081 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4082  
4083 \family sans
4084 Einfügen\SpecialChar \menuseparator
4085 Formatierung\SpecialChar \menuseparator
4086 Phantom
4087 \family default
4088  eingefügt werden:
4089 \end_layout
4090
4091 \begin_layout Standard
4092 Dies ist ein Satz.
4093 \begin_inset Newline newline
4094 \end_inset
4095
4096
4097 \begin_inset Phantom Phantom
4098 status open
4099
4100 \begin_layout Plain Layout
4101 Dies
4102 \end_layout
4103
4104 \end_inset
4105
4106  ist ein Satz.
4107 \end_layout
4108
4109 \begin_layout Subsection
4110 Linien
4111 \begin_inset Index idx
4112 status collapsed
4113
4114 \begin_layout Plain Layout
4115 Linien
4116 \end_layout
4117
4118 \end_inset
4119
4120
4121 \begin_inset Index idx
4122 status collapsed
4123
4124 \begin_layout Plain Layout
4125 Formel ! unterstrichene
4126 \end_layout
4127
4128 \end_inset
4129
4130
4131 \end_layout
4132
4133 \begin_layout Standard
4134 \align center
4135 \begin_inset Tabular
4136 <lyxtabular version="3" rows="4" columns="2">
4137 <features tabularvalignment="middle">
4138 <column alignment="center" valignment="top" width="0pt">
4139 <column alignment="center" valignment="top" width="0pt">
4140 <row>
4141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Befehl
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Ergebnis
4155 \begin_inset Note Note
4156 status collapsed
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161
4162 \backslash
4163 raisebox
4164 \series default
4165  dient nur als Abstandhalter.
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \backslash
4183 overline
4184 \begin_inset ERT
4185 status collapsed
4186
4187 \begin_layout Plain Layout
4188
4189
4190 \backslash
4191 leer 
4192 \end_layout
4193
4194 \end_inset
4195
4196 A+B
4197 \begin_inset Index idx
4198 status collapsed
4199
4200 \begin_layout Plain Layout
4201 Befehle ! O ! 
4202 \backslash
4203 overline
4204 \end_layout
4205
4206 \end_inset
4207
4208
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \backslash
4233 underline
4234 \begin_inset ERT
4235 status collapsed
4236
4237 \begin_layout Plain Layout
4238
4239
4240 \backslash
4241 leer 
4242 \end_layout
4243
4244 \end_inset
4245
4246 A+B
4247 \begin_inset Index idx
4248 status collapsed
4249
4250 \begin_layout Plain Layout
4251 Befehle ! U ! 
4252 \backslash
4253 underline
4254 \end_layout
4255
4256 \end_inset
4257
4258
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4268 \end_inset
4269
4270
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \backslash
4283 overline
4284 \begin_inset ERT
4285 status collapsed
4286
4287 \begin_layout Plain Layout
4288
4289
4290 \backslash
4291 leer 
4292 \end_layout
4293
4294 \end_inset
4295
4296
4297 \backslash
4298 underline
4299 \begin_inset ERT
4300 status collapsed
4301
4302 \begin_layout Plain Layout
4303
4304
4305 \backslash
4306 leer 
4307 \end_layout
4308
4309 \end_inset
4310
4311 A+B
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4321 \end_inset
4322
4323
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 </lyxtabular>
4330
4331 \end_inset
4332
4333
4334 \end_layout
4335
4336 \begin_layout Standard
4337 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4338 \series bold
4339
4340 \backslash
4341 overline
4342 \series default
4343  oder 
4344 \series bold
4345
4346 \backslash
4347 underline
4348 \series default
4349  eingibt.
4350 \end_layout
4351
4352 \begin_layout Standard
4353 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4354 \begin_inset Newline linebreak
4355 \end_inset
4356
4357
4358 \series bold
4359
4360 \backslash
4361 underline
4362 \series default
4363 .
4364 \end_layout
4365
4366 \begin_layout Standard
4367 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4368 \end_layout
4369
4370 \begin_layout Standard
4371 \begin_inset VSpace bigskip
4372 \end_inset
4373
4374 Benutzerdefinierte Linien können mit dem Befehl 
4375 \series bold
4376
4377 \backslash
4378 rule
4379 \series default
4380
4381 \begin_inset Index idx
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385 Befehle! R ! 
4386 \backslash
4387 rule
4388 \end_layout
4389
4390 \end_inset
4391
4392  erstellt werden, der folgendes Schema besitzt:
4393 \end_layout
4394
4395 \begin_layout Standard
4396
4397 \series bold
4398
4399 \backslash
4400 rule[vertikaler Versatz]{Länge}{Dicke}
4401 \end_layout
4402
4403 \begin_layout Standard
4404 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4405  unten, wenn der Wert negativ ist).
4406  Die Einheiten, die in 
4407 \begin_inset CommandInset ref
4408 LatexCommand ref
4409 reference "tab:Verfügbare-Einheiten"
4410
4411 \end_inset
4412
4413  aufgelistet sind, können für die Werte benutzt werden.
4414  Hier sind zwei Beispiele, die mit den Befehlen
4415 \begin_inset Newline newline
4416 \end_inset
4417
4418
4419 \series bold
4420
4421 \backslash
4422 rule[-2ex]{3cm}{2pt}
4423 \series default
4424  und 
4425 \series bold
4426
4427 \backslash
4428 rule{2cm}{1pt}
4429 \series default
4430  erzeugt wurden:
4431 \end_layout
4432
4433 \begin_layout Standard
4434 Dies ist ein Satz 
4435 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4436 \end_inset
4437
4438  mit zwei Linien.
4439 \end_layout
4440
4441 \begin_layout Standard
4442
4443 \series bold
4444
4445 \backslash
4446 rule
4447 \series default
4448  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4449 \family sans
4450 Einfügen\SpecialChar \menuseparator
4451 Formatierung\SpecialChar \menuseparator
4452 Horizontale
4453 \begin_inset space ~
4454 \end_inset
4455
4456 Line
4457 \family default
4458  eingefügt wird:
4459 \end_layout
4460
4461 \begin_layout Standard
4462 Dies ist ein Satz 
4463 \begin_inset CommandInset line
4464 LatexCommand rule
4465 offset "0.5ex"
4466 width "3cm"
4467 height "1pt"
4468
4469 \end_inset
4470
4471  mit einer Linie.
4472 \end_layout
4473
4474 \begin_layout Subsection
4475 Fortsetzungspunkte
4476 \begin_inset CommandInset label
4477 LatexCommand label
4478 name "sub:Fortsetzungspunkte"
4479
4480 \end_inset
4481
4482
4483 \begin_inset Index idx
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487 Fortsetzungspunkte
4488 \end_layout
4489
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \begin_layout Standard
4496 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4497 \begin_inset Foot
4498 status collapsed
4499
4500 \begin_layout Plain Layout
4501 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4502 \begin_inset Graphics
4503         filename ../../images/math/ldots.png
4504         scale 85
4505
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512
4513  Für Aufzählungen verwendet man unten sitzende Punkte (
4514 \series bold
4515
4516 \backslash
4517 ldots
4518 \series default
4519
4520 \begin_inset Index idx
4521 status collapsed
4522
4523 \begin_layout Plain Layout
4524 Befehle ! L ! 
4525 \backslash
4526 ldots
4527 \end_layout
4528
4529 \end_inset
4530
4531 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4532  die Operatoren sind (
4533 \series bold
4534
4535 \backslash
4536 cdots
4537 \series default
4538
4539 \begin_inset Index idx
4540 status collapsed
4541
4542 \begin_layout Plain Layout
4543 Befehle ! C ! 
4544 \backslash
4545 cdots
4546 \end_layout
4547
4548 \end_inset
4549
4550 ).
4551  Verwendet man den Befehl 
4552 \series bold
4553
4554 \backslash
4555 dots
4556 \series default
4557
4558 \begin_inset Index idx
4559 status collapsed
4560
4561 \begin_layout Plain Layout
4562 Befehle ! D ! 
4563 \backslash
4564 dots
4565 \end_layout
4566
4567 \end_inset
4568
4569 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4570  wird.
4571 \end_layout
4572
4573 \begin_layout Standard
4574 \align center
4575 \begin_inset Tabular
4576 <lyxtabular version="3" rows="9" columns="2">
4577 <features tabularvalignment="middle">
4578 <column alignment="center" valignment="top" width="0pt">
4579 <column alignment="center" valignment="top" width="0pt">
4580 <row>
4581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 Befehl
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 Ergebnis
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 A_1
4606 \begin_inset ERT
4607 status collapsed
4608
4609 \begin_layout Plain Layout
4610
4611
4612 \backslash
4613 leer 
4614 \end_layout
4615
4616 \end_inset
4617
4618 ,
4619 \backslash
4620 dots
4621 \begin_inset ERT
4622 status collapsed
4623
4624 \begin_layout Plain Layout
4625
4626
4627 \backslash
4628 leer 
4629 \end_layout
4630
4631 \end_inset
4632
4633 ,A_n
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 \begin_inset Formula $A_{1},\dots,A_{n}$
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 A_1
4657 \begin_inset ERT
4658 status collapsed
4659
4660 \begin_layout Plain Layout
4661
4662
4663 \backslash
4664 leer 
4665 \end_layout
4666
4667 \end_inset
4668
4669 +
4670 \backslash
4671 dots
4672 \begin_inset ERT
4673 status collapsed
4674
4675 \begin_layout Plain Layout
4676
4677
4678 \backslash
4679 leer 
4680 \end_layout
4681
4682 \end_inset
4683
4684 +A_n
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 \begin_inset Formula $A_{1}+\dots+A_{n}$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 </row>
4702 <row>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 A_1
4708 \begin_inset ERT
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712
4713
4714 \backslash
4715 leer 
4716 \end_layout
4717
4718 \end_inset
4719
4720 ,
4721 \backslash
4722 ldots
4723 \begin_inset ERT
4724 status collapsed
4725
4726 \begin_layout Plain Layout
4727
4728
4729 \backslash
4730 leer 
4731 \end_layout
4732
4733 \end_inset
4734
4735 ,A_n
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 \begin_inset Formula $A_{1},\ldots,A_{n}$
4745 \end_inset
4746
4747
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 A_1
4759 \begin_inset ERT
4760 status collapsed
4761
4762 \begin_layout Plain Layout
4763
4764
4765 \backslash
4766 leer 
4767 \end_layout
4768
4769 \end_inset
4770
4771 +
4772 \backslash
4773 cdots
4774 \begin_inset ERT
4775 status collapsed
4776
4777 \begin_layout Plain Layout
4778
4779
4780 \backslash
4781 leer 
4782 \end_layout
4783
4784 \end_inset
4785
4786 +A_n
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4796 \end_inset
4797
4798
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 <row>
4805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809
4810 \backslash
4811 vdots
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 \begin_inset Formula $\vdots$
4821 \end_inset
4822
4823
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \backslash
4836 ddots
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 \begin_inset Formula $\ddots$
4846 \end_inset
4847
4848
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \backslash
4861 iddots
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 \begin_inset Formula $\iddots$
4871 \end_inset
4872
4873
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 3
4885 \series bold
4886 ×
4887 \series default
4888 3
4889 \begin_inset space \thinspace{}
4890 \end_inset
4891
4892 Matrix mit obigen Befehlen
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 \begin_inset Formula $\begin{array}{ccc}
4902 A_{11} & \cdots & A_{1m}\\
4903 \vdots & \ddots & \vdots\\
4904 A_{n1} & \cdots & A_{nm}
4905 \end{array}$
4906 \end_inset
4907
4908
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 </lyxtabular>
4915
4916 \end_inset
4917
4918
4919 \end_layout
4920
4921 \begin_layout Standard
4922 Die im Menü 
4923 \family sans
4924 Einfügen\SpecialChar \menuseparator
4925 Sonderzeichen
4926 \family default
4927  verfügbaren Fortsetzungspunkte sind 
4928 \series bold
4929
4930 \backslash
4931 ldots
4932 \series default
4933 .
4934 \end_layout
4935
4936 \begin_layout Standard
4937 \begin_inset VSpace medskip
4938 \end_inset
4939
4940 Um 
4941 \series bold
4942
4943 \backslash
4944 iddots
4945 \series default
4946  nutzen zu können, muss eine der Optionen 
4947 \family sans
4948 Mathdots Paket (automatisch) verwenden 
4949 \family default
4950 in den Dokumenteinstellungen unter 
4951 \family sans
4952 Mathe-Optionen
4953 \family default
4954  gewählt sein.
4955 \begin_inset Newline newline
4956 \end_inset
4957
4958 Die Option 
4959 \family sans
4960 Mathdots Paket verwenden
4961 \family default
4962  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4963  Schriftstil oder die Schriftgröße nicht Standard sind.
4964 \end_layout
4965
4966 \begin_layout Standard
4967 \begin_inset VSpace medskip
4968 \end_inset
4969
4970 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4971  Spalten erstrecken.
4972  Man erhält sie mit dem Befehl 
4973 \series bold
4974
4975 \backslash
4976 hdotsfor
4977 \series default
4978
4979 \begin_inset Index idx
4980 status collapsed
4981
4982 \begin_layout Plain Layout
4983 Befehle ! H ! 
4984 \backslash
4985 hdotsfor
4986 \end_layout
4987
4988 \end_inset
4989
4990 , der folgendes Schema besitzt:
4991 \end_layout
4992
4993 \begin_layout Standard
4994
4995 \series bold
4996
4997 \backslash
4998 hdotsfor[Abstand]{Anzahl der Spalten}
4999 \end_layout
5000
5001 \begin_layout Standard
5002 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5003  sollen.
5004  Abstand ist ein Faktor, der den Punktabstand festlegt.
5005 \end_layout
5006
5007 \begin_layout Standard
5008 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5009  
5010 \series bold
5011
5012 \backslash
5013 hdotsfor[2]{4}
5014 \series default
5015  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5016  beim Befehl 
5017 \series bold
5018
5019 \backslash
5020 dots
5021 \series default
5022  zu erhalten:
5023 \begin_inset Formula 
5024 \[
5025 \left(\begin{array}{cccc}
5026 A & B & C & D\\
5027 \hdotsfor[2]{4}\\
5028 q & w & e & r
5029 \end{array}\right)
5030 \]
5031
5032 \end_inset
5033
5034 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5035  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5036 \end_layout
5037
5038 \begin_layout Standard
5039 \begin_inset VSpace bigskip
5040 \end_inset
5041
5042 Des Weiteren kann man mit dem Befehl 
5043 \series bold
5044
5045 \backslash
5046 dotfill
5047 \series default
5048
5049 \begin_inset Index idx
5050 status collapsed
5051
5052 \begin_layout Plain Layout
5053 Befehle ! D ! 
5054 \backslash
5055 dotfill
5056 \end_layout
5057
5058 \end_inset
5059
5060  den Rest einer Zeile mit Punkten füllen.
5061  Die Wirkungsweise des Befehls entspricht der von 
5062 \series bold
5063
5064 \backslash
5065 hfill
5066 \series default
5067 , siehe 
5068 \begin_inset CommandInset ref
5069 LatexCommand ref
5070 reference "sub:Variabler-Leerraum"
5071
5072 \end_inset
5073
5074 .
5075 \end_layout
5076
5077 \begin_layout Standard
5078 Z.
5079 \begin_inset space \thinspace{}
5080 \end_inset
5081
5082 B.
5083  ergibt der Befehl 
5084 \series bold
5085 A
5086 \backslash
5087 dotfill
5088 \begin_inset ERT
5089 status collapsed
5090
5091 \begin_layout Plain Layout
5092
5093
5094 \backslash
5095 leer 
5096 \end_layout
5097
5098 \end_inset
5099
5100 B
5101 \end_layout
5102
5103 \begin_layout Standard
5104 \begin_inset Formula $A\dotfill B$
5105 \end_inset
5106
5107
5108 \end_layout
5109
5110 \begin_layout Standard
5111 Analog dazu gibt es für eine Linie den Befehl 
5112 \series bold
5113
5114 \backslash
5115 hrulefill
5116 \series default
5117
5118 \begin_inset Index idx
5119 status collapsed
5120
5121 \begin_layout Plain Layout
5122 Befehle ! H ! 
5123 \backslash
5124 hrulefill
5125 \end_layout
5126
5127 \end_inset
5128
5129 :
5130 \end_layout
5131
5132 \begin_layout Standard
5133 \begin_inset Formula $A\hrulefill B$
5134 \end_inset
5135
5136
5137 \end_layout
5138
5139 \begin_layout Standard
5140 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5141  werden.
5142 \end_layout
5143
5144 \begin_layout Section
5145 Matrizen
5146 \begin_inset CommandInset label
5147 LatexCommand label
5148 name "sec:Matrizen"
5149
5150 \end_inset
5151
5152
5153 \begin_inset Index idx
5154 status collapsed
5155
5156 \begin_layout Plain Layout
5157 Matrizen
5158 \end_layout
5159
5160 \end_inset
5161
5162
5163 \end_layout
5164
5165 \begin_layout Standard
5166 Matrizen können über den Mathe-Werkzeugleistenknopf
5167 \family sans
5168  
5169 \family default
5170
5171 \begin_inset Graphics
5172         filename ../../images/dialog-show_mathmatrix.png
5173         scale 85
5174
5175 \end_inset
5176
5177  oder das Menü 
5178 \family sans
5179 Einfügen\SpecialChar \menuseparator
5180 Mathe\SpecialChar \menuseparator
5181 Matrix
5182 \family default
5183  eingefügt werden.
5184  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5185  Verzierung gefragt.
5186  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5187  von Bedeutung:
5188 \end_layout
5189
5190 \begin_layout Standard
5191 Die erste Matrix ist oben 
5192 \begin_inset Formula $\begin{array}[t]{cccc}
5193 A & D & G & J\\
5194 B & E & H & K\\
5195 C & F & I & L
5196 \end{array}$
5197 \end_inset
5198
5199 , die zweite mittig 
5200 \begin_inset Formula $\begin{array}{cccc}
5201 A & D & G & J\\
5202 B & E & H & K\\
5203 C & F & I & L
5204 \end{array}$
5205 \end_inset
5206
5207  und die dritte unten 
5208 \begin_inset Formula $\begin{array}[b]{cccc}
5209 A & D & G & J\\
5210 B & E & H & K\\
5211 C & F & I & L
5212 \end{array}$
5213 \end_inset
5214
5215  ausgerichtet.
5216 \end_layout
5217
5218 \begin_layout Standard
5219 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5220  werden sollen.
5221  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5222  
5223 \emph on
5224 l
5225 \emph default
5226  steht für linksbündig, 
5227 \emph on
5228 c
5229 \emph default
5230  für mittig und 
5231 \emph on
5232 r
5233 \emph default
5234  für rechtsbündig.
5235  Möchte man z.
5236 \begin_inset space \thinspace{}
5237 \end_inset
5238
5239 B.
5240  eine 4
5241 \series bold
5242 ×
5243 \series default
5244 4
5245 \begin_inset space ~
5246 \end_inset
5247
5248 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5249  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5250  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5251 \series bold
5252 lccr
5253 \series default
5254  an.
5255  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5256  die Voreinstellung für jede Spalte ein 
5257 \series bold
5258 c
5259 \series default
5260  ist.
5261 \end_layout
5262
5263 \begin_layout Standard
5264 Horizontale Ausrichtung:
5265 \end_layout
5266
5267 \begin_layout Standard
5268
5269 \series bold
5270 lll
5271 \series default
5272  : 
5273 \begin_inset Formula $\begin{array}{lll}
5274 10000 & D & G\\
5275 B & 10000 & H\\
5276 C & F & 10000
5277 \end{array}$
5278 \end_inset
5279
5280  , 
5281 \series bold
5282 ccc
5283 \series default
5284  : 
5285 \begin_inset Formula $\begin{array}{ccc}
5286 10000 & D & G\\
5287 B & 10000 & H\\
5288 C & F & 10000
5289 \end{array}$
5290 \end_inset
5291
5292  , 
5293 \series bold
5294 rrr
5295 \series default
5296  : 
5297 \begin_inset Formula $\begin{array}{rrr}
5298 10000 & D & G\\
5299 B & 10000 & H\\
5300 C & F & 10000
5301 \end{array}$
5302 \end_inset
5303
5304
5305 \end_layout
5306
5307 \begin_layout Standard
5308 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5309  man die Mathe-Werkzeugleistenknöpfe 
5310 \begin_inset Graphics
5311         filename ../../images/tabular-feature_append-row.png
5312         scale 85
5313
5314 \end_inset
5315
5316
5317 \begin_inset Graphics
5318         filename ../../images/tabular-feature_delete-row.png
5319         scale 85
5320
5321 \end_inset
5322
5323 , usw.
5324 \begin_inset space \space{}
5325 \end_inset
5326
5327 oder das Menü 
5328 \family sans
5329 Bearbeiten\SpecialChar \menuseparator
5330 Zeilen & Spalten
5331 \family default
5332  verwenden.
5333  Neue Zeilen können auch mit 
5334 \family sans
5335 Strg+Enter
5336 \family default
5337  erstellt werden.
5338 \end_layout
5339
5340 \begin_layout Standard
5341 \begin_inset VSpace bigskip
5342 \end_inset
5343
5344 Die 
5345 \family sans
5346 Verzierung
5347 \family default
5348  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5349  Alternativ können Klammern entweder mit den Befehlen 
5350 \series bold
5351
5352 \backslash
5353 left
5354 \series default
5355
5356 \begin_inset Index idx
5357 status collapsed
5358
5359 \begin_layout Plain Layout
5360 Befehle ! L ! 
5361 \backslash
5362 left
5363 \end_layout
5364
5365 \end_inset
5366
5367  und 
5368 \series bold
5369
5370 \backslash
5371 right
5372 \series default
5373
5374 \begin_inset Index idx
5375 status collapsed
5376
5377 \begin_layout Plain Layout
5378 Befehle ! R ! 
5379 \backslash
5380 right
5381 \end_layout
5382
5383 \end_inset
5384
5385  erstellt werden (Tastenkürzel 
5386 \family sans
5387 Alt+M
5388 \begin_inset space ~
5389 \end_inset
5390
5391 Klammer
5392 \family default
5393 ), siehe 
5394 \begin_inset CommandInset ref
5395 LatexCommand ref
5396 reference "sub:Automatische-Klammergrößen"
5397
5398 \end_inset
5399
5400 , oder man verwendet folgende Befehle:
5401 \begin_inset VSpace bigskip
5402 \end_inset
5403
5404
5405 \end_layout
5406
5407 \begin_layout Standard
5408 \begin_inset space \hfill{}
5409 \end_inset
5410
5411
5412 \begin_inset Tabular
5413 <lyxtabular version="3" rows="4" columns="2">
5414 <features tabularvalignment="middle">
5415 <column alignment="center" valignment="top" width="0">
5416 <column alignment="center" valignment="top" width="0">
5417 <row>
5418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 Befehl
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 Ergebnis
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \backslash
5444 bmatrix
5445 \begin_inset ERT
5446 status collapsed
5447
5448 \begin_layout Plain Layout
5449
5450
5451 \backslash
5452 leer 
5453 \end_layout
5454
5455 \end_inset
5456
5457 2
5458 \series bold
5459 ×
5460 \series default
5461 2
5462 \begin_inset space \thinspace{}
5463 \end_inset
5464
5465 Matrix
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5475 0 & \textrm{-}\mathrm{i}\\
5476 \mathrm{i} & 0
5477 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5478 \end_inset
5479
5480
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 </row>
5486 <row>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491
5492 \backslash
5493 Bmatrix
5494 \begin_inset ERT
5495 status collapsed
5496
5497 \begin_layout Plain Layout
5498
5499
5500 \backslash
5501 leer 
5502 \end_layout
5503
5504 \end_inset
5505
5506 2
5507 \series bold
5508 ×
5509 \series default
5510 2
5511 \begin_inset space \thinspace{}
5512 \end_inset
5513
5514 Matrix
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5524 0 & \textrm{-}\mathrm{i}\\
5525 \mathrm{i} & 0
5526 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5527 \end_inset
5528
5529
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 </row>
5535 <row>
5536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540
5541 \backslash
5542 pmatrix
5543 \begin_inset ERT
5544 status collapsed
5545
5546 \begin_layout Plain Layout
5547
5548
5549 \backslash
5550 leer 
5551 \end_layout
5552
5553 \end_inset
5554
5555 2
5556 \series bold
5557 ×
5558 \series default
5559 2
5560 \begin_inset space \thinspace{}
5561 \end_inset
5562
5563 Matrix
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5573 0 & \textrm{-}\mathrm{i}\\
5574 \mathrm{i} & 0
5575 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5576 \end_inset
5577
5578
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 </row>
5584 </lyxtabular>
5585
5586 \end_inset
5587
5588
5589 \begin_inset space \hfill{}
5590 \end_inset
5591
5592
5593 \begin_inset Tabular
5594 <lyxtabular version="3" rows="4" columns="2">
5595 <features tabularvalignment="middle">
5596 <column alignment="center" valignment="top" width="0">
5597 <column alignment="center" valignment="top" width="0">
5598 <row>
5599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 Befehl
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 Ergebnis
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 </row>
5618 <row>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623
5624 \backslash
5625 vmatrix
5626 \begin_inset ERT
5627 status collapsed
5628
5629 \begin_layout Plain Layout
5630
5631
5632 \backslash
5633 leer 
5634 \end_layout
5635
5636 \end_inset
5637
5638 2
5639 \series bold
5640 ×
5641 \series default
5642 2
5643 \begin_inset space \thinspace{}
5644 \end_inset
5645
5646 Matrix
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5656 0 & \textrm{-}\mathrm{i}\\
5657 \mathrm{i} & 0
5658 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 </row>
5667 <row>
5668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672
5673 \backslash
5674 Vmatrix
5675 \begin_inset ERT
5676 status collapsed
5677
5678 \begin_layout Plain Layout
5679
5680
5681 \backslash
5682 leer 
5683 \end_layout
5684
5685 \end_inset
5686
5687 2
5688 \series bold
5689 ×
5690 \series default
5691 2
5692 \begin_inset space \thinspace{}
5693 \end_inset
5694
5695 Matrix
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5705 0 & \textrm{-}\mathrm{i}\\
5706 \mathrm{i} & 0
5707 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 </row>
5716 <row>
5717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5718 \begin_inset Text
5719
5720 \begin_layout Plain Layout
5721
5722 \backslash
5723 matrix
5724 \begin_inset ERT
5725 status collapsed
5726
5727 \begin_layout Plain Layout
5728
5729
5730 \backslash
5731 leer 
5732 \end_layout
5733
5734 \end_inset
5735
5736 2
5737 \series bold
5738 ×
5739 \series default
5740 2
5741 \begin_inset space \thinspace{}
5742 \end_inset
5743
5744 Matrix
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5754 0 & \textrm{-}\mathrm{i}\\
5755 \mathrm{i} & 0
5756 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 </row>
5765 </lyxtabular>
5766
5767 \end_inset
5768
5769
5770 \begin_inset space \hfill{}
5771 \end_inset
5772
5773
5774 \end_layout
5775
5776 \begin_layout Standard
5777 \begin_inset VSpace medskip
5778 \end_inset
5779
5780 Wurde z.
5781 \begin_inset space \thinspace{}
5782 \end_inset
5783
5784 B.
5785  
5786 \series bold
5787
5788 \backslash
5789 vmatrix
5790 \series default
5791  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5792  in das die Matrix eingefügt wird.
5793 \begin_inset Newline newline
5794 \end_inset
5795
5796 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5797 \end_layout
5798
5799 \begin_layout Standard
5800 \begin_inset Note Greyedout
5801 status open
5802
5803 \begin_layout Plain Layout
5804
5805 \series bold
5806 Achtung:
5807 \series default
5808  LaTeX limitiert die Anzahl der Matrizenspalten auf 10.
5809  Wenn man mehr als 10
5810 \begin_inset space ~
5811 \end_inset
5812
5813 Spalten benötigt, muss folgende Zeile in die Dokument-Präambel eingefügt
5814  werden:
5815 \end_layout
5816
5817 \begin_layout Plain Layout
5818
5819 \series bold
5820
5821 \backslash
5822 setcounter{MaxMatrixCols}{Anzahl}
5823 \end_layout
5824
5825 \begin_layout Plain Layout
5826 wobei 
5827 \emph on
5828 Anzahl
5829 \emph default
5830  die Anzahl der Spalten zwischen 11 und 99 ist.
5831 \end_layout
5832
5833 \end_inset
5834
5835
5836 \end_layout
5837
5838 \begin_layout Standard
5839 \begin_inset VSpace bigskip
5840 \end_inset
5841
5842 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5843 \begin_inset CommandInset ref
5844 LatexCommand ref
5845 reference "sub:Spaltenabstand"
5846
5847 \end_inset
5848
5849  beschriebene Länge 
5850 \series bold
5851
5852 \backslash
5853 arraycolsep
5854 \series default
5855
5856 \begin_inset Index idx
5857 status collapsed
5858
5859 \begin_layout Plain Layout
5860 Befehle ! A ! 
5861 \backslash
5862 arraycolsep
5863 \end_layout
5864
5865 \end_inset
5866
5867  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5868 \end_layout
5869
5870 \begin_layout Standard
5871 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5872 \series bold
5873
5874 \backslash
5875 arraystretch
5876 \series default
5877
5878 \begin_inset Index idx
5879 status collapsed
5880
5881 \begin_layout Plain Layout
5882 Befehle ! A ! 
5883 \backslash
5884 arraystretch
5885 \end_layout
5886
5887 \end_inset
5888
5889 .
5890  Dieser wird folgendermaßen benutzt:
5891 \end_layout
5892
5893 \begin_layout Standard
5894
5895 \series bold
5896
5897 \backslash
5898 renewcommand{
5899 \backslash
5900 arraystretch}{Dehnungsfaktor}
5901 \begin_inset Index idx
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905 Befehle ! R ! 
5906 \backslash
5907 renewcommand
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \begin_layout Standard
5916 Der Befehl 
5917 \series bold
5918
5919 \backslash
5920 renewcommand
5921 \series default
5922  weist dabei dem vordefinierten Befehl 
5923 \series bold
5924
5925 \backslash
5926 arraystretch
5927 \series default
5928  den Dehnungsfaktor zu.
5929  Möchte man z.
5930 \begin_inset space \thinspace{}
5931 \end_inset
5932
5933 B.
5934  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5935  Dieser wird dann für alle folgenden Matrizen verwendet.
5936  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5937 \series bold
5938
5939 \backslash
5940 arraystretch
5941 \series default
5942  den Faktor 1 zu.
5943 \end_layout
5944
5945 \begin_layout Standard
5946 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5947 \series bold
5948
5949 \backslash
5950 smallmatrix
5951 \series default
5952
5953 \begin_inset Index idx
5954 status collapsed
5955
5956 \begin_layout Plain Layout
5957 Befehle ! S ! 
5958 \backslash
5959 smallmatrix
5960 \end_layout
5961
5962 \end_inset
5963
5964 .
5965  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5966  gestrichelten Linien.
5967  In dieses Kästchen wird die Matrix eingegeben.
5968  Man verwendet stattdessen das Menü 
5969 \family sans
5970 Bearbeiten\SpecialChar \menuseparator
5971 Zeilen
5972 \begin_inset space ~
5973 \end_inset
5974
5975 &
5976 \begin_inset space ~
5977 \end_inset
5978
5979 Spalten
5980 \family default
5981  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5982  Neue Zeilen können auch mit 
5983 \family sans
5984 Strg+Enter
5985 \family default
5986  erstellt werden.
5987 \end_layout
5988
5989 \begin_layout Standard
5990 Dies ist eine Matrix 
5991 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5992 C & D
5993 \end{smallmatrix}\right)$
5994 \end_inset
5995
5996  in einer Textzeile.
5997 \end_layout
5998
5999 \begin_layout Section
6000 Klammern und Begrenzungszeichen
6001 \begin_inset Index idx
6002 status collapsed
6003
6004 \begin_layout Plain Layout
6005 Klammern
6006 \end_layout
6007
6008 \end_inset
6009
6010
6011 \begin_inset Index idx
6012 status collapsed
6013
6014 \begin_layout Plain Layout
6015 Begrenzungszeichen
6016 \end_layout
6017
6018 \end_inset
6019
6020
6021 \end_layout
6022
6023 \begin_layout Subsection
6024 Vertikale Klammern und Begrenzungszeichen
6025 \begin_inset Index idx
6026 status collapsed
6027
6028 \begin_layout Plain Layout
6029 Klammern ! vertikale
6030 \end_layout
6031
6032 \end_inset
6033
6034
6035 \end_layout
6036
6037 \begin_layout Standard
6038 \begin_inset space \hfill{}
6039 \end_inset
6040
6041
6042 \begin_inset Tabular
6043 <lyxtabular version="3" rows="9" columns="2">
6044 <features tabularvalignment="middle">
6045 <column alignment="center" valignment="top" width="0pt">
6046 <column alignment="center" valignment="top" width="0pt">
6047 <row>
6048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 Befehl
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 Ergebnis
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 (
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $($
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 {
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 \begin_inset Formula $\{$
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 </row>
6113 <row>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 [
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 \begin_inset Formula $[$
6128 \end_inset
6129
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141
6142 \backslash
6143 langle
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 \begin_inset Formula $\langle$
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 <row>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166
6167 \backslash
6168 lceil
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Formula $\lceil$
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 <row>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \backslash
6193 lfloor
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 \begin_inset Formula $\lfloor$
6203 \end_inset
6204
6205
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 </row>
6211 <row>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 /
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 \begin_inset Formula $/$
6226 \end_inset
6227
6228
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 </row>
6234 <row>
6235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 |
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 \begin_inset Formula $|$
6249 \end_inset
6250
6251
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 </lyxtabular>
6258
6259 \end_inset
6260
6261
6262 \begin_inset space \hfill{}
6263 \end_inset
6264
6265
6266 \begin_inset Tabular
6267 <lyxtabular version="3" rows="9" columns="2">
6268 <features tabularvalignment="middle">
6269 <column alignment="center" valignment="top" width="0pt">
6270 <column alignment="center" valignment="top" width="0pt">
6271 <row>
6272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 Befehl
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 Ergebnis
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 <row>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 )
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 \begin_inset Formula $)$
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 </row>
6314 <row>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 }
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 \begin_inset Formula $\}$
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 ]
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 \begin_inset Formula $]$
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 </row>
6360 <row>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365
6366 \backslash
6367 rangle
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 \begin_inset Formula $\rangle$
6377 \end_inset
6378
6379
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 </row>
6385 <row>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \backslash
6392 rceil
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 \begin_inset Formula $\rceil$
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 </row>
6410 <row>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415
6416 \backslash
6417 rfloor
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 \begin_inset Formula $\rfloor$
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 </row>
6435 <row>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440
6441 \backslash
6442
6443 \backslash
6444
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 \begin_inset Formula $\backslash$
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 <row>
6463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467
6468 \backslash
6469 |
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 \begin_inset Formula $\|$
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 </row>
6487 </lyxtabular>
6488
6489 \end_inset
6490
6491
6492 \begin_inset space \hfill{}
6493 \end_inset
6494
6495
6496 \end_layout
6497
6498 \begin_layout Standard
6499
6500 \series medium
6501 \begin_inset Note Greyedout
6502 status open
6503
6504 \begin_layout Plain Layout
6505
6506 \series bold
6507 Achtung:
6508 \series default
6509  Im TeX-Modus muss für den Backslash der Befehl 
6510 \series bold
6511
6512 \backslash
6513 textbackslash
6514 \series default
6515
6516 \begin_inset Index idx
6517 status collapsed
6518
6519 \begin_layout Plain Layout
6520 Befehle ! T ! 
6521 \backslash
6522 textbackslash
6523 \end_layout
6524
6525 \end_inset
6526
6527  verwendet werden, denn der Befehl 
6528 \series bold
6529
6530 \backslash
6531
6532 \backslash
6533
6534 \series default
6535  steht dort für einen Zeilenumbruch.
6536 \end_layout
6537
6538 \end_inset
6539
6540
6541 \end_layout
6542
6543 \begin_layout Standard
6544 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6545  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6546  Dabei können dann statt den Befehlen 
6547 \series bold
6548
6549 \backslash
6550 langle
6551 \series default
6552  und 
6553 \series bold
6554
6555 \backslash
6556 rangle
6557 \series default
6558  direkt die Zeichen < und > verwendet werden.
6559 \end_layout
6560
6561 \begin_layout Subsubsection
6562 Manuelle Klammergrößen
6563 \begin_inset CommandInset label
6564 LatexCommand label
6565 name "sub:Manuelle-Klammergrößen"
6566
6567 \end_inset
6568
6569
6570 \begin_inset Index idx
6571 status collapsed
6572
6573 \begin_layout Plain Layout
6574 Klammergrößen ! manuelle
6575 \end_layout
6576
6577 \end_inset
6578
6579
6580 \end_layout
6581
6582 \begin_layout Standard
6583 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6584  LaTeX-Befehle 
6585 \series bold
6586
6587 \backslash
6588 big
6589 \series default
6590
6591 \begin_inset Index idx
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595 Befehle ! B ! 
6596 \backslash
6597 big
6598 \end_layout
6599
6600 \end_inset
6601
6602
6603 \series bold
6604
6605 \backslash
6606 Big
6607 \series default
6608
6609 \series bold
6610
6611 \backslash
6612 bigg
6613 \series default
6614  und 
6615 \series bold
6616
6617 \backslash
6618 Bigg
6619 \series default
6620  tun.
6621  
6622 \series bold
6623
6624 \backslash
6625 big
6626 \series default
6627  steht hierbei für die kleinste und 
6628 \series bold
6629
6630 \backslash
6631 Bigg
6632 \series default
6633  für die größte Klammergröße.
6634 \end_layout
6635
6636 \begin_layout Standard
6637 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6638 \end_layout
6639
6640 \begin_layout Standard
6641 \align center
6642 \begin_inset Tabular
6643 <lyxtabular version="3" rows="2" columns="2">
6644 <features tabularvalignment="middle">
6645 <column alignment="center" valignment="top" width="0pt">
6646 <column alignment="center" valignment="top" width="0pt">
6647 <row>
6648 <cell alignment="center" valignment="top" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 einheitliche Klammergröße:
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6662 \end_inset
6663
6664
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 </row>
6670 <row>
6671 <cell alignment="center" valignment="top" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 besser sieht das so aus:
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6685 \end_inset
6686
6687
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 </row>
6693 </lyxtabular>
6694
6695 \end_inset
6696
6697
6698 \begin_inset Note Note
6699 status collapsed
6700
6701 \begin_layout Plain Layout
6702
6703 \series bold
6704
6705 \backslash
6706 raisebox
6707 \series default
6708  dient nur
6709 \end_layout
6710
6711 \begin_layout Plain Layout
6712 als Abstandhalter.
6713 \end_layout
6714
6715 \end_inset
6716
6717
6718 \end_layout
6719
6720 \begin_layout Standard
6721 Für die zweite Formel wurde der Befehl 
6722 \series bold
6723
6724 \backslash
6725 Big((A+B)(A-B)
6726 \backslash
6727 Big)^
6728 \begin_inset ERT
6729 status collapsed
6730
6731 \begin_layout Plain Layout
6732
6733
6734 \backslash
6735 leer 
6736 \end_layout
6737
6738 \end_inset
6739
6740 C
6741 \series default
6742  verwendet.
6743 \end_layout
6744
6745 \begin_layout Standard
6746 Hier alle Klammergrößen in der Übersicht:
6747 \end_layout
6748
6749 \begin_layout Standard
6750 \align center
6751
6752 \backslash
6753 Bigg(
6754 \backslash
6755 exp
6756 \backslash
6757 bigg<
6758 \backslash
6759 Big[
6760 \backslash
6761 big{
6762 \backslash
6763 ln(3x)
6764 \backslash
6765 big}^2
6766 \begin_inset ERT
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770
6771
6772 \backslash
6773 leer 
6774 \end_layout
6775
6776 \end_inset
6777
6778
6779 \backslash
6780 sin(x)
6781 \backslash
6782 Big]^
6783 \begin_inset ERT
6784 status collapsed
6785
6786 \begin_layout Plain Layout
6787
6788
6789 \backslash
6790 leer 
6791 \end_layout
6792
6793 \end_inset
6794
6795 A
6796 \begin_inset ERT
6797 status collapsed
6798
6799 \begin_layout Plain Layout
6800
6801
6802 \backslash
6803 leer 
6804 \end_layout
6805
6806 \end_inset
6807
6808
6809 \backslash
6810 bigg>
6811 \backslash
6812 Bigg)^0,5
6813 \end_layout
6814
6815 \begin_layout Standard
6816 \align center
6817 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6818 \end_inset
6819
6820
6821 \end_layout
6822
6823 \begin_layout Standard
6824 Es gibt außer den 
6825 \series bold
6826
6827 \backslash
6828 big
6829 \series default
6830 -Befehlen noch die Variante 
6831 \series bold
6832
6833 \backslash
6834 bigm
6835 \series default
6836
6837 \begin_inset Index idx
6838 status collapsed
6839
6840 \begin_layout Plain Layout
6841 Befehle ! B ! 
6842 \backslash
6843 bigm
6844 \end_layout
6845
6846 \end_inset
6847
6848 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6849  die Variante 
6850 \series bold
6851
6852 \backslash
6853 bigl
6854 \series default
6855 -
6856 \series bold
6857
6858 \backslash
6859 bigr
6860 \series default
6861
6862 \begin_inset Index idx
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 Befehle ! B ! 
6867 \backslash
6868 bigl - 
6869 \backslash
6870 bigr
6871 \end_layout
6872
6873 \end_inset
6874
6875 , die keinen zusätzlichen Leerraum erzeugt.
6876  Das 
6877 \emph on
6878 l
6879 \emph default
6880  am Ende des Befehls 
6881 \series bold
6882
6883 \backslash
6884 bigl
6885 \series default
6886  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6887  ein 
6888 \emph on
6889 r
6890 \emph default
6891  ersetzt.
6892  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6893  sein.
6894 \end_layout
6895
6896 \begin_layout Standard
6897 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6898 \end_layout
6899
6900 \begin_layout Standard
6901 \align center
6902 \begin_inset Tabular
6903 <lyxtabular version="3" rows="5" columns="2">
6904 <features tabularvalignment="middle">
6905 <column alignment="center" valignment="middle" width="0">
6906 <column alignment="center" valignment="middle" width="0">
6907 <row>
6908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 Befehl
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 Ergebnis
6922 \begin_inset Note Note
6923 status collapsed
6924
6925 \begin_layout Plain Layout
6926
6927 \series bold
6928
6929 \backslash
6930 raisebox
6931 \series default
6932  dient nur als Abstandhalter.
6933 \end_layout
6934
6935 \end_inset
6936
6937
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948
6949 \backslash
6950 Bigm(
6951 \backslash
6952 bigm(
6953 \backslash
6954 ln(3x)
6955 \backslash
6956 bigm)^2
6957 \begin_inset ERT
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961
6962
6963 \backslash
6964 leer 
6965 \end_layout
6966
6967 \end_inset
6968
6969
6970 \backslash
6971 Bigm)
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6981 \end_inset
6982
6983
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 </row>
6989 <row>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994
6995 \backslash
6996 Big(
6997 \backslash
6998 big(
6999 \backslash
7000 ln(3x)
7001 \backslash
7002 big)^2
7003 \begin_inset ERT
7004 status collapsed
7005
7006 \begin_layout Plain Layout
7007
7008
7009 \backslash
7010 leer 
7011 \end_layout
7012
7013 \end_inset
7014
7015
7016 \backslash
7017 Big)
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7027 \end_inset
7028
7029
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 </row>
7035 <row>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040
7041 \backslash
7042 Bigl(
7043 \backslash
7044 bigl(
7045 \backslash
7046 ln(3x)
7047 \backslash
7048 bigr)^2
7049 \begin_inset ERT
7050 status collapsed
7051
7052 \begin_layout Plain Layout
7053
7054
7055 \backslash
7056 leer 
7057 \end_layout
7058
7059 \end_inset
7060
7061
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{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7073 \end_inset
7074
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 <row>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086
7087 \backslash
7088 bigl)
7089 \backslash
7090 ln(3x)
7091 \backslash
7092 bigr(
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7102 \end_inset
7103
7104
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 </row>
7110 </lyxtabular>
7111
7112 \end_inset
7113
7114
7115 \end_layout
7116
7117 \begin_layout Subsubsection
7118 Automatische Klammergrößen
7119 \begin_inset CommandInset label
7120 LatexCommand label
7121 name "sub:Automatische-Klammergrößen"
7122
7123 \end_inset
7124
7125
7126 \begin_inset Index idx
7127 status collapsed
7128
7129 \begin_layout Plain Layout
7130 Klammergrößen ! automatische
7131 \end_layout
7132
7133 \end_inset
7134
7135
7136 \end_layout
7137
7138 \begin_layout Standard
7139 Klammern variabler Größe können mit den Befehlen 
7140 \series bold
7141
7142 \backslash
7143 left
7144 \series default
7145
7146 \begin_inset Index idx
7147 status collapsed
7148
7149 \begin_layout Plain Layout
7150 Befehle ! L ! 
7151 \backslash
7152 left
7153 \end_layout
7154
7155 \end_inset
7156
7157  und 
7158 \series bold
7159
7160 \backslash
7161 right
7162 \series default
7163
7164 \begin_inset Index idx
7165 status collapsed
7166
7167 \begin_layout Plain Layout
7168 Befehle ! R ! 
7169 \backslash
7170 right
7171 \end_layout
7172
7173 \end_inset
7174
7175  oder über den Mathe-Werkzeugleistenknopf
7176 \family sans
7177  
7178 \family default
7179
7180 \begin_inset Graphics
7181         filename ../../images/dialog-show_mathdelimiter.png
7182         scale 85
7183
7184 \end_inset
7185
7186  eingefügt werden.
7187  Auf 
7188 \series bold
7189
7190 \backslash
7191 left
7192 \series default
7193  und 
7194 \series bold
7195
7196 \backslash
7197 right
7198 \series default
7199  muss unmittelbar die gewünschte Klammer folgen.
7200  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7201 \end_layout
7202
7203 \begin_layout Standard
7204 \align center
7205 normale Klammer: Der Befehl 
7206 \series bold
7207
7208 \backslash
7209 ln(
7210 \backslash
7211 frac
7212 \begin_inset ERT
7213 status collapsed
7214
7215 \begin_layout Plain Layout
7216
7217
7218 \backslash
7219 leer 
7220 \end_layout
7221
7222 \end_inset
7223
7224 A
7225 \begin_inset Formula $\downarrow$
7226 \end_inset
7227
7228 C
7229 \begin_inset ERT
7230 status collapsed
7231
7232 \begin_layout Plain Layout
7233
7234
7235 \backslash
7236 leer 
7237 \end_layout
7238
7239 \end_inset
7240
7241 )
7242 \series default
7243  ergibt
7244 \begin_inset Formula 
7245 \[
7246 \ln(\frac{A}{C})
7247 \]
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \begin_layout Standard
7255 \align center
7256 mehrzeilige Klammer: Der Befehl 
7257 \series bold
7258
7259 \backslash
7260 ln
7261 \backslash
7262 left(
7263 \backslash
7264 frac
7265 \begin_inset ERT
7266 status collapsed
7267
7268 \begin_layout Plain Layout
7269
7270
7271 \backslash
7272 leer 
7273 \end_layout
7274
7275 \end_inset
7276
7277 A
7278 \begin_inset Formula $\downarrow$
7279 \end_inset
7280
7281 C
7282 \begin_inset ERT
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286
7287
7288 \backslash
7289 leer 
7290 \end_layout
7291
7292 \end_inset
7293
7294
7295 \backslash
7296 right)
7297 \series default
7298  ergibt
7299 \begin_inset Formula 
7300 \[
7301 \ln\left(\frac{A}{C}\right)
7302 \]
7303
7304 \end_inset
7305
7306
7307 \end_layout
7308
7309 \begin_layout Standard
7310 An Stelle von 
7311 \series bold
7312
7313 \backslash
7314 left
7315 \series default
7316  und 
7317 \series bold
7318
7319 \backslash
7320 right
7321 \series default
7322  kann man die Tastenkürzel 
7323 \family sans
7324 Alt+M
7325 \begin_inset space ~
7326 \end_inset
7327
7328 Klammer
7329 \family default
7330  verwenden.
7331  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7332  und dass die rechte Klammer gleich mit erstellt wird.
7333 \begin_inset Newline newline
7334 \end_inset
7335
7336 Der Befehl für das letzte Beispiel würde dann lauten: 
7337 \series bold
7338
7339 \backslash
7340 ln Alt+M
7341 \series default
7342  
7343 \series bold
7344 (
7345 \backslash
7346 frac
7347 \begin_inset ERT
7348 status collapsed
7349
7350 \begin_layout Plain Layout
7351
7352
7353 \backslash
7354 leer 
7355 \end_layout
7356
7357 \end_inset
7358
7359 A
7360 \begin_inset Formula $\downarrow$
7361 \end_inset
7362
7363 C
7364 \end_layout
7365
7366 \begin_layout Standard
7367 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7368  Klammer einen Punkt.
7369  So ergibt z.
7370 \begin_inset space \thinspace{}
7371 \end_inset
7372
7373 B.
7374  der Befehl 
7375 \series bold
7376
7377 \backslash
7378 left.
7379 \backslash
7380 frac
7381 \begin_inset ERT
7382 status collapsed
7383
7384 \begin_layout Plain Layout
7385
7386
7387 \backslash
7388 leer 
7389 \end_layout
7390
7391 \end_inset
7392
7393 A
7394 \begin_inset Formula $\downarrow$
7395 \end_inset
7396
7397 B
7398 \begin_inset ERT
7399 status collapsed
7400
7401 \begin_layout Plain Layout
7402
7403
7404 \backslash
7405 leer 
7406 \end_layout
7407
7408 \end_inset
7409
7410
7411 \backslash
7412 right}
7413 \series default
7414
7415 \begin_inset space \thinspace{}
7416 \end_inset
7417
7418 :
7419 \series bold
7420
7421 \begin_inset Formula 
7422 \[
7423 \left.\frac{A}{B}\right\} 
7424 \]
7425
7426 \end_inset
7427
7428
7429 \series default
7430 Die Befehle 
7431 \series bold
7432
7433 \backslash
7434 left
7435 \series default
7436  und 
7437 \series bold
7438
7439 \backslash
7440 right
7441 \series default
7442  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7443  umgewandelt.
7444  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7445 \end_layout
7446
7447 \begin_layout Standard
7448 \begin_inset VSpace bigskip
7449 \end_inset
7450
7451 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7452  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7453  Befehl 
7454 \series bold
7455
7456 \backslash
7457 middle
7458 \series default
7459
7460 \begin_inset Index idx
7461 status collapsed
7462
7463 \begin_layout Plain Layout
7464 Befehle ! M ! 
7465 \backslash
7466 middle
7467 \end_layout
7468
7469 \end_inset
7470
7471  zur Verfügung.
7472  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7473  angepasst, was z.
7474 \begin_inset space \thinspace{}
7475 \end_inset
7476
7477 B.
7478  für physikalische Vektoren von Nutzen ist:
7479 \begin_inset Formula 
7480 \[
7481 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7482 \]
7483
7484 \end_inset
7485
7486 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7487 \begin_inset CommandInset ref
7488 LatexCommand ref
7489 reference "sub:Physikalische-Vektoren"
7490
7491 \end_inset
7492
7493  beschrieben ist.
7494 \end_layout
7495
7496 \begin_layout Subsection
7497 Horizontale Klammern
7498 \begin_inset Index idx
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502 Klammern ! horizontale
7503 \end_layout
7504
7505 \end_inset
7506
7507
7508 \end_layout
7509
7510 \begin_layout Standard
7511 \align center
7512 \begin_inset Tabular
7513 <lyxtabular version="3" rows="4" columns="2">
7514 <features tabularvalignment="middle">
7515 <column alignment="center" valignment="top" width="0pt">
7516 <column alignment="center" valignment="top" width="0pt">
7517 <row>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 Befehl
7523 \begin_inset Note Note
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528 \series bold
7529
7530 \backslash
7531 raisebox
7532 \series default
7533  dient nur als Abstandhalter.
7534 \end_layout
7535
7536 \end_inset
7537
7538
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Ergebnis
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 \begin_inset ERT
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562
7563
7564 \backslash
7565 raisebox{2.3mm}{
7566 \end_layout
7567
7568 \end_inset
7569
7570
7571 \backslash
7572 overbrace
7573 \begin_inset ERT
7574 status collapsed
7575
7576 \begin_layout Plain Layout
7577
7578
7579 \backslash
7580 leer 
7581 \end_layout
7582
7583 \end_inset
7584
7585 A+B
7586 \begin_inset ERT
7587 status collapsed
7588
7589 \begin_layout Plain Layout
7590
7591
7592 \backslash
7593 leer 
7594 \end_layout
7595
7596 \end_inset
7597
7598 ^
7599 \begin_inset ERT
7600 status collapsed
7601
7602 \begin_layout Plain Layout
7603
7604
7605 \backslash
7606 leer 
7607 \end_layout
7608
7609 \end_inset
7610
7611 3
7612 \begin_inset ERT
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616
7617 }
7618 \end_layout
7619
7620 \end_inset
7621
7622
7623 \begin_inset Index idx
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627 Befehle ! O ! 
7628 \backslash
7629 overbrace
7630 \end_layout
7631
7632 \end_inset
7633
7634
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 \begin_inset Formula $\overbrace{A+B}^{3}$
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 </row>
7652 <row>
7653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662
7663 \backslash
7664 raisebox{-2.2mm}{
7665 \end_layout
7666
7667 \end_inset
7668
7669
7670 \backslash
7671 underbrace
7672 \begin_inset ERT
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676
7677
7678 \backslash
7679 leer 
7680 \end_layout
7681
7682 \end_inset
7683
7684 A+B
7685 \begin_inset ERT
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689
7690
7691 \backslash
7692 leer 
7693 \end_layout
7694
7695 \end_inset
7696
7697 _5
7698 \begin_inset ERT
7699 status collapsed
7700
7701 \begin_layout Plain Layout
7702
7703 }
7704 \end_layout
7705
7706 \end_inset
7707
7708
7709 \begin_inset Index idx
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713 Befehle ! U ! 
7714 \backslash
7715 underbrace
7716 \end_layout
7717
7718 \end_inset
7719
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 \begin_inset Formula $\underbrace{A+B}_{5}$
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row>
7739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \backslash
7745 overbrace
7746 \begin_inset ERT
7747 status collapsed
7748
7749 \begin_layout Plain Layout
7750
7751
7752 \backslash
7753 leer 
7754 \end_layout
7755
7756 \end_inset
7757
7758
7759 \backslash
7760 underbrace
7761 \begin_inset ERT
7762 status collapsed
7763
7764 \begin_layout Plain Layout
7765
7766
7767 \backslash
7768 leer 
7769 \end_layout
7770
7771 \end_inset
7772
7773 A+B_w
7774 \begin_inset ERT
7775 status collapsed
7776
7777 \begin_layout Plain Layout
7778
7779
7780 \backslash
7781 leer 
7782 \end_layout
7783
7784 \end_inset
7785
7786
7787 \begin_inset ERT
7788 status collapsed
7789
7790 \begin_layout Plain Layout
7791
7792
7793 \backslash
7794 leer 
7795 \end_layout
7796
7797 \end_inset
7798
7799 _7
7800 \begin_inset ERT
7801 status collapsed
7802
7803 \begin_layout Plain Layout
7804
7805
7806 \backslash
7807 leer 
7808 \end_layout
7809
7810 \end_inset
7811
7812
7813 \begin_inset ERT
7814 status collapsed
7815
7816 \begin_layout Plain Layout
7817
7818
7819 \backslash
7820 leer 
7821 \end_layout
7822
7823 \end_inset
7824
7825 ^
7826 \begin_inset ERT
7827 status collapsed
7828
7829 \begin_layout Plain Layout
7830
7831
7832 \backslash
7833 leer 
7834 \end_layout
7835
7836 \end_inset
7837
7838 C
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7848 \end_inset
7849
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 </lyxtabular>
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \begin_layout Standard
7864 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7865 \series bold
7866
7867 \backslash
7868 overbrace
7869 \series default
7870  oder 
7871 \series bold
7872
7873 \backslash
7874 underbrace
7875 \series default
7876  eingibt.
7877 \end_layout
7878
7879 \begin_layout Standard
7880 \begin_inset VSpace bigskip
7881 \end_inset
7882
7883 Benötigt man Klammern, die sich überschneiden, muss man die in 
7884 \begin_inset CommandInset ref
7885 LatexCommand ref
7886 reference "sec:Mehrzeilige-Formeln"
7887
7888 \end_inset
7889
7890  beschriebenen mehrzeiligen Formeln verwenden:
7891 \begin_inset Formula 
7892 \begin{eqnarray*}
7893 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7894  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7895 \end{eqnarray*}
7896
7897 \end_inset
7898
7899 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7900  Dabei ist es wichtig, dass vor dem ersten 
7901 \begin_inset Formula $d$
7902 \end_inset
7903
7904  der Abstandsbefehl
7905 \begin_inset Foot
7906 status collapsed
7907
7908 \begin_layout Plain Layout
7909 Abstandsbefehle sind in 
7910 \begin_inset CommandInset ref
7911 LatexCommand ref
7912 reference "sub:Vordefinierter-Leerraum"
7913
7914 \end_inset
7915
7916  erklärt.
7917 \end_layout
7918
7919 \end_inset
7920
7921  
7922 \series bold
7923
7924 \backslash
7925 :
7926 \series default
7927  eingegeben wird, denn die nach dem 
7928 \begin_inset Formula $q$
7929 \end_inset
7930
7931  endende Klammer verhindert, dass das nachfolgende 
7932 \begin_inset Quotes gld
7933 \end_inset
7934
7935 +
7936 \begin_inset Quotes grd
7937 \end_inset
7938
7939  von Leerraum umgeben ist.
7940 \begin_inset Foot
7941 status collapsed
7942
7943 \begin_layout Plain Layout
7944 weil eine Klammer nicht als Zeichen gilt, siehe 
7945 \begin_inset CommandInset ref
7946 LatexCommand ref
7947 reference "sub:Binäre-Operatoren"
7948
7949 \end_inset
7950
7951
7952 \end_layout
7953
7954 \end_inset
7955
7956  In die zweite Zeile wird die zweite Klammer eingegeben.
7957  Da sie vor dem 
7958 \begin_inset Formula $b$
7959 \end_inset
7960
7961  beginnen soll, gibt man zuerst 
7962 \series bold
7963
7964 \backslash
7965 hphantom{gggg+
7966 \backslash
7967 :}
7968 \series default
7969  ein.
7970 \begin_inset Foot
7971 status collapsed
7972
7973 \begin_layout Plain Layout
7974 mehr zu 
7975 \series bold
7976
7977 \backslash
7978 hphantom
7979 \series default
7980  siehe 
7981 \begin_inset CommandInset ref
7982 LatexCommand ref
7983 reference "sub:Platzhalter"
7984
7985 \end_inset
7986
7987 .
7988 \end_layout
7989
7990 \end_inset
7991
7992  Dieser Leerraum wird benötigt, weil das 
7993 \begin_inset Quotes gld
7994 \end_inset
7995
7996 +
7997 \begin_inset Quotes grd
7998 \end_inset
7999
8000  in der Formel auch von Leerraum umgeben ist.
8001  Die Klammer wird unter den Befehl 
8002 \series bold
8003
8004 \backslash
8005 hphantom{bbqq+dddd}
8006 \series default
8007  gesetzt.
8008 \end_layout
8009
8010 \begin_layout Standard
8011 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
8012 n, wie in folgendem Beispiel:
8013 \begin_inset ERT
8014 status collapsed
8015
8016 \begin_layout Plain Layout
8017
8018
8019 \backslash
8020 setlength{
8021 \backslash
8022 jot}{-6pt}
8023 \end_layout
8024
8025 \end_inset
8026
8027
8028 \begin_inset Formula 
8029 \begin{eqnarray*}
8030  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8031 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8032 \end{eqnarray*}
8033
8034 \end_inset
8035
8036
8037 \begin_inset ERT
8038 status collapsed
8039
8040 \begin_layout Plain Layout
8041
8042
8043 \backslash
8044 setlength{
8045 \backslash
8046 jot}{3pt}
8047 \end_layout
8048
8049 \end_inset
8050
8051 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8052  mit dem Unterschied, dass sich die Klammer oben befindet.
8053  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8054  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8055  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8056  werden.
8057  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8058 \begin_inset Foot
8059 status collapsed
8060
8061 \begin_layout Plain Layout
8062 \begin_inset CommandInset href
8063 LatexCommand href
8064 name "LyX-Fehler #1505"
8065 target "http://www.lyx.org/trac/ticket/1505"
8066
8067 \end_inset
8068
8069
8070 \end_layout
8071
8072 \end_inset
8073
8074 .
8075  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8076 \series bold
8077
8078 \backslash
8079 jot
8080 \series default
8081
8082 \begin_inset Index idx
8083 status collapsed
8084
8085 \begin_layout Plain Layout
8086 Befehle ! J ! 
8087 \backslash
8088 jot
8089 \end_layout
8090
8091 \end_inset
8092
8093  vor der Formel mit dem Befehl 
8094 \series bold
8095
8096 \backslash
8097 setlength{
8098 \backslash
8099 jot}{-6pt}
8100 \series default
8101  im TeX-Modus auf den Wert -6
8102 \begin_inset space \thinspace{}
8103 \end_inset
8104
8105 pt geändert.
8106  Nach der Formel wird 
8107 \series bold
8108
8109 \backslash
8110 jot
8111 \series default
8112  mit demselben Befehl wieder auf den Standardwert 3
8113 \begin_inset space \thinspace{}
8114 \end_inset
8115
8116 pt zurückgesetzt.
8117  Genaueres zum Zeilenabstand in Formeln ist in 
8118 \begin_inset CommandInset ref
8119 LatexCommand ref
8120 reference "sub:Zeilenabstand"
8121
8122 \end_inset
8123
8124  erklärt.
8125 \end_layout
8126
8127 \begin_layout Standard
8128 \begin_inset Newpage newpage
8129 \end_inset
8130
8131
8132 \end_layout
8133
8134 \begin_layout Section
8135 Pfeile
8136 \begin_inset Index idx
8137 status collapsed
8138
8139 \begin_layout Plain Layout
8140 Pfeile
8141 \end_layout
8142
8143 \end_inset
8144
8145
8146 \end_layout
8147
8148 \begin_layout Standard
8149 Pfeile können über den Mathe-Werkzeugleistenknopf 
8150 \begin_inset Graphics
8151         filename ../../images/math/leftarrow.png
8152         scale 85
8153
8154 \end_inset
8155
8156  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8157  aufgelistet sind.
8158 \end_layout
8159
8160 \begin_layout Subsection
8161 Horizontale Pfeile
8162 \begin_inset Index idx
8163 status collapsed
8164
8165 \begin_layout Plain Layout
8166 Pfeile ! horizontale
8167 \end_layout
8168
8169 \end_inset
8170
8171
8172 \end_layout
8173
8174 \begin_layout Standard
8175 \begin_inset space \hfill{}
8176 \end_inset
8177
8178
8179 \begin_inset Tabular
8180 <lyxtabular version="3" rows="8" columns="2">
8181 <features tabularvalignment="middle">
8182 <column alignment="center" valignment="top" width="0pt">
8183 <column alignment="center" valignment="top" width="0pt">
8184 <row>
8185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Befehl
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 Ergebnis
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \backslash
8211 gets
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 \begin_inset Formula $\gets$
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \backslash
8236 Leftarrow
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 \begin_inset Formula $\Leftarrow$
8246 \end_inset
8247
8248
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \backslash
8261 longleftarrow
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 \begin_inset Formula $\longleftarrow$
8271 \end_inset
8272
8273
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \backslash
8286 Longleftarrow
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 \begin_inset Formula $\Longleftarrow$
8296 \end_inset
8297
8298
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 </row>
8304 <row>
8305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309
8310 \backslash
8311 leftharpoonup
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 \begin_inset Formula $\leftharpoonup$
8321 \end_inset
8322
8323
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \backslash
8336 leftharpoondown
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 \begin_inset Formula $\leftharpoondown$
8346 \end_inset
8347
8348
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \backslash
8361 hookleftarrow
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 \begin_inset Formula $\hookleftarrow$
8371 \end_inset
8372
8373
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 </lyxtabular>
8380
8381 \end_inset
8382
8383
8384 \begin_inset space \hfill{}
8385 \end_inset
8386
8387
8388 \begin_inset Tabular
8389 <lyxtabular version="3" rows="8" columns="2">
8390 <features tabularvalignment="middle">
8391 <column alignment="center" valignment="top" width="0pt">
8392 <column alignment="center" valignment="top" width="0pt">
8393 <row>
8394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 Befehl
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Ergebnis
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \backslash
8420 to
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 \begin_inset Formula $\to$
8430 \end_inset
8431
8432
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \backslash
8445 Rightarrow
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 \begin_inset Formula $\Rightarrow$
8455 \end_inset
8456
8457
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \backslash
8470 longrightarrow
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 \begin_inset Formula $\longrightarrow$
8480 \end_inset
8481
8482
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \backslash
8495 Longrightarrow
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 \begin_inset Formula $\Longrightarrow$
8505 \end_inset
8506
8507
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 </row>
8513 <row>
8514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \backslash
8520 rightharpoonup
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 \begin_inset Formula $\rightharpoonup$
8530 \end_inset
8531
8532
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 <row>
8539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543
8544 \backslash
8545 rightharpoondown
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 \begin_inset Formula $\rightharpoondown$
8555 \end_inset
8556
8557
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \backslash
8570 hookrightarrow
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 \begin_inset Formula $\hookrightarrow$
8580 \end_inset
8581
8582
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 </lyxtabular>
8589
8590 \end_inset
8591
8592
8593 \begin_inset space \hfill{}
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \begin_layout Standard
8600 \begin_inset space \hfill{}
8601 \end_inset
8602
8603
8604 \begin_inset Tabular
8605 <lyxtabular version="3" rows="6" columns="2">
8606 <features tabularvalignment="middle">
8607 <column alignment="center" valignment="top" width="0pt">
8608 <column alignment="center" valignment="top" width="0pt">
8609 <row>
8610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Befehl
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 Ergebnis
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \backslash
8636 leftrightarrow
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 \begin_inset Formula $\leftrightarrow$
8646 \end_inset
8647
8648
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \backslash
8661 Leftrightarrow
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 \begin_inset Formula $\Leftrightarrow$
8671 \end_inset
8672
8673
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 </row>
8679 <row>
8680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684
8685 \backslash
8686 longleftrightarrow
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 \begin_inset Formula $\longleftrightarrow$
8696 \end_inset
8697
8698
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709
8710 \backslash
8711 Longleftrightarrow
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 \begin_inset Formula $\Longleftrightarrow$
8721 \end_inset
8722
8723
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row>
8730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \backslash
8736 rightleftharpoons
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 \begin_inset Formula $\rightleftharpoons$
8746 \end_inset
8747
8748
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 </lyxtabular>
8755
8756 \end_inset
8757
8758
8759 \begin_inset space \hspace{}
8760 \length 25pt
8761 \end_inset
8762
8763
8764 \begin_inset space \hfill{}
8765 \end_inset
8766
8767
8768 \begin_inset Tabular
8769 <lyxtabular version="3" rows="5" columns="2">
8770 <features tabularvalignment="middle">
8771 <column alignment="center" valignment="top" width="0pt">
8772 <column alignment="center" valignment="top" width="0pt">
8773 <row>
8774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Befehl
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Ergebnis
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \backslash
8800 mapsto
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 \begin_inset Formula $\mapsto$
8810 \end_inset
8811
8812
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \backslash
8825 longmapsto
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 \begin_inset Formula $\longmapsto$
8835 \end_inset
8836
8837
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \backslash
8850 leadsto
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 \begin_inset Formula $\leadsto$
8860 \end_inset
8861
8862
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \backslash
8875 dasharrow
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 \begin_inset Formula $\dasharrow$
8885 \end_inset
8886
8887
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 </lyxtabular>
8894
8895 \end_inset
8896
8897
8898 \begin_inset space \hfill{}
8899 \end_inset
8900
8901
8902 \end_layout
8903
8904 \begin_layout Standard
8905 \begin_inset VSpace medskip
8906 \end_inset
8907
8908 Als Akzente verwendete Pfeile, wie z.
8909 \begin_inset space \thinspace{}
8910 \end_inset
8911
8912 B.
8913  Vektorpfeile, sind in 
8914 \begin_inset CommandInset ref
8915 LatexCommand ref
8916 reference "sec:Akzente"
8917
8918 \end_inset
8919
8920  aufgelistet.
8921 \end_layout
8922
8923 \begin_layout Standard
8924 \begin_inset VSpace bigskip
8925 \end_inset
8926
8927 Des Weiteren gibt es die beschriftbaren Pfeile
8928 \begin_inset Index idx
8929 status collapsed
8930
8931 \begin_layout Plain Layout
8932 Pfeile ! beschriftbare
8933 \end_layout
8934
8935 \end_inset
8936
8937  
8938 \series bold
8939
8940 \backslash
8941 xleftarrow
8942 \series default
8943
8944 \begin_inset Index idx
8945 status collapsed
8946
8947 \begin_layout Plain Layout
8948 Befehle ! X ! 
8949 \backslash
8950 xleftarrow
8951 \end_layout
8952
8953 \end_inset
8954
8955  und 
8956 \series bold
8957
8958 \backslash
8959 xrightarrow
8960 \series default
8961
8962 \begin_inset Index idx
8963 status collapsed
8964
8965 \begin_layout Plain Layout
8966 Befehle ! X ! 
8967 \backslash
8968 xrightarrow
8969 \begin_inset ERT
8970 status collapsed
8971
8972 \begin_layout Plain Layout
8973
8974
8975 \backslash
8976 vspace{4mm}
8977 \end_layout
8978
8979 \end_inset
8980
8981
8982 \end_layout
8983
8984 \end_inset
8985
8986 .
8987  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8988  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8989  Die Pfeillänge passt sich der Breite der Beschriftung an.
8990 \end_layout
8991
8992 \begin_layout Standard
8993 \align center
8994 \begin_inset Tabular
8995 <lyxtabular version="3" rows="3" columns="2">
8996 <features tabularvalignment="middle">
8997 <column alignment="center" valignment="top" width="0pt">
8998 <column alignment="center" valignment="top" width="0pt">
8999 <row>
9000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Befehl
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Ergebnis
9014 \begin_inset Note Note
9015 status collapsed
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020
9021 \backslash
9022 raisebox
9023 \series default
9024  dient nur als Abstandhalter.
9025 \end_layout
9026
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" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 F(a)
9041 \backslash
9042 xleftarrow
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(x)
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 F(x)
9087 \backslash
9088 xrightarrow
9089 \begin_inset ERT
9090 status collapsed
9091
9092 \begin_layout Plain Layout
9093
9094
9095 \backslash
9096 leer 
9097 \end_layout
9098
9099 \end_inset
9100
9101 x=a
9102 \begin_inset Formula $\downarrow$
9103 \end_inset
9104
9105 x>0
9106 \begin_inset Formula $\to$
9107 \end_inset
9108
9109 F(a)
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9119 \end_inset
9120
9121
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 </lyxtabular>
9128
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \begin_layout Standard
9135 \begin_inset Newpage newpage
9136 \end_inset
9137
9138
9139 \end_layout
9140
9141 \begin_layout Subsection
9142 Vertikale und diagonale Pfeile
9143 \begin_inset Index idx
9144 status collapsed
9145
9146 \begin_layout Plain Layout
9147 Pfeile ! diagonale
9148 \end_layout
9149
9150 \end_inset
9151
9152
9153 \begin_inset Index idx
9154 status collapsed
9155
9156 \begin_layout Plain Layout
9157 Pfeile ! vertikale
9158 \end_layout
9159
9160 \end_inset
9161
9162
9163 \end_layout
9164
9165 \begin_layout Standard
9166 \begin_inset space \hfill{}
9167 \end_inset
9168
9169
9170 \begin_inset Tabular
9171 <lyxtabular version="3" rows="7" columns="2">
9172 <features tabularvalignment="middle">
9173 <column alignment="center" valignment="top" width="0pt">
9174 <column alignment="center" valignment="top" width="0pt">
9175 <row>
9176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 Befehl
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 Ergebnis
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \backslash
9202 uparrow
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 \begin_inset Formula $\uparrow$
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \backslash
9227 Uparrow
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 \begin_inset Formula $\Uparrow$
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \backslash
9252 updownarrow
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\updownarrow$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 Updownarrow
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 \begin_inset Formula $\Updownarrow$
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 Downarrow
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 \begin_inset Formula $\Downarrow$
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \backslash
9327 downarrow
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 \begin_inset Formula $\downarrow$
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 </lyxtabular>
9346
9347 \end_inset
9348
9349
9350 \begin_inset space \hfill{}
9351 \end_inset
9352
9353
9354 \begin_inset Tabular
9355 <lyxtabular version="3" rows="5" columns="2">
9356 <features tabularvalignment="middle">
9357 <column alignment="center" valignment="top" width="0pt">
9358 <column alignment="center" valignment="top" width="0pt">
9359 <row>
9360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 Befehl
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 Ergebnis
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row>
9380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384
9385 \backslash
9386 nearrow
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 \begin_inset Formula $\nearrow$
9396 \end_inset
9397
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \backslash
9411 searrow
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 \begin_inset Formula $\searrow$
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \backslash
9436 swarrow
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 \begin_inset Formula $\swarrow$
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \backslash
9461 nwarrow
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 \begin_inset Formula $\nwarrow$
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 </lyxtabular>
9480
9481 \end_inset
9482
9483
9484 \begin_inset space \hfill{}
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \begin_layout Standard
9491 \begin_inset VSpace medskip
9492 \end_inset
9493
9494 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9495  
9496 \begin_inset CommandInset ref
9497 LatexCommand ref
9498 reference "sub:Manuelle-Klammergrößen"
9499
9500 \end_inset
9501
9502  und 
9503 \begin_inset CommandInset ref
9504 LatexCommand ref
9505 reference "sub:Automatische-Klammergrößen"
9506
9507 \end_inset
9508
9509  beschriebenen Befehlen verwendet werden.
9510 \end_layout
9511
9512 \begin_layout Section
9513 Akzente
9514 \begin_inset CommandInset label
9515 LatexCommand label
9516 name "sec:Akzente"
9517
9518 \end_inset
9519
9520
9521 \begin_inset Index idx
9522 status collapsed
9523
9524 \begin_layout Plain Layout
9525 Akzente
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \begin_layout Standard
9534 Akzente können über den Mathe-Werkzeugleistenknopf 
9535 \begin_inset Graphics
9536         filename ../../images/math/hat.png
9537         scale 85
9538
9539 \end_inset
9540
9541  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9542  aufgelistet sind.
9543 \end_layout
9544
9545 \begin_layout Subsection
9546 Akzente für ein Zeichen
9547 \begin_inset ERT
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551
9552
9553 \backslash
9554 texorpdfstring{
9555 \end_layout
9556
9557 \end_inset
9558
9559
9560 \begin_inset Foot
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564 Akzente im Text siehe 
9565 \begin_inset CommandInset ref
9566 LatexCommand ref
9567 reference "sub:Sonderzeichen-Akzente"
9568
9569 \end_inset
9570
9571
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \begin_inset ERT
9578 status collapsed
9579
9580 \begin_layout Plain Layout
9581
9582 }{}
9583 \end_layout
9584
9585 \end_inset
9586
9587
9588 \begin_inset Note Note
9589 status collapsed
9590
9591 \begin_layout Plain Layout
9592
9593 \series bold
9594
9595 \backslash
9596 texorpdfstring
9597 \series default
9598  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9599 \end_layout
9600
9601 \begin_layout Plain Layout
9602 Näheres zu 
9603 \series bold
9604
9605 \backslash
9606 texorpdfstring
9607 \series default
9608  steht in Kapitel 
9609 \begin_inset CommandInset ref
9610 LatexCommand ref
9611 reference "sub:Formeln-in-Überschriften"
9612
9613 \end_inset
9614
9615 .
9616 \end_layout
9617
9618 \end_inset
9619
9620
9621 \begin_inset CommandInset label
9622 LatexCommand label
9623 name "sub:Akzente-für-ein"
9624
9625 \end_inset
9626
9627
9628 \begin_inset Index idx
9629 status collapsed
9630
9631 \begin_layout Plain Layout
9632 Akzente ! für ein Zeichen
9633 \end_layout
9634
9635 \end_inset
9636
9637
9638 \end_layout
9639
9640 \begin_layout Standard
9641 \begin_inset space \hfill{}
9642 \end_inset
9643
9644
9645 \begin_inset Tabular
9646 <lyxtabular version="3" rows="8" columns="2">
9647 <features tabularvalignment="middle">
9648 <column alignment="center" valignment="top" width="0pt">
9649 <column alignment="center" valignment="top" width="0pt">
9650 <row>
9651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 Befehl
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664 Ergebnis
9665 \begin_inset Note Note
9666 status collapsed
9667
9668 \begin_layout Plain Layout
9669
9670 \series bold
9671
9672 \backslash
9673 raisebox
9674 \series default
9675  dient nur als Abstandhalter.
9676 \end_layout
9677
9678 \end_inset
9679
9680
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 </row>
9686 <row>
9687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691
9692 \backslash
9693 dot
9694 \begin_inset ERT
9695 status collapsed
9696
9697 \begin_layout Plain Layout
9698
9699
9700 \backslash
9701 leer 
9702 \end_layout
9703
9704 \end_inset
9705
9706 A
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 <row>
9725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729
9730 \backslash
9731 ddot
9732 \begin_inset ERT
9733 status collapsed
9734
9735 \begin_layout Plain Layout
9736
9737
9738 \backslash
9739 leer 
9740 \end_layout
9741
9742 \end_inset
9743
9744 A
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9754 \end_inset
9755
9756
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 </row>
9762 <row>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \backslash
9769 dddot
9770 \begin_inset ERT
9771 status collapsed
9772
9773 \begin_layout Plain Layout
9774
9775
9776 \backslash
9777 leer 
9778 \end_layout
9779
9780 \end_inset
9781
9782 A
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \backslash
9807 ddddot
9808 \begin_inset ERT
9809 status collapsed
9810
9811 \begin_layout Plain Layout
9812
9813
9814 \backslash
9815 leer 
9816 \end_layout
9817
9818 \end_inset
9819
9820 A
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 </row>
9838 <row>
9839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \backslash
9845 vec
9846 \begin_inset ERT
9847 status collapsed
9848
9849 \begin_layout Plain Layout
9850
9851
9852 \backslash
9853 leer 
9854 \end_layout
9855
9856 \end_inset
9857
9858 A
9859 \begin_inset Index idx
9860 status collapsed
9861
9862 \begin_layout Plain Layout
9863 Vektoren
9864 \end_layout
9865
9866 \end_inset
9867
9868
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 </row>
9886 <row>
9887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \backslash
9893 bar
9894 \begin_inset ERT
9895 status collapsed
9896
9897 \begin_layout Plain Layout
9898
9899
9900 \backslash
9901 leer 
9902 \end_layout
9903
9904 \end_inset
9905
9906 A
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9916 \end_inset
9917
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \backslash
9931 mathring
9932 \begin_inset ERT
9933 status collapsed
9934
9935 \begin_layout Plain Layout
9936
9937
9938 \backslash
9939 leer 
9940 \end_layout
9941
9942 \end_inset
9943
9944 A
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9954 \end_inset
9955
9956
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 </row>
9962 </lyxtabular>
9963
9964 \end_inset
9965
9966
9967 \begin_inset space \hfill{}
9968 \end_inset
9969
9970
9971 \begin_inset Tabular
9972 <lyxtabular version="3" rows="7" columns="2">
9973 <features tabularvalignment="middle">
9974 <column alignment="center" valignment="top" width="0pt">
9975 <column alignment="center" valignment="top" width="0pt">
9976 <row>
9977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 Befehl
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 Ergebnis
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row>
9997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \backslash
10003 tilde
10004 \begin_inset ERT
10005 status collapsed
10006
10007 \begin_layout Plain Layout
10008
10009
10010 \backslash
10011 leer 
10012 \end_layout
10013
10014 \end_inset
10015
10016 A
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10026 \end_inset
10027
10028
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row>
10035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \backslash
10041 hat
10042 \begin_inset ERT
10043 status collapsed
10044
10045 \begin_layout Plain Layout
10046
10047
10048 \backslash
10049 leer 
10050 \end_layout
10051
10052 \end_inset
10053
10054 A
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10064 \end_inset
10065
10066
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row>
10073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \backslash
10079 check
10080 \begin_inset ERT
10081 status collapsed
10082
10083 \begin_layout Plain Layout
10084
10085
10086 \backslash
10087 leer 
10088 \end_layout
10089
10090 \end_inset
10091
10092 A
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10102 \end_inset
10103
10104
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row>
10111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \backslash
10117 acute
10118 \begin_inset ERT
10119 status collapsed
10120
10121 \begin_layout Plain Layout
10122
10123
10124 \backslash
10125 leer 
10126 \end_layout
10127
10128 \end_inset
10129
10130 A
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10140 \end_inset
10141
10142
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 </row>
10148 <row>
10149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \backslash
10155 grave
10156 \begin_inset ERT
10157 status collapsed
10158
10159 \begin_layout Plain Layout
10160
10161
10162 \backslash
10163 leer 
10164 \end_layout
10165
10166 \end_inset
10167
10168 A
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10178 \end_inset
10179
10180
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \backslash
10193 breve
10194 \begin_inset ERT
10195 status collapsed
10196
10197 \begin_layout Plain Layout
10198
10199
10200 \backslash
10201 leer 
10202 \end_layout
10203
10204 \end_inset
10205
10206 A
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10216 \end_inset
10217
10218
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 </lyxtabular>
10225
10226 \end_inset
10227
10228
10229 \begin_inset space \hfill{}
10230 \end_inset
10231
10232
10233 \end_layout
10234
10235 \begin_layout Standard
10236 \begin_inset VSpace bigskip
10237 \end_inset
10238
10239 Akzente wie z.B.
10240  é können direkt in Formeln eingegeben werden.
10241  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10242  Für Umlaute
10243 \begin_inset Index idx
10244 status collapsed
10245
10246 \begin_layout Plain Layout
10247 Umlaute
10248 \end_layout
10249
10250 \end_inset
10251
10252  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10253  Diese beiden Zeichen bilden dann für LaTeX 
10254 \emph on
10255 ein
10256 \emph default
10257  Zeichen.
10258  Im Gegensatz zu 
10259 \series bold
10260
10261 \backslash
10262 ddot
10263 \series default
10264  entstehen damit 
10265 \begin_inset Quotes gld
10266 \end_inset
10267
10268 echte
10269 \begin_inset Quotes grd
10270 \end_inset
10271
10272  Umlaute, was folgendes Beispiel zeigt:
10273 \end_layout
10274
10275 \begin_layout Standard
10276 \begin_inset VSpace -2mm
10277 \end_inset
10278
10279
10280 \end_layout
10281
10282 \begin_layout Standard
10283 \align center
10284 \begin_inset Tabular
10285 <lyxtabular version="3" rows="3" columns="2">
10286 <features tabularvalignment="middle">
10287 <column alignment="center" valignment="top" width="0">
10288 <column alignment="center" valignment="top" width="0">
10289 <row>
10290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Befehl
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Ergebnis
10304 \begin_inset Note Note
10305 status collapsed
10306
10307 \begin_layout Plain Layout
10308
10309 \series bold
10310
10311 \backslash
10312 raisebox
10313 \series default
10314  dient nur als Abstandhalter.
10315 \end_layout
10316
10317 \end_inset
10318
10319
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 \begin_inset Quotes grd
10331 \end_inset
10332
10333 i
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 \begin_inset Formula $"i$
10343 \end_inset
10344
10345
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 </row>
10351 <row>
10352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356
10357 \backslash
10358 ddot
10359 \begin_inset ERT
10360 status collapsed
10361
10362 \begin_layout Plain Layout
10363
10364
10365 \backslash
10366 leer 
10367 \end_layout
10368
10369 \end_inset
10370
10371 i
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10381 \end_inset
10382
10383
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 </lyxtabular>
10390
10391 \end_inset
10392
10393
10394 \end_layout
10395
10396 \begin_layout Standard
10397 Ein weiterer Vorteil gegenüber 
10398 \series bold
10399
10400 \backslash
10401 ddot
10402 \series default
10403  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10404  denn die obigen Akzentbefehle sind 
10405 \emph on
10406 im mathematischen Text\SpecialChar \-
10407 modus nicht erlaubt
10408 \emph default
10409 .
10410  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10411  nur das Zeichen unter dem Akzent umgewandelt werden.
10412  Das gilt auch für alle anderen Umwandlungen wie z.
10413 \begin_inset space \thinspace{}
10414 \end_inset
10415
10416 B.
10417  in kursiv oder fett.
10418 \end_layout
10419
10420 \begin_layout Standard
10421 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10422  direkt eingegeben werden.
10423 \end_layout
10424
10425 \begin_layout Subsection
10426 Akzente für Operatoren
10427 \begin_inset Index idx
10428 status collapsed
10429
10430 \begin_layout Plain Layout
10431 Akzente ! für Operatoren
10432 \end_layout
10433
10434 \end_inset
10435
10436
10437 \end_layout
10438
10439 \begin_layout Standard
10440 Zum Akzentuieren von Operatoren gibt es die Befehle 
10441 \series bold
10442
10443 \backslash
10444 overset
10445 \series default
10446
10447 \begin_inset Index idx
10448 status collapsed
10449
10450 \begin_layout Plain Layout
10451 Befehle ! O ! 
10452 \backslash
10453 overset
10454 \end_layout
10455
10456 \end_inset
10457
10458  und 
10459 \series bold
10460
10461 \backslash
10462 underset
10463 \series default
10464
10465 \begin_inset Index idx
10466 status collapsed
10467
10468 \begin_layout Plain Layout
10469 Befehle ! U ! 
10470 \backslash
10471 underset
10472 \end_layout
10473
10474 \end_inset
10475
10476 , mit denen man Zeichen über bzw.
10477  unter einen Operator setzen kann.
10478  Mit dem Befehl 
10479 \series bold
10480
10481 \backslash
10482 sideset
10483 \series default
10484
10485 \begin_inset Index idx
10486 status collapsed
10487
10488 \begin_layout Plain Layout
10489 Befehle ! S ! 
10490 \backslash
10491 sideset
10492 \end_layout
10493
10494 \end_inset
10495
10496  können Zeichen vor und nach einen Operator gesetzt werden.
10497  Das Befehlsschema lautet:
10498 \end_layout
10499
10500 \begin_layout Standard
10501
10502 \series bold
10503
10504 \backslash
10505 sideset{Zeichen
10506 \series default
10507  
10508 \series bold
10509 davor}{Zeichen
10510 \series default
10511  
10512 \series bold
10513 dahinter}
10514 \end_layout
10515
10516 \begin_layout Standard
10517
10518 \series bold
10519
10520 \backslash
10521 sideset
10522 \series default
10523  muss immer vor dem zu akzentuierenden Operator stehen.
10524  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10525  Symbolen akzentuiert werden.
10526  Will man mit 
10527 \series bold
10528
10529 \backslash
10530 sideset
10531 \series default
10532  z.
10533 \begin_inset space \thinspace{}
10534 \end_inset
10535
10536 B.
10537  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10538  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10539 \end_layout
10540
10541 \begin_layout Standard
10542 Z.
10543 \begin_inset space \thinspace{}
10544 \end_inset
10545
10546 B.
10547  ergibt der Befehl 
10548 \series bold
10549
10550 \backslash
10551 sideset{
10552 \begin_inset Formula $\to$
10553 \end_inset
10554
10555
10556 \backslash
10557 {
10558 \series default
10559 '
10560 \series bold
10561
10562 \begin_inset Formula $\to$
10563 \end_inset
10564
10565
10566 \backslash
10567 sum_k=1
10568 \begin_inset ERT
10569 status collapsed
10570
10571 \begin_layout Plain Layout
10572
10573
10574 \backslash
10575 leer 
10576 \end_layout
10577
10578 \end_inset
10579
10580
10581 \series default
10582 ^
10583 \series bold
10584 n
10585 \series default
10586  :
10587 \begin_inset Formula 
10588 \[
10589 \sideset{}{'}\sum_{k=1}^{n}
10590 \]
10591
10592 \end_inset
10593
10594
10595 \end_layout
10596
10597 \begin_layout Standard
10598 Der Befehl 
10599 \series bold
10600
10601 \backslash
10602 overset
10603 \begin_inset ERT
10604 status collapsed
10605
10606 \begin_layout Plain Layout
10607
10608
10609 \backslash
10610 leer 
10611 \end_layout
10612
10613 \end_inset
10614
10615
10616 \backslash
10617 maltese
10618 \begin_inset ERT
10619 status collapsed
10620
10621 \begin_layout Plain Layout
10622
10623
10624 \backslash
10625 leer 
10626 \end_layout
10627
10628 \end_inset
10629
10630
10631 \series default
10632
10633 \begin_inset Formula $\uparrow$
10634 \end_inset
10635
10636
10637 \series bold
10638 a
10639 \series default
10640  ergibt:
10641 \begin_inset Formula 
10642 \[
10643 \overset{a}{\maltese}
10644 \]
10645
10646 \end_inset
10647
10648 Wie man am letzten Beispiel sieht, kann man mit 
10649 \series bold
10650
10651 \backslash
10652 overset
10653 \series default
10654  bzw.
10655  
10656 \series bold
10657
10658 \backslash
10659 underset
10660 \series default
10661  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10662 \series bold
10663
10664 \backslash
10665 sideset
10666 \series default
10667  ist dies nicht möglich.
10668 \end_layout
10669
10670 \begin_layout Subsection
10671 Akzente für mehrere Zeichen
10672 \begin_inset Index idx
10673 status collapsed
10674
10675 \begin_layout Plain Layout
10676 Akzente ! für mehrere Zeichen
10677 \end_layout
10678
10679 \end_inset
10680
10681
10682 \end_layout
10683
10684 \begin_layout Standard
10685 \begin_inset space \hfill{}
10686 \end_inset
10687
10688
10689 \begin_inset Tabular
10690 <lyxtabular version="3" rows="5" columns="2">
10691 <features tabularvalignment="middle">
10692 <column alignment="center" valignment="top" width="0pt">
10693 <column alignment="center" valignment="top" width="0pt">
10694 <row>
10695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 Befehl
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 Ergebnis
10709 \begin_inset Note Note
10710 status collapsed
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715
10716 \backslash
10717 raisebox
10718 \series default
10719  dient nur als Abstandhalter.
10720 \end_layout
10721
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \backslash
10737 overleftarrow
10738 \begin_inset ERT
10739 status collapsed
10740
10741 \begin_layout Plain Layout
10742
10743
10744 \backslash
10745 leer 
10746 \end_layout
10747
10748 \end_inset
10749
10750 A=B
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \backslash
10775 underleftarrow
10776 \begin_inset ERT
10777 status collapsed
10778
10779 \begin_layout Plain Layout
10780
10781
10782 \backslash
10783 leer 
10784 \end_layout
10785
10786 \end_inset
10787
10788 A=B
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \backslash
10813 overleftrightarrow
10814 \begin_inset ERT
10815 status collapsed
10816
10817 \begin_layout Plain Layout
10818
10819
10820 \backslash
10821 leer 
10822 \end_layout
10823
10824 \end_inset
10825
10826 A=B
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \backslash
10851 underleftrightarrow
10852 \begin_inset ERT
10853 status collapsed
10854
10855 \begin_layout Plain Layout
10856
10857
10858 \backslash
10859 leer 
10860 \end_layout
10861
10862 \end_inset
10863
10864 A=B
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 </lyxtabular>
10883
10884 \end_inset
10885
10886
10887 \begin_inset space \hfill{}
10888 \end_inset
10889
10890
10891 \begin_inset Tabular
10892 <lyxtabular version="3" rows="5" columns="2">
10893 <features tabularvalignment="middle">
10894 <column alignment="center" valignment="top" width="0pt">
10895 <column alignment="center" valignment="top" width="0pt">
10896 <row>
10897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 Befehl
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Ergebnis
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \backslash
10923 overrightarrow
10924 \begin_inset ERT
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928
10929
10930 \backslash
10931 leer 
10932 \end_layout
10933
10934 \end_inset
10935
10936 A=B
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 <row>
10955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959
10960 \backslash
10961 underrightarrow
10962 \begin_inset ERT
10963 status collapsed
10964
10965 \begin_layout Plain Layout
10966
10967
10968 \backslash
10969 leer 
10970 \end_layout
10971
10972 \end_inset
10973
10974 A=B
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 </row>
10992 <row>
10993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \backslash
10999 widetilde
11000 \begin_inset ERT
11001 status collapsed
11002
11003 \begin_layout Plain Layout
11004
11005
11006 \backslash
11007 leer 
11008 \end_layout
11009
11010 \end_inset
11011
11012 A=B
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 <row>
11031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \backslash
11037 widehat
11038 \begin_inset ERT
11039 status collapsed
11040
11041 \begin_layout Plain Layout
11042
11043
11044 \backslash
11045 leer 
11046 \end_layout
11047
11048 \end_inset
11049
11050 A=B
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11060 \end_inset
11061
11062
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 </lyxtabular>
11069
11070 \end_inset
11071
11072
11073 \begin_inset space \hfill{}
11074 \end_inset
11075
11076
11077 \end_layout
11078
11079 \begin_layout Standard
11080 \begin_inset VSpace medskip
11081 \end_inset
11082
11083 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11084  Die Akzente
11085 \begin_inset Newline linebreak
11086 \end_inset
11087
11088
11089 \series bold
11090
11091 \backslash
11092 widetilde
11093 \series default
11094  und 
11095 \series bold
11096
11097 \backslash
11098 widehat
11099 \series default
11100  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11101  was folgendes Beispiel verdeutlicht:
11102 \begin_inset Formula 
11103 \[
11104 \widetilde{A+B=C-D}
11105 \]
11106
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \begin_layout Standard
11113 Mit den im vorigen Kapitel beschriebenen Befehlen 
11114 \series bold
11115
11116 \backslash
11117 overset
11118 \series default
11119
11120 \begin_inset Index idx
11121 status collapsed
11122
11123 \begin_layout Plain Layout
11124 Befehle ! O ! 
11125 \backslash
11126 overset
11127 \end_layout
11128
11129 \end_inset
11130
11131  und 
11132 \series bold
11133
11134 \backslash
11135 underset
11136 \series default
11137
11138 \begin_inset Index idx
11139 status collapsed
11140
11141 \begin_layout Plain Layout
11142 Befehle ! U ! 
11143 \backslash
11144 underset
11145 \end_layout
11146
11147 \end_inset
11148
11149  ist es auch möglich mehrere Zeichen zu akzentuieren.
11150  Der Befehl 
11151 \series bold
11152
11153 \backslash
11154 underset
11155 \begin_inset ERT
11156 status collapsed
11157
11158 \begin_layout Plain Layout
11159
11160
11161 \backslash
11162 leer 
11163 \end_layout
11164
11165 \end_inset
11166
11167 A=B
11168 \begin_inset Formula $\downarrow$
11169 \end_inset
11170
11171 ***
11172 \series default
11173  ergibt:
11174 \begin_inset Formula 
11175 \[
11176 \underset{***}{A=B}
11177 \]
11178
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \begin_layout Section
11185 Leerraum
11186 \begin_inset CommandInset label
11187 LatexCommand label
11188 name "sub:Leerraum"
11189
11190 \end_inset
11191
11192
11193 \begin_inset Index idx
11194 status collapsed
11195
11196 \begin_layout Plain Layout
11197 Leerraum ! horizontaler
11198 \end_layout
11199
11200 \end_inset
11201
11202
11203 \end_layout
11204
11205 \begin_layout Subsection
11206 Vordefinierter Leerraum
11207 \begin_inset CommandInset label
11208 LatexCommand label
11209 name "sub:Vordefinierter-Leerraum"
11210
11211 \end_inset
11212
11213
11214 \begin_inset Index idx
11215 status collapsed
11216
11217 \begin_layout Plain Layout
11218 Leerraum ! horizontaler ! vordefiniert
11219 \end_layout
11220
11221 \end_inset
11222
11223
11224 \end_layout
11225
11226 \begin_layout Standard
11227 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11228  Dazu gibt man ein geschütztes Leerzeichen ein.
11229  Es erscheint ein 
11230 \begin_inset Quotes gld
11231 \end_inset
11232
11233
11234 \color blue
11235
11236 \begin_inset ERT
11237 status collapsed
11238
11239 \begin_layout Plain Layout
11240
11241
11242 \backslash
11243 leer 
11244 \end_layout
11245
11246 \end_inset
11247
11248
11249 \color inherit
11250
11251 \begin_inset Quotes grd
11252 \end_inset
11253
11254  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11255  Leerraum-Größen wählen.
11256  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11257 \begin_inset Graphics
11258         filename ../../images/math/space.png
11259         scale 85
11260
11261 \end_inset
11262
11263  oder mit einzelnen Befehlen aufrufen.
11264  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11265  danach wieder aus allen Größen wählen.
11266 \end_layout
11267
11268 \begin_layout Standard
11269 \align center
11270 \begin_inset VSpace -5mm
11271 \end_inset
11272
11273
11274 \begin_inset Tabular
11275 <lyxtabular version="3" rows="3" columns="7">
11276 <features tabularvalignment="middle">
11277 <column alignment="center" valignment="middle" width="6.8cm">
11278 <column alignment="center" valignment="top" width="0pt">
11279 <column alignment="center" valignment="top" width="0pt">
11280 <column alignment="center" valignment="top" width="0pt">
11281 <column alignment="center" valignment="top" width="0pt">
11282 <column alignment="center" valignment="top" width="0pt">
11283 <column alignment="center" valignment="top" width="0pt">
11284 <row>
11285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 Befehl
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298
11299 \backslash
11300 ,
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309
11310 \backslash
11311 :
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320
11321 \backslash
11322 ;
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331
11332 \backslash
11333 quad
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342
11343 \backslash
11344 qquad
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353
11354 \backslash
11355 !
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 </row>
11361 <row>
11362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 0
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 1
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 2
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 3
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 4
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 5
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 Ergebnis
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 \begin_inset Formula $A\, B$
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 \begin_inset Formula $A\: B$
11453 \end_inset
11454
11455
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 \begin_inset Formula $A\; B$
11465 \end_inset
11466
11467
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 \begin_inset Formula $A\quad B$
11477 \end_inset
11478
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Formula $A\qquad B$
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 \begin_inset Formula $A\! B$
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 </lyxtabular>
11510
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \begin_layout Standard
11517 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11518  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11519  denn sie erstellt negativen Leerraum.
11520  Es gibt noch zwei weitere negative Leerräume:
11521 \end_layout
11522
11523 \begin_layout Standard
11524 \align center
11525 \begin_inset Tabular
11526 <lyxtabular version="3" rows="3" columns="3">
11527 <features tabularvalignment="middle">
11528 <column alignment="center" valignment="middle" width="6.8cm">
11529 <column alignment="center" valignment="top" width="0pt">
11530 <column alignment="center" valignment="top" width="0pt">
11531 <row>
11532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 Befehl
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545
11546 \backslash
11547 negmedspace
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556
11557 \backslash
11558 negthickspace
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 6
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 7
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 </row>
11593 <row>
11594 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 Ergebnis
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 \begin_inset Formula $A\negmedspace B$
11608 \end_inset
11609
11610
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 \begin_inset Formula $A\negthickspace B$
11620 \end_inset
11621
11622
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 </row>
11628 </lyxtabular>
11629
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \begin_layout Standard
11636 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11637  Man kann auf diese Weise Ligaturen erzwingen, was z.
11638 \begin_inset space \thinspace{}
11639 \end_inset
11640
11641 B.
11642  für Summenzeichen von Nutzen ist: 
11643 \end_layout
11644
11645 \begin_layout Standard
11646 \align center
11647 \begin_inset Tabular
11648 <lyxtabular version="3" rows="3" columns="2">
11649 <features tabularvalignment="middle">
11650 <column alignment="center" valignment="top" width="0">
11651 <column alignment="center" valignment="top" width="0">
11652 <row>
11653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 Befehl
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 Ergebnis
11667 \begin_inset Note Note
11668 status collapsed
11669
11670 \begin_layout Plain Layout
11671
11672 \series bold
11673
11674 \backslash
11675 raisebox
11676 \series default
11677  dient nur als Abstandhalter.
11678 \end_layout
11679
11680 \end_inset
11681
11682
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 </row>
11688 <row>
11689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693
11694 \backslash
11695 sum
11696 \backslash
11697 sum
11698 \begin_inset ERT
11699 status collapsed
11700
11701 \begin_layout Plain Layout
11702
11703
11704 \backslash
11705 leer 
11706 \end_layout
11707
11708 \end_inset
11709
11710 f_kl
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11720 \end_inset
11721
11722
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 </row>
11728 <row>
11729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733
11734 \backslash
11735 sum
11736 \backslash
11737 negmedspace
11738 \backslash
11739 sum
11740 \begin_inset ERT
11741 status collapsed
11742
11743 \begin_layout Plain Layout
11744
11745
11746 \backslash
11747 leer 
11748 \end_layout
11749
11750 \end_inset
11751
11752 f_kl
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11762 \end_inset
11763
11764
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 </row>
11770 </lyxtabular>
11771
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Standard
11778 Relationen, wie z.
11779 \begin_inset space \thinspace{}
11780 \end_inset
11781
11782 B.
11783  Gleichheitszeichen, sind immer von Leerraum umgeben.
11784  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11785  TeX-Klammer.
11786  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11787 \end_layout
11788
11789 \begin_layout Standard
11790 \align center
11791 \begin_inset Tabular
11792 <lyxtabular version="3" rows="2" columns="2">
11793 <features tabularvalignment="middle">
11794 <column alignment="center" valignment="top" width="0pt">
11795 <column alignment="center" valignment="top" width="0pt">
11796 <row>
11797 <cell alignment="center" valignment="top" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 normale Gleichung
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 <cell alignment="center" valignment="top" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 \begin_inset Formula $A=B$
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 </row>
11819 <row>
11820 <cell alignment="center" valignment="top" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 \begin_inset Note Note
11825 status collapsed
11826
11827 \begin_layout Plain Layout
11828
11829 \series bold
11830
11831 \backslash
11832 raisebox
11833 \series default
11834  dient nur als Abstandhalter.
11835 \end_layout
11836
11837 \end_inset
11838
11839
11840 \begin_inset Formula $\raisebox{5mm}{}$
11841 \end_inset
11842
11843 Gleichung ohne Leerraum
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852 \begin_inset Formula $A{=}B$
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 </row>
11861 </lyxtabular>
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \begin_layout Standard
11869 Der Befehl für die letzte Formel lautet: 
11870 \series bold
11871 A
11872 \backslash
11873 {=
11874 \begin_inset Formula $\to$
11875 \end_inset
11876
11877 B
11878 \end_layout
11879
11880 \begin_layout Standard
11881 \begin_inset VSpace bigskip
11882 \end_inset
11883
11884 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11885  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11886  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11887 \family sans
11888 Einfügen\SpecialChar \menuseparator
11889 Formatierung\SpecialChar \menuseparator
11890 Kleiner
11891 \begin_inset space ~
11892 \end_inset
11893
11894 Abstand
11895 \family default
11896  (Tastenkürzel 
11897 \family sans
11898 Strg+Shift+Leertaste
11899 \family default
11900 ) ein.
11901 \end_layout
11902
11903 \begin_layout Standard
11904 Ein Beispiel zur Veranschaulichung:
11905 \end_layout
11906
11907 \begin_layout Standard
11908 \begin_inset Tabular
11909 <lyxtabular version="3" rows="2" columns="2">
11910 <features tabularvalignment="middle">
11911 <column alignment="left" valignment="top" width="0">
11912 <column alignment="left" valignment="top" width="0">
11913 <row>
11914 <cell alignment="center" valignment="top" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 24 kW
11919 \begin_inset Formula $\cdot$
11920 \end_inset
11921
11922 h
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 Leerzeichen zwischen Wert und Einheit
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell alignment="center" valignment="top" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 24
11943 \begin_inset space \thinspace{}
11944 \end_inset
11945
11946 kW
11947 \begin_inset Formula $\cdot$
11948 \end_inset
11949
11950 h
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 kleinster Leerraum zwischen Wert und Einheit
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 </row>
11965 </lyxtabular>
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Subsection
11973 Variabler Leerraum
11974 \begin_inset ERT
11975 status collapsed
11976
11977 \begin_layout Plain Layout
11978
11979
11980 \backslash
11981 texorpdfstring{
11982 \end_layout
11983
11984 \end_inset
11985
11986
11987 \begin_inset Foot
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991 für vertikalen Leerraum in Formeln siehe 
11992 \begin_inset CommandInset ref
11993 LatexCommand ref
11994 reference "sub:Zeilenabstand"
11995
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \begin_inset ERT
12005 status collapsed
12006
12007 \begin_layout Plain Layout
12008
12009 }{}
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \begin_inset Note Note
12016 status collapsed
12017
12018 \begin_layout Plain Layout
12019
12020 \series bold
12021
12022 \backslash
12023 texorpdfstring
12024 \series default
12025  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
12026 \end_layout
12027
12028 \begin_layout Plain Layout
12029 Näheres zu 
12030 \series bold
12031
12032 \backslash
12033 texorpdfstring
12034 \series default
12035  steht in Kapitel 
12036 \begin_inset CommandInset ref
12037 LatexCommand ref
12038 reference "sub:Formeln-in-Überschriften"
12039
12040 \end_inset
12041
12042 .
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \begin_inset CommandInset label
12049 LatexCommand label
12050 name "sub:Variabler-Leerraum"
12051
12052 \end_inset
12053
12054
12055 \begin_inset Index idx
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059 Leerraum ! horizontaler ! variabel
12060 \end_layout
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12069 \series bold
12070
12071 \backslash
12072 hspace
12073 \series default
12074
12075 \begin_inset Index idx
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079 Befehle ! H ! 
12080 \backslash
12081 hspace
12082 \end_layout
12083
12084 \end_inset
12085
12086  einfügen.
12087  Es erscheint ein langes 
12088 \begin_inset Quotes gld
12089 \end_inset
12090
12091
12092 \color blue
12093
12094 \begin_inset ERT
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098
12099
12100 \backslash
12101 leer 
12102 \end_layout
12103
12104 \end_inset
12105
12106
12107 \color inherit
12108
12109 \begin_inset Quotes grd
12110 \end_inset
12111
12112 .
12113  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12114  das 
12115 \begin_inset Quotes gld
12116 \end_inset
12117
12118
12119 \color blue
12120
12121 \begin_inset ERT
12122 status collapsed
12123
12124 \begin_layout Plain Layout
12125
12126
12127 \backslash
12128 leer 
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \color inherit
12135
12136 \begin_inset Quotes grd
12137 \end_inset
12138
12139  klickt.
12140  Die Länge darf auch negativ sein.
12141  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12142  einnimmt, benutzt man den Befehl 
12143 \series bold
12144
12145 \backslash
12146 hfill
12147 \series default
12148
12149 \begin_inset Index idx
12150 status collapsed
12151
12152 \begin_layout Plain Layout
12153 Befehle ! H ! 
12154 \backslash
12155 hfill
12156 \end_layout
12157
12158 \end_inset
12159
12160 .
12161 \end_layout
12162
12163 \begin_layout Standard
12164 \begin_inset VSpace -1mm
12165 \end_inset
12166
12167
12168 \end_layout
12169
12170 \begin_layout Standard
12171 \align center
12172 \begin_inset Tabular
12173 <lyxtabular version="3" rows="4" columns="2">
12174 <features tabularvalignment="middle">
12175 <column alignment="center" valignment="top" width="0">
12176 <column alignment="center" valignment="top" width="0">
12177 <row>
12178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12179 \begin_inset Text
12180
12181 \begin_layout Plain Layout
12182 Befehl (
12183 \backslash
12184 hspace Länge)
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 Ergebnis
12194 \end_layout
12195
12196 \end_inset
12197 </cell>
12198 </row>
12199 <row>
12200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 A=B
12205 \backslash
12206 hspace{3cm
12207 \begin_inset Formula $\to$
12208 \end_inset
12209
12210 A
12211 \backslash
12212 not=C (3
12213 \begin_inset space \thinspace{}
12214 \end_inset
12215
12216 cm)
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Plain Layout
12225 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12226 \end_inset
12227
12228
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 <row>
12235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 A
12240 \backslash
12241 hspace{-1mm
12242 \begin_inset Formula $\to$
12243 \end_inset
12244
12245 A
12246 \backslash
12247 not=A (-1
12248 \begin_inset space \thinspace{}
12249 \end_inset
12250
12251 mm)
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 </row>
12269 <row>
12270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 A=A
12275 \backslash
12276 hfill
12277 \begin_inset ERT
12278 status collapsed
12279
12280 \begin_layout Plain Layout
12281
12282
12283 \backslash
12284 leer 
12285 \end_layout
12286
12287 \end_inset
12288
12289 B=B
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12295 \begin_inset Text
12296
12297 \begin_layout Plain Layout
12298 \begin_inset Formula $A=A\hfill B=B$
12299 \end_inset
12300
12301
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 </row>
12307 </lyxtabular>
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Standard
12315 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12316  Spalteneintrags der Tabelle vorgegeben.
12317  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12318  in die 
12319 \series bold
12320
12321 \backslash
12322 hfill
12323 \series default
12324  eingegeben wird.
12325  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12326  
12327 \series bold
12328
12329 \backslash
12330 hfill
12331 \series default
12332  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12333 \series bold
12334 Eingerückt
12335 \series default
12336  eingestellt ist.
12337  (Formelstile sind in 
12338 \begin_inset CommandInset ref
12339 LatexCommand ref
12340 reference "sec:Formelstile"
12341
12342 \end_inset
12343
12344  erklärt.)
12345 \end_layout
12346
12347 \begin_layout Standard
12348 Neben 
12349 \series bold
12350
12351 \backslash
12352 hfill
12353 \series default
12354  gibt es noch die Befehle 
12355 \series bold
12356
12357 \backslash
12358 dotfill
12359 \series default
12360  und 
12361 \series bold
12362
12363 \backslash
12364 hrulefill
12365 \series default
12366 , die den Leerraum mit einem Muster füllen, siehe 
12367 \begin_inset CommandInset ref
12368 LatexCommand ref
12369 reference "sub:Fortsetzungspunkte"
12370
12371 \end_inset
12372
12373  für ein Beispiel.
12374 \end_layout
12375
12376 \begin_layout Standard
12377 Variabler Leerraum kann für Text über das Menü 
12378 \family sans
12379 Einfügen\SpecialChar \menuseparator
12380 Formatierung\SpecialChar \menuseparator
12381 Horizontaler
12382 \begin_inset space ~
12383 \end_inset
12384
12385 Abstand
12386 \family default
12387  eingefügt werden:
12388 \end_layout
12389
12390 \begin_layout Standard
12391 Dies ist eine Zeile mit
12392 \begin_inset space \hspace{}
12393 \length 2cm
12394 \end_inset
12395
12396 2
12397 \begin_inset space \thinspace{}
12398 \end_inset
12399
12400 cm Leerraum.
12401 \end_layout
12402
12403 \begin_layout Standard
12404 Dies ist eine Zeile mit
12405 \begin_inset space \hfill{}
12406 \end_inset
12407
12408 maximalem Leerraum.
12409 \end_layout
12410
12411 \begin_layout Subsection
12412 Leerraum neben eingebetteten Formeln
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Leerraum ! neben eingebetteten Formeln
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 Über die Länge 
12427 \series bold
12428
12429 \backslash
12430 mathsurround
12431 \series default
12432
12433 \begin_inset Index idx
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 Befehle ! M ! 
12438 \backslash
12439 mathsurround
12440 \end_layout
12441
12442 \end_inset
12443
12444  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12445  wird.
12446  Der Wert einer Länge wird mit dem Befehl 
12447 \series bold
12448
12449 \backslash
12450 setlength
12451 \series default
12452
12453 \begin_inset Index idx
12454 status collapsed
12455
12456 \begin_layout Plain Layout
12457 Befehle ! S ! 
12458 \backslash
12459 setlength
12460 \end_layout
12461
12462 \end_inset
12463
12464  gesetzt.
12465  Dieser besitzt folgendes Befehlsschema:
12466 \end_layout
12467
12468 \begin_layout Standard
12469
12470 \series bold
12471
12472 \backslash
12473 setlength{Längenname}{Wert}
12474 \end_layout
12475
12476 \begin_layout Standard
12477 Um 
12478 \series bold
12479
12480 \backslash
12481 mathsurround
12482 \series default
12483  den Wert 5
12484 \begin_inset space \thinspace{}
12485 \end_inset
12486
12487 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12488 \end_layout
12489
12490 \begin_layout Standard
12491
12492 \series bold
12493
12494 \backslash
12495 setlength{
12496 \backslash
12497 mathsurround}{5mm}
12498 \end_layout
12499
12500 \begin_layout Standard
12501 ein.
12502  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12503 \begin_inset space \thinspace{}
12504 \end_inset
12505
12506 mm Leerraum gesetzt:
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512
12513 \backslash
12514 setlength{
12515 \backslash
12516 mathsurround}{5mm}
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \begin_layout Standard
12525 Dies ist eine Zeile in der sich 
12526 \begin_inset Formula $A=B$
12527 \end_inset
12528
12529  eine Formel mit 5
12530 \begin_inset space \thinspace{}
12531 \end_inset
12532
12533 mm umgebendem Leerraum befindet.
12534 \begin_inset ERT
12535 status collapsed
12536
12537 \begin_layout Plain Layout
12538
12539
12540 \backslash
12541 setlength{
12542 \backslash
12543 mathsurround}{0pt}
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \begin_layout Standard
12552 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12553 \series bold
12554
12555 \backslash
12556 mathsurround
12557 \series default
12558  auf den Wert 0
12559 \begin_inset space \thinspace{}
12560 \end_inset
12561
12562 pt.
12563 \end_layout
12564
12565 \begin_layout Section
12566 Boxen und Rahmen
12567 \begin_inset Index idx
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571 Boxen
12572 \end_layout
12573
12574 \end_inset
12575
12576
12577 \begin_inset Index idx
12578 status collapsed
12579
12580 \begin_layout Plain Layout
12581 Rahmen | see
12582 \begin_inset ERT
12583 status collapsed
12584
12585 \begin_layout Plain Layout
12586
12587 {
12588 \end_layout
12589
12590 \end_inset
12591
12592 Boxen
12593 \begin_inset ERT
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597
12598 }
12599 \end_layout
12600
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \end_inset
12607
12608
12609 \end_layout
12610
12611 \begin_layout Standard
12612 Boxen für Text sind im Kapitel 
12613 \family typewriter
12614 Boxen
12615 \family default
12616  im Handbuch 
12617 \family typewriter
12618 Eingebettete
12619 \begin_inset space ~
12620 \end_inset
12621
12622 Objekte
12623 \family default
12624  beschrieben.
12625 \end_layout
12626
12627 \begin_layout Subsection
12628 Boxen mit Rahmen
12629 \begin_inset CommandInset label
12630 LatexCommand label
12631 name "sub:Boxen-mit-Rahmen"
12632
12633 \end_inset
12634
12635
12636 \begin_inset Index idx
12637 status collapsed
12638
12639 \begin_layout Plain Layout
12640 Boxen ! mit Rahmen
12641 \end_layout
12642
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \begin_layout Standard
12649 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12650 \series bold
12651
12652 \backslash
12653 fbox
12654 \series default
12655
12656 \begin_inset Index idx
12657 status collapsed
12658
12659 \begin_layout Plain Layout
12660 Befehle ! F ! 
12661 \backslash
12662 fbox
12663 \end_layout
12664
12665 \end_inset
12666
12667  und 
12668 \series bold
12669
12670 \backslash
12671 boxed
12672 \series default
12673
12674 \begin_inset Index idx
12675 status collapsed
12676
12677 \begin_layout Plain Layout
12678 Befehle ! B ! 
12679 \backslash
12680 boxed
12681 \end_layout
12682
12683 \end_inset
12684
12685  zu umranden.
12686 \end_layout
12687
12688 \begin_layout Standard
12689 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12690  in einem Rahmen.
12691  Bei 
12692 \series bold
12693
12694 \backslash
12695 fbox
12696 \series default
12697  muss in diesem Eingabefeld mit 
12698 \family sans
12699 Strg+M
12700 \family default
12701  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12702  als mathematischer Text behandelt.
12703  Verwendet man 
12704 \series bold
12705
12706 \backslash
12707 boxed
12708 \series default
12709 , wird automatisch im Rahmen eine neue Formel erzeugt.
12710 \end_layout
12711
12712 \begin_layout Standard
12713 Der Befehl 
12714 \series bold
12715
12716 \backslash
12717 fbox
12718 \series default
12719  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12720  wird dann immer in Textzeilengröße gesetzt.
12721  Im Gegensatz dazu ist 
12722 \series bold
12723
12724 \backslash
12725 boxed
12726 \series default
12727  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12728  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12729 \end_layout
12730
12731 \begin_layout Standard
12732 Als Erweiterung zu 
12733 \series bold
12734
12735 \backslash
12736 fbox
12737 \series default
12738  gibt es den Befehl 
12739 \series bold
12740
12741 \backslash
12742 framebox
12743 \series default
12744
12745 \begin_inset Index idx
12746 status collapsed
12747
12748 \begin_layout Plain Layout
12749 Befehle ! F ! 
12750 \backslash
12751 framebox
12752 \end_layout
12753
12754 \end_inset
12755
12756 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12757  kann.
12758  
12759 \series bold
12760
12761 \backslash
12762 framebox
12763 \series default
12764  wird nach folgendem Schema verwendet:
12765 \end_layout
12766
12767 \begin_layout Standard
12768
12769 \series bold
12770
12771 \backslash
12772 framebox[Rahmenbreite][Position]{Boxinhalt}
12773 \end_layout
12774
12775 \begin_layout Standard
12776 Die Position kann entweder 
12777 \emph on
12778 l
12779 \emph default
12780  oder 
12781 \emph on
12782 r
12783 \emph default
12784  sein.
12785  
12786 \emph on
12787 l
12788 \emph default
12789  bewirkt linksbündige, 
12790 \emph on
12791 r
12792 \emph default
12793  rechtsbündige Ausrichtung der Formel in der Box.
12794  Gibt man keine Position an, wird die Formel zentriert.
12795 \begin_inset Newline newline
12796 \end_inset
12797
12798 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12799  In diesem Falle wird die Rahmenbreite wie bei 
12800 \series bold
12801
12802 \backslash
12803 fbox
12804 \series default
12805  an den Boxinhalt angepasst.
12806 \end_layout
12807
12808 \begin_layout Standard
12809 Wenn man den Befehl 
12810 \series bold
12811
12812 \backslash
12813 framebox
12814 \series default
12815  eingibt, erscheint eine Box mit drei Eingabefeldern.
12816  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12817  beiden optionalen Argumente.
12818  In das dritte Feld wird wie bei 
12819 \series bold
12820
12821 \backslash
12822 fbox
12823 \series default
12824  die Formel eingegeben.
12825 \end_layout
12826
12827 \begin_layout Standard
12828 \align center
12829 \begin_inset Tabular
12830 <lyxtabular version="3" rows="5" columns="2">
12831 <features tabularvalignment="middle">
12832 <column alignment="center" valignment="top" width="0">
12833 <column alignment="center" valignment="top" width="0">
12834 <row>
12835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 Befehl
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 Ergebnis
12849 \begin_inset Note Note
12850 status collapsed
12851
12852 \begin_layout Plain Layout
12853
12854 \series bold
12855
12856 \backslash
12857 raisebox
12858 \series default
12859  dient nur als Abstandhalter.
12860 \end_layout
12861
12862 \end_inset
12863
12864
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 </row>
12870 <row>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875
12876 \backslash
12877 fbox
12878 \begin_inset ERT
12879 status collapsed
12880
12881 \begin_layout Plain Layout
12882
12883
12884 \backslash
12885 leer 
12886 \end_layout
12887
12888 \end_inset
12889
12890
12891 \family sans
12892 Strg+M
12893 \family default
12894  
12895 \backslash
12896 int
12897 \begin_inset ERT
12898 status collapsed
12899
12900 \begin_layout Plain Layout
12901
12902
12903 \backslash
12904 leer 
12905 \end_layout
12906
12907 \end_inset
12908
12909 A=B
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12919 \end_inset
12920
12921
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 </row>
12927 <row>
12928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932
12933 \backslash
12934 boxed
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940
12941 \backslash
12942 leer 
12943 \end_layout
12944
12945 \end_inset
12946
12947
12948 \backslash
12949 int
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 leer 
12958 \end_layout
12959
12960 \end_inset
12961
12962 A=B
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12972 \end_inset
12973
12974
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 </row>
12980 <row>
12981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 A+
12986 \backslash
12987 fbox
12988 \begin_inset ERT
12989 status collapsed
12990
12991 \begin_layout Plain Layout
12992
12993
12994 \backslash
12995 leer 
12996 \end_layout
12997
12998 \end_inset
12999
13000 B
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13010 \end_inset
13011
13012
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 </row>
13018 <row>
13019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023
13024 \backslash
13025 framebox
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030
13031
13032 \backslash
13033 leer 
13034 \end_layout
13035
13036 \end_inset
13037
13038 20mm
13039 \begin_inset Formula $\to$
13040 \end_inset
13041
13042
13043 \begin_inset Formula $\to$
13044 \end_inset
13045
13046
13047 \family sans
13048 Strg+M
13049 \family default
13050  
13051 \backslash
13052 frac
13053 \begin_inset ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058
13059 \backslash
13060 leer 
13061 \end_layout
13062
13063 \end_inset
13064
13065 A
13066 \begin_inset Formula $\downarrow$
13067 \end_inset
13068
13069 B
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 \begin_inset Formula $\raisebox{6mm}{}$
13079 \end_inset
13080
13081
13082 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13083 \end_inset
13084
13085
13086 \begin_inset Formula $\raisebox{-4mm}{}$
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 </row>
13095 </lyxtabular>
13096
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \begin_layout Standard
13103 Die Rahmendicke kann ebenfalls eingestellt werden.
13104  Dazu müssen vor der Formel im TeX-Modus die Befehle
13105 \end_layout
13106
13107 \begin_layout Standard
13108
13109 \series bold
13110
13111 \backslash
13112 fboxrule
13113 \series default
13114  
13115 \series bold
13116
13117 \begin_inset Quotes gld
13118 \end_inset
13119
13120 Dicke
13121 \begin_inset Quotes grd
13122 \end_inset
13123
13124
13125 \series default
13126  
13127 \series bold
13128
13129 \backslash
13130 fboxsep
13131 \series default
13132  
13133 \series bold
13134
13135 \begin_inset Quotes gld
13136 \end_inset
13137
13138 Abstand
13139 \begin_inset Quotes grd
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \begin_layout Standard
13146 eingegeben werden.
13147  
13148 \begin_inset Quotes gld
13149 \end_inset
13150
13151 Abstand
13152 \begin_inset Quotes grd
13153 \end_inset
13154
13155  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13156  in der Box fest.
13157  Ein Beispiel dafür ist folgende umrandete Formel:
13158 \begin_inset ERT
13159 status collapsed
13160
13161 \begin_layout Plain Layout
13162
13163
13164 \backslash
13165 fboxrule 2mm 
13166 \backslash
13167 fboxsep 3mm
13168 \end_layout
13169
13170 \end_inset
13171
13172
13173 \begin_inset Formula 
13174 \[
13175 \boxed{A+B=C}
13176 \]
13177
13178 \end_inset
13179
13180 Vor dieser Formel wurde im TeX-Modus
13181 \end_layout
13182
13183 \begin_layout Standard
13184
13185 \series bold
13186
13187 \backslash
13188 fboxrule
13189 \series default
13190  
13191 \series bold
13192 2mm
13193 \series default
13194  
13195 \series bold
13196
13197 \backslash
13198 fboxsep
13199 \series default
13200  
13201 \series bold
13202 3mm
13203 \end_layout
13204
13205 \begin_layout Standard
13206 eingegeben.
13207  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13208 \end_layout
13209
13210 \begin_layout Standard
13211 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13212  nächsten Formel im TeX-Modus folgende Befehle ein:
13213 \end_layout
13214
13215 \begin_layout Standard
13216
13217 \series bold
13218
13219 \backslash
13220 fboxrule
13221 \series default
13222  
13223 \series bold
13224 0.4pt
13225 \series default
13226  
13227 \series bold
13228
13229 \backslash
13230 fboxsep
13231 \series default
13232  
13233 \series bold
13234 3pt
13235 \series default
13236
13237 \begin_inset ERT
13238 status collapsed
13239
13240 \begin_layout Plain Layout
13241
13242
13243 \backslash
13244 fboxrule 0.4pt 
13245 \backslash
13246 fboxsep 3pt
13247 \end_layout
13248
13249 \end_inset
13250
13251
13252 \end_layout
13253
13254 \begin_layout Subsection
13255 Boxen ohne Rahmen
13256 \begin_inset CommandInset label
13257 LatexCommand label
13258 name "sub:Boxen-ohne-Rahmen"
13259
13260 \end_inset
13261
13262
13263 \begin_inset Index idx
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267 Boxen ! ohne Rahmen
13268 \end_layout
13269
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Standard
13276 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13277 \series bold
13278
13279 \backslash
13280 mbox
13281 \series default
13282
13283 \begin_inset Index idx
13284 status collapsed
13285
13286 \begin_layout Plain Layout
13287 Befehle ! M ! 
13288 \backslash
13289 mbox
13290 \end_layout
13291
13292 \end_inset
13293
13294
13295 \series bold
13296
13297 \backslash
13298 makebox
13299 \series default
13300
13301 \begin_inset Index idx
13302 status collapsed
13303
13304 \begin_layout Plain Layout
13305 Befehle ! M ! 
13306 \backslash
13307 makebox
13308 \end_layout
13309
13310 \end_inset
13311
13312  und
13313 \begin_inset Newline linebreak
13314 \end_inset
13315
13316
13317 \series bold
13318
13319 \backslash
13320 raisebox
13321 \series default
13322
13323 \begin_inset Index idx
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327 Befehle ! R ! 
13328 \backslash
13329 raisebox
13330 \end_layout
13331
13332 \end_inset
13333
13334
13335 \end_layout
13336
13337 \begin_layout Standard
13338 Mit 
13339 \series bold
13340
13341 \backslash
13342 raisebox
13343 \series default
13344  kann man eine Box hoch- oder tiefstellen.
13345  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13346 n die Schriftgröße bei.
13347  
13348 \series bold
13349
13350 \backslash
13351 raisebox
13352 \series default
13353  wird dabei mit folgendem Schema benutzt:
13354 \end_layout
13355
13356 \begin_layout Standard
13357
13358 \series bold
13359
13360 \backslash
13361 raisebox{Höhe}{Boxinhalt}
13362 \end_layout
13363
13364 \begin_layout Standard
13365 Soll in der Box eine Formel stehen, muss man wie bei 
13366 \series bold
13367
13368 \backslash
13369 fbox
13370 \series default
13371  eine weitere Formel erstellen.
13372  
13373 \begin_inset Note Greyedout
13374 status open
13375
13376 \begin_layout Plain Layout
13377
13378 \series bold
13379 Achtung:
13380 \series default
13381  Für 
13382 \series bold
13383
13384 \backslash
13385 raisebox
13386 \series default
13387  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13388  
13389 \family sans
13390 Strg+M
13391 \family default
13392  erstellt, denn LyX unterstützt 
13393 \series bold
13394
13395 \backslash
13396 raisebox
13397 \series default
13398  noch nicht direkt.
13399 \end_layout
13400
13401 \end_inset
13402
13403
13404 \end_layout
13405
13406 \begin_layout Standard
13407 \align center
13408 \begin_inset Tabular
13409 <lyxtabular version="3" rows="4" columns="2">
13410 <features tabularvalignment="middle">
13411 <column alignment="center" valignment="top" width="0">
13412 <column alignment="center" valignment="top" width="0">
13413 <row>
13414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 Befehl
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 Ergebnis
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 </row>
13433 <row>
13434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 H
13439 \backslash
13440 raisebox{2mm
13441 \begin_inset Formula $\to$
13442 \end_inset
13443
13444
13445 \backslash
13446 {al
13447 \begin_inset Formula $\to$
13448 \end_inset
13449
13450  lo
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13460 \end_inset
13461
13462
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 <row>
13469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 H
13474 \backslash
13475 raisebox{-2mm
13476 \begin_inset Formula $\to$
13477 \end_inset
13478
13479
13480 \backslash
13481 {al
13482 \begin_inset Formula $\to$
13483 \end_inset
13484
13485 lo
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 </row>
13503 <row>
13504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 A=
13509 \backslash
13510 raisebox{-2mm
13511 \begin_inset Formula $\to$
13512 \end_inset
13513
13514
13515 \backslash
13516 {
13517 \family sans
13518 Strg+M Strg+M
13519 \family default
13520  
13521 \backslash
13522 sqrt
13523 \begin_inset ERT
13524 status collapsed
13525
13526 \begin_layout Plain Layout
13527
13528
13529 \backslash
13530 leer 
13531 \end_layout
13532
13533 \end_inset
13534
13535
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13545 \end_inset
13546
13547
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 </row>
13553 </lyxtabular>
13554
13555 \end_inset
13556
13557
13558 \end_layout
13559
13560 \begin_layout Standard
13561 Der Befehl 
13562 \series bold
13563
13564 \backslash
13565 mbox
13566 \series default
13567  ist äquivalent zu 
13568 \series bold
13569
13570 \backslash
13571 fbox
13572 \series default
13573  und 
13574 \series bold
13575
13576 \backslash
13577 makebox
13578 \series default
13579  ist äquivalent zu 
13580 \series bold
13581
13582 \backslash
13583 framebox
13584 \series default
13585 , nur dass es keinen Rahmen gibt.
13586 \end_layout
13587
13588 \begin_layout Subsection
13589 Farbige Boxen
13590 \begin_inset CommandInset label
13591 LatexCommand label
13592 name "sub:Farbige-Boxen"
13593
13594 \end_inset
13595
13596
13597 \begin_inset Index idx
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601 Boxen ! farbige
13602 \end_layout
13603
13604 \end_inset
13605
13606
13607 \end_layout
13608
13609 \begin_layout Standard
13610 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13611  im LaTeX-Vorspann das LaTeX-Paket 
13612 \series bold
13613 color
13614 \series default
13615
13616 \begin_inset Foot
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620 Das Paket 
13621 \series bold
13622 color
13623 \series default
13624  ist Teil jeder LaTeX-Standardinstallation.
13625 \end_layout
13626
13627 \end_inset
13628
13629
13630 \begin_inset Index idx
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634 Pakete ! color
13635 \end_layout
13636
13637 \end_inset
13638
13639  mit der Zeile
13640 \end_layout
13641
13642 \begin_layout Standard
13643
13644 \series bold
13645
13646 \backslash
13647 usepackage{color}
13648 \end_layout
13649
13650 \begin_layout Standard
13651 geladen werden
13652 \begin_inset Foot
13653 status collapsed
13654
13655 \begin_layout Plain Layout
13656 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13657  LyX das LaTeX-Paket 
13658 \series bold
13659 color
13660 \series default
13661  automatisch.
13662  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13663  keine Probleme hervorruft.
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \begin_inset Note Note
13670 status collapsed
13671
13672 \begin_layout Plain Layout
13673 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13674  ein Makro eingefügt.
13675 \end_layout
13676
13677 \end_inset
13678
13679 .
13680 \end_layout
13681
13682 \begin_layout Standard
13683 \begin_inset VSpace medskip
13684 \end_inset
13685
13686 Um Boxen einzufärben, verwendet man den Befehl 
13687 \series bold
13688
13689 \backslash
13690 colorbox
13691 \series default
13692
13693 \begin_inset Index idx
13694 status collapsed
13695
13696 \begin_layout Plain Layout
13697 Befehle ! C ! 
13698 \backslash
13699 colorbox
13700 \end_layout
13701
13702 \end_inset
13703
13704  nach folgendem Schema:
13705 \end_layout
13706
13707 \begin_layout Standard
13708
13709 \series bold
13710
13711 \backslash
13712 colorbox{Farbe}{Boxinhalt}
13713 \end_layout
13714
13715 \begin_layout Standard
13716 Der Boxinhalt kann auch wieder eine Box sein und eine 
13717 \series bold
13718
13719 \backslash
13720 colorbox
13721 \series default
13722  kann auch ein Teil einer anderen Box sein (siehe 2.
13723  und 3.
13724  Beispiel).
13725  Soll in der Box eine Formel stehen, muss wie bei 
13726 \series bold
13727
13728 \backslash
13729 raisebox
13730 \series default
13731  eine weitere Formel erstellt werden.
13732 \begin_inset Foot
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736 Das gilt auch für den Befehl 
13737 \series bold
13738
13739 \backslash
13740 fcolorbox
13741 \series default
13742 .
13743 \end_layout
13744
13745 \end_inset
13746
13747
13748 \end_layout
13749
13750 \begin_layout Standard
13751 Aus folgenden vordefinierten Farben kann gewählt werden:
13752 \end_layout
13753
13754 \begin_layout Standard
13755
13756 \series bold
13757 black
13758 \series default
13759
13760 \series bold
13761 blue
13762 \series default
13763
13764 \series bold
13765 cyan
13766 \series default
13767
13768 \series bold
13769 green
13770 \series default
13771
13772 \series bold
13773 magenta
13774 \series default
13775
13776 \series bold
13777 red
13778 \series default
13779
13780 \series bold
13781 white
13782 \series default
13783  und 
13784 \series bold
13785 yellow
13786 \end_layout
13787
13788 \begin_layout Standard
13789 \align center
13790 \begin_inset Tabular
13791 <lyxtabular version="3" rows="4" columns="2">
13792 <features tabularvalignment="middle">
13793 <column alignment="center" valignment="top" width="0">
13794 <column alignment="center" valignment="top" width="0">
13795 <row>
13796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 Befehl
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 Ergebnis
13810 \begin_inset Note Note
13811 status collapsed
13812
13813 \begin_layout Plain Layout
13814
13815 \series bold
13816
13817 \backslash
13818 raisebox
13819 \series default
13820  dient nur als Abstandhalter.
13821 \end_layout
13822
13823 \end_inset
13824
13825
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 </row>
13831 <row>
13832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836
13837 \backslash
13838 colorbox{yellow
13839 \begin_inset Formula $\to$
13840 \end_inset
13841
13842
13843 \backslash
13844 {A=B
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13854 \end_inset
13855
13856
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 <row>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867
13868 \backslash
13869 colorbox{green
13870 \begin_inset Formula $\to$
13871 \end_inset
13872
13873
13874 \backslash
13875 {
13876 \backslash
13877 fbox
13878 \begin_inset ERT
13879 status collapsed
13880
13881 \begin_layout Plain Layout
13882
13883
13884 \backslash
13885 leer 
13886 \end_layout
13887
13888 \end_inset
13889
13890 A=B
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13900 \end_inset
13901
13902
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 </row>
13908 <row>
13909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913
13914 \backslash
13915 fbox
13916 \begin_inset ERT
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920
13921
13922 \backslash
13923 leer 
13924 \end_layout
13925
13926 \end_inset
13927
13928
13929 \backslash
13930 colorbox{green
13931 \begin_inset Formula $\to$
13932 \end_inset
13933
13934
13935 \backslash
13936 {
13937 \family sans
13938 Strg+M Strg+M
13939 \family default
13940  
13941 \backslash
13942 int
13943 \begin_inset ERT
13944 status collapsed
13945
13946 \begin_layout Plain Layout
13947
13948
13949 \backslash
13950 leer 
13951 \end_layout
13952
13953 \end_inset
13954
13955 C=D
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13965 \end_inset
13966
13967
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 </row>
13973 </lyxtabular>
13974
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \begin_layout Standard
13981
13982 \series bold
13983
13984 \backslash
13985 colorbox
13986 \series default
13987  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13988  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13989  
13990 \family sans
13991 Textstil
13992 \family default
13993  die gewünschte Farbe aus.
13994  Der Dialog kann mit dem Werkzeugleistenknopf 
13995 \begin_inset Graphics
13996         filename ../../images/dialog-show_character.png
13997         scale 85
13998
13999 \end_inset
14000
14001  oder dem Menü 
14002 \family sans
14003 Bearbeiten\SpecialChar \menuseparator
14004 Textstil\SpecialChar \menuseparator
14005 Benutzerdefiniert
14006 \family default
14007  aufgerufen werden.
14008  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
14009  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
14010  innerhalb der Formel die Farbe geändert werden.
14011 \end_layout
14012
14013 \begin_layout Standard
14014 Ein Beispiel:
14015 \end_layout
14016
14017 \begin_layout Standard
14018
14019 \color red
14020 \begin_inset Formula 
14021 \begin{equation}
14022 \int A=B\label{eq:rot}
14023 \end{equation}
14024
14025 \end_inset
14026
14027
14028 \color green
14029
14030 \begin_inset Formula 
14031 \begin{equation}
14032 \textcolor{red}{\int A=B}\label{eq:rotgruen}
14033 \end{equation}
14034
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \begin_layout Standard
14041 Formel 
14042 \begin_inset CommandInset ref
14043 LatexCommand eqref
14044 reference "eq:rot"
14045
14046 \end_inset
14047
14048  ist komplett rot gefärbt.
14049 \begin_inset Newline newline
14050 \end_inset
14051
14052 Formel 
14053 \begin_inset CommandInset ref
14054 LatexCommand eqref
14055 reference "eq:rotgruen"
14056
14057 \end_inset
14058
14059  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14060  Anschließend wurden die Formelzeichen rot gefärbt.
14061 \end_layout
14062
14063 \begin_layout Standard
14064 \begin_inset VSpace bigskip
14065 \end_inset
14066
14067 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14068  den Befehl 
14069 \series bold
14070
14071 \backslash
14072 fcolorbox
14073 \series default
14074
14075 \begin_inset Index idx
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079 Befehle ! F ! 
14080 \backslash
14081 fcolorbox
14082 \end_layout
14083
14084 \end_inset
14085
14086  nach folgendem Schema:
14087 \end_layout
14088
14089 \begin_layout Standard
14090
14091 \series bold
14092
14093 \backslash
14094 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14095 \end_layout
14096
14097 \begin_layout Standard
14098
14099 \series bold
14100
14101 \backslash
14102 fcolorbox
14103 \series default
14104  stellt also eine Erweiterung des Befehls 
14105 \series bold
14106
14107 \backslash
14108 colorbox
14109 \series default
14110  dar.
14111  Die Rahmenbreite wird, wie bei 
14112 \series bold
14113
14114 \backslash
14115 framebox
14116 \series default
14117 , mit 
14118 \series bold
14119
14120 \backslash
14121 fboxrule
14122 \series default
14123  und 
14124 \series bold
14125
14126 \backslash
14127 fboxsep
14128 \series default
14129  festgelegt.
14130  Ein Beispiel:
14131 \begin_inset ERT
14132 status collapsed
14133
14134 \begin_layout Plain Layout
14135
14136
14137 \backslash
14138 fboxrule 1mm 
14139 \backslash
14140 fboxsep 1mm
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \begin_inset Formula 
14147 \[
14148 \fcolorbox{cyan}{magenta}{A=B}
14149 \]
14150
14151 \end_inset
14152
14153
14154 \begin_inset ERT
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158
14159
14160 \backslash
14161 fboxrule 0.4pt 
14162 \backslash
14163 fboxsep 3pt
14164 \end_layout
14165
14166 \end_inset
14167
14168
14169 \end_layout
14170
14171 \begin_layout Standard
14172 Diese Formel wurde mit folgendem Befehl erstellt:
14173 \begin_inset Newline newline
14174 \end_inset
14175
14176
14177 \series bold
14178
14179 \backslash
14180 fcolorbox{cyan
14181 \begin_inset Formula $\to$
14182 \end_inset
14183
14184
14185 \backslash
14186 {magenta
14187 \begin_inset Formula $\to$
14188 \end_inset
14189
14190
14191 \backslash
14192 {A=B
14193 \end_layout
14194
14195 \begin_layout Standard
14196 \begin_inset VSpace bigskip
14197 \end_inset
14198
14199 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14200  selbst definieren.
14201 \end_layout
14202
14203 \begin_layout Standard
14204 Man kann z.
14205 \begin_inset space \thinspace{}
14206 \end_inset
14207
14208 B.
14209  mit folgender LaTeX-Vorspannzeile die Farbe 
14210 \begin_inset Quotes gld
14211 \end_inset
14212
14213
14214 \series bold
14215 dunkelgruen
14216 \series default
14217
14218 \begin_inset Quotes grd
14219 \end_inset
14220
14221
14222 \begin_inset Foot
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226 In Befehlen darf kein Umlaut stehen, siehe 
14227 \begin_inset CommandInset ref
14228 LatexCommand ref
14229 reference "sec:Benutzerdefinierte-Befehle"
14230
14231 \end_inset
14232
14233 .
14234 \end_layout
14235
14236 \end_inset
14237
14238  definieren:
14239 \end_layout
14240
14241 \begin_layout Standard
14242
14243 \series bold
14244
14245 \backslash
14246 definecolor{dunkelgruen}{cmyk}{0.5,
14247 \series default
14248  
14249 \series bold
14250 0,
14251 \series default
14252  
14253 \series bold
14254 1,
14255 \series default
14256  
14257 \series bold
14258 0.5}
14259 \series default
14260
14261 \begin_inset Index idx
14262 status collapsed
14263
14264 \begin_layout Plain Layout
14265 Befehle ! D ! 
14266 \backslash
14267 definecolor
14268 \end_layout
14269
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \begin_layout Standard
14276
14277 \series bold
14278 cmyk
14279 \series default
14280  ist der Farbraum und steht für die Farben 
14281 \series bold
14282 cyan
14283 \series default
14284
14285 \series bold
14286 magenta
14287 \series default
14288
14289 \series bold
14290 yellow
14291 \series default
14292  und 
14293 \series bold
14294 black
14295 \series default
14296 .
14297  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14298  Für den Anteil kann man Werte im Bereich 0
14299 \begin_inset space \thinspace{}
14300 \end_inset
14301
14302 -
14303 \begin_inset space \thinspace{}
14304 \end_inset
14305
14306 1 angeben.
14307  Anstelle von 
14308 \series bold
14309 cmyk
14310 \series default
14311  kann man zur Definition auch den Farbraum 
14312 \series bold
14313 rgb
14314 \series default
14315  verwenden.
14316  
14317 \series bold
14318 rgb
14319 \series default
14320  steht für 
14321 \series bold
14322 red
14323 \series default
14324
14325 \series bold
14326 green
14327 \series default
14328  und 
14329 \series bold
14330 blue
14331 \series default
14332 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14333  Des Weiteren gibt es noch den Farbraum 
14334 \series bold
14335 gray
14336 \series default
14337 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14338 \end_layout
14339
14340 \begin_layout Standard
14341 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14342 \series bold
14343 darkgreen
14344 \series default
14345 , bei der die Zeichenfarbe 
14346 \series bold
14347 yellow
14348 \series default
14349  gewählt wurde:
14350 \begin_inset Formula 
14351 \begin{equation}
14352 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14353 \end{equation}
14354
14355 \end_inset
14356
14357
14358 \end_layout
14359
14360 \begin_layout Standard
14361 Selbst definierte Farben können mit dem Befehl 
14362 \series bold
14363
14364 \backslash
14365 textcolor
14366 \series default
14367  auch für Text
14368 \begin_inset Index idx
14369 status collapsed
14370
14371 \begin_layout Plain Layout
14372 Text ! farbiger
14373 \end_layout
14374
14375 \end_inset
14376
14377  verwendet werden:
14378 \end_layout
14379
14380 \begin_layout Standard
14381 \begin_inset ERT
14382 status collapsed
14383
14384 \begin_layout Plain Layout
14385
14386
14387 \backslash
14388 textcolor{dunkelgruen}{
14389 \end_layout
14390
14391 \end_inset
14392
14393 Dieser Satz ist 
14394 \begin_inset Quotes gld
14395 \end_inset
14396
14397 dunkelgruen
14398 \begin_inset Quotes grd
14399 \end_inset
14400
14401 .
14402 \begin_inset ERT
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406
14407 }
14408 \end_layout
14409
14410 \end_inset
14411
14412
14413 \end_layout
14414
14415 \begin_layout Standard
14416
14417 \series bold
14418
14419 \backslash
14420 textcolor
14421 \series default
14422
14423 \begin_inset Index idx
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427 Befehle ! T ! 
14428 \backslash
14429 textcolor
14430 \end_layout
14431
14432 \end_inset
14433
14434  wird nach dem Schema 
14435 \series bold
14436
14437 \backslash
14438 textcolor{Farbe}{zu
14439 \series default
14440  
14441 \series bold
14442 färbende
14443 \series default
14444  
14445 \series bold
14446 Zeichen}
14447 \series default
14448  verwendet.
14449 \end_layout
14450
14451 \begin_layout Standard
14452 \begin_inset Newpage newpage
14453 \end_inset
14454
14455
14456 \end_layout
14457
14458 \begin_layout Subsection
14459 Absatzboxen
14460 \begin_inset CommandInset label
14461 LatexCommand label
14462 name "sub:Absatzboxen"
14463
14464 \end_inset
14465
14466
14467 \begin_inset Index idx
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 Boxen ! Absatz-
14472 \end_layout
14473
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \begin_layout Standard
14480 Mit dem Menü 
14481 \family sans
14482 Einfügen\SpecialChar \menuseparator
14483 Box
14484 \family default
14485  oder dem Werkzeugleistenknopf 
14486 \begin_inset Graphics
14487         filename ../../images/box-insert.png
14488         scale 85
14489
14490 \end_inset
14491
14492  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14493  eine so genannte 
14494 \emph on
14495 Parbox
14496 \emph default
14497  (Absatzbox).
14498 \end_layout
14499
14500 \begin_layout Standard
14501 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14502 \end_layout
14503
14504 \begin_layout Standard
14505 \begin_inset VSpace medskip
14506 \end_inset
14507
14508 Dies ist eine Zeile 
14509 \begin_inset Box Boxed
14510 position "c"
14511 hor_pos "c"
14512 has_inner_box 1
14513 inner_pos "t"
14514 use_parbox 1
14515 use_makebox 0
14516 width "5cm"
14517 special "none"
14518 height "1in"
14519 height_special "totalheight"
14520 status open
14521
14522 \begin_layout Plain Layout
14523 Dies ist die Absatzbox.
14524  Sie ist genau 5
14525 \begin_inset space \thinspace{}
14526 \end_inset
14527
14528 cm lang und kann auch Formeln enthalten: 
14529 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \end_inset
14536
14537  mit einer Absatzbox.
14538 \begin_inset VSpace medskip
14539 \end_inset
14540
14541
14542 \end_layout
14543
14544 \begin_layout Standard
14545 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14546  graue Box mit dem Namen 
14547 \begin_inset Quotes gld
14548 \end_inset
14549
14550 Box(Gerahmt)
14551 \begin_inset Quotes grd
14552 \end_inset
14553
14554  klickt.
14555  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14556  In diesem Fall: 
14557 \emph on
14558 Verzierung
14559 \emph default
14560 : Rechteckige Box, 
14561 \emph on
14562 Innere Box
14563 \emph default
14564 : Parbox, 
14565 \emph on
14566 Breite
14567 \emph default
14568 : 5
14569 \begin_inset space \thinspace{}
14570 \end_inset
14571
14572 cm, 
14573 \emph on
14574 Vertikale Box Ausrichtung
14575 \emph default
14576 : Mitte
14577 \end_layout
14578
14579 \begin_layout Standard
14580 \begin_inset VSpace medskip
14581 \end_inset
14582
14583 In LaTeX wird eine Absatzbox mit dem Befehl 
14584 \series bold
14585
14586 \backslash
14587 parbox
14588 \series default
14589
14590 \begin_inset Index idx
14591 status collapsed
14592
14593 \begin_layout Plain Layout
14594 Befehle ! P ! 
14595 \backslash
14596 parbox
14597 \end_layout
14598
14599 \end_inset
14600
14601  erstellt, welcher folgendes Schema besitzt:
14602 \end_layout
14603
14604 \begin_layout Standard
14605
14606 \series bold
14607
14608 \backslash
14609 parbox[Position]{Breite}{Boxinhalt}
14610 \end_layout
14611
14612 \begin_layout Standard
14613 Die Positionen 
14614 \emph on
14615 b
14616 \emph default
14617  und 
14618 \emph on
14619 t
14620 \emph default
14621  sind möglich.
14622  
14623 \emph on
14624 b
14625 \emph default
14626  steht für 
14627 \begin_inset Quotes gld
14628 \end_inset
14629
14630 bottom
14631 \begin_inset Quotes grd
14632 \end_inset
14633
14634  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
14635  eingepasst wird.
14636  Bei 
14637 \emph on
14638 t
14639 \emph default
14640  wie 
14641 \begin_inset Quotes gld
14642 \end_inset
14643
14644 top
14645 \begin_inset Quotes grd
14646 \end_inset
14647
14648  (oben) geschieht dies für die erste Zeile.
14649  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14650  siehe das Kapitel 
14651 \emph on
14652 Boxen
14653 \emph default
14654  des Handbuchs
14655 \emph on
14656  Eingebettete
14657 \begin_inset space ~
14658 \end_inset
14659
14660 Objekte
14661 \emph default
14662  für Beispiele.
14663 \end_layout
14664
14665 \begin_layout Standard
14666 \begin_inset VSpace bigskip
14667 \end_inset
14668
14669 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14670  in eine Absatzbox setzen.
14671  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14672 \series bold
14673
14674 \backslash
14675 fbox{
14676 \backslash
14677 parbox{
14678 \backslash
14679 linewidth-2
14680 \backslash
14681 fboxsep-2
14682 \backslash
14683 fboxrule}{
14684 \series default
14685 .
14686  Hierbei steht 
14687 \series bold
14688
14689 \backslash
14690 linewidth
14691 \series default
14692
14693 \begin_inset Index idx
14694 status collapsed
14695
14696 \begin_layout Plain Layout
14697 Befehle ! L ! 
14698 \backslash
14699 linewidth
14700 \end_layout
14701
14702 \end_inset
14703
14704  für die im Dokument eingestellte Zeilenbreite.
14705  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14706 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14707  Da dies LyX aufgrund eines Fehlers
14708 \begin_inset Foot
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712 \begin_inset CommandInset href
14713 LatexCommand href
14714 name "LyX-Fehler #4483"
14715 target "http://www.lyx.org/trac/ticket/4483"
14716
14717 \end_inset
14718
14719
14720 \end_layout
14721
14722 \end_inset
14723
14724  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14725  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14726 spann das LaTeX-Paket 
14727 \series bold
14728 calc
14729 \series default
14730
14731 \begin_inset Foot
14732 status collapsed
14733
14734 \begin_layout Plain Layout
14735
14736 \series bold
14737 calc
14738 \series default
14739  ist Teil jeder LaTeX-Standardinstallation.
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \begin_inset Index idx
14746 status collapsed
14747
14748 \begin_layout Plain Layout
14749 Pakete ! calc
14750 \end_layout
14751
14752 \end_inset
14753
14754  mit der Zeile
14755 \end_layout
14756
14757 \begin_layout Standard
14758
14759 \series bold
14760
14761 \backslash
14762 usepackage{calc}
14763 \end_layout
14764
14765 \begin_layout Standard
14766 geladen werden.
14767  Nach der Formel werden beide Boxen geschlossen, indem man 
14768 \series bold
14769 }}
14770 \series default
14771  im TeX-Modus eingibt.
14772  Dazu ein Beispiel:
14773 \begin_inset ERT
14774 status collapsed
14775
14776 \begin_layout Plain Layout
14777
14778
14779 \backslash
14780 fboxsep 5mm 
14781 \backslash
14782 fboxrule 5mm
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset ERT
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795
14796
14797 \backslash
14798 fbox{
14799 \backslash
14800 parbox{
14801 \backslash
14802 linewidth-2
14803 \backslash
14804 fboxsep-2
14805 \backslash
14806 fboxrule}{
14807 \end_layout
14808
14809 \end_inset
14810
14811
14812 \begin_inset Formula 
14813 \begin{equation}
14814 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14815 \end{equation}
14816
14817 \end_inset
14818
14819
14820 \begin_inset ERT
14821 status collapsed
14822
14823 \begin_layout Plain Layout
14824
14825 }}
14826 \end_layout
14827
14828 \end_inset
14829
14830
14831 \begin_inset ERT
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835
14836
14837 \backslash
14838 fboxrule 0.4pt 
14839 \backslash
14840 fboxsep 3pt
14841 \end_layout
14842
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \begin_layout Standard
14849 \begin_inset VSpace medskip
14850 \end_inset
14851
14852 Da im Argument von 
14853 \series bold
14854
14855 \backslash
14856 fbox
14857 \series default
14858  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14859  keinen Unterschied zwischen 
14860 \series bold
14861
14862 \backslash
14863 fbox
14864 \series default
14865  und 
14866 \series bold
14867
14868 \backslash
14869 boxed
14870 \series default
14871 .
14872 \end_layout
14873
14874 \begin_layout Standard
14875 \begin_inset VSpace bigskip
14876 \end_inset
14877
14878 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14879  Dazu verwendet man 
14880 \series bold
14881
14882 \backslash
14883 parbox
14884 \series default
14885  in Verbindung mit dem Befehl 
14886 \series bold
14887
14888 \backslash
14889 tag
14890 \series default
14891 .
14892  (mehr zu 
14893 \series bold
14894
14895 \backslash
14896 tag
14897 \series default
14898  siehe 
14899 \begin_inset CommandInset ref
14900 LatexCommand ref
14901 reference "sub:Benutzerdefinierte-Nummerierung"
14902
14903 \end_inset
14904
14905 )
14906 \end_layout
14907
14908 \begin_layout Standard
14909 Ein Beispiel einer mit Hilfe von 
14910 \series bold
14911
14912 \backslash
14913 parbox
14914 \series default
14915  kommentierten Formel:
14916 \end_layout
14917
14918 \begin_layout Standard
14919 \begin_inset ERT
14920 status collapsed
14921
14922 \begin_layout Plain Layout
14923
14924
14925 \backslash
14926 [5x-7b=3b
14927 \backslash
14928 tag*{
14929 \backslash
14930 parbox{5cm}{
14931 \end_layout
14932
14933 \end_inset
14934
14935 Dies ist eine Beschreibung.
14936  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14937 \begin_inset ERT
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941
14942 }}
14943 \backslash
14944 ]
14945 \end_layout
14946
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \begin_layout Standard
14953 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14954  Befehl 
14955 \series bold
14956
14957 \backslash
14958 parbox
14959 \series default
14960  in Formeln noch nicht unterstützt.
14961  Die Formel wird mit folgender Befehlssequenz erstellt:
14962 \end_layout
14963
14964 \begin_layout Standard
14965 Der Befehl 
14966 \series bold
14967
14968 \backslash
14969 [5x-7b=3b
14970 \backslash
14971 tag*
14972 \backslash
14973 {
14974 \backslash
14975 parbox{5cm}{
14976 \series default
14977  wird im TeX-Modus eingegeben.
14978 \begin_inset Foot
14979 status collapsed
14980
14981 \begin_layout Plain Layout
14982 Ist der Formelstil 
14983 \series bold
14984 Eingerückt
14985 \series default
14986  aktiviert, kann 
14987 \series bold
14988
14989 \backslash
14990 tag*
14991 \backslash
14992 {
14993 \series default
14994  auch durch 
14995 \series bold
14996
14997 \backslash
14998 hfill
14999 \series default
15000  ersetzt werden.
15001  (Formelstile siehe 
15002 \begin_inset CommandInset ref
15003 LatexCommand ref
15004 reference "sec:Formelstile"
15005
15006 \end_inset
15007
15008 )
15009 \end_layout
15010
15011 \end_inset
15012
15013  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
15014 \series bold
15015 }}
15016 \backslash
15017 ]
15018 \series default
15019  im TeX-Modus ein.
15020  Die Befehle 
15021 \series bold
15022
15023 \backslash
15024 [
15025 \series default
15026  und 
15027 \series bold
15028
15029 \backslash
15030 ]
15031 \series default
15032  erstellen hierbei eine abgesetzte Formel.
15033 \end_layout
15034
15035 \begin_layout Standard
15036 Die Vorteile von 
15037 \series bold
15038
15039 \backslash
15040 parbox
15041 \series default
15042  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
15043  Textmodus 
15044 \begin_inset Quotes gld
15045 \end_inset
15046
15047 kommentiert
15048 \begin_inset Quotes grd
15049 \end_inset
15050
15051  wurde:
15052 \begin_inset Formula 
15053 \[
15054 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
15055 \]
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \begin_layout Standard
15063 \begin_inset Newpage newpage
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \begin_layout Section
15070 Operatoren
15071 \begin_inset Index idx
15072 status collapsed
15073
15074 \begin_layout Plain Layout
15075 Operatoren
15076 \end_layout
15077
15078 \end_inset
15079
15080
15081 \end_layout
15082
15083 \begin_layout Subsection
15084 Große Operatoren
15085 \begin_inset CommandInset label
15086 LatexCommand label
15087 name "sub:Große-Operatoren"
15088
15089 \end_inset
15090
15091
15092 \begin_inset Index idx
15093 status collapsed
15094
15095 \begin_layout Plain Layout
15096 Operatoren ! große
15097 \end_layout
15098
15099 \end_inset
15100
15101
15102 \begin_inset Index idx
15103 status collapsed
15104
15105 \begin_layout Plain Layout
15106 Summen
15107 \end_layout
15108
15109 \end_inset
15110
15111
15112 \begin_inset Index idx
15113 status collapsed
15114
15115 \begin_layout Plain Layout
15116 Integrale
15117 \end_layout
15118
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \begin_layout Standard
15125 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15126  sind, muss die Option 
15127 \family sans
15128 esint-Paket automatisch verwenden
15129 \family default
15130  in den Dokumenteinstellungen unter 
15131 \family sans
15132 Mathe-Optionen
15133 \family default
15134  gewählt sein.
15135 \end_layout
15136
15137 \begin_layout Standard
15138 \begin_inset space \hfill{}
15139 \end_inset
15140
15141
15142 \begin_inset Tabular
15143 <lyxtabular version="3" rows="11" columns="2">
15144 <features tabularvalignment="middle">
15145 <column alignment="center" valignment="top" width="0pt">
15146 <column alignment="center" valignment="top" width="0pt">
15147 <row>
15148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 Befehl
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 Ergebnis
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 <row>
15168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \backslash
15174 int
15175 \begin_inset Index idx
15176 status collapsed
15177
15178 \begin_layout Plain Layout
15179 Befehle ! I ! 
15180 \backslash
15181 int
15182 \end_layout
15183
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 \begin_inset Formula $\int$
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 </row>
15204 <row>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \backslash
15211 oint
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220 \begin_inset Formula $\oint$
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 </row>
15229 <row>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234
15235 \backslash
15236 ointctrclockwise
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245 \begin_inset Formula $\ointctrclockwise$
15246 \end_inset
15247
15248
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 </row>
15254 <row>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259
15260 \backslash
15261 ointclockwise
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270 \begin_inset Formula $\ointclockwise$
15271 \end_inset
15272
15273
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 </row>
15279 <row>
15280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284
15285 \backslash
15286 sqint
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295 \begin_inset Formula $\sqint$
15296 \end_inset
15297
15298
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309
15310 \backslash
15311 fint
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320  
15321 \begin_inset Formula $\fint$
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \backslash
15337 landupint
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346  
15347 \begin_inset Formula $\landupint$
15348 \end_inset
15349
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 </row>
15356 <row>
15357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361
15362 \backslash
15363 landdownint
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372  
15373 \begin_inset Formula $\landdownint$
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 <row>
15383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387
15388 \backslash
15389 bigcap
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 \begin_inset Formula $\bigcap$
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \end_inset
15405 </cell>
15406 </row>
15407 <row>
15408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412
15413 \backslash
15414 bigcup
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423 \begin_inset Formula $\bigcup$
15424 \end_inset
15425
15426
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 </row>
15432 </lyxtabular>
15433
15434 \end_inset
15435
15436
15437 \begin_inset space \hfill{}
15438 \end_inset
15439
15440
15441 \begin_inset Tabular
15442 <lyxtabular version="3" rows="11" columns="2">
15443 <features tabularvalignment="middle">
15444 <column alignment="center" valignment="top" width="0pt">
15445 <column alignment="center" valignment="top" width="0pt">
15446 <row>
15447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451 Befehl
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Plain Layout
15460 Ergebnis
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 </row>
15466 <row>
15467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471
15472 \backslash
15473 sum
15474 \begin_inset Index idx
15475 status collapsed
15476
15477 \begin_layout Plain Layout
15478 Befehle ! S ! 
15479 \backslash
15480 sum
15481 \end_layout
15482
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \end_inset
15489 </cell>
15490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494 \begin_inset Formula $\sum$
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 </row>
15503 <row>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \backslash
15510 prod
15511 \begin_inset Index idx
15512 status collapsed
15513
15514 \begin_layout Plain Layout
15515 Befehle ! P ! 
15516 \backslash
15517 prod
15518 \end_layout
15519
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 \begin_inset Formula $\prod$
15532 \end_inset
15533
15534
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 </row>
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \backslash
15547 coprod
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556 \begin_inset Formula $\coprod$
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 </row>
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \backslash
15572 bigodot
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581 \begin_inset Formula $\bigodot$
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row>
15591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \backslash
15597 bigotimes
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 \begin_inset Formula $\bigotimes$
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \backslash
15622 bigoplus
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 \begin_inset Formula $\bigoplus$
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 bigwedge
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 \begin_inset Formula $\bigwedge$
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \backslash
15672 bigvee
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Formula $\bigvee$
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 <row>
15691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695
15696 \backslash
15697 bigsqcup
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706 \begin_inset Formula $\bigsqcup$
15707 \end_inset
15708
15709
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 <row>
15716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \backslash
15722 biguplus
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731 \begin_inset Formula $\biguplus$
15732 \end_inset
15733
15734
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 </row>
15740 </lyxtabular>
15741
15742 \end_inset
15743
15744
15745 \begin_inset space \hfill{}
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \begin_layout Standard
15752 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15753 \begin_inset Graphics
15754         filename ../../images/math/intop.png
15755         scale 85
15756
15757 \end_inset
15758
15759  eingefügt werden.
15760 \end_layout
15761
15762 \begin_layout Standard
15763 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15764  Teil gleich aussehenden binären Operatoren.
15765  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15766  beschrieben.
15767 \end_layout
15768
15769 \begin_layout Standard
15770 Für alle Integrale gibt es Befehle, die auf 
15771 \series bold
15772 op
15773 \series default
15774  enden: 
15775 \series bold
15776
15777 \backslash
15778 intop
15779 \series default
15780
15781 \series bold
15782
15783 \backslash
15784 ointop
15785 \series default
15786  usw..
15787  Diese unterscheiden sich von 
15788 \series bold
15789
15790 \backslash
15791 int
15792 \series default
15793  usw.
15794 \begin_inset space \space{}
15795 \end_inset
15796
15797 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15798 \begin_inset CommandInset ref
15799 LatexCommand ref
15800 reference "sub:Operatorgrenzen"
15801
15802 \end_inset
15803
15804 .
15805  
15806 \end_layout
15807
15808 \begin_layout Subsubsection*
15809 Hinweise zu Integralen
15810 \end_layout
15811
15812 \begin_layout Standard
15813 Der Buchstabe 
15814 \emph on
15815 d
15816 \emph default
15817  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15818  muss.
15819  Dazu markiert man das 
15820 \emph on
15821 d
15822 \emph default
15823  und wandelt es mit der Tastenkombination 
15824 \family sans
15825 Alt+Z
15826 \begin_inset space ~
15827 \end_inset
15828
15829 R
15830 \family default
15831
15832 \begin_inset Foot
15833 status collapsed
15834
15835 \begin_layout Plain Layout
15836 Schriftstile siehe 
15837 \begin_inset CommandInset ref
15838 LatexCommand ref
15839 reference "sub:Schriftstile"
15840
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \end_inset
15847
15848  um.
15849  Anschließend fügt man vor dem 
15850 \emph on
15851 d
15852 \emph default
15853 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15854  Dazu ein Beispiel:
15855 \end_layout
15856
15857 \begin_layout Standard
15858 inkorrekt: 
15859 \begin_inset Formula $\int A(x)dx$
15860 \end_inset
15861
15862
15863 \begin_inset Newline newline
15864 \end_inset
15865
15866
15867 \begin_inset Phantom HPhantom
15868 status open
15869
15870 \begin_layout Plain Layout
15871 in
15872 \end_layout
15873
15874 \end_inset
15875
15876 korrekt: 
15877 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \begin_layout Standard
15884 \begin_inset VSpace medskip
15885 \end_inset
15886
15887 Für Mehrfachintegrale gibt es folgende Befehle:
15888 \begin_inset VSpace medskip
15889 \end_inset
15890
15891
15892 \end_layout
15893
15894 \begin_layout Standard
15895 \begin_inset space \hfill{}
15896 \end_inset
15897
15898
15899 \begin_inset Tabular
15900 <lyxtabular version="3" rows="4" columns="2">
15901 <features tabularvalignment="middle">
15902 <column alignment="center" valignment="top" width="0">
15903 <column alignment="center" valignment="top" width="0">
15904 <row>
15905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 Befehl
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 Ergebnis
15919 \begin_inset Note Note
15920 status collapsed
15921
15922 \begin_layout Plain Layout
15923
15924 \series bold
15925
15926 \backslash
15927 raisebox
15928 \series default
15929  dient nur als Abstandhalter.
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945
15946 \backslash
15947 iint
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 <row>
15966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970
15971 \backslash
15972 oiint
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15982 \end_inset
15983
15984
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 </row>
15990 <row>
15991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995
15996 \backslash
15997 sqiint
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 </lyxtabular>
16016
16017 \end_inset
16018
16019
16020 \begin_inset space \hfill{}
16021 \end_inset
16022
16023
16024 \begin_inset Tabular
16025 <lyxtabular version="3" rows="4" columns="2">
16026 <features tabularvalignment="middle">
16027 <column alignment="center" valignment="top" width="0">
16028 <column alignment="center" valignment="top" width="0">
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 Befehl
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043 Ergebnis
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 </row>
16049 <row>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054
16055 \backslash
16056 iiint
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16066 \end_inset
16067
16068
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 <row>
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079
16080 \backslash
16081 iiiint
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
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 dotsint
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16116 \end_inset
16117
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 </row>
16124 </lyxtabular>
16125
16126 \end_inset
16127
16128
16129 \begin_inset space \hfill{}
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \begin_layout Subsection
16136 Operatorgrenzen
16137 \begin_inset CommandInset label
16138 LatexCommand label
16139 name "sub:Operatorgrenzen"
16140
16141 \end_inset
16142
16143
16144 \begin_inset Index idx
16145 status collapsed
16146
16147 \begin_layout Plain Layout
16148 Operatoren ! Grenzen
16149 \end_layout
16150
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \begin_layout Standard
16157 Grenzen werden durch Hoch- bzw.
16158  Tiefstellen erzeugt:
16159 \end_layout
16160
16161 \begin_layout Standard
16162 \align center
16163 \begin_inset Tabular
16164 <lyxtabular version="3" rows="2" columns="2">
16165 <features tabularvalignment="middle">
16166 <column alignment="center" valignment="top" width="0pt">
16167 <column alignment="center" valignment="top" width="0pt">
16168 <row>
16169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173 Befehl
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 Ergebnis
16183 \begin_inset Note Note
16184 status collapsed
16185
16186 \begin_layout Plain Layout
16187
16188 \series bold
16189
16190 \backslash
16191 raisebox
16192 \series default
16193  dient nur als Abstandhalter.
16194 \end_layout
16195
16196 \end_inset
16197
16198
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 </row>
16204 <row>
16205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209
16210 \backslash
16211 prod^
16212 \backslash
16213 infty
16214 \begin_inset ERT
16215 status collapsed
16216
16217 \begin_layout Plain Layout
16218
16219
16220 \backslash
16221 leer 
16222 \end_layout
16223
16224 \end_inset
16225
16226
16227 \begin_inset Formula $\to$
16228 \end_inset
16229
16230 _0
16231 \begin_inset Formula $\to$
16232 \end_inset
16233
16234 A(x)
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16244 \end_inset
16245
16246
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 </row>
16252 </lyxtabular>
16253
16254 \end_inset
16255
16256
16257 \end_layout
16258
16259 \begin_layout Standard
16260 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16261  Operator gesetzt.
16262  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16263  bzw.
16264  unter den Operator gesetzt.
16265 \end_layout
16266
16267 \begin_layout Standard
16268 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16269  man den Cursor direkt hinter den Operator und setzt über das Menü 
16270 \family sans
16271 Bearbeiten\SpecialChar \menuseparator
16272 Mathe\SpecialChar \menuseparator
16273 Art der Operatorgrenzen ändern
16274 \family default
16275  die Grenzen auf 
16276 \series bold
16277 Eingebettet
16278 \series default
16279  (Tastenkombination 
16280 \family sans
16281 Alt+M
16282 \begin_inset space ~
16283 \end_inset
16284
16285 L
16286 \family default
16287 ).
16288  Dazu folgendes Beispiel:
16289 \end_layout
16290
16291 \begin_layout Standard
16292 Die normalen Grenzen sehen so aus:
16293 \begin_inset Formula 
16294 \[
16295 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16296 \]
16297
16298 \end_inset
16299
16300 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16301 \begin_inset Formula 
16302 \[
16303 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16304 \]
16305
16306 \end_inset
16307
16308 Bei Integralen werden mit Ausnahme von denen, die auf 
16309 \series bold
16310 op
16311 \series default
16312  enden (
16313 \series bold
16314
16315 \backslash
16316 intop
16317 \series default
16318
16319 \series bold
16320
16321 \backslash
16322 ointop
16323 \series default
16324  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16325  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16326  gesetzt.
16327  Im folgenden Beispiel wurde die Grenze deswegen auf 
16328 \series bold
16329 Anzeige
16330 \series default
16331  gesetzt und damit unter die Integrale geschrieben:
16332 \begin_inset Formula 
16333 \begin{equation}
16334 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16335 \end{equation}
16336
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \begin_layout Standard
16343 \begin_inset VSpace medskip
16344 \end_inset
16345
16346 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16347 \series bold
16348
16349 \backslash
16350 subarray
16351 \series default
16352
16353 \begin_inset Index idx
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357 Befehle ! S ! 
16358 \backslash
16359 subarray
16360 \end_layout
16361
16362 \end_inset
16363
16364  und 
16365 \series bold
16366
16367 \backslash
16368 substack
16369 \series default
16370
16371 \begin_inset Index idx
16372 status collapsed
16373
16374 \begin_layout Plain Layout
16375 Befehle ! S ! 
16376 \backslash
16377 substack
16378 \end_layout
16379
16380 \end_inset
16381
16382 .
16383  Um z.
16384 \begin_inset space \thinspace{}
16385 \end_inset
16386
16387 B.
16388  diesen Ausdruck 
16389 \begin_inset Formula 
16390 \begin{equation}
16391 \sum_{\begin{subarray}{c}
16392 0<k<1000\\
16393 \\
16394 k\,\in\,\mathbb{N}
16395 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16396 \end{equation}
16397
16398 \end_inset
16399
16400 zu erstellen, muss man Folgendes tun:
16401 \begin_inset Newline newline
16402 \end_inset
16403
16404 Zuerst gibt man den Befehl 
16405 \series bold
16406
16407 \backslash
16408 sum
16409 \series default
16410 ^
16411 \series bold
16412 n
16413 \begin_inset ERT
16414 status collapsed
16415
16416 \begin_layout Plain Layout
16417
16418
16419 \backslash
16420 leer 
16421 \end_layout
16422
16423 \end_inset
16424
16425 _
16426 \series default
16427  ein.
16428  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16429  In dieses gibt man den Befehl 
16430 \series bold
16431
16432 \backslash
16433 subarray
16434 \begin_inset ERT
16435 status collapsed
16436
16437 \begin_layout Plain Layout
16438
16439
16440 \backslash
16441 leer 
16442 \end_layout
16443
16444 \end_inset
16445
16446
16447 \series default
16448  ein.
16449  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16450  Zeilen untereinander schreiben.
16451  Mit Eingabe des Zeilenumbruchs (
16452 \family sans
16453 Strg+Enter
16454 \family default
16455 ) wird eine neue Zeile erstellt.
16456  Gibt man
16457 \begin_inset Newline newline
16458 \end_inset
16459
16460
16461 \series bold
16462 0<k<1000 Strg+Enter
16463 \begin_inset Newline newline
16464 \end_inset
16465
16466
16467 \series default
16468 ein, erscheint darunter ein Kästchen für die neue Zeile.
16469 \end_layout
16470
16471 \begin_layout Standard
16472 Die Ausrichtung der Zeilen kann mit der 
16473 \family sans
16474 Tabellen-Werkzeugleiste
16475 \family default
16476  oder dem Menü 
16477 \family sans
16478 Bearbeiten\SpecialChar \menuseparator
16479 Zeilen & Spalten
16480 \family default
16481  auf links geändert werden.
16482  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16483 \series bold
16484
16485 \backslash
16486 hfill
16487 \begin_inset ERT
16488 status collapsed
16489
16490 \begin_layout Plain Layout
16491
16492
16493 \backslash
16494 leer 
16495 \end_layout
16496
16497 \end_inset
16498
16499
16500 \series default
16501  eingegeben.
16502 \end_layout
16503
16504 \begin_layout Standard
16505 Der Befehl 
16506 \series bold
16507
16508 \backslash
16509 substack
16510 \series default
16511  ist äquivalent zu 
16512 \series bold
16513
16514 \backslash
16515 subarray
16516 \series default
16517 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16518 \end_layout
16519
16520 \begin_layout Standard
16521 \begin_inset VSpace bigskip
16522 \end_inset
16523
16524 Wie bei Formel 
16525 \begin_inset CommandInset ref
16526 LatexCommand eqref
16527 reference "eq:substack"
16528
16529 \end_inset
16530
16531  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16532  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16533 \end_layout
16534
16535 \begin_layout Standard
16536 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16537 \end_layout
16538
16539 \begin_layout Standard
16540
16541 \series bold
16542
16543 \backslash
16544 def
16545 \backslash
16546 clap#1{
16547 \backslash
16548 hbox to 0pt{
16549 \backslash
16550 hss #1
16551 \backslash
16552 hss}}
16553 \begin_inset Newline newline
16554 \end_inset
16555
16556
16557 \backslash
16558 def
16559 \backslash
16560 mathclap {
16561 \backslash
16562 mathpalette 
16563 \backslash
16564 mathclapinternal}
16565 \begin_inset Newline newline
16566 \end_inset
16567
16568
16569 \backslash
16570 def
16571 \backslash
16572 mathclapinternal #1#2{
16573 \backslash
16574 clap{$
16575 \backslash
16576 mathsurround =0pt #1{#2}$}}
16577 \end_layout
16578
16579 \begin_layout Standard
16580 Dadurch wird der Befehl 
16581 \series bold
16582
16583 \backslash
16584 mathclap
16585 \series default
16586
16587 \begin_inset Index idx
16588 status collapsed
16589
16590 \begin_layout Plain Layout
16591 Befehle ! M ! 
16592 \backslash
16593 mathclap
16594 \end_layout
16595
16596 \end_inset
16597
16598  definiert, der die Breite der Grenze auf 0
16599 \begin_inset space \thinspace{}
16600 \end_inset
16601
16602 pt setzt.
16603  Das Befehlsschema lautet
16604 \end_layout
16605
16606 \begin_layout Standard
16607
16608 \series bold
16609
16610 \backslash
16611 mathclap{Grenze}
16612 \end_layout
16613
16614 \begin_layout Standard
16615 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16616 \end_layout
16617
16618 \begin_layout Standard
16619 Auf Formel 
16620 \begin_inset CommandInset ref
16621 LatexCommand eqref
16622 reference "eq:substack"
16623
16624 \end_inset
16625
16626  angewandt, gibt man also den Befehl
16627 \end_layout
16628
16629 \begin_layout Standard
16630
16631 \series bold
16632
16633 \backslash
16634 sum_
16635 \backslash
16636 mathclap{
16637 \backslash
16638 substack
16639 \begin_inset ERT
16640 status collapsed
16641
16642 \begin_layout Plain Layout
16643
16644
16645 \backslash
16646 leer 
16647 \end_layout
16648
16649 \end_inset
16650
16651 0<k<1000 Strg+Enter
16652 \end_layout
16653
16654 \begin_layout Standard
16655 ein, um die untere Grenze zu erstellen.
16656  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16657 \begin_inset Formula 
16658 \[
16659 \sum_{\mathclap{\substack{0<k<1000\\
16660 \\
16661 k\,\in\,\mathbb{N}
16662 }
16663 }}^{n}k^{-2}
16664 \]
16665
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \begin_layout Standard
16672 \begin_inset VSpace bigskip
16673 \end_inset
16674
16675 In 
16676 \begin_inset CommandInset ref
16677 LatexCommand ref
16678 reference "sub:Selbstdefinierte-Operatoren"
16679
16680 \end_inset
16681
16682  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16683 \end_layout
16684
16685 \begin_layout Subsection
16686 Binäre Operatoren
16687 \begin_inset CommandInset label
16688 LatexCommand label
16689 name "sub:Binäre-Operatoren"
16690
16691 \end_inset
16692
16693
16694 \begin_inset Index idx
16695 status collapsed
16696
16697 \begin_layout Plain Layout
16698 Operatoren ! binäre
16699 \end_layout
16700
16701 \end_inset
16702
16703
16704 \end_layout
16705
16706 \begin_layout Standard
16707 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16708  ein Zeichen befindet.
16709 \begin_inset VSpace medskip
16710 \end_inset
16711
16712
16713 \end_layout
16714
16715 \begin_layout Standard
16716 \begin_inset space \hfill{}
16717 \end_inset
16718
16719
16720 \begin_inset Tabular
16721 <lyxtabular version="3" rows="13" columns="2">
16722 <features tabularvalignment="middle">
16723 <column alignment="center" valignment="top" width="0pt">
16724 <column alignment="center" valignment="top" width="0pt">
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 Befehl
16731 \begin_inset Note Note
16732 status collapsed
16733
16734 \begin_layout Plain Layout
16735
16736 \series bold
16737
16738 \backslash
16739 raisebox
16740 \series default
16741  dient nur als Abstandhalter.
16742 \end_layout
16743
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 Ergebnis
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 +
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 \begin_inset Formula $+$
16776 \end_inset
16777
16778
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 </row>
16784 <row>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 -
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 \begin_inset Formula $-$
16799 \end_inset
16800
16801
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 </row>
16807 <row>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812
16813 \backslash
16814 pm
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 \begin_inset Formula $\pm$
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 <row>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837
16838 \backslash
16839 mp
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 \begin_inset Formula $\mp$
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 <row>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862
16863 \backslash
16864 cdot
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 \begin_inset Formula $\cdot$
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \backslash
16889 times
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 \begin_inset Formula $\times$
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 <row>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912
16913 \backslash
16914 div
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 \begin_inset Formula $\div$
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 \begin_inset ERT
16938 status collapsed
16939
16940 \begin_layout Plain Layout
16941
16942
16943 \backslash
16944 raisebox{-1.2mm}{
16945 \end_layout
16946
16947 \end_inset
16948
16949 *
16950 \begin_inset ERT
16951 status collapsed
16952
16953 \begin_layout Plain Layout
16954
16955 }
16956 \end_layout
16957
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969 \begin_inset Formula $*$
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 </row>
16978 <row>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983
16984 \backslash
16985 star
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 \begin_inset Formula $\star$
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 </row>
17003 <row>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008
17009 \backslash
17010 circ
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 \begin_inset Formula $\circ$
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 </row>
17028 <row>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033
17034 \backslash
17035 diamond
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044 \begin_inset Formula $\diamond$
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058
17059 \backslash
17060 bullet
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 \begin_inset Formula $\bullet$
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 </lyxtabular>
17079
17080 \end_inset
17081
17082
17083 \begin_inset space \hfill{}
17084 \end_inset
17085
17086
17087 \begin_inset Tabular
17088 <lyxtabular version="3" rows="13" columns="2">
17089 <features tabularvalignment="middle">
17090 <column alignment="center" valignment="top" width="0pt">
17091 <column alignment="center" valignment="top" width="0pt">
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 Befehl
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 Ergebnis
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 </row>
17112 <row>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117
17118 \backslash
17119 nabla
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 \begin_inset Formula $\nabla$
17129 \end_inset
17130
17131
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 </row>
17137 <row>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142
17143 \backslash
17144 bigtriangledown
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 \begin_inset Formula $\bigtriangledown$
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 <row>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167
17168 \backslash
17169 bigtriangleup
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178 \begin_inset Formula $\bigtriangleup$
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 </row>
17187 <row>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192
17193 \backslash
17194 Box
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 \begin_inset Formula $\Box$
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \backslash
17219 cap 
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 \begin_inset Formula $\cap$
17229 \end_inset
17230
17231
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 </row>
17237 <row>
17238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242
17243 \backslash
17244 cup
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 \begin_inset Formula $\cup$
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 </row>
17262 <row>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267
17268 \backslash
17269 dagger
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278 \begin_inset Formula $\dagger$
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 </row>
17287 <row>
17288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292
17293 \backslash
17294 ddagger
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Formula $\ddagger$
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 </row>
17312 <row>
17313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317
17318 \backslash
17319 wr
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 \begin_inset Formula $\wr$
17329 \end_inset
17330
17331
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 </row>
17337 <row>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342
17343 \backslash
17344 bigcirc
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353 \begin_inset Formula $\bigcirc$
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 </row>
17362 <row>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367
17368 \backslash
17369 wedge
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 \begin_inset Formula $\wedge$
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 </row>
17387 <row>
17388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \backslash
17394 vee
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 \begin_inset Formula $\vee$
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 </lyxtabular>
17413
17414 \end_inset
17415
17416
17417 \begin_inset space \hfill{}
17418 \end_inset
17419
17420
17421 \begin_inset Tabular
17422 <lyxtabular version="3" rows="13" columns="2">
17423 <features tabularvalignment="middle">
17424 <column alignment="center" valignment="top" width="0pt">
17425 <column alignment="center" valignment="top" width="0pt">
17426 <row>
17427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 Befehl
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 Ergebnis
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 </row>
17446 <row>
17447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451
17452 \backslash
17453 oplus
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 \begin_inset Formula $\oplus$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 </row>
17471 <row>
17472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476
17477 \backslash
17478 ominus
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 \begin_inset Formula $\ominus$
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 </row>
17496 <row>
17497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501
17502 \backslash
17503 otimes
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512 \begin_inset Formula $\otimes$
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 </row>
17521 <row>
17522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526
17527 \backslash
17528 oslash
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 \begin_inset Formula $\oslash$
17538 \end_inset
17539
17540
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 </row>
17546 <row>
17547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551
17552 \backslash
17553 odot
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 \begin_inset Formula $\odot$
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 </row>
17571 <row>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576
17577 \backslash
17578 amalg
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587 \begin_inset Formula $\amalg$
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 </row>
17596 <row>
17597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601
17602 \backslash
17603 uplus
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 \begin_inset Formula $\uplus$
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 </row>
17621 <row>
17622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626
17627 \backslash
17628 setminus
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 \begin_inset Formula $\setminus$
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \backslash
17653 sqcap
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662 \begin_inset Formula $\sqcap$
17663 \end_inset
17664
17665
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 </row>
17671 <row>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676
17677 \backslash
17678 sqcup
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 \begin_inset Formula $\sqcup$
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 </row>
17696 <row>
17697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701
17702 \backslash
17703 triangleleft
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 \begin_inset Formula $\triangleleft$
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 </row>
17721 <row>
17722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726
17727 \backslash
17728 triangleright
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 \begin_inset Formula $\triangleright$
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 </row>
17746 </lyxtabular>
17747
17748 \end_inset
17749
17750
17751 \begin_inset space \hfill{}
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Standard
17758 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17759  
17760 \begin_inset Graphics
17761         filename ../../images/math/pm.png
17762         scale 85
17763
17764 \end_inset
17765
17766  eingefügt werden.
17767 \end_layout
17768
17769 \begin_layout Standard
17770 Um den Laplace-Operator darzustellen, kann man statt 
17771 \series bold
17772
17773 \backslash
17774 bigtriangleup
17775 \series default
17776  auch 
17777 \series bold
17778
17779 \backslash
17780 Delta
17781 \series default
17782  verwenden oder man benutzt 
17783 \series bold
17784
17785 \backslash
17786 nabla
17787 \series default
17788 ^
17789 \series bold
17790 2
17791 \series default
17792  (
17793 \begin_inset Formula $\nabla^{2}$
17794 \end_inset
17795
17796 ).
17797 \end_layout
17798
17799 \begin_layout Standard
17800 Das Zeichen 
17801 \family sans
17802 Menütrenner
17803 \family default
17804  im Menü 
17805 \family sans
17806 Einfügen\SpecialChar \menuseparator
17807 Sonderzeichen
17808 \family default
17809  ist der Operator 
17810 \series bold
17811
17812 \backslash
17813 triangleright
17814 \series default
17815 .
17816 \end_layout
17817
17818 \begin_layout Subsection
17819 Selbst definierte Operatoren
17820 \begin_inset CommandInset label
17821 LatexCommand label
17822 name "sub:Selbstdefinierte-Operatoren"
17823
17824 \end_inset
17825
17826
17827 \begin_inset Index idx
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831 Operatoren ! selbstdefinierte
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Standard
17840 Mit Hilfe des Befehls 
17841 \series bold
17842
17843 \backslash
17844 DeclareMathOperator
17845 \series default
17846
17847 \begin_inset Index idx
17848 status collapsed
17849
17850 \begin_layout Plain Layout
17851 Befehle ! D ! 
17852 \backslash
17853 dbinom@
17854 \backslash
17855 DeclareMathOperator
17856 \end_layout
17857
17858 \end_inset
17859
17860  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17861  Das Befehlsschema dazu lautet:
17862 \end_layout
17863
17864 \begin_layout Standard
17865
17866 \series bold
17867
17868 \backslash
17869 DeclareMathOperator{neuer Befehl}{Anzeige}
17870 \end_layout
17871
17872 \begin_layout Standard
17873 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17874  im Ausdruck aussieht.
17875  Will man einen großen Operator definieren, setzt man hinter den Befehl
17876  ein 
17877 \series bold
17878 *
17879 \series default
17880 .
17881  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17882  wie in 
17883 \begin_inset CommandInset ref
17884 LatexCommand ref
17885 reference "sub:Operatorgrenzen"
17886
17887 \end_inset
17888
17889  beschrieben.
17890 \end_layout
17891
17892 \begin_layout Standard
17893 Beispielsweise definiert die LaTeX-Vorspannzeile
17894 \end_layout
17895
17896 \begin_layout Standard
17897
17898 \series bold
17899
17900 \backslash
17901 DeclareMathOperator*{
17902 \backslash
17903 Raute}{
17904 \backslash
17905 blacklozenge}
17906 \end_layout
17907
17908 \begin_layout Standard
17909 den Befehl 
17910 \series bold
17911
17912 \backslash
17913 Raute
17914 \series default
17915 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17916  aus 
17917 \begin_inset CommandInset ref
17918 LatexCommand ref
17919 reference "sub:Sonstige-Symbole"
17920
17921 \end_inset
17922
17923  besteht:
17924 \begin_inset Formula 
17925 \[
17926 \Raute_{n=1}^{\infty}
17927 \]
17928
17929 \end_inset
17930
17931 Der Befehl für diese Formel lautet: 
17932 \series bold
17933
17934 \backslash
17935 Raute
17936 \series default
17937 ^
17938 \series bold
17939
17940 \backslash
17941 infty
17942 \begin_inset Formula $\to$
17943 \end_inset
17944
17945 _n=1
17946 \end_layout
17947
17948 \begin_layout Standard
17949 \begin_inset VSpace bigskip
17950 \end_inset
17951
17952 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17953  auch mit den Befehlen 
17954 \series bold
17955
17956 \backslash
17957 mathop
17958 \series default
17959
17960 \begin_inset Index idx
17961 status collapsed
17962
17963 \begin_layout Plain Layout
17964 Befehle ! M ! 
17965 \backslash
17966 mathop
17967 \end_layout
17968
17969 \end_inset
17970
17971  und 
17972 \series bold
17973
17974 \backslash
17975 mathbin
17976 \series default
17977
17978 \begin_inset Index idx
17979 status collapsed
17980
17981 \begin_layout Plain Layout
17982 Befehle ! M ! 
17983 \backslash
17984 mathbin
17985 \end_layout
17986
17987 \end_inset
17988
17989  definieren, die folgendes Schema besitzen:
17990 \end_layout
17991
17992 \begin_layout Standard
17993
17994 \series bold
17995
17996 \backslash
17997 mathop{Anzeige}
17998 \series default
17999  bzw.
18000  
18001 \series bold
18002
18003 \backslash
18004 mathbin{Anzeige}
18005 \end_layout
18006
18007 \begin_layout Standard
18008
18009 \series bold
18010
18011 \backslash
18012 mathop
18013 \series default
18014  definiert große, 
18015 \series bold
18016
18017 \backslash
18018 mathbin
18019 \series default
18020  binäre Operatoren.
18021 \end_layout
18022
18023 \begin_layout Standard
18024
18025 \series bold
18026
18027 \backslash
18028 mathop
18029 \series default
18030  lässt sich z.
18031 \begin_inset space \thinspace{}
18032 \end_inset
18033
18034 B.
18035  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
18036 \begin_inset Formula 
18037 \[
18038 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18039 \]
18040
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \begin_layout Standard
18047 Der Befehl für obige Formel lautet:
18048 \begin_inset Newline newline
18049 \end_inset
18050
18051  
18052 \series bold
18053
18054 \backslash
18055 mathop{
18056 \backslash
18057 sum
18058 \backslash
18059 negmedspace
18060 \backslash
18061 sum
18062 \series default
18063
18064 \begin_inset ERT
18065 status collapsed
18066
18067 \begin_layout Plain Layout
18068
18069
18070 \backslash
18071 leer 
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \series bold
18078
18079 \begin_inset Formula $\to$
18080 \end_inset
18081
18082 ^N
18083 \series default
18084
18085 \begin_inset ERT
18086 status collapsed
18087
18088 \begin_layout Plain Layout
18089
18090
18091 \backslash
18092 leer 
18093 \end_layout
18094
18095 \end_inset
18096
18097
18098 \series bold
18099 _i,j=1
18100 \end_layout
18101
18102 \begin_layout Section
18103 Schriften
18104 \begin_inset Index idx
18105 status collapsed
18106
18107 \begin_layout Plain Layout
18108 Schriften
18109 \end_layout
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \begin_layout Subsection
18117 Schriftstile
18118 \begin_inset CommandInset label
18119 LatexCommand label
18120 name "sub:Schriftstile"
18121
18122 \end_inset
18123
18124
18125 \begin_inset Index idx
18126 status collapsed
18127
18128 \begin_layout Plain Layout
18129 Schriften ! Schriftstile
18130 \end_layout
18131
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \begin_layout Standard
18138 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18139  gesetzt werden:
18140 \begin_inset VSpace -2mm
18141 \end_inset
18142
18143
18144 \end_layout
18145
18146 \begin_layout Standard
18147 \align center
18148 \begin_inset Tabular
18149 <lyxtabular version="3" rows="7" columns="3">
18150 <features tabularvalignment="middle">
18151 <column alignment="center" valignment="top" width="0">
18152 <column alignment="center" valignment="top" width="0">
18153 <column alignment="center" valignment="top" width="0">
18154 <row>
18155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 Befehl
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 Ergebnis
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 Tastenkürzel
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 </row>
18183 <row>
18184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188
18189 \backslash
18190 mathbb
18191 \series bold
18192
18193 \begin_inset ERT
18194 status collapsed
18195
18196 \begin_layout Plain Layout
18197
18198
18199 \backslash
18200 leer 
18201 \end_layout
18202
18203 \end_inset
18204
18205
18206 \series default
18207 ABC
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 \begin_inset Formula $\mathbb{ABC}$
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228 Alt+Z K
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 </row>
18234 <row>
18235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18236 \begin_inset Text
18237
18238 \begin_layout Plain Layout
18239
18240 \backslash
18241 mathbf
18242 \series bold
18243
18244 \begin_inset ERT
18245 status collapsed
18246
18247 \begin_layout Plain Layout
18248
18249
18250 \backslash
18251 leer 
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \series default
18258 AbC
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 \begin_inset Formula $\mathbf{AbC}$
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 Strg+B
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 <row>
18286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290
18291 \backslash
18292 boldsymbol
18293 \series bold
18294
18295 \begin_inset ERT
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299
18300
18301 \backslash
18302 leer 
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \series default
18309 AbC
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 \begin_inset Formula $\boldsymbol{AbC}$
18319 \end_inset
18320
18321
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 Alt+Z F oder Strg+Alt+B
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 </row>
18336 <row>
18337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341
18342 \backslash
18343 mathcal
18344 \series bold
18345
18346 \begin_inset ERT
18347 status collapsed
18348
18349 \begin_layout Plain Layout
18350
18351
18352 \backslash
18353 leer 
18354 \end_layout
18355
18356 \end_inset
18357
18358
18359 \series default
18360 ABC
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 \begin_inset Formula $\mathcal{ABC}$
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 Alt+Z H
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 </row>
18387 <row>
18388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \backslash
18394 mathfrak
18395 \series bold
18396
18397 \begin_inset ERT
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401
18402
18403 \backslash
18404 leer 
18405 \end_layout
18406
18407 \end_inset
18408
18409
18410 \series default
18411 AbC
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 \begin_inset Formula $\mathfrak{AbC}$
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432 -
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 </row>
18438 <row>
18439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443
18444 \backslash
18445 mathscr
18446 \series bold
18447
18448 \begin_inset ERT
18449 status collapsed
18450
18451 \begin_layout Plain Layout
18452
18453
18454 \backslash
18455 leer 
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \series default
18462 AbC
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 \begin_inset Formula $\mathscr{AbC}$
18472 \end_inset
18473
18474
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483 -
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 </row>
18489 </lyxtabular>
18490
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \begin_layout Standard
18497 \align center
18498 \begin_inset Tabular
18499 <lyxtabular version="3" rows="5" columns="3">
18500 <features tabularvalignment="middle">
18501 <column alignment="center" valignment="top" width="0">
18502 <column alignment="center" valignment="top" width="0">
18503 <column alignment="center" valignment="top" width="0">
18504 <row>
18505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 Befehl
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 Ergebnis
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 Tastenkürzel
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 </row>
18533 <row>
18534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538
18539 \backslash
18540 mathit
18541 \series bold
18542
18543 \begin_inset ERT
18544 status collapsed
18545
18546 \begin_layout Plain Layout
18547
18548
18549 \backslash
18550 leer 
18551 \end_layout
18552
18553 \end_inset
18554
18555
18556 \series default
18557 AbC
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 \begin_inset Formula $\mathit{AbC}$
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 -
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 </row>
18584 <row>
18585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589
18590 \backslash
18591 mathrm
18592 \series bold
18593
18594 \begin_inset ERT
18595 status collapsed
18596
18597 \begin_layout Plain Layout
18598
18599
18600 \backslash
18601 leer 
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \series default
18608 AbC
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 \begin_inset Formula $\mathrm{AbC}$
18618 \end_inset
18619
18620
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629 Alt+Z R
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 </row>
18635 <row>
18636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640
18641 \backslash
18642 mathsf
18643 \series bold
18644
18645 \begin_inset ERT
18646 status collapsed
18647
18648 \begin_layout Plain Layout
18649
18650
18651 \backslash
18652 leer 
18653 \end_layout
18654
18655 \end_inset
18656
18657
18658 \series default
18659 AbC
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668 \begin_inset Formula $\mathsf{AbC}$
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680 Alt+Z S
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 </row>
18686 <row>
18687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691
18692 \backslash
18693 mathtt
18694 \series bold
18695
18696 \begin_inset ERT
18697 status collapsed
18698
18699 \begin_layout Plain Layout
18700
18701
18702 \backslash
18703 leer 
18704 \end_layout
18705
18706 \end_inset
18707
18708
18709 \series default
18710 AbC
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 \begin_inset Formula $\mathtt{AbC}$
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731 Alt+Z C
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 </lyxtabular>
18738
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \begin_layout Standard
18745 \begin_inset Note Greyedout
18746 status open
18747
18748 \begin_layout Plain Layout
18749
18750 \series bold
18751 Achtung:
18752 \series default
18753  Die Stile 
18754 \series bold
18755
18756 \backslash
18757 mathbb
18758 \series default
18759  und 
18760 \series bold
18761
18762 \backslash
18763 mathcal
18764 \series default
18765  können nur für Großbuchstaben verwendet werden.
18766 \end_layout
18767
18768 \end_inset
18769
18770
18771 \end_layout
18772
18773 \begin_layout Standard
18774 Voreingestellt ist der Stil 
18775 \series bold
18776
18777 \backslash
18778 mathnormal
18779 \series default
18780 .
18781 \end_layout
18782
18783 \begin_layout Standard
18784 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18785 \begin_inset Formula 
18786 \[
18787 \mathfrak{A=\frac{b}{C}}
18788 \]
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \begin_layout Standard
18796 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18797 ile, sondern in dem Textschriftstil 
18798 \series bold
18799
18800 \backslash
18801 textrm
18802 \series default
18803 .
18804  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18805  ein Fehler in LyX.
18806 \begin_inset Foot
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810 \begin_inset CommandInset href
18811 LatexCommand href
18812 name "LyX-Fehler #4629"
18813 target "http://www.lyx.org/trac/ticket/4629"
18814
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \begin_layout Standard
18826 Anstelle der Stilbefehle kann man auch den Dialog 
18827 \family sans
18828 Bearbeiten\SpecialChar \menuseparator
18829 Mathe\SpecialChar \menuseparator
18830 Text-Stil
18831 \family default
18832  oder den Mathe-Werkzeugleistenknopf 
18833 \begin_inset Graphics
18834         filename ../../images/math/font.png
18835         scale 85
18836
18837 \end_inset
18838
18839  verwenden.
18840 \end_layout
18841
18842 \begin_layout Subsection
18843 Fett gedruckte Formeln
18844 \begin_inset CommandInset label
18845 LatexCommand label
18846 name "sub:Fett-gedruckte-Formeln"
18847
18848 \end_inset
18849
18850
18851 \begin_inset Index idx
18852 status collapsed
18853
18854 \begin_layout Plain Layout
18855 Formel ! fett gedruckte
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \begin_layout Standard
18864 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18865  Kapitel angegebenen Befehl 
18866 \series bold
18867
18868 \backslash
18869 mathbf
18870 \series default
18871  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18872  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18873  Formel gut erkennt:
18874 \end_layout
18875
18876 \begin_layout Standard
18877 \begin_inset Formula 
18878 \[
18879 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18880 \]
18881
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \begin_layout Standard
18888 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18889 \series bold
18890
18891 \backslash
18892 boldsymbol
18893 \series default
18894 :
18895 \begin_inset Formula 
18896 \[
18897 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18898 \]
18899
18900 \end_inset
18901
18902 Es gibt auch die Möglichkeit die Formel in eine 
18903 \series bold
18904 boldmath-Umgebung
18905 \series default
18906  zu setzen.
18907  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18908 \series bold
18909
18910 \backslash
18911 boldmath
18912 \series default
18913
18914 \begin_inset Index idx
18915 status collapsed
18916
18917 \begin_layout Plain Layout
18918 Befehle ! B ! 
18919 \backslash
18920 boldmath
18921 \end_layout
18922
18923 \end_inset
18924
18925  eingibt.
18926  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18927 \series bold
18928
18929 \backslash
18930 unboldmath
18931 \series default
18932
18933 \begin_inset Index idx
18934 status collapsed
18935
18936 \begin_layout Plain Layout
18937 Befehle ! U ! 
18938 \backslash
18939 unboldmath
18940 \end_layout
18941
18942 \end_inset
18943
18944  ein.
18945 \begin_inset ERT
18946 status collapsed
18947
18948 \begin_layout Plain Layout
18949
18950
18951 \backslash
18952 boldmath 
18953 \end_layout
18954
18955 \end_inset
18956
18957
18958 \begin_inset Formula 
18959 \[
18960 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18961 \]
18962
18963 \end_inset
18964
18965
18966 \begin_inset ERT
18967 status collapsed
18968
18969 \begin_layout Plain Layout
18970
18971
18972 \backslash
18973 unboldmath 
18974 \end_layout
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \begin_layout Subsection
18982 Farbige Formeln
18983 \begin_inset Index idx
18984 status collapsed
18985
18986 \begin_layout Plain Layout
18987 Formel ! farbige
18988 \end_layout
18989
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \begin_layout Standard
18996 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18997  oder Formelteile und verwenden dann den 
18998 \family sans
18999 Textstil
19000 \family default
19001  Dialog.
19002  Hier ist eine Formel in Magenta:
19003 \begin_inset Formula 
19004 \[
19005 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19006 \]
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Standard
19014 Man kann auch eigene Farben definieren, wie in 
19015 \begin_inset CommandInset ref
19016 LatexCommand ref
19017 reference "sub:Farbige-Boxen"
19018
19019 \end_inset
19020
19021  erklärt ist.
19022  Diese können dann mit dem TeX-Code Befehl 
19023 \series bold
19024
19025 \backslash
19026 textcolor
19027 \series default
19028
19029 \begin_inset Index idx
19030 status collapsed
19031
19032 \begin_layout Plain Layout
19033 Befehle! T ! 
19034 \backslash
19035 textcolor
19036 \end_layout
19037
19038 \end_inset
19039
19040  verwendet werden, dass folgendes Schema besitzt:
19041 \end_layout
19042
19043 \begin_layout Standard
19044
19045 \series bold
19046
19047 \backslash
19048 textcolor{Farbe}{Zeichen oder Formel}
19049 \end_layout
19050
19051 \begin_layout Standard
19052 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19053 \end_layout
19054
19055 \begin_layout Standard
19056 \begin_inset ERT
19057 status collapsed
19058
19059 \begin_layout Plain Layout
19060
19061
19062 \backslash
19063 textcolor{dunkelgruen}{
19064 \end_layout
19065
19066 \end_inset
19067
19068
19069 \begin_inset Formula 
19070 \[
19071 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19072 \]
19073
19074 \end_inset
19075
19076
19077 \begin_inset ERT
19078 status collapsed
19079
19080 \begin_layout Plain Layout
19081
19082 }
19083 \end_layout
19084
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \begin_layout Standard
19091 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
19092 n Farben gefärbt werden.
19093 \begin_inset Foot
19094 status collapsed
19095
19096 \begin_layout Plain Layout
19097 \begin_inset CommandInset href
19098 LatexCommand href
19099 name "LyX-bug #5269"
19100 target "http://www.lyx.org/trac/ticket/5269"
19101
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \begin_layout Subsection
19113 Schriftgrößen
19114 \begin_inset CommandInset label
19115 LatexCommand label
19116 name "sub:Schriftgrößen"
19117
19118 \end_inset
19119
19120
19121 \begin_inset Index idx
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125 Schriften ! Schriftgrößen
19126 \end_layout
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \begin_layout Standard
19134 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19135 le:
19136 \end_layout
19137
19138 \begin_layout Standard
19139
19140 \series bold
19141
19142 \backslash
19143 Huge
19144 \series default
19145
19146 \series bold
19147
19148 \backslash
19149 huge
19150 \series default
19151
19152 \series bold
19153
19154 \backslash
19155 LARGE
19156 \series default
19157
19158 \series bold
19159
19160 \backslash
19161 Large
19162 \series default
19163
19164 \series bold
19165
19166 \backslash
19167 large
19168 \series default
19169
19170 \series bold
19171
19172 \backslash
19173 normalsize
19174 \series default
19175
19176 \series bold
19177
19178 \backslash
19179 small
19180 \series default
19181
19182 \series bold
19183
19184 \backslash
19185 footnotesize
19186 \series default
19187 ,
19188 \begin_inset Newline linebreak
19189 \end_inset
19190
19191
19192 \series bold
19193
19194 \backslash
19195 scriptsize
19196 \series default
19197  und 
19198 \series bold
19199
19200 \backslash
19201 tiny
19202 \end_layout
19203
19204 \begin_layout Standard
19205 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19206  ab, die dem Befehl 
19207 \series bold
19208
19209 \backslash
19210 normalsize
19211 \series default
19212  entspricht.
19213  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19214 \series bold
19215
19216 \backslash
19217 normalsize
19218 \series default
19219 .
19220  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19221  Beträgt z.
19222 \begin_inset space \thinspace{}
19223 \end_inset
19224
19225 B.
19226  die Dokumentschriftgröße 12
19227 \begin_inset space \thinspace{}
19228 \end_inset
19229
19230 pt, produziert der Befehl 
19231 \series bold
19232
19233 \backslash
19234 Huge
19235 \series default
19236  dasselbe wie 
19237 \series bold
19238
19239 \backslash
19240 huge
19241 \series default
19242 .
19243  
19244 \end_layout
19245
19246 \begin_layout Standard
19247 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19248  Größe aller nachfolgenden Formel- und Textzeichen fest.
19249  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19250  TeX-Modus den Befehl 
19251 \series bold
19252
19253 \backslash
19254 normalsize
19255 \series default
19256  ein.
19257 \end_layout
19258
19259 \begin_layout Standard
19260 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19261  werden:
19262 \end_layout
19263
19264 \begin_layout Standard
19265 \noindent
19266 \align center
19267 \begin_inset Tabular
19268 <lyxtabular version="3" rows="5" columns="2">
19269 <features tabularvalignment="middle">
19270 <column alignment="center" valignment="top" width="0">
19271 <column alignment="center" valignment="top" width="0">
19272 <row>
19273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 Befehl
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286 Ergebnis
19287 \begin_inset Note Note
19288 status collapsed
19289
19290 \begin_layout Plain Layout
19291
19292 \series bold
19293
19294 \backslash
19295 raisebox
19296 \series default
19297  dient nur als Abstandhalter.
19298 \end_layout
19299
19300 \end_inset
19301
19302
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 </row>
19308 <row>
19309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313
19314 \backslash
19315 displaystyle
19316 \begin_inset Index idx
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320 Befehle ! D ! 
19321 \backslash
19322 displaystyle
19323 \end_layout
19324
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19337 \end_inset
19338
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 </row>
19345 <row>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \backslash
19352 textstyle
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19358 \begin_inset Text
19359
19360 \begin_layout Plain Layout
19361 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 </row>
19370 <row>
19371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375
19376 \backslash
19377 scriptstyle
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19387 \end_inset
19388
19389
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 </row>
19395 <row>
19396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400
19401 \backslash
19402 scriptscriptstyle
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 </row>
19420 </lyxtabular>
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \begin_layout Standard
19428 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19429  in das die Formelteile eingegeben werden.
19430 \end_layout
19431
19432 \begin_layout Standard
19433 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19434  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19435  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19436  eingegeben.
19437  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19438  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19439  Dazu zwei Beispiele:
19440 \begin_inset VSpace -2mm
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \begin_layout Standard
19447 \begin_inset ERT
19448 status collapsed
19449
19450 \begin_layout Plain Layout
19451
19452
19453 \backslash
19454 huge 
19455 \end_layout
19456
19457 \end_inset
19458
19459
19460 \begin_inset Formula 
19461 \[
19462 A=\frac{B}{c}\cdot\maltese
19463 \]
19464
19465 \end_inset
19466
19467
19468 \begin_inset Formula 
19469 \[
19470 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19471 \]
19472
19473 \end_inset
19474
19475
19476 \begin_inset ERT
19477 status collapsed
19478
19479 \begin_layout Plain Layout
19480
19481
19482 \backslash
19483 normalsize 
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \begin_layout Standard
19492 \begin_inset VSpace medskip
19493 \end_inset
19494
19495 Vor beiden Formeln wurde der Befehl 
19496 \series bold
19497
19498 \backslash
19499 huge
19500 \series default
19501  eingegeben.
19502  Der Befehl für die zweite Formel lautet:
19503 \begin_inset Newline newline
19504 \end_inset
19505
19506
19507 \series bold
19508
19509 \backslash
19510 maltese
19511 \begin_inset ERT
19512 status collapsed
19513
19514 \begin_layout Plain Layout
19515
19516
19517 \backslash
19518 leer 
19519 \end_layout
19520
19521 \end_inset
19522
19523 A M-m m 
19524 \backslash
19525 Large
19526 \begin_inset ERT
19527 status collapsed
19528
19529 \begin_layout Plain Layout
19530
19531
19532 \backslash
19533 leer 
19534 \end_layout
19535
19536 \end_inset
19537
19538
19539 \backslash
19540 maltese
19541 \begin_inset ERT
19542 status collapsed
19543
19544 \begin_layout Plain Layout
19545
19546
19547 \backslash
19548 leer 
19549 \end_layout
19550
19551 \end_inset
19552
19553
19554 \backslash
19555 textit
19556 \begin_inset ERT
19557 status collapsed
19558
19559 \begin_layout Plain Layout
19560
19561
19562 \backslash
19563 leer 
19564 \end_layout
19565
19566 \end_inset
19567
19568 A
19569 \begin_inset Formula $\to$
19570 \end_inset
19571
19572
19573 \begin_inset Formula $\to$
19574 \end_inset
19575
19576
19577 \begin_inset Newline newline
19578 \end_inset
19579
19580
19581 \begin_inset space \hspace*{}
19582 \length 1cm
19583 \end_inset
19584
19585 M-m
19586 \series default
19587  
19588 \series bold
19589
19590 \backslash
19591 tiny
19592 \begin_inset ERT
19593 status collapsed
19594
19595 \begin_layout Plain Layout
19596
19597
19598 \backslash
19599 leer 
19600 \end_layout
19601
19602 \end_inset
19603
19604
19605 \backslash
19606 maltese
19607 \begin_inset ERT
19608 status collapsed
19609
19610 \begin_layout Plain Layout
19611
19612
19613 \backslash
19614 leer 
19615 \end_layout
19616
19617 \end_inset
19618
19619
19620 \backslash
19621 textit
19622 \begin_inset ERT
19623 status collapsed
19624
19625 \begin_layout Plain Layout
19626
19627
19628 \backslash
19629 leer 
19630 \end_layout
19631
19632 \end_inset
19633
19634 A
19635 \end_layout
19636
19637 \begin_layout Standard
19638 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19639  immer in der Standardgröße dargestellt.
19640 \end_layout
19641
19642 \begin_layout Section
19643 Griechische Buchstaben
19644 \begin_inset Index idx
19645 status collapsed
19646
19647 \begin_layout Plain Layout
19648 griechische Buchstaben
19649 \end_layout
19650
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \begin_layout Standard
19657 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19658  
19659 \begin_inset Graphics
19660         filename ../../images/math/alpha.png
19661         scale 85
19662
19663 \end_inset
19664
19665  eingefügt werden.
19666  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19667  in Formeln aufrecht gesetzt werden.
19668  In einigen Sprachen, wie z.
19669 \begin_inset space \thinspace{}
19670 \end_inset
19671
19672 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19673 \end_layout
19674
19675 \begin_layout Subsection
19676 Kleine Buchstaben
19677 \begin_inset Index idx
19678 status collapsed
19679
19680 \begin_layout Plain Layout
19681 griechische Buchstaben ! kleine
19682 \end_layout
19683
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \begin_layout Standard
19690 \begin_inset space \hfill{}
19691 \end_inset
19692
19693
19694 \begin_inset Tabular
19695 <lyxtabular version="3" rows="11" columns="2">
19696 <features tabularvalignment="middle">
19697 <column alignment="center" valignment="top" width="0pt">
19698 <column alignment="center" valignment="top" width="0pt">
19699 <row>
19700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704 Befehl
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713 Ergebnis
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 </row>
19719 <row>
19720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724
19725 \backslash
19726 alpha
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 \begin_inset Formula $\alpha$
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 </row>
19744 <row>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749
19750 \backslash
19751 beta
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 \begin_inset Formula $\beta$
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 </row>
19769 <row>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774
19775 \backslash
19776 gamma
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785 \begin_inset Formula $\gamma$
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 <row>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799
19800 \backslash
19801 delta
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810 \begin_inset Formula $\delta$
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 </row>
19819 <row>
19820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824
19825 \backslash
19826 epsilon
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 \begin_inset Formula $\epsilon$
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 </row>
19844 <row>
19845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849
19850 \backslash
19851 varepsilon
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860 \begin_inset Formula $\varepsilon$
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 </row>
19869 <row>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874
19875 \backslash
19876 zeta
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885 \begin_inset Formula $\zeta$
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 </row>
19894 <row>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899
19900 \backslash
19901 eta
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910 \begin_inset Formula $\eta$
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 </row>
19919 <row>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924
19925 \backslash
19926 theta
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 \begin_inset Formula $\theta$
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 </row>
19944 <row>
19945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949
19950 \backslash
19951 vartheta
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 \begin_inset Formula $\vartheta$
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 </row>
19969 </lyxtabular>
19970
19971 \end_inset
19972
19973
19974 \begin_inset space \hfill{}
19975 \end_inset
19976
19977
19978 \begin_inset Tabular
19979 <lyxtabular version="3" rows="12" columns="2">
19980 <features tabularvalignment="middle">
19981 <column alignment="center" valignment="top" width="0pt">
19982 <column alignment="center" valignment="top" width="0pt">
19983 <row>
19984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 Befehl
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997 Ergebnis
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 <row>
20004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008
20009 \backslash
20010 iota
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 \begin_inset Formula $\iota$
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 </row>
20028 <row>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \backslash
20035 kappa
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 \begin_inset Formula $\kappa$
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 </row>
20053 <row>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058
20059 \backslash
20060 varkappa
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 \begin_inset Formula $\varkappa$
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 </row>
20078 <row>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083
20084 \backslash
20085 lambda
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 \begin_inset Formula $\lambda$
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108
20109 \backslash
20110 mu
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\mu$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 </row>
20128 <row>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \backslash
20135 nu
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 \begin_inset Formula $\nu$
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \backslash
20160 xi
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Formula $\xi$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 <row>
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 o
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 \begin_inset Formula $o$
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 </row>
20201 <row>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206
20207 \backslash
20208 pi
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217 \begin_inset Formula $\pi$
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 </row>
20226 <row>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231
20232 \backslash
20233 varpi
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 \begin_inset Formula $\varpi$
20243 \end_inset
20244
20245
20246 \end_layout
20247
20248 \end_inset
20249 </cell>
20250 </row>
20251 <row>
20252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256
20257 \backslash
20258 rho
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 \begin_inset Formula $\rho$
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 </lyxtabular>
20277
20278 \end_inset
20279
20280
20281 \begin_inset space \hfill{}
20282 \end_inset
20283
20284
20285 \begin_inset Tabular
20286 <lyxtabular version="3" rows="11" columns="2">
20287 <features tabularvalignment="middle">
20288 <column alignment="center" valignment="top" width="0pt">
20289 <column alignment="center" valignment="top" width="0pt">
20290 <row>
20291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 Befehl
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20301 \begin_inset Text
20302
20303 \begin_layout Plain Layout
20304 Ergebnis
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 </row>
20310 <row>
20311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315
20316 \backslash
20317 varrho
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326 \begin_inset Formula $\varrho$
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 </row>
20335 <row>
20336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340
20341 \backslash
20342 sigma
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351 \begin_inset Formula $\sigma$
20352 \end_inset
20353
20354
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 </row>
20360 <row>
20361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365
20366 \backslash
20367 varsigma
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376 \begin_inset Formula $\varsigma$
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 </row>
20385 <row>
20386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390
20391 \backslash
20392 tau
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 \begin_inset Formula $\tau$
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 </row>
20410 <row>
20411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415
20416 \backslash
20417 upsilon
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 \begin_inset Formula $\upsilon$
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 </row>
20435 <row>
20436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440
20441 \backslash
20442 phi
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451 \begin_inset Formula $\phi$
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 </row>
20460 <row>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465
20466 \backslash
20467 varphi
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476 \begin_inset Formula $\varphi$
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 </row>
20485 <row>
20486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490
20491 \backslash
20492 chi
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501 \begin_inset Formula $\chi$
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 </row>
20510 <row>
20511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515
20516 \backslash
20517 psi
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526 \begin_inset Formula $\psi$
20527 \end_inset
20528
20529
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 </row>
20535 <row>
20536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540
20541 \backslash
20542 omega
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 \begin_inset Formula $\omega$
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 </row>
20560 </lyxtabular>
20561
20562 \end_inset
20563
20564
20565 \begin_inset space \hfill{}
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Standard
20572 \begin_inset VSpace medskip
20573 \end_inset
20574
20575 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20576 \begin_inset CommandInset ref
20577 LatexCommand ref
20578 reference "sub:Aufrechte-kleine-griechische"
20579
20580 \end_inset
20581
20582  beschrieben.
20583 \end_layout
20584
20585 \begin_layout Subsection
20586 Große Buchstaben
20587 \begin_inset Index idx
20588 status collapsed
20589
20590 \begin_layout Plain Layout
20591 griechische Buchstaben ! große
20592 \end_layout
20593
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \begin_layout Standard
20600 \begin_inset space \hfill{}
20601 \end_inset
20602
20603
20604 \begin_inset Tabular
20605 <lyxtabular version="3" rows="7" columns="2">
20606 <features tabularvalignment="middle">
20607 <column alignment="center" valignment="top" width="0pt">
20608 <column alignment="center" valignment="top" width="0pt">
20609 <row>
20610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 Befehl
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 Ergebnis
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 <row>
20630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \backslash
20636 Gamma
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645 \begin_inset Formula $\Gamma$
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 <row>
20655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \backslash
20661 Delta
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670 \begin_inset Formula $\Delta$
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \backslash
20686 Theta
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 \begin_inset Formula $\Theta$
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \backslash
20711 Lambda
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\Lambda$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 <row>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734
20735 \backslash
20736 Xi
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 \begin_inset Formula $\Xi$
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 </row>
20754 <row>
20755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759
20760 \backslash
20761 Pi
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 \begin_inset Formula $\Pi$
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 </row>
20779 </lyxtabular>
20780
20781 \end_inset
20782
20783
20784 \begin_inset space \hfill{}
20785 \end_inset
20786
20787
20788 \begin_inset Tabular
20789 <lyxtabular version="3" rows="6" columns="2">
20790 <features tabularvalignment="middle">
20791 <column alignment="center" valignment="top" width="0pt">
20792 <column alignment="center" valignment="top" width="0pt">
20793 <row>
20794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798 Befehl
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 Ergebnis
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 </row>
20813 <row>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \backslash
20820 Sigma
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Formula $\Sigma$
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 </row>
20838 <row>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843
20844 \backslash
20845 Upsilon
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854 \begin_inset Formula $\Upsilon$
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 </row>
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \backslash
20870 Phi
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\Phi$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893
20894 \backslash
20895 Psi
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $\Psi$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \backslash
20920 Omega
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $\Omega$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 </lyxtabular>
20939
20940 \end_inset
20941
20942
20943 \begin_inset space \hfill{}
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Standard
20950 \begin_inset VSpace medskip
20951 \end_inset
20952
20953 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20954  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20955  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20956  mit 
20957 \series bold
20958 var
20959 \series default
20960 .
20961  So ergibt z.
20962 \begin_inset space \thinspace{}
20963 \end_inset
20964
20965 B.
20966  der Befehl 
20967 \series bold
20968
20969 \backslash
20970 varGamma
20971 \series default
20972  
20973 \begin_inset Formula $\varGamma$
20974 \end_inset
20975
20976 .
20977  Eine andere Methode ist das Laden des Pakets 
20978 \series bold
20979 fixmath
20980 \series default
20981
20982 \begin_inset Foot
20983 status collapsed
20984
20985 \begin_layout Plain Layout
20986
20987 \series bold
20988 fixmath
20989 \series default
20990  ist Teil des LaTeX-Paketes 
20991 \series bold
20992 was
20993 \series default
20994
20995 \begin_inset Index idx
20996 status collapsed
20997
20998 \begin_layout Plain Layout
20999 Pakete ! was
21000 \begin_inset ERT
21001 status collapsed
21002
21003 \begin_layout Plain Layout
21004
21005
21006 \backslash
21007 vspace{4mm}
21008 \end_layout
21009
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \end_inset
21016
21017 .
21018 \end_layout
21019
21020 \end_inset
21021
21022
21023 \begin_inset Index idx
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 Pakete ! fixmath
21028 \end_layout
21029
21030 \end_inset
21031
21032  mit der LaTeX-Vorspannzeile
21033 \end_layout
21034
21035 \begin_layout Standard
21036
21037 \series bold
21038
21039 \backslash
21040 usepackage{fixmath}
21041 \end_layout
21042
21043 \begin_layout Standard
21044 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21045  kursiv ausgegeben.
21046 \end_layout
21047
21048 \begin_layout Subsection
21049 Fett gedruckte Buchstaben
21050 \begin_inset Index idx
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054 griechische Buchstaben ! fett gedruckte
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Standard
21063 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21064  Schriftstilen darstellen.
21065  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21066 \series bold
21067
21068 \backslash
21069 boldsymbol
21070 \series default
21071
21072 \begin_inset Index idx
21073 status collapsed
21074
21075 \begin_layout Plain Layout
21076 Befehle ! B ! 
21077 \backslash
21078 boldsymbol
21079 \end_layout
21080
21081 \end_inset
21082
21083  fett gedruckt auszugeben.
21084 \end_layout
21085
21086 \begin_layout Standard
21087 \align center
21088 \begin_inset Tabular
21089 <lyxtabular version="3" rows="3" columns="2">
21090 <features tabularvalignment="middle">
21091 <column alignment="center" valignment="top" width="0">
21092 <column alignment="center" valignment="top" width="0">
21093 <row>
21094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 Befehl
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 Ergebnis
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 <row>
21114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118
21119 \backslash
21120 Upsilon
21121 \backslash
21122 boldsymbol
21123 \backslash
21124 Upsilon
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21134 \end_inset
21135
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 </row>
21142 <row>
21143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147
21148 \backslash
21149 theta
21150 \backslash
21151 boldsymbol
21152 \backslash
21153 theta
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\theta\boldsymbol{\theta}$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 </lyxtabular>
21172
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \begin_layout Standard
21179 \begin_inset Newpage newpage
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \begin_layout Section
21186 Symbole
21187 \begin_inset ERT
21188 status collapsed
21189
21190 \begin_layout Plain Layout
21191
21192
21193 \backslash
21194 texorpdfstring{
21195 \end_layout
21196
21197 \end_inset
21198
21199
21200 \begin_inset Foot
21201 status collapsed
21202
21203 \begin_layout Plain Layout
21204 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21205  
21206 \begin_inset CommandInset citation
21207 LatexCommand cite
21208 key "Symbole"
21209
21210 \end_inset
21211
21212 .
21213 \end_layout
21214
21215 \end_inset
21216
21217
21218 \begin_inset ERT
21219 status collapsed
21220
21221 \begin_layout Plain Layout
21222
21223 }{}
21224 \end_layout
21225
21226 \end_inset
21227
21228
21229 \begin_inset Note Note
21230 status collapsed
21231
21232 \begin_layout Plain Layout
21233
21234 \series bold
21235
21236 \backslash
21237 texorpdfstring
21238 \series default
21239  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21240 \end_layout
21241
21242 \begin_layout Plain Layout
21243 Näheres zu 
21244 \series bold
21245
21246 \backslash
21247 texorpdfstring
21248 \series default
21249  steht in Kapitel 
21250 \begin_inset CommandInset ref
21251 LatexCommand ref
21252 reference "sub:Formeln-in-Überschriften"
21253
21254 \end_inset
21255
21256 .
21257 \end_layout
21258
21259 \end_inset
21260
21261
21262 \begin_inset Index idx
21263 status collapsed
21264
21265 \begin_layout Plain Layout
21266 Symbole
21267 \end_layout
21268
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \begin_layout Standard
21275 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21276
21277 leistenknöpfe 
21278 \begin_inset Graphics
21279         filename ../../images/math/nabla.png
21280         scale 85
21281
21282 \end_inset
21283
21284  und 
21285 \begin_inset Graphics
21286         filename ../../images/math/digamma.png
21287         scale 85
21288
21289 \end_inset
21290
21291  eingefügt werden.
21292 \end_layout
21293
21294 \begin_layout Subsection
21295 Mathematische Symbole
21296 \begin_inset CommandInset label
21297 LatexCommand label
21298 name "sub:Mathematische-Symbole"
21299
21300 \end_inset
21301
21302
21303 \begin_inset Index idx
21304 status collapsed
21305
21306 \begin_layout Plain Layout
21307 Symbole ! mathematische
21308 \end_layout
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \begin_layout Standard
21316 \begin_inset space \hfill{}
21317 \end_inset
21318
21319
21320 \begin_inset Tabular
21321 <lyxtabular version="3" rows="10" columns="2">
21322 <features tabularvalignment="middle">
21323 <column alignment="center" valignment="top" width="0pt">
21324 <column alignment="center" valignment="top" width="0pt">
21325 <row>
21326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330 Befehl
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 Ergebnis
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 </row>
21345 <row>
21346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350
21351 \backslash
21352 neg
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $\neg$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 </row>
21370 <row>
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375
21376 \backslash
21377 Im
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386 \begin_inset Formula $\Im$
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400
21401 \backslash
21402 Re
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Formula $\Re$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425
21426 \backslash
21427 aleph
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436 \begin_inset Formula $\aleph$
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 </row>
21445 <row>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450
21451 \backslash
21452 partial
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 \begin_inset Formula $\partial$
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 </row>
21470 <row>
21471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475
21476 \backslash
21477 infty
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 \begin_inset Formula $\infty$
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 </row>
21495 <row>
21496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500
21501 \backslash
21502 wp
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Formula $\wp$
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 <row>
21521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \backslash
21527 imath
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 \begin_inset Formula $\imath$
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550
21551 \backslash
21552 jmath
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 \begin_inset Formula $\jmath$
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 </row>
21570 </lyxtabular>
21571
21572 \end_inset
21573
21574
21575 \begin_inset space \hfill{}
21576 \end_inset
21577
21578
21579 \begin_inset Tabular
21580 <lyxtabular version="3" rows="10" columns="2">
21581 <features tabularvalignment="middle">
21582 <column alignment="center" valignment="top" width="0pt">
21583 <column alignment="center" valignment="top" width="0pt">
21584 <row>
21585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 Befehl
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 Ergebnis
21599 \begin_inset Note Note
21600 status collapsed
21601
21602 \begin_layout Plain Layout
21603
21604 \series bold
21605
21606 \backslash
21607 raisebox
21608 \series default
21609  dient nur als Abstandhalter.
21610 \end_layout
21611
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 </row>
21620 <row>
21621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625
21626 \backslash
21627 forall
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 \begin_inset Formula $\forall$
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650
21651 \backslash
21652 exists
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661 \begin_inset Formula $\exists$
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 </row>
21670 <row>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675
21676 \backslash
21677 nexists
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 \begin_inset Formula $\nexists$
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \backslash
21702 emptyset
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Formula $\emptyset$
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 <row>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725
21726 \backslash
21727 varnothing
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 \begin_inset Formula $\varnothing$
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 </row>
21745 <row>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750
21751 \backslash
21752 dag
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $\dag$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \backslash
21777 ddag
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\ddag$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \backslash
21802 complement
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 \begin_inset ERT
21812 status collapsed
21813
21814 \begin_layout Plain Layout
21815
21816
21817 \backslash
21818 raisebox{-0.8mm}{
21819 \end_layout
21820
21821 \end_inset
21822
21823
21824 \begin_inset Formula $\complement$
21825 \end_inset
21826
21827
21828 \begin_inset ERT
21829 status collapsed
21830
21831 \begin_layout Plain Layout
21832
21833 }
21834 \end_layout
21835
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 <row>
21845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \backslash
21851 Bbbk
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset Formula $\Bbbk$
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 </lyxtabular>
21870
21871 \end_inset
21872
21873
21874 \begin_inset space \hfill{}
21875 \end_inset
21876
21877
21878 \begin_inset Tabular
21879 <lyxtabular version="3" rows="10" columns="2">
21880 <features tabularvalignment="middle">
21881 <column alignment="center" valignment="top" width="0pt">
21882 <column alignment="center" valignment="top" width="0pt">
21883 <row>
21884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 Befehl
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897 Ergebnis
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 <row>
21904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908
21909 \backslash
21910 prime
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919 \begin_inset Formula $\prime$
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 </row>
21928 <row>
21929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933
21934 \backslash
21935 backprime
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944 \begin_inset Formula $\backprime$
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 </row>
21953 <row>
21954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \backslash
21960 mho
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 \begin_inset Formula $\mho$
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 <row>
21979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \backslash
21985 triangle
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 \begin_inset Formula $\triangle$
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \backslash
22010 angle
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Formula $\angle$
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \backslash
22035 measuredangle
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Formula $\measuredangle$
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 <row>
22054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \backslash
22060 sphericalangle
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 \begin_inset Formula $\sphericalangle$
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 </row>
22078 <row>
22079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083
22084 \backslash
22085 top
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 \begin_inset Formula $\top$
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 </row>
22103 <row>
22104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \backslash
22110 bot
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119 \begin_inset Formula $\bot$
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 </lyxtabular>
22129
22130 \end_inset
22131
22132
22133 \begin_inset space \hfill{}
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \begin_layout Subsection
22140 Sonstige Symbole
22141 \begin_inset CommandInset label
22142 LatexCommand label
22143 name "sub:Sonstige-Symbole"
22144
22145 \end_inset
22146
22147
22148 \begin_inset Index idx
22149 status collapsed
22150
22151 \begin_layout Plain Layout
22152 Symbole ! sonstige
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Standard
22161 \begin_inset VSpace -7mm
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \begin_layout Standard
22168 \noindent
22169 \align center
22170 \begin_inset Tabular
22171 <lyxtabular version="3" rows="10" columns="2">
22172 <features tabularvalignment="middle">
22173 <column alignment="center" valignment="top" width="0pt">
22174 <column alignment="center" valignment="top" width="0pt">
22175 <row>
22176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 Befehl
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 Ergebnis
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 </row>
22195 <row>
22196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200
22201 \backslash
22202 flat
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211 \begin_inset Formula $\flat$
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 </row>
22220 <row>
22221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22222 \begin_inset Text
22223
22224 \begin_layout Plain Layout
22225
22226 \backslash
22227 natural
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Formula $\natural$
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 <row>
22246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250
22251 \backslash
22252 sharp
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Formula $\sharp$
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275
22276 \backslash
22277 surd
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 \begin_inset Formula $\surd$
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 <row>
22296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300
22301 \backslash
22302 checkmark
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 \begin_inset Formula $\checkmark$
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 </row>
22320 <row>
22321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \backslash
22327 yen
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 \begin_inset Formula $\yen$
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 </row>
22345 <row>
22346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350
22351 \backslash
22352 pounds
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361 \begin_inset Formula $\pounds$
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 </row>
22370 <row>
22371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375 $
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384 \begin_inset Formula $\$$
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 </row>
22393 <row>
22394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 §
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 \begin_inset Formula $§$
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 </row>
22416 </lyxtabular>
22417
22418 \end_inset
22419
22420
22421 \begin_inset Tabular
22422 <lyxtabular version="3" rows="10" columns="2">
22423 <features tabularvalignment="middle">
22424 <column alignment="center" valignment="top" width="0">
22425 <column alignment="center" valignment="top" width="0">
22426 <row>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 Befehl
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 Ergebnis
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 </row>
22446 <row>
22447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22448 \begin_inset Text
22449
22450 \begin_layout Plain Layout
22451
22452 \backslash
22453 hbar
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462 \begin_inset Formula $\hbar$
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 </row>
22471 <row>
22472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476
22477 \backslash
22478 hslash
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487 \begin_inset Formula $\hslash$
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 </row>
22496 <row>
22497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501
22502 \backslash
22503 clubsuit
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 \begin_inset Formula $\clubsuit$
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 </row>
22521 <row>
22522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526
22527 \backslash
22528 spadesuit
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537 \begin_inset Formula $\spadesuit$
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 </row>
22546 <row>
22547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551
22552 \backslash
22553 bigstar
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562 \begin_inset Formula $\bigstar$
22563 \end_inset
22564
22565
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 </row>
22571 <row>
22572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576
22577 \backslash
22578 blacklozenge
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 \begin_inset Formula $\blacklozenge$
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 </row>
22596 <row>
22597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601
22602 \backslash
22603 blacktriangle
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 \begin_inset Formula $\blacktriangle$
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 </row>
22621 <row>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626
22627 \backslash
22628 blacktiangledown
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 \begin_inset Formula $\blacktriangledown$
22638 \end_inset
22639
22640
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 </row>
22646 <row>
22647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \backslash
22653 bullet
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 \begin_inset Formula $\bullet$
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 </row>
22671 </lyxtabular>
22672
22673 \end_inset
22674
22675
22676 \begin_inset Tabular
22677 <lyxtabular version="3" rows="10" columns="2">
22678 <features tabularvalignment="middle">
22679 <column alignment="center" valignment="top" width="0pt">
22680 <column alignment="center" valignment="top" width="0pt">
22681 <row>
22682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 Befehl
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 Ergebnis
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 </row>
22701 <row>
22702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706
22707 \backslash
22708 diamondsuit
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 \begin_inset Formula $\diamondsuit$
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 </row>
22726 <row>
22727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731
22732 \backslash
22733 Diamond
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 \begin_inset Formula $\Diamond$
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 <row>
22752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756
22757 \backslash
22758 heartsuit
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 \begin_inset Formula $\heartsuit$
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 </row>
22776 <row>
22777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781
22782 \backslash
22783 P
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 \begin_inset Formula $\P$
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 </row>
22801 <row>
22802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806
22807 \backslash
22808 copyright
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 \begin_inset Formula $\copyright$
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 </row>
22826 <row>
22827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831
22832 \backslash
22833 circledR
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 \begin_inset Formula $\circledR$
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 <row>
22852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856
22857 \backslash
22858 maltese
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 \begin_inset Formula $\maltese$
22868 \end_inset
22869
22870
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 </row>
22876 <row>
22877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881
22882 \backslash
22883 diagup
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 \begin_inset Formula $\diagup$
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 </row>
22901 <row>
22902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906
22907 \backslash
22908 diagdown
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 \begin_inset Formula $\diagdown$
22918 \end_inset
22919
22920
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 </row>
22926 </lyxtabular>
22927
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \begin_layout Standard
22934 \begin_inset VSpace medskip
22935 \end_inset
22936
22937 Weitere Symbole sind in 
22938 \begin_inset CommandInset ref
22939 LatexCommand ref
22940 reference "sub:Sonstige-Sonderzeichen"
22941
22942 \end_inset
22943
22944  aufgelistet.
22945 \end_layout
22946
22947 \begin_layout Standard
22948 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22949  
22950 \begin_inset CommandInset ref
22951 LatexCommand ref
22952 reference "sub:Schriftgrößen"
22953
22954 \end_inset
22955
22956 .
22957 \end_layout
22958
22959 \begin_layout Subsection
22960 Das Euro-Symbol €
22961 \begin_inset Index idx
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965 Symbole ! Euro-Symbol
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \begin_inset Index idx
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976 \backslash
22977 @
22978 \begin_inset ERT
22979 status collapsed
22980
22981 \begin_layout Plain Layout
22982
22983
22984 \backslash
22985 officialeuro
22986 \end_layout
22987
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \begin_layout Standard
22999 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
23000
23001 \series bold
23002 eurosym
23003 \series default
23004
23005 \begin_inset Index idx
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009 Pakete ! eurosym
23010 \end_layout
23011
23012 \end_inset
23013
23014  installieren und dieses mit der LaTeX-Vorspannzeile
23015 \end_layout
23016
23017 \begin_layout Standard
23018
23019 \series bold
23020
23021 \backslash
23022 usepackage[gennarrow]{eurosym}
23023 \end_layout
23024
23025 \begin_layout Standard
23026 aktivieren.
23027  Das Euro-Symbol kann man nun mit dem Befehl 
23028 \series bold
23029
23030 \backslash
23031 euro
23032 \series default
23033
23034 \begin_inset Index idx
23035 status collapsed
23036
23037 \begin_layout Plain Layout
23038 Befehle ! E ! 
23039 \backslash
23040 euro
23041 \end_layout
23042
23043 \end_inset
23044
23045  aufrufen.
23046 \end_layout
23047
23048 \begin_layout Standard
23049 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23050  eingeben, ohne 
23051 \series bold
23052 eurosym
23053 \series default
23054  installiert zu haben.
23055  Ist 
23056 \series bold
23057 eurosym
23058 \series default
23059  installiert, kann man 
23060 \series bold
23061
23062 \backslash
23063 euro
23064 \series default
23065  auch im TeX-Modus eingeben.
23066  Das offizielle Währungssymbol erhält man dann über den Befehl 
23067 \series bold
23068
23069 \backslash
23070 officialeuro
23071 \series default
23072
23073 \begin_inset Index idx
23074 status collapsed
23075
23076 \begin_layout Plain Layout
23077 Befehle ! O ! 
23078 \backslash
23079 officialeuro
23080 \end_layout
23081
23082 \end_inset
23083
23084 , der nur im TeX-Modus verfügbar ist.
23085 \end_layout
23086
23087 \begin_layout Standard
23088 \begin_inset ERT
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092
23093
23094 \backslash
23095 ifeurosym 
23096 \end_layout
23097
23098 \end_inset
23099
23100
23101 \begin_inset Note Note
23102 status open
23103
23104 \begin_layout Plain Layout
23105 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23106 \series bold
23107 eurosym
23108 \series default
23109  installiert ist:
23110 \end_layout
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \begin_layout Standard
23118 Eine Übersicht der verschiedenen Euro-Symbole:
23119 \end_layout
23120
23121 \begin_layout Standard
23122 \align center
23123 \begin_inset Tabular
23124 <lyxtabular version="3" rows="4" columns="3">
23125 <features tabularvalignment="middle">
23126 <column alignment="center" valignment="top" width="0pt">
23127 <column alignment="center" valignment="top" width="0pt">
23128 <column alignment="center" valignment="top" width="0pt">
23129 <row>
23130 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 Befehl 
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 Ergebnis
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 </row>
23158 <row>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163 Formel
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172
23173 \backslash
23174 euro
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183 \begin_inset Formula $\euro$
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 </row>
23192 <row>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197 mathematischer Text
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 \begin_inset Formula $\mbox{€}$
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 </row>
23224 <row>
23225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229 TeX-Modus
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238
23239 \backslash
23240 officialeuro
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 \begin_inset ERT
23250 status collapsed
23251
23252 \begin_layout Plain Layout
23253
23254
23255 \backslash
23256 officialeuro
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 </row>
23267 </lyxtabular>
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout Standard
23275 \begin_inset ERT
23276 status collapsed
23277
23278 \begin_layout Plain Layout
23279
23280
23281 \backslash
23282 else 
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \begin_inset Note Note
23289 status open
23290
23291 \begin_layout Plain Layout
23292 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23293 \series bold
23294 eurosym
23295 \series default
23296  nicht installiert ist:
23297 \end_layout
23298
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \begin_layout Standard
23305 Das LaTeX-Paket 
23306 \series bold
23307 eurosym 
23308 \series default
23309 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23310 \end_layout
23311
23312 \begin_layout Standard
23313 \begin_inset ERT
23314 status collapsed
23315
23316 \begin_layout Plain Layout
23317
23318
23319 \backslash
23320 fi 
23321 \end_layout
23322
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \begin_layout Section
23329 Relationen
23330 \begin_inset CommandInset label
23331 LatexCommand label
23332 name "sec:Relationen"
23333
23334 \end_inset
23335
23336
23337 \begin_inset Index idx
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341 Relationen
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \begin_inset Index idx
23348 status collapsed
23349
23350 \begin_layout Plain Layout
23351 Vergleiche|see
23352 \begin_inset ERT
23353 status collapsed
23354
23355 \begin_layout Plain Layout
23356
23357 {
23358 \end_layout
23359
23360 \end_inset
23361
23362 Relationen
23363 \begin_inset ERT
23364 status collapsed
23365
23366 \begin_layout Plain Layout
23367
23368 }
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \begin_layout Standard
23382 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23383  
23384 \begin_inset Graphics
23385         filename ../../images/math/leq.png
23386         scale 85
23387
23388 \end_inset
23389
23390  eingefügt werden.
23391 \end_layout
23392
23393 \begin_layout Standard
23394 \begin_inset space \hfill{}
23395 \end_inset
23396
23397
23398 \begin_inset Tabular
23399 <lyxtabular version="3" rows="17" columns="2">
23400 <features tabularvalignment="middle">
23401 <column alignment="center" valignment="top" width="0pt">
23402 <column alignment="center" valignment="top" width="0pt">
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 Befehl
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 Ergebnis
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 <
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 \begin_inset Formula $<$
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 <row>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451
23452 \backslash
23453 le
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 \begin_inset Formula $\le$
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 </row>
23471 <row>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476
23477 \backslash
23478 ll
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 \begin_inset Formula $\ll$
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 </row>
23496 <row>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501
23502 \backslash
23503 prec
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $\prec$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526
23527 \backslash
23528 preceq
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 \begin_inset Formula $\preceq$
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \backslash
23553 subset
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Formula $\subset$
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \backslash
23578 subseteq
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Formula $\subseteq$
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 </row>
23596 <row>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601
23602 \backslash
23603 sqsubseteq
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset Formula $\sqsubseteq$
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \backslash
23628 in
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $\in$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 vdash
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\vdash$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 smile
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $\smile$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 lhd
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\lhd$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 unlhd
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\unlhd$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 gtrless
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\gtrless$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 mid
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\mid$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 nmid
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\nmid$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 </lyxtabular>
23822
23823 \end_inset
23824
23825
23826 \begin_inset space \hfill{}
23827 \end_inset
23828
23829
23830 \begin_inset Tabular
23831 <lyxtabular version="3" rows="17" columns="2">
23832 <features tabularvalignment="middle">
23833 <column alignment="center" valignment="top" width="0pt">
23834 <column alignment="center" valignment="top" width="0pt">
23835 <row>
23836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840 Befehl
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 Ergebnis
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 <row>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860 =
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 \begin_inset Formula $=$
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 </row>
23878 <row>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883
23884 \backslash
23885 not=
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 \begin_inset Formula $\not=$
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 </row>
23903 <row>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908
23909 \backslash
23910 equiv
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919 \begin_inset Formula $\equiv$
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 </row>
23928 <row>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933
23934 \backslash
23935 sim
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 \begin_inset Formula $\sim$
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 </row>
23953 <row>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958
23959 \backslash
23960 simeq
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 \begin_inset Formula $\simeq$
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 </row>
23978 <row>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983
23984 \backslash
23985 approx
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994 \begin_inset Formula $\approx$
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 </row>
24003 <row>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008
24009 \backslash
24010 cong
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 \begin_inset Formula $\cong$
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 </row>
24028 <row>
24029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033
24034 \backslash
24035 bowtie
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 \begin_inset Formula $\bowtie$
24045 \end_inset
24046
24047
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 </row>
24053 <row>
24054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058
24059 \backslash
24060 notin
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 \begin_inset Formula $\notin$
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 <row>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083
24084 \backslash
24085 perp
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094 \begin_inset Formula $\perp$
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \backslash
24110 propto
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 \begin_inset Formula $\propto$
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 <row>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133
24134 \backslash
24135 asymp
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 \begin_inset Formula $\asymp$
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 </row>
24153 <row>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 doteq
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 \begin_inset Formula $\doteq$
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 </row>
24178 <row>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 circeq
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 \begin_inset Formula $\circeq$
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 </row>
24203 <row>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208
24209 \backslash
24210 models
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Formula $\models$
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 </row>
24228 <row>
24229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233
24234 \backslash
24235 widehat=
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 \begin_inset Formula $\widehat{=}$
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 </row>
24253 </lyxtabular>
24254
24255 \end_inset
24256
24257
24258 \begin_inset space \hfill{}
24259 \end_inset
24260
24261
24262 \begin_inset Tabular
24263 <lyxtabular version="3" rows="17" columns="2">
24264 <features tabularvalignment="middle">
24265 <column alignment="center" valignment="top" width="0pt">
24266 <column alignment="center" valignment="top" width="0pt">
24267 <row>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 Befehl
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281 Ergebnis
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 </row>
24287 <row>
24288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 >
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301 \begin_inset Formula $>$
24302 \end_inset
24303
24304
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 </row>
24310 <row>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315
24316 \backslash
24317 ge
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326 \begin_inset Formula $\ge$
24327 \end_inset
24328
24329
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 </row>
24335 <row>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340
24341 \backslash
24342 gg
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351 \begin_inset Formula $\gg$
24352 \end_inset
24353
24354
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 </row>
24360 <row>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \backslash
24367 succ
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376 \begin_inset Formula $\succ$
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 </row>
24385 <row>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \backslash
24392 succeq
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401 \begin_inset Formula $\succeq$
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 </row>
24410 <row>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415
24416 \backslash
24417 supset
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426 \begin_inset Formula $\supset$
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 </row>
24435 <row>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \backslash
24442 supseteq
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451 \begin_inset Formula $\supseteq$
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 </row>
24460 <row>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 sqsupseteq
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476 \begin_inset Formula $\sqsupseteq$
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 </row>
24485 <row>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490
24491 \backslash
24492 ni
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501 \begin_inset Formula $\ni$
24502 \end_inset
24503
24504
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 </row>
24510 <row>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 dashv
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526 \begin_inset Formula $\dashv$
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 </row>
24535 <row>
24536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540
24541 \backslash
24542 frown
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551 \begin_inset Formula $\frown$
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 </row>
24560 <row>
24561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565
24566 \backslash
24567 rhd
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576 \begin_inset Formula $\rhd$
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 </row>
24585 <row>
24586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590
24591 \backslash
24592 unrhd
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601 \begin_inset Formula $\unrhd$
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 </row>
24610 <row>
24611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615
24616 \backslash
24617 lessgtr
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626 \begin_inset Formula $\lessgtr$
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 </row>
24635 <row>
24636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640
24641 \backslash
24642 parallel
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651 \begin_inset Formula $\parallel$
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 </row>
24660 <row>
24661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \backslash
24667 nparallel
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 \begin_inset Formula $\nparallel$
24677 \end_inset
24678
24679
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 </row>
24685 </lyxtabular>
24686
24687 \end_inset
24688
24689
24690 \begin_inset space \hfill{}
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \begin_layout Standard
24697 \begin_inset VSpace medskip
24698 \end_inset
24699
24700 Die Zeichen 
24701 \series bold
24702
24703 \backslash
24704 lhd
24705 \series default
24706  bzw.
24707  
24708 \series bold
24709
24710 \backslash
24711 rhd
24712 \series default
24713  sind größer als die gleich aussehenden Operatoren
24714 \begin_inset Newline linebreak
24715 \end_inset
24716
24717
24718 \series bold
24719
24720 \backslash
24721 triangleleft
24722 \series default
24723  bzw.
24724  
24725 \series bold
24726
24727 \backslash
24728 triangleright
24729 \series default
24730 .
24731 \end_layout
24732
24733 \begin_layout Standard
24734 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24735 \end_layout
24736
24737 \begin_layout Standard
24738 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24739 \series bold
24740
24741 \backslash
24742 stackrel
24743 \series default
24744
24745 \begin_inset Index idx
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749 Befehle ! S ! 
24750 \backslash
24751 stackrel
24752 \end_layout
24753
24754 \end_inset
24755
24756  erstellt werden:
24757 \end_layout
24758
24759 \begin_layout Standard
24760 \align center
24761 \begin_inset Tabular
24762 <lyxtabular version="3" rows="2" columns="2">
24763 <features tabularvalignment="middle">
24764 <column alignment="center" valignment="top" width="0">
24765 <column alignment="center" valignment="top" width="0">
24766 <row>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771 Befehl
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780 Ergebnis
24781 \begin_inset Note Note
24782 status collapsed
24783
24784 \begin_layout Plain Layout
24785
24786 \series bold
24787
24788 \backslash
24789 raisebox
24790 \series default
24791  dient nur als Abstandhalter.
24792 \end_layout
24793
24794 \end_inset
24795
24796
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 <row>
24803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807 A(r)
24808 \backslash
24809 stackrel
24810 \begin_inset ERT
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814
24815
24816 \backslash
24817 leer 
24818 \end_layout
24819
24820 \end_inset
24821
24822 r
24823 \backslash
24824 to
24825 \backslash
24826 infty
24827 \begin_inset ERT
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831
24832
24833 \backslash
24834 leer 
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \begin_inset Formula $\downarrow$
24841 \end_inset
24842
24843
24844 \backslash
24845 approx
24846 \begin_inset ERT
24847 status collapsed
24848
24849 \begin_layout Plain Layout
24850
24851
24852 \backslash
24853 leer 
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \begin_inset ERT
24860 status collapsed
24861
24862 \begin_layout Plain Layout
24863
24864
24865 \backslash
24866 leer 
24867 \end_layout
24868
24869 \end_inset
24870
24871 B
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 </row>
24889 </lyxtabular>
24890
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \begin_layout Section
24897 Funktionen
24898 \end_layout
24899
24900 \begin_layout Subsection
24901 Vordefinierte Funktionen
24902 \begin_inset CommandInset label
24903 LatexCommand label
24904 name "sub:Vordefinierte-Funktionen"
24905
24906 \end_inset
24907
24908
24909 \begin_inset Index idx
24910 status collapsed
24911
24912 \begin_layout Plain Layout
24913 Funktionen ! vordefinierte
24914 \end_layout
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \begin_layout Standard
24922 Allgemein werden in mathematischen Ausdrücken Variablen 
24923 \shape italic
24924 kursiv
24925 \shape default
24926  gesetzt, Funktionsnamen hingegen nicht, denn 
24927 \begin_inset Formula $sin$
24928 \end_inset
24929
24930  könnte als 
24931 \begin_inset Formula $s\cdot i\cdot n$
24932 \end_inset
24933
24934  missverstanden werden.
24935  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24936 en etwas abgesetzt sind.
24937  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24938 \end_layout
24939
24940 \begin_layout Standard
24941 \align center
24942 \begin_inset Tabular
24943 <lyxtabular version="3" rows="2" columns="4">
24944 <features tabularvalignment="middle">
24945 <column alignment="center" valignment="top" width="0pt">
24946 <column alignment="center" valignment="top" width="0pt">
24947 <column alignment="center" valignment="top" width="0pt">
24948 <column alignment="center" valignment="top" width="0pt">
24949 <row>
24950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954 Befehl
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963 Ergebnis
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972 Befehl
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981 Ergebnis
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 </row>
24987 <row>
24988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992 Asin(x)+B
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001 \begin_inset Formula $Asin(x)+B$
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013 A
25014 \backslash
25015 sin(x)+B
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024 \begin_inset Formula $A\sin(x)+B$
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 </row>
25033 </lyxtabular>
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 Folgende Funktionen sind vordefiniert:
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \begin_inset VSpace -2mm
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \begin_layout Standard
25052 \align center
25053 \begin_inset Tabular
25054 <lyxtabular version="3" rows="9" columns="4">
25055 <features tabularvalignment="middle">
25056 <column alignment="center" valignment="top" width="0pt">
25057 <column alignment="center" valignment="top" width="0pt">
25058 <column alignment="center" valignment="top" width="0pt">
25059 <column alignment="center" valignment="top" width="0pt">
25060 <row>
25061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 Befehl
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074 Befehl
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083 Befehl
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092 Befehl
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 </row>
25098 <row>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 sin
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114
25115 \backslash
25116 sinh
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \backslash
25127 arcsin
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136
25137 \backslash
25138 sup
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 </row>
25144 <row>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \backslash
25151 cos
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 cosh
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171
25172 \backslash
25173 arccos
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Plain Layout
25182
25183 \backslash
25184 inf
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 </row>
25190 <row>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 tan
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 tanh
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217
25218 \backslash
25219 arctan
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228
25229 \backslash
25230 lim
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 </row>
25236 <row>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \backslash
25243 cot
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \backslash
25254 coth
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \backslash
25265 arg
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274
25275 \backslash
25276 liminf
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 </row>
25282 <row>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 sec
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298
25299 \backslash
25300 min
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309
25310 \backslash
25311 deg
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320
25321 \backslash
25322 limsup
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 </row>
25328 <row>
25329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Plain Layout
25333
25334 \backslash
25335 csc
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344
25345 \backslash
25346 max
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355
25356 \backslash
25357 det
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \backslash
25368 Pr
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 </row>
25374 <row>
25375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Plain Layout
25379
25380 \backslash
25381 ln
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390
25391 \backslash
25392 exp
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401
25402 \backslash
25403 dim
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412
25413 \backslash
25414 hom
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 </row>
25420 <row>
25421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425
25426 \backslash
25427 lg
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436
25437 \backslash
25438 log
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447
25448 \backslash
25449 ker
25450 \end_layout
25451
25452 \end_inset
25453 </cell>
25454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458
25459 \backslash
25460 gcd
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 </row>
25466 </lyxtabular>
25467
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \begin_layout Standard
25474 Sie können auch über den Mathe-Werkzeugleistenknopf 
25475 \begin_inset Graphics
25476         filename ../../images/math/functions.png
25477         scale 85
25478
25479 \end_inset
25480
25481  eingefügt werden.
25482 \end_layout
25483
25484 \begin_layout Subsection
25485 Selbst definierte Funktionen
25486 \begin_inset Index idx
25487 status collapsed
25488
25489 \begin_layout Plain Layout
25490 Funktionen ! selbstdefinierte
25491 \end_layout
25492
25493 \end_inset
25494
25495
25496 \end_layout
25497
25498 \begin_layout Standard
25499 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25500 \begin_inset space \thinspace{}
25501 \end_inset
25502
25503 B.
25504  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25505 \end_layout
25506
25507 \begin_layout Itemize
25508 Man definiert die Funktion selbst.
25509  Dazu gibt man im LaTeX-Vorspann die Zeile
25510 \begin_inset Newline newline
25511 \end_inset
25512
25513
25514 \begin_inset VSpace -3mm
25515 \end_inset
25516
25517
25518 \begin_inset Newline newline
25519 \end_inset
25520
25521
25522 \series bold
25523
25524 \backslash
25525 DeclareMathOperator{
25526 \backslash
25527 sgn}{sgn}
25528 \series default
25529
25530 \begin_inset Index idx
25531 status collapsed
25532
25533 \begin_layout Plain Layout
25534 Befehle ! D ! 
25535 \backslash
25536 dbinom@
25537 \backslash
25538 DeclareMathOperator
25539 \end_layout
25540
25541 \end_inset
25542
25543
25544 \begin_inset Newline newline
25545 \end_inset
25546
25547
25548 \begin_inset VSpace -2mm
25549 \end_inset
25550
25551
25552 \begin_inset Newline newline
25553 \end_inset
25554
25555 ein
25556 \begin_inset Foot
25557 status collapsed
25558
25559 \begin_layout Plain Layout
25560 Näheres zu 
25561 \series bold
25562
25563 \backslash
25564 DeclareMathOperator
25565 \series default
25566  siehe 
25567 \begin_inset CommandInset ref
25568 LatexCommand ref
25569 reference "sub:Selbstdefinierte-Operatoren"
25570
25571 \end_inset
25572
25573 .
25574 \end_layout
25575
25576 \end_inset
25577
25578 .
25579  Nun kann man mit dem Befehl 
25580 \series bold
25581
25582 \backslash
25583 sgn
25584 \series default
25585  die neu definierte Funktion aufrufen.
25586 \end_layout
25587
25588 \begin_layout Itemize
25589 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25590  Beispiel die Buchstaben 
25591 \emph on
25592 sgn
25593 \emph default
25594 , und wandelt ihn in in mathematischen Text um.
25595  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25596 \end_layout
25597
25598 \begin_layout Standard
25599 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25600  Funktion
25601 \begin_inset Foot
25602 status collapsed
25603
25604 \begin_layout Plain Layout
25605 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25606 \end_layout
25607
25608 \end_inset
25609
25610 :
25611 \end_layout
25612
25613 \begin_layout Standard
25614 \align center
25615 \begin_inset Tabular
25616 <lyxtabular version="3" rows="3" columns="2">
25617 <features tabularvalignment="middle">
25618 <column alignment="center" valignment="top" width="0pt">
25619 <column alignment="center" valignment="top" width="0pt">
25620 <row>
25621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625 Befehl
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634 Ergebnis
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 </row>
25640 <row>
25641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645 A
25646 \backslash
25647 sgn(x)+B
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656 \begin_inset Formula $A\sgn(x)+B$
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 </row>
25665 <row>
25666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670 A
25671 \backslash
25672 ,
25673 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25674 \end_inset
25675
25676 (x)+B
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25682 \begin_inset Text
25683
25684 \begin_layout Plain Layout
25685 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 </row>
25694 </lyxtabular>
25695
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \begin_layout Standard
25702 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25703  mehrfach verwendet werden soll.
25704 \end_layout
25705
25706 \begin_layout Subsection
25707 Grenzwerte
25708 \begin_inset Index idx
25709 status collapsed
25710
25711 \begin_layout Plain Layout
25712 Grenzwerte
25713 \end_layout
25714
25715 \end_inset
25716
25717
25718 \end_layout
25719
25720 \begin_layout Standard
25721 Für Grenzwerte sind außer 
25722 \series bold
25723
25724 \backslash
25725 lim
25726 \series default
25727
25728 \begin_inset Index idx
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732 Befehle ! L ! 
25733 \backslash
25734 lim
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \series bold
25741
25742 \backslash
25743 liminf
25744 \series default
25745  und 
25746 \series bold
25747
25748 \backslash
25749 limsup
25750 \series default
25751  noch folgende Funktionen definiert:
25752 \end_layout
25753
25754 \begin_layout Standard
25755 \align center
25756 \begin_inset Tabular
25757 <lyxtabular version="3" rows="5" columns="2">
25758 <features tabularvalignment="middle">
25759 <column alignment="center" valignment="top" width="0">
25760 <column alignment="center" valignment="top" width="0">
25761 <row>
25762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Plain Layout
25766 Befehl
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775 Ergebnis
25776 \begin_inset Note Note
25777 status collapsed
25778
25779 \begin_layout Plain Layout
25780
25781 \series bold
25782
25783 \backslash
25784 raisebox
25785 \series default
25786  dient nur als Abstandhalter.
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \end_inset
25795 </cell>
25796 </row>
25797 <row>
25798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25799 \begin_inset Text
25800
25801 \begin_layout Plain Layout
25802
25803 \backslash
25804 varliminf
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Plain Layout
25813 \begin_inset Formula $\varliminf$
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \end_inset
25820 </cell>
25821 </row>
25822 <row>
25823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25824 \begin_inset Text
25825
25826 \begin_layout Plain Layout
25827
25828 \backslash
25829 varlimsup
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838 \begin_inset Formula $\varlimsup$
25839 \end_inset
25840
25841
25842 \end_layout
25843
25844 \end_inset
25845 </cell>
25846 </row>
25847 <row>
25848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25849 \begin_inset Text
25850
25851 \begin_layout Plain Layout
25852
25853 \backslash
25854 varprojlim
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863 \begin_inset Formula $\varprojlim$
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \end_inset
25870 </cell>
25871 </row>
25872 <row>
25873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25874 \begin_inset Text
25875
25876 \begin_layout Plain Layout
25877
25878 \backslash
25879 varinjlim
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Plain Layout
25888 \begin_inset Formula $\varinjlim$
25889 \end_inset
25890
25891
25892 \begin_inset Formula $\raisebox{-2.5mm}{}$
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \end_inset
25899 </cell>
25900 </row>
25901 </lyxtabular>
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Standard
25909 \begin_inset VSpace medskip
25910 \end_inset
25911
25912 Der Grenzwert wird durch Tiefstellen erzeugt.
25913  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25914 \end_layout
25915
25916 \begin_layout Standard
25917 \align center
25918 \begin_inset Tabular
25919 <lyxtabular version="3" rows="2" columns="2">
25920 <features tabularvalignment="middle">
25921 <column alignment="center" valignment="top" width="0pt">
25922 <column alignment="center" valignment="top" width="0pt">
25923 <row>
25924 <cell alignment="center" valignment="top" usebox="none">
25925 \begin_inset Text
25926
25927 \begin_layout Plain Layout
25928 Befehl
25929 \end_layout
25930
25931 \end_inset
25932 </cell>
25933 <cell alignment="center" valignment="top" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937 \begin_inset space \hspace{}
25938 \length 1cm
25939 \end_inset
25940
25941 Ergebnis
25942 \begin_inset Note Note
25943 status collapsed
25944
25945 \begin_layout Plain Layout
25946 Der Leerraum und 
25947 \series bold
25948
25949 \backslash
25950 raisebox
25951 \series default
25952  dienen nur als Abstandhalter.
25953 \end_layout
25954
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 </row>
25963 <row>
25964 <cell alignment="center" valignment="top" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968
25969 \backslash
25970 lim_x
25971 \backslash
25972 to
25973 \begin_inset ERT
25974 status collapsed
25975
25976 \begin_layout Plain Layout
25977
25978
25979 \backslash
25980 leer 
25981 \end_layout
25982
25983 \end_inset
25984
25985 A
25986 \begin_inset ERT
25987 status collapsed
25988
25989 \begin_layout Plain Layout
25990
25991
25992 \backslash
25993 leer 
25994 \end_layout
25995
25996 \end_inset
25997
25998 x=B
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 </row>
26016 </lyxtabular>
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26025 \begin_inset Formula 
26026 \[
26027 \lim_{x\to A}x=B
26028 \]
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \begin_inset Newpage newpage
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \begin_layout Subsection
26043 Modulo-Funktionen
26044 \begin_inset Index idx
26045 status collapsed
26046
26047 \begin_layout Plain Layout
26048 Funktionen ! Modulo-
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26058  Varianten.
26059 \end_layout
26060
26061 \begin_layout Standard
26062 Die Varianten in einer abgesetzten Formel:
26063 \begin_inset Formula 
26064 \begin{align*}
26065 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26066 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
26067 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
26068 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
26069 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
26070 \end{align*}
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Standard
26078 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26079  weniger Leerraum gesetzt.
26080  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
26081  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
26082 \begin_inset Formula 
26083 \begin{align*}
26084 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26085 \mathrm{a\backslash pod\textrm{\leer}bcd} &  & a\pod bcd\\
26086 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26087 \end{align*}
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Section
26095 Sonderzeichen
26096 \begin_inset Index idx
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100 Sonderzeichen
26101 \end_layout
26102
26103 \end_inset
26104
26105
26106 \end_layout
26107
26108 \begin_layout Subsection
26109 Sonderzeichen im mathematischen Text
26110 \end_layout
26111
26112 \begin_layout Standard
26113 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26114  verwendet werden:
26115 \end_layout
26116
26117 \begin_layout Standard
26118 \begin_inset space \hfill{}
26119 \end_inset
26120
26121
26122 \begin_inset Tabular
26123 <lyxtabular version="3" rows="8" columns="2">
26124 <features tabularvalignment="middle">
26125 <column alignment="block" valignment="top" width="0">
26126 <column alignment="block" valignment="top" width="0">
26127 <row>
26128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132 Befehl
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141 Ergebnis
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 </row>
26147 <row>
26148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152
26153 \backslash
26154 oe
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 \begin_inset Formula $\textrm{œ}$
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 </row>
26172 <row>
26173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \backslash
26179 OE
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 \begin_inset Formula $\textrm{Œ}$
26189 \end_inset
26190
26191
26192 \end_layout
26193
26194 \end_inset
26195 </cell>
26196 </row>
26197 <row>
26198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Plain Layout
26202
26203 \backslash
26204 ae
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213 \begin_inset Formula $\textrm{æ}$
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 </row>
26222 <row>
26223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26224 \begin_inset Text
26225
26226 \begin_layout Plain Layout
26227
26228 \backslash
26229 AE
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238 \begin_inset Formula $\textrm{Æ}$
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 </row>
26247 <row>
26248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252
26253 \backslash
26254 aa
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 \begin_inset Formula $\textrm{\aa}$
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 </row>
26272 <row>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277
26278 \backslash
26279 AA
26280 \begin_inset Index idx
26281 status collapsed
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 @
26287 \begin_inset ERT
26288 status collapsed
26289
26290 \begin_layout Plain Layout
26291
26292
26293 \backslash
26294 textrm{
26295 \backslash
26296 AA}
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset Formula $\textrm{Å}$
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 </row>
26324 <row>
26325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26326 \begin_inset Text
26327
26328 \begin_layout Plain Layout
26329
26330 \backslash
26331 i
26332 \end_layout
26333
26334 \end_inset
26335 </cell>
26336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26337 \begin_inset Text
26338
26339 \begin_layout Plain Layout
26340 \begin_inset Formula $\textrm{ı}$
26341 \end_inset
26342
26343
26344 \end_layout
26345
26346 \end_inset
26347 </cell>
26348 </row>
26349 </lyxtabular>
26350
26351 \end_inset
26352
26353
26354 \begin_inset space \hfill{}
26355 \end_inset
26356
26357
26358 \begin_inset Tabular
26359 <lyxtabular version="3" rows="8" columns="2">
26360 <features tabularvalignment="middle">
26361 <column alignment="block" valignment="top" width="0">
26362 <column alignment="center" valignment="top" width="0">
26363 <row>
26364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 Befehl
26369 \begin_inset Note Note
26370 status collapsed
26371
26372 \begin_layout Plain Layout
26373 Der Leerraum von 0
26374 \begin_inset space \thinspace{}
26375 \end_inset
26376
26377 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26378  ¿ erscheinen würde.
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392 Ergebnis
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403
26404 \backslash
26405 o
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414 \begin_inset Formula $\textrm{ø}$
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 </row>
26423 <row>
26424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428
26429 \backslash
26430 O
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 \begin_inset Formula $\textrm{Ø}$
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 </row>
26448 <row>
26449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Plain Layout
26453
26454 \backslash
26455 l
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 \begin_inset Formula $\textrm{ł}$
26465 \end_inset
26466
26467
26468 \end_layout
26469
26470 \end_inset
26471 </cell>
26472 </row>
26473 <row>
26474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26475 \begin_inset Text
26476
26477 \begin_layout Plain Layout
26478
26479 \backslash
26480 L
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26486 \begin_inset Text
26487
26488 \begin_layout Plain Layout
26489 \begin_inset Formula $\textrm{Ł}$
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 </row>
26498 <row>
26499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 !
26504 \begin_inset space \hspace{}
26505 \length 0mm
26506 \end_inset
26507
26508 `
26509 \begin_inset ERT
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514
26515 \backslash
26516 leer 
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 \begin_inset Formula $\textrm{!`}$
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 </row>
26539 <row>
26540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544 ?
26545 \begin_inset space \hspace{}
26546 \length 0mm
26547 \end_inset
26548
26549 `
26550 \begin_inset ERT
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554
26555
26556 \backslash
26557 leer 
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26568 \begin_inset Text
26569
26570 \begin_layout Plain Layout
26571 \begin_inset Formula $\textrm{?`}$
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 </row>
26580 <row>
26581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585
26586 \backslash
26587 j
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Plain Layout
26596 \begin_inset Formula $\textrm{ȷ}$
26597 \end_inset
26598
26599
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 </row>
26605 </lyxtabular>
26606
26607 \end_inset
26608
26609
26610 \begin_inset space \hfill{}
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \begin_layout Standard
26617 Die Zeichen 
26618 \begin_inset Formula $\textrm{\textrm{Å}}$
26619 \end_inset
26620
26621  und 
26622 \begin_inset Formula $\textrm{\textrm{Ø}}$
26623 \end_inset
26624
26625  können auch über den Mathe-Werkzeugleistenknopf 
26626 \begin_inset Graphics
26627         filename ../../images/math/digamma.png
26628         scale 85
26629
26630 \end_inset
26631
26632  eingefügt werden.
26633 \end_layout
26634
26635 \begin_layout Standard
26636 Eine Ausnahme bilden die Befehle 
26637 \series bold
26638 !
26639 \begin_inset space \hspace{}
26640 \length 0mm
26641 \end_inset
26642
26643 `
26644 \series default
26645  und 
26646 \series bold
26647 ?
26648 \begin_inset space \hspace{}
26649 \length 0mm
26650 \end_inset
26651
26652 `
26653 \series default
26654 , denn man kann sie in LyX direkt in den Text eingeben.
26655 \end_layout
26656
26657 \begin_layout Subsection
26658 Akzente im Text
26659 \begin_inset CommandInset label
26660 LatexCommand label
26661 name "sub:Sonderzeichen-Akzente"
26662
26663 \end_inset
26664
26665
26666 \begin_inset Index idx
26667 status collapsed
26668
26669 \begin_layout Plain Layout
26670 Akzente ! im Text
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \begin_layout Standard
26679 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26680  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26681 \end_layout
26682
26683 \begin_layout Standard
26684 \begin_inset space \hfill{}
26685 \end_inset
26686
26687
26688 \begin_inset Tabular
26689 <lyxtabular version="3" rows="8" columns="2">
26690 <features tabularvalignment="middle">
26691 <column alignment="block" valignment="top" width="0">
26692 <column alignment="block" valignment="top" width="0">
26693 <row>
26694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 Befehl
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 Ergebnis
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 </row>
26713 <row>
26714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Plain Layout
26718
26719 \backslash
26720
26721 \begin_inset Quotes grd
26722 \end_inset
26723
26724 e
26725 \end_layout
26726
26727 \end_inset
26728 </cell>
26729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26730 \begin_inset Text
26731
26732 \begin_layout Plain Layout
26733 \begin_inset ERT
26734 status collapsed
26735
26736 \begin_layout Plain Layout
26737
26738
26739 \backslash
26740 "e
26741 \end_layout
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 </row>
26751 <row>
26752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Plain Layout
26756
26757 \backslash
26758 `e
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767 \begin_inset ERT
26768 status collapsed
26769
26770 \begin_layout Plain Layout
26771
26772
26773 \backslash
26774 `e
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 </row>
26785 <row>
26786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790
26791 \backslash
26792 ^
26793 \begin_inset ERT
26794 status collapsed
26795
26796 \begin_layout Plain Layout
26797
26798
26799 \backslash
26800 leer 
26801 \end_layout
26802
26803 \end_inset
26804
26805 e
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 \begin_inset ERT
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818
26819
26820 \backslash
26821 ^e
26822 \end_layout
26823
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \end_inset
26830 </cell>
26831 </row>
26832 <row>
26833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837
26838 \backslash
26839 =e
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 \begin_inset ERT
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852
26853
26854 \backslash
26855 =e
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \end_inset
26864 </cell>
26865 </row>
26866 <row>
26867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26868 \begin_inset Text
26869
26870 \begin_layout Plain Layout
26871
26872 \backslash
26873 u
26874 \begin_inset ERT
26875 status collapsed
26876
26877 \begin_layout Plain Layout
26878
26879
26880 \backslash
26881 leer 
26882 \end_layout
26883
26884 \end_inset
26885
26886 e
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26892 \begin_inset Text
26893
26894 \begin_layout Plain Layout
26895 \begin_inset ERT
26896 status collapsed
26897
26898 \begin_layout Plain Layout
26899
26900
26901 \backslash
26902 u e
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 </row>
26913 <row>
26914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Plain Layout
26918
26919 \backslash
26920 b
26921 \begin_inset ERT
26922 status collapsed
26923
26924 \begin_layout Plain Layout
26925
26926
26927 \backslash
26928 leer 
26929 \end_layout
26930
26931 \end_inset
26932
26933 e
26934 \end_layout
26935
26936 \end_inset
26937 </cell>
26938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Plain Layout
26942 \begin_inset ERT
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946
26947
26948 \backslash
26949 b e
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \end_inset
26958 </cell>
26959 </row>
26960 <row>
26961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965
26966 \backslash
26967 t
26968 \begin_inset ERT
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972
26973
26974 \backslash
26975 leer 
26976 \end_layout
26977
26978 \end_inset
26979
26980 ee
26981 \end_layout
26982
26983 \end_inset
26984 </cell>
26985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26986 \begin_inset Text
26987
26988 \begin_layout Plain Layout
26989 \begin_inset ERT
26990 status collapsed
26991
26992 \begin_layout Plain Layout
26993
26994
26995 \backslash
26996 t ee
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \end_inset
27005 </cell>
27006 </row>
27007 </lyxtabular>
27008
27009 \end_inset
27010
27011
27012 \begin_inset space \hfill{}
27013 \end_inset
27014
27015
27016 \begin_inset Tabular
27017 <lyxtabular version="3" rows="8" columns="2">
27018 <features tabularvalignment="middle">
27019 <column alignment="block" valignment="top" width="0">
27020 <column alignment="center" valignment="top" width="0">
27021 <row>
27022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27023 \begin_inset Text
27024
27025 \begin_layout Plain Layout
27026 Befehl
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27032 \begin_inset Text
27033
27034 \begin_layout Plain Layout
27035 Ergebnis
27036 \end_layout
27037
27038 \end_inset
27039 </cell>
27040 </row>
27041 <row>
27042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Plain Layout
27046
27047 \backslash
27048 H
27049 \begin_inset ERT
27050 status collapsed
27051
27052 \begin_layout Plain Layout
27053
27054
27055 \backslash
27056 leer 
27057 \end_layout
27058
27059 \end_inset
27060
27061 e
27062 \end_layout
27063
27064 \end_inset
27065 </cell>
27066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070 \begin_inset ERT
27071 status collapsed
27072
27073 \begin_layout Plain Layout
27074
27075
27076 \backslash
27077 H e
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \end_inset
27086 </cell>
27087 </row>
27088 <row>
27089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Plain Layout
27093
27094 \backslash
27095 'e
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27101 \begin_inset Text
27102
27103 \begin_layout Plain Layout
27104 \begin_inset ERT
27105 status collapsed
27106
27107 \begin_layout Plain Layout
27108
27109
27110 \backslash
27111 'e
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \end_inset
27120 </cell>
27121 </row>
27122 <row>
27123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127
27128 \backslash
27129 ~e
27130 \begin_inset Index idx
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134 Tilde
27135 \end_layout
27136
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \end_inset
27143 </cell>
27144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27145 \begin_inset Text
27146
27147 \begin_layout Plain Layout
27148 \begin_inset ERT
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152
27153
27154 \backslash
27155 ~e
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \end_inset
27164 </cell>
27165 </row>
27166 <row>
27167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Plain Layout
27171
27172 \backslash
27173 .e
27174 \end_layout
27175
27176 \end_inset
27177 </cell>
27178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27179 \begin_inset Text
27180
27181 \begin_layout Plain Layout
27182 \begin_inset ERT
27183 status collapsed
27184
27185 \begin_layout Plain Layout
27186
27187
27188 \backslash
27189 .e
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \end_layout
27196
27197 \end_inset
27198 </cell>
27199 </row>
27200 <row>
27201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Plain Layout
27205
27206 \backslash
27207 v
27208 \begin_inset ERT
27209 status collapsed
27210
27211 \begin_layout Plain Layout
27212
27213
27214 \backslash
27215 leer 
27216 \end_layout
27217
27218 \end_inset
27219
27220 e
27221 \end_layout
27222
27223 \end_inset
27224 </cell>
27225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27226 \begin_inset Text
27227
27228 \begin_layout Plain Layout
27229 \begin_inset ERT
27230 status collapsed
27231
27232 \begin_layout Plain Layout
27233
27234
27235 \backslash
27236 v e
27237 \end_layout
27238
27239 \end_inset
27240
27241
27242 \end_layout
27243
27244 \end_inset
27245 </cell>
27246 </row>
27247 <row>
27248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27249 \begin_inset Text
27250
27251 \begin_layout Plain Layout
27252
27253 \backslash
27254 d
27255 \begin_inset ERT
27256 status collapsed
27257
27258 \begin_layout Plain Layout
27259
27260
27261 \backslash
27262 leer 
27263 \end_layout
27264
27265 \end_inset
27266
27267 e
27268 \end_layout
27269
27270 \end_inset
27271 </cell>
27272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27273 \begin_inset Text
27274
27275 \begin_layout Plain Layout
27276 \begin_inset ERT
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280
27281
27282 \backslash
27283 d e
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \end_layout
27290
27291 \end_inset
27292 </cell>
27293 </row>
27294 <row>
27295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299
27300 \backslash
27301 c
27302 \begin_inset ERT
27303 status collapsed
27304
27305 \begin_layout Plain Layout
27306
27307
27308 \backslash
27309 leer 
27310 \end_layout
27311
27312 \end_inset
27313
27314 e
27315 \end_layout
27316
27317 \end_inset
27318 </cell>
27319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27320 \begin_inset Text
27321
27322 \begin_layout Plain Layout
27323 \begin_inset ERT
27324 status collapsed
27325
27326 \begin_layout Plain Layout
27327
27328
27329 \backslash
27330 c e
27331 \end_layout
27332
27333 \end_inset
27334
27335
27336 \end_layout
27337
27338 \end_inset
27339 </cell>
27340 </row>
27341 </lyxtabular>
27342
27343 \end_inset
27344
27345
27346 \begin_inset space \hfill{}
27347 \end_inset
27348
27349
27350 \end_layout
27351
27352 \begin_layout Standard
27353 \begin_inset VSpace medskip
27354 \end_inset
27355
27356 Mit dem Befehl 
27357 \series bold
27358
27359 \backslash
27360 t
27361 \series default
27362  können auch zwei verschiedene Zeichen akzentuiert werden.
27363  Der Befehl 
27364 \series bold
27365
27366 \backslash
27367 t
27368 \begin_inset ERT
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372
27373
27374 \backslash
27375 leer 
27376 \end_layout
27377
27378 \end_inset
27379
27380 sz
27381 \series default
27382  ergibt: 
27383 \begin_inset ERT
27384 status collapsed
27385
27386 \begin_layout Plain Layout
27387
27388
27389 \backslash
27390 t sz
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \begin_layout Standard
27399 Die Akzente 
27400 \series bold
27401 `
27402 \series default
27403  , 
27404 \series bold
27405 '
27406 \series default
27407  und 
27408 \series bold
27409 ^
27410 \series default
27411  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27412  werden ohne den TeX-Modus zu benutzen.
27413  Dasselbe gilt für die Tilde
27414 \begin_inset Foot
27415 status collapsed
27416
27417 \begin_layout Plain Layout
27418 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27419 \end_layout
27420
27421 \end_inset
27422
27423  
27424 \series bold
27425 ~
27426 \series default
27427  in Verbindung mit 
27428 \emph on
27429 a
27430 \emph default
27431  , 
27432 \emph on
27433 n
27434 \emph default
27435  oder 
27436 \emph on
27437 o
27438 \emph default
27439 .
27440 \end_layout
27441
27442 \begin_layout Standard
27443 Die Befehle 
27444 \series bold
27445
27446 \backslash
27447 b
27448 \series default
27449  , 
27450 \series bold
27451
27452 \backslash
27453 c
27454 \series default
27455  , 
27456 \series bold
27457
27458 \backslash
27459 d
27460 \series default
27461  , 
27462 \series bold
27463
27464 \backslash
27465 H
27466 \series default
27467  , 
27468 \series bold
27469
27470 \backslash
27471 t
27472 \series default
27473  , 
27474 \series bold
27475
27476 \backslash
27477 u
27478 \series default
27479  , 
27480 \series bold
27481
27482 \backslash
27483 v
27484 \series default
27485  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27486  Textmodus verfügbar.
27487  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27488  
27489 \begin_inset CommandInset ref
27490 LatexCommand ref
27491 reference "sub:Akzente-für-ein"
27492
27493 \end_inset
27494
27495 .
27496 \end_layout
27497
27498 \begin_layout Standard
27499 \begin_inset VSpace bigskip
27500 \end_inset
27501
27502 Des Weiteren kann man mit dem Befehl 
27503 \series bold
27504
27505 \backslash
27506 textcircled
27507 \series default
27508
27509 \begin_inset Index idx
27510 status collapsed
27511
27512 \begin_layout Plain Layout
27513 Befehle ! T ! 
27514 \backslash
27515 textcircled
27516 \end_layout
27517
27518 \end_inset
27519
27520 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27521  Kreis setzen, quasi mit einem Kreis akzentuieren.
27522 \end_layout
27523
27524 \begin_layout Standard
27525 \align center
27526 \begin_inset Tabular
27527 <lyxtabular version="3" rows="3" columns="2">
27528 <features tabularvalignment="middle">
27529 <column alignment="center" valignment="top" width="0">
27530 <column alignment="center" valignment="top" width="0">
27531 <row>
27532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27533 \begin_inset Text
27534
27535 \begin_layout Plain Layout
27536 Befehl
27537 \end_layout
27538
27539 \end_inset
27540 </cell>
27541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27542 \begin_inset Text
27543
27544 \begin_layout Plain Layout
27545 Ergebnis
27546 \begin_inset Note Note
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550
27551 \series bold
27552
27553 \backslash
27554 raisebox
27555 \series default
27556  in der Formel dient nur als Abstandhalter.
27557 \end_layout
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 </row>
27567 <row>
27568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27569 \begin_inset Text
27570
27571 \begin_layout Plain Layout
27572
27573 \backslash
27574 textcircled{w}
27575 \end_layout
27576
27577 \end_inset
27578 </cell>
27579 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27580 \begin_inset Text
27581
27582 \begin_layout Plain Layout
27583 \begin_inset ERT
27584 status collapsed
27585
27586 \begin_layout Plain Layout
27587
27588
27589 \backslash
27590 textcircled{w}
27591 \end_layout
27592
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \end_inset
27599 </cell>
27600 </row>
27601 <row>
27602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27603 \begin_inset Text
27604
27605 \begin_layout Plain Layout
27606
27607 \backslash
27608 Large 
27609 \backslash
27610 textcircled{
27611 \backslash
27612 normalsize
27613 \backslash
27614 protect
27615 \backslash
27616 raisebox{-1.5pt}{W}}
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27622 \begin_inset Text
27623
27624 \begin_layout Plain Layout
27625 \begin_inset Formula $\raisebox{4.5mm}{}$
27626 \end_inset
27627
27628
27629 \begin_inset ERT
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633
27634
27635 \backslash
27636 Large 
27637 \backslash
27638 textcircled{
27639 \backslash
27640 normalsize
27641 \backslash
27642 protect
27643 \backslash
27644 raisebox{-1.5pt}W}
27645 \end_layout
27646
27647 \end_inset
27648
27649
27650 \begin_inset Formula $\raisebox{-2mm}{}$
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \end_inset
27657 </cell>
27658 </row>
27659 </lyxtabular>
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \begin_layout Standard
27667 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27668  
27669 \series bold
27670
27671 \backslash
27672 Large
27673 \series default
27674
27675 \begin_inset Foot
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679 siehe 
27680 \begin_inset CommandInset ref
27681 LatexCommand ref
27682 reference "sub:Schriftgrößen"
27683
27684 \end_inset
27685
27686
27687 \end_layout
27688
27689 \end_inset
27690
27691  bestimmt dabei die Größe des Kreises.
27692  Mit Hilfe von 
27693 \series bold
27694
27695 \backslash
27696 raisebox
27697 \series default
27698
27699 \begin_inset Foot
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 siehe 
27704 \begin_inset CommandInset ref
27705 LatexCommand ref
27706 reference "sub:Boxen-ohne-Rahmen"
27707
27708 \end_inset
27709
27710
27711 \end_layout
27712
27713 \end_inset
27714
27715  kann man das Zeichen zentrieren.
27716 \end_layout
27717
27718 \begin_layout Subsection
27719 Minuskelziffern
27720 \begin_inset Index idx
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724 Minuskelziffern
27725 \end_layout
27726
27727 \end_inset
27728
27729
27730 \end_layout
27731
27732 \begin_layout Standard
27733 Minuskelziffern werden mit dem Befehl 
27734 \series bold
27735
27736 \backslash
27737 oldstylenums
27738 \series default
27739
27740 \begin_inset Index idx
27741 status collapsed
27742
27743 \begin_layout Plain Layout
27744 Befehle ! O ! 
27745 \backslash
27746 oldstylenums
27747 \end_layout
27748
27749 \end_inset
27750
27751  erzeugt.
27752  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27753  Das Befehlsschema lautet:
27754 \end_layout
27755
27756 \begin_layout Standard
27757
27758 \series bold
27759
27760 \backslash
27761 oldstylenums{Ziffer}
27762 \end_layout
27763
27764 \begin_layout Standard
27765 Der Befehl 
27766 \series bold
27767
27768 \backslash
27769 oldstylenums{0123456789
27770 \series default
27771  ergibt: 
27772 \begin_inset Formula $\oldstylenums{0123456789}$
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \begin_layout Subsection
27779 Sonstige Sonderzeichen
27780 \begin_inset CommandInset label
27781 LatexCommand label
27782 name "sub:Sonstige-Sonderzeichen"
27783
27784 \end_inset
27785
27786
27787 \begin_inset Index idx
27788 status collapsed
27789
27790 \begin_layout Plain Layout
27791 Sonderzeichen ! sonstige
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \end_layout
27798
27799 \begin_layout Standard
27800 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27801 \end_layout
27802
27803 \begin_layout Standard
27804 \align center
27805 \begin_inset Tabular
27806 <lyxtabular version="3" rows="4" columns="2">
27807 <features tabularvalignment="middle">
27808 <column alignment="center" valignment="top" width="0">
27809 <column alignment="center" valignment="top" width="0">
27810 <row>
27811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Plain Layout
27815 Befehl
27816 \end_layout
27817
27818 \end_inset
27819 </cell>
27820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27821 \begin_inset Text
27822
27823 \begin_layout Plain Layout
27824 Ergebnis
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 </row>
27830 <row>
27831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Plain Layout
27835
27836 \backslash
27837 ^
27838 \begin_inset ERT
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842
27843
27844 \backslash
27845 leer 
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Plain Layout
27859 \begin_inset Formula $\mathcircumflex$
27860 \end_inset
27861
27862
27863 \end_layout
27864
27865 \end_inset
27866 </cell>
27867 </row>
27868 <row>
27869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27870 \begin_inset Text
27871
27872 \begin_layout Plain Layout
27873
27874 \backslash
27875 _
27876 \end_layout
27877
27878 \end_inset
27879 </cell>
27880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Plain Layout
27884 \begin_inset Formula $\_$
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \end_inset
27891 </cell>
27892 </row>
27893 <row>
27894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Plain Layout
27898 ^
27899 \begin_inset ERT
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903
27904
27905 \backslash
27906 leer 
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \backslash
27913 circ
27914 \begin_inset Index idx
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918
27919 \backslash
27920
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \end_inset
27929 </cell>
27930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27931 \begin_inset Text
27932
27933 \begin_layout Plain Layout
27934 \begin_inset Formula $^{\circ}$
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 </row>
27943 </lyxtabular>
27944
27945 \end_inset
27946
27947
27948 \end_layout
27949
27950 \begin_layout Standard
27951 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27952  folgende Zeile enthält
27953 \begin_inset Foot
27954 status collapsed
27955
27956 \begin_layout Plain Layout
27957 Mehr dazu ist in 
27958 \begin_inset CommandInset ref
27959 LatexCommand ref
27960 reference "sub:Textzeichen-in-Formeln"
27961
27962 \end_inset
27963
27964  beschrieben.
27965 \end_layout
27966
27967 \end_inset
27968
27969 :
27970 \end_layout
27971
27972 \begin_layout Standard
27973
27974 \series bold
27975
27976 \backslash
27977 DeclareInputText{176}{
27978 \backslash
27979 ifmmode^
27980 \backslash
27981 circ
27982 \backslash
27983 else
27984 \backslash
27985 textdegree
27986 \backslash
27987 fi}
27988 \end_layout
27989
27990 \begin_layout Section
27991 Formelstile
27992 \begin_inset CommandInset label
27993 LatexCommand label
27994 name "sec:Formelstile"
27995
27996 \end_inset
27997
27998
27999 \begin_inset Index idx
28000 status collapsed
28001
28002 \begin_layout Plain Layout
28003 Formel ! Stile
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \begin_layout Itemize
28012 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
28013 \end_layout
28014
28015 \begin_deeper
28016 \begin_layout Description
28017 Zentriert ist der voreingestellte Standard
28018 \end_layout
28019
28020 \begin_layout Description
28021 Eingerückt dazu muss im Menü 
28022 \family sans
28023 Dokument\SpecialChar \menuseparator
28024 Einstellungen
28025 \family default
28026  unter 
28027 \family sans
28028 Dokumentklasse
28029 \family default
28030  die Option 
28031 \series bold
28032 fleqn
28033 \series default
28034  eingeben werden
28035 \end_layout
28036
28037 \begin_layout Standard
28038 Wird 
28039 \series bold
28040 Eingerückt
28041 \series default
28042  verwendet, kann mit der Länge 
28043 \series bold
28044
28045 \backslash
28046 mathindent
28047 \series default
28048
28049 \begin_inset Index idx
28050 status collapsed
28051
28052 \begin_layout Plain Layout
28053 Befehle ! M ! 
28054 \backslash
28055 mathindent
28056 \end_layout
28057
28058 \end_inset
28059
28060  die Einrückung eingestellt werden.
28061  Soll der Abstand 15
28062 \begin_inset space \thinspace{}
28063 \end_inset
28064
28065 mm betragen, gibt man im LaTeX-Vorspann die Zeile
28066 \end_layout
28067
28068 \begin_layout Standard
28069
28070 \series bold
28071
28072 \backslash
28073 setlength{
28074 \backslash
28075 mathindent}{15mm}
28076 \end_layout
28077
28078 \begin_layout Standard
28079 ein.
28080  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28081 \begin_inset space \thinspace{}
28082 \end_inset
28083
28084 pt verwendet.
28085 \end_layout
28086
28087 \end_deeper
28088 \begin_layout Itemize
28089 Und zwei verschiedene Nummerierungsstile:
28090 \end_layout
28091
28092 \begin_deeper
28093 \begin_layout Description
28094 Rechts ist der voreingestellte Standard
28095 \end_layout
28096
28097 \begin_layout Description
28098 Links dazu muss im Menü 
28099 \family sans
28100 Dokument\SpecialChar \menuseparator
28101 Einstellungen
28102 \family default
28103  unter 
28104 \family sans
28105 Dokumentklasse
28106 \family default
28107  die Option 
28108 \series bold
28109 leqno
28110 \series default
28111  eingeben werden
28112 \end_layout
28113
28114 \end_deeper
28115 \begin_layout Standard
28116
28117 \series bold
28118 fleqn
28119 \series default
28120  und 
28121 \series bold
28122 leqno
28123 \series default
28124  können auch gemeinsam verwendet werden.
28125  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28126 n.
28127 \end_layout
28128
28129 \begin_layout Standard
28130 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28131  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28132  ausgerichtete Formeln setzen, verwendet man den Stil 
28133 \series bold
28134 Zentriert
28135 \series default
28136 .
28137  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28138  
28139 \begin_inset CommandInset ref
28140 LatexCommand ref
28141 reference "sub:Flalign-Umgebung"
28142
28143 \end_inset
28144
28145 .
28146 \end_layout
28147
28148 \begin_layout Section
28149 Mehrzeilige Formeln
28150 \begin_inset CommandInset label
28151 LatexCommand label
28152 name "sec:Mehrzeilige-Formeln"
28153
28154 \end_inset
28155
28156
28157 \begin_inset Index idx
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161 Formel ! mehrzeilige
28162 \end_layout
28163
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \begin_layout Subsection
28170 Allgemeines
28171 \end_layout
28172
28173 \begin_layout Standard
28174 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28175 \family sans
28176 \series bold
28177 Strg+Enter
28178 \family default
28179 \series default
28180  drückt.
28181  Dies erzeugt entweder eine 
28182 \series bold
28183 eqnarray-Umgebung
28184 \series default
28185 , die in 
28186 \begin_inset CommandInset ref
28187 LatexCommand ref
28188 reference "sub:Eqnarray-Umgebung"
28189
28190 \end_inset
28191
28192  beschrieben ist oder, wenn die Option 
28193 \family sans
28194 AMS-Mathe-Paket verwenden
28195 \family default
28196  in den Dokumenteinstellungen gewählt ist, eine 
28197 \series bold
28198 align-Umgebung
28199 \series default
28200 , die in 
28201 \begin_inset CommandInset ref
28202 LatexCommand ref
28203 reference "sub:Standard-align-Umgebung"
28204
28205 \end_inset
28206
28207  beschrieben ist.
28208 \end_layout
28209
28210 \begin_layout Standard
28211 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28212 \family sans
28213 Einfügen\SpecialChar \menuseparator
28214 Mathe
28215 \family default
28216  erstellt werden können.
28217  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28218 \end_layout
28219
28220 \begin_layout Standard
28221 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28222  man 
28223 \family sans
28224 Strg+Enter
28225 \family default
28226  drückt.
28227  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28228 fe 
28229 \begin_inset Graphics
28230         filename ../../images/tabular-feature_append-row.png
28231         scale 85
28232
28233 \end_inset
28234
28235  bzw.
28236 \begin_inset space ~
28237 \end_inset
28238
28239
28240 \begin_inset Graphics
28241         filename ../../images/tabular-feature_delete-row.png
28242         scale 85
28243
28244 \end_inset
28245
28246  oder das Menü 
28247 \family sans
28248 Bearbeiten\SpecialChar \menuseparator
28249 Zeilen & Spalten
28250 \family default
28251  verwendet werden.
28252 \end_layout
28253
28254 \begin_layout Subsubsection
28255 Zeilenabstand
28256 \begin_inset CommandInset label
28257 LatexCommand label
28258 name "sub:Zeilenabstand"
28259
28260 \end_inset
28261
28262
28263 \begin_inset Index idx
28264 status collapsed
28265
28266 \begin_layout Plain Layout
28267 Formel ! mehrzeilige ! Zeilenabstand
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28277 \begin_inset Formula 
28278 \begin{eqnarray*}
28279 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}\\
28280 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
28281 \end{eqnarray*}
28282
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \begin_layout Standard
28289 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28290 chbefehls angegeben.
28291  Dies ist in LyX aber nicht möglich
28292 \begin_inset Foot
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296 siehe 
28297 \begin_inset CommandInset href
28298 LatexCommand href
28299 name "LyX-Fehler #1505"
28300 target "http://www.lyx.org/trac/ticket/1505"
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \end_inset
28308
28309 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28310  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28311  Zeile den Befehl 
28312 \series bold
28313
28314 \backslash
28315
28316 \backslash
28317 [3mm]
28318 \series default
28319  ein.
28320  Damit erhält man: 
28321 \begin_inset ERT
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325
28326
28327 \backslash
28328 begin{eqnarray*}
28329 \end_layout
28330
28331 \begin_layout Plain Layout
28332
28333 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28334  = & 
28335 \backslash
28336 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28337 \backslash
28338
28339 \backslash
28340 [3mm]
28341 \end_layout
28342
28343 \begin_layout Plain Layout
28344
28345 4x^{2}
28346 \backslash
28347 left(B^{2}+x_{0}^{2}
28348 \backslash
28349 right)+4x_{0}x
28350 \backslash
28351 left(D-B^{2}
28352 \backslash
28353 right)+B^{2}
28354 \backslash
28355 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28356 \backslash
28357 right) & = & 0
28358 \end_layout
28359
28360 \begin_layout Plain Layout
28361
28362
28363 \backslash
28364 end{eqnarray*}
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \begin_layout Standard
28373 \begin_inset VSpace bigskip
28374 \end_inset
28375
28376 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28377  man die Länge 
28378 \series bold
28379
28380 \backslash
28381 jot
28382 \series default
28383
28384 \begin_inset Index idx
28385 status collapsed
28386
28387 \begin_layout Plain Layout
28388 Befehle ! J ! 
28389 \backslash
28390 jot
28391 \end_layout
28392
28393 \end_inset
28394
28395 .
28396  Es gilt 
28397 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28398 \end_inset
28399
28400 .
28401  Voreingestellt ist für 
28402 \series bold
28403
28404 \backslash
28405 jot
28406 \series default
28407  der Wert 3
28408 \begin_inset space \thinspace{}
28409 \end_inset
28410
28411 pt.
28412  Um wie im vorigen Beispiel 3
28413 \begin_inset space \thinspace{}
28414 \end_inset
28415
28416 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28417 \end_layout
28418
28419 \begin_layout Standard
28420
28421 \series bold
28422
28423 \backslash
28424 setlength{
28425 \backslash
28426 jot}{3mm+3pt}
28427 \end_layout
28428
28429 \begin_layout Standard
28430 im TeX-Modus vor der Formel ein.
28431  Das setzt voraus, dass das LaTeX-Paket 
28432 \series bold
28433 calc
28434 \series default
28435
28436 \begin_inset Foot
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440
28441 \series bold
28442 calc
28443 \series default
28444  ist Teil jeder LaTeX-Standardinstallation.
28445 \end_layout
28446
28447 \end_inset
28448
28449
28450 \begin_inset Index idx
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454 Pakete ! calc
28455 \end_layout
28456
28457 \end_inset
28458
28459  im LaTeX-Vorspann mit der Zeile
28460 \end_layout
28461
28462 \begin_layout Standard
28463
28464 \series bold
28465
28466 \backslash
28467 usepackage{calc}
28468 \end_layout
28469
28470 \begin_layout Standard
28471 geladen wurde.
28472 \end_layout
28473
28474 \begin_layout Standard
28475 Man erhält: 
28476 \begin_inset ERT
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480
28481
28482 \backslash
28483 setlength{
28484 \backslash
28485 jot}{3mm+3pt}
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \begin_inset Formula 
28492 \begin{eqnarray*}
28493 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}\\
28494 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
28495 \end{eqnarray*}
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \begin_layout Standard
28503 \begin_inset ERT
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507
28508
28509 \backslash
28510 setlength{
28511 \backslash
28512 jot}{3pt}
28513 \end_layout
28514
28515 \end_inset
28516
28517  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28518 \series bold
28519
28520 \backslash
28521 jot
28522 \series default
28523  auf den Wert 3
28524 \begin_inset space \thinspace{}
28525 \end_inset
28526
28527 pt.
28528 \end_layout
28529
28530 \begin_layout Subsubsection
28531 Spaltenabstand
28532 \begin_inset CommandInset label
28533 LatexCommand label
28534 name "sub:Spaltenabstand"
28535
28536 \end_inset
28537
28538
28539 \begin_inset Index idx
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543 Formel ! mehrzeilige ! Spaltenabstand
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Standard
28552 Mehrzeilige Formeln bilden eine Matrix.
28553  Eine Formel in der Eqnarray-Umgebung ist z.
28554 \begin_inset space \thinspace{}
28555 \end_inset
28556
28557 B.
28558  eine dreispaltige Matrix.
28559  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28560  neben den Relationszeichen ändern.
28561 \end_layout
28562
28563 \begin_layout Standard
28564 Der Spaltenabstand wird mit der Länge 
28565 \series bold
28566
28567 \backslash
28568 arraycolsep
28569 \series default
28570
28571 \begin_inset Index idx
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575 Befehle ! A ! 
28576 \backslash
28577 arraycolsep
28578 \end_layout
28579
28580 \end_inset
28581
28582  festgelegt, wobei gilt:
28583 \begin_inset Newline newline
28584 \end_inset
28585
28586 Spaltenabstand = 2
28587 \begin_inset space \thinspace{}
28588 \end_inset
28589
28590
28591 \series bold
28592
28593 \backslash
28594 arraycolsep
28595 \series default
28596 .
28597 \begin_inset Newline newline
28598 \end_inset
28599
28600 Der im TeX-Modus eingegebene Befehl
28601 \end_layout
28602
28603 \begin_layout Standard
28604
28605 \series bold
28606
28607 \backslash
28608 setlength{
28609 \backslash
28610 arraycolsep}{1cm}
28611 \end_layout
28612
28613 \begin_layout Standard
28614 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28615 \begin_inset space \thinspace{}
28616 \end_inset
28617
28618 cm.
28619  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28620 \series bold
28621
28622 \backslash
28623 arraycolsep
28624 \series default
28625  auf 5
28626 \begin_inset space \thinspace{}
28627 \end_inset
28628
28629 pt.
28630 \end_layout
28631
28632 \begin_layout Standard
28633 Eine Formel mit 2
28634 \begin_inset space \thinspace{}
28635 \end_inset
28636
28637 cm Spaltenabstand:
28638 \begin_inset ERT
28639 status collapsed
28640
28641 \begin_layout Plain Layout
28642
28643
28644 \backslash
28645 setlength{
28646 \backslash
28647 arraycolsep}{1cm}
28648 \end_layout
28649
28650 \end_inset
28651
28652
28653 \begin_inset Formula 
28654 \begin{eqnarray*}
28655 A & = & B\\
28656 C & \ne & A
28657 \end{eqnarray*}
28658
28659 \end_inset
28660
28661 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28662 \begin_inset space \thinspace{}
28663 \end_inset
28664
28665 pt:
28666 \begin_inset ERT
28667 status collapsed
28668
28669 \begin_layout Plain Layout
28670
28671
28672 \backslash
28673 setlength{
28674 \backslash
28675 arraycolsep}{5pt}
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \begin_inset Formula 
28682 \begin{eqnarray*}
28683 A & = & B\\
28684 C & \ne & A
28685 \end{eqnarray*}
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \begin_layout Subsubsection
28693 Lange Formeln
28694 \begin_inset Index idx
28695 status collapsed
28696
28697 \begin_layout Plain Layout
28698 Formel ! lange
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Standard
28707 Lange Formeln kann man wie folgt setzen:
28708 \end_layout
28709
28710 \begin_layout Itemize
28711 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28712  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28713 \begin_inset Formula 
28714 \begin{eqnarray}
28715 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 \\
28716  &  & -\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}
28717 \end{eqnarray}
28718
28719 \end_inset
28720
28721 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28722  als Operator, da es das erste Zeichen der Zeile ist.
28723  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28724  Bruchstrich unterscheiden.
28725  Um das zu verhindern, wurde mit dem Befehl 
28726 \series bold
28727
28728 \backslash
28729 hspace
28730 \series default
28731  3
28732 \begin_inset space \thinspace{}
28733 \end_inset
28734
28735 pt Leerraum hinter das Minuszeichen eingefügt.
28736 \begin_inset Foot
28737 status collapsed
28738
28739 \begin_layout Plain Layout
28740 mehr zu 
28741 \series bold
28742
28743 \backslash
28744 hspace
28745 \series default
28746  siehe 
28747 \begin_inset CommandInset ref
28748 LatexCommand ref
28749 reference "sub:Variabler-Leerraum"
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \end_inset
28757
28758
28759 \begin_inset Index idx
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763 Befehle ! H ! 
28764 \backslash
28765 hspace
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \begin_layout Itemize
28774 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28775 \series bold
28776
28777 \backslash
28778 lefteqn
28779 \series default
28780
28781 \begin_inset Index idx
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785 Befehle ! L ! 
28786 \backslash
28787 lefteqn
28788 \end_layout
28789
28790 \end_inset
28791
28792 .
28793  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28794  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28795 \begin_inset Formula 
28796 \begin{eqnarray}
28797 \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 \\
28798  &  & -\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 \\
28799  &  & =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}
28800 \end{eqnarray}
28801
28802 \end_inset
28803
28804 Nachdem man 
28805 \series bold
28806
28807 \backslash
28808 lefteqn
28809 \series default
28810  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28811  das gegenüber dem blauen leicht verschoben ist.
28812  In dieses wird die Formel eingegeben.
28813 \begin_inset Newline newline
28814 \end_inset
28815
28816 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28817  eingegeben.
28818  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28819  Einrückung.
28820 \begin_inset VSpace medskip
28821 \end_inset
28822
28823
28824 \begin_inset Newline newline
28825 \end_inset
28826
28827
28828 \begin_inset Note Greyedout
28829 status open
28830
28831 \begin_layout Plain Layout
28832 Bei der Verwendung von 
28833 \series bold
28834
28835 \backslash
28836 lefteqn
28837 \series default
28838  ist Folgendes zu beachten:
28839 \end_layout
28840
28841 \begin_layout Itemize
28842 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28843  Würde man in obigem Beispiel der ersten Zeile den Term 
28844 \begin_inset Formula $-B^{2}$
28845 \end_inset
28846
28847  anfügen, befände sich dieser außerhalb des Seitenrands.
28848  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28849  Leerraum einfügen.
28850 \end_layout
28851
28852 \begin_layout Itemize
28853 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28854  erste Zeile gesetzt werden.
28855 \begin_inset Foot
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859 \begin_inset CommandInset href
28860 LatexCommand href
28861 name "LyX-Fehler #1429"
28862 target "http://www.lyx.org/trac/ticket/1429"
28863
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \end_inset
28870
28871  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28872  Pfeiltasten bewegen.
28873 \end_layout
28874
28875 \end_inset
28876
28877
28878 \end_layout
28879
28880 \begin_layout Itemize
28881 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28882 \begin_inset CommandInset ref
28883 LatexCommand ref
28884 reference "sub:Multline-Umgebung"
28885
28886 \end_inset
28887
28888  und 
28889 \begin_inset CommandInset ref
28890 LatexCommand ref
28891 reference "sub:Mehrzeilige-Formelteile"
28892
28893 \end_inset
28894
28895  beschriebenen Umgebungen.
28896 \end_layout
28897
28898 \begin_layout Subsubsection
28899 Mehrzeilige Klammern
28900 \begin_inset CommandInset label
28901 LatexCommand label
28902 name "sub:Mehrzeilige-Klammern"
28903
28904 \end_inset
28905
28906
28907 \begin_inset Index idx
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911 Klammern ! mehrzeilige
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28921 \begin_inset Formula 
28922 \begin{eqnarray*}
28923 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28924  &  & \left.\cdots+B-D\right]
28925 \end{eqnarray*}
28926
28927 \end_inset
28928
28929
28930 \end_layout
28931
28932 \begin_layout Standard
28933 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28934  Größe dürfen nicht über mehrere Zeilen gehen.
28935 \end_layout
28936
28937 \begin_layout Standard
28938 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28939  erste Zeile mit 
28940 \series bold
28941
28942 \backslash
28943 right.
28944 \series default
28945
28946 \begin_inset Index idx
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950 Befehle ! R ! 
28951 \backslash
28952 right
28953 \end_layout
28954
28955 \end_inset
28956
28957  und beginnt die zweite Zeile mit 
28958 \series bold
28959
28960 \backslash
28961 left.
28962 \begin_inset Foot
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966 mehr zu 
28967 \series bold
28968
28969 \backslash
28970 left
28971 \series default
28972  und 
28973 \series bold
28974
28975 \backslash
28976 right
28977 \series default
28978  siehe 
28979 \begin_inset CommandInset ref
28980 LatexCommand ref
28981 reference "sub:Automatische-Klammergrößen"
28982
28983 \end_inset
28984
28985
28986 \end_layout
28987
28988 \end_inset
28989
28990
28991 \series default
28992
28993 \begin_inset Index idx
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997 Befehle ! L ! 
28998 \backslash
28999 left
29000 \end_layout
29001
29002 \end_inset
29003
29004 .
29005  Nach 
29006 \series bold
29007
29008 \backslash
29009 left.
29010
29011 \series default
29012  gibt man den Befehl 
29013 \series bold
29014
29015 \backslash
29016 vphantom
29017 \series default
29018
29019 \begin_inset ERT
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023
29024
29025 \backslash
29026 leer 
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \series bold
29033
29034 \backslash
29035 prod
29036 \series default
29037 ^
29038 \begin_inset ERT
29039 status collapsed
29040
29041 \begin_layout Plain Layout
29042
29043
29044 \backslash
29045 leer 
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \series bold
29052
29053 \backslash
29054 infty
29055 \series default
29056
29057 \begin_inset ERT
29058 status collapsed
29059
29060 \begin_layout Plain Layout
29061
29062
29063 \backslash
29064 leer 
29065 \end_layout
29066
29067 \end_inset
29068
29069
29070 \series bold
29071
29072 \begin_inset Formula $\downarrow$
29073 \end_inset
29074
29075 _R=1}
29076 \series default
29077
29078 \begin_inset Index idx
29079 status collapsed
29080
29081 \begin_layout Plain Layout
29082 Befehle ! V ! 
29083 \backslash
29084 vphantom
29085 \end_layout
29086
29087 \end_inset
29088
29089  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29090  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29091 \end_layout
29092
29093 \begin_layout Standard
29094 Das Ergebnis sieht so aus:
29095 \begin_inset Formula 
29096 \begin{eqnarray*}
29097 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29098  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29099 \end{eqnarray*}
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Subsection
29107 Align-Umgebungen
29108 \end_layout
29109
29110 \begin_layout Standard
29111 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29112  werden.
29113  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29114 \end_layout
29115
29116 \begin_layout Standard
29117 Align-Umgebungen bestehen aus Spalten.
29118  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29119  ausgerichtet.
29120  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29121 \end_layout
29122
29123 \begin_layout Standard
29124 Align-Umgebung werden über das Menü 
29125 \family sans
29126 Einfügen\SpecialChar \menuseparator
29127 Mathe
29128 \family default
29129  erstellt.
29130  Über das Menü 
29131 \family sans
29132 Bearbeiten\SpecialChar \menuseparator
29133 Mathe\SpecialChar \menuseparator
29134 Formelart
29135 \begin_inset space ~
29136 \end_inset
29137
29138 ändern
29139 \family default
29140  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29141 \end_layout
29142
29143 \begin_layout Standard
29144 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29145
29146 \begin_inset Graphics
29147         filename ../../images/tabular-feature_append-column.png
29148         scale 85
29149
29150 \end_inset
29151
29152  bzw.
29153 \begin_inset space ~
29154 \end_inset
29155
29156
29157 \begin_inset Graphics
29158         filename ../../images/tabular-feature_delete-column.png
29159         scale 85
29160
29161 \end_inset
29162
29163  oder das Menü 
29164 \family sans
29165 Bearbeiten\SpecialChar \menuseparator
29166 Zeilen & Spalten
29167 \family default
29168  verwendet werden.
29169 \end_layout
29170
29171 \begin_layout Subsubsection
29172 Standard align-Umgebung
29173 \begin_inset CommandInset label
29174 LatexCommand label
29175 name "sub:Standard-align-Umgebung"
29176
29177 \end_inset
29178
29179
29180 \begin_inset Index idx
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 Formel ! mehrzeilige ! align-Umgebung
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29194 \family sans
29195 Strg+Enter
29196 \family default
29197  drückt oder das Menü 
29198 \family sans
29199 Einfügen\SpecialChar \menuseparator
29200 Mathe\SpecialChar \menuseparator
29201 AMS align-Umge\SpecialChar \-
29202 bung
29203 \family default
29204  aufruft.
29205 \end_layout
29206
29207 \begin_layout Standard
29208 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29209 n align-Umgebung erzeugt wurden:
29210 \begin_inset Formula 
29211 \begin{align*}
29212 A & =\sin(B) & C & =D\\
29213 C & \ne A & B & \ne D
29214 \end{align*}
29215
29216 \end_inset
29217
29218 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29219  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29220 \series bold
29221
29222 \backslash
29223 hfill
29224 \begin_inset Foot
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 mehr zu 
29229 \series bold
29230
29231 \backslash
29232 hfill
29233 \series default
29234  siehe 
29235 \begin_inset CommandInset ref
29236 LatexCommand ref
29237 reference "sub:Variabler-Leerraum"
29238
29239 \end_inset
29240
29241
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \series default
29248  befinden.
29249  Ist der Formelstil 
29250 \series bold
29251 Eingerückt
29252 \begin_inset Foot
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256 Formelstile siehe 
29257 \begin_inset CommandInset ref
29258 LatexCommand ref
29259 reference "sec:Formelstile"
29260
29261 \end_inset
29262
29263
29264 \end_layout
29265
29266 \end_inset
29267
29268
29269 \series default
29270  gewählt, wird die Formel ohne den 
29271 \series bold
29272
29273 \backslash
29274 hfill
29275 \series default
29276  vor der ersten Spalte gesetzt.
29277 \end_layout
29278
29279 \begin_layout Subsubsection
29280 Alignat-Umgebung
29281 \begin_inset Index idx
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285 Formel ! mehrzeilige ! alignat-Umgebung
29286 \end_layout
29287
29288 \end_inset
29289
29290
29291 \end_layout
29292
29293 \begin_layout Standard
29294 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29295  Man kann ihn manuell durch die in 
29296 \begin_inset CommandInset ref
29297 LatexCommand ref
29298 reference "sub:Leerraum"
29299
29300 \end_inset
29301
29302  beschriebenen Leerräume einfügen.
29303 \end_layout
29304
29305 \begin_layout Standard
29306 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29307  Formel 1
29308 \begin_inset space \thinspace{}
29309 \end_inset
29310
29311 cm Leerraum eingefügt wurde:
29312 \begin_inset Formula 
29313 \begin{alignat*}{2}
29314 A & =\sin(B) & \hspace{1cm}C & =D\\
29315 C & \ne A & B & \ne D
29316 \end{alignat*}
29317
29318 \end_inset
29319
29320 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29321  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29322  Formeln.
29323 \end_layout
29324
29325 \begin_layout Subsubsection
29326 Flalign-Umgebung
29327 \begin_inset CommandInset label
29328 LatexCommand label
29329 name "sub:Flalign-Umgebung"
29330
29331 \end_inset
29332
29333
29334 \begin_inset Index idx
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338 Formel ! mehrzeilige ! flalign-Umgebung
29339 \end_layout
29340
29341 \end_inset
29342
29343
29344 \end_layout
29345
29346 \begin_layout Standard
29347 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29348  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29349  Dazu ein Beispiel:
29350 \begin_inset Formula 
29351 \begin{flalign*}
29352 A & =1 & B & =2 & C & =3\\
29353 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29354 \end{flalign*}
29355
29356 \end_inset
29357
29358
29359 \end_layout
29360
29361 \begin_layout Standard
29362 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29363  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29364  im Dokument links setzen obwohl der Formelstil 
29365 \series bold
29366 Zentriert
29367 \series default
29368  eingestellt ist.
29369  Als Beispiel die eingerückte ausgerichtete Formel 
29370 \begin_inset CommandInset ref
29371 LatexCommand eqref
29372 reference "eq:VolInt"
29373
29374 \end_inset
29375
29376 :
29377 \begin_inset Formula 
29378 \begin{flalign}
29379 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29380 \end{flalign}
29381
29382 \end_inset
29383
29384 In den ersten beiden Spalten befindet sich die Formel.
29385  Damit sie wie beim Formelstil 
29386 \series bold
29387 Eingerückt
29388 \series default
29389  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29390 \begin_inset space \thinspace{}
29391 \end_inset
29392
29393 pt Leerraum eingefügt.
29394 \end_layout
29395
29396 \begin_layout Subsection
29397 Eqnarray-Umgebung
29398 \begin_inset CommandInset label
29399 LatexCommand label
29400 name "sub:Eqnarray-Umgebung"
29401
29402 \end_inset
29403
29404
29405 \begin_inset Index idx
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409 Formel ! mehrzeilige ! Eqnarray-Umgebung
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \begin_layout Standard
29418 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29419  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29420  ausgerichtet.
29421  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29422  da dieses Kästchen nur für Relationzeichen gedacht ist.
29423 \begin_inset Formula 
29424 \begin{eqnarray*}
29425 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29426 AB & AB & AB\\
29427 A & = & A
29428 \end{eqnarray*}
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \begin_layout Subsection
29436 Gather-Umgebung
29437 \begin_inset Index idx
29438 status collapsed
29439
29440 \begin_layout Plain Layout
29441 Formel ! mehrzeilige ! Gather-Umgebung
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \begin_layout Standard
29450 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29451  Jede Zeile kann nummeriert werden.
29452 \begin_inset Formula 
29453 \begin{gather}
29454 A=1\\
29455 X=\textrm{-}1
29456 \end{gather}
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \begin_layout Subsection
29464 Multline-Umgebung
29465 \begin_inset CommandInset label
29466 LatexCommand label
29467 name "sub:Multline-Umgebung"
29468
29469 \end_inset
29470
29471
29472 \begin_inset Index idx
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476 Formel ! mehrzeilige ! Multline-Umgebung
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Standard
29485 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29486  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29487  Alle anderen Zeilen sind zentriert.
29488  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29489  Als Beispiel Formel 
29490 \begin_inset CommandInset ref
29491 LatexCommand eqref
29492 reference "eq:lefteqn"
29493
29494 \end_inset
29495
29496  in der multline-Umgebung:
29497 \begin_inset Formula 
29498 \begin{multline}
29499 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}\\
29500 -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}\\
29501 =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}}
29502 \end{multline}
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29511  nummeriert, wenn rechts (links) nummeriert wird.
29512 \begin_inset Foot
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Nummerierungsstile siehe 
29517 \begin_inset CommandInset ref
29518 LatexCommand ref
29519 reference "sec:Formelstile"
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \end_layout
29530
29531 \begin_layout Standard
29532 Mit den Befehlen 
29533 \series bold
29534
29535 \backslash
29536 shoveright
29537 \series default
29538
29539 \begin_inset Index idx
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543 Befehle ! S ! 
29544 \backslash
29545 shoveright
29546 \end_layout
29547
29548 \end_inset
29549
29550  und 
29551 \series bold
29552
29553 \backslash
29554 shoveleft
29555 \series default
29556
29557 \begin_inset Index idx
29558 status collapsed
29559
29560 \begin_layout Plain Layout
29561 Befehle ! S ! 
29562 \backslash
29563 shoveleft
29564 \end_layout
29565
29566 \end_inset
29567
29568  kann eine zentrierte Zeile rechts bzw.
29569  links ausgerichtet werden.
29570  Die Befehle werden folgendermaßen verwendet:
29571 \end_layout
29572
29573 \begin_layout Standard
29574
29575 \series bold
29576
29577 \backslash
29578 shoveright{Zeileninhalt}
29579 \series default
29580  bzw.
29581  
29582 \series bold
29583
29584 \backslash
29585 shoveleft{Zeileninhalt}
29586 \end_layout
29587
29588 \begin_layout Standard
29589 \begin_inset VSpace medskip
29590 \end_inset
29591
29592 Die Länge 
29593 \series bold
29594
29595 \backslash
29596 multlinegap
29597 \series default
29598
29599 \begin_inset Index idx
29600 status collapsed
29601
29602 \begin_layout Plain Layout
29603 Befehle ! M ! 
29604 \backslash
29605 multlinegap
29606 \end_layout
29607
29608 \end_inset
29609
29610  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29611  Voreingestellt ist die Länge 0
29612 \begin_inset space \thinspace{}
29613 \end_inset
29614
29615 pt.
29616 \end_layout
29617
29618 \begin_layout Standard
29619 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29620 \end_layout
29621
29622 \begin_layout Standard
29623
29624 \series bold
29625
29626 \backslash
29627 setlength{
29628 \backslash
29629 multlinegap}{2cm}
29630 \end_layout
29631
29632 \begin_layout Standard
29633 eingegeben wurde:
29634 \begin_inset ERT
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638
29639
29640 \backslash
29641 setlength{
29642 \backslash
29643 multlinegap}{2cm}
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \begin_inset Formula 
29650 \begin{multline}
29651 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}\\
29652 \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}}\\
29653 =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}}
29654 \end{multline}
29655
29656 \end_inset
29657
29658
29659 \begin_inset ERT
29660 status collapsed
29661
29662 \begin_layout Plain Layout
29663
29664
29665 \backslash
29666 setlength{
29667 \backslash
29668 multlinegap}{0pt}
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Standard
29677 Die zweite Zeile wurde mit 
29678 \series bold
29679
29680 \backslash
29681 shoveleft
29682 \series default
29683  linksbündig ausgerichtet.
29684 \end_layout
29685
29686 \begin_layout Subsection
29687 Mehrzeilige Formelteile
29688 \begin_inset CommandInset label
29689 LatexCommand label
29690 name "sub:Mehrzeilige-Formelteile"
29691
29692 \end_inset
29693
29694
29695 \begin_inset Index idx
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699 Formel ! mehrzeilige ! Formelteile
29700 \end_layout
29701
29702 \end_inset
29703
29704
29705 \end_layout
29706
29707 \begin_layout Standard
29708 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29709  der folgenden Umgebungen: 
29710 \series bold
29711 aligned
29712 \series default
29713
29714 \series bold
29715 alignedat
29716 \series default
29717
29718 \series bold
29719 gathered
29720 \series default
29721  oder 
29722 \series bold
29723 split
29724 \series default
29725 .
29726  Sie können über das Menü 
29727 \family sans
29728 Einfügen\SpecialChar \menuseparator
29729 Mathe
29730 \family default
29731  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29732 \end_layout
29733
29734 \begin_layout Standard
29735 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29736 n Formel\SpecialChar \-
29737 umgebungen.
29738  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29739  Dazu ein Beispiel:
29740 \begin_inset Formula 
29741 \[
29742 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29743 \Delta E\Delta t & \ge\frac{\hbar}{2}
29744 \end{aligned}
29745 \right\} \textrm{Unbestimmtheitsrelationen}
29746 \]
29747
29748 \end_inset
29749
29750
29751 \end_layout
29752
29753 \begin_layout Standard
29754 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29755  der Befehl 
29756 \series bold
29757
29758 \backslash
29759 aligned
29760 \series default
29761
29762 \begin_inset Index idx
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766 Befehle ! A ! 
29767 \backslash
29768 aligned
29769 \end_layout
29770
29771 \end_inset
29772
29773  eingegeben wird.
29774  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29775  und Zeilen hinzufügen kann.
29776  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29777  gesetzt werden.
29778 \end_layout
29779
29780 \begin_layout Standard
29781 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29782  ausgerichtet sind.
29783  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29784  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29785  Als Beispiel Formel 
29786 \begin_inset CommandInset ref
29787 LatexCommand eqref
29788 reference "eq:kurzlang"
29789
29790 \end_inset
29791
29792  in der aligned-Umgebung:
29793 \begin_inset Formula 
29794 \begin{equation}
29795 \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}|}\\
29796  & -\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}|}
29797 \end{aligned}
29798 \end{equation}
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \begin_layout Standard
29806 Möchte man die Umgebung 
29807 \series bold
29808 alignedat
29809 \series default
29810
29811 \series bold
29812 gathered
29813 \series default
29814  oder 
29815 \series bold
29816 split
29817 \series default
29818  verwenden, gibt man den Befehl 
29819 \series bold
29820
29821 \backslash
29822 alignedat
29823 \series default
29824 ,
29825 \begin_inset Index idx
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 Befehle ! A ! 
29830 \backslash
29831 alignedat
29832 \end_layout
29833
29834 \end_inset
29835
29836  
29837 \series bold
29838
29839 \backslash
29840 gathered
29841 \series default
29842
29843 \begin_inset Index idx
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847 Befehle ! G ! 
29848 \backslash
29849 gathered
29850 \end_layout
29851
29852 \end_inset
29853
29854  bzw.
29855  
29856 \series bold
29857
29858 \backslash
29859 split
29860 \series default
29861
29862 \begin_inset Index idx
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866 Befehle ! S ! 
29867 \backslash
29868 split
29869 \end_layout
29870
29871 \end_inset
29872
29873  ein.
29874  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29875  jedoch darf sie nur zwei Spalten enthalten.
29876 \end_layout
29877
29878 \begin_layout Subsection
29879 Text in mehrzeiligen Formeln
29880 \begin_inset CommandInset label
29881 LatexCommand label
29882 name "sub:Text-in-mehrzeiligen"
29883
29884 \end_inset
29885
29886
29887 \begin_inset Index idx
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891 Text ! in Formeln
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \begin_inset Index idx
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901 Formel ! mehrzeilige ! Text
29902 \end_layout
29903
29904 \end_inset
29905
29906
29907 \end_layout
29908
29909 \begin_layout Standard
29910 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29911  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29912  die Ausrichtung der Spalten nicht beeinflusst.
29913  Dazu wird der Befehl 
29914 \series bold
29915
29916 \backslash
29917 intertext
29918 \begin_inset Index idx
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922 Befehle ! I ! 
29923 \backslash
29924 intertext
29925 \end_layout
29926
29927 \end_inset
29928
29929
29930 \series default
29931  nach folgendem Schema benutzt:
29932 \end_layout
29933
29934 \begin_layout Standard
29935
29936 \series bold
29937
29938 \backslash
29939 intertext{Text}
29940 \end_layout
29941
29942 \begin_layout Standard
29943 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29944  werden kann.
29945  Weil LyX 
29946 \series bold
29947
29948 \backslash
29949 intertext
29950 \series default
29951  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29952  Text.
29953  
29954 \series bold
29955
29956 \backslash
29957 intertext
29958 \series default
29959  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29960  dieser Zeile.
29961  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29962 \begin_inset Formula 
29963 \begin{align}
29964 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29965 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29966 \end{align}
29967
29968 \end_inset
29969
29970
29971 \end_layout
29972
29973 \begin_layout Section
29974 Formelnummerierung
29975 \begin_inset Index idx
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979 Formelnummerierung
29980 \end_layout
29981
29982 \end_inset
29983
29984
29985 \begin_inset Index idx
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 Formel ! Nummerierung|see
29990 \begin_inset ERT
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994
29995 {
29996 \end_layout
29997
29998 \end_inset
29999
30000 Formelnummerierung
30001 \begin_inset ERT
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005
30006 }
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \end_layout
30018
30019 \begin_layout Subsection
30020 Allgemeines
30021 \end_layout
30022
30023 \begin_layout Standard
30024 Nummerierte Formeln können mit dem Menü 
30025 \family sans
30026 Einfügen\SpecialChar \menuseparator
30027 Mathe\SpecialChar \menuseparator
30028 Nummerierte
30029 \begin_inset space ~
30030 \end_inset
30031
30032 Formel
30033 \family default
30034  (Tastenkürzel 
30035 \family sans
30036 Strg+Alt
30037 \begin_inset space ~
30038 \end_inset
30039
30040 N
30041 \family default
30042 ) erstellt, bestehende Formeln über das Menü 
30043 \family sans
30044 Bearbeiten\SpecialChar \menuseparator
30045 Mathe\SpecialChar \menuseparator
30046 Nummerierung
30047 \begin_inset space ~
30048 \end_inset
30049
30050 an/aus
30051 \family default
30052  (Tastenkürzel 
30053 \family sans
30054 Alt+M
30055 \begin_inset space ~
30056 \end_inset
30057
30058 N
30059 \family default
30060 ) nummeriert werden.
30061  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
30062  Klammern.
30063  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30068  Zeilen nummeriert.
30069  Man kann jedoch über das Menü 
30070 \family sans
30071 Bearbeiten\SpecialChar \menuseparator
30072 Mathe\SpecialChar \menuseparator
30073 Zeilennummerierung an/aus
30074 \family default
30075  (Tastenkürzel 
30076 \family sans
30077 Alt+M
30078 \begin_inset space ~
30079 \end_inset
30080
30081 Shift+N
30082 \family default
30083 ) für jede Zeile die Nummerierung festlegen.
30084 \end_layout
30085
30086 \begin_layout Standard
30087 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30088  werden, siehe 
30089 \begin_inset CommandInset ref
30090 LatexCommand ref
30091 reference "sec:Formelstile"
30092
30093 \end_inset
30094
30095 .
30096 \end_layout
30097
30098 \begin_layout Subsection
30099 Querverweise
30100 \begin_inset Index idx
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104 Querverweise ! auf Formeln
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \begin_layout Standard
30113 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30114  Eine Marke wird mit dem Menü 
30115 \family sans
30116 Einfügen\SpecialChar \menuseparator
30117 Marke
30118 \family default
30119  oder dem Werkzeugleistenknopf 
30120 \begin_inset Graphics
30121         filename ../../images/label-insert.png
30122         scale 85
30123
30124 \end_inset
30125
30126  gesetzt.
30127  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30128  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30129 \series bold
30130 eq:
30131 \series default
30132 , nachdem der eigentliche Markenname eingegeben wird.
30133  Der voreingestellte Eintrag steht für 
30134 \begin_inset Quotes gld
30135 \end_inset
30136
30137 equation
30138 \begin_inset Quotes grd
30139 \end_inset
30140
30141  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30142  einer Formel und nicht zu einem Kapitel gehört.
30143  Um eine Marke zu ändern, wählt man wieder das Menü 
30144 \family sans
30145 Einfügen\SpecialChar \menuseparator
30146 Marke
30147 \family default
30148 .
30149 \end_layout
30150
30151 \begin_layout Standard
30152 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
30153  Eine Formel mit Marke wird immer nummeriert.
30154 \end_layout
30155
30156 \begin_layout Standard
30157 Querverweise werden mit dem Menü 
30158 \family sans
30159 Einfügen\SpecialChar \menuseparator
30160 Querverweis
30161 \family default
30162  oder dem Werkzeugleistenknopf 
30163 \begin_inset Graphics
30164         filename ../../images/dialog-show-new-inset_ref.png
30165         scale 85
30166
30167 \end_inset
30168
30169  eingefügt.
30170  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30171  Wenn man im Querverweis Dialogfenster das Format 
30172 \series bold
30173 (<Querverweis>)
30174 \series default
30175  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30176 \begin_inset Newline newline
30177 \end_inset
30178
30179 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
30180  man zur Formel auf die verwiesen wird.
30181 \end_layout
30182
30183 \begin_layout Standard
30184 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30185 \begin_inset Note Note
30186 status open
30187
30188 \begin_layout Plain Layout
30189 Man beachte die unterschiedlichen Querverweistypen.
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \end_layout
30196
30197 \begin_layout Standard
30198 Die Gleichungen 
30199 \begin_inset CommandInset ref
30200 LatexCommand eqref
30201 reference "eq:tag"
30202
30203 \end_inset
30204
30205  und 
30206 \begin_inset CommandInset ref
30207 LatexCommand eqref
30208 reference "eq:c"
30209
30210 \end_inset
30211
30212  sind äquivalent.
30213  In (
30214 \begin_inset CommandInset ref
30215 LatexCommand ref
30216 reference "eq:Lat"
30217
30218 \end_inset
30219
30220 ) werden im Gegensatz zu (
30221 \begin_inset CommandInset ref
30222 LatexCommand ref
30223 reference "eq:Roem"
30224
30225 \end_inset
30226
30227 ) große lateinische Buchstaben zur Nummerierung verwendet.
30228 \end_layout
30229
30230 \begin_layout Standard
30231 \begin_inset VSpace medskip
30232 \end_inset
30233
30234 Ist im Argument von 
30235 \series bold
30236
30237 \backslash
30238 tag
30239 \begin_inset Foot
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243
30244 \series bold
30245
30246 \backslash
30247 tag
30248 \series default
30249  ist in 
30250 \begin_inset CommandInset ref
30251 LatexCommand ref
30252 reference "sub:Benutzerdefinierte-Nummerierung"
30253
30254 \end_inset
30255
30256  beschrieben.
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \series default
30263  wie in 
30264 \begin_inset CommandInset ref
30265 LatexCommand ref
30266 reference "sub:Absatzboxen"
30267
30268 \end_inset
30269
30270  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30271 \end_layout
30272
30273 \begin_layout Subsection
30274 Unternummerierung
30275 \begin_inset Index idx
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279 Formelnummerierung ! Unternummerierung
30280 \end_layout
30281
30282 \end_inset
30283
30284
30285 \end_layout
30286
30287 \begin_layout Standard
30288 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30289  
30290 \begin_inset Newline newline
30291 \end_inset
30292
30293
30294 \series bold
30295
30296 \backslash
30297 begin{subequations}
30298 \series default
30299  und 
30300 \series bold
30301
30302 \backslash
30303 end{subequations}
30304 \series default
30305  erreichen.
30306  Beide Befehle werden im TeX-Modus eingegeben.
30307 \end_layout
30308
30309 \begin_layout Standard
30310 Dazu ein Beispiel:
30311 \begin_inset Formula 
30312 \begin{equation}
30313 A=C-B\label{eq:a}
30314 \end{equation}
30315
30316 \end_inset
30317
30318
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324
30325 \backslash
30326 addtocounter{equation}{-1}
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \begin_inset ERT
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336
30337
30338 \backslash
30339 begin{subequations}
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \begin_inset VSpace -5mm
30346 \end_inset
30347
30348
30349 \begin_inset Formula 
30350 \begin{equation}
30351 B=C-A\label{eq:b}
30352 \end{equation}
30353
30354 \end_inset
30355
30356
30357 \begin_inset Formula 
30358 \begin{equation}
30359 C=A+B\label{eq:c}
30360 \end{equation}
30361
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \begin_layout Standard
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373
30374 \backslash
30375 end{subequations}
30376 \end_layout
30377
30378 \end_inset
30379
30380
30381 \end_layout
30382
30383 \begin_layout Standard
30384 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30385 \end_layout
30386
30387 \begin_layout Enumerate
30388 erste Formel eingeben
30389 \end_layout
30390
30391 \begin_layout Enumerate
30392
30393 \series bold
30394
30395 \backslash
30396 addtocounter{equation}{-1} 
30397 \backslash
30398 begin{subequations}
30399 \begin_inset Index idx
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403 Befehle ! A ! 
30404 \backslash
30405 addtocounter
30406 \end_layout
30407
30408 \end_inset
30409
30410
30411 \begin_inset Newline newline
30412 \end_inset
30413
30414
30415 \series default
30416 nach der ersten Formel einfügen
30417 \end_layout
30418
30419 \begin_layout Enumerate
30420 zweite Formel eingeben
30421 \end_layout
30422
30423 \begin_layout Enumerate
30424 dritte Formel eingeben
30425 \end_layout
30426
30427 \begin_layout Enumerate
30428
30429 \series bold
30430
30431 \backslash
30432 end{subequations}
30433 \series default
30434  nach der dritten Formel einfügen
30435 \end_layout
30436
30437 \begin_layout Standard
30438 Jede Formel, die zwischen den Befehlen 
30439 \series bold
30440
30441 \backslash
30442 begin
30443 \series default
30444  und 
30445 \series bold
30446
30447 \backslash
30448 end
30449 \series default
30450  steht, wird mit a, b, c, \SpecialChar \ldots{}
30451  untergliedert.
30452  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30453  Alle untergliederten Formeln gelten als 
30454 \emph on
30455 eine
30456 \emph default
30457  nummerierte Formel.
30458  Da jede nummerierte Formel den Formelzähler 
30459 \series bold
30460 equation
30461 \series default
30462  um Eins erhöht, ist der Befehl 
30463 \series bold
30464
30465 \backslash
30466 addtocounter
30467 \series default
30468  notwendig um den Zähler wieder zu erniedrigen.
30469  Ansonsten würden die Formeln 
30470 \begin_inset CommandInset ref
30471 LatexCommand eqref
30472 reference "eq:a"
30473
30474 \end_inset
30475
30476
30477 \begin_inset CommandInset ref
30478 LatexCommand eqref
30479 reference "eq:b"
30480
30481 \end_inset
30482
30483
30484 \begin_inset CommandInset ref
30485 LatexCommand eqref
30486 reference "eq:c"
30487
30488 \end_inset
30489
30490  als 
30491 \begin_inset CommandInset ref
30492 LatexCommand eqref
30493 reference "eq:a"
30494
30495 \end_inset
30496
30497
30498 \begin_inset CommandInset ref
30499 LatexCommand eqref
30500 reference "eq:d"
30501
30502 \end_inset
30503
30504
30505 \begin_inset CommandInset ref
30506 LatexCommand eqref
30507 reference "eq:f"
30508
30509 \end_inset
30510
30511  nummeriert werden.
30512 \end_layout
30513
30514 \begin_layout Standard
30515 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30516  Formeln automatisch etwas Leerraum erstellt.
30517  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30518 \series bold
30519
30520 \backslash
30521 begin{subequations}
30522 \series default
30523  -5
30524 \begin_inset space \thinspace{}
30525 \end_inset
30526
30527 mm vertikalen Leerraum ein.
30528  Ist der Formelstil 
30529 \series bold
30530 Eingerückt
30531 \begin_inset Foot
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535 Formelstile siehe 
30536 \begin_inset CommandInset ref
30537 LatexCommand ref
30538 reference "sec:Formelstile"
30539
30540 \end_inset
30541
30542
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \series default
30549  gewählt, fügt man -7
30550 \begin_inset space \thinspace{}
30551 \end_inset
30552
30553 mm Leerraum ein.
30554 \end_layout
30555
30556 \begin_layout Standard
30557 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30558  der zweiten Zeile abgeschaltet wurde:
30559 \begin_inset ERT
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563
30564
30565 \backslash
30566 begin{subequations}
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \begin_inset Formula 
30573 \begin{eqnarray}
30574 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30575  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30576  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30577 \end{eqnarray}
30578
30579 \end_inset
30580
30581
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587
30588 \backslash
30589 end{subequations}
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Subsection
30598 Benutzerdefinierte Nummerierung
30599 \begin_inset CommandInset label
30600 LatexCommand label
30601 name "sub:Benutzerdefinierte-Nummerierung"
30602
30603 \end_inset
30604
30605
30606 \begin_inset Index idx
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610 Formelnummerierung ! benutzerdefinierte
30611 \end_layout
30612
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \begin_layout Standard
30619 \begin_inset Index idx
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623 Formelnummerierung ! eigene Klammern
30624 \end_layout
30625
30626 \end_inset
30627
30628 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30629  gesetzt.
30630  Will man diese Klammern z.
30631 \begin_inset space \thinspace{}
30632 \end_inset
30633
30634 B.
30635  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30636  an:
30637 \end_layout
30638
30639 \begin_layout Standard
30640
30641 \series bold
30642
30643 \backslash
30644 def
30645 \backslash
30646 tagform@#1{
30647 \backslash
30648 maketag@@@{|#1|}}
30649 \series default
30650
30651 \begin_inset Note Note
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30656  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30657  werden.
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \begin_layout Standard
30666 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30667 \series bold
30668 #1
30669 \series default
30670  durch ein oder mehrere gewünschte Zeichen.
30671  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30672 \end_layout
30673
30674 \begin_layout Standard
30675 \begin_inset VSpace bigskip
30676 \end_inset
30677
30678 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30679  hinter der Formel stehen, benutzt man den Befehl 
30680 \series bold
30681
30682 \backslash
30683 tag
30684 \series default
30685
30686 \begin_inset Index idx
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 Befehle ! T ! 
30691 \backslash
30692 tag
30693 \end_layout
30694
30695 \end_inset
30696
30697 :
30698 \begin_inset Formula 
30699 \begin{equation}
30700 A+B=C\tag{etwas}\label{eq:tag}
30701 \end{equation}
30702
30703 \end_inset
30704
30705  In diesem Beispiel wurde in der Formel der Befehl 
30706 \series bold
30707
30708 \backslash
30709 tag
30710 \series default
30711
30712 \begin_inset ERT
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716
30717
30718 \backslash
30719 leer 
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \series bold
30726 etwas
30727 \series default
30728  eingegeben.
30729 \end_layout
30730
30731 \begin_layout Standard
30732 Gibt man stattdessen 
30733 \series bold
30734
30735 \backslash
30736 tag*
30737 \series default
30738
30739 \begin_inset ERT
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743
30744
30745 \backslash
30746 leer 
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \series bold
30753 etwas
30754 \series default
30755  ein, verhindert der Stern die Klammern um den Ausdruck:
30756 \begin_inset Formula 
30757 \[
30758 A+B=C\tag*{etwas}
30759 \]
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \begin_layout Standard
30767 \begin_inset VSpace bigskip
30768 \end_inset
30769
30770 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30771  oder 
30772 \begin_inset ERT
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776
30777
30778 \backslash
30779 mbox{
30780 \end_layout
30781
30782 \end_inset
30783
30784 -abschnitt
30785 \begin_inset ERT
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789
30790 }
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \begin_inset Note Note
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800 Der Befehl 
30801 \series bold
30802
30803 \backslash
30804 mbox
30805 \series default
30806  verhindert, dass am Bindestrich umgebrochen wird.
30807 \end_layout
30808
30809 \end_inset
30810
30811  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30812 \end_layout
30813
30814 \begin_layout Standard
30815
30816 \series bold
30817
30818 \backslash
30819 @addtoreset{equation}{part}
30820 \series default
30821
30822 \begin_inset Index idx
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826 Befehle ! 
30827 \begin_inset ERT
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831
30832 "
30833 \end_layout
30834
30835 \end_inset
30836
30837 @
30838 \begin_inset ERT
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842
30843 "
30844 \end_layout
30845
30846 \end_inset
30847
30848  ! 
30849 \backslash
30850
30851 \begin_inset ERT
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855
30856 "
30857 \end_layout
30858
30859 \end_inset
30860
30861 @
30862 \begin_inset ERT
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866
30867 "
30868 \end_layout
30869
30870 \end_inset
30871
30872 addtoreset
30873 \end_layout
30874
30875 \end_inset
30876
30877
30878 \begin_inset Newline newline
30879 \end_inset
30880
30881 bzw.
30882 \begin_inset Newline newline
30883 \end_inset
30884
30885
30886 \series bold
30887
30888 \backslash
30889 @addtoreset{equation}{section}
30890 \end_layout
30891
30892 \begin_layout Standard
30893 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30894 \begin_inset Quotes gld
30895 \end_inset
30896
30897 @
30898 \begin_inset Quotes grd
30899 \end_inset
30900
30901  Zeichen für LaTeX mit dem Befehl 
30902 \series bold
30903
30904 \backslash
30905 makeatletter
30906 \series default
30907  
30908 \begin_inset Quotes gld
30909 \end_inset
30910
30911 aktiv
30912 \begin_inset Quotes grd
30913 \end_inset
30914
30915  gemacht werden.
30916  Der Befehl 
30917 \series bold
30918
30919 \backslash
30920 makeatother
30921 \series default
30922  macht dies wieder rückgängig.
30923  Daher ist die Befehlssequenz im TeX-Modus:
30924 \end_layout
30925
30926 \begin_layout Standard
30927
30928 \series bold
30929
30930 \backslash
30931 makeatletter
30932 \begin_inset Newline newline
30933 \end_inset
30934
30935
30936 \backslash
30937 @addtoreset{equation}{section}
30938 \begin_inset Newline newline
30939 \end_inset
30940
30941
30942 \backslash
30943 makeatother
30944 \end_layout
30945
30946 \begin_layout Standard
30947 Im LaTeX-Vorspann können 
30948 \series bold
30949
30950 \backslash
30951 makeatletter
30952 \series default
30953  und 
30954 \series bold
30955
30956 \backslash
30957 makeatother
30958 \series default
30959  weggelassen werden, da LyX sie automatisch intern einfügt.
30960 \end_layout
30961
30962 \begin_layout Standard
30963 Um 
30964 \series bold
30965
30966 \backslash
30967 @addtoreset
30968 \series default
30969  rückgängig zu machen, muss die Datei 
30970 \series bold
30971 remreset.sty
30972 \series default
30973
30974 \begin_inset Foot
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978
30979 \series bold
30980 remreset
30981 \series default
30982  ist Teil des LaTeX-Paketes 
30983 \series bold
30984 carlisle
30985 \series default
30986
30987 \begin_inset Index idx
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991 Pakete ! carlisle
30992 \end_layout
30993
30994 \end_inset
30995
30996 , das Teil jeder LaTeX-Standardinstallation ist.
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \begin_inset Index idx
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006 Pakete ! remreset
31007 \end_layout
31008
31009 \end_inset
31010
31011  im LaTeX-Vorspann mit der Zeile
31012 \end_layout
31013
31014 \begin_layout Standard
31015
31016 \series bold
31017
31018 \backslash
31019 usepackage{remreset}
31020 \end_layout
31021
31022 \begin_layout Standard
31023 geladen werden.
31024  Dann kann der Befehl 
31025 \series bold
31026
31027 \backslash
31028 @removefromreset
31029 \series default
31030
31031 \begin_inset Index idx
31032 status collapsed
31033
31034 \begin_layout Plain Layout
31035 Befehle ! 
31036 \begin_inset ERT
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040
31041 "
31042 \end_layout
31043
31044 \end_inset
31045
31046 @
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052 "
31053 \end_layout
31054
31055 \end_inset
31056
31057  ! 
31058 \backslash
31059
31060 \begin_inset ERT
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064
31065 "
31066 \end_layout
31067
31068 \end_inset
31069
31070 @
31071 \begin_inset ERT
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075
31076 "
31077 \end_layout
31078
31079 \end_inset
31080
31081 removefromreset
31082 \end_layout
31083
31084 \end_inset
31085
31086  mit dem selben Schema wie 
31087 \series bold
31088
31089 \backslash
31090 @addtoreset
31091 \series default
31092  benutzt werden.
31093 \end_layout
31094
31095 \begin_layout Standard
31096 \begin_inset VSpace bigskip
31097 \end_inset
31098
31099 Oftmals möchte man Formeln in folgender Art nummerieren:
31100 \end_layout
31101
31102 \begin_layout Standard
31103
31104 \family typewriter
31105 (Kapitelnummer.Formelnummer)
31106 \end_layout
31107
31108 \begin_layout Standard
31109 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31110 \end_layout
31111
31112 \begin_layout Standard
31113 Für diesen Fall gibt es den Befehl 
31114 \series bold
31115
31116 \backslash
31117 numberwithin
31118 \series default
31119
31120 \begin_inset Index idx
31121 status collapsed
31122
31123 \begin_layout Plain Layout
31124 Befehle ! N ! 
31125 \backslash
31126 numberwithin
31127 \end_layout
31128
31129 \end_inset
31130
31131 , der nach folgendem Schema benutzt wird:
31132 \end_layout
31133
31134 \begin_layout Standard
31135
31136 \series bold
31137
31138 \backslash
31139 numberwithin{Zähler}{Gliederung}
31140 \end_layout
31141
31142 \begin_layout Standard
31143 Zähler gibt an, welche Nummerierung betroffen ist.
31144  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31145 \end_layout
31146
31147 \begin_layout Standard
31148 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
31149  ein:
31150 \end_layout
31151
31152 \begin_layout Standard
31153
31154 \series bold
31155
31156 \backslash
31157 numberwithin{equation}{section}
31158 \end_layout
31159
31160 \begin_layout Standard
31161 Das ist das Ergebnis:
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167
31168 \backslash
31169 numberwithin{equation}{section}
31170 \end_layout
31171
31172 \end_inset
31173
31174
31175 \begin_inset Formula 
31176 \begin{equation}
31177 A+B=C
31178 \end{equation}
31179
31180 \end_inset
31181
31182
31183 \end_layout
31184
31185 \begin_layout Standard
31186 Möchte man z.
31187 \begin_inset space \thinspace{}
31188 \end_inset
31189
31190 B.
31191  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31192  gibt man 
31193 \series bold
31194
31195 \backslash
31196 numberwithin{table}{part}
31197 \series default
31198  ein.
31199 \end_layout
31200
31201 \begin_layout Standard
31202 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31203 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31204  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31205 \end_layout
31206
31207 \begin_layout Standard
31208
31209 \series bold
31210
31211 \backslash
31212 renewcommand{
31213 \backslash
31214 theequation}{
31215 \backslash
31216 arabic{equation}}
31217 \begin_inset Index idx
31218 status collapsed
31219
31220 \begin_layout Plain Layout
31221 Befehle ! A ! 
31222 \backslash
31223 arabic
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \series default
31230
31231 \begin_inset ERT
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235
31236
31237 \backslash
31238 renewcommand{
31239 \backslash
31240 theequation}{
31241 \backslash
31242 arabic{equation}}
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \series bold
31249
31250 \begin_inset Newline newline
31251 \end_inset
31252
31253
31254 \series default
31255 bzw.
31256 \series bold
31257
31258 \begin_inset Newline newline
31259 \end_inset
31260
31261
31262 \backslash
31263 renewcommand{
31264 \backslash
31265 thetable}{
31266 \backslash
31267 arabic{table}}
31268 \end_layout
31269
31270 \begin_layout Standard
31271
31272 \series bold
31273
31274 \backslash
31275 numberwithin
31276 \series default
31277  benutzt intern den oben beschriebenen Befehl 
31278 \series bold
31279
31280 \backslash
31281 @addtoreset
31282 \series default
31283 , der ebenfalls rückgängig gemacht werden muss.
31284 \begin_inset ERT
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288
31289
31290 \backslash
31291 makeatletter
31292 \end_layout
31293
31294 \begin_layout Plain Layout
31295
31296
31297 \backslash
31298 @removefromreset{equation}{section}
31299 \end_layout
31300
31301 \begin_layout Plain Layout
31302
31303
31304 \backslash
31305 makeatother
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \begin_layout Subsection
31314 Nummerierung mit römischen Zahlen und Buchstaben
31315 \begin_inset Index idx
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319 Formelnummerierung ! mit Buchstaben
31320 \end_layout
31321
31322 \end_inset
31323
31324
31325 \begin_inset Index idx
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329 Formelnummerierung ! mit römischen Zahlen
31330 \end_layout
31331
31332 \end_inset
31333
31334
31335 \end_layout
31336
31337 \begin_layout Standard
31338 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31339  werden.
31340  Um z.
31341 \begin_inset space \thinspace{}
31342 \end_inset
31343
31344 B.
31345  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31346  TeX-Modus den Befehl
31347 \end_layout
31348
31349 \begin_layout Standard
31350
31351 \series bold
31352
31353 \backslash
31354 renewcommand{
31355 \backslash
31356 theequation}{
31357 \backslash
31358 roman{equation}}
31359 \end_layout
31360
31361 \begin_layout Standard
31362 ein.
31363  
31364 \series bold
31365
31366 \backslash
31367 renewcommand
31368 \series default
31369
31370 \begin_inset Index idx
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374 Befehle ! R ! 
31375 \backslash
31376 renewcommand
31377 \end_layout
31378
31379 \end_inset
31380
31381  weist dem vordefinierten Befehl 
31382 \series bold
31383
31384 \backslash
31385 theequation
31386 \series default
31387  den Befehl
31388 \begin_inset Newline linebreak
31389 \end_inset
31390
31391
31392 \series bold
31393
31394 \backslash
31395 roman{equation}
31396 \series default
31397  zu.
31398 \begin_inset Foot
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402 Der Befehl 
31403 \series bold
31404
31405 \backslash
31406 renewcommand
31407 \series default
31408  besitzt dasselbe Schema wie der in 
31409 \begin_inset CommandInset ref
31410 LatexCommand ref
31411 reference "sub:Der-Befehl-newcommand"
31412
31413 \end_inset
31414
31415  beschriebene Befehl
31416 \begin_inset Newline newline
31417 \end_inset
31418
31419
31420 \series bold
31421
31422 \backslash
31423 newcommand
31424 \series default
31425 .
31426 \end_layout
31427
31428 \end_inset
31429
31430  
31431 \series bold
31432 equation
31433 \series default
31434  ist der Formelzähler.
31435  Stellt man einem Zähler den Befehl 
31436 \series bold
31437
31438 \backslash
31439 the
31440 \series default
31441  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31442  wird.
31443  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31444  
31445 \series bold
31446
31447 \backslash
31448 theequation
31449 \series default
31450  hinter die Formel.
31451  
31452 \series bold
31453
31454 \backslash
31455 roman{equation}
31456 \begin_inset Index idx
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460 Befehle ! R ! 
31461 \backslash
31462 roman
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \series default
31469  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31470 \end_layout
31471
31472 \begin_layout Standard
31473 Alle Formeln nach dem 
31474 \series bold
31475
31476 \backslash
31477 renewcommand
31478 \series default
31479 -Befehl werden nun römisch nummeriert.
31480  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31481  den Befehl erneut ein, ersetzt aber 
31482 \series bold
31483
31484 \backslash
31485 roman
31486 \series default
31487  durch 
31488 \series bold
31489
31490 \backslash
31491 Roman
31492 \series default
31493
31494 \begin_inset Index idx
31495 status collapsed
31496
31497 \begin_layout Plain Layout
31498 Befehle ! R ! 
31499 \backslash
31500 roman@
31501 \backslash
31502 Roman
31503 \end_layout
31504
31505 \end_inset
31506
31507 .
31508  Für die 
31509 \begin_inset Quotes gld
31510 \end_inset
31511
31512 Nummerierung
31513 \begin_inset Quotes grd
31514 \end_inset
31515
31516  mit lateinischen Buchstaben gibt es den Befehl 
31517 \series bold
31518
31519 \backslash
31520 alph
31521 \series default
31522
31523 \begin_inset Index idx
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527 Befehle ! A ! 
31528 \backslash
31529 alph
31530 \end_layout
31531
31532 \end_inset
31533
31534  für kleine und 
31535 \series bold
31536
31537 \backslash
31538 Alph
31539 \series default
31540
31541 \begin_inset Index idx
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545 Befehle ! A ! 
31546 \backslash
31547 alph@
31548 \backslash
31549 Alph
31550 \end_layout
31551
31552 \end_inset
31553
31554  für große Buchstaben.
31555 \end_layout
31556
31557 \begin_layout Standard
31558 \begin_inset Note Greyedout
31559 status open
31560
31561 \begin_layout Plain Layout
31562
31563 \series bold
31564 Achtung:
31565 \series default
31566  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31567  nummeriert werden.
31568 \end_layout
31569
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Standard
31576 \begin_inset ERT
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580
31581
31582 \backslash
31583 renewcommand{
31584 \backslash
31585 theequation}{
31586 \backslash
31587 roman{equation}}
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596 \begin_inset Formula 
31597 \begin{equation}
31598 A=\textrm{römisch}
31599 \end{equation}
31600
31601 \end_inset
31602
31603
31604 \begin_inset ERT
31605 status collapsed
31606
31607 \begin_layout Plain Layout
31608
31609
31610 \backslash
31611 renewcommand{
31612 \backslash
31613 theequation}{
31614 \backslash
31615 Roman{equation}}
31616 \end_layout
31617
31618 \end_inset
31619
31620
31621 \begin_inset Formula 
31622 \begin{equation}
31623 B=\textrm{Römisch}\label{eq:Roem}
31624 \end{equation}
31625
31626 \end_inset
31627
31628
31629 \begin_inset ERT
31630 status collapsed
31631
31632 \begin_layout Plain Layout
31633
31634
31635 \backslash
31636 renewcommand{
31637 \backslash
31638 theequation}{
31639 \backslash
31640 alph{equation}}
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \begin_inset Formula 
31647 \begin{equation}
31648 C=\textrm{lateinisch}
31649 \end{equation}
31650
31651 \end_inset
31652
31653
31654 \begin_inset ERT
31655 status collapsed
31656
31657 \begin_layout Plain Layout
31658
31659
31660 \backslash
31661 renewcommand{
31662 \backslash
31663 theequation}{
31664 \backslash
31665 Alph{equation}}
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset Formula 
31672 \begin{equation}
31673 D=\textrm{Lateinisch}\label{eq:Lat}
31674 \end{equation}
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31683  ein:
31684 \end_layout
31685
31686 \begin_layout Standard
31687
31688 \series bold
31689
31690 \backslash
31691 renewcommand{
31692 \backslash
31693 theequation}{
31694 \backslash
31695 arabic{equation}}
31696 \begin_inset Index idx
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700 Befehle ! A ! 
31701 \backslash
31702 arabic
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \end_layout
31709
31710 \begin_layout Standard
31711 \begin_inset ERT
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715
31716
31717 \backslash
31718 renewcommand{
31719 \backslash
31720 theequation}{
31721 \backslash
31722 arabic{equation}}
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \begin_inset Formula 
31729 \begin{equation}
31730 E=\textrm{arabisch}
31731 \end{equation}
31732
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \begin_layout Standard
31739 \begin_inset VSpace medskip
31740 \end_inset
31741
31742 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31743 riert.
31744  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31745  beginnen, müssen neue Formelzähler angelegt werden.
31746  Eine Beschreibung dazu findet man in der Datei 
31747 \begin_inset CommandInset href
31748 LatexCommand href
31749 name "Formelnummerierung.lyx"
31750 target "run:Formelnummerierung.lyx"
31751
31752 \end_inset
31753
31754 .
31755 \end_layout
31756
31757 \begin_layout Section
31758 Chemische Symbole und Reaktionsgleichungen
31759 \begin_inset CommandInset label
31760 LatexCommand label
31761 name "sub:Chemische-Symbole-und"
31762
31763 \end_inset
31764
31765
31766 \begin_inset Index idx
31767 status collapsed
31768
31769 \begin_layout Plain Layout
31770 chemische Zeichen ! Symbole
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \begin_inset Index idx
31777 status collapsed
31778
31779 \begin_layout Plain Layout
31780 Reaktionsgleichungen
31781 \end_layout
31782
31783 \end_inset
31784
31785
31786 \begin_inset Index idx
31787 status collapsed
31788
31789 \begin_layout Plain Layout
31790 Symbole ! chemische
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \begin_layout Standard
31799 Ein Beispieltext aus der Chemie:
31800 \end_layout
31801
31802 \begin_layout Quote
31803 Das 
31804 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31805 \end_inset
31806
31807 -Ion verbindet sich mit zwei 
31808 \begin_inset Formula $\mathrm{Na^{+}}$
31809 \end_inset
31810
31811 -Ionen zu Natriumsulfat 
31812 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31813 \end_inset
31814
31815 .
31816  Die Reaktionsgleichung dazu lautet:
31817 \begin_inset Formula 
31818 \begin{equation}
31819 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31820 \end{equation}
31821
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Standard
31828 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31829  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31830  in der Formel und wandelt diese mit der Tastenkombination 
31831 \family sans
31832 Alt+Z
31833 \begin_inset space ~
31834 \end_inset
31835
31836 R
31837 \family default
31838  in den aufrechten Schriftstil um.
31839 \begin_inset Foot
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843 Schriftstile siehe 
31844 \begin_inset CommandInset ref
31845 LatexCommand ref
31846 reference "sub:Schriftstile"
31847
31848 \end_inset
31849
31850
31851 \end_layout
31852
31853 \end_inset
31854
31855
31856 \end_layout
31857
31858 \begin_layout Standard
31859 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31860 \series bold
31861  
31862 \backslash
31863 ce
31864 \series default
31865
31866 \begin_inset Index idx
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870 Befehle ! C ! 
31871 \backslash
31872 ce
31873 \end_layout
31874
31875 \end_inset
31876
31877  zu benutzen.
31878  Dieser ist verfügbar, wenn das LaTeX-Paket 
31879 \series bold
31880 mhchem
31881 \series default
31882
31883 \begin_inset Index idx
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887 Pakete ! mhchem
31888 \end_layout
31889
31890 \end_inset
31891
31892  installiert ist.
31893  Nachdem 
31894 \series bold
31895
31896 \backslash
31897 ce
31898 \series default
31899  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31900  Formeln in intuitiver Weise eingegeben werden können.
31901 \end_layout
31902
31903 \begin_layout Standard
31904 \align center
31905 \begin_inset Tabular
31906 <lyxtabular version="3" rows="9" columns="2">
31907 <features tabularvalignment="middle">
31908 <column alignment="center" valignment="top" width="0">
31909 <column alignment="center" valignment="top" width="0">
31910 <row>
31911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31912 \begin_inset Text
31913
31914 \begin_layout Plain Layout
31915 Befehl
31916 \end_layout
31917
31918 \end_inset
31919 </cell>
31920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31921 \begin_inset Text
31922
31923 \begin_layout Plain Layout
31924 Ergebnis
31925 \begin_inset Note Note
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929
31930 \series bold
31931
31932 \backslash
31933 raisebox
31934 \series default
31935  dient nur als Abstandhalter.
31936 \end_layout
31937
31938 \end_inset
31939
31940
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 </row>
31946 <row>
31947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31948 \begin_inset Text
31949
31950 \begin_layout Plain Layout
31951
31952 \backslash
31953 ce
31954 \begin_inset ERT
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958
31959
31960 \backslash
31961 leer 
31962 \end_layout
31963
31964 \end_inset
31965
31966 H2CO3
31967 \end_layout
31968
31969 \end_inset
31970 </cell>
31971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31972 \begin_inset Text
31973
31974 \begin_layout Plain Layout
31975 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 </row>
31984 <row>
31985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31986 \begin_inset Text
31987
31988 \begin_layout Plain Layout
31989
31990 \backslash
31991 ce
31992 \begin_inset ERT
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996
31997
31998 \backslash
31999 leer 
32000 \end_layout
32001
32002 \end_inset
32003
32004 SO4^2-
32005 \end_layout
32006
32007 \end_inset
32008 </cell>
32009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32010 \begin_inset Text
32011
32012 \begin_layout Plain Layout
32013 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 </row>
32022 <row>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027
32028 \backslash
32029 ce
32030 \begin_inset ERT
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034
32035
32036 \backslash
32037 leer 
32038 \end_layout
32039
32040 \end_inset
32041
32042 (NH4)2S
32043 \end_layout
32044
32045 \end_inset
32046 </cell>
32047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Plain Layout
32051 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32052 \end_inset
32053
32054
32055 \end_layout
32056
32057 \end_inset
32058 </cell>
32059 </row>
32060 <row>
32061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32062 \begin_inset Text
32063
32064 \begin_layout Plain Layout
32065
32066 \backslash
32067 ce
32068 \begin_inset ERT
32069 status collapsed
32070
32071 \begin_layout Plain Layout
32072
32073
32074 \backslash
32075 leer 
32076 \end_layout
32077
32078 \end_inset
32079
32080 KCr(SO4)2.12H2O
32081 \end_layout
32082
32083 \end_inset
32084 </cell>
32085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32086 \begin_inset Text
32087
32088 \begin_layout Plain Layout
32089 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \end_inset
32096 </cell>
32097 </row>
32098 <row>
32099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32100 \begin_inset Text
32101
32102 \begin_layout Plain Layout
32103
32104 \backslash
32105 ce
32106 \begin_inset ERT
32107 status collapsed
32108
32109 \begin_layout Plain Layout
32110
32111
32112 \backslash
32113 leer 
32114 \end_layout
32115
32116 \end_inset
32117
32118 A-B
32119 \backslash
32120 dbond
32121 \begin_inset ERT
32122 status collapsed
32123
32124 \begin_layout Plain Layout
32125
32126
32127 \backslash
32128 leer 
32129 \end_layout
32130
32131 \end_inset
32132
32133 C
32134 \backslash
32135 tbond
32136 \begin_inset ERT
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140
32141
32142 \backslash
32143 leer 
32144 \end_layout
32145
32146 \end_inset
32147
32148 D
32149 \end_layout
32150
32151 \end_inset
32152 </cell>
32153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32154 \begin_inset Text
32155
32156 \begin_layout Plain Layout
32157 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \end_inset
32164 </cell>
32165 </row>
32166 <row>
32167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32168 \begin_inset Text
32169
32170 \begin_layout Plain Layout
32171
32172 \backslash
32173 ce
32174 \begin_inset ERT
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178
32179
32180 \backslash
32181 leer 
32182 \end_layout
32183
32184 \end_inset
32185
32186 ^227
32187 \begin_inset Formula $\downarrow$
32188 \end_inset
32189
32190 _90
32191 \begin_inset Formula $\to$
32192 \end_inset
32193
32194 Th+
32195 \end_layout
32196
32197 \end_inset
32198 </cell>
32199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32200 \begin_inset Text
32201
32202 \begin_layout Plain Layout
32203 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \end_inset
32210 </cell>
32211 </row>
32212 <row>
32213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217
32218 \backslash
32219 ce
32220 \begin_inset ERT
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224
32225
32226 \backslash
32227 leer 
32228 \end_layout
32229
32230 \end_inset
32231
32232 CO2
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 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251
32252 \backslash
32253 leer 
32254 \end_layout
32255
32256 \end_inset
32257
32258 C
32259 \begin_inset ERT
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263
32264
32265 \backslash
32266 leer 
32267 \end_layout
32268
32269 \end_inset
32270
32271 <=>
32272 \begin_inset ERT
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276
32277
32278 \backslash
32279 leer 
32280 \end_layout
32281
32282 \end_inset
32283
32284 2CO
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32294 \end_inset
32295
32296
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 </row>
32302 <row>
32303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32304 \begin_inset Text
32305
32306 \begin_layout Plain Layout
32307
32308 \backslash
32309 ce
32310 \begin_inset ERT
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314
32315
32316 \backslash
32317 leer 
32318 \end_layout
32319
32320 \end_inset
32321
32322 CO2
32323 \begin_inset ERT
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327
32328
32329 \backslash
32330 leer 
32331 \end_layout
32332
32333 \end_inset
32334
32335 +
32336 \begin_inset ERT
32337 status collapsed
32338
32339 \begin_layout Plain Layout
32340
32341
32342 \backslash
32343 leer 
32344 \end_layout
32345
32346 \end_inset
32347
32348 C
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354
32355 \backslash
32356 leer 
32357 \end_layout
32358
32359 \end_inset
32360
32361 ->[
32362 \backslash
32363 alpha][
32364 \backslash
32365 beta]
32366 \begin_inset ERT
32367 status collapsed
32368
32369 \begin_layout Plain Layout
32370
32371
32372 \backslash
32373 leer 
32374 \end_layout
32375
32376 \end_inset
32377
32378 2CO}
32379 \end_layout
32380
32381 \end_inset
32382 </cell>
32383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32384 \begin_inset Text
32385
32386 \begin_layout Plain Layout
32387 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32388 \end_inset
32389
32390
32391 \end_layout
32392
32393 \end_inset
32394 </cell>
32395 </row>
32396 </lyxtabular>
32397
32398 \end_inset
32399
32400
32401 \end_layout
32402
32403 \begin_layout Standard
32404 \begin_inset Note Greyedout
32405 status open
32406
32407 \begin_layout Plain Layout
32408
32409 \series bold
32410 Achtung:
32411 \series default
32412  Wenn eine Formel in eine 
32413 \series bold
32414
32415 \backslash
32416 ce
32417 \series default
32418 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32419  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32420 \begin_inset space \thinspace{}
32421 \end_inset
32422
32423 B.
32424  für 
32425 \series bold
32426
32427 \backslash
32428 ce{$
32429 \backslash
32430 mu
32431 \backslash
32432 hyphen$Cl}
32433 \series default
32434
32435 \begin_inset ERT
32436 status collapsed
32437
32438 \begin_layout Plain Layout
32439
32440
32441 \backslash
32442 ce{$
32443 \backslash
32444 mu
32445 \backslash
32446 hyphen$Cl}
32447 \end_layout
32448
32449 \end_inset
32450
32451  
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \end_layout
32458
32459 \begin_layout Standard
32460 Wird 
32461 \series bold
32462
32463 \backslash
32464 ce
32465 \series default
32466  benutzt, lautet der Befehl für Gleichung
32467 \begin_inset space ~
32468 \end_inset
32469
32470
32471 \begin_inset CommandInset ref
32472 LatexCommand eqref
32473 reference "eq:chemische-Reaktion"
32474
32475 \end_inset
32476
32477 :
32478 \begin_inset Newline newline
32479 \end_inset
32480
32481
32482 \series bold
32483  
32484 \backslash
32485 ce
32486 \series default
32487
32488 \begin_inset ERT
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492
32493
32494 \backslash
32495 leer 
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \series bold
32502 2Na+
32503 \series default
32504
32505 \begin_inset ERT
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509
32510
32511 \backslash
32512 leer 
32513 \end_layout
32514
32515 \end_inset
32516
32517
32518 \series bold
32519 +
32520 \series default
32521
32522 \begin_inset ERT
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526
32527
32528 \backslash
32529 leer 
32530 \end_layout
32531
32532 \end_inset
32533
32534
32535 \series bold
32536 SO4^2-
32537 \series default
32538
32539 \begin_inset ERT
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543
32544
32545 \backslash
32546 leer 
32547 \end_layout
32548
32549 \end_inset
32550
32551
32552 \begin_inset ERT
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556
32557
32558 \backslash
32559 leer 
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \series bold
32566 ->
32567 \series default
32568
32569 \begin_inset ERT
32570 status collapsed
32571
32572 \begin_layout Plain Layout
32573
32574
32575 \backslash
32576 leer 
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \series bold
32583 Na2SO4
32584 \end_layout
32585
32586 \begin_layout Standard
32587 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32588  Formel erstellt, wie in 
32589 \begin_inset CommandInset ref
32590 LatexCommand ref
32591 reference "sec:Mehrzeilige-Formeln"
32592
32593 \end_inset
32594
32595  beschrieben.
32596  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32597 \series bold
32598
32599 \backslash
32600 ce
32601 \series default
32602  verwendet.
32603  
32604 \begin_inset CommandInset ref
32605 LatexCommand eqref
32606 reference "eq:TEOS-Reaktion-1"
32607
32608 \end_inset
32609
32610  und 
32611 \begin_inset CommandInset ref
32612 LatexCommand eqref
32613 reference "eq:TEOS-Reaktion-2"
32614
32615 \end_inset
32616
32617  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32618  Gleichung eine eigene Nummer hat.
32619 \begin_inset Formula 
32620 \begin{eqnarray}
32621 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32622 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32623 \end{eqnarray}
32624
32625 \end_inset
32626
32627
32628 \end_layout
32629
32630 \begin_layout Standard
32631 Außer 
32632 \series bold
32633
32634 \backslash
32635 ce
32636 \series default
32637  bietet das Paket 
32638 \series bold
32639 mhchem
32640 \series default
32641  noch den Befehl 
32642 \series bold
32643
32644 \backslash
32645 cf
32646 \series default
32647
32648 \begin_inset Index idx
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652 Befehle ! C ! 
32653 \backslash
32654 cf
32655 \end_layout
32656
32657 \end_inset
32658
32659  für spezielle Fälle.
32660  Mehr über 
32661 \series bold
32662
32663 \backslash
32664 cf
32665 \series default
32666  und weitere Beispiele sind in der Dokumentation von 
32667 \series bold
32668 mhchem
32669 \series default
32670  zu finden, 
32671 \begin_inset CommandInset citation
32672 LatexCommand cite
32673 key "mhchem"
32674
32675 \end_inset
32676
32677 .
32678 \end_layout
32679
32680 \begin_layout Section
32681 Diagramme
32682 \end_layout
32683
32684 \begin_layout Standard
32685 LyX unterstützt zwei Typen kommutativer Diagramme: 
32686 \series bold
32687 amscd
32688 \series default
32689  und 
32690 \series bold
32691 xymatrix
32692 \series default
32693 , die im Folgenden erläutert sind.
32694 \end_layout
32695
32696 \begin_layout Subsection
32697 amscd Diagramme
32698 \begin_inset Index idx
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702 Diagramme ! amscd
32703 \end_layout
32704
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Standard
32711 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32712  Linien oder Pfeilen dar:
32713 \begin_inset Formula 
32714 \[
32715 \begin{CD}A@>>>B@>>>C\\
32716 @AAA@.@VVV\\
32717 F@<<<E@<<<D
32718 \end{CD}
32719 \]
32720
32721 \end_inset
32722
32723
32724 \end_layout
32725
32726 \begin_layout Standard
32727 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32728 \series bold
32729
32730 \backslash
32731 CD
32732 \begin_inset Index idx
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736 Befehle ! C ! 
32737 \backslash
32738 CD
32739 \end_layout
32740
32741 \end_inset
32742
32743
32744 \series default
32745  ein.
32746  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32747  man die weiteren Befehle eingibt.
32748  Mit 
32749 \series bold
32750
32751 \begin_inset ERT
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755
32756
32757 \backslash
32758 mbox{
32759 \end_layout
32760
32761 \end_inset
32762
32763
32764 \family sans
32765 \series default
32766 Strg+Enter
32767 \family default
32768 \series bold
32769
32770 \begin_inset ERT
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774
32775 }
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \series default
32782  wird eine neue Zeile erstellt.
32783  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32784  Zeilen der Formel eingegeben.
32785 \end_layout
32786
32787 \begin_layout Standard
32788 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32789 \end_layout
32790
32791 \begin_layout Itemize
32792
32793 \series bold
32794 @<<<
32795 \series default
32796  erstellt einen Linkspfeil, 
32797 \series bold
32798 @>>>
32799 \series default
32800  einen Rechtspfeil und 
32801 \series bold
32802 @=
32803 \series default
32804  ein langes Gleichheitszeichen
32805 \end_layout
32806
32807 \begin_layout Itemize
32808
32809 \series bold
32810 @AAA
32811 \series default
32812  erstellt einen Pfeil nach oben, 
32813 \series bold
32814 @VVV
32815 \series default
32816  einen Pfeil nach unten und 
32817 \series bold
32818 @|
32819 \series default
32820  ein senkrechtes Gleichheitszeichen
32821 \end_layout
32822
32823 \begin_layout Itemize
32824
32825 \series bold
32826 @.
32827
32828 \series default
32829  dient als Platzhalter für nicht vorhandene Beziehungen
32830 \end_layout
32831
32832 \begin_layout Standard
32833 Alle Pfeile sind wie folgt beschriftbar:
32834 \end_layout
32835
32836 \begin_layout Itemize
32837 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32838  > Text eingegeben, erscheint er über dem Pfeil.
32839  Wird der Text zwischen dem zweiten und dritten < bzw.
32840  > eingegeben, erscheint er unter dem Pfeil.
32841 \end_layout
32842
32843 \begin_layout Itemize
32844 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32845  V eingegeben, erscheint er links neben dem Pfeil.
32846  Bei Eingabe zwischen zweitem und drittem A bzw.
32847  V erscheint er rechts daneben.
32848  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32849  gesetzt werden.
32850 \end_layout
32851
32852 \begin_layout Standard
32853 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32854 \end_layout
32855
32856 \begin_layout Standard
32857 \begin_inset Formula 
32858 \[
32859 \begin{CD}A@>j>>B@>>k>C@=F\\
32860 @AmAA@.@VV{V}V@|\\
32861 D@<<j<E@>k>>F@=C
32862 \end{CD}
32863 \]
32864
32865 \end_inset
32866
32867
32868 \end_layout
32869
32870 \begin_layout Standard
32871 Der Befehl dazu lautet:
32872 \begin_inset Newline newline
32873 \end_inset
32874
32875
32876 \series bold
32877
32878 \backslash
32879 CD
32880 \begin_inset ERT
32881 status collapsed
32882
32883 \begin_layout Plain Layout
32884
32885
32886 \backslash
32887 leer 
32888 \end_layout
32889
32890 \end_inset
32891
32892 A@>j>>B@>>k>C@=F Strg+Enter
32893 \begin_inset Newline newline
32894 \end_inset
32895
32896
32897 \begin_inset Phantom HPhantom
32898 status open
32899
32900 \begin_layout Plain Layout
32901
32902 \series bold
32903
32904 \backslash
32905 CD
32906 \begin_inset ERT
32907 status collapsed
32908
32909 \begin_layout Plain Layout
32910
32911
32912 \backslash
32913 leer 
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \end_inset
32922
32923 @AmAA@.@VV
32924 \backslash
32925 {V
32926 \series default
32927
32928 \begin_inset Formula $\to$
32929 \end_inset
32930
32931
32932 \series bold
32933 V@| Strg+Enter
32934 \begin_inset Newline newline
32935 \end_inset
32936
32937
32938 \begin_inset Phantom HPhantom
32939 status open
32940
32941 \begin_layout Plain Layout
32942
32943 \series bold
32944
32945 \backslash
32946 CD
32947 \begin_inset ERT
32948 status collapsed
32949
32950 \begin_layout Plain Layout
32951
32952
32953 \backslash
32954 leer 
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \end_inset
32963
32964 D@<<j<E@>k>>F@=C
32965 \end_layout
32966
32967 \begin_layout Subsection
32968 xymatrix Diagramme
32969 \begin_inset Index idx
32970 status collapsed
32971
32972 \begin_layout Plain Layout
32973 Diagramme ! xymatrix
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \begin_layout Standard
32982 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32983 \series bold
32984 xypic
32985 \series default
32986  installiert sein.
32987  Eine Xymatrix wird erstellt, indem der Befehl 
32988 \series bold
32989
32990 \backslash
32991 xymatrix
32992 \series default
32993  in eine Formel eingegeben wird.
32994  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32995  hinzufügen, siehe 
32996 \begin_inset CommandInset ref
32997 LatexCommand ref
32998 reference "sec:Matrizen"
32999
33000 \end_inset
33001
33002 .
33003 \end_layout
33004
33005 \begin_layout Standard
33006 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
33007  gekrümmte Pfeile und vieles mehr.
33008  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
33009  sind im Detail im 
33010 \emph on
33011 XY-pic-Handbuch
33012 \emph default
33013  erklärt, dass im Menü 
33014 \family sans
33015 Hilfe\SpecialChar \menuseparator
33016 Spezielle
33017 \begin_inset space ~
33018 \end_inset
33019
33020 Handbücher
33021 \family default
33022  zu finden ist.
33023 \end_layout
33024
33025 \begin_layout Subsection
33026
33027 \noun on
33028 Feynman
33029 \noun default
33030  Diagramme
33031 \begin_inset Index idx
33032 status collapsed
33033
33034 \begin_layout Plain Layout
33035 Diagramme ! Feynman
33036 \end_layout
33037
33038 \end_inset
33039
33040
33041 \end_layout
33042
33043 \begin_layout Standard
33044 Um 
33045 \noun on
33046 Feynman-
33047 \noun default
33048 Diagrammen nutzen zu können, muss das LaTeX-Paket 
33049 \series bold
33050 feyn
33051 \series default
33052  installiert sein.
33053  Ein 
33054 \noun on
33055 Feynman-
33056 \noun default
33057 Diagramm wird erstellt, indem der Befehl 
33058 \series bold
33059
33060 \backslash
33061 Diagram
33062 \series default
33063  in eine Formel eingegeben wird.
33064  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33065  hinzufügen, siehe 
33066 \begin_inset CommandInset ref
33067 LatexCommand ref
33068 reference "sec:Matrizen"
33069
33070 \end_inset
33071
33072 .
33073 \end_layout
33074
33075 \begin_layout Standard
33076 Beispiele wie man in LyX 
33077 \noun on
33078 Feynman-
33079 \noun default
33080 Diagramme erstellt sind im 
33081 \emph on
33082 Feynman-Diagramm Handbuch
33083 \emph default
33084  gegeben, dass im Menü 
33085 \family sans
33086 Hilfe\SpecialChar \menuseparator
33087 Spezielle
33088 \begin_inset space ~
33089 \end_inset
33090
33091 Handbücher
33092 \family default
33093  zu finden ist.
33094 \end_layout
33095
33096 \begin_layout Section
33097 Benutzerdefinierte Befehle
33098 \begin_inset CommandInset label
33099 LatexCommand label
33100 name "sec:Benutzerdefinierte-Befehle"
33101
33102 \end_inset
33103
33104
33105 \begin_inset Index idx
33106 status collapsed
33107
33108 \begin_layout Plain Layout
33109 benutzerdefinierte Befehle
33110 \end_layout
33111
33112 \end_inset
33113
33114
33115 \end_layout
33116
33117 \begin_layout Standard
33118 \begin_inset Note Greyedout
33119 status open
33120
33121 \begin_layout Plain Layout
33122
33123 \series bold
33124 Achtung: 
33125 \series default
33126 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33127 n Buchstaben bestehen.
33128 \end_layout
33129
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Subsection
33136 Der Befehl 
33137 \backslash
33138 newcommand
33139 \begin_inset CommandInset label
33140 LatexCommand label
33141 name "sub:Der-Befehl-newcommand"
33142
33143 \end_inset
33144
33145
33146 \begin_inset Index idx
33147 status collapsed
33148
33149 \begin_layout Plain Layout
33150 benutzerdefinierte Befehle ! 
33151 \backslash
33152 newcommand
33153 \end_layout
33154
33155 \end_inset
33156
33157
33158 \begin_inset Index idx
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162 Befehle ! N ! 
33163 \backslash
33164 newcommand
33165 \end_layout
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Standard
33173 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33174  Man kann sich aber mit dem Befehl 
33175 \series bold
33176
33177 \backslash
33178 newcommand
33179 \series default
33180  neue kürzere Befehle definieren.
33181 \end_layout
33182
33183 \begin_layout Standard
33184 Das Befehlsschema von 
33185 \series bold
33186
33187 \backslash
33188 newcommand
33189 \series default
33190  lautet:
33191 \end_layout
33192
33193 \begin_layout Standard
33194
33195 \series bold
33196
33197 \backslash
33198 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33199 \series default
33200  
33201 \series bold
33202 Wert]
33203 \begin_inset Newline newline
33204 \end_inset
33205
33206
33207 \begin_inset Phantom HPhantom
33208 status open
33209
33210 \begin_layout Plain Layout
33211
33212 \series bold
33213
33214 \backslash
33215 newcommand
33216 \end_layout
33217
33218 \end_inset
33219
33220 {Befehlsdefinition}
33221 \end_layout
33222
33223 \begin_layout Standard
33224 \begin_inset Note Greyedout
33225 status open
33226
33227 \begin_layout Plain Layout
33228
33229 \series bold
33230 Achtung:
33231 \series default
33232  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33233  oder von benutzten LaTeX-Paketen verwendet wird.
33234  Definiert man beispielsweise für 
33235 \series bold
33236
33237 \backslash
33238 Leftarrow
33239 \series default
33240  den Befehl 
33241 \series bold
33242
33243 \backslash
33244 le
33245 \series default
33246 , erhält man eine Fehlermeldung, denn 
33247 \series bold
33248
33249 \backslash
33250 le
33251 \series default
33252  ist schon für 
33253 \begin_inset Quotes gld
33254 \end_inset
33255
33256
33257 \begin_inset Formula $\le$
33258 \end_inset
33259
33260
33261 \begin_inset Quotes grd
33262 \end_inset
33263
33264  definiert.
33265 \end_layout
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \begin_layout Standard
33273 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 -
33278 \begin_inset space \thinspace{}
33279 \end_inset
33280
33281 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33282  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33283  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33284 \emph on
33285 erste
33286 \emph default
33287  Argument des neuen Befehls ein optionales ist.
33288 \end_layout
33289
33290 \begin_layout Standard
33291 Es folgen einige Beispiele:
33292 \end_layout
33293
33294 \begin_layout Itemize
33295 Will man für 
33296 \series bold
33297
33298 \backslash
33299 Longrightarrow
33300 \series default
33301  den Befehl 
33302 \series bold
33303
33304 \backslash
33305 gr
33306 \series default
33307  definieren, lautet die LaTeX-Vor\SpecialChar \-
33308 spannzeile:
33309 \begin_inset VSpace medskip
33310 \end_inset
33311
33312
33313 \begin_inset Newline newline
33314 \end_inset
33315
33316
33317 \series bold
33318
33319 \backslash
33320 newcommand{
33321 \backslash
33322 gr}{
33323 \backslash
33324 Longrightarrow}
33325 \end_layout
33326
33327 \begin_layout Itemize
33328 Um für den Befehl 
33329 \series bold
33330
33331 \backslash
33332 underline
33333 \series default
33334  den Befehl 
33335 \series bold
33336
33337 \backslash
33338 us
33339 \series default
33340  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33341  werden.
33342  Dazu sieht die Vorspannzeile wie folgt aus:
33343 \begin_inset VSpace medskip
33344 \end_inset
33345
33346
33347 \begin_inset Newline newline
33348 \end_inset
33349
33350
33351 \series bold
33352
33353 \backslash
33354 newcommand{
33355 \backslash
33356 us}[1]{
33357 \backslash
33358 underline{#1}}
33359 \series default
33360
33361 \begin_inset VSpace medskip
33362 \end_inset
33363
33364
33365 \begin_inset Newline newline
33366 \end_inset
33367
33368 Das Zeichen 
33369 \series bold
33370 #
33371 \series default
33372  fungiert als Argumentplatzhalter, die 
33373 \series bold
33374 1
33375 \series default
33376  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33377 \end_layout
33378
33379 \begin_layout Itemize
33380 Für 
33381 \series bold
33382
33383 \backslash
33384 framebox
33385 \series default
33386  kann man z.
33387 \begin_inset space \thinspace{}
33388 \end_inset
33389
33390 B.
33391  den Befehl 
33392 \series bold
33393
33394 \backslash
33395 fb
33396 \series default
33397  definieren:
33398 \begin_inset VSpace medskip
33399 \end_inset
33400
33401
33402 \begin_inset Newline newline
33403 \end_inset
33404
33405
33406 \series bold
33407
33408 \backslash
33409 newcommand{
33410 \backslash
33411 fb}[3]{
33412 \backslash
33413 framebox#1#2{$#3$}}
33414 \series default
33415
33416 \begin_inset VSpace medskip
33417 \end_inset
33418
33419
33420 \begin_inset Newline newline
33421 \end_inset
33422
33423 Die beiden Dollarzeichen erstellen hierbei die für 
33424 \series bold
33425
33426 \backslash
33427 framebox
33428 \series default
33429  geforderte weitere Formel, siehe 
33430 \begin_inset CommandInset ref
33431 LatexCommand ref
33432 reference "sub:Boxen-mit-Rahmen"
33433
33434 \end_inset
33435
33436 .
33437 \end_layout
33438
33439 \begin_layout Itemize
33440 Um einen neuen Befehl für 
33441 \series bold
33442
33443 \backslash
33444 fcolorbox
33445 \series default
33446  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33447  definiert man das Argument für die Farbe als optional:
33448 \begin_inset VSpace medskip
33449 \end_inset
33450
33451
33452 \begin_inset Newline newline
33453 \end_inset
33454
33455
33456 \series bold
33457
33458 \backslash
33459 newcommand{
33460 \backslash
33461 cb}[3][white]{
33462 \backslash
33463 fcolorbox{#2}{#1}{$#3$}}
33464 \series default
33465
33466 \begin_inset VSpace medskip
33467 \end_inset
33468
33469
33470 \begin_inset Newline newline
33471 \end_inset
33472
33473 Gibt man bei der Verwendung von 
33474 \series bold
33475
33476 \backslash
33477 cb
33478 \series default
33479  die Farbe nicht an, wird die voreingestellte Farbe 
33480 \series bold
33481 white
33482 \series default
33483  verwendet.
33484 \end_layout
33485
33486 \begin_layout Standard
33487 Ein Test der neu definierten Befehle:
33488 \end_layout
33489
33490 \begin_layout Standard
33491 \align center
33492 \begin_inset Tabular
33493 <lyxtabular version="3" rows="6" columns="2">
33494 <features tabularvalignment="middle">
33495 <column alignment="center" valignment="top" width="0">
33496 <column alignment="center" valignment="top" width="0">
33497 <row>
33498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33499 \begin_inset Text
33500
33501 \begin_layout Plain Layout
33502 Befehl
33503 \end_layout
33504
33505 \end_inset
33506 </cell>
33507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33508 \begin_inset Text
33509
33510 \begin_layout Plain Layout
33511 Ergebnis
33512 \begin_inset Note Note
33513 status collapsed
33514
33515 \begin_layout Plain Layout
33516
33517 \series bold
33518
33519 \backslash
33520 raisebox
33521 \series default
33522  dient nur als Abstandhalter.
33523 \end_layout
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \end_inset
33531 </cell>
33532 </row>
33533 <row>
33534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33535 \begin_inset Text
33536
33537 \begin_layout Plain Layout
33538 A
33539 \backslash
33540 gr
33541 \begin_inset ERT
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545
33546
33547 \backslash
33548 leer 
33549 \end_layout
33550
33551 \end_inset
33552
33553 B
33554 \end_layout
33555
33556 \end_inset
33557 </cell>
33558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33559 \begin_inset Text
33560
33561 \begin_layout Plain Layout
33562 \begin_inset Formula $A\gr B$
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \end_inset
33569 </cell>
33570 </row>
33571 <row>
33572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33573 \begin_inset Text
33574
33575 \begin_layout Plain Layout
33576
33577 \backslash
33578 us{ABcd
33579 \end_layout
33580
33581 \end_inset
33582 </cell>
33583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33584 \begin_inset Text
33585
33586 \begin_layout Plain Layout
33587 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \end_inset
33594 </cell>
33595 </row>
33596 <row>
33597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33598 \begin_inset Text
33599
33600 \begin_layout Plain Layout
33601
33602 \backslash
33603 fb{[2cm]
33604 \begin_inset Formula $\to$
33605 \end_inset
33606
33607
33608 \backslash
33609 {
33610 \begin_inset Formula $\to$
33611 \end_inset
33612
33613
33614 \backslash
33615 {
33616 \backslash
33617 int
33618 \begin_inset ERT
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622
33623
33624 \backslash
33625 leer 
33626 \end_layout
33627
33628 \end_inset
33629
33630 A=B
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33640 \end_inset
33641
33642
33643 \end_layout
33644
33645 \end_inset
33646 </cell>
33647 </row>
33648 <row>
33649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33650 \begin_inset Text
33651
33652 \begin_layout Plain Layout
33653
33654 \backslash
33655 cb{red
33656 \begin_inset Formula $\to$
33657 \end_inset
33658
33659
33660 \backslash
33661 {
33662 \backslash
33663 int
33664 \begin_inset ERT
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668
33669
33670 \backslash
33671 leer 
33672 \end_layout
33673
33674 \end_inset
33675
33676 A=B
33677 \end_layout
33678
33679 \end_inset
33680 </cell>
33681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33682 \begin_inset Text
33683
33684 \begin_layout Plain Layout
33685 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33686 \end_inset
33687
33688
33689 \end_layout
33690
33691 \end_inset
33692 </cell>
33693 </row>
33694 <row>
33695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699
33700 \backslash
33701 cb[green]
33702 \backslash
33703 {red
33704 \begin_inset Formula $\to$
33705 \end_inset
33706
33707
33708 \backslash
33709 {
33710 \backslash
33711 int
33712 \begin_inset ERT
33713 status collapsed
33714
33715 \begin_layout Plain Layout
33716
33717
33718 \backslash
33719 leer 
33720 \end_layout
33721
33722 \end_inset
33723
33724 A=B
33725 \end_layout
33726
33727 \end_inset
33728 </cell>
33729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33730 \begin_inset Text
33731
33732 \begin_layout Plain Layout
33733 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \end_inset
33740 </cell>
33741 </row>
33742 </lyxtabular>
33743
33744 \end_inset
33745
33746
33747 \end_layout
33748
33749 \begin_layout Subsection
33750 Mathe-Makros
33751 \begin_inset Index idx
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755 benutzerdefinierte Befehle ! Mathe-Makros
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \begin_inset Index idx
33762 status collapsed
33763
33764 \begin_layout Plain Layout
33765 Makros
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \begin_layout Standard
33774 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33775  Hat man es in einem Dokument z.
33776 \begin_inset space \thinspace{}
33777 \end_inset
33778
33779 B.
33780  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33781  auf.
33782  Die allgemeine Form einer quadratischen Gleichung ist
33783 \begin_inset Formula 
33784 \[
33785 0=\lambda^{2}+p\lambda+q
33786 \]
33787
33788 \end_inset
33789
33790 Die allgemeine Form der Lösung lautet
33791 \begin_inset Formula 
33792 \[
33793 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33794 \]
33795
33796 \end_inset
33797
33798
33799 \end_layout
33800
33801 \begin_layout Standard
33802 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33803  drei Parameter 
33804 \begin_inset Formula $\lambda$
33805 \end_inset
33806
33807
33808 \begin_inset Formula $p$
33809 \end_inset
33810
33811  und 
33812 \begin_inset Formula $q$
33813 \end_inset
33814
33815  angegeben werden müssen und der Index von 
33816 \begin_inset Formula $\lambda$
33817 \end_inset
33818
33819  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33820 \begin_inset Newline newline
33821 \end_inset
33822
33823
33824 \series bold
33825
33826 \backslash
33827 newcommand{
33828 \backslash
33829 qG}[4][1,
33830 \backslash
33831 ,2]{#2_{#1}=-
33832 \backslash
33833 frac{#3}{2}
33834 \backslash
33835 pm
33836 \begin_inset Newline newline
33837 \end_inset
33838
33839
33840 \begin_inset Phantom HPhantom
33841 status open
33842
33843 \begin_layout Plain Layout
33844
33845 \series bold
33846
33847 \backslash
33848 newcommand
33849 \end_layout
33850
33851 \end_inset
33852
33853
33854 \backslash
33855 sqrt{
33856 \backslash
33857 frac{#3^{2}}{4}-#4}}
33858 \end_layout
33859
33860 \begin_layout Standard
33861 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33862  
33863 \begin_inset Newline newline
33864 \end_inset
33865
33866
33867 \series bold
33868
33869 \backslash
33870 qG{
33871 \backslash
33872 lambda
33873 \begin_inset Formula $\to$
33874 \end_inset
33875
33876
33877 \backslash
33878 {p
33879 \begin_inset Formula $\to$
33880 \end_inset
33881
33882
33883 \backslash
33884 {q 
33885 \series default
33886 ein.
33887 \end_layout
33888
33889 \begin_layout Standard
33890 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33891  aller verwendeten LaTeX-Befehle kennen, z.
33892 \begin_inset space \thinspace{}
33893 \end_inset
33894
33895 B.
33896  dass ein Bruch in LaTeX mit 
33897 \series bold
33898
33899 \backslash
33900 frac{Zähler}
33901 \begin_inset Newline linebreak
33902 \end_inset
33903
33904 {Nenner}
33905 \series default
33906  eingegeben wird.
33907  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33908  in LyX nicht sehen, was der neue Befehl macht.
33909  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33910  Mathe-Makros statt den Befehl 
33911 \series bold
33912
33913 \backslash
33914 newcommand
33915 \series default
33916  zu verwenden.
33917 \end_layout
33918
33919 \begin_layout Standard
33920 Ein Mathe-Makro wird erstellt, indem man das Menü 
33921 \family sans
33922 Einfügen\SpecialChar \menuseparator
33923 Mathe\SpecialChar \menuseparator
33924 Makro
33925 \family default
33926  oder den Werkzeugleistenknopf 
33927 \begin_inset Graphics
33928         filename ../../images/math-macro_newmacroname_newcommand.png
33929         scale 85
33930
33931 \end_inset
33932
33933  verwendet.
33934  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33935  Makro definiert wird:
33936 \begin_inset Newline newline
33937 \end_inset
33938
33939
33940 \begin_inset space \hspace*{\fill}
33941 \end_inset
33942
33943
33944 \begin_inset Graphics
33945         filename ../clipart/macrobox.png
33946
33947 \end_inset
33948
33949
33950 \begin_inset space \hspace*{\fill}
33951 \end_inset
33952
33953
33954 \begin_inset Newline newline
33955 \end_inset
33956
33957
33958 \begin_inset FormulaMacro
33959 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33960 \end_inset
33961
33962
33963 \backslash
33964 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33965  geändert werden sollte.
33966  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33967  Einen Argumentplatzhalter fügt man mit dem Befehl 
33968 \series bold
33969
33970 \backslash
33971 #Argumentnummer
33972 \series default
33973  ein, z.
33974 \begin_inset space \thinspace{}
33975 \end_inset
33976
33977 B.
33978  
33979 \series bold
33980
33981 \backslash
33982 #1
33983 \series default
33984  oder man verwendet den Makro-Werkzeugleistenknopf 
33985 \begin_inset Graphics
33986         filename ../../images/math-macro-add-param.png
33987         scale 85
33988
33989 \end_inset
33990
33991 .
33992  Argumentplatzhalter werden rot dargestellt.
33993  Es sind maximal 9
33994 \begin_inset space ~
33995 \end_inset
33996
33997 Argumente möglich.
33998  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33999 \begin_inset Graphics
34000         filename ../../images/math-macro-add-optional-param.png
34001         scale 85
34002
34003 \end_inset
34004
34005  erstellt.
34006  Mit dem Werkzeugleistenknopf 
34007 \begin_inset Graphics
34008         filename ../../images/math-macro-make-optional.png
34009         scale 85
34010
34011 \end_inset
34012
34013  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
34014  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
34015  werden soll.
34016  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
34017  Kästchen leer lässt.
34018  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
34019  einnimmt, kann man in das Kästchen z.
34020 \begin_inset space \thinspace{}
34021 \end_inset
34022
34023 B.
34024 \begin_inset Newline newline
34025 \end_inset
34026
34027
34028 \series bold
34029 qG: 
34030 \backslash
34031 #1
34032 \series default
34033  
34034 \series bold
34035 ,
34036 \series default
34037  
34038 \series bold
34039
34040 \backslash
34041 #2
34042 \series default
34043  
34044 \series bold
34045 ,
34046 \series default
34047  
34048 \series bold
34049
34050 \backslash
34051 #3, 
34052 \backslash
34053 #4
34054 \begin_inset Newline newline
34055 \end_inset
34056
34057
34058 \series default
34059 eingeben.
34060  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
34061  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
34062  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
34063  wurde.
34064 \begin_inset Newline newline
34065 \end_inset
34066
34067 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
34068  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
34069 \family sans
34070 Ansicht\SpecialChar \menuseparator
34071 Mathe-Makro
34072 \begin_inset space ~
34073 \end_inset
34074
34075 auf/zuklappen
34076 \family default
34077  verwendet.
34078 \end_layout
34079
34080 \begin_layout Standard
34081 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
34082  ein, in unserem Fall 
34083 \series bold
34084
34085 \backslash
34086 qG
34087 \series default
34088 .
34089  Unser Makro sieht in LyX folgendermaßen aus:
34090 \begin_inset Newline newline
34091 \end_inset
34092
34093
34094 \begin_inset space \hspace*{\fill}
34095 \end_inset
34096
34097
34098 \begin_inset Graphics
34099         filename ../clipart/macrouse.png
34100
34101 \end_inset
34102
34103
34104 \begin_inset space \hspace*{\fill}
34105 \end_inset
34106
34107
34108 \begin_inset Newline newline
34109 \end_inset
34110
34111 Hier ist unser Makro-Beispiel mit den Argumenten 
34112 \begin_inset Formula $x$
34113 \end_inset
34114
34115
34116 \begin_inset Formula $\ln(x)$
34117 \end_inset
34118
34119  und 
34120 \begin_inset Formula $B$
34121 \end_inset
34122
34123 :
34124 \end_layout
34125
34126 \begin_layout Standard
34127 \begin_inset Formula 
34128 \[
34129 \qG x{\ln(x)}B
34130 \]
34131
34132 \end_inset
34133
34134
34135 \end_layout
34136
34137 \begin_layout Standard
34138 LyX bietet im Menü 
34139 \family sans
34140 Werkzeuge\SpecialChar \menuseparator
34141 Einstellungen\SpecialChar \menuseparator
34142 Bearbeiten\SpecialChar \menuseparator
34143 Kontrolle
34144 \family default
34145  verschiedene Bearbeitungsstile für Makros an.
34146  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34147  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34148  zu sehen.
34149 \end_layout
34150
34151 \begin_layout Standard
34152 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34153 \series bold
34154
34155 \backslash
34156 new\SpecialChar \-
34157 command
34158 \series default
34159 -Befehl umgewandelt.
34160  Der 
34161 \series bold
34162
34163 \backslash
34164 newcommand
34165 \series default
34166 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34167  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34168  Makrodefinitionsbox befinden.
34169 \end_layout
34170
34171 \begin_layout Standard
34172 Mathe-Makros können auch direkt aus einem 
34173 \series bold
34174
34175 \backslash
34176 newcommand
34177 \series default
34178 -Befehl erstellt werden.
34179  Schreibt man z.
34180 \begin_inset space \thinspace{}
34181 \end_inset
34182
34183 B.
34184  den Befehl
34185 \series bold
34186
34187 \begin_inset Newline newline
34188 \end_inset
34189
34190
34191 \backslash
34192 newcommand{
34193 \backslash
34194 larrow}[2]{
34195 \backslash
34196 xleftarrow[#2]{#1}}
34197 \begin_inset Newline newline
34198 \end_inset
34199
34200
34201 \series default
34202 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34203 zel 
34204 \family sans
34205 Strg+M
34206 \family default
34207 , wird der Befehl in ein Mathe-Makro umgewandelt.
34208  Bei dieser Methode muss man jedoch aufpassen, dass der 
34209 \series bold
34210
34211 \backslash
34212 newcommand
34213 \series default
34214 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34215  erstellt, dass später LaTeX-Fehler hervorruft.
34216 \end_layout
34217
34218 \begin_layout Standard
34219 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34220  Makrodefinition fehlerhaft behandelt werden.
34221  Dadurch kann das Beispiel 
34222 \series bold
34223
34224 \backslash
34225 fb
34226 \series default
34227  aus 
34228 \begin_inset CommandInset ref
34229 LatexCommand ref
34230 reference "sub:Der-Befehl-newcommand"
34231
34232 \end_inset
34233
34234  nicht als Makro erzeugt werden.
34235 \end_layout
34236
34237 \begin_layout Standard
34238 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34239  in LyX angezeigt:
34240 \end_layout
34241
34242 \begin_layout Standard
34243 \begin_inset VSpace defskip
34244 \end_inset
34245
34246
34247 \end_layout
34248
34249 \begin_layout Standard
34250 \begin_inset Graphics
34251         filename ../clipart/MacroToolbar.png
34252
34253 \end_inset
34254
34255
34256 \begin_inset Index idx
34257 status collapsed
34258
34259 \begin_layout Plain Layout
34260 Makros ! Werkzeugleiste
34261 \end_layout
34262
34263 \end_inset
34264
34265
34266 \end_layout
34267
34268 \begin_layout Standard
34269 \begin_inset VSpace defskip
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \begin_layout Standard
34276 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34277 \end_layout
34278
34279 \begin_layout Standard
34280 \begin_inset VSpace defskip
34281 \end_inset
34282
34283
34284 \end_layout
34285
34286 \begin_layout Standard
34287 \begin_inset Tabular
34288 <lyxtabular version="3" rows="9" columns="2">
34289 <features islongtable="true" longtabularalignment="center">
34290 <column alignment="left" valignment="top" width="0">
34291 <column alignment="left" valignment="top" width="85col%">
34292 <row interlinespace="2.5mm">
34293 <cell alignment="center" valignment="top" usebox="none">
34294 \begin_inset Text
34295
34296 \begin_layout Plain Layout
34297 \begin_inset Graphics
34298         filename ../../images/math-macro-remove-param.png
34299         rotateOrigin center
34300
34301 \end_inset
34302
34303
34304 \end_layout
34305
34306 \end_inset
34307 </cell>
34308 <cell alignment="center" valignment="top" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312
34313 \family sans
34314 Bearbeiten\SpecialChar \menuseparator
34315 Mathe\SpecialChar \menuseparator
34316 Makro-Definition\SpecialChar \menuseparator
34317 Letztes Argument entfernen
34318 \end_layout
34319
34320 \end_inset
34321 </cell>
34322 </row>
34323 <row interlinespace="2.5mm">
34324 <cell alignment="center" valignment="top" usebox="none">
34325 \begin_inset Text
34326
34327 \begin_layout Plain Layout
34328 \begin_inset Graphics
34329         filename ../../images/math-macro-add-param.png
34330         rotateOrigin center
34331
34332 \end_inset
34333
34334
34335 \end_layout
34336
34337 \end_inset
34338 </cell>
34339 <cell alignment="center" valignment="top" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343
34344 \family sans
34345 Bearbeiten\SpecialChar \menuseparator
34346 Mathe\SpecialChar \menuseparator
34347 Makro-Definition\SpecialChar \menuseparator
34348 Argument hinzufügen
34349 \end_layout
34350
34351 \end_inset
34352 </cell>
34353 </row>
34354 <row interlinespace="2.5mm">
34355 <cell alignment="center" valignment="top" usebox="none">
34356 \begin_inset Text
34357
34358 \begin_layout Plain Layout
34359 \begin_inset Graphics
34360         filename ../../images/math-macro-make-optional.png
34361         rotateOrigin center
34362
34363 \end_inset
34364
34365
34366 \end_layout
34367
34368 \end_inset
34369 </cell>
34370 <cell alignment="center" valignment="top" usebox="none">
34371 \begin_inset Text
34372
34373 \begin_layout Plain Layout
34374
34375 \family sans
34376 Bearbeiten\SpecialChar \menuseparator
34377 Mathe\SpecialChar \menuseparator
34378 Makro-Definition\SpecialChar \menuseparator
34379 Das erste nicht-optionale
34380 \begin_inset Newline newline
34381 \end_inset
34382
34383
34384 \begin_inset Phantom HPhantom
34385 status open
34386
34387 \begin_layout Plain Layout
34388
34389 \family sans
34390 Bearbeiten\SpecialChar \menuseparator
34391 Mathe\SpecialChar \menuseparator
34392 Makro-Definition\SpecialChar \menuseparator
34393
34394 \end_layout
34395
34396 \end_inset
34397
34398 Argument in einen optionales
34399 \begin_inset Newline newline
34400 \end_inset
34401
34402
34403 \begin_inset Phantom HPhantom
34404 status open
34405
34406 \begin_layout Plain Layout
34407
34408 \family sans
34409 Bearbeiten\SpecialChar \menuseparator
34410 Mathe\SpecialChar \menuseparator
34411 Makro-Definition\SpecialChar \menuseparator
34412
34413 \end_layout
34414
34415 \end_inset
34416
34417 ändern
34418 \end_layout
34419
34420 \end_inset
34421 </cell>
34422 </row>
34423 <row interlinespace="2.5mm">
34424 <cell alignment="center" valignment="top" usebox="none">
34425 \begin_inset Text
34426
34427 \begin_layout Plain Layout
34428 \begin_inset Graphics
34429         filename ../../images/math-macro-make-nonoptional.png
34430         rotateOrigin center
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 <cell alignment="center" valignment="top" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443
34444 \family sans
34445 Bearbeiten\SpecialChar \menuseparator
34446 Mathe\SpecialChar \menuseparator
34447 Makro-Definition\SpecialChar \menuseparator
34448 Das letzte optionale Argument in
34449 \begin_inset Newline newline
34450 \end_inset
34451
34452
34453 \begin_inset Phantom HPhantom
34454 status open
34455
34456 \begin_layout Plain Layout
34457
34458 \family sans
34459 Bearbeiten\SpecialChar \menuseparator
34460 Mathe\SpecialChar \menuseparator
34461 Makro-Definition\SpecialChar \menuseparator
34462
34463 \end_layout
34464
34465 \end_inset
34466
34467 einen nicht-optionales ändern
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 </row>
34473 <row interlinespace="2.5mm">
34474 <cell alignment="center" valignment="top" usebox="none">
34475 \begin_inset Text
34476
34477 \begin_layout Plain Layout
34478 \begin_inset Graphics
34479         filename ../../images/math-macro-remove-optional-param.png
34480         rotateOrigin center
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \end_inset
34488 </cell>
34489 <cell alignment="center" valignment="top" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493
34494 \family sans
34495 Bearbeiten\SpecialChar \menuseparator
34496 Mathe\SpecialChar \menuseparator
34497 Makro-Definition\SpecialChar \menuseparator
34498 Optionales Argument entfernen
34499 \end_layout
34500
34501 \end_inset
34502 </cell>
34503 </row>
34504 <row interlinespace="2.5mm">
34505 <cell alignment="center" valignment="top" usebox="none">
34506 \begin_inset Text
34507
34508 \begin_layout Plain Layout
34509 \begin_inset Graphics
34510         filename ../../images/math-macro-add-optional-param.png
34511         rotateOrigin center
34512
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \end_inset
34519 </cell>
34520 <cell alignment="center" valignment="top" usebox="none">
34521 \begin_inset Text
34522
34523 \begin_layout Plain Layout
34524
34525 \family sans
34526 Bearbeiten\SpecialChar \menuseparator
34527 Mathe\SpecialChar \menuseparator
34528 Makro-Definition\SpecialChar \menuseparator
34529 Optionales Argument einfügen
34530 \end_layout
34531
34532 \end_inset
34533 </cell>
34534 </row>
34535 <row interlinespace="2.5mm">
34536 <cell alignment="center" valignment="top" usebox="none">
34537 \begin_inset Text
34538
34539 \begin_layout Plain Layout
34540 \begin_inset Graphics
34541         filename ../../images/math-macro-remove-greedy-param.png
34542         rotateOrigin center
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 <cell alignment="center" valignment="top" usebox="none">
34552 \begin_inset Text
34553
34554 \begin_layout Plain Layout
34555
34556 \family sans
34557 Bearbeiten\SpecialChar \menuseparator
34558 Mathe\SpecialChar \menuseparator
34559 Makro-Definition\SpecialChar \menuseparator
34560 Letztes Argument rechts entfernen
34561 \end_layout
34562
34563 \end_inset
34564 </cell>
34565 </row>
34566 <row interlinespace="2.5mm">
34567 <cell alignment="center" valignment="top" usebox="none">
34568 \begin_inset Text
34569
34570 \begin_layout Plain Layout
34571 \begin_inset Graphics
34572         filename ../../images/math-macro-append-greedy-param.png
34573         rotateOrigin center
34574
34575 \end_inset
34576
34577
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 <cell alignment="center" valignment="top" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586
34587 \family sans
34588 Bearbeiten\SpecialChar \menuseparator
34589 Mathe\SpecialChar \menuseparator
34590 Makro-Definition\SpecialChar \menuseparator
34591 Argument von rechts hinzufügen
34592 \end_layout
34593
34594 \end_inset
34595 </cell>
34596 </row>
34597 <row interlinespace="2.5mm">
34598 <cell alignment="center" valignment="top" usebox="none">
34599 \begin_inset Text
34600
34601 \begin_layout Plain Layout
34602 \begin_inset Graphics
34603         filename ../../images/math-macro-add-greedy-optional-param.png
34604         rotateOrigin center
34605
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 <cell alignment="center" valignment="top" usebox="none">
34614 \begin_inset Text
34615
34616 \begin_layout Plain Layout
34617
34618 \family sans
34619 Bearbeiten\SpecialChar \menuseparator
34620 Mathe\SpecialChar \menuseparator
34621 Makro-Definition\SpecialChar \menuseparator
34622 Optionales Argument von rechts
34623 \begin_inset Newline newline
34624 \end_inset
34625
34626
34627 \begin_inset Phantom HPhantom
34628 status open
34629
34630 \begin_layout Plain Layout
34631
34632 \family sans
34633 Bearbeiten\SpecialChar \menuseparator
34634 Mathe\SpecialChar \menuseparator
34635 Makro-Definition\SpecialChar \menuseparator
34636
34637 \end_layout
34638
34639 \end_inset
34640
34641 hinzufügen
34642 \end_layout
34643
34644 \end_inset
34645 </cell>
34646 </row>
34647 </lyxtabular>
34648
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Section
34655 Computeralgebrasysteme
34656 \end_layout
34657
34658 \begin_layout Standard
34659 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
34660  oder benutzerdefinierten Skripten auszutauschen.
34661  Momentan werden folgende Anwendungen unterstützt: 
34662 \family typewriter
34663 Maple
34664 \family default
34665
34666 \family typewriter
34667 Mathematica
34668 \family default
34669
34670 \family typewriter
34671 Maxima
34672 \family default
34673  und 
34674 \family typewriter
34675 Octave
34676 \family default
34677 .
34678  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34679  sehr einfache Fälle beschränkt sind.
34680 \end_layout
34681
34682 \begin_layout Subsection
34683 Verwendung
34684 \end_layout
34685
34686 \begin_layout Standard
34687 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34688 \family sans
34689 Bearbeiten\SpecialChar \menuseparator
34690 Mathe\SpecialChar \menuseparator
34691 Computer-Algebra-System verwenden
34692 \family default
34693  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34694  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34695  mit dem 
34696 \begin_inset Quotes gld
34697 \end_inset
34698
34699 =
34700 \begin_inset Quotes grd
34701 \end_inset
34702
34703  Operator erscheinen.
34704 \end_layout
34705
34706 \begin_layout Standard
34707 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34708 \family typewriter
34709 Maxima
34710 \family default
34711 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34712 \end_layout
34713
34714 \begin_layout Itemize
34715 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34716 \end_inset
34717
34718
34719 \end_layout
34720
34721 \begin_layout Itemize
34722 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34723 \end_inset
34724
34725
34726 \end_layout
34727
34728 \begin_layout Itemize
34729 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34730 \end_inset
34731
34732
34733 \end_layout
34734
34735 \begin_layout Itemize
34736 \begin_inset Formula $\det\left[\begin{array}{ccc}
34737 1 & 6 & 7\\
34738 2 & 5 & 8\\
34739 3 & 4 & 17
34740 \end{array}\right]=-56$
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Itemize
34747 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Subsection
34754 Tastenkürzel
34755 \end_layout
34756
34757 \begin_layout Standard
34758 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34759  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
34760 \family sans
34761 math-extern
34762 \family default
34763  verknüpfen (siehe das 
34764 \emph on
34765 LyX-Funktionen
34766 \emph default
34767  Handbuch).
34768  Man kann z.
34769 \begin_inset space \thinspace{}
34770 \end_inset
34771
34772 B.
34773  die 
34774 \family sans
34775 Enter
34776 \family default
34777 -Taste in Formeln verknüpfen.
34778  Um sie mit 
34779 \family typewriter
34780 Maxima
34781 \family default
34782  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34783 \end_layout
34784
34785 \begin_layout Standard
34786
34787 \series bold
34788 command-alternatives break-paragraph;math-extern maxima
34789 \end_layout
34790
34791 \begin_layout Standard
34792 \begin_inset Newpage newpage
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \begin_layout Section
34799 Tipps
34800 \begin_inset Index idx
34801 status collapsed
34802
34803 \begin_layout Plain Layout
34804 Tipps
34805 \end_layout
34806
34807 \end_inset
34808
34809
34810 \end_layout
34811
34812 \begin_layout Subsection
34813 Negative Zahlen
34814 \begin_inset Index idx
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818 Zahlen ! negative
34819 \end_layout
34820
34821 \end_inset
34822
34823
34824 \end_layout
34825
34826 \begin_layout Standard
34827 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34828  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34829  dargestellt.
34830  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34831  Minuszeichen korrekt.
34832 \end_layout
34833
34834 \begin_layout Standard
34835 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34836  nicht mehr auf.
34837 \end_layout
34838
34839 \begin_layout Standard
34840 Ein Beispiel zur Veranschaulichung der Problematik:
34841 \end_layout
34842
34843 \begin_layout Standard
34844 \align center
34845 \begin_inset Tabular
34846 <lyxtabular version="3" rows="3" columns="2">
34847 <features tabularvalignment="middle">
34848 <column alignment="right" valignment="top" width="0">
34849 <column alignment="left" valignment="top" width="0">
34850 <row>
34851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34852 \begin_inset Text
34853
34854 \begin_layout Plain Layout
34855 normaler Text:
34856 \end_layout
34857
34858 \end_inset
34859 </cell>
34860 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34861 \begin_inset Text
34862
34863 \begin_layout Plain Layout
34864 x = -2
34865 \end_layout
34866
34867 \end_inset
34868 </cell>
34869 </row>
34870 <row>
34871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34872 \begin_inset Text
34873
34874 \begin_layout Plain Layout
34875 Formelmodus:
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884 \begin_inset Formula $x=-2$
34885 \end_inset
34886
34887
34888 \end_layout
34889
34890 \end_inset
34891 </cell>
34892 </row>
34893 <row>
34894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34895 \begin_inset Text
34896
34897 \begin_layout Plain Layout
34898 Lösung:
34899 \end_layout
34900
34901 \end_inset
34902 </cell>
34903 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34904 \begin_inset Text
34905
34906 \begin_layout Plain Layout
34907 \begin_inset Formula $x=\textrm{-}2$
34908 \end_inset
34909
34910
34911 \end_layout
34912
34913 \end_inset
34914 </cell>
34915 </row>
34916 </lyxtabular>
34917
34918 \end_inset
34919
34920
34921 \end_layout
34922
34923 \begin_layout Subsection
34924 Komma als Dezimaltrennzeichen
34925 \begin_inset Index idx
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929 Komma
34930 \end_layout
34931
34932 \end_inset
34933
34934
34935 \end_layout
34936
34937 \begin_layout Standard
34938 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34939  als Gruppentrennzeichen.
34940  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34941  eingefügt.
34942 \end_layout
34943
34944 \begin_layout Standard
34945 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34946  Text um (Tastenkürzel 
34947 \family sans
34948 Alt+M
34949 \begin_inset space ~
34950 \end_inset
34951
34952 M
34953 \family default
34954 ).
34955 \end_layout
34956
34957 \begin_layout Standard
34958 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34959  lädt man die Datei 
34960 \series bold
34961 icomma.sty
34962 \series default
34963
34964 \begin_inset Foot
34965 status collapsed
34966
34967 \begin_layout Plain Layout
34968
34969 \series bold
34970 icomma
34971 \series default
34972  ist Teil des LaTeX-Paketes 
34973 \series bold
34974 was
34975 \series default
34976
34977 \begin_inset Index idx
34978 status collapsed
34979
34980 \begin_layout Plain Layout
34981 Pakete ! was
34982 \begin_inset ERT
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986
34987
34988 \backslash
34989 vspace{4mm}
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \end_inset
34998
34999 .
35000 \end_layout
35001
35002 \end_inset
35003
35004
35005 \begin_inset Index idx
35006 status collapsed
35007
35008 \begin_layout Plain Layout
35009 Pakete ! icomma
35010 \end_layout
35011
35012 \end_inset
35013
35014  mit der LaTeX-Vorspannzeile
35015 \end_layout
35016
35017 \begin_layout Standard
35018
35019 \series bold
35020
35021 \backslash
35022 usepackage{icomma}
35023 \end_layout
35024
35025 \begin_layout Subsection
35026 Physikalische Vektoren
35027 \begin_inset CommandInset label
35028 LatexCommand label
35029 name "sub:Physikalische-Vektoren"
35030
35031 \end_inset
35032
35033
35034 \begin_inset Index idx
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038 Vektoren ! physikalische
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \end_layout
35045
35046 \begin_layout Standard
35047 Vordefinierte Vektoren bietet das LaTeX-Paket 
35048 \series bold
35049 braket
35050 \series default
35051
35052 \begin_inset Index idx
35053 status collapsed
35054
35055 \begin_layout Plain Layout
35056 Pakete ! braket
35057 \end_layout
35058
35059 \end_inset
35060
35061 , das mit der LaTeX-Vorspannzeile
35062 \end_layout
35063
35064 \begin_layout Standard
35065
35066 \series bold
35067
35068 \backslash
35069 usepackage{braket}
35070 \end_layout
35071
35072 \begin_layout Standard
35073 geladen wird.
35074 \begin_inset ERT
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079
35080 \backslash
35081 ifbraket 
35082 \end_layout
35083
35084 \end_inset
35085
35086
35087 \begin_inset Note Note
35088 status open
35089
35090 \begin_layout Plain Layout
35091 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35092 \series bold
35093 braket
35094 \series default
35095  installiert ist:
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \end_layout
35102
35103 \begin_layout Standard
35104 \begin_inset Newpage newpage
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \begin_layout Standard
35111 Folgende Befehle sind definiert:
35112 \end_layout
35113
35114 \begin_layout Standard
35115 \align center
35116 \begin_inset Tabular
35117 <lyxtabular version="3" rows="4" columns="2">
35118 <features tabularvalignment="middle">
35119 <column alignment="center" valignment="top" width="0">
35120 <column alignment="center" valignment="top" width="0">
35121 <row>
35122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35123 \begin_inset Text
35124
35125 \begin_layout Plain Layout
35126 Befehl
35127 \end_layout
35128
35129 \end_inset
35130 </cell>
35131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35132 \begin_inset Text
35133
35134 \begin_layout Plain Layout
35135 Ergebnis
35136 \end_layout
35137
35138 \end_inset
35139 </cell>
35140 </row>
35141 <row>
35142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35143 \begin_inset Text
35144
35145 \begin_layout Plain Layout
35146
35147 \backslash
35148 Bra{
35149 \backslash
35150 psi
35151 \end_layout
35152
35153 \end_inset
35154 </cell>
35155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35156 \begin_inset Text
35157
35158 \begin_layout Plain Layout
35159 \begin_inset Formula $\Bra{\psi}$
35160 \end_inset
35161
35162
35163 \end_layout
35164
35165 \end_inset
35166 </cell>
35167 </row>
35168 <row>
35169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35170 \begin_inset Text
35171
35172 \begin_layout Plain Layout
35173
35174 \backslash
35175 Ket{
35176 \backslash
35177 psi
35178 \end_layout
35179
35180 \end_inset
35181 </cell>
35182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35183 \begin_inset Text
35184
35185 \begin_layout Plain Layout
35186 \begin_inset Formula $\Ket{\psi}$
35187 \end_inset
35188
35189
35190 \end_layout
35191
35192 \end_inset
35193 </cell>
35194 </row>
35195 <row>
35196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35197 \begin_inset Text
35198
35199 \begin_layout Plain Layout
35200
35201 \backslash
35202 Braket{
35203 \backslash
35204 psi|
35205 \backslash
35206 phi
35207 \end_layout
35208
35209 \end_inset
35210 </cell>
35211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35212 \begin_inset Text
35213
35214 \begin_layout Plain Layout
35215 \begin_inset Formula $\Braket{\psi|\phi}$
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \end_inset
35222 </cell>
35223 </row>
35224 </lyxtabular>
35225
35226 \end_inset
35227
35228
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Der Befehl 
35233 \series bold
35234
35235 \backslash
35236 Braket
35237 \series default
35238  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35239  Klammern gesetzt werden:
35240 \begin_inset Formula 
35241 \[
35242 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35243 \]
35244
35245 \end_inset
35246
35247
35248 \begin_inset ERT
35249 status collapsed
35250
35251 \begin_layout Plain Layout
35252
35253
35254 \backslash
35255 else 
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \begin_inset Note Note
35262 status open
35263
35264 \begin_layout Plain Layout
35265 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35266 \series bold
35267 braket
35268 \series default
35269  nicht installiert ist:
35270 \end_layout
35271
35272 \end_inset
35273
35274
35275 \end_layout
35276
35277 \begin_layout Standard
35278 Das LaTeX-Paket 
35279 \series bold
35280 braket 
35281 \series default
35282 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35283 \end_layout
35284
35285 \begin_layout Standard
35286 \begin_inset ERT
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290
35291
35292 \backslash
35293 fi 
35294 \end_layout
35295
35296 \end_inset
35297
35298
35299 \end_layout
35300
35301 \begin_layout Standard
35302 Der Effekt von 
35303 \series bold
35304
35305 \backslash
35306 Braket
35307 \series default
35308  kann auch mit dem Befehl 
35309 \series bold
35310
35311 \backslash
35312 middle
35313 \series default
35314  erzielt werden, der in 
35315 \begin_inset CommandInset ref
35316 LatexCommand ref
35317 reference "sub:Automatische-Klammergrößen"
35318
35319 \end_inset
35320
35321  beschrieben ist.
35322 \end_layout
35323
35324 \begin_layout Subsection
35325 Selbst definierte Brüche
35326 \begin_inset CommandInset label
35327 LatexCommand label
35328 name "sub:Selbstdefinierte-Brüche"
35329
35330 \end_inset
35331
35332
35333 \begin_inset Index idx
35334 status collapsed
35335
35336 \begin_layout Plain Layout
35337 Brüche ! selbstdefinierte
35338 \end_layout
35339
35340 \end_inset
35341
35342
35343 \end_layout
35344
35345 \begin_layout Standard
35346 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35347 \series bold
35348
35349 \backslash
35350 genfrac
35351 \series default
35352
35353 \begin_inset Index idx
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357 Befehle ! G ! 
35358 \backslash
35359 genfrac
35360 \end_layout
35361
35362 \end_inset
35363
35364  in folgendem Schema:
35365 \end_layout
35366
35367 \begin_layout Standard
35368
35369 \series bold
35370
35371 \backslash
35372 genfrac{linke
35373 \series default
35374  
35375 \series bold
35376 Klammer}{rechte
35377 \series default
35378  
35379 \series bold
35380 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35381 \begin_inset Newline newline
35382 \end_inset
35383
35384
35385 \begin_inset Phantom HPhantom
35386 status open
35387
35388 \begin_layout Plain Layout
35389
35390 \series bold
35391
35392 \backslash
35393 genfrac
35394 \end_layout
35395
35396 \end_inset
35397
35398 {Zähler}{Nenner}
35399 \end_layout
35400
35401 \begin_layout Standard
35402 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35403 \begin_inset space \thinspace{}
35404 \end_inset
35405
35406 -
35407 \begin_inset space \thinspace{}
35408 \end_inset
35409
35410 3 angegeben.
35411 \end_layout
35412
35413 \begin_layout Standard
35414 \align center
35415 \begin_inset Tabular
35416 <lyxtabular version="3" rows="5" columns="2">
35417 <features tabularvalignment="middle">
35418 <column alignment="center" valignment="top" width="0">
35419 <column alignment="center" valignment="top" width="0">
35420 <row>
35421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35422 \begin_inset Text
35423
35424 \begin_layout Plain Layout
35425 Nummer
35426 \end_layout
35427
35428 \end_inset
35429 </cell>
35430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35431 \begin_inset Text
35432
35433 \begin_layout Plain Layout
35434 Ansichtsstil
35435 \end_layout
35436
35437 \end_inset
35438 </cell>
35439 </row>
35440 <row>
35441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445 0
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 abgesetzte Formel
35455 \end_layout
35456
35457 \end_inset
35458 </cell>
35459 </row>
35460 <row>
35461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35462 \begin_inset Text
35463
35464 \begin_layout Plain Layout
35465 1
35466 \end_layout
35467
35468 \end_inset
35469 </cell>
35470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35471 \begin_inset Text
35472
35473 \begin_layout Plain Layout
35474 eingebettete Formel
35475 \end_layout
35476
35477 \end_inset
35478 </cell>
35479 </row>
35480 <row>
35481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35482 \begin_inset Text
35483
35484 \begin_layout Plain Layout
35485 2
35486 \end_layout
35487
35488 \end_inset
35489 </cell>
35490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35491 \begin_inset Text
35492
35493 \begin_layout Plain Layout
35494 klein
35495 \end_layout
35496
35497 \end_inset
35498 </cell>
35499 </row>
35500 <row>
35501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35502 \begin_inset Text
35503
35504 \begin_layout Plain Layout
35505 3
35506 \end_layout
35507
35508 \end_inset
35509 </cell>
35510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35511 \begin_inset Text
35512
35513 \begin_layout Plain Layout
35514 winzig
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 </row>
35520 </lyxtabular>
35521
35522 \end_inset
35523
35524
35525 \end_layout
35526
35527 \begin_layout Standard
35528 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35529  
35530 \series bold
35531
35532 \backslash
35533 frac
35534 \series default
35535  der Umgebung an.
35536 \end_layout
35537
35538 \begin_layout Standard
35539 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35540  0.4
35541 \begin_inset space \thinspace{}
35542 \end_inset
35543
35544 pt verwendet.
35545 \end_layout
35546
35547 \begin_layout Standard
35548 \begin_inset VSpace medskip
35549 \end_inset
35550
35551 Zum Beispiel sind die Befehle 
35552 \series bold
35553
35554 \backslash
35555 dfrac
35556 \series default
35557  und 
35558 \series bold
35559
35560 \backslash
35561 tbinom
35562 \series default
35563  aus 
35564 \begin_inset CommandInset ref
35565 LatexCommand ref
35566 reference "sub:Brüche"
35567
35568 \end_inset
35569
35570  folgendermaßen definiert:
35571 \end_layout
35572
35573 \begin_layout Standard
35574
35575 \series bold
35576
35577 \backslash
35578 newcommand{
35579 \backslash
35580 dfrac}[2]{
35581 \backslash
35582 genfrac{}{}{}{0}{#1}{#2}}
35583 \end_layout
35584
35585 \begin_layout Standard
35586 und
35587 \end_layout
35588
35589 \begin_layout Standard
35590
35591 \series bold
35592
35593 \backslash
35594 newcommand{
35595 \backslash
35596 tbinom}[2]{
35597 \backslash
35598 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35599 \end_layout
35600
35601 \begin_layout Standard
35602 \begin_inset VSpace medskip
35603 \end_inset
35604
35605 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35606  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35607 \end_layout
35608
35609 \begin_layout Standard
35610
35611 \series bold
35612
35613 \backslash
35614 newcommand{
35615 \backslash
35616 fracS}[3][]{
35617 \backslash
35618 genfrac{}{}{#1}{}{#2}{#3}}
35619 \end_layout
35620
35621 \begin_layout Standard
35622 Dazu ein Test:
35623 \begin_inset Formula 
35624 \begin{align*}
35625 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35626 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35627 \end{align*}
35628
35629 \end_inset
35630
35631 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35632  in etwa der dreifachen Strichdicke.
35633 \end_layout
35634
35635 \begin_layout Subsection
35636 Durchgestrichene Formeln
35637 \begin_inset Index idx
35638 status collapsed
35639
35640 \begin_layout Plain Layout
35641 Formel ! durchgestrichene
35642 \end_layout
35643
35644 \end_inset
35645
35646
35647 \end_layout
35648
35649 \begin_layout Standard
35650 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35651 \series bold
35652 cancel
35653 \series default
35654
35655 \begin_inset Index idx
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659 Pakete ! cancel
35660 \end_layout
35661
35662 \end_inset
35663
35664  mit der LaTeX-Vorspannzeile
35665 \end_layout
35666
35667 \begin_layout Standard
35668
35669 \series bold
35670
35671 \backslash
35672 usepackage{cancel}
35673 \end_layout
35674
35675 \begin_layout Standard
35676 geladen werden.
35677 \end_layout
35678
35679 \begin_layout Standard
35680 \begin_inset ERT
35681 status collapsed
35682
35683 \begin_layout Plain Layout
35684
35685
35686 \backslash
35687 ifcancel 
35688 \end_layout
35689
35690 \end_inset
35691
35692
35693 \begin_inset Note Note
35694 status open
35695
35696 \begin_layout Plain Layout
35697 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35698 \series bold
35699 cancel
35700 \series default
35701  installiert ist:
35702 \end_layout
35703
35704 \end_inset
35705
35706
35707 \end_layout
35708
35709 \begin_layout Standard
35710 Es gibt vier verschiedene Arten durchzustreichen:
35711 \end_layout
35712
35713 \begin_layout Standard
35714 \align center
35715 \begin_inset Tabular
35716 <lyxtabular version="3" rows="5" columns="2">
35717 <features tabularvalignment="middle">
35718 <column alignment="center" valignment="top" width="0">
35719 <column alignment="center" valignment="top" width="0">
35720 <row>
35721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35722 \begin_inset Text
35723
35724 \begin_layout Plain Layout
35725 Befehl
35726 \end_layout
35727
35728 \end_inset
35729 </cell>
35730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35731 \begin_inset Text
35732
35733 \begin_layout Plain Layout
35734 Ergebnis
35735 \begin_inset Note Note
35736 status collapsed
35737
35738 \begin_layout Plain Layout
35739 Der Leerraum und 
35740 \series bold
35741
35742 \backslash
35743 raisebox
35744 \series default
35745  dienen nur als Abstandhalter.
35746 \end_layout
35747
35748 \end_inset
35749
35750
35751 \end_layout
35752
35753 \end_inset
35754 </cell>
35755 </row>
35756 <row>
35757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35758 \begin_inset Text
35759
35760 \begin_layout Plain Layout
35761
35762 \backslash
35763 cancel{
35764 \backslash
35765 int
35766 \begin_inset ERT
35767 status collapsed
35768
35769 \begin_layout Plain Layout
35770
35771
35772 \backslash
35773 leer 
35774 \end_layout
35775
35776 \end_inset
35777
35778 A=B
35779 \end_layout
35780
35781 \end_inset
35782 </cell>
35783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35784 \begin_inset Text
35785
35786 \begin_layout Plain Layout
35787 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \end_inset
35794 </cell>
35795 </row>
35796 <row>
35797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35798 \begin_inset Text
35799
35800 \begin_layout Plain Layout
35801
35802 \backslash
35803 bcancel{
35804 \backslash
35805 int
35806 \begin_inset ERT
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810
35811
35812 \backslash
35813 leer 
35814 \end_layout
35815
35816 \end_inset
35817
35818 A=B
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35824 \begin_inset Text
35825
35826 \begin_layout Plain Layout
35827 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35828 \end_inset
35829
35830
35831 \end_layout
35832
35833 \end_inset
35834 </cell>
35835 </row>
35836 <row>
35837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35838 \begin_inset Text
35839
35840 \begin_layout Plain Layout
35841
35842 \backslash
35843 xcancel{
35844 \backslash
35845 int
35846 \begin_inset ERT
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850
35851
35852 \backslash
35853 leer 
35854 \end_layout
35855
35856 \end_inset
35857
35858 A=B
35859 \end_layout
35860
35861 \end_inset
35862 </cell>
35863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35864 \begin_inset Text
35865
35866 \begin_layout Plain Layout
35867 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35868 \end_inset
35869
35870
35871 \end_layout
35872
35873 \end_inset
35874 </cell>
35875 </row>
35876 <row>
35877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35878 \begin_inset Text
35879
35880 \begin_layout Plain Layout
35881
35882 \backslash
35883 cancelto{1
35884 \begin_inset Formula $\to$
35885 \end_inset
35886
35887
35888 \backslash
35889 {
35890 \backslash
35891 int
35892 \begin_inset ERT
35893 status collapsed
35894
35895 \begin_layout Plain Layout
35896
35897
35898 \backslash
35899 leer 
35900 \end_layout
35901
35902 \end_inset
35903
35904 A=B
35905 \end_layout
35906
35907 \end_inset
35908 </cell>
35909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35910 \begin_inset Text
35911
35912 \begin_layout Plain Layout
35913 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35914 \end_inset
35915
35916
35917 \end_layout
35918
35919 \end_inset
35920 </cell>
35921 </row>
35922 </lyxtabular>
35923
35924 \end_inset
35925
35926
35927 \end_layout
35928
35929 \begin_layout Standard
35930
35931 \series bold
35932
35933 \backslash
35934 cancelto
35935 \series default
35936  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35937  will:
35938 \begin_inset Formula 
35939 \[
35940 \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}}}
35941 \]
35942
35943 \end_inset
35944
35945
35946 \end_layout
35947
35948 \begin_layout Standard
35949 Um die Größe des 
35950 \begin_inset Quotes gld
35951 \end_inset
35952
35953 hochgestellten
35954 \begin_inset Quotes grd
35955 \end_inset
35956
35957  Werts von 
35958 \series bold
35959
35960 \backslash
35961 cancelto
35962 \series default
35963  zu ändern, kann man das Paket 
35964 \series bold
35965 cancel
35966 \series default
35967  entweder mit der Option 
35968 \series bold
35969 samesize
35970 \series default
35971 , die zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
35972  mit der Option 
35973 \series bold
35974 Smaller
35975 \series default
35976 , die zu einer etwas kleineren Größe führt als es ohne Option der Fall ist.
35977  In diesem Dokument wurde 
35978 \series bold
35979 cancel
35980 \series default
35981  mit der Zeile
35982 \end_layout
35983
35984 \begin_layout Standard
35985
35986 \series bold
35987
35988 \backslash
35989 usepackage[samesize]{cancel}
35990 \end_layout
35991
35992 \begin_layout Standard
35993 geladen.
35994  Um den Durchstrich zu färben, verwendet man den Befehl
35995 \end_layout
35996
35997 \begin_layout Standard
35998
35999 \series bold
36000
36001 \backslash
36002 renewcommand{
36003 \backslash
36004 CancelColor}{
36005 \backslash
36006 color{red}}
36007 \end_layout
36008
36009 \begin_layout Standard
36010 als TeX-Code.
36011  
36012 \series bold
36013 red
36014 \series default
36015  kann durch eine Farbe der Wahl ersetzt werden.
36016 \end_layout
36017
36018 \begin_layout Standard
36019 \begin_inset ERT
36020 status collapsed
36021
36022 \begin_layout Plain Layout
36023
36024
36025 \backslash
36026 renewcommand{
36027 \backslash
36028 CancelColor}{
36029 \backslash
36030 color{red}}
36031 \end_layout
36032
36033 \end_inset
36034
36035
36036 \end_layout
36037
36038 \begin_layout Standard
36039 \begin_inset Formula 
36040 \[
36041 \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}}}
36042 \]
36043
36044 \end_inset
36045
36046
36047 \end_layout
36048
36049 \begin_layout Standard
36050 \begin_inset ERT
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054
36055
36056 \backslash
36057 renewcommand{
36058 \backslash
36059 CancelColor}{
36060 \backslash
36061 color{black}}
36062 \end_layout
36063
36064 \end_inset
36065
36066
36067 \begin_inset Note Note
36068 status open
36069
36070 \begin_layout Plain Layout
36071 Farbe zurücksetzen
36072 \end_layout
36073
36074 \end_inset
36075
36076
36077 \end_layout
36078
36079 \begin_layout Standard
36080 Für weitere Anpassungen siehe die Dokumentation des Pakets 
36081 \series bold
36082 cancel
36083 \series default
36084
36085 \begin_inset CommandInset citation
36086 LatexCommand cite
36087 key "cancel"
36088
36089 \end_inset
36090
36091 .
36092 \end_layout
36093
36094 \begin_layout Standard
36095 \begin_inset ERT
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099
36100
36101 \backslash
36102 else 
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \begin_inset Note Note
36109 status open
36110
36111 \begin_layout Plain Layout
36112 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36113 \series bold
36114 cancel
36115 \series default
36116  nicht installiert ist:
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \end_layout
36123
36124 \begin_layout Standard
36125 Das LaTeX-Paket 
36126 \series bold
36127 cancel 
36128 \series default
36129 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36130 \end_layout
36131
36132 \begin_layout Standard
36133 \begin_inset ERT
36134 status collapsed
36135
36136 \begin_layout Plain Layout
36137
36138
36139 \backslash
36140 fi 
36141 \end_layout
36142
36143 \end_inset
36144
36145
36146 \end_layout
36147
36148 \begin_layout Subsection
36149 Formeln in Überschriften
36150 \begin_inset CommandInset label
36151 LatexCommand label
36152 name "sub:Formeln-in-Überschriften"
36153
36154 \end_inset
36155
36156
36157 \begin_inset Index idx
36158 status collapsed
36159
36160 \begin_layout Plain Layout
36161 Formel ! in Überschriften
36162 \end_layout
36163
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \begin_layout Standard
36170 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
36171 \end_layout
36172
36173 \begin_layout Standard
36174 \begin_inset Note Greyedout
36175 status open
36176
36177 \begin_layout Plain Layout
36178 Verwendet man 
36179 \series bold
36180 hyperref
36181 \series default
36182
36183 \begin_inset Index idx
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187 Pakete ! hyperref
36188 \end_layout
36189
36190 \end_inset
36191
36192  Unterstützung im den Dokumenteinstellungen unter 
36193 \family sans
36194 PDF-Eigenschaften
36195 \family default
36196 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36197  erzeugt.
36198  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36199  dargestellt.
36200  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36201 \end_layout
36202
36203 \end_inset
36204
36205
36206 \end_layout
36207
36208 \begin_layout Standard
36209 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36210  Kurztitel über das Menü 
36211 \family sans
36212 Einfügen\SpecialChar \menuseparator
36213 Kurztitel
36214 \family default
36215  einfügt.
36216  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36217  um das Inhaltsverzeichnis übersichtlich zu halten.
36218  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36219 chen.
36220 \end_layout
36221
36222 \begin_layout Standard
36223 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36224 \series bold
36225 hyperref
36226 \series default
36227 , verwendet man im TeX-Modus den Befehl
36228 \end_layout
36229
36230 \begin_layout Standard
36231
36232 \series bold
36233
36234 \backslash
36235 texorpdfstring{Teil}{Alternative}
36236 \begin_inset Index idx
36237 status collapsed
36238
36239 \begin_layout Plain Layout
36240 Befehle ! T ! 
36241 \backslash
36242 texorpdfstring
36243 \end_layout
36244
36245 \end_inset
36246
36247
36248 \end_layout
36249
36250 \begin_layout Standard
36251 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36252  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36253  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36254  soll.
36255 \end_layout
36256
36257 \begin_layout Standard
36258 Es folgen zwei Beispielüberschriften:
36259 \begin_inset VSpace -3mm
36260 \end_inset
36261
36262
36263 \begin_inset ERT
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267
36268
36269 \backslash
36270 boldmath 
36271 \end_layout
36272
36273 \end_inset
36274
36275
36276 \end_layout
36277
36278 \begin_layout Subsubsection
36279 Überschrift ohne Formel im Inhaltsverzeichnis 
36280 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36281 \end_inset
36282
36283
36284 \begin_inset Argument
36285 status collapsed
36286
36287 \begin_layout Plain Layout
36288 Überschrift ohne Formel im Inhaltsverzeichnis
36289 \end_layout
36290
36291 \end_inset
36292
36293
36294 \end_layout
36295
36296 \begin_layout Subsubsection
36297 Überschrift mit Formel im Inhaltsverzeichnis
36298 \begin_inset ERT
36299 status collapsed
36300
36301 \begin_layout Plain Layout
36302
36303
36304 \backslash
36305 texorpdfstring{
36306 \end_layout
36307
36308 \end_inset
36309
36310  
36311 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36312 \end_inset
36313
36314
36315 \begin_inset ERT
36316 status collapsed
36317
36318 \begin_layout Plain Layout
36319
36320 }{}
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Standard
36329 \begin_inset ERT
36330 status collapsed
36331
36332 \begin_layout Plain Layout
36333
36334
36335 \backslash
36336 unboldmath 
36337 \end_layout
36338
36339 \end_inset
36340
36341 In der ersten Überschrift wurde ein Kurztitel verwendet.
36342  In der zweiten 
36343 \series bold
36344
36345 \backslash
36346 texorpdfstring
36347 \series default
36348 .
36349 \end_layout
36350
36351 \begin_layout Standard
36352 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36353  die komplette Überschrift in eine 
36354 \series bold
36355 boldmath
36356 \series default
36357 -Umgebung
36358 \begin_inset Foot
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362 siehe 
36363 \begin_inset CommandInset ref
36364 LatexCommand ref
36365 reference "sub:Fett-gedruckte-Formeln"
36366
36367 \end_inset
36368
36369
36370 \end_layout
36371
36372 \end_inset
36373
36374  gesetzt.
36375 \end_layout
36376
36377 \begin_layout Subsection
36378 Formeln im mehrspaltigen Text
36379 \begin_inset Index idx
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383 Formel ! im mehrspaltigen Text
36384 \end_layout
36385
36386 \end_inset
36387
36388
36389 \end_layout
36390
36391 \begin_layout Standard
36392 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36393  müssen daher über die gesamte Seitenbreite gesetzt werden.
36394  Dazu verwendet man das LaTeX-Paket 
36395 \series bold
36396 multicol
36397 \series default
36398
36399 \begin_inset Foot
36400 status collapsed
36401
36402 \begin_layout Plain Layout
36403
36404 \series bold
36405 multicol
36406 \series default
36407  ist Teil jeder LaTeX-Standardinstallation.
36408 \end_layout
36409
36410 \end_inset
36411
36412
36413 \begin_inset Index idx
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417 Pakete ! multicol
36418 \end_layout
36419
36420 \end_inset
36421
36422 , das mit der LaTeX-Vorspannzeile
36423 \end_layout
36424
36425 \begin_layout Standard
36426
36427 \series bold
36428
36429 \backslash
36430 usepackage{multicol}
36431 \end_layout
36432
36433 \begin_layout Standard
36434 geladen wird.
36435 \end_layout
36436
36437 \begin_layout Standard
36438 \begin_inset Note Greyedout
36439 status open
36440
36441 \begin_layout Plain Layout
36442 Dabei ist zu beachten, dass im Menü 
36443 \family sans
36444 Dokument\SpecialChar \menuseparator
36445 Einstellungen
36446 \family default
36447  unter 
36448 \family sans
36449 Textformat
36450 \family default
36451  
36452 \emph on
36453 nicht
36454 \emph default
36455  
36456 \family sans
36457 Zweispaltiges
36458 \begin_inset space ~
36459 \end_inset
36460
36461 Dokument
36462 \family default
36463  ausgewählt sein darf.
36464 \end_layout
36465
36466 \end_inset
36467
36468
36469 \end_layout
36470
36471 \begin_layout Standard
36472 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36473 \end_layout
36474
36475 \begin_layout Standard
36476
36477 \series bold
36478
36479 \backslash
36480 begin{multicols}{Spaltenanzahl}
36481 \end_layout
36482
36483 \begin_layout Standard
36484 wobei die Spaltenanzahl eine Zahl im Bereich 2
36485 \begin_inset space \thinspace{}
36486 \end_inset
36487
36488 -
36489 \begin_inset space \thinspace{}
36490 \end_inset
36491
36492 10 ist.
36493  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36494 \end_layout
36495
36496 \begin_layout Standard
36497
36498 \series bold
36499
36500 \backslash
36501 end{multicols}
36502 \end_layout
36503
36504 \begin_layout Standard
36505 der im TeX-Modus eingegeben wird.
36506 \end_layout
36507
36508 \begin_layout Standard
36509 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36510  Um dies rückgängig zu machen, fügt man vor der Formel -6
36511 \begin_inset space \thinspace{}
36512 \end_inset
36513
36514 mm vertikalen Leerraum ein.
36515  Ist der Formelstil 
36516 \series bold
36517 Eingerückt
36518 \begin_inset Foot
36519 status collapsed
36520
36521 \begin_layout Plain Layout
36522 Formelstile siehe 
36523 \begin_inset CommandInset ref
36524 LatexCommand ref
36525 reference "sec:Formelstile"
36526
36527 \end_inset
36528
36529
36530 \end_layout
36531
36532 \end_inset
36533
36534
36535 \series default
36536  gewählt, fügt man stattdessen -9
36537 \begin_inset space \thinspace{}
36538 \end_inset
36539
36540 mm Leerraum ein.
36541 \end_layout
36542
36543 \begin_layout Standard
36544 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36545 \end_layout
36546
36547 \begin_layout Standard
36548 \begin_inset ERT
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552
36553
36554 \backslash
36555 begin{multicols}{2}
36556 \end_layout
36557
36558 \end_inset
36559
36560 Das Spektrum wird fouriertransformiert.
36561  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36562 , Lösungsmittel) zu trennen.
36563  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36564  nun das Aussehen des Ausgangssignals.
36565  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36566  über alle Phasen integrieren muss.
36567  Sei nun 
36568 \begin_inset Formula $S$
36569 \end_inset
36570
36571  unser normiertes Ausgangssignal und 
36572 \begin_inset Formula $P$
36573 \end_inset
36574
36575  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36576 \begin_inset ERT
36577 status collapsed
36578
36579 \begin_layout Plain Layout
36580
36581
36582 \backslash
36583 end{multicols}
36584 \end_layout
36585
36586 \end_inset
36587
36588
36589 \begin_inset VSpace -6mm
36590 \end_inset
36591
36592
36593 \begin_inset Formula 
36594 \begin{equation}
36595 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36596 \end{equation}
36597
36598 \end_inset
36599
36600
36601 \begin_inset ERT
36602 status collapsed
36603
36604 \begin_layout Plain Layout
36605
36606
36607 \backslash
36608 begin{multicols}{2}
36609 \end_layout
36610
36611 \end_inset
36612
36613 wobei 
36614 \begin_inset Formula $S_{0}$
36615 \end_inset
36616
36617  das Signal ohne Gradient ist und die Normierungsbedingung 
36618 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36619 \end_inset
36620
36621  gilt.
36622  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36623  Direkt nach dem 
36624 \begin_inset Formula $\nicefrac{\pi}{2}$
36625 \end_inset
36626
36627
36628 \begin_inset space \thinspace{}
36629 \end_inset
36630
36631 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36632  das Signal zusätzlich abschwächt.
36633  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36634  
36635 \begin_inset Formula $T_{2}$
36636 \end_inset
36637
36638 -Zeit.
36639 \end_layout
36640
36641 \begin_layout Standard
36642 \begin_inset ERT
36643 status collapsed
36644
36645 \begin_layout Plain Layout
36646
36647
36648 \backslash
36649 end{multicols}
36650 \end_layout
36651
36652 \end_inset
36653
36654  
36655 \end_layout
36656
36657 \begin_layout Subsection
36658 Formeln mit Beschreibung der Variablen
36659 \begin_inset Index idx
36660 status collapsed
36661
36662 \begin_layout Plain Layout
36663 Formel ! mit Variablenbeschreibung
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \end_layout
36670
36671 \begin_layout Standard
36672 Möchte man wie in Formel 
36673 \begin_inset CommandInset ref
36674 LatexCommand eqref
36675 reference "eq:innerhalb"
36676
36677 \end_inset
36678
36679 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36680 \series bold
36681 ×
36682 \series default
36683
36684 \begin_inset Formula $n$
36685 \end_inset
36686
36687
36688 \begin_inset space ~
36689 \end_inset
36690
36691 Matrix mit links ausgerichteten Spalten für die verwendeten 
36692 \begin_inset Formula $n$
36693 \end_inset
36694
36695  Variablen.
36696 \begin_inset Foot
36697 status collapsed
36698
36699 \begin_layout Plain Layout
36700 Matrizen siehe 
36701 \begin_inset CommandInset ref
36702 LatexCommand ref
36703 reference "sec:Matrizen"
36704
36705 \end_inset
36706
36707
36708 \end_layout
36709
36710 \end_inset
36711
36712  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36713 \begin_inset space \thinspace{}
36714 \end_inset
36715
36716 B.
36717  den Befehl 
36718 \series bold
36719
36720 \backslash
36721 footnotesize
36722 \series default
36723  ein.
36724 \begin_inset Foot
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728 Schriftgrößen siehe 
36729 \begin_inset CommandInset ref
36730 LatexCommand ref
36731 reference "sub:Schriftgrößen"
36732
36733 \end_inset
36734
36735
36736 \end_layout
36737
36738 \end_inset
36739
36740
36741 \end_layout
36742
36743 \begin_layout Standard
36744 Wird der Formelstil 
36745 \series bold
36746 Eingerückt
36747 \begin_inset Foot
36748 status collapsed
36749
36750 \begin_layout Plain Layout
36751 Formelstile siehe 
36752 \begin_inset CommandInset ref
36753 LatexCommand ref
36754 reference "sec:Formelstile"
36755
36756 \end_inset
36757
36758
36759 \end_layout
36760
36761 \end_inset
36762
36763
36764 \series default
36765  verwendet, fügt man vor und nach der Matrix ein 
36766 \series bold
36767
36768 \backslash
36769 hfill
36770 \series default
36771
36772 \begin_inset Foot
36773 status collapsed
36774
36775 \begin_layout Plain Layout
36776
36777 \series bold
36778
36779 \backslash
36780 hfill
36781 \series default
36782  wirkt nur in Formeln mit dem Stil 
36783 \series bold
36784 Eingerückt
36785 \series default
36786 , siehe 
36787 \begin_inset CommandInset ref
36788 LatexCommand ref
36789 reference "sub:Variabler-Leerraum"
36790
36791 \end_inset
36792
36793 .
36794 \end_layout
36795
36796 \end_inset
36797
36798  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36799  gleich ist.
36800 \end_layout
36801
36802 \begin_layout Standard
36803 Ist der Formelstil 
36804 \series bold
36805 Zentriert
36806 \series default
36807  gewählt, nutzt man die in 
36808 \begin_inset CommandInset ref
36809 LatexCommand ref
36810 reference "sub:Flalign-Umgebung"
36811
36812 \end_inset
36813
36814  beschriebene Möglichkeit, Formeln einzurücken.
36815  Formel 
36816 \begin_inset CommandInset ref
36817 LatexCommand eqref
36818 reference "eq:innerhalb"
36819
36820 \end_inset
36821
36822  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36823  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36824 \begin_inset Formula 
36825 \begin{flalign}
36826 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36827 \rho & \textrm{Dichte}\\
36828 V & \textrm{Volumen}\\
36829 g & \textrm{Fallbeschleunigung}
36830 \end{array} &  & {}\label{eq:innerhalb}
36831 \end{flalign}
36832
36833 \end_inset
36834
36835
36836 \end_layout
36837
36838 \begin_layout Subsection
36839 Aufrechte kleine griechische Buchstaben
36840 \begin_inset CommandInset label
36841 LatexCommand label
36842 name "sub:Aufrechte-kleine-griechische"
36843
36844 \end_inset
36845
36846
36847 \begin_inset Index idx
36848 status collapsed
36849
36850 \begin_layout Plain Layout
36851 griechische Buchstaben ! aufrechte
36852 \end_layout
36853
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \begin_layout Standard
36860 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36861  zur Verfügung.
36862  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36863  aufrechte griechische Buchstaben benötigt.
36864  Die Datei 
36865 \series bold
36866 upgreek.sty
36867 \series default
36868
36869 \begin_inset Foot
36870 status collapsed
36871
36872 \begin_layout Plain Layout
36873
36874 \series bold
36875 upgreek
36876 \series default
36877  ist Teil des LaTeX-Paketes 
36878 \series bold
36879 was
36880 \series default
36881
36882 \begin_inset Index idx
36883 status collapsed
36884
36885 \begin_layout Plain Layout
36886 Pakete ! was
36887 \begin_inset ERT
36888 status collapsed
36889
36890 \begin_layout Plain Layout
36891
36892
36893 \backslash
36894 vspace{4mm}
36895 \end_layout
36896
36897 \end_inset
36898
36899
36900 \end_layout
36901
36902 \end_inset
36903
36904 .
36905 \end_layout
36906
36907 \end_inset
36908
36909
36910 \begin_inset Index idx
36911 status collapsed
36912
36913 \begin_layout Plain Layout
36914 Pakete ! upgreek
36915 \end_layout
36916
36917 \end_inset
36918
36919 , die mit der LaTeX-Vorspannzeile
36920 \end_layout
36921
36922 \begin_layout Standard
36923
36924 \series bold
36925
36926 \backslash
36927 usepackage{upgreek}
36928 \end_layout
36929
36930 \begin_layout Standard
36931 geladen wird, stellt diese Buchstaben zur Verfügung.
36932  
36933 \begin_inset ERT
36934 status collapsed
36935
36936 \begin_layout Plain Layout
36937
36938
36939 \backslash
36940 ifupgreek 
36941 \end_layout
36942
36943 \end_inset
36944
36945
36946 \begin_inset Note Note
36947 status open
36948
36949 \begin_layout Plain Layout
36950 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36951 \series bold
36952 upgreek
36953 \series default
36954  installiert ist:
36955 \end_layout
36956
36957 \end_inset
36958
36959  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36960  
36961 \series bold
36962 up
36963 \series default
36964  begonnen wird.
36965  So erzeugt z.
36966 \begin_inset space \thinspace{}
36967 \end_inset
36968
36969 B.
36970  der Befehl 
36971 \series bold
36972
36973 \backslash
36974 uptau
36975 \series default
36976  dies: 
36977 \begin_inset Formula $\uptau$
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Standard
36984 Damit kann man Elementarteilchenreaktionen erstellen:
36985 \begin_inset Formula 
36986 \[
36987 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36988 \]
36989
36990 \end_inset
36991
36992
36993 \end_layout
36994
36995 \begin_layout Standard
36996 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36997  Sie sollten daher nicht für Einheiten wie 
36998 \begin_inset Quotes gld
36999 \end_inset
37000
37001 µm
37002 \begin_inset Quotes grd
37003 \end_inset
37004
37005  verwendet werden.
37006 \end_layout
37007
37008 \begin_layout Standard
37009 \begin_inset ERT
37010 status collapsed
37011
37012 \begin_layout Plain Layout
37013
37014
37015 \backslash
37016 else 
37017 \end_layout
37018
37019 \end_inset
37020
37021
37022 \begin_inset Note Note
37023 status open
37024
37025 \begin_layout Plain Layout
37026 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
37027 \series bold
37028 upgreek
37029 \series default
37030  nicht installiert ist:
37031 \end_layout
37032
37033 \end_inset
37034
37035
37036 \end_layout
37037
37038 \begin_layout Standard
37039 Das LaTeX-Paket 
37040 \series bold
37041 upgreek 
37042 \series default
37043 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
37044 \end_layout
37045
37046 \begin_layout Standard
37047 \begin_inset ERT
37048 status collapsed
37049
37050 \begin_layout Plain Layout
37051
37052
37053 \backslash
37054 fi 
37055 \end_layout
37056
37057 \end_inset
37058
37059
37060 \end_layout
37061
37062 \begin_layout Subsection
37063 Textzeichen in Formeln
37064 \begin_inset CommandInset label
37065 LatexCommand label
37066 name "sub:Textzeichen-in-Formeln"
37067
37068 \end_inset
37069
37070
37071 \begin_inset Index idx
37072 status collapsed
37073
37074 \begin_layout Plain Layout
37075 Text ! in Formeln
37076 \end_layout
37077
37078 \end_inset
37079
37080
37081 \end_layout
37082
37083 \begin_layout Standard
37084 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
37085  Benötigt man z.
37086 \begin_inset space \thinspace{}
37087 \end_inset
37088
37089 B.
37090  den mittigen Punkt · in Formeln wie 
37091 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37092 \end_inset
37093
37094 , müsste man dafür jedes Mal den Befehl 
37095 \series bold
37096
37097 \backslash
37098 cdot
37099 \series default
37100  eingeben
37101 \begin_inset Foot
37102 status collapsed
37103
37104 \begin_layout Plain Layout
37105 siehe 
37106 \begin_inset CommandInset ref
37107 LatexCommand ref
37108 reference "sub:Binäre-Operatoren"
37109
37110 \end_inset
37111
37112
37113 \end_layout
37114
37115 \end_inset
37116
37117 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
37118  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
37119 \end_layout
37120
37121 \begin_layout Standard
37122
37123 \series bold
37124
37125 \backslash
37126 DeclareInputText{183}{
37127 \backslash
37128 ifmmode
37129 \backslash
37130 cdot
37131 \backslash
37132 else
37133 \backslash
37134 textperiodcentered
37135 \backslash
37136 f\SpecialChar \textcompwordmark{}
37137 i}
37138 \end_layout
37139
37140 \begin_layout Standard
37141 Die Zeichenkodierung (Menü 
37142 \family sans
37143 Dokument\SpecialChar \menuseparator
37144 Einstellungen\SpecialChar \menuseparator
37145 Sprache
37146 \family default
37147 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
37148  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
37149 \series bold
37150
37151 \backslash
37152 textperiodcentered
37153 \series default
37154  verwendet.
37155  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
37156  LaTeX-Fehlern kommen würde.
37157  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
37158  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
37159  nicht.
37160 \end_layout
37161
37162 \begin_layout Standard
37163 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
37164  Z.
37165 \begin_inset space \thinspace{}
37166 \end_inset
37167
37168 B.
37169  ist die Kodierung 
37170 \series bold
37171 latin9
37172 \series default
37173  in der Datei 
37174 \series bold
37175 latin9.def
37176 \series default
37177  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
37178  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
37179 eien geändert werden.
37180  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
37181  nicht ohne Weiteres bearbeitet werden.
37182 \end_layout
37183
37184 \begin_layout Standard
37185 \begin_inset VSpace medskip
37186 \end_inset
37187
37188 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
37189  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
37190  Formel eingegeben werden können:
37191 \end_layout
37192
37193 \begin_layout Standard
37194
37195 \series bold
37196
37197 \backslash
37198 DeclareInputText{176}{
37199 \backslash
37200 ifmmode^
37201 \backslash
37202 circ
37203 \backslash
37204 else
37205 \backslash
37206 textdegree
37207 \backslash
37208 f\SpecialChar \textcompwordmark{}
37209 i}
37210 \end_layout
37211
37212 \begin_layout Standard
37213 \begin_inset Newpage newpage
37214 \end_inset
37215
37216
37217 \end_layout
37218
37219 \begin_layout Section
37220 \start_of_appendix
37221 Typographische Hinweise
37222 \begin_inset Index idx
37223 status collapsed
37224
37225 \begin_layout Plain Layout
37226 Typographische Hinweise
37227 \end_layout
37228
37229 \end_inset
37230
37231
37232 \end_layout
37233
37234 \begin_layout Standard
37235 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37236  Regeln, die teilweise auch im Duden 
37237 \begin_inset CommandInset citation
37238 LatexCommand cite
37239 key "Duden"
37240
37241 \end_inset
37242
37243  unter 
37244 \family typewriter
37245 Textverarbeitung
37246 \family default
37247  aufgelistet sind.
37248  Weitere Regeln sind in 
37249 \begin_inset CommandInset citation
37250 LatexCommand cite
37251 key "Checklist"
37252
37253 \end_inset
37254
37255  zu finden.
37256 \end_layout
37257
37258 \begin_layout Itemize
37259 Physikalische Einheiten werden 
37260 \emph on
37261 immer
37262 \emph default
37263  aufrecht gesetzt
37264 \begin_inset Foot
37265 status collapsed
37266
37267 \begin_layout Plain Layout
37268 wird durch Schriftstile erreicht, siehe 
37269 \begin_inset CommandInset ref
37270 LatexCommand ref
37271 reference "sub:Schriftstile"
37272
37273 \end_inset
37274
37275
37276 \end_layout
37277
37278 \end_inset
37279
37280 , egal ob sie sich in einem kursiven Text befinden: 30
37281 \begin_inset space \thinspace{}
37282 \end_inset
37283
37284 km/h
37285 \begin_inset Newline newline
37286 \end_inset
37287
37288 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37289 \begin_inset CommandInset ref
37290 LatexCommand ref
37291 reference "sub:Vordefinierter-Leerraum"
37292
37293 \end_inset
37294
37295 .
37296 \begin_inset Newline newline
37297 \end_inset
37298
37299 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37300 \series bold
37301
37302 \backslash
37303 unittwo
37304 \series default
37305  verwendet.
37306  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37307  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37308  erhält wie oben: 
37309 \begin_inset Formula $\unit[30]{km/h}$
37310 \end_inset
37311
37312
37313 \begin_inset space \thinspace{}
37314 \end_inset
37315
37316 .
37317  Zu beachten ist, dass 
37318 \series bold
37319
37320 \backslash
37321 unittwo
37322 \series default
37323  kein echter LaTeX-Befehl, sondern der Befehl 
37324 \series bold
37325
37326 \backslash
37327 unit[Wert]{Einheit}
37328 \series default
37329  ist, daher kann man ihn nicht im TeX-Code benutzen.
37330 \end_layout
37331
37332 \begin_layout Itemize
37333 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37334 \begin_inset Newline newline
37335 \end_inset
37336
37337 1,2
37338 \begin_inset space \thinspace{}
37339 \end_inset
37340
37341 ‰ Alkohol im Blut
37342 \begin_inset Newline newline
37343 \end_inset
37344
37345 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37346  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37347 \end_layout
37348
37349 \begin_layout Itemize
37350 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37351  wird in einer Einheit verwendet: 15
37352 \begin_inset space \thinspace{}
37353 \end_inset
37354
37355 °C
37356 \end_layout
37357
37358 \begin_layout Itemize
37359 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37360  Ziffer der kleinste Leerraum eingefügt: 18
37361 \begin_inset space \thinspace{}
37362 \end_inset
37363
37364 473
37365 \begin_inset space \thinspace{}
37366 \end_inset
37367
37368 588
37369 \end_layout
37370
37371 \begin_layout Itemize
37372 Für Bemaßungen wie z.
37373 \begin_inset space \thinspace{}
37374 \end_inset
37375
37376 B.
37377  120×90×40
37378 \begin_inset space \thinspace{}
37379 \end_inset
37380
37381 cm, verwendet man das gelegte Kreuz 
37382 \begin_inset Quotes gld
37383 \end_inset
37384
37385 ×
37386 \begin_inset Quotes grd
37387 \end_inset
37388
37389 , dass entweder über den Befehl 
37390 \series bold
37391
37392 \backslash
37393 times
37394 \series default
37395  oder über das Menü 
37396 \family sans
37397 Einfügen\SpecialChar \menuseparator
37398 Sonderzeichen\SpecialChar \menuseparator
37399 Symbole
37400 \family default
37401  verfügbar ist.
37402 \end_layout
37403
37404 \begin_layout Itemize
37405 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37406  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37407 \begin_inset space \thinspace{}
37408 \end_inset
37409
37410 6.
37411 \begin_inset space ~
37412 \end_inset
37413
37414 1979
37415 \end_layout
37416
37417 \begin_layout Itemize
37418 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37419  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37420 \begin_inset CommandInset ref
37421 LatexCommand ref
37422 reference "sub:Vordefinierte-Funktionen"
37423
37424 \end_inset
37425
37426 .
37427 \end_layout
37428
37429 \begin_layout Itemize
37430 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37431  
37432 \begin_inset Formula $E_{\mathrm{kin}}$
37433 \end_inset
37434
37435
37436 \begin_inset Newline newline
37437 \end_inset
37438
37439 Komponenten von Matrizen werden kursiv gesetzt: 
37440 \begin_inset Formula $\hat{H}_{kl}$
37441 \end_inset
37442
37443
37444 \end_layout
37445
37446 \begin_layout Itemize
37447 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37448  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37449  Variablen zu verwechseln.
37450 \end_layout
37451
37452 \begin_layout Itemize
37453 Das Symbol für eine 
37454 \noun on
37455 Fourier
37456 \noun default
37457 -Transformation kann entweder mit dem Befehl 
37458 \series bold
37459
37460 \backslash
37461 mathscr
37462 \begin_inset ERT
37463 status collapsed
37464
37465 \begin_layout Plain Layout
37466
37467
37468 \backslash
37469 leer 
37470 \end_layout
37471
37472 \end_inset
37473
37474 F
37475 \series default
37476  oder über das Menü 
37477 \family sans
37478 Einfügen\SpecialChar \menuseparator
37479 Sonderzeichen\SpecialChar \menuseparator
37480 Symbole\SpecialChar \menuseparator
37481 Buchstabenähnliche
37482 \begin_inset space ~
37483 \end_inset
37484
37485 Symbole
37486 \family default
37487  eingefügt werden: 
37488 \begin_inset Formula $\mathscr{F}$
37489 \end_inset
37490
37491
37492 \end_layout
37493
37494 \begin_layout Standard
37495 \begin_inset Newpage newpage
37496 \end_inset
37497
37498
37499 \end_layout
37500
37501 \begin_layout Section
37502 Synonyme
37503 \begin_inset Index idx
37504 status collapsed
37505
37506 \begin_layout Plain Layout
37507 Synonyme
37508 \end_layout
37509
37510 \end_inset
37511
37512
37513 \end_layout
37514
37515 \begin_layout Standard
37516 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37517  Hier ist eine Übersicht der Synonymbefehle:
37518 \end_layout
37519
37520 \begin_layout Standard
37521 \begin_inset VSpace bigskip
37522 \end_inset
37523
37524
37525 \begin_inset space \hfill{}
37526 \end_inset
37527
37528
37529 \begin_inset Tabular
37530 <lyxtabular version="3" rows="12" columns="2">
37531 <features tabularvalignment="middle">
37532 <column alignment="center" valignment="top" width="0pt">
37533 <column alignment="center" valignment="top" width="0pt">
37534 <row>
37535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539 Befehl
37540 \end_layout
37541
37542 \end_inset
37543 </cell>
37544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37545 \begin_inset Text
37546
37547 \begin_layout Plain Layout
37548 äquivalent zu
37549 \begin_inset Note Note
37550 status collapsed
37551
37552 \begin_layout Plain Layout
37553
37554 \series bold
37555
37556 \backslash
37557 raisebox
37558 \series default
37559  dient nur als Abstandhalter.
37560 \end_layout
37561
37562 \end_inset
37563
37564
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 </row>
37570 <row>
37571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575
37576 \backslash
37577 ast
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586 \begin_inset ERT
37587 status collapsed
37588
37589 \begin_layout Plain Layout
37590
37591
37592 \backslash
37593 raisebox{-1.2mm}{
37594 \end_layout
37595
37596 \end_inset
37597
37598 *
37599 \begin_inset ERT
37600 status collapsed
37601
37602 \begin_layout Plain Layout
37603
37604 }
37605 \end_layout
37606
37607 \end_inset
37608
37609
37610 \end_layout
37611
37612 \end_inset
37613 </cell>
37614 </row>
37615 <row>
37616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37617 \begin_inset Text
37618
37619 \begin_layout Plain Layout
37620
37621 \backslash
37622 choose
37623 \end_layout
37624
37625 \end_inset
37626 </cell>
37627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37628 \begin_inset Text
37629
37630 \begin_layout Plain Layout
37631
37632 \backslash
37633 binom
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 </row>
37639 <row>
37640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout Plain Layout
37644
37645 \backslash
37646 geq
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37652 \begin_inset Text
37653
37654 \begin_layout Plain Layout
37655
37656 \backslash
37657 ge
37658 \end_layout
37659
37660 \end_inset
37661 </cell>
37662 </row>
37663 <row>
37664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37665 \begin_inset Text
37666
37667 \begin_layout Plain Layout
37668
37669 \backslash
37670 lbrace
37671 \end_layout
37672
37673 \end_inset
37674 </cell>
37675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37676 \begin_inset Text
37677
37678 \begin_layout Plain Layout
37679 {
37680 \end_layout
37681
37682 \end_inset
37683 </cell>
37684 </row>
37685 <row>
37686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37687 \begin_inset Text
37688
37689 \begin_layout Plain Layout
37690
37691 \backslash
37692 lbracket
37693 \end_layout
37694
37695 \end_inset
37696 </cell>
37697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37698 \begin_inset Text
37699
37700 \begin_layout Plain Layout
37701 [
37702 \end_layout
37703
37704 \end_inset
37705 </cell>
37706 </row>
37707 <row>
37708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712
37713 \backslash
37714 leftarrow
37715 \end_layout
37716
37717 \end_inset
37718 </cell>
37719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37720 \begin_inset Text
37721
37722 \begin_layout Plain Layout
37723
37724 \backslash
37725 gets
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 </row>
37731 <row>
37732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37733 \begin_inset Text
37734
37735 \begin_layout Plain Layout
37736
37737 \backslash
37738 leq
37739 \end_layout
37740
37741 \end_inset
37742 </cell>
37743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37744 \begin_inset Text
37745
37746 \begin_layout Plain Layout
37747
37748 \backslash
37749 le
37750 \end_layout
37751
37752 \end_inset
37753 </cell>
37754 </row>
37755 <row>
37756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37757 \begin_inset Text
37758
37759 \begin_layout Plain Layout
37760
37761 \backslash
37762 lor
37763 \end_layout
37764
37765 \end_inset
37766 </cell>
37767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37768 \begin_inset Text
37769
37770 \begin_layout Plain Layout
37771
37772 \backslash
37773 vee
37774 \end_layout
37775
37776 \end_inset
37777 </cell>
37778 </row>
37779 <row>
37780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37781 \begin_inset Text
37782
37783 \begin_layout Plain Layout
37784
37785 \backslash
37786 neq
37787 \end_layout
37788
37789 \end_inset
37790 </cell>
37791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37792 \begin_inset Text
37793
37794 \begin_layout Plain Layout
37795
37796 \backslash
37797 not=
37798 \end_layout
37799
37800 \end_inset
37801 </cell>
37802 </row>
37803 <row>
37804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37805 \begin_inset Text
37806
37807 \begin_layout Plain Layout
37808
37809 \backslash
37810 slash
37811 \end_layout
37812
37813 \end_inset
37814 </cell>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819 /
37820 \end_layout
37821
37822 \end_inset
37823 </cell>
37824 </row>
37825 <row>
37826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830
37831 \backslash
37832 vert
37833 \end_layout
37834
37835 \end_inset
37836 </cell>
37837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841 |
37842 \end_layout
37843
37844 \end_inset
37845 </cell>
37846 </row>
37847 </lyxtabular>
37848
37849 \end_inset
37850
37851
37852 \begin_inset space \hfill{}
37853 \end_inset
37854
37855
37856 \begin_inset Tabular
37857 <lyxtabular version="3" rows="12" columns="2">
37858 <features tabularvalignment="middle">
37859 <column alignment="center" valignment="top" width="0pt">
37860 <column alignment="center" valignment="top" width="0pt">
37861 <row>
37862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37863 \begin_inset Text
37864
37865 \begin_layout Plain Layout
37866 Befehl
37867 \end_layout
37868
37869 \end_inset
37870 </cell>
37871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875 äquivalent zu
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 </row>
37881 <row>
37882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37883 \begin_inset Text
37884
37885 \begin_layout Plain Layout
37886
37887 \backslash
37888 backslash
37889 \end_layout
37890
37891 \end_inset
37892 </cell>
37893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37894 \begin_inset Text
37895
37896 \begin_layout Plain Layout
37897
37898 \backslash
37899
37900 \backslash
37901
37902 \end_layout
37903
37904 \end_inset
37905 </cell>
37906 </row>
37907 <row>
37908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37909 \begin_inset Text
37910
37911 \begin_layout Plain Layout
37912
37913 \backslash
37914 dasharrow
37915 \end_layout
37916
37917 \end_inset
37918 </cell>
37919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37920 \begin_inset Text
37921
37922 \begin_layout Plain Layout
37923
37924 \backslash
37925 dashrightarrow
37926 \end_layout
37927
37928 \end_inset
37929 </cell>
37930 </row>
37931 <row>
37932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37933 \begin_inset Text
37934
37935 \begin_layout Plain Layout
37936
37937 \backslash
37938 land
37939 \end_layout
37940
37941 \end_inset
37942 </cell>
37943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37944 \begin_inset Text
37945
37946 \begin_layout Plain Layout
37947
37948 \backslash
37949 wedge
37950 \end_layout
37951
37952 \end_inset
37953 </cell>
37954 </row>
37955 <row>
37956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37957 \begin_inset Text
37958
37959 \begin_layout Plain Layout
37960
37961 \backslash
37962 rbrace
37963 \end_layout
37964
37965 \end_inset
37966 </cell>
37967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37968 \begin_inset Text
37969
37970 \begin_layout Plain Layout
37971 }
37972 \end_layout
37973
37974 \end_inset
37975 </cell>
37976 </row>
37977 <row>
37978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982
37983 \backslash
37984 rbracket
37985 \end_layout
37986
37987 \end_inset
37988 </cell>
37989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37990 \begin_inset Text
37991
37992 \begin_layout Plain Layout
37993 ]
37994 \end_layout
37995
37996 \end_inset
37997 </cell>
37998 </row>
37999 <row>
38000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38001 \begin_inset Text
38002
38003 \begin_layout Plain Layout
38004
38005 \backslash
38006 rightarrow
38007 \end_layout
38008
38009 \end_inset
38010 </cell>
38011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38012 \begin_inset Text
38013
38014 \begin_layout Plain Layout
38015
38016 \backslash
38017 to
38018 \end_layout
38019
38020 \end_inset
38021 </cell>
38022 </row>
38023 <row>
38024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38025 \begin_inset Text
38026
38027 \begin_layout Plain Layout
38028
38029 \backslash
38030 lnot
38031 \end_layout
38032
38033 \end_inset
38034 </cell>
38035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38036 \begin_inset Text
38037
38038 \begin_layout Plain Layout
38039
38040 \backslash
38041 neg
38042 \end_layout
38043
38044 \end_inset
38045 </cell>
38046 </row>
38047 <row>
38048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38049 \begin_inset Text
38050
38051 \begin_layout Plain Layout
38052
38053 \backslash
38054 ne
38055 \end_layout
38056
38057 \end_inset
38058 </cell>
38059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38060 \begin_inset Text
38061
38062 \begin_layout Plain Layout
38063
38064 \backslash
38065 not=
38066 \end_layout
38067
38068 \end_inset
38069 </cell>
38070 </row>
38071 <row>
38072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38073 \begin_inset Text
38074
38075 \begin_layout Plain Layout
38076
38077 \backslash
38078 owns
38079 \end_layout
38080
38081 \end_inset
38082 </cell>
38083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38084 \begin_inset Text
38085
38086 \begin_layout Plain Layout
38087
38088 \backslash
38089 ni
38090 \end_layout
38091
38092 \end_inset
38093 </cell>
38094 </row>
38095 <row>
38096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38097 \begin_inset Text
38098
38099 \begin_layout Plain Layout
38100
38101 \backslash
38102 square
38103 \end_layout
38104
38105 \end_inset
38106 </cell>
38107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38108 \begin_inset Text
38109
38110 \begin_layout Plain Layout
38111
38112 \backslash
38113 Box
38114 \end_layout
38115
38116 \end_inset
38117 </cell>
38118 </row>
38119 <row>
38120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38121 \begin_inset Text
38122
38123 \begin_layout Plain Layout
38124
38125 \backslash
38126 Vert
38127 \end_layout
38128
38129 \end_inset
38130 </cell>
38131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135
38136 \backslash
38137 |
38138 \end_layout
38139
38140 \end_inset
38141 </cell>
38142 </row>
38143 </lyxtabular>
38144
38145 \end_inset
38146
38147
38148 \begin_inset space \hfill{}
38149 \end_inset
38150
38151
38152 \end_layout
38153
38154 \begin_layout Standard
38155 \begin_inset Newpage newpage
38156 \end_inset
38157
38158
38159 \end_layout
38160
38161 \begin_layout Bibliography
38162 \labelwidthstring Referenzen
38163 \begin_inset CommandInset bibitem
38164 LatexCommand bibitem
38165 key "TLC2"
38166
38167 \end_inset
38168
38169
38170 \shape smallcaps
38171 Mittelbach, F.
38172  ; Goossens, M.
38173 \shape default
38174
38175 \shape italic
38176 The LaTeX Companion
38177 \shape default
38178 .
38179  Addison Wesley, 2004
38180 \end_layout
38181
38182 \begin_layout Bibliography
38183 \labelwidthstring Referenzen
38184 \begin_inset CommandInset bibitem
38185 LatexCommand bibitem
38186 key "Mathmode"
38187
38188 \end_inset
38189
38190
38191 \begin_inset CommandInset href
38192 LatexCommand href
38193 name "Beschreibung"
38194 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38195
38196 \end_inset
38197
38198  der mathematischen Fähigkeiten von LaTeX
38199 \end_layout
38200
38201 \begin_layout Bibliography
38202 \labelwidthstring Referenzen
38203 \begin_inset CommandInset bibitem
38204 LatexCommand bibitem
38205 key "AMS"
38206
38207 \end_inset
38208
38209
38210 \begin_inset CommandInset href
38211 LatexCommand href
38212 name "Beschreibung"
38213 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38214
38215 \end_inset
38216
38217  von 
38218 \begin_inset ERT
38219 status collapsed
38220
38221 \begin_layout Plain Layout
38222
38223
38224 \backslash
38225 AmS
38226 \end_layout
38227
38228 \end_inset
38229
38230 -LaTeX
38231 \end_layout
38232
38233 \begin_layout Bibliography
38234 \labelwidthstring Referenzen
38235 \begin_inset CommandInset bibitem
38236 LatexCommand bibitem
38237 key "Symbole"
38238
38239 \end_inset
38240
38241
38242 \begin_inset CommandInset href
38243 LatexCommand href
38244 name "Auflistung"
38245 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38246
38247 \end_inset
38248
38249  aller über LaTeX-Pakete verfügbare Symbole
38250 \end_layout
38251
38252 \begin_layout Bibliography
38253 \labelwidthstring Referenzen
38254 \begin_inset CommandInset bibitem
38255 LatexCommand bibitem
38256 key "cancel"
38257
38258 \end_inset
38259
38260
38261 \begin_inset CommandInset href
38262 LatexCommand href
38263 name "Dokumentation"
38264 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38265
38266 \end_inset
38267
38268  des LaTeX-Pakets 
38269 \series bold
38270 cancel
38271 \series default
38272
38273 \begin_inset Index idx
38274 status collapsed
38275
38276 \begin_layout Plain Layout
38277 Pakete ! cancel
38278 \end_layout
38279
38280 \end_inset
38281
38282
38283 \end_layout
38284
38285 \begin_layout Bibliography
38286 \labelwidthstring Referenzen
38287 \begin_inset CommandInset bibitem
38288 LatexCommand bibitem
38289 key "hyperref"
38290
38291 \end_inset
38292
38293
38294 \begin_inset CommandInset href
38295 LatexCommand href
38296 name "Dokumentation"
38297 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38298
38299 \end_inset
38300
38301  des LaTeX-Pakets 
38302 \series bold
38303 hyperref
38304 \series default
38305
38306 \begin_inset Index idx
38307 status collapsed
38308
38309 \begin_layout Plain Layout
38310 Pakete ! hyperref
38311 \end_layout
38312
38313 \end_inset
38314
38315
38316 \end_layout
38317
38318 \begin_layout Bibliography
38319 \labelwidthstring Referenzen
38320 \begin_inset CommandInset bibitem
38321 LatexCommand bibitem
38322 key "mhchem"
38323
38324 \end_inset
38325
38326
38327 \begin_inset CommandInset href
38328 LatexCommand href
38329 name "Dokumentation"
38330 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38331
38332 \end_inset
38333
38334  des LaTeX-Pakets 
38335 \series bold
38336 mhchem
38337 \series default
38338
38339 \begin_inset Index idx
38340 status collapsed
38341
38342 \begin_layout Plain Layout
38343 Pakete ! mhchem
38344 \end_layout
38345
38346 \end_inset
38347
38348
38349 \end_layout
38350
38351 \begin_layout Bibliography
38352 \labelwidthstring Referenzen
38353 \begin_inset CommandInset bibitem
38354 LatexCommand bibitem
38355 key "Mathclap"
38356
38357 \end_inset
38358
38359
38360 \begin_inset CommandInset href
38361 LatexCommand href
38362 name "Beschreibung"
38363 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38364
38365 \end_inset
38366
38367  des in 
38368 \begin_inset CommandInset ref
38369 LatexCommand ref
38370 reference "sub:Operatorgrenzen"
38371
38372 \end_inset
38373
38374  vorgestellten Befehls 
38375 \series bold
38376
38377 \backslash
38378 mathclap
38379 \series default
38380
38381 \begin_inset Index idx
38382 status collapsed
38383
38384 \begin_layout Plain Layout
38385 Befehle ! M ! 
38386 \backslash
38387 mathclap
38388 \end_layout
38389
38390 \end_inset
38391
38392
38393 \end_layout
38394
38395 \begin_layout Bibliography
38396 \labelwidthstring Referenzen
38397 \begin_inset CommandInset bibitem
38398 LatexCommand bibitem
38399 key "Duden"
38400
38401 \end_inset
38402
38403
38404 \emph on
38405 Duden Band 1
38406 \emph default
38407 .
38408  22.
38409  Auflage, Duden Verlag 2001
38410 \end_layout
38411
38412 \begin_layout Bibliography
38413 \labelwidthstring Referenzen
38414 \begin_inset CommandInset bibitem
38415 LatexCommand bibitem
38416 key "Checklist"
38417
38418 \end_inset
38419
38420
38421 \begin_inset CommandInset href
38422 LatexCommand href
38423 name "Prüfliste"
38424 target "http://physics.nist.gov/Document/checklist.pdf"
38425
38426 \end_inset
38427
38428  für das Rezensieren von Manuskripten
38429 \end_layout
38430
38431 \begin_layout Standard
38432 \begin_inset Note Note
38433 status collapsed
38434
38435 \begin_layout Plain Layout
38436 Damit der Index den Namen 
38437 \begin_inset Quotes gld
38438 \end_inset
38439
38440 Stichwortverzeichnis
38441 \begin_inset Quotes grd
38442 \end_inset
38443
38444  erhält, wurde im LaTeX-Vorspann
38445 \end_layout
38446
38447 \begin_layout Plain Layout
38448
38449 \series bold
38450
38451 \backslash
38452 addto
38453 \backslash
38454 captionsngerman{
38455 \backslash
38456 renewcommand{
38457 \backslash
38458 indexname}{Stichwortverzeichnis}}
38459 \end_layout
38460
38461 \begin_layout Plain Layout
38462 eingefügt.
38463 \end_layout
38464
38465 \begin_layout Plain Layout
38466 Das Paket 
38467 \series bold
38468 babel
38469 \series default
38470  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38471  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38472  Außerdem wird 
38473 \series bold
38474 babel
38475 \series default
38476  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38477  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38478 che verwendet wurde.
38479 \end_layout
38480
38481 \begin_layout Plain Layout
38482 Möchte man andere Beschriftungen ändern, ersetzt man 
38483 \series bold
38484
38485 \backslash
38486 indexname
38487 \series default
38488  durch 
38489 \series bold
38490
38491 \backslash
38492 <Beschriftungs>name
38493 \series default
38494 .
38495  Eine Auflistung der möglichen Namen findet man unter
38496 \end_layout
38497
38498 \begin_layout Plain Layout
38499
38500 \family typewriter
38501 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38502 \end_layout
38503
38504 \begin_layout Plain Layout
38505 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38506 \series bold
38507 ngerman
38508 \series default
38509  durch die Dokumentsprache und
38510 \end_layout
38511
38512 \begin_layout Plain Layout
38513
38514 \series bold
38515
38516 \backslash
38517 captionsgerman
38518 \series default
38519  durch 
38520 \series bold
38521
38522 \backslash
38523 captions<Dokumentsprache>
38524 \series default
38525 .
38526 \end_layout
38527
38528 \end_inset
38529
38530
38531 \begin_inset CommandInset index_print
38532 LatexCommand printindex
38533 type "idx"
38534
38535 \end_inset
38536
38537
38538 \end_layout
38539
38540 \end_body
38541 \end_document