]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
doc files: port latest changes to trunk
[lyx.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 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasngerman{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
50 }
51
52 % Makros damit Pakete nicht doppelt geladen werden.
53 % siehe erste Fußnote in Kap. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
57 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % benutzt in Kap. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % für Mehrfachzeilen, benutzt in Kap. 23.7
81 \usepackage{multicol}
82
83 % benutzt in Kap. 19.4
84 \usepackage{remreset}
85
86 % für das Fourier-Transformationssymbol
87 \usepackage{mathrsfs}
88
89 % Farbdefinition aus Kap. 9.3
90 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
93 \DeclareMathOperator*{\Raute}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\leer}{\textvisiblespace}
97
98 % Beispielbefehle aus Kap. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % Beispielmakro aus Kap. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % Makro aus Kap. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % Damit der Index einen anderen Namen erhält.
114 \addto\captionsngerman
115 {\renewcommand{\indexname}
116 {Stichwort- und Befehlsverzeichnis}}
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % testen ob das Paket eurosym installiert ist
123 % wird benutzt für das Euro-Symbol
124 \newboolean{eurosym}
125 \IfFileExists{eurosym.sty}
126  {\usepackage[gennarrow]{eurosym}
127   \setboolean{eurosym}{true}}
128  {\setboolean{eurosym}{false}}
129
130 % testen ob Paket braket installiert ist
131 % benötigt für physikalische Vektoren
132 \newboolean{braket}
133 \IfFileExists{braket.sty}
134  {\usepackage{braket}
135   \setboolean{braket}{true}}
136  {\setboolean{braket}{false}}
137
138 % testen ob Paket cancel installiert ist
139 \newboolean{cancel}
140 \IfFileExists{cancel.sty}
141  {\usepackage{cancel}
142   \setboolean{cancel}{true}}
143  {\setboolean{cancel}{false}}
144
145 % testen ob Paket upgreek installiert ist
146 \newboolean{upgreek}
147 \IfFileExists{upgreek.sty}
148  {\usepackage{upgreek}
149   \setboolean{upgreek}{true}}
150  {\setboolean{upgreek}{false}}
151
152 % benötigt für Kommas in Formeln, siehe Kap. 22.3
153 \IfFileExists{icomma.sty}
154  {\usepackage{icomma}}{}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
157 \use_default_options false
158 \maintain_unincluded_children false
159 \language ngerman
160 \language_package default
161 \inputencoding auto
162 \fontencoding global
163 \font_roman default
164 \font_sans default
165 \font_typewriter default
166 \font_default_family default
167 \use_non_tex_fonts false
168 \font_sc false
169 \font_osf false
170 \font_sf_scale 100
171 \font_tt_scale 100
172
173 \graphics default
174 \default_output_format default
175 \output_sync 0
176 \bibtex_command default
177 \index_command default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyXs Mathehandbuch"
182 \pdf_author "LyX Team, Uwe Stöhr"
183 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
184 \pdf_keywords "LyX, Mathed"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
195 \papersize a4paper
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 1
199 \use_mhchem 1
200 \use_mathdots 1
201 \cite_engine basic
202 \use_bibtopic false
203 \use_indices false
204 \paperorientation portrait
205 \suppress_date false
206 \use_refstyle 0
207 \notefontcolor #0000ff
208 \index Stichwortverzeichnis
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 4
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip medskip
216 \quotes_language german
217 \papercolumns 1
218 \papersides 2
219 \paperpagestyle plain
220 \bullet 1 0 6 -1
221 \bullet 2 2 35 -1
222 \bullet 3 2 7 -1
223 \tracking_changes false
224 \output_changes false
225 \html_math_output 0
226 \html_css_as_file 0
227 \html_be_strict false
228 \end_header
229
230 \begin_body
231
232 \begin_layout Title
233 LyXs detailliertes Mathe Handbuch
234 \end_layout
235
236 \begin_layout Author
237 vom LyX Team
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 \noindent
243 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
244 ons-Liste: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
251
252 \end_inset
253
254
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Note Note
261 status collapsed
262
263 \begin_layout Plain Layout
264 Verfasser: Uwe Stöhr
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \family sans
279 Version 2.0.x
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset CommandInset toc
284 LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
297  
298 \series bold
299 braket, cancel, eurosym,
300 \series default
301  
302 \series bold
303 mhchem
304 \series default
305  und 
306 \series bold
307 was
308 \series default
309  installiert sein.
310  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
311  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
312  nicht im Ausdruck.
313  Eine Ausnahme ist 
314 \series bold
315 mhchem
316 \series default
317 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
318 \end_layout
319
320 \begin_layout Plain Layout
321 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
322 \begin_inset Newline newline
323 \end_inset
324
325
326 \series bold
327 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
328 \end_layout
329
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Standard
336 \begin_inset Newpage newpage
337 \end_inset
338
339
340 \end_layout
341
342 \begin_layout Section
343 Einleitung
344 \end_layout
345
346 \begin_layout Standard
347 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
348  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
349  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
350 tten.
351  Das setzt voraus, dass bereits das Kapitel 
352 \family typewriter
353 Mathematische
354 \family default
355  
356 \family typewriter
357 Formeln
358 \family default
359  des Benutzerhandbuchs gelesen worden ist.
360 \end_layout
361
362 \begin_layout Standard
363 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
364 \family sans
365 Einfügen
366 \series bold
367 \SpecialChar \menuseparator
368
369 \series default
370 Mathe
371 \family default
372  oder die 
373 \family sans
374 Mathe-Werkzeugleiste
375 \family default
376  aufrufbar.
377  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
378  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
379  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
380  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
381 \end_layout
382
383 \begin_layout Standard
384 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
385  LyX verfügbar.
386  Um alle Befehle nutzen zu können, muss die Option 
387 \family sans
388 AMS-Mathe-Paket verwenden
389 \family default
390  im Menü 
391 \family sans
392 Dokument\SpecialChar \menuseparator
393 Einstellungen\SpecialChar \menuseparator
394 Mathe Optionen
395 \family default
396  aktiviert sein.
397 \begin_inset Foot
398 status collapsed
399
400 \begin_layout Plain Layout
401 Die 
402 \family sans
403 Option
404 \family default
405  
406 \family sans
407 AMS-Mathe-Paket automatisch verwenden
408 \family default
409  verwendet 
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 AmS 
418 \end_layout
419
420 \end_inset
421
422 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
423  LyX unterstützt.
424 \end_layout
425
426 \end_inset
427
428
429 \end_layout
430
431 \begin_layout Standard
432 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
433 listung
434  aller 
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440
441 \backslash
442 AmS 
443 \end_layout
444
445 \end_inset
446
447 -Mathe Befehle
448 \begin_inset Foot
449 status collapsed
450
451 \begin_layout Plain Layout
452 Eine Liste mit allen 
453 \begin_inset ERT
454 status collapsed
455
456 \begin_layout Plain Layout
457
458
459 \backslash
460 AmS
461 \end_layout
462
463 \end_inset
464
465 -Mathe Befehlen findet sich in der Datei 
466 \family sans
467
468 \begin_inset CommandInset href
469 LatexCommand href
470 name "amsguide.ps"
471 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
472
473 \end_inset
474
475
476 \family default
477 , die Teil jeder LaTeX-Standardinstallation ist.
478 \end_layout
479
480 \end_inset
481
482  verzichtet.
483 \end_layout
484
485 \begin_layout Section
486 Allgemeine Hinweise
487 \end_layout
488
489 \begin_layout Standard
490 Um eine in einer Textzeile eingebettete Formel
491 \begin_inset Index idx
492 status collapsed
493
494 \begin_layout Plain Layout
495 Formel ! eingebettete
496 \end_layout
497
498 \end_inset
499
500  zu erstellen, drückt man 
501 \family sans
502 Strg+M
503 \family default
504  oder den Werkzeugleistenknopf 
505 \begin_inset Graphics
506         filename ../../images/math-mode.png
507         scale 85
508
509 \end_inset
510
511 .
512 \begin_inset Newline newline
513 \end_inset
514
515 Um eine abgesetzte Formel
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 Formel ! abgesetzte
521 \end_layout
522
523 \end_inset
524
525  zu erstellen, drückt man 
526 \family sans
527 Strg+Shift+M
528 \family default
529 .
530 \end_layout
531
532 \begin_layout Standard
533 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
534  Cursor in die Formel und drückt 
535 \family sans
536 Strg+Shift+M
537 \family default
538  oder benutzt das Menü 
539 \family sans
540 Bearbeiten\SpecialChar \menuseparator
541 Mathe\SpecialChar \menuseparator
542
543 \begin_inset Newline linebreak
544 \end_inset
545
546 Formelart ändern
547 \family default
548 .
549  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
550  umwandeln.
551 \end_layout
552
553 \begin_layout Standard
554 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
555  gibt man in die Formel den Befehl 
556 \series bold
557
558 \backslash
559 displaystyle
560 \series default
561
562 \begin_inset Index idx
563 status collapsed
564
565 \begin_layout Plain Layout
566 Befehle ! D ! 
567 \backslash
568 displaystyle
569 \end_layout
570
571 \end_inset
572
573  ein.
574  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
575  wird.
576 \end_layout
577
578 \begin_layout Standard
579 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
580 \end_layout
581
582 \begin_layout Standard
583 Die 
584 \family sans
585 Mathe-Werkzeugleiste
586 \family default
587  kann über das Menü 
588 \family sans
589 Ansicht\SpecialChar \menuseparator
590 Werkzeugleisten
591 \family default
592  eingeblendet werden.
593  Wenn dort auf 
594 \begin_inset Quotes eld
595 \end_inset
596
597 Mathe
598 \begin_inset Quotes erd
599 \end_inset
600
601  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
602  diese Einstellung wird durch ein Häkchen im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  angezeigt.
607  Wenn nun im Menü 
608 \family sans
609 Werkzeugleisten
610 \family default
611  nochmal auf 
612 \begin_inset Quotes eld
613 \end_inset
614
615 Mathe
616 \begin_inset Quotes erd
617 \end_inset
618
619  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
620  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
621  des Menüeintrags von 
622 \begin_inset Quotes eld
623 \end_inset
624
625 Mathe
626 \begin_inset Quotes erd
627 \end_inset
628
629  zu 
630 \begin_inset Quotes eld
631 \end_inset
632
633 Mathe
634 \begin_inset space ~
635 \end_inset
636
637 (automatisch)
638 \begin_inset Quotes erd
639 \end_inset
640
641  angezeigt.
642 \end_layout
643
644 \begin_layout Standard
645 In den TeX-Modus
646 \begin_inset Index idx
647 status collapsed
648
649 \begin_layout Plain Layout
650 T@TeX-Modus
651 \end_layout
652
653 \end_inset
654
655  gelangt man über den Werkzeugleistenknopf 
656 \begin_inset Graphics
657         filename ../../images/ert-insert.png
658         scale 85
659
660 \end_inset
661
662  oder das Menü 
663 \family sans
664 Einfügen\SpecialChar \menuseparator
665 Te
666 \begin_inset ERT
667 status collapsed
668
669 \begin_layout Plain Layout
670
671 {}
672 \end_layout
673
674 \end_inset
675
676 X
677 \begin_inset space ~
678 \end_inset
679
680 Code
681 \family default
682  (Tastenkürzel 
683 \family sans
684 Strg+L
685 \family default
686 ).
687 \begin_inset Note Note
688 status collapsed
689
690 \begin_layout Plain Layout
691 In LyX gibt es drei 
692 \begin_inset Quotes gld
693 \end_inset
694
695 Eigennamen
696 \begin_inset Quotes grd
697 \end_inset
698
699 , die im Ausdruck mit hoch bzw.
700  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
701 \end_layout
702
703 \begin_layout Plain Layout
704 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
705  man ein TeX-Klammerpaar ein.
706 \end_layout
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 In den LaTeX-Vorspann
715 \begin_inset Index idx
716 status collapsed
717
718 \begin_layout Plain Layout
719 L@LaTeX-Vorspann
720 \end_layout
721
722 \end_inset
723
724  gelangt man über das Menü 
725 \family sans
726 Dokument\SpecialChar \menuseparator
727 Einstellungen\SpecialChar \menuseparator
728 LaT
729 \begin_inset ERT
730 status collapsed
731
732 \begin_layout Plain Layout
733
734 {}
735 \end_layout
736
737 \end_inset
738
739 eX-Vorspann
740 \family default
741 .
742 \end_layout
743
744 \begin_layout Standard
745 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
746 en Formeln kann man die Menüs 
747 \family sans
748 Bearbeiten\SpecialChar \menuseparator
749 Mathe
750 \family default
751  und 
752 \family sans
753 Bearbeiten\SpecialChar \menuseparator
754 Zeilen
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 &
759 \begin_inset space \thinspace{}
760 \end_inset
761
762 Spalten
763 \family default
764  oder die 
765 \family sans
766 Tabellen-Werkzeugleiste
767 \family default
768  verwenden.
769  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
770  die Spalte bzw.
771  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
772  bzw.
773  darunter liegenden Zeile vertauscht.
774  Befindet sich der Cursor in der letzten Spalte bzw.
775  Zeile, wird mit der links daneben stehenden Spalte bzw.
776  darüber liegenden Zeile vertauscht.
777 \end_layout
778
779 \begin_layout Standard
780 Zum Schreiben von Text in einer Formel
781 \begin_inset Foot
782 status collapsed
783
784 \begin_layout Plain Layout
785 Bei mehrzeiligen Formeln wird der Befehl 
786 \series bold
787
788 \backslash
789 intertext
790 \series default
791  verwendet, siehe 
792 \begin_inset CommandInset ref
793 LatexCommand ref
794 reference "sub:Text-in-mehrzeiligen"
795
796 \end_inset
797
798 .
799 \end_layout
800
801 \end_inset
802
803  verwendet man den 
804 \emph on
805 mathematischen Textmodus
806 \emph default
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 Text ! in Formeln
813 \end_layout
814
815 \end_inset
816
817
818 \begin_inset Index idx
819 status collapsed
820
821 \begin_layout Plain Layout
822 Mathematischer Textmodus
823 \end_layout
824
825 \end_inset
826
827 , in den man mit dem Tastenkürzel 
828 \family sans
829 Alt+M
830 \begin_inset space ~
831 \end_inset
832
833 M
834 \family default
835  oder durch Eingabe des Befehls 
836 \series bold
837
838 \backslash
839 text
840 \begin_inset Index idx
841 status collapsed
842
843 \begin_layout Plain Layout
844 Befehle ! T ! 
845 \backslash
846 text
847 \end_layout
848
849 \end_inset
850
851
852 \series default
853  gelangt.
854  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
855  Formel unterscheiden.
856  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
857  anderen Zeichen einer Formel nicht kursiv.
858 \end_layout
859
860 \begin_layout Subsection*
861 Befehlsschema
862 \end_layout
863
864 \begin_layout Standard
865 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
866  Schema:
867 \end_layout
868
869 \begin_layout Standard
870
871 \series bold
872
873 \backslash
874 Befehlsname[optionales
875 \series default
876  
877 \series bold
878 Argument]{anzugebendes
879 \series default
880  
881 \series bold
882 Argument}
883 \end_layout
884
885 \begin_layout Standard
886 Ein Befehl muss immer mit einem Backslash 
887 \begin_inset Quotes gld
888 \end_inset
889
890
891 \series bold
892
893 \backslash
894
895 \series default
896
897 \begin_inset Quotes grd
898 \end_inset
899
900  beginnen.
901  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
902  eckigen Klammern weggelassen werden.
903  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
904 \begin_inset Index idx
905 status collapsed
906
907 \begin_layout Plain Layout
908 T@TeX-Klammern
909 \end_layout
910
911 \end_inset
912
913  bezeichnet.
914  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
915  an, erzeugt LyX automatisch eine TeX-Klammer.
916  Ansonsten werden sie in Formeln mit dem Befehl 
917 \series bold
918
919 \backslash
920 {
921 \series default
922  erzeugt.
923  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
924  Klammern, die blau erscheinen.
925  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
926  TeX-Klammern erscheinen nicht im Ausdruck.
927 \end_layout
928
929 \begin_layout Standard
930 Werden Befehle ohne Argumente, wie z.
931 \begin_inset space \thinspace{}
932 \end_inset
933
934 B.
935  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
936 \emph on
937 immer
938 \emph default
939  ein Leerzeichen folgen um ihn zu beenden.
940  Dieses Leerzeichen erscheint nicht im Ausdruck.
941  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
942  normalen Text ein geschütztes Leerzeichen folgen.
943 \end_layout
944
945 \begin_layout Standard
946 Ein geschütztes Leerzeichen gibt man mit 
947 \family sans
948 Strg+Leertaste
949 \family default
950  ein.
951 \end_layout
952
953 \begin_layout Subsection*
954 Zeichenerklärung
955 \end_layout
956
957 \begin_layout Itemize
958 Das Symbol
959 \begin_inset Foot
960 status collapsed
961
962 \begin_layout Plain Layout
963 Dieses sichtbare Leerzeichen erhält man über den Befehl 
964 \series bold
965
966 \backslash
967 textvisiblespace
968 \series default
969
970 \begin_inset Index idx
971 status collapsed
972
973 \begin_layout Plain Layout
974 Befehle ! T ! 
975 \backslash
976 textvisiblespace
977 \end_layout
978
979 \end_inset
980
981 , der im TeX-Modus einzugeben ist.
982 \end_layout
983
984 \end_inset
985
986  
987 \begin_inset ERT
988 status collapsed
989
990 \begin_layout Plain Layout
991
992
993 \backslash
994 leer 
995 \end_layout
996
997 \end_inset
998
999
1000 \begin_inset space ~
1001 \end_inset
1002
1003 steht für ein einzugebendes Leerzeichen.
1004 \end_layout
1005
1006 \begin_layout Itemize
1007 Ein Pfeil wie z.
1008 \begin_inset space \thinspace{}
1009 \end_inset
1010
1011 B.
1012  
1013 \begin_inset Formula $\to$
1014 \end_inset
1015
1016  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1017 \end_layout
1018
1019 \begin_layout Subsection*
1020 Verfügbare Einheiten
1021 \end_layout
1022
1023 \begin_layout Standard
1024 \align center
1025 \begin_inset Float table
1026 placement H
1027 wide false
1028 sideways false
1029 status open
1030
1031 \begin_layout Plain Layout
1032 \align center
1033 \begin_inset Caption
1034
1035 \begin_layout Plain Layout
1036 \begin_inset CommandInset label
1037 LatexCommand label
1038 name "tab:Verfügbare-Einheiten"
1039
1040 \end_inset
1041
1042 Verfügbare Einheiten
1043 \end_layout
1044
1045 \end_inset
1046
1047
1048 \end_layout
1049
1050 \begin_layout Plain Layout
1051 \align center
1052 \begin_inset Tabular
1053 <lyxtabular version="3" rows="13" columns="2">
1054 <features tabularvalignment="middle">
1055 <column alignment="center" valignment="top" width="0">
1056 <column alignment="center" valignment="top" width="0">
1057 <row>
1058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Einheit
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 Name / Beschreibung
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 </row>
1077 <row>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 mm
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 Millimeter
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 </row>
1097 <row>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 cm
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 Zentimeter
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 </row>
1117 <row>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 in
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 Inch / Zoll (1
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 in = 2,54
1136 \begin_inset space \thinspace{}
1137 \end_inset
1138
1139 cm)
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 </row>
1145 <row>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 pt
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 Punkt (72,27
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 pt = 1
1164 \begin_inset space \thinspace{}
1165 \end_inset
1166
1167 in)
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 </row>
1173 <row>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 pc
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 Pica (1
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 pc = 12
1192 \begin_inset space \thinspace{}
1193 \end_inset
1194
1195 pt)
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 </row>
1201 <row>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 sp
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 scaled point (65536
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 sp = 1
1220 \begin_inset space \thinspace{}
1221 \end_inset
1222
1223 pt)
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 </row>
1229 <row>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 bp
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 big point (72
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 bp = 1
1248 \begin_inset space \thinspace{}
1249 \end_inset
1250
1251 in)
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 </row>
1257 <row>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 dd
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Plain Layout
1271 Didot (1
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 dd 
1276 \begin_inset Formula $\approx$
1277 \end_inset
1278
1279  0,376
1280 \begin_inset space \thinspace{}
1281 \end_inset
1282
1283 mm)
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 </row>
1289 <row>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 cc
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 Cicero (1
1304 \begin_inset space \thinspace{}
1305 \end_inset
1306
1307 cc = 12
1308 \begin_inset space \thinspace{}
1309 \end_inset
1310
1311 dd)
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 </row>
1317 <row>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 ex
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 Höhe des Buchstabens 
1332 \emph on
1333 x
1334 \emph default
1335  in der aktuellen Schrift
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 </row>
1341 <row>
1342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 em
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 Breite des Buchstabens 
1356 \emph on
1357 M
1358 \emph default
1359  in der aktuellen Schrift
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 </row>
1365 <row>
1366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 mu
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1376 \begin_inset Text
1377
1378 \begin_layout Plain Layout
1379 math unit (1
1380 \begin_inset space \thinspace{}
1381 \end_inset
1382
1383 mu = 
1384 \begin_inset Formula $\nicefrac{1}{18}$
1385 \end_inset
1386
1387
1388 \begin_inset space \thinspace{}
1389 \end_inset
1390
1391 em)
1392 \end_layout
1393
1394 \end_inset
1395 </cell>
1396 </row>
1397 </lyxtabular>
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Standard
1410 \begin_inset Newpage newpage
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \begin_layout Section
1417 Grundlegende Funktionen
1418 \end_layout
1419
1420 \begin_layout Subsection
1421 Exponenten
1422 \begin_inset Index idx
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 Exponenten
1427 \end_layout
1428
1429 \end_inset
1430
1431  und Indizes
1432 \begin_inset Index idx
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436 Indizes
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \begin_inset Index idx
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446 Hochstellen|see
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 {
1453 \end_layout
1454
1455 \end_inset
1456
1457 Exponenten
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 }
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \begin_inset Index idx
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478 Tiefstellen|see
1479 \begin_inset ERT
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483
1484 {
1485 \end_layout
1486
1487 \end_inset
1488
1489 Indizes
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 }
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \end_inset
1504
1505
1506 \end_layout
1507
1508 \begin_layout Standard
1509 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1510  
1511 \begin_inset Graphics
1512         filename ../../images/math-subscript.png
1513         scale 85
1514
1515 \end_inset
1516
1517 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1518  
1519 \begin_inset Graphics
1520         filename ../../images/math-superscript.png
1521         scale 85
1522
1523 \end_inset
1524
1525  erzeugt.
1526 \end_layout
1527
1528 \begin_layout Standard
1529 \align center
1530 \begin_inset Tabular
1531 <lyxtabular version="3" rows="4" columns="2">
1532 <features tabularvalignment="middle">
1533 <column alignment="center" valignment="top" width="0pt">
1534 <column alignment="center" valignment="top" width="0pt">
1535 <row>
1536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1537 \begin_inset Text
1538
1539 \begin_layout Plain Layout
1540 Befehl
1541 \end_layout
1542
1543 \end_inset
1544 </cell>
1545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549 Ergebnis
1550 \begin_inset Note Note
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554
1555 \series bold
1556
1557 \backslash
1558 raisebox
1559 \series default
1560  dient nur als Abstandhalter.
1561 \end_layout
1562
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 B_V
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 \begin_inset Formula $B_{V}$
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 </row>
1594 <row>
1595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 B^V
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \end_inset
1615 </cell>
1616 </row>
1617 <row>
1618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622 B^
1623 \begin_inset ERT
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628
1629 \backslash
1630 leer 
1631 \end_layout
1632
1633 \end_inset
1634
1635 A
1636 \end_layout
1637
1638 \end_inset
1639 </cell>
1640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1641 \begin_inset Text
1642
1643 \begin_layout Plain Layout
1644 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \end_inset
1651 </cell>
1652 </row>
1653 </lyxtabular>
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Standard
1661 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1662 llt
1663 \begin_inset Foot
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1668 \end_layout
1669
1670 \end_inset
1671
1672 .
1673  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1674  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1675 \end_layout
1676
1677 \begin_layout Subsection
1678 Brüche
1679 \begin_inset CommandInset label
1680 LatexCommand label
1681 name "sub:Brüche"
1682
1683 \end_inset
1684
1685
1686 \begin_inset Index idx
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690 Brüche
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \begin_layout Standard
1699 Brüche werden mit dem Befehl 
1700 \series bold
1701
1702 \backslash
1703 frac
1704 \series default
1705
1706 \begin_inset Index idx
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 Befehle ! F ! 
1711 \backslash
1712 frac
1713 \end_layout
1714
1715 \end_inset
1716
1717  oder mit dem Mathe-Werkzeugleistenknopf 
1718 \begin_inset Graphics
1719         filename ../../images/math/frac.png
1720         scale 50
1721
1722 \end_inset
1723
1724  erstellt.
1725  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1726  in einer eingebetteten oder abgesetzten Formel befindet.
1727  Mit dem Mathe-Werkzeugleistenknopf 
1728 \begin_inset Graphics
1729         filename ../../images/math/frac-square.png
1730         scale 85
1731
1732 \end_inset
1733
1734  können verschieden Bruchtypen gewählt werden.
1735 \end_layout
1736
1737 \begin_layout Standard
1738 Mit dem Befehl 
1739 \series bold
1740
1741 \backslash
1742 dfrac
1743 \series default
1744
1745 \begin_inset Index idx
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749 Befehle ! D ! 
1750 \backslash
1751 dfrac
1752 \end_layout
1753
1754 \end_inset
1755
1756  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1757  Formel erscheint.
1758  Mit 
1759 \series bold
1760
1761 \backslash
1762 tfrac
1763 \series default
1764
1765 \begin_inset Index idx
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 Befehle ! T ! 
1770 \backslash
1771 tfrac
1772 \end_layout
1773
1774 \end_inset
1775
1776  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1777  Ein Beispiel:
1778 \end_layout
1779
1780 \begin_layout Standard
1781 Eine Zeile mit dem Bruch 
1782 \begin_inset Formula $\frac{1}{2}$
1783 \end_inset
1784
1785 , der mit dem Befehl 
1786 \series bold
1787
1788 \backslash
1789 frac
1790 \series default
1791  erstellt wurde.
1792 \end_layout
1793
1794 \begin_layout Standard
1795 Eine Zeile mit dem Bruch 
1796 \begin_inset Formula $\dfrac{1}{2}$
1797 \end_inset
1798
1799 , der mit dem Befehl 
1800 \series bold
1801
1802 \backslash
1803 dfrac
1804 \series default
1805  erstellt wurde.
1806 \end_layout
1807
1808 \begin_layout Standard
1809 \align center
1810 \begin_inset Tabular
1811 <lyxtabular version="3" rows="4" columns="2">
1812 <features tabularvalignment="middle">
1813 <column alignment="center" valignment="top" width="0pt">
1814 <column alignment="center" valignment="top" width="0pt">
1815 <row>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820 Befehl
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 Ergebnis
1830 \begin_inset Note Note
1831 status collapsed
1832
1833 \begin_layout Plain Layout
1834
1835 \series bold
1836
1837 \backslash
1838 raisebox
1839 \series default
1840  dient nur als Abstandhalter.
1841 \end_layout
1842
1843 \end_inset
1844
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 <row>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \backslash
1858 frac
1859 \begin_inset ERT
1860 status collapsed
1861
1862 \begin_layout Plain Layout
1863
1864
1865 \backslash
1866 leer 
1867 \end_layout
1868
1869 \end_inset
1870
1871 A
1872 \begin_inset Formula $\downarrow$
1873 \end_inset
1874
1875 B
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1881 \begin_inset Text
1882
1883 \begin_layout Plain Layout
1884 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 </row>
1893 <row>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \backslash
1900 dfrac
1901 \begin_inset ERT
1902 status collapsed
1903
1904 \begin_layout Plain Layout
1905
1906
1907 \backslash
1908 leer 
1909 \end_layout
1910
1911 \end_inset
1912
1913 A
1914 \begin_inset Formula $\downarrow$
1915 \end_inset
1916
1917 B
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \backslash
1942 dfrac
1943 \begin_inset ERT
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947
1948
1949 \backslash
1950 leer 
1951 \end_layout
1952
1953 \end_inset
1954
1955 e^
1956 \begin_inset ERT
1957 status collapsed
1958
1959 \begin_layout Plain Layout
1960
1961
1962 \backslash
1963 leer 
1964 \end_layout
1965
1966 \end_inset
1967
1968
1969 \backslash
1970 frac
1971 \begin_inset ERT
1972 status collapsed
1973
1974 \begin_layout Plain Layout
1975
1976
1977 \backslash
1978 leer 
1979 \end_layout
1980
1981 \end_inset
1982
1983 1
1984 \begin_inset Formula $\downarrow$
1985 \end_inset
1986
1987 2
1988 \begin_inset Formula $\downarrow\downarrow$
1989 \end_inset
1990
1991 3
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 </row>
2009 </lyxtabular>
2010
2011 \end_inset
2012
2013
2014 \end_layout
2015
2016 \begin_layout Standard
2017 \begin_inset VSpace bigskip
2018 \end_inset
2019
2020
2021 \begin_inset Newpage newpage
2022 \end_inset
2023
2024 Für Mehrfachbrüche gibt es den Befehl 
2025 \series bold
2026
2027 \backslash
2028 cfrac
2029 \series default
2030
2031 \begin_inset Index idx
2032 status collapsed
2033
2034 \begin_layout Plain Layout
2035 Befehle ! C ! 
2036 \backslash
2037 cfrac
2038 \end_layout
2039
2040 \end_inset
2041
2042 .
2043  Dazu ein Beispiel:
2044 \begin_inset VSpace -3mm
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051 \begin_inset Formula 
2052 \begin{align*}
2053 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2054 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2055 \end{align*}
2056
2057 \end_inset
2058
2059
2060 \end_layout
2061
2062 \begin_layout Standard
2063 Der Befehl für obiges Beispiel lautet:
2064 \end_layout
2065
2066 \begin_layout Standard
2067
2068 \series bold
2069
2070 \backslash
2071 cfrac
2072 \begin_inset ERT
2073 status collapsed
2074
2075 \begin_layout Plain Layout
2076
2077
2078 \backslash
2079 leer 
2080 \end_layout
2081
2082 \end_inset
2083
2084 A
2085 \begin_inset Formula $\downarrow$
2086 \end_inset
2087
2088 B+
2089 \backslash
2090 cfrac
2091 \begin_inset ERT
2092 status collapsed
2093
2094 \begin_layout Plain Layout
2095
2096
2097 \backslash
2098 leer 
2099 \end_layout
2100
2101 \end_inset
2102
2103 C+
2104 \backslash
2105 cfrac
2106 \begin_inset ERT
2107 status collapsed
2108
2109 \begin_layout Plain Layout
2110
2111
2112 \backslash
2113 leer 
2114 \end_layout
2115
2116 \end_inset
2117
2118 E
2119 \begin_inset Formula $\downarrow$
2120 \end_inset
2121
2122 F
2123 \begin_inset Formula $\downarrow$
2124 \end_inset
2125
2126 D
2127 \end_layout
2128
2129 \begin_layout Standard
2130 \begin_inset VSpace medskip
2131 \end_inset
2132
2133
2134 \end_layout
2135
2136 \begin_layout Standard
2137
2138 \series bold
2139
2140 \backslash
2141 cfrac
2142 \series default
2143  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2144  auch wenn er selbst Teil eines Bruches ist.
2145 \end_layout
2146
2147 \begin_layout Standard
2148 Es ist möglich die Ausrichtung des Zählers einzustellen.
2149  Der Befehl 
2150 \series bold
2151
2152 \backslash
2153 cfracleft
2154 \series default
2155  richtet ihn links, der Befehl 
2156 \series bold
2157
2158 \backslash
2159 cfracright
2160 \series default
2161  rechts aus.
2162  
2163 \series bold
2164
2165 \backslash
2166 cfrac
2167 \series default
2168  zentriert den Zähler.
2169  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2170 \end_layout
2171
2172 \begin_layout Standard
2173
2174 \series bold
2175 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2176 \end_inset
2177
2178
2179 \begin_inset Formula $\cfrac{A}{B+C}$
2180 \end_inset
2181
2182
2183 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2184 \end_inset
2185
2186
2187 \end_layout
2188
2189 \begin_layout Standard
2190 \begin_inset Note Greyedout
2191 status open
2192
2193 \begin_layout Plain Layout
2194
2195 \series bold
2196 Achtung:
2197 \series default
2198  
2199 \series bold
2200
2201 \backslash
2202 cfracleft
2203 \series default
2204  und
2205 \series bold
2206  
2207 \backslash
2208 cfracright
2209 \series default
2210  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2211 \series bold
2212
2213 \backslash
2214 cfrac[Ausrichtung]{Zähler}{Nenner}
2215 \series default
2216  dar.
2217  Daher kann man sie nicht im TeX-Code benutzen.
2218 \end_layout
2219
2220 \end_inset
2221
2222
2223 \end_layout
2224
2225 \begin_layout Standard
2226 \begin_inset VSpace medskip
2227 \end_inset
2228
2229 Oftmals ist es am günstigsten 
2230 \series bold
2231
2232 \backslash
2233 cfrac
2234 \series default
2235  und 
2236 \series bold
2237
2238 \backslash
2239 frac
2240 \series default
2241  zu kombinieren:
2242 \begin_inset Formula 
2243 \[
2244 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2245 \]
2246
2247 \end_inset
2248
2249
2250 \end_layout
2251
2252 \begin_layout Standard
2253 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2254 \series bold
2255
2256 \backslash
2257 nicefrac
2258 \series default
2259
2260 \begin_inset Index idx
2261 status collapsed
2262
2263 \begin_layout Plain Layout
2264 Befehle ! N ! 
2265 \backslash
2266 nicefrac
2267 \end_layout
2268
2269 \end_inset
2270
2271
2272 \begin_inset Formula $\nicefrac{5}{31}$
2273 \end_inset
2274
2275  oder 
2276 \series bold
2277
2278 \backslash
2279 unitfrac
2280 \series default
2281
2282 \begin_inset Index idx
2283 status collapsed
2284
2285 \begin_layout Plain Layout
2286 Befehle! U ! 
2287 \backslash
2288 unitfrac
2289 \end_layout
2290
2291 \end_inset
2292
2293
2294 \begin_inset Formula $\unitfrac{5}{31}$
2295 \end_inset
2296
2297  benutzt werden.
2298  Des Weiteren gibt es den Befehl 
2299 \series bold
2300
2301 \backslash
2302 unitfracthree
2303 \series default
2304  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2305 \begin_inset Formula $\unitfrac[2]{1}{3}$
2306 \end_inset
2307
2308
2309 \end_layout
2310
2311 \begin_layout Standard
2312 \begin_inset Note Greyedout
2313 status open
2314
2315 \begin_layout Plain Layout
2316
2317 \series bold
2318 Achtung:
2319 \series default
2320  
2321 \series bold
2322
2323 \backslash
2324 unitfracthree
2325 \series default
2326  ist kein echter LaTeX-Befehl, sondern der Befehl
2327 \begin_inset Newline newline
2328 \end_inset
2329
2330
2331 \series bold
2332
2333 \backslash
2334 unitfrac[Zahl]{Zähler}{Nenner}
2335 \series default
2336  .
2337  Daher kann man ihn nicht im TeX-Code benutzen.
2338 \end_layout
2339
2340 \end_inset
2341
2342
2343 \end_layout
2344
2345 \begin_layout Standard
2346 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2347  in 
2348 \begin_inset CommandInset ref
2349 LatexCommand ref
2350 reference "sub:Selbstdefinierte-Brüche"
2351
2352 \end_inset
2353
2354  erklärt.
2355 \end_layout
2356
2357 \begin_layout Subsection
2358 Wurzeln
2359 \begin_inset Index idx
2360 status collapsed
2361
2362 \begin_layout Plain Layout
2363 Wurzeln
2364 \end_layout
2365
2366 \end_inset
2367
2368
2369 \end_layout
2370
2371 \begin_layout Standard
2372 Quadratwurzeln werden mit 
2373 \series bold
2374
2375 \backslash
2376 sqrt
2377 \series default
2378
2379 \begin_inset Index idx
2380 status collapsed
2381
2382 \begin_layout Plain Layout
2383 Befehle ! S ! 
2384 \backslash
2385 sqrt
2386 \end_layout
2387
2388 \end_inset
2389
2390  oder dem Mathe-Werkzeugleistenknopf 
2391 \begin_inset Graphics
2392         filename ../../images/math/sqrt.png
2393         scale 85
2394
2395 \end_inset
2396
2397  gesetzt, alle anderen Wurzeln mit dem Befehl 
2398 \series bold
2399
2400 \backslash
2401 root
2402 \series default
2403
2404 \begin_inset Index idx
2405 status collapsed
2406
2407 \begin_layout Plain Layout
2408 Befehle ! R ! 
2409 \backslash
2410 root
2411 \end_layout
2412
2413 \end_inset
2414
2415  oder dem Mathe-Werkzeugleistenknopf 
2416 \begin_inset Graphics
2417         filename ../../images/math/root.png
2418         scale 85
2419
2420 \end_inset
2421
2422 .
2423 \end_layout
2424
2425 \begin_layout Standard
2426 \align center
2427 \begin_inset Tabular
2428 <lyxtabular version="3" rows="3" columns="2">
2429 <features tabularvalignment="middle">
2430 <column alignment="center" valignment="top" width="0pt">
2431 <column alignment="center" valignment="top" width="0pt">
2432 <row>
2433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Plain Layout
2437 Befehl
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446 Ergebnis
2447 \begin_inset Note Note
2448 status collapsed
2449
2450 \begin_layout Plain Layout
2451
2452 \series bold
2453
2454 \backslash
2455 raisebox
2456 \series default
2457  dient nur als Abstandhalter.
2458 \end_layout
2459
2460 \end_inset
2461
2462
2463 \end_layout
2464
2465 \end_inset
2466 </cell>
2467 </row>
2468 <row>
2469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2470 \begin_inset Text
2471
2472 \begin_layout Plain Layout
2473
2474 \backslash
2475 sqrt
2476 \begin_inset ERT
2477 status collapsed
2478
2479 \begin_layout Plain Layout
2480
2481
2482 \backslash
2483 leer 
2484 \end_layout
2485
2486 \end_inset
2487
2488 A-B
2489 \end_layout
2490
2491 \end_inset
2492 </cell>
2493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2494 \begin_inset Text
2495
2496 \begin_layout Plain Layout
2497 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2498 \end_inset
2499
2500
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 </row>
2506 <row>
2507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2508 \begin_inset Text
2509
2510 \begin_layout Plain Layout
2511
2512 \backslash
2513 root
2514 \begin_inset ERT
2515 status collapsed
2516
2517 \begin_layout Plain Layout
2518
2519
2520 \backslash
2521 leer 
2522 \end_layout
2523
2524 \end_inset
2525
2526 3
2527 \begin_inset Formula $\downarrow$
2528 \end_inset
2529
2530 A-B
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Plain Layout
2539 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2540 \end_inset
2541
2542
2543 \end_layout
2544
2545 \end_inset
2546 </cell>
2547 </row>
2548 </lyxtabular>
2549
2550 \end_inset
2551
2552
2553 \end_layout
2554
2555 \begin_layout Standard
2556 Eine Quadratwurzel kann man auch mit 
2557 \series bold
2558
2559 \backslash
2560 root
2561 \series default
2562  erstellen, indem man das Feld über der Wurzel frei lässt.
2563 \end_layout
2564
2565 \begin_layout Standard
2566 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2567  Formel: 
2568 \begin_inset Formula $\sqrt[\beta]{B}$
2569 \end_inset
2570
2571
2572 \begin_inset Newline newline
2573 \end_inset
2574
2575 Das 
2576 \begin_inset Formula $\beta$
2577 \end_inset
2578
2579  berührt die Wurzel.
2580  Um dies zu verhindern, verwendet man die Befehle 
2581 \series bold
2582
2583 \backslash
2584 leftroot
2585 \series default
2586
2587 \begin_inset Index idx
2588 status collapsed
2589
2590 \begin_layout Plain Layout
2591 Befehle ! L ! 
2592 \backslash
2593 leftroot
2594 \end_layout
2595
2596 \end_inset
2597
2598  und 
2599 \series bold
2600
2601 \backslash
2602 uproot
2603 \series default
2604
2605 \begin_inset Index idx
2606 status collapsed
2607
2608 \begin_layout Plain Layout
2609 Befehle ! U ! 
2610 \backslash
2611 uproot
2612 \end_layout
2613
2614 \end_inset
2615
2616 , die folgendes Schema besitzen:
2617 \end_layout
2618
2619 \begin_layout Standard
2620
2621 \series bold
2622
2623 \backslash
2624 leftroot{Abstand}
2625 \series default
2626  bzw.
2627  
2628 \series bold
2629
2630 \backslash
2631 uproot{Abstand}
2632 \end_layout
2633
2634 \begin_layout Standard
2635 Abstand ist die Anzahl der Big Points (Einheit bp; 
2636 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2637 \end_inset
2638
2639 ), um die der Index nach links bzw.
2640  nach oben verschoben werden soll.
2641  Die Befehle werden in den Index geschrieben.
2642  So ergibt der Befehl
2643 \begin_inset Newline newline
2644 \end_inset
2645
2646
2647 \series bold
2648
2649 \backslash
2650 root
2651 \backslash
2652 leftroot{-1
2653 \begin_inset Formula $\to$
2654 \end_inset
2655
2656
2657 \backslash
2658 uproot{2
2659 \begin_inset Formula $\to$
2660 \end_inset
2661
2662
2663 \backslash
2664 beta
2665 \begin_inset ERT
2666 status collapsed
2667
2668 \begin_layout Plain Layout
2669
2670
2671 \backslash
2672 leer 
2673 \end_layout
2674
2675 \end_inset
2676
2677
2678 \begin_inset Formula $\to$
2679 \end_inset
2680
2681 B
2682 \begin_inset Newline newline
2683 \end_inset
2684
2685
2686 \series default
2687 eine korrekt gesetzte Formel: 
2688 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2689 \end_inset
2690
2691
2692 \end_layout
2693
2694 \begin_layout Subsection
2695 Binomialkoeffizienten
2696 \begin_inset Index idx
2697 status collapsed
2698
2699 \begin_layout Plain Layout
2700 Binomialkoeffizienten
2701 \end_layout
2702
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \begin_layout Standard
2709 Binomialkoeffizienten können mit dem Befehl 
2710 \series bold
2711
2712 \backslash
2713 binom
2714 \series default
2715
2716 \begin_inset Index idx
2717 status collapsed
2718
2719 \begin_layout Plain Layout
2720 Befehle ! B ! 
2721 \backslash
2722 binom
2723 \end_layout
2724
2725 \end_inset
2726
2727  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2728 \begin_inset Graphics
2729         filename ../../images/math/frac-square.png
2730         scale 85
2731
2732 \end_inset
2733
2734 eingefügt werden.
2735  Analog zu Brüchen (
2736 \series bold
2737
2738 \backslash
2739 frac
2740 \series default
2741 ) gibt es außer 
2742 \series bold
2743
2744 \backslash
2745 binom
2746 \series default
2747  noch die Befehle 
2748 \series bold
2749
2750 \backslash
2751 dbinom
2752 \series default
2753
2754 \begin_inset Index idx
2755 status collapsed
2756
2757 \begin_layout Plain Layout
2758 Befehle ! D ! 
2759 \backslash
2760 dbinom
2761 \end_layout
2762
2763 \end_inset
2764
2765  und 
2766 \series bold
2767
2768 \backslash
2769 tbinom
2770 \series default
2771
2772 \begin_inset Index idx
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 Befehle ! T ! 
2777 \backslash
2778 tbinom
2779 \end_layout
2780
2781 \end_inset
2782
2783 .
2784  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2785 \series bold
2786
2787 \backslash
2788 brace
2789 \series default
2790
2791 \begin_inset Index idx
2792 status collapsed
2793
2794 \begin_layout Plain Layout
2795 Befehle ! B ! 
2796 \backslash
2797 brace
2798 \end_layout
2799
2800 \end_inset
2801
2802  und 
2803 \series bold
2804
2805 \backslash
2806 brack
2807 \series default
2808
2809 \begin_inset Index idx
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813 Befehle ! B ! 
2814 \backslash
2815 brack
2816 \end_layout
2817
2818 \end_inset
2819
2820 .
2821 \end_layout
2822
2823 \begin_layout Standard
2824 \align center
2825 \begin_inset Tabular
2826 <lyxtabular version="3" rows="6" columns="2">
2827 <features tabularvalignment="middle">
2828 <column alignment="center" valignment="top" width="0pt">
2829 <column alignment="center" valignment="top" width="0pt">
2830 <row>
2831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835 Befehl
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2841 \begin_inset Text
2842
2843 \begin_layout Plain Layout
2844 Ergebnis
2845 \begin_inset Note Note
2846 status collapsed
2847
2848 \begin_layout Plain Layout
2849
2850 \series bold
2851
2852 \backslash
2853 raisebox
2854 \series default
2855  dient nur als Abstandhalter.
2856 \end_layout
2857
2858 \end_inset
2859
2860
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 </row>
2866 <row>
2867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Plain Layout
2871
2872 \backslash
2873 binom
2874 \begin_inset ERT
2875 status collapsed
2876
2877 \begin_layout Plain Layout
2878
2879
2880 \backslash
2881 leer 
2882 \end_layout
2883
2884 \end_inset
2885
2886 A
2887 \begin_inset Formula $\downarrow$
2888 \end_inset
2889
2890 B
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2900 \end_inset
2901
2902
2903 \end_layout
2904
2905 \end_inset
2906 </cell>
2907 </row>
2908 <row>
2909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Plain Layout
2913
2914 \backslash
2915 dbinom
2916 \begin_inset ERT
2917 status collapsed
2918
2919 \begin_layout Plain Layout
2920
2921
2922 \backslash
2923 leer 
2924 \end_layout
2925
2926 \end_inset
2927
2928 A
2929 \begin_inset Formula $\downarrow$
2930 \end_inset
2931
2932 B
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Plain Layout
2941 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2942 \end_inset
2943
2944
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 </row>
2950 <row>
2951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955
2956 \backslash
2957 tbinom
2958 \begin_inset ERT
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962
2963
2964 \backslash
2965 leer 
2966 \end_layout
2967
2968 \end_inset
2969
2970 A
2971 \begin_inset Formula $\downarrow$
2972 \end_inset
2973
2974 B
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2984 \end_inset
2985
2986
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 </row>
2992 <row>
2993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997
2998 \backslash
2999 brack
3000 \begin_inset ERT
3001 status collapsed
3002
3003 \begin_layout Plain Layout
3004
3005
3006 \backslash
3007 leer 
3008 \end_layout
3009
3010 \end_inset
3011
3012 A
3013 \begin_inset Formula $\downarrow$
3014 \end_inset
3015
3016 B
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 </row>
3034 <row>
3035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039
3040 \backslash
3041 brace
3042 \begin_inset ERT
3043 status collapsed
3044
3045 \begin_layout Plain Layout
3046
3047
3048 \backslash
3049 leer 
3050 \end_layout
3051
3052 \end_inset
3053
3054 A
3055 \begin_inset Formula $\downarrow$
3056 \end_inset
3057
3058 B
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 </lyxtabular>
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_layout Subsection
3084 Fallunterscheidungen
3085 \begin_inset Index idx
3086 status collapsed
3087
3088 \begin_layout Plain Layout
3089 Fallunterscheidungen
3090 \end_layout
3091
3092 \end_inset
3093
3094
3095 \end_layout
3096
3097 \begin_layout Standard
3098 \align center
3099 \begin_inset Tabular
3100 <lyxtabular version="3" rows="3" columns="2">
3101 <features tabularvalignment="middle">
3102 <column alignment="center" valignment="top" width="0pt">
3103 <column alignment="center" valignment="top" width="0pt">
3104 <row>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 Befehl
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118 Ergebnis
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row>
3125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \backslash
3131 cases
3132 \begin_inset ERT
3133 status collapsed
3134
3135 \begin_layout Plain Layout
3136
3137
3138 \backslash
3139 leer 
3140 \end_layout
3141
3142 \end_inset
3143
3144 A
3145 \begin_inset Formula $\to$
3146 \end_inset
3147
3148 B>0
3149 \begin_inset Index idx
3150 status collapsed
3151
3152 \begin_layout Plain Layout
3153 Befehle ! C ! 
3154 \backslash
3155 cases
3156 \end_layout
3157
3158 \end_inset
3159
3160
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3166 \begin_inset Text
3167
3168 \begin_layout Plain Layout
3169 \begin_inset Formula $\begin{cases}
3170 A & B>0\end{cases}$
3171 \end_inset
3172
3173
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \backslash
3186 cases
3187 \begin_inset ERT
3188 status collapsed
3189
3190 \begin_layout Plain Layout
3191
3192
3193 \backslash
3194 leer 
3195 \end_layout
3196
3197 \end_inset
3198
3199 Strg+Enter
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208 \begin_inset Formula $\begin{cases}
3209 A & \textrm{für }x>0\\
3210 B & \textrm{für }x=0
3211 \end{cases}$
3212 \end_inset
3213
3214
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 </lyxtabular>
3221
3222 \end_inset
3223
3224
3225 \end_layout
3226
3227 \begin_layout Standard
3228 Nach der Eingabe von 
3229 \series bold
3230
3231 \backslash
3232 cases
3233 \series default
3234  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3235 \begin_inset Graphics
3236         filename ../../images/math/cases.png
3237         scale 85
3238
3239 \end_inset
3240
3241  können mit 
3242 \family sans
3243 Strg+Enter
3244 \family default
3245  oder dem Tabellen-Werkzeugleistenknopf 
3246 \begin_inset Graphics
3247         filename ../../images/tabular-feature_append-row.png
3248         scale 85
3249
3250 \end_inset
3251
3252  neue Zeilen erstellt werden.
3253 \begin_inset Foot
3254 status collapsed
3255
3256 \begin_layout Plain Layout
3257 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3258 \begin_inset CommandInset ref
3259 LatexCommand ref
3260 reference "sub:Akzente-für-ein"
3261
3262 \end_inset
3263
3264  beschrieben.
3265 \end_layout
3266
3267 \end_inset
3268
3269
3270 \end_layout
3271
3272 \begin_layout Standard
3273 Der Befehl 
3274 \series bold
3275
3276 \backslash
3277 cases
3278 \series default
3279  ist auch über das Menü 
3280 \family sans
3281 Einfügen\SpecialChar \menuseparator
3282 Mathe\SpecialChar \menuseparator
3283 Cases-Umgebung
3284 \family default
3285  verfügbar.
3286 \end_layout
3287
3288 \begin_layout Subsection
3289 Verneinungen
3290 \begin_inset Index idx
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Verneinungen
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \end_layout
3301
3302 \begin_layout Standard
3303 Durch die Eingabe von 
3304 \series bold
3305
3306 \backslash
3307 not
3308 \series default
3309
3310 \begin_inset Index idx
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314 Befehle ! N ! 
3315 \backslash
3316 not
3317 \end_layout
3318
3319 \end_inset
3320
3321  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3322  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3323 \end_layout
3324
3325 \begin_layout Standard
3326 \align center
3327 \begin_inset Tabular
3328 <lyxtabular version="3" rows="4" columns="2">
3329 <features tabularvalignment="middle">
3330 <column alignment="center" valignment="top" width="0pt">
3331 <column alignment="center" valignment="top" width="0pt">
3332 <row>
3333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Befehl
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 Ergebnis
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \backslash
3359 not=
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 \begin_inset Formula $\not=$
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 </row>
3377 <row>
3378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382
3383 \backslash
3384 not 
3385 \backslash
3386 le
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 \begin_inset Formula $\not\le$
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row>
3405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409
3410 \backslash
3411 not 
3412 \backslash
3413 parallel
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 \begin_inset Formula $\not\parallel$
3423 \end_inset
3424
3425
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 </row>
3431 </lyxtabular>
3432
3433 \end_inset
3434
3435
3436 \end_layout
3437
3438 \begin_layout Standard
3439 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3440  Deswegen gibt es für Einige spezielle Befehle (siehe 
3441 \begin_inset CommandInset ref
3442 LatexCommand ref
3443 reference "sub:Mathematische-Symbole"
3444
3445 \end_inset
3446
3447  und 
3448 \begin_inset CommandInset ref
3449 LatexCommand ref
3450 reference "sec:Relationen"
3451
3452 \end_inset
3453
3454 ).
3455 \end_layout
3456
3457 \begin_layout Subsection
3458 Platzhalter
3459 \begin_inset CommandInset label
3460 LatexCommand label
3461 name "sub:Platzhalter"
3462
3463 \end_inset
3464
3465
3466 \begin_inset Index idx
3467 status collapsed
3468
3469 \begin_layout Plain Layout
3470 Platzhalter
3471 \end_layout
3472
3473 \end_inset
3474
3475
3476 \begin_inset Index idx
3477 status collapsed
3478
3479 \begin_layout Plain Layout
3480 chemische Zeichen ! Isotope
3481 \end_layout
3482
3483 \end_inset
3484
3485
3486 \begin_inset Index idx
3487 status collapsed
3488
3489 \begin_layout Plain Layout
3490 Isotope|see
3491 \begin_inset ERT
3492 status collapsed
3493
3494 \begin_layout Plain Layout
3495
3496 {
3497 \end_layout
3498
3499 \end_inset
3500
3501 chemische Zeichen
3502 \begin_inset ERT
3503 status collapsed
3504
3505 \begin_layout Plain Layout
3506
3507 }
3508 \end_layout
3509
3510 \end_inset
3511
3512
3513 \end_layout
3514
3515 \end_inset
3516
3517
3518 \end_layout
3519
3520 \begin_layout Standard
3521 Möchte man z.
3522 \begin_inset space \thinspace{}
3523 \end_inset
3524
3525 B.
3526  Isotope
3527 \begin_inset Foot
3528 status collapsed
3529
3530 \begin_layout Plain Layout
3531 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3532 \begin_inset CommandInset ref
3533 LatexCommand ref
3534 reference "sub:Chemische-Symbole-und"
3535
3536 \end_inset
3537
3538  beschrieben.
3539 \end_layout
3540
3541 \end_inset
3542
3543  darstellen, tritt folgendes Problem auf:
3544 \end_layout
3545
3546 \begin_layout Standard
3547 \align center
3548 \begin_inset Tabular
3549 <lyxtabular version="3" rows="2" columns="2">
3550 <features tabularvalignment="middle">
3551 <column alignment="center" valignment="top" width="0pt">
3552 <column alignment="center" valignment="top" width="0pt">
3553 <row>
3554 <cell alignment="center" valignment="top" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 durch Hoch- und Tiefstellen erzeugte Indizes:
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 korrekte Indizes:
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3591 \end_inset
3592
3593
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 </lyxtabular>
3600
3601 \end_inset
3602
3603
3604 \begin_inset Note Note
3605 status collapsed
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610
3611 \backslash
3612 raisebox
3613 \series default
3614  dient nur
3615 \end_layout
3616
3617 \begin_layout Plain Layout
3618 als Abstandhalter.
3619 \end_layout
3620
3621 \end_inset
3622
3623
3624 \end_layout
3625
3626 \begin_layout Standard
3627 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3628  längeren Index gesetzt.
3629  Um das zu verhindern gibt es den Befehl 
3630 \series bold
3631
3632 \backslash
3633 phantom
3634 \series default
3635
3636 \begin_inset Index idx
3637 status collapsed
3638
3639 \begin_layout Plain Layout
3640 Befehle ! P ! 
3641 \backslash
3642 phantom
3643 \end_layout
3644
3645 \end_inset
3646
3647  oder den Mathe-Werkzeugleistenknopf
3648 \begin_inset space \thinspace{}
3649 \end_inset
3650
3651
3652 \begin_inset Foot
3653 status collapsed
3654
3655 \begin_layout Plain Layout
3656 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3657 \begin_inset Graphics
3658         filename ../../images/math/space.png
3659         scale 85
3660
3661 \end_inset
3662
3663
3664 \end_layout
3665
3666 \end_inset
3667
3668  
3669 \begin_inset Graphics
3670         filename ../../images/math/phantom.png
3671         scale 85
3672
3673 \end_inset
3674
3675 , der ein oder mehrere Phantomzeichen erstellt.
3676  Wenn 
3677 \series bold
3678
3679 \backslash
3680 phantom
3681 \series default
3682  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3683  Pfeilen überlagert wird.
3684  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3685  als Leerraum erstellt wird.
3686  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3687  Zeichen.
3688 \end_layout
3689
3690 \begin_layout Standard
3691 \align center
3692 \begin_inset Tabular
3693 <lyxtabular version="3" rows="4" columns="2">
3694 <features tabularvalignment="middle">
3695 <column alignment="center" valignment="top" width="0">
3696 <column alignment="center" valignment="top" width="0">
3697 <row>
3698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Befehl
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Ergebnis
3712 \begin_inset Note Note
3713 status collapsed
3714
3715 \begin_layout Plain Layout
3716
3717 \series bold
3718
3719 \backslash
3720 raisebox
3721 \series default
3722  dient nur als Abstandhalter.
3723 \end_layout
3724
3725 \end_inset
3726
3727
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 </row>
3733 <row>
3734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 ^19
3739 \begin_inset ERT
3740 status collapsed
3741
3742 \begin_layout Plain Layout
3743
3744
3745 \backslash
3746 leer 
3747 \end_layout
3748
3749 \end_inset
3750
3751 _
3752 \backslash
3753 phantom
3754 \begin_inset ERT
3755 status collapsed
3756
3757 \begin_layout Plain Layout
3758
3759
3760 \backslash
3761 leer 
3762 \end_layout
3763
3764 \end_inset
3765
3766 1
3767 \begin_inset Formula $\to$
3768 \end_inset
3769
3770 9
3771 \begin_inset ERT
3772 status collapsed
3773
3774 \begin_layout Plain Layout
3775
3776
3777 \backslash
3778 leer 
3779 \end_layout
3780
3781 \end_inset
3782
3783 F
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3793 \end_inset
3794
3795
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 ^235
3807 \begin_inset ERT
3808 status collapsed
3809
3810 \begin_layout Plain Layout
3811
3812
3813 \backslash
3814 leer 
3815 \end_layout
3816
3817 \end_inset
3818
3819 _
3820 \backslash
3821 phantom
3822 \begin_inset ERT
3823 status collapsed
3824
3825 \begin_layout Plain Layout
3826
3827
3828 \backslash
3829 leer 
3830 \end_layout
3831
3832 \end_inset
3833
3834 23
3835 \begin_inset Formula $\to$
3836 \end_inset
3837
3838 9
3839 \begin_inset ERT
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843
3844
3845 \backslash
3846 leer 
3847 \end_layout
3848
3849 \end_inset
3850
3851 F
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3861 \end_inset
3862
3863
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 </row>
3869 <row>
3870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874
3875 \backslash
3876 Lambda^
3877 \begin_inset ERT
3878 status collapsed
3879
3880 \begin_layout Plain Layout
3881
3882
3883 \backslash
3884 leer 
3885 \end_layout
3886
3887 \end_inset
3888
3889
3890 \backslash
3891 phantom
3892 \begin_inset ERT
3893 status collapsed
3894
3895 \begin_layout Plain Layout
3896
3897
3898 \backslash
3899 leer 
3900 \end_layout
3901
3902 \end_inset
3903
3904 ii
3905 \begin_inset Formula $\to$
3906 \end_inset
3907
3908 t
3909 \begin_inset ERT
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913
3914
3915 \backslash
3916 leer 
3917 \end_layout
3918
3919 \end_inset
3920
3921 _MMt
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3931 \end_inset
3932
3933
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 </lyxtabular>
3940
3941 \end_inset
3942
3943
3944 \end_layout
3945
3946 \begin_layout Standard
3947 Des Weiteren gibt es noch die Befehle 
3948 \series bold
3949
3950 \backslash
3951 vphantom
3952 \series default
3953
3954 \begin_inset Index idx
3955 status collapsed
3956
3957 \begin_layout Plain Layout
3958 Befehle ! V ! 
3959 \backslash
3960 vphantom
3961 \end_layout
3962
3963 \end_inset
3964
3965  (Werkzeugleistenknopf 
3966 \begin_inset space ~
3967 \end_inset
3968
3969
3970 \begin_inset Graphics
3971         filename ../../images/math/vphantom.png
3972         scale 85
3973
3974 \end_inset
3975
3976 ) und 
3977 \series bold
3978
3979 \backslash
3980 hphantom
3981 \series default
3982
3983 \begin_inset Index idx
3984 status collapsed
3985
3986 \begin_layout Plain Layout
3987 Befehle ! H ! 
3988 \backslash
3989 hphantom
3990 \end_layout
3991
3992 \end_inset
3993
3994  (Werkzeugleistenknopf 
3995 \begin_inset space ~
3996 \end_inset
3997
3998
3999 \begin_inset Graphics
4000         filename ../../images/math/hphantom.png
4001         scale 85
4002
4003 \end_inset
4004
4005 ).
4006  
4007 \series bold
4008
4009 \backslash
4010 hphantom
4011 \series default
4012  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4013  nicht jedoch für deren Breite.
4014  Bei 
4015 \series bold
4016
4017 \backslash
4018 vphantom
4019 \series default
4020  wird nur Platz mit der Breite des Kästchens erstellt.
4021  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4022 \end_layout
4023
4024 \begin_layout Standard
4025 Zum Beispiel erzeugt 
4026 \series bold
4027
4028 \backslash
4029 vphantom
4030 \series default
4031
4032 \begin_inset ERT
4033 status collapsed
4034
4035 \begin_layout Plain Layout
4036
4037
4038 \backslash
4039 leer 
4040 \end_layout
4041
4042 \end_inset
4043
4044
4045 \series bold
4046 a
4047 \backslash
4048 int
4049 \series default
4050  Platz der Höhe des Integralzeichens,
4051 \begin_inset Foot
4052 status collapsed
4053
4054 \begin_layout Plain Layout
4055 Der Befehl 
4056 \series bold
4057
4058 \backslash
4059 int
4060 \series default
4061  erzeugt ein Integralzeichen, siehe 
4062 \begin_inset CommandInset ref
4063 LatexCommand ref
4064 reference "sub:Große-Operatoren"
4065
4066 \end_inset
4067
4068 .
4069 \end_layout
4070
4071 \end_inset
4072
4073  da dieses das größere Zeichen ist.
4074  Eine Beispielanwendung ist in 
4075 \begin_inset CommandInset ref
4076 LatexCommand ref
4077 reference "sub:Mehrzeilige-Klammern"
4078
4079 \end_inset
4080
4081  zu finden.
4082 \end_layout
4083
4084 \begin_layout Standard
4085 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4086  
4087 \family sans
4088 Einfügen\SpecialChar \menuseparator
4089 Formatierung\SpecialChar \menuseparator
4090 Phantom
4091 \family default
4092  eingefügt werden:
4093 \end_layout
4094
4095 \begin_layout Standard
4096 Dies ist ein Satz.
4097 \begin_inset Newline newline
4098 \end_inset
4099
4100
4101 \begin_inset Phantom Phantom
4102 status open
4103
4104 \begin_layout Plain Layout
4105 Dies
4106 \end_layout
4107
4108 \end_inset
4109
4110  ist ein Satz.
4111 \end_layout
4112
4113 \begin_layout Subsection
4114 Linien
4115 \begin_inset Index idx
4116 status collapsed
4117
4118 \begin_layout Plain Layout
4119 Linien
4120 \end_layout
4121
4122 \end_inset
4123
4124
4125 \begin_inset Index idx
4126 status collapsed
4127
4128 \begin_layout Plain Layout
4129 Formel ! unterstrichene
4130 \end_layout
4131
4132 \end_inset
4133
4134
4135 \end_layout
4136
4137 \begin_layout Standard
4138 \align center
4139 \begin_inset Tabular
4140 <lyxtabular version="3" rows="4" columns="2">
4141 <features tabularvalignment="middle">
4142 <column alignment="center" valignment="top" width="0pt">
4143 <column alignment="center" valignment="top" width="0pt">
4144 <row>
4145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Befehl
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Ergebnis
4159 \begin_inset Note Note
4160 status collapsed
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165
4166 \backslash
4167 raisebox
4168 \series default
4169  dient nur als Abstandhalter.
4170 \end_layout
4171
4172 \end_inset
4173
4174
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 </row>
4180 <row>
4181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185
4186 \backslash
4187 overline
4188 \begin_inset ERT
4189 status collapsed
4190
4191 \begin_layout Plain Layout
4192
4193
4194 \backslash
4195 leer 
4196 \end_layout
4197
4198 \end_inset
4199
4200 A+B
4201 \begin_inset Index idx
4202 status collapsed
4203
4204 \begin_layout Plain Layout
4205 Befehle ! O ! 
4206 \backslash
4207 overline
4208 \end_layout
4209
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4222 \end_inset
4223
4224
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \backslash
4237 underline
4238 \begin_inset ERT
4239 status collapsed
4240
4241 \begin_layout Plain Layout
4242
4243
4244 \backslash
4245 leer 
4246 \end_layout
4247
4248 \end_inset
4249
4250 A+B
4251 \begin_inset Index idx
4252 status collapsed
4253
4254 \begin_layout Plain Layout
4255 Befehle ! U ! 
4256 \backslash
4257 underline
4258 \end_layout
4259
4260 \end_inset
4261
4262
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4272 \end_inset
4273
4274
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \backslash
4287 overline
4288 \begin_inset ERT
4289 status collapsed
4290
4291 \begin_layout Plain Layout
4292
4293
4294 \backslash
4295 leer 
4296 \end_layout
4297
4298 \end_inset
4299
4300
4301 \backslash
4302 underline
4303 \begin_inset ERT
4304 status collapsed
4305
4306 \begin_layout Plain Layout
4307
4308
4309 \backslash
4310 leer 
4311 \end_layout
4312
4313 \end_inset
4314
4315 A+B
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4325 \end_inset
4326
4327
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 </lyxtabular>
4334
4335 \end_inset
4336
4337
4338 \end_layout
4339
4340 \begin_layout Standard
4341 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4342 \series bold
4343
4344 \backslash
4345 overline
4346 \series default
4347  oder 
4348 \series bold
4349
4350 \backslash
4351 underline
4352 \series default
4353  eingibt.
4354 \end_layout
4355
4356 \begin_layout Standard
4357 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4358 \begin_inset Newline linebreak
4359 \end_inset
4360
4361
4362 \series bold
4363
4364 \backslash
4365 underline
4366 \series default
4367 .
4368 \end_layout
4369
4370 \begin_layout Standard
4371 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4372 \end_layout
4373
4374 \begin_layout Standard
4375 \begin_inset VSpace bigskip
4376 \end_inset
4377
4378 Benutzerdefinierte Linien können mit dem Befehl 
4379 \series bold
4380
4381 \backslash
4382 rule
4383 \series default
4384
4385 \begin_inset Index idx
4386 status collapsed
4387
4388 \begin_layout Plain Layout
4389 Befehle! R ! 
4390 \backslash
4391 rule
4392 \end_layout
4393
4394 \end_inset
4395
4396  erstellt werden, der folgendes Schema besitzt:
4397 \end_layout
4398
4399 \begin_layout Standard
4400
4401 \series bold
4402
4403 \backslash
4404 rule[vertikaler Versatz]{Länge}{Dicke}
4405 \end_layout
4406
4407 \begin_layout Standard
4408 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4409  unten, wenn der Wert negativ ist).
4410  Die Einheiten, die in 
4411 \begin_inset CommandInset ref
4412 LatexCommand ref
4413 reference "tab:Verfügbare-Einheiten"
4414
4415 \end_inset
4416
4417  aufgelistet sind, können für die Werte benutzt werden.
4418  Hier sind zwei Beispiele, die mit den Befehlen
4419 \begin_inset Newline newline
4420 \end_inset
4421
4422
4423 \series bold
4424
4425 \backslash
4426 rule[-2ex]{3cm}{2pt}
4427 \series default
4428  und 
4429 \series bold
4430
4431 \backslash
4432 rule{2cm}{1pt}
4433 \series default
4434  erzeugt wurden:
4435 \end_layout
4436
4437 \begin_layout Standard
4438 Dies ist ein Satz 
4439 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4440 \end_inset
4441
4442  mit zwei Linien.
4443 \end_layout
4444
4445 \begin_layout Standard
4446
4447 \series bold
4448
4449 \backslash
4450 rule
4451 \series default
4452  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4453 \family sans
4454 Einfügen\SpecialChar \menuseparator
4455 Formatierung\SpecialChar \menuseparator
4456 Horizontale
4457 \begin_inset space ~
4458 \end_inset
4459
4460 Line
4461 \family default
4462  eingefügt wird:
4463 \end_layout
4464
4465 \begin_layout Standard
4466 Dies ist ein Satz 
4467 \begin_inset CommandInset line
4468 LatexCommand rule
4469 offset "0.5ex"
4470 width "3cm"
4471 height "1pt"
4472
4473 \end_inset
4474
4475  mit einer Linie.
4476 \end_layout
4477
4478 \begin_layout Subsection
4479 Fortsetzungspunkte
4480 \begin_inset CommandInset label
4481 LatexCommand label
4482 name "sub:Fortsetzungspunkte"
4483
4484 \end_inset
4485
4486
4487 \begin_inset Index idx
4488 status collapsed
4489
4490 \begin_layout Plain Layout
4491 Fortsetzungspunkte
4492 \end_layout
4493
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \begin_layout Standard
4500 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4501 \begin_inset Foot
4502 status collapsed
4503
4504 \begin_layout Plain Layout
4505 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4506 \begin_inset Graphics
4507         filename ../../images/math/ldots.png
4508         scale 85
4509
4510 \end_inset
4511
4512
4513 \end_layout
4514
4515 \end_inset
4516
4517  Für Aufzählungen verwendet man unten sitzende Punkte (
4518 \series bold
4519
4520 \backslash
4521 ldots
4522 \series default
4523
4524 \begin_inset Index idx
4525 status collapsed
4526
4527 \begin_layout Plain Layout
4528 Befehle ! L ! 
4529 \backslash
4530 ldots
4531 \end_layout
4532
4533 \end_inset
4534
4535 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4536  die Operatoren sind (
4537 \series bold
4538
4539 \backslash
4540 cdots
4541 \series default
4542
4543 \begin_inset Index idx
4544 status collapsed
4545
4546 \begin_layout Plain Layout
4547 Befehle ! C ! 
4548 \backslash
4549 cdots
4550 \end_layout
4551
4552 \end_inset
4553
4554 ).
4555  Verwendet man den Befehl 
4556 \series bold
4557
4558 \backslash
4559 dots
4560 \series default
4561
4562 \begin_inset Index idx
4563 status collapsed
4564
4565 \begin_layout Plain Layout
4566 Befehle ! D ! 
4567 \backslash
4568 dots
4569 \end_layout
4570
4571 \end_inset
4572
4573 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4574  wird.
4575 \end_layout
4576
4577 \begin_layout Standard
4578 \align center
4579 \begin_inset Tabular
4580 <lyxtabular version="3" rows="9" columns="2">
4581 <features tabularvalignment="middle">
4582 <column alignment="center" valignment="top" width="0pt">
4583 <column alignment="center" valignment="top" width="0pt">
4584 <row>
4585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Befehl
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Ergebnis
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 A_1
4610 \begin_inset ERT
4611 status collapsed
4612
4613 \begin_layout Plain Layout
4614
4615
4616 \backslash
4617 leer 
4618 \end_layout
4619
4620 \end_inset
4621
4622 ,
4623 \backslash
4624 dots
4625 \begin_inset ERT
4626 status collapsed
4627
4628 \begin_layout Plain Layout
4629
4630
4631 \backslash
4632 leer 
4633 \end_layout
4634
4635 \end_inset
4636
4637 ,A_n
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 \begin_inset Formula $A_{1},\dots,A_{n}$
4647 \end_inset
4648
4649
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 A_1
4661 \begin_inset ERT
4662 status collapsed
4663
4664 \begin_layout Plain Layout
4665
4666
4667 \backslash
4668 leer 
4669 \end_layout
4670
4671 \end_inset
4672
4673 +
4674 \backslash
4675 dots
4676 \begin_inset ERT
4677 status collapsed
4678
4679 \begin_layout Plain Layout
4680
4681
4682 \backslash
4683 leer 
4684 \end_layout
4685
4686 \end_inset
4687
4688 +A_n
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 \begin_inset Formula $A_{1}+\dots+A_{n}$
4698 \end_inset
4699
4700
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 </row>
4706 <row>
4707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 A_1
4712 \begin_inset ERT
4713 status collapsed
4714
4715 \begin_layout Plain Layout
4716
4717
4718 \backslash
4719 leer 
4720 \end_layout
4721
4722 \end_inset
4723
4724 ,
4725 \backslash
4726 ldots
4727 \begin_inset ERT
4728 status collapsed
4729
4730 \begin_layout Plain Layout
4731
4732
4733 \backslash
4734 leer 
4735 \end_layout
4736
4737 \end_inset
4738
4739 ,A_n
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 \begin_inset Formula $A_{1},\ldots,A_{n}$
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762 A_1
4763 \begin_inset ERT
4764 status collapsed
4765
4766 \begin_layout Plain Layout
4767
4768
4769 \backslash
4770 leer 
4771 \end_layout
4772
4773 \end_inset
4774
4775 +
4776 \backslash
4777 cdots
4778 \begin_inset ERT
4779 status collapsed
4780
4781 \begin_layout Plain Layout
4782
4783
4784 \backslash
4785 leer 
4786 \end_layout
4787
4788 \end_inset
4789
4790 +A_n
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4800 \end_inset
4801
4802
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 </row>
4808 <row>
4809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813
4814 \backslash
4815 vdots
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824 \begin_inset Formula $\vdots$
4825 \end_inset
4826
4827
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \backslash
4840 ddots
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 \begin_inset Formula $\ddots$
4850 \end_inset
4851
4852
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \backslash
4865 iddots
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 \begin_inset Formula $\iddots$
4875 \end_inset
4876
4877
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 3
4889 \series bold
4890 ×
4891 \series default
4892 3
4893 \begin_inset space \thinspace{}
4894 \end_inset
4895
4896 Matrix mit obigen Befehlen
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 \begin_inset Formula $\begin{array}{ccc}
4906 A_{11} & \cdots & A_{1m}\\
4907 \vdots & \ddots & \vdots\\
4908 A_{n1} & \cdots & A_{nm}
4909 \end{array}$
4910 \end_inset
4911
4912
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 </row>
4918 </lyxtabular>
4919
4920 \end_inset
4921
4922
4923 \end_layout
4924
4925 \begin_layout Standard
4926 Die im Menü 
4927 \family sans
4928 Einfügen\SpecialChar \menuseparator
4929 Sonderzeichen
4930 \family default
4931  verfügbaren Fortsetzungspunkte sind 
4932 \series bold
4933
4934 \backslash
4935 ldots
4936 \series default
4937 .
4938 \end_layout
4939
4940 \begin_layout Standard
4941
4942 \lang english
4943 \begin_inset VSpace medskip
4944 \end_inset
4945
4946
4947 \lang ngerman
4948 Um 
4949 \series bold
4950
4951 \backslash
4952 iddots
4953 \series default
4954  nutzen zu können, muss eine der Optionen 
4955 \family sans
4956 Mathdots Paket (automatisch) verwenden 
4957 \family default
4958 in den Dokumenteinstellungen unter 
4959 \family sans
4960 Mathe-Optionen
4961 \family default
4962  gewählt sein.
4963 \begin_inset Newline newline
4964 \end_inset
4965
4966 Die Option 
4967 \family sans
4968 Mathdots Paket verwenden
4969 \family default
4970  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4971  Schriftstil oder die Schriftgröße nicht Standard sind.
4972 \end_layout
4973
4974 \begin_layout Standard
4975 \begin_inset VSpace medskip
4976 \end_inset
4977
4978 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4979  Spalten erstrecken.
4980  Man erhält sie mit dem Befehl 
4981 \series bold
4982
4983 \backslash
4984 hdotsfor
4985 \series default
4986
4987 \begin_inset Index idx
4988 status collapsed
4989
4990 \begin_layout Plain Layout
4991 Befehle ! H ! 
4992 \backslash
4993 hdotsfor
4994 \end_layout
4995
4996 \end_inset
4997
4998 , der folgendes Schema besitzt:
4999 \end_layout
5000
5001 \begin_layout Standard
5002
5003 \series bold
5004
5005 \backslash
5006 hdotsfor[Abstand]{Anzahl der Spalten}
5007 \end_layout
5008
5009 \begin_layout Standard
5010 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5011  sollen.
5012  Abstand ist ein Faktor, der den Punktabstand festlegt.
5013 \end_layout
5014
5015 \begin_layout Standard
5016 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5017  
5018 \series bold
5019
5020 \backslash
5021 hdotsfor[2]{4}
5022 \series default
5023  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5024  beim Befehl 
5025 \series bold
5026
5027 \backslash
5028 dots
5029 \series default
5030  zu erhalten:
5031 \begin_inset Formula 
5032 \[
5033 \left(\begin{array}{cccc}
5034 A & B & C & D\\
5035 \hdotsfor[2]{4}\\
5036 q & w & e & r
5037 \end{array}\right)
5038 \]
5039
5040 \end_inset
5041
5042 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5043  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5044 \end_layout
5045
5046 \begin_layout Standard
5047 \begin_inset VSpace bigskip
5048 \end_inset
5049
5050 Des Weiteren kann man mit dem Befehl 
5051 \series bold
5052
5053 \backslash
5054 dotfill
5055 \series default
5056
5057 \begin_inset Index idx
5058 status collapsed
5059
5060 \begin_layout Plain Layout
5061 Befehle ! D ! 
5062 \backslash
5063 dotfill
5064 \end_layout
5065
5066 \end_inset
5067
5068  den Rest einer Zeile mit Punkten füllen.
5069  Die Wirkungsweise des Befehls entspricht der von 
5070 \series bold
5071
5072 \backslash
5073 hfill
5074 \series default
5075 , siehe 
5076 \begin_inset CommandInset ref
5077 LatexCommand ref
5078 reference "sub:Variabler-Leerraum"
5079
5080 \end_inset
5081
5082 .
5083 \end_layout
5084
5085 \begin_layout Standard
5086 Z.
5087 \begin_inset space \thinspace{}
5088 \end_inset
5089
5090 B.
5091  ergibt der Befehl 
5092 \series bold
5093 A
5094 \backslash
5095 dotfill
5096 \begin_inset ERT
5097 status collapsed
5098
5099 \begin_layout Plain Layout
5100
5101
5102 \backslash
5103 leer 
5104 \end_layout
5105
5106 \end_inset
5107
5108 B
5109 \end_layout
5110
5111 \begin_layout Standard
5112 \begin_inset Formula $A\dotfill B$
5113 \end_inset
5114
5115
5116 \end_layout
5117
5118 \begin_layout Standard
5119 Analog dazu gibt es für eine Linie den Befehl 
5120 \series bold
5121
5122 \backslash
5123 hrulefill
5124 \series default
5125
5126 \begin_inset Index idx
5127 status collapsed
5128
5129 \begin_layout Plain Layout
5130 Befehle ! H ! 
5131 \backslash
5132 hrulefill
5133 \end_layout
5134
5135 \end_inset
5136
5137 :
5138 \end_layout
5139
5140 \begin_layout Standard
5141 \begin_inset Formula $A\hrulefill B$
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5149  werden.
5150 \end_layout
5151
5152 \begin_layout Section
5153 Matrizen
5154 \begin_inset CommandInset label
5155 LatexCommand label
5156 name "sec:Matrizen"
5157
5158 \end_inset
5159
5160
5161 \begin_inset Index idx
5162 status collapsed
5163
5164 \begin_layout Plain Layout
5165 Matrizen
5166 \end_layout
5167
5168 \end_inset
5169
5170
5171 \end_layout
5172
5173 \begin_layout Standard
5174 Matrizen können über den Mathe-Werkzeugleistenknopf
5175 \family sans
5176  
5177 \family default
5178
5179 \begin_inset Graphics
5180         filename ../../images/dialog-show_mathmatrix.png
5181         scale 85
5182
5183 \end_inset
5184
5185  oder das Menü 
5186 \family sans
5187 Einfügen\SpecialChar \menuseparator
5188 Mathe\SpecialChar \menuseparator
5189 Matrix
5190 \family default
5191  eingefügt werden.
5192  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5193  Verzierung gefragt.
5194  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5195  von Bedeutung:
5196 \end_layout
5197
5198 \begin_layout Standard
5199 Die erste Matrix ist oben 
5200 \begin_inset Formula $\begin{array}[t]{cccc}
5201 A & D & G & J\\
5202 B & E & H & K\\
5203 C & F & I & L
5204 \end{array}$
5205 \end_inset
5206
5207 , die zweite mittig 
5208 \begin_inset Formula $\begin{array}{cccc}
5209 A & D & G & J\\
5210 B & E & H & K\\
5211 C & F & I & L
5212 \end{array}$
5213 \end_inset
5214
5215  und die dritte unten 
5216 \begin_inset Formula $\begin{array}[b]{cccc}
5217 A & D & G & J\\
5218 B & E & H & K\\
5219 C & F & I & L
5220 \end{array}$
5221 \end_inset
5222
5223  ausgerichtet.
5224 \end_layout
5225
5226 \begin_layout Standard
5227 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5228  werden sollen.
5229  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5230  
5231 \emph on
5232 l
5233 \emph default
5234  steht für linksbündig, 
5235 \emph on
5236 c
5237 \emph default
5238  für mittig und 
5239 \emph on
5240 r
5241 \emph default
5242  für rechtsbündig.
5243  Möchte man z.
5244 \begin_inset space \thinspace{}
5245 \end_inset
5246
5247 B.
5248  eine 4
5249 \series bold
5250 ×
5251 \series default
5252 4
5253 \begin_inset space ~
5254 \end_inset
5255
5256 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5257  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5258  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5259 \series bold
5260 lccr
5261 \series default
5262  an.
5263  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5264  die Voreinstellung für jede Spalte ein 
5265 \series bold
5266 c
5267 \series default
5268  ist.
5269 \end_layout
5270
5271 \begin_layout Standard
5272 Horizontale Ausrichtung:
5273 \end_layout
5274
5275 \begin_layout Standard
5276
5277 \series bold
5278 lll
5279 \series default
5280  : 
5281 \begin_inset Formula $\begin{array}{lll}
5282 10000 & D & G\\
5283 B & 10000 & H\\
5284 C & F & 10000
5285 \end{array}$
5286 \end_inset
5287
5288  , 
5289 \series bold
5290 ccc
5291 \series default
5292  : 
5293 \begin_inset Formula $\begin{array}{ccc}
5294 10000 & D & G\\
5295 B & 10000 & H\\
5296 C & F & 10000
5297 \end{array}$
5298 \end_inset
5299
5300  , 
5301 \series bold
5302 rrr
5303 \series default
5304  : 
5305 \begin_inset Formula $\begin{array}{rrr}
5306 10000 & D & G\\
5307 B & 10000 & H\\
5308 C & F & 10000
5309 \end{array}$
5310 \end_inset
5311
5312
5313 \end_layout
5314
5315 \begin_layout Standard
5316 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5317  man die Mathe-Werkzeugleistenknöpfe 
5318 \begin_inset Graphics
5319         filename ../../images/tabular-feature_append-row.png
5320         scale 85
5321
5322 \end_inset
5323
5324
5325 \begin_inset Graphics
5326         filename ../../images/tabular-feature_delete-row.png
5327         scale 85
5328
5329 \end_inset
5330
5331 , usw.
5332 \begin_inset space \space{}
5333 \end_inset
5334
5335 oder das Menü 
5336 \family sans
5337 Bearbeiten\SpecialChar \menuseparator
5338 Zeilen & Spalten
5339 \family default
5340  verwenden.
5341  Neue Zeilen können auch mit 
5342 \family sans
5343 Strg+Enter
5344 \family default
5345  erstellt werden.
5346 \end_layout
5347
5348 \begin_layout Standard
5349 \begin_inset VSpace bigskip
5350 \end_inset
5351
5352 Die 
5353 \family sans
5354 Verzierung
5355 \family default
5356  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5357  Alternativ können Klammern entweder mit den Befehlen 
5358 \series bold
5359
5360 \backslash
5361 left
5362 \series default
5363
5364 \begin_inset Index idx
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368 Befehle ! L ! 
5369 \backslash
5370 left
5371 \end_layout
5372
5373 \end_inset
5374
5375  und 
5376 \series bold
5377
5378 \backslash
5379 right
5380 \series default
5381
5382 \begin_inset Index idx
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386 Befehle ! R ! 
5387 \backslash
5388 right
5389 \end_layout
5390
5391 \end_inset
5392
5393  erstellt werden (Tastenkürzel 
5394 \family sans
5395 Alt+M
5396 \begin_inset space ~
5397 \end_inset
5398
5399 Klammer
5400 \family default
5401 ), siehe 
5402 \begin_inset CommandInset ref
5403 LatexCommand ref
5404 reference "sub:Automatische-Klammergrößen"
5405
5406 \end_inset
5407
5408 , oder man verwendet folgende Befehle:
5409 \begin_inset VSpace bigskip
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \begin_layout Standard
5416 \begin_inset space \hfill{}
5417 \end_inset
5418
5419
5420 \begin_inset Tabular
5421 <lyxtabular version="3" rows="4" columns="2">
5422 <features tabularvalignment="middle">
5423 <column alignment="center" valignment="top" width="0">
5424 <column alignment="center" valignment="top" width="0">
5425 <row>
5426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Befehl
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Ergebnis
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 <row>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \backslash
5452 bmatrix
5453 \begin_inset ERT
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457
5458
5459 \backslash
5460 leer 
5461 \end_layout
5462
5463 \end_inset
5464
5465 2
5466 \series bold
5467 ×
5468 \series default
5469 2
5470 \begin_inset space \thinspace{}
5471 \end_inset
5472
5473 Matrix
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5483 0 & \textrm{-}\mathrm{i}\\
5484 \mathrm{i} & 0
5485 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499
5500 \backslash
5501 Bmatrix
5502 \begin_inset ERT
5503 status collapsed
5504
5505 \begin_layout Plain Layout
5506
5507
5508 \backslash
5509 leer 
5510 \end_layout
5511
5512 \end_inset
5513
5514 2
5515 \series bold
5516 ×
5517 \series default
5518 2
5519 \begin_inset space \thinspace{}
5520 \end_inset
5521
5522 Matrix
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5532 0 & \textrm{-}\mathrm{i}\\
5533 \mathrm{i} & 0
5534 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 </row>
5543 <row>
5544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548
5549 \backslash
5550 pmatrix
5551 \begin_inset ERT
5552 status collapsed
5553
5554 \begin_layout Plain Layout
5555
5556
5557 \backslash
5558 leer 
5559 \end_layout
5560
5561 \end_inset
5562
5563 2
5564 \series bold
5565 ×
5566 \series default
5567 2
5568 \begin_inset space \thinspace{}
5569 \end_inset
5570
5571 Matrix
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5581 0 & \textrm{-}\mathrm{i}\\
5582 \mathrm{i} & 0
5583 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 </lyxtabular>
5593
5594 \end_inset
5595
5596
5597 \begin_inset space \hfill{}
5598 \end_inset
5599
5600
5601 \begin_inset Tabular
5602 <lyxtabular version="3" rows="4" columns="2">
5603 <features tabularvalignment="middle">
5604 <column alignment="center" valignment="top" width="0">
5605 <column alignment="center" valignment="top" width="0">
5606 <row>
5607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 Befehl
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 Ergebnis
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631
5632 \backslash
5633 vmatrix
5634 \begin_inset ERT
5635 status collapsed
5636
5637 \begin_layout Plain Layout
5638
5639
5640 \backslash
5641 leer 
5642 \end_layout
5643
5644 \end_inset
5645
5646 2
5647 \series bold
5648 ×
5649 \series default
5650 2
5651 \begin_inset space \thinspace{}
5652 \end_inset
5653
5654 Matrix
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5664 0 & \textrm{-}\mathrm{i}\\
5665 \mathrm{i} & 0
5666 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5667 \end_inset
5668
5669
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 </row>
5675 <row>
5676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680
5681 \backslash
5682 Vmatrix
5683 \begin_inset ERT
5684 status collapsed
5685
5686 \begin_layout Plain Layout
5687
5688
5689 \backslash
5690 leer 
5691 \end_layout
5692
5693 \end_inset
5694
5695 2
5696 \series bold
5697 ×
5698 \series default
5699 2
5700 \begin_inset space \thinspace{}
5701 \end_inset
5702
5703 Matrix
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5713 0 & \textrm{-}\mathrm{i}\\
5714 \mathrm{i} & 0
5715 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729
5730 \backslash
5731 matrix
5732 \begin_inset ERT
5733 status collapsed
5734
5735 \begin_layout Plain Layout
5736
5737
5738 \backslash
5739 leer 
5740 \end_layout
5741
5742 \end_inset
5743
5744 2
5745 \series bold
5746 ×
5747 \series default
5748 2
5749 \begin_inset space \thinspace{}
5750 \end_inset
5751
5752 Matrix
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5762 0 & \textrm{-}\mathrm{i}\\
5763 \mathrm{i} & 0
5764 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 </lyxtabular>
5774
5775 \end_inset
5776
5777
5778 \begin_inset space \hfill{}
5779 \end_inset
5780
5781
5782 \end_layout
5783
5784 \begin_layout Standard
5785 \begin_inset VSpace medskip
5786 \end_inset
5787
5788 Wurde z.
5789 \begin_inset space \thinspace{}
5790 \end_inset
5791
5792 B.
5793  
5794 \series bold
5795
5796 \backslash
5797 vmatrix
5798 \series default
5799  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5800  in das die Matrix eingefügt wird.
5801 \begin_inset Newline newline
5802 \end_inset
5803
5804 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5805 \end_layout
5806
5807 \begin_layout Standard
5808 \begin_inset VSpace bigskip
5809 \end_inset
5810
5811 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5812 \begin_inset CommandInset ref
5813 LatexCommand ref
5814 reference "sub:Spaltenabstand"
5815
5816 \end_inset
5817
5818  beschriebene Länge 
5819 \series bold
5820
5821 \backslash
5822 arraycolsep
5823 \series default
5824
5825 \begin_inset Index idx
5826 status collapsed
5827
5828 \begin_layout Plain Layout
5829 Befehle ! A ! 
5830 \backslash
5831 arraycolsep
5832 \end_layout
5833
5834 \end_inset
5835
5836  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5837 \end_layout
5838
5839 \begin_layout Standard
5840 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5841 \series bold
5842
5843 \backslash
5844 arraystretch
5845 \series default
5846
5847 \begin_inset Index idx
5848 status collapsed
5849
5850 \begin_layout Plain Layout
5851 Befehle ! A ! 
5852 \backslash
5853 arraystretch
5854 \end_layout
5855
5856 \end_inset
5857
5858 .
5859  Dieser wird folgendermaßen benutzt:
5860 \end_layout
5861
5862 \begin_layout Standard
5863
5864 \series bold
5865
5866 \backslash
5867 renewcommand{
5868 \backslash
5869 arraystretch}{Dehnungsfaktor}
5870 \begin_inset Index idx
5871 status collapsed
5872
5873 \begin_layout Plain Layout
5874 Befehle ! R ! 
5875 \backslash
5876 renewcommand
5877 \end_layout
5878
5879 \end_inset
5880
5881
5882 \end_layout
5883
5884 \begin_layout Standard
5885 Der Befehl 
5886 \series bold
5887
5888 \backslash
5889 renewcommand
5890 \series default
5891  weist dabei dem vordefinierten Befehl 
5892 \series bold
5893
5894 \backslash
5895 arraystretch
5896 \series default
5897  den Dehnungsfaktor zu.
5898  Möchte man z.
5899 \begin_inset space \thinspace{}
5900 \end_inset
5901
5902 B.
5903  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5904  Dieser wird dann für alle folgenden Matrizen verwendet.
5905  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5906 \series bold
5907
5908 \backslash
5909 arraystretch
5910 \series default
5911  den Faktor 1 zu.
5912 \end_layout
5913
5914 \begin_layout Standard
5915 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5916 \series bold
5917
5918 \backslash
5919 smallmatrix
5920 \series default
5921
5922 \begin_inset Index idx
5923 status collapsed
5924
5925 \begin_layout Plain Layout
5926 Befehle ! S ! 
5927 \backslash
5928 smallmatrix
5929 \end_layout
5930
5931 \end_inset
5932
5933 .
5934  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5935  gestrichelten Linien.
5936  In dieses Kästchen wird die Matrix eingegeben.
5937  Man verwendet stattdessen das Menü 
5938 \family sans
5939 Bearbeiten\SpecialChar \menuseparator
5940 Zeilen
5941 \begin_inset space ~
5942 \end_inset
5943
5944 &
5945 \begin_inset space ~
5946 \end_inset
5947
5948 Spalten
5949 \family default
5950  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5951  Neue Zeilen können auch mit 
5952 \family sans
5953 Strg+Enter
5954 \family default
5955  erstellt werden.
5956 \end_layout
5957
5958 \begin_layout Standard
5959 Dies ist eine Matrix 
5960 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5961 C & D
5962 \end{smallmatrix}\right)$
5963 \end_inset
5964
5965  in einer Textzeile.
5966 \end_layout
5967
5968 \begin_layout Standard
5969 \begin_inset Newpage newpage
5970 \end_inset
5971
5972
5973 \end_layout
5974
5975 \begin_layout Section
5976 Klammern und Begrenzungszeichen
5977 \begin_inset Index idx
5978 status collapsed
5979
5980 \begin_layout Plain Layout
5981 Klammern
5982 \end_layout
5983
5984 \end_inset
5985
5986
5987 \begin_inset Index idx
5988 status collapsed
5989
5990 \begin_layout Plain Layout
5991 Begrenzungszeichen
5992 \end_layout
5993
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \begin_layout Subsection
6000 Vertikale Klammern und Begrenzungszeichen
6001 \begin_inset Index idx
6002 status collapsed
6003
6004 \begin_layout Plain Layout
6005 Klammern ! vertikale
6006 \end_layout
6007
6008 \end_inset
6009
6010
6011 \end_layout
6012
6013 \begin_layout Standard
6014 \begin_inset space \hfill{}
6015 \end_inset
6016
6017
6018 \begin_inset Tabular
6019 <lyxtabular version="3" rows="9" columns="2">
6020 <features tabularvalignment="middle">
6021 <column alignment="center" valignment="top" width="0pt">
6022 <column alignment="center" valignment="top" width="0pt">
6023 <row>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 Befehl
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 Ergebnis
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 <row>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 (
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 \begin_inset Formula $($
6058 \end_inset
6059
6060
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 </row>
6066 <row>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 {
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 \begin_inset Formula $\{$
6081 \end_inset
6082
6083
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 </row>
6089 <row>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 [
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 \begin_inset Formula $[$
6104 \end_inset
6105
6106
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117
6118 \backslash
6119 langle
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 \begin_inset Formula $\langle$
6129 \end_inset
6130
6131
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 <row>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142
6143 \backslash
6144 lceil
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 \begin_inset Formula $\lceil$
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167
6168 \backslash
6169 lfloor
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 \begin_inset Formula $\lfloor$
6179 \end_inset
6180
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 </row>
6187 <row>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 /
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 \begin_inset Formula $/$
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 |
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 \begin_inset Formula $|$
6225 \end_inset
6226
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 </row>
6233 </lyxtabular>
6234
6235 \end_inset
6236
6237
6238 \begin_inset space \hfill{}
6239 \end_inset
6240
6241
6242 \begin_inset Tabular
6243 <lyxtabular version="3" rows="9" columns="2">
6244 <features tabularvalignment="middle">
6245 <column alignment="center" valignment="top" width="0pt">
6246 <column alignment="center" valignment="top" width="0pt">
6247 <row>
6248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 Befehl
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 Ergebnis
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 </row>
6267 <row>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 )
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 \begin_inset Formula $)$
6282 \end_inset
6283
6284
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 </row>
6290 <row>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 }
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 \begin_inset Formula $\}$
6305 \end_inset
6306
6307
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 </row>
6313 <row>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 ]
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 \begin_inset Formula $]$
6328 \end_inset
6329
6330
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 </row>
6336 <row>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341
6342 \backslash
6343 rangle
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 \begin_inset Formula $\rangle$
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 </row>
6361 <row>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366
6367 \backslash
6368 rceil
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 \begin_inset Formula $\rceil$
6378 \end_inset
6379
6380
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 </row>
6386 <row>
6387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391
6392 \backslash
6393 rfloor
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 \begin_inset Formula $\rfloor$
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 </row>
6411 <row>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416
6417 \backslash
6418
6419 \backslash
6420
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6426 \begin_inset Text
6427
6428 \begin_layout Plain Layout
6429 \begin_inset Formula $\backslash$
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 </row>
6438 <row>
6439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443
6444 \backslash
6445 |
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 \begin_inset Formula $\|$
6455 \end_inset
6456
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 </row>
6463 </lyxtabular>
6464
6465 \end_inset
6466
6467
6468 \begin_inset space \hfill{}
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \begin_layout Standard
6475
6476 \series medium
6477 \begin_inset Note Greyedout
6478 status open
6479
6480 \begin_layout Plain Layout
6481
6482 \series bold
6483 Achtung:
6484 \series default
6485  Im TeX-Modus muss für den Backslash der Befehl 
6486 \series bold
6487
6488 \backslash
6489 textbackslash
6490 \series default
6491
6492 \begin_inset Index idx
6493 status collapsed
6494
6495 \begin_layout Plain Layout
6496 Befehle ! T ! 
6497 \backslash
6498 textbackslash
6499 \end_layout
6500
6501 \end_inset
6502
6503  verwendet werden, denn der Befehl 
6504 \series bold
6505
6506 \backslash
6507
6508 \backslash
6509
6510 \series default
6511  steht dort für einen Zeilenumbruch.
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \begin_layout Standard
6520 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6521  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6522  Dabei können dann statt den Befehlen 
6523 \series bold
6524
6525 \backslash
6526 langle
6527 \series default
6528  und 
6529 \series bold
6530
6531 \backslash
6532 rangle
6533 \series default
6534  direkt die Zeichen < und > verwendet werden.
6535 \end_layout
6536
6537 \begin_layout Subsubsection
6538 Manuelle Klammergrößen
6539 \begin_inset CommandInset label
6540 LatexCommand label
6541 name "sub:Manuelle-Klammergrößen"
6542
6543 \end_inset
6544
6545
6546 \begin_inset Index idx
6547 status collapsed
6548
6549 \begin_layout Plain Layout
6550 Klammergrößen ! manuelle
6551 \end_layout
6552
6553 \end_inset
6554
6555
6556 \end_layout
6557
6558 \begin_layout Standard
6559 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6560  LaTeX-Befehle 
6561 \series bold
6562
6563 \backslash
6564 big
6565 \series default
6566
6567 \begin_inset Index idx
6568 status collapsed
6569
6570 \begin_layout Plain Layout
6571 Befehle ! B ! 
6572 \backslash
6573 big
6574 \end_layout
6575
6576 \end_inset
6577
6578
6579 \series bold
6580
6581 \backslash
6582 Big
6583 \series default
6584
6585 \series bold
6586
6587 \backslash
6588 bigg
6589 \series default
6590  und 
6591 \series bold
6592
6593 \backslash
6594 Bigg
6595 \series default
6596  tun.
6597  
6598 \series bold
6599
6600 \backslash
6601 big
6602 \series default
6603  steht hierbei für die kleinste und 
6604 \series bold
6605
6606 \backslash
6607 Bigg
6608 \series default
6609  für die größte Klammergröße.
6610 \end_layout
6611
6612 \begin_layout Standard
6613 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6614 \end_layout
6615
6616 \begin_layout Standard
6617 \align center
6618 \begin_inset Tabular
6619 <lyxtabular version="3" rows="2" columns="2">
6620 <features tabularvalignment="middle">
6621 <column alignment="center" valignment="top" width="0pt">
6622 <column alignment="center" valignment="top" width="0pt">
6623 <row>
6624 <cell alignment="center" valignment="top" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 einheitliche Klammergröße:
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 </row>
6646 <row>
6647 <cell alignment="center" valignment="top" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 besser sieht das so aus:
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6661 \end_inset
6662
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 </row>
6669 </lyxtabular>
6670
6671 \end_inset
6672
6673
6674 \begin_inset Note Note
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678
6679 \series bold
6680
6681 \backslash
6682 raisebox
6683 \series default
6684  dient nur
6685 \end_layout
6686
6687 \begin_layout Plain Layout
6688 als Abstandhalter.
6689 \end_layout
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \begin_layout Standard
6697 Für die zweite Formel wurde der Befehl 
6698 \series bold
6699
6700 \backslash
6701 Big((A+B)(A-B)
6702 \backslash
6703 Big)^
6704 \begin_inset ERT
6705 status collapsed
6706
6707 \begin_layout Plain Layout
6708
6709
6710 \backslash
6711 leer 
6712 \end_layout
6713
6714 \end_inset
6715
6716 C
6717 \series default
6718  verwendet.
6719 \end_layout
6720
6721 \begin_layout Standard
6722 Hier alle Klammergrößen in der Übersicht:
6723 \end_layout
6724
6725 \begin_layout Standard
6726 \align center
6727
6728 \backslash
6729 Bigg(
6730 \backslash
6731 exp
6732 \backslash
6733 bigg<
6734 \backslash
6735 Big[
6736 \backslash
6737 big{
6738 \backslash
6739 ln(3x)
6740 \backslash
6741 big}^2
6742 \begin_inset ERT
6743 status collapsed
6744
6745 \begin_layout Plain Layout
6746
6747
6748 \backslash
6749 leer 
6750 \end_layout
6751
6752 \end_inset
6753
6754
6755 \backslash
6756 sin(x)
6757 \backslash
6758 Big]^
6759 \begin_inset ERT
6760 status collapsed
6761
6762 \begin_layout Plain Layout
6763
6764
6765 \backslash
6766 leer 
6767 \end_layout
6768
6769 \end_inset
6770
6771 A
6772 \begin_inset ERT
6773 status collapsed
6774
6775 \begin_layout Plain Layout
6776
6777
6778 \backslash
6779 leer 
6780 \end_layout
6781
6782 \end_inset
6783
6784
6785 \backslash
6786 bigg>
6787 \backslash
6788 Bigg)^0,5
6789 \end_layout
6790
6791 \begin_layout Standard
6792 \align center
6793 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \begin_layout Standard
6800 Es gibt außer den 
6801 \series bold
6802
6803 \backslash
6804 big
6805 \series default
6806 -Befehlen noch die Variante 
6807 \series bold
6808
6809 \backslash
6810 bigm
6811 \series default
6812
6813 \begin_inset Index idx
6814 status collapsed
6815
6816 \begin_layout Plain Layout
6817 Befehle ! B ! 
6818 \backslash
6819 bigm
6820 \end_layout
6821
6822 \end_inset
6823
6824 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6825  die Variante 
6826 \series bold
6827
6828 \backslash
6829 bigl
6830 \series default
6831 -
6832 \series bold
6833
6834 \backslash
6835 bigr
6836 \series default
6837
6838 \begin_inset Index idx
6839 status collapsed
6840
6841 \begin_layout Plain Layout
6842 Befehle ! B ! 
6843 \backslash
6844 bigl - 
6845 \backslash
6846 bigr
6847 \end_layout
6848
6849 \end_inset
6850
6851 , die keinen zusätzlichen Leerraum erzeugt.
6852  Das 
6853 \emph on
6854 l
6855 \emph default
6856  am Ende des Befehls 
6857 \series bold
6858
6859 \backslash
6860 bigl
6861 \series default
6862  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6863  ein 
6864 \emph on
6865 r
6866 \emph default
6867  ersetzt.
6868  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6869  sein.
6870 \end_layout
6871
6872 \begin_layout Standard
6873 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6874 \end_layout
6875
6876 \begin_layout Standard
6877 \align center
6878 \begin_inset Tabular
6879 <lyxtabular version="3" rows="5" columns="2">
6880 <features tabularvalignment="middle">
6881 <column alignment="center" valignment="middle" width="0">
6882 <column alignment="center" valignment="middle" width="0">
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 Befehl
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 Ergebnis
6898 \begin_inset Note Note
6899 status collapsed
6900
6901 \begin_layout Plain Layout
6902
6903 \series bold
6904
6905 \backslash
6906 raisebox
6907 \series default
6908  dient nur als Abstandhalter.
6909 \end_layout
6910
6911 \end_inset
6912
6913
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 </row>
6919 <row>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924
6925 \backslash
6926 Bigm(
6927 \backslash
6928 bigm(
6929 \backslash
6930 ln(3x)
6931 \backslash
6932 bigm)^2
6933 \begin_inset ERT
6934 status collapsed
6935
6936 \begin_layout Plain Layout
6937
6938
6939 \backslash
6940 leer 
6941 \end_layout
6942
6943 \end_inset
6944
6945
6946 \backslash
6947 Bigm)
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6957 \end_inset
6958
6959
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 </row>
6965 <row>
6966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6967 \begin_inset Text
6968
6969 \begin_layout Plain Layout
6970
6971 \backslash
6972 Big(
6973 \backslash
6974 big(
6975 \backslash
6976 ln(3x)
6977 \backslash
6978 big)^2
6979 \begin_inset ERT
6980 status collapsed
6981
6982 \begin_layout Plain Layout
6983
6984
6985 \backslash
6986 leer 
6987 \end_layout
6988
6989 \end_inset
6990
6991
6992 \backslash
6993 Big)
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7003 \end_inset
7004
7005
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 </row>
7011 <row>
7012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016
7017 \backslash
7018 Bigl(
7019 \backslash
7020 bigl(
7021 \backslash
7022 ln(3x)
7023 \backslash
7024 bigr)^2
7025 \begin_inset ERT
7026 status collapsed
7027
7028 \begin_layout Plain Layout
7029
7030
7031 \backslash
7032 leer 
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \backslash
7039 Bigr)
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7049 \end_inset
7050
7051
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 </row>
7057 <row>
7058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062
7063 \backslash
7064 bigl)
7065 \backslash
7066 ln(3x)
7067 \backslash
7068 bigr(
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7078 \end_inset
7079
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 </lyxtabular>
7087
7088 \end_inset
7089
7090
7091 \end_layout
7092
7093 \begin_layout Subsubsection
7094 Automatische Klammergrößen
7095 \begin_inset CommandInset label
7096 LatexCommand label
7097 name "sub:Automatische-Klammergrößen"
7098
7099 \end_inset
7100
7101
7102 \begin_inset Index idx
7103 status collapsed
7104
7105 \begin_layout Plain Layout
7106 Klammergrößen ! automatische
7107 \end_layout
7108
7109 \end_inset
7110
7111
7112 \end_layout
7113
7114 \begin_layout Standard
7115 Klammern variabler Größe können mit den Befehlen 
7116 \series bold
7117
7118 \backslash
7119 left
7120 \series default
7121
7122 \begin_inset Index idx
7123 status collapsed
7124
7125 \begin_layout Plain Layout
7126 Befehle ! L ! 
7127 \backslash
7128 left
7129 \end_layout
7130
7131 \end_inset
7132
7133  und 
7134 \series bold
7135
7136 \backslash
7137 right
7138 \series default
7139
7140 \begin_inset Index idx
7141 status collapsed
7142
7143 \begin_layout Plain Layout
7144 Befehle ! R ! 
7145 \backslash
7146 right
7147 \end_layout
7148
7149 \end_inset
7150
7151  oder über den Mathe-Werkzeugleistenknopf
7152 \family sans
7153  
7154 \family default
7155
7156 \begin_inset Graphics
7157         filename ../../images/dialog-show_mathdelimiter.png
7158         scale 85
7159
7160 \end_inset
7161
7162  eingefügt werden.
7163  Auf 
7164 \series bold
7165
7166 \backslash
7167 left
7168 \series default
7169  und 
7170 \series bold
7171
7172 \backslash
7173 right
7174 \series default
7175  muss unmittelbar die gewünschte Klammer folgen.
7176  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7177 \end_layout
7178
7179 \begin_layout Standard
7180 \align center
7181 normale Klammer: Der Befehl 
7182 \series bold
7183
7184 \backslash
7185 ln(
7186 \backslash
7187 frac
7188 \begin_inset ERT
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192
7193
7194 \backslash
7195 leer 
7196 \end_layout
7197
7198 \end_inset
7199
7200 A
7201 \begin_inset Formula $\downarrow$
7202 \end_inset
7203
7204 C
7205 \begin_inset ERT
7206 status collapsed
7207
7208 \begin_layout Plain Layout
7209
7210
7211 \backslash
7212 leer 
7213 \end_layout
7214
7215 \end_inset
7216
7217 )
7218 \series default
7219  ergibt
7220 \begin_inset Formula 
7221 \[
7222 \ln(\frac{A}{C})
7223 \]
7224
7225 \end_inset
7226
7227
7228 \end_layout
7229
7230 \begin_layout Standard
7231 \align center
7232 mehrzeilige Klammer: Der Befehl 
7233 \series bold
7234
7235 \backslash
7236 ln
7237 \backslash
7238 left(
7239 \backslash
7240 frac
7241 \begin_inset ERT
7242 status collapsed
7243
7244 \begin_layout Plain Layout
7245
7246
7247 \backslash
7248 leer 
7249 \end_layout
7250
7251 \end_inset
7252
7253 A
7254 \begin_inset Formula $\downarrow$
7255 \end_inset
7256
7257 C
7258 \begin_inset ERT
7259 status collapsed
7260
7261 \begin_layout Plain Layout
7262
7263
7264 \backslash
7265 leer 
7266 \end_layout
7267
7268 \end_inset
7269
7270
7271 \backslash
7272 right)
7273 \series default
7274  ergibt
7275 \begin_inset Formula 
7276 \[
7277 \ln\left(\frac{A}{C}\right)
7278 \]
7279
7280 \end_inset
7281
7282
7283 \end_layout
7284
7285 \begin_layout Standard
7286 An Stelle von 
7287 \series bold
7288
7289 \backslash
7290 left
7291 \series default
7292  und 
7293 \series bold
7294
7295 \backslash
7296 right
7297 \series default
7298  kann man die Tastenkürzel 
7299 \family sans
7300 Alt+M
7301 \begin_inset space ~
7302 \end_inset
7303
7304 Klammer
7305 \family default
7306  verwenden.
7307  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7308  und dass die rechte Klammer gleich mit erstellt wird.
7309 \begin_inset Newline newline
7310 \end_inset
7311
7312 Der Befehl für das letzte Beispiel würde dann lauten: 
7313 \series bold
7314
7315 \backslash
7316 ln Alt+M
7317 \series default
7318  
7319 \series bold
7320 (
7321 \backslash
7322 frac
7323 \begin_inset ERT
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328
7329 \backslash
7330 leer 
7331 \end_layout
7332
7333 \end_inset
7334
7335 A
7336 \begin_inset Formula $\downarrow$
7337 \end_inset
7338
7339 C
7340 \end_layout
7341
7342 \begin_layout Standard
7343 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7344  Klammer einen Punkt.
7345  So ergibt z.
7346 \begin_inset space \thinspace{}
7347 \end_inset
7348
7349 B.
7350  der Befehl 
7351 \series bold
7352
7353 \backslash
7354 left.
7355 \backslash
7356 frac
7357 \begin_inset ERT
7358 status collapsed
7359
7360 \begin_layout Plain Layout
7361
7362
7363 \backslash
7364 leer 
7365 \end_layout
7366
7367 \end_inset
7368
7369 A
7370 \begin_inset Formula $\downarrow$
7371 \end_inset
7372
7373 B
7374 \begin_inset ERT
7375 status collapsed
7376
7377 \begin_layout Plain Layout
7378
7379
7380 \backslash
7381 leer 
7382 \end_layout
7383
7384 \end_inset
7385
7386
7387 \backslash
7388 right}
7389 \series default
7390
7391 \begin_inset space \thinspace{}
7392 \end_inset
7393
7394 :
7395 \series bold
7396
7397 \begin_inset Formula 
7398 \[
7399 \left.\frac{A}{B}\right\} 
7400 \]
7401
7402 \end_inset
7403
7404
7405 \series default
7406 Die Befehle 
7407 \series bold
7408
7409 \backslash
7410 left
7411 \series default
7412  und 
7413 \series bold
7414
7415 \backslash
7416 right
7417 \series default
7418  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7419  umgewandelt.
7420  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7421 \end_layout
7422
7423 \begin_layout Standard
7424 \begin_inset VSpace bigskip
7425 \end_inset
7426
7427 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7428  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7429  Befehl 
7430 \series bold
7431
7432 \backslash
7433 middle
7434 \series default
7435
7436 \begin_inset Index idx
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440 Befehle ! M ! 
7441 \backslash
7442 middle
7443 \end_layout
7444
7445 \end_inset
7446
7447  zur Verfügung.
7448  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7449  angepasst, was z.
7450 \begin_inset space \thinspace{}
7451 \end_inset
7452
7453 B.
7454  für physikalische Vektoren von Nutzen ist:
7455 \begin_inset Formula 
7456 \[
7457 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7458 \]
7459
7460 \end_inset
7461
7462 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7463 \begin_inset CommandInset ref
7464 LatexCommand ref
7465 reference "sub:Physikalische-Vektoren"
7466
7467 \end_inset
7468
7469  beschrieben ist.
7470 \end_layout
7471
7472 \begin_layout Subsection
7473 Horizontale Klammern
7474 \begin_inset Index idx
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478 Klammern ! horizontale
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \end_layout
7485
7486 \begin_layout Standard
7487 \align center
7488 \begin_inset Tabular
7489 <lyxtabular version="3" rows="4" columns="2">
7490 <features tabularvalignment="middle">
7491 <column alignment="center" valignment="top" width="0pt">
7492 <column alignment="center" valignment="top" width="0pt">
7493 <row>
7494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 Befehl
7499 \begin_inset Note Note
7500 status collapsed
7501
7502 \begin_layout Plain Layout
7503
7504 \series bold
7505
7506 \backslash
7507 raisebox
7508 \series default
7509  dient nur als Abstandhalter.
7510 \end_layout
7511
7512 \end_inset
7513
7514
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 Ergebnis
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 </row>
7529 <row>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 \begin_inset ERT
7535 status collapsed
7536
7537 \begin_layout Plain Layout
7538
7539
7540 \backslash
7541 raisebox{2.3mm}{
7542 \end_layout
7543
7544 \end_inset
7545
7546
7547 \backslash
7548 overbrace
7549 \begin_inset ERT
7550 status collapsed
7551
7552 \begin_layout Plain Layout
7553
7554
7555 \backslash
7556 leer 
7557 \end_layout
7558
7559 \end_inset
7560
7561 A+B
7562 \begin_inset ERT
7563 status collapsed
7564
7565 \begin_layout Plain Layout
7566
7567
7568 \backslash
7569 leer 
7570 \end_layout
7571
7572 \end_inset
7573
7574 ^
7575 \begin_inset ERT
7576 status collapsed
7577
7578 \begin_layout Plain Layout
7579
7580
7581 \backslash
7582 leer 
7583 \end_layout
7584
7585 \end_inset
7586
7587 3
7588 \begin_inset ERT
7589 status collapsed
7590
7591 \begin_layout Plain Layout
7592
7593 }
7594 \end_layout
7595
7596 \end_inset
7597
7598
7599 \begin_inset Index idx
7600 status collapsed
7601
7602 \begin_layout Plain Layout
7603 Befehle ! O ! 
7604 \backslash
7605 overbrace
7606 \end_layout
7607
7608 \end_inset
7609
7610
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 \begin_inset Formula $\overbrace{A+B}^{3}$
7620 \end_inset
7621
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 </row>
7628 <row>
7629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 \begin_inset ERT
7634 status collapsed
7635
7636 \begin_layout Plain Layout
7637
7638
7639 \backslash
7640 raisebox{-2.2mm}{
7641 \end_layout
7642
7643 \end_inset
7644
7645
7646 \backslash
7647 underbrace
7648 \begin_inset ERT
7649 status collapsed
7650
7651 \begin_layout Plain Layout
7652
7653
7654 \backslash
7655 leer 
7656 \end_layout
7657
7658 \end_inset
7659
7660 A+B
7661 \begin_inset ERT
7662 status collapsed
7663
7664 \begin_layout Plain Layout
7665
7666
7667 \backslash
7668 leer 
7669 \end_layout
7670
7671 \end_inset
7672
7673 _5
7674 \begin_inset ERT
7675 status collapsed
7676
7677 \begin_layout Plain Layout
7678
7679 }
7680 \end_layout
7681
7682 \end_inset
7683
7684
7685 \begin_inset Index idx
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689 Befehle ! U ! 
7690 \backslash
7691 underbrace
7692 \end_layout
7693
7694 \end_inset
7695
7696
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 \begin_inset Formula $\underbrace{A+B}_{5}$
7706 \end_inset
7707
7708
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \backslash
7721 overbrace
7722 \begin_inset ERT
7723 status collapsed
7724
7725 \begin_layout Plain Layout
7726
7727
7728 \backslash
7729 leer 
7730 \end_layout
7731
7732 \end_inset
7733
7734
7735 \backslash
7736 underbrace
7737 \begin_inset ERT
7738 status collapsed
7739
7740 \begin_layout Plain Layout
7741
7742
7743 \backslash
7744 leer 
7745 \end_layout
7746
7747 \end_inset
7748
7749 A+B_w
7750 \begin_inset ERT
7751 status collapsed
7752
7753 \begin_layout Plain Layout
7754
7755
7756 \backslash
7757 leer 
7758 \end_layout
7759
7760 \end_inset
7761
7762
7763 \begin_inset ERT
7764 status collapsed
7765
7766 \begin_layout Plain Layout
7767
7768
7769 \backslash
7770 leer 
7771 \end_layout
7772
7773 \end_inset
7774
7775 _7
7776 \begin_inset ERT
7777 status collapsed
7778
7779 \begin_layout Plain Layout
7780
7781
7782 \backslash
7783 leer 
7784 \end_layout
7785
7786 \end_inset
7787
7788
7789 \begin_inset ERT
7790 status collapsed
7791
7792 \begin_layout Plain Layout
7793
7794
7795 \backslash
7796 leer 
7797 \end_layout
7798
7799 \end_inset
7800
7801 ^
7802 \begin_inset ERT
7803 status collapsed
7804
7805 \begin_layout Plain Layout
7806
7807
7808 \backslash
7809 leer 
7810 \end_layout
7811
7812 \end_inset
7813
7814 C
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7824 \end_inset
7825
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 </row>
7832 </lyxtabular>
7833
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \begin_layout Standard
7840 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7841 \series bold
7842
7843 \backslash
7844 overbrace
7845 \series default
7846  oder 
7847 \series bold
7848
7849 \backslash
7850 underbrace
7851 \series default
7852  eingibt.
7853 \end_layout
7854
7855 \begin_layout Standard
7856 \begin_inset VSpace bigskip
7857 \end_inset
7858
7859 Benötigt man Klammern, die sich überschneiden, muss man die in 
7860 \begin_inset CommandInset ref
7861 LatexCommand ref
7862 reference "sec:Mehrzeilige-Formeln"
7863
7864 \end_inset
7865
7866  beschriebenen mehrzeiligen Formeln verwenden:
7867 \begin_inset Formula 
7868 \begin{eqnarray*}
7869 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7870  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7871 \end{eqnarray*}
7872
7873 \end_inset
7874
7875 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7876  Dabei ist es wichtig, dass vor dem ersten 
7877 \begin_inset Formula $d$
7878 \end_inset
7879
7880  der Abstandsbefehl
7881 \begin_inset Foot
7882 status collapsed
7883
7884 \begin_layout Plain Layout
7885 Abstandsbefehle sind in 
7886 \begin_inset CommandInset ref
7887 LatexCommand ref
7888 reference "sub:Vordefinierter-Leerraum"
7889
7890 \end_inset
7891
7892  erklärt.
7893 \end_layout
7894
7895 \end_inset
7896
7897  
7898 \series bold
7899
7900 \backslash
7901 :
7902 \series default
7903  eingegeben wird, denn die nach dem 
7904 \begin_inset Formula $q$
7905 \end_inset
7906
7907  endende Klammer verhindert, dass das nachfolgende 
7908 \begin_inset Quotes gld
7909 \end_inset
7910
7911 +
7912 \begin_inset Quotes grd
7913 \end_inset
7914
7915  von Leerraum umgeben ist.
7916 \begin_inset Foot
7917 status collapsed
7918
7919 \begin_layout Plain Layout
7920 weil eine Klammer nicht als Zeichen gilt, siehe 
7921 \begin_inset CommandInset ref
7922 LatexCommand ref
7923 reference "sub:Binäre-Operatoren"
7924
7925 \end_inset
7926
7927
7928 \end_layout
7929
7930 \end_inset
7931
7932  In die zweite Zeile wird die zweite Klammer eingegeben.
7933  Da sie vor dem 
7934 \begin_inset Formula $b$
7935 \end_inset
7936
7937  beginnen soll, gibt man zuerst 
7938 \series bold
7939
7940 \backslash
7941 hphantom{gggg+
7942 \backslash
7943 :}
7944 \series default
7945  ein.
7946 \begin_inset Foot
7947 status collapsed
7948
7949 \begin_layout Plain Layout
7950 mehr zu 
7951 \series bold
7952
7953 \backslash
7954 hphantom
7955 \series default
7956  siehe 
7957 \begin_inset CommandInset ref
7958 LatexCommand ref
7959 reference "sub:Platzhalter"
7960
7961 \end_inset
7962
7963 .
7964 \end_layout
7965
7966 \end_inset
7967
7968  Dieser Leerraum wird benötigt, weil das 
7969 \begin_inset Quotes gld
7970 \end_inset
7971
7972 +
7973 \begin_inset Quotes grd
7974 \end_inset
7975
7976  in der Formel auch von Leerraum umgeben ist.
7977  Die Klammer wird unter den Befehl 
7978 \series bold
7979
7980 \backslash
7981 hphantom{bbqq+dddd}
7982 \series default
7983  gesetzt.
7984 \end_layout
7985
7986 \begin_layout Standard
7987 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7988 n, wie in folgendem Beispiel:
7989 \begin_inset ERT
7990 status collapsed
7991
7992 \begin_layout Plain Layout
7993
7994
7995 \backslash
7996 setlength{
7997 \backslash
7998 jot}{-6pt}
7999 \end_layout
8000
8001 \end_inset
8002
8003
8004 \begin_inset Formula 
8005 \begin{eqnarray*}
8006  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8007 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8008 \end{eqnarray*}
8009
8010 \end_inset
8011
8012
8013 \begin_inset ERT
8014 status collapsed
8015
8016 \begin_layout Plain Layout
8017
8018
8019 \backslash
8020 setlength{
8021 \backslash
8022 jot}{3pt}
8023 \end_layout
8024
8025 \end_inset
8026
8027 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8028  mit dem Unterschied, dass sich die Klammer oben befindet.
8029  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8030  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8031  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8032  werden.
8033  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8034 \begin_inset Foot
8035 status collapsed
8036
8037 \begin_layout Plain Layout
8038 \begin_inset CommandInset href
8039 LatexCommand href
8040 name "LyX-Fehler #1505"
8041 target "http://www.lyx.org/trac/ticket/1505"
8042
8043 \end_inset
8044
8045
8046 \end_layout
8047
8048 \end_inset
8049
8050 .
8051  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8052 \series bold
8053
8054 \backslash
8055 jot
8056 \series default
8057
8058 \begin_inset Index idx
8059 status collapsed
8060
8061 \begin_layout Plain Layout
8062 Befehle ! J ! 
8063 \backslash
8064 jot
8065 \end_layout
8066
8067 \end_inset
8068
8069  vor der Formel mit dem Befehl 
8070 \series bold
8071
8072 \backslash
8073 setlength{
8074 \backslash
8075 jot}{-6pt}
8076 \series default
8077  im TeX-Modus auf den Wert -6
8078 \begin_inset space \thinspace{}
8079 \end_inset
8080
8081 pt geändert.
8082  Nach der Formel wird 
8083 \series bold
8084
8085 \backslash
8086 jot
8087 \series default
8088  mit demselben Befehl wieder auf den Standardwert 3
8089 \begin_inset space \thinspace{}
8090 \end_inset
8091
8092 pt zurückgesetzt.
8093  Genaueres zum Zeilenabstand in Formeln ist in 
8094 \begin_inset CommandInset ref
8095 LatexCommand ref
8096 reference "sub:Zeilenabstand"
8097
8098 \end_inset
8099
8100  erklärt.
8101 \end_layout
8102
8103 \begin_layout Section
8104 Pfeile
8105 \begin_inset Index idx
8106 status collapsed
8107
8108 \begin_layout Plain Layout
8109 Pfeile
8110 \end_layout
8111
8112 \end_inset
8113
8114
8115 \end_layout
8116
8117 \begin_layout Standard
8118 Pfeile können über den Mathe-Werkzeugleistenknopf 
8119 \begin_inset Graphics
8120         filename ../../images/math/leftarrow.png
8121         scale 85
8122
8123 \end_inset
8124
8125  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8126  aufgelistet sind.
8127 \end_layout
8128
8129 \begin_layout Subsection
8130 Horizontale Pfeile
8131 \begin_inset Index idx
8132 status collapsed
8133
8134 \begin_layout Plain Layout
8135 Pfeile ! horizontale
8136 \end_layout
8137
8138 \end_inset
8139
8140
8141 \end_layout
8142
8143 \begin_layout Standard
8144 \begin_inset space \hfill{}
8145 \end_inset
8146
8147
8148 \begin_inset Tabular
8149 <lyxtabular version="3" rows="8" columns="2">
8150 <features tabularvalignment="middle">
8151 <column alignment="center" valignment="top" width="0pt">
8152 <column alignment="center" valignment="top" width="0pt">
8153 <row>
8154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Befehl
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 Ergebnis
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \backslash
8180 gets
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 \begin_inset Formula $\gets$
8190 \end_inset
8191
8192
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \backslash
8205 Leftarrow
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 \begin_inset Formula $\Leftarrow$
8215 \end_inset
8216
8217
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \backslash
8230 longleftarrow
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 \begin_inset Formula $\longleftarrow$
8240 \end_inset
8241
8242
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \backslash
8255 Longleftarrow
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 \begin_inset Formula $\Longleftarrow$
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 </row>
8273 <row>
8274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278
8279 \backslash
8280 leftharpoonup
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 \begin_inset Formula $\leftharpoonup$
8290 \end_inset
8291
8292
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \backslash
8305 leftharpoondown
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 \begin_inset Formula $\leftharpoondown$
8315 \end_inset
8316
8317
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \backslash
8330 hookleftarrow
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 \begin_inset Formula $\hookleftarrow$
8340 \end_inset
8341
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 </lyxtabular>
8349
8350 \end_inset
8351
8352
8353 \begin_inset space \hfill{}
8354 \end_inset
8355
8356
8357 \begin_inset Tabular
8358 <lyxtabular version="3" rows="8" columns="2">
8359 <features tabularvalignment="middle">
8360 <column alignment="center" valignment="top" width="0pt">
8361 <column alignment="center" valignment="top" width="0pt">
8362 <row>
8363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 Befehl
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Ergebnis
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 <row>
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387
8388 \backslash
8389 to
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 \begin_inset Formula $\to$
8399 \end_inset
8400
8401
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \backslash
8414 Rightarrow
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 \begin_inset Formula $\Rightarrow$
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \backslash
8439 longrightarrow
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 \begin_inset Formula $\longrightarrow$
8449 \end_inset
8450
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \backslash
8464 Longrightarrow
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 \begin_inset Formula $\Longrightarrow$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \backslash
8489 rightharpoonup
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 \begin_inset Formula $\rightharpoonup$
8499 \end_inset
8500
8501
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 rightharpoondown
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\rightharpoondown$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \backslash
8539 hookrightarrow
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 \begin_inset Formula $\hookrightarrow$
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 </lyxtabular>
8558
8559 \end_inset
8560
8561
8562 \begin_inset space \hfill{}
8563 \end_inset
8564
8565
8566 \end_layout
8567
8568 \begin_layout Standard
8569 \begin_inset space \hfill{}
8570 \end_inset
8571
8572
8573 \begin_inset Tabular
8574 <lyxtabular version="3" rows="6" columns="2">
8575 <features tabularvalignment="middle">
8576 <column alignment="center" valignment="top" width="0pt">
8577 <column alignment="center" valignment="top" width="0pt">
8578 <row>
8579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Befehl
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Ergebnis
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \backslash
8605 leftrightarrow
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 \begin_inset Formula $\leftrightarrow$
8615 \end_inset
8616
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \backslash
8630 Leftrightarrow
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 \begin_inset Formula $\Leftrightarrow$
8640 \end_inset
8641
8642
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \backslash
8655 longleftrightarrow
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 \begin_inset Formula $\longleftrightarrow$
8665 \end_inset
8666
8667
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \backslash
8680 Longleftrightarrow
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 \begin_inset Formula $\Longleftrightarrow$
8690 \end_inset
8691
8692
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \backslash
8705 rightleftharpoons
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 \begin_inset Formula $\rightleftharpoons$
8715 \end_inset
8716
8717
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 </lyxtabular>
8724
8725 \end_inset
8726
8727
8728 \begin_inset space \hspace{}
8729 \length 25pt
8730 \end_inset
8731
8732
8733 \begin_inset space \hfill{}
8734 \end_inset
8735
8736
8737 \begin_inset Tabular
8738 <lyxtabular version="3" rows="5" columns="2">
8739 <features tabularvalignment="middle">
8740 <column alignment="center" valignment="top" width="0pt">
8741 <column alignment="center" valignment="top" width="0pt">
8742 <row>
8743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Befehl
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Ergebnis
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \backslash
8769 mapsto
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 \begin_inset Formula $\mapsto$
8779 \end_inset
8780
8781
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \backslash
8794 longmapsto
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 \begin_inset Formula $\longmapsto$
8804 \end_inset
8805
8806
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \backslash
8819 leadsto
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 \begin_inset Formula $\leadsto$
8829 \end_inset
8830
8831
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \backslash
8844 dasharrow
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 \begin_inset Formula $\dasharrow$
8854 \end_inset
8855
8856
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 </lyxtabular>
8863
8864 \end_inset
8865
8866
8867 \begin_inset space \hfill{}
8868 \end_inset
8869
8870
8871 \end_layout
8872
8873 \begin_layout Standard
8874 \begin_inset VSpace medskip
8875 \end_inset
8876
8877 Als Akzent verwendete Pfeile, wie z.
8878 \begin_inset space \thinspace{}
8879 \end_inset
8880
8881 B.
8882  Vektorpfeile, sind in 
8883 \begin_inset CommandInset ref
8884 LatexCommand ref
8885 reference "sec:Akzente"
8886
8887 \end_inset
8888
8889  aufgelistet.
8890 \end_layout
8891
8892 \begin_layout Standard
8893 \begin_inset VSpace bigskip
8894 \end_inset
8895
8896 Des Weiteren gibt es die beschriftbaren Pfeile
8897 \begin_inset Index idx
8898 status collapsed
8899
8900 \begin_layout Plain Layout
8901 Pfeile ! beschriftbare
8902 \end_layout
8903
8904 \end_inset
8905
8906  
8907 \series bold
8908
8909 \backslash
8910 xleftarrow
8911 \series default
8912
8913 \begin_inset Index idx
8914 status collapsed
8915
8916 \begin_layout Plain Layout
8917 Befehle ! X ! 
8918 \backslash
8919 xleftarrow
8920 \end_layout
8921
8922 \end_inset
8923
8924  und 
8925 \series bold
8926
8927 \backslash
8928 xrightarrow
8929 \series default
8930
8931 \begin_inset Index idx
8932 status collapsed
8933
8934 \begin_layout Plain Layout
8935 Befehle ! X ! 
8936 \backslash
8937 xrightarrow
8938 \begin_inset ERT
8939 status collapsed
8940
8941 \begin_layout Plain Layout
8942
8943
8944 \backslash
8945 vspace{4mm}
8946 \end_layout
8947
8948 \end_inset
8949
8950
8951 \end_layout
8952
8953 \end_inset
8954
8955 .
8956  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8957  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8958  Die Pfeillänge passt sich der Breite der Beschriftung an.
8959 \end_layout
8960
8961 \begin_layout Standard
8962 \align center
8963 \begin_inset Tabular
8964 <lyxtabular version="3" rows="3" columns="2">
8965 <features tabularvalignment="middle">
8966 <column alignment="center" valignment="top" width="0pt">
8967 <column alignment="center" valignment="top" width="0pt">
8968 <row>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Befehl
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Ergebnis
8983 \begin_inset Note Note
8984 status collapsed
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989
8990 \backslash
8991 raisebox
8992 \series default
8993  dient nur als Abstandhalter.
8994 \end_layout
8995
8996 \end_inset
8997
8998
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 F(a)
9010 \backslash
9011 xleftarrow
9012 \begin_inset ERT
9013 status collapsed
9014
9015 \begin_layout Plain Layout
9016
9017
9018 \backslash
9019 leer 
9020 \end_layout
9021
9022 \end_inset
9023
9024 x=a
9025 \begin_inset Formula $\downarrow$
9026 \end_inset
9027
9028 x>0
9029 \begin_inset Formula $\to$
9030 \end_inset
9031
9032 F(x)
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 F(x)
9056 \backslash
9057 xrightarrow
9058 \begin_inset ERT
9059 status collapsed
9060
9061 \begin_layout Plain Layout
9062
9063
9064 \backslash
9065 leer 
9066 \end_layout
9067
9068 \end_inset
9069
9070 x=a
9071 \begin_inset Formula $\downarrow$
9072 \end_inset
9073
9074 x>0
9075 \begin_inset Formula $\to$
9076 \end_inset
9077
9078 F(a)
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9088 \end_inset
9089
9090
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 </lyxtabular>
9097
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \begin_layout Subsection
9104 Vertikale und diagonale Pfeile
9105 \begin_inset Index idx
9106 status collapsed
9107
9108 \begin_layout Plain Layout
9109 Pfeile ! diagonale
9110 \end_layout
9111
9112 \end_inset
9113
9114
9115 \begin_inset Index idx
9116 status collapsed
9117
9118 \begin_layout Plain Layout
9119 Pfeile ! vertikale
9120 \end_layout
9121
9122 \end_inset
9123
9124
9125 \end_layout
9126
9127 \begin_layout Standard
9128 \begin_inset space \hfill{}
9129 \end_inset
9130
9131
9132 \begin_inset Tabular
9133 <lyxtabular version="3" rows="7" columns="2">
9134 <features tabularvalignment="middle">
9135 <column alignment="center" valignment="top" width="0pt">
9136 <column alignment="center" valignment="top" width="0pt">
9137 <row>
9138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 Befehl
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 Ergebnis
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \backslash
9164 uparrow
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 \begin_inset Formula $\uparrow$
9174 \end_inset
9175
9176
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 </row>
9182 <row>
9183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187
9188 \backslash
9189 Uparrow
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 \begin_inset Formula $\Uparrow$
9199 \end_inset
9200
9201
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \backslash
9214 updownarrow
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 \begin_inset Formula $\updownarrow$
9224 \end_inset
9225
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \backslash
9239 Updownarrow
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 \begin_inset Formula $\Updownarrow$
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \backslash
9264 Downarrow
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 \begin_inset Formula $\Downarrow$
9274 \end_inset
9275
9276
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \backslash
9289 downarrow
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 \begin_inset Formula $\downarrow$
9299 \end_inset
9300
9301
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 </lyxtabular>
9308
9309 \end_inset
9310
9311
9312 \begin_inset space \hfill{}
9313 \end_inset
9314
9315
9316 \begin_inset Tabular
9317 <lyxtabular version="3" rows="5" columns="2">
9318 <features tabularvalignment="middle">
9319 <column alignment="center" valignment="top" width="0pt">
9320 <column alignment="center" valignment="top" width="0pt">
9321 <row>
9322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 Befehl
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 Ergebnis
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \backslash
9348 nearrow
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 \begin_inset Formula $\nearrow$
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \backslash
9373 searrow
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 \begin_inset Formula $\searrow$
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \backslash
9398 swarrow
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 \begin_inset Formula $\swarrow$
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \backslash
9423 nwarrow
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\nwarrow$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 </lyxtabular>
9442
9443 \end_inset
9444
9445
9446 \begin_inset space \hfill{}
9447 \end_inset
9448
9449
9450 \end_layout
9451
9452 \begin_layout Standard
9453 \begin_inset VSpace medskip
9454 \end_inset
9455
9456 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9457  
9458 \begin_inset CommandInset ref
9459 LatexCommand ref
9460 reference "sub:Manuelle-Klammergrößen"
9461
9462 \end_inset
9463
9464  und 
9465 \begin_inset CommandInset ref
9466 LatexCommand ref
9467 reference "sub:Automatische-Klammergrößen"
9468
9469 \end_inset
9470
9471  beschriebenen Befehlen verwendet werden.
9472 \end_layout
9473
9474 \begin_layout Section
9475 Akzente
9476 \begin_inset CommandInset label
9477 LatexCommand label
9478 name "sec:Akzente"
9479
9480 \end_inset
9481
9482
9483 \begin_inset Index idx
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487 Akzente
9488 \end_layout
9489
9490 \end_inset
9491
9492
9493 \end_layout
9494
9495 \begin_layout Standard
9496 Akzente können über den Mathe-Werkzeugleistenknopf 
9497 \begin_inset Graphics
9498         filename ../../images/math/hat.png
9499         scale 85
9500
9501 \end_inset
9502
9503  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9504  aufgelistet sind.
9505 \end_layout
9506
9507 \begin_layout Subsection
9508 Akzente für ein Zeichen
9509 \begin_inset ERT
9510 status collapsed
9511
9512 \begin_layout Plain Layout
9513
9514
9515 \backslash
9516 texorpdfstring{
9517 \end_layout
9518
9519 \end_inset
9520
9521
9522 \begin_inset Foot
9523 status collapsed
9524
9525 \begin_layout Plain Layout
9526 Akzente im Text siehe 
9527 \begin_inset CommandInset ref
9528 LatexCommand ref
9529 reference "sub:Sonderzeichen-Akzente"
9530
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \end_inset
9537
9538
9539 \begin_inset ERT
9540 status collapsed
9541
9542 \begin_layout Plain Layout
9543
9544 }{}
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \begin_inset Note Note
9551 status collapsed
9552
9553 \begin_layout Plain Layout
9554
9555 \series bold
9556
9557 \backslash
9558 texorpdfstring
9559 \series default
9560  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9561 \end_layout
9562
9563 \begin_layout Plain Layout
9564 Näheres zu 
9565 \series bold
9566
9567 \backslash
9568 texorpdfstring
9569 \series default
9570  steht in Kapitel 
9571 \begin_inset CommandInset ref
9572 LatexCommand ref
9573 reference "sub:Formeln-in-Überschriften"
9574
9575 \end_inset
9576
9577 .
9578 \end_layout
9579
9580 \end_inset
9581
9582
9583 \begin_inset CommandInset label
9584 LatexCommand label
9585 name "sub:Akzente-für-ein"
9586
9587 \end_inset
9588
9589
9590 \begin_inset Index idx
9591 status collapsed
9592
9593 \begin_layout Plain Layout
9594 Akzente ! für ein Zeichen
9595 \end_layout
9596
9597 \end_inset
9598
9599
9600 \end_layout
9601
9602 \begin_layout Standard
9603 \begin_inset space \hfill{}
9604 \end_inset
9605
9606
9607 \begin_inset Tabular
9608 <lyxtabular version="3" rows="8" columns="2">
9609 <features tabularvalignment="middle">
9610 <column alignment="center" valignment="top" width="0pt">
9611 <column alignment="center" valignment="top" width="0pt">
9612 <row>
9613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 Befehl
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 Ergebnis
9627 \begin_inset Note Note
9628 status collapsed
9629
9630 \begin_layout Plain Layout
9631
9632 \series bold
9633
9634 \backslash
9635 raisebox
9636 \series default
9637  dient nur als Abstandhalter.
9638 \end_layout
9639
9640 \end_inset
9641
9642
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row>
9649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653
9654 \backslash
9655 dot
9656 \begin_inset ERT
9657 status collapsed
9658
9659 \begin_layout Plain Layout
9660
9661
9662 \backslash
9663 leer 
9664 \end_layout
9665
9666 \end_inset
9667
9668 A
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9678 \end_inset
9679
9680
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 </row>
9686 <row>
9687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691
9692 \backslash
9693 ddot
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" bottomline="true" leftline="true" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715 \begin_inset Formula $\raisebox{5mm}{}\ddot{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 dddot
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}{}\dddot{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 ddddot
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}{}\ddddot{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 vec
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 \begin_inset Index idx
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825 Vektoren
9826 \end_layout
9827
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9840 \end_inset
9841
9842
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 </row>
9848 <row>
9849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \backslash
9855 bar
9856 \begin_inset ERT
9857 status collapsed
9858
9859 \begin_layout Plain Layout
9860
9861
9862 \backslash
9863 leer 
9864 \end_layout
9865
9866 \end_inset
9867
9868 A
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}{}\bar{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 mathring
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}{}\mathring{A}$
9916 \end_inset
9917
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 </lyxtabular>
9925
9926 \end_inset
9927
9928
9929 \begin_inset space \hfill{}
9930 \end_inset
9931
9932
9933 \begin_inset Tabular
9934 <lyxtabular version="3" rows="7" columns="2">
9935 <features tabularvalignment="middle">
9936 <column alignment="center" valignment="top" width="0pt">
9937 <column alignment="center" valignment="top" width="0pt">
9938 <row>
9939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 Befehl
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 Ergebnis
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \backslash
9965 tilde
9966 \begin_inset ERT
9967 status collapsed
9968
9969 \begin_layout Plain Layout
9970
9971
9972 \backslash
9973 leer 
9974 \end_layout
9975
9976 \end_inset
9977
9978 A
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9988 \end_inset
9989
9990
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row>
9997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \backslash
10003 hat
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" bottomline="true" leftline="true" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 \begin_inset Formula $\raisebox{5mm}{}\hat{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 check
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}{}\check{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 acute
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}{}\acute{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 grave
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}{}\grave{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 breve
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}{}\breve{A}$
10178 \end_inset
10179
10180
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 </lyxtabular>
10187
10188 \end_inset
10189
10190
10191 \begin_inset space \hfill{}
10192 \end_inset
10193
10194
10195 \end_layout
10196
10197 \begin_layout Standard
10198 \begin_inset VSpace bigskip
10199 \end_inset
10200
10201 Akzente wie z.B.
10202  é können direkt in Formeln eingegeben werden.
10203  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10204  Für Umlaute
10205 \begin_inset Index idx
10206 status collapsed
10207
10208 \begin_layout Plain Layout
10209 Umlaute
10210 \end_layout
10211
10212 \end_inset
10213
10214  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10215  Diese beiden Zeichen bilden dann für LaTeX 
10216 \emph on
10217 ein
10218 \emph default
10219  Zeichen.
10220  Im Gegensatz zu 
10221 \series bold
10222
10223 \backslash
10224 ddot
10225 \series default
10226  entstehen damit 
10227 \begin_inset Quotes gld
10228 \end_inset
10229
10230 echte
10231 \begin_inset Quotes grd
10232 \end_inset
10233
10234  Umlaute, was folgendes Beispiel zeigt:
10235 \end_layout
10236
10237 \begin_layout Standard
10238 \begin_inset VSpace -2mm
10239 \end_inset
10240
10241
10242 \end_layout
10243
10244 \begin_layout Standard
10245 \align center
10246 \begin_inset Tabular
10247 <lyxtabular version="3" rows="3" columns="2">
10248 <features tabularvalignment="middle">
10249 <column alignment="center" valignment="top" width="0">
10250 <column alignment="center" valignment="top" width="0">
10251 <row>
10252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Befehl
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Ergebnis
10266 \begin_inset Note Note
10267 status collapsed
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272
10273 \backslash
10274 raisebox
10275 \series default
10276  dient nur als Abstandhalter.
10277 \end_layout
10278
10279 \end_inset
10280
10281
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 \begin_inset Quotes grd
10293 \end_inset
10294
10295 i
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 \begin_inset Formula $"i$
10305 \end_inset
10306
10307
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row>
10314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \backslash
10320 ddot
10321 \begin_inset ERT
10322 status collapsed
10323
10324 \begin_layout Plain Layout
10325
10326
10327 \backslash
10328 leer 
10329 \end_layout
10330
10331 \end_inset
10332
10333 i
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10343 \end_inset
10344
10345
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 </row>
10351 </lyxtabular>
10352
10353 \end_inset
10354
10355
10356 \end_layout
10357
10358 \begin_layout Standard
10359 Ein weiterer Vorteil gegenüber 
10360 \series bold
10361
10362 \backslash
10363 ddot
10364 \series default
10365  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10366  denn die obigen Akzentbefehle sind 
10367 \emph on
10368 im mathematischen Text\SpecialChar \-
10369 modus nicht erlaubt
10370 \emph default
10371 .
10372  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10373  nur das Zeichen unter dem Akzent umgewandelt werden.
10374  Das gilt auch für alle anderen Umwandlungen wie z.
10375 \begin_inset space \thinspace{}
10376 \end_inset
10377
10378 B.
10379  in kursiv oder fett.
10380 \end_layout
10381
10382 \begin_layout Standard
10383 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10384  direkt eingegeben werden.
10385 \end_layout
10386
10387 \begin_layout Subsection
10388 Akzente für Operatoren
10389 \begin_inset Index idx
10390 status collapsed
10391
10392 \begin_layout Plain Layout
10393 Akzente ! für Operatoren
10394 \end_layout
10395
10396 \end_inset
10397
10398
10399 \end_layout
10400
10401 \begin_layout Standard
10402 Zum Akzentuieren von Operatoren gibt es die Befehle 
10403 \series bold
10404
10405 \backslash
10406 overset
10407 \series default
10408
10409 \begin_inset Index idx
10410 status collapsed
10411
10412 \begin_layout Plain Layout
10413 Befehle ! O ! 
10414 \backslash
10415 overset
10416 \end_layout
10417
10418 \end_inset
10419
10420  und 
10421 \series bold
10422
10423 \backslash
10424 underset
10425 \series default
10426
10427 \begin_inset Index idx
10428 status collapsed
10429
10430 \begin_layout Plain Layout
10431 Befehle ! U ! 
10432 \backslash
10433 underset
10434 \end_layout
10435
10436 \end_inset
10437
10438 , mit denen man Zeichen über bzw.
10439  unter einen Operator setzen kann.
10440  Mit dem Befehl 
10441 \series bold
10442
10443 \backslash
10444 sideset
10445 \series default
10446
10447 \begin_inset Index idx
10448 status collapsed
10449
10450 \begin_layout Plain Layout
10451 Befehle ! S ! 
10452 \backslash
10453 sideset
10454 \end_layout
10455
10456 \end_inset
10457
10458  können Zeichen vor und nach einen Operator gesetzt werden.
10459  Das Befehlsschema lautet:
10460 \end_layout
10461
10462 \begin_layout Standard
10463
10464 \series bold
10465
10466 \backslash
10467 sideset{Zeichen
10468 \series default
10469  
10470 \series bold
10471 davor}{Zeichen
10472 \series default
10473  
10474 \series bold
10475 dahinter}
10476 \end_layout
10477
10478 \begin_layout Standard
10479
10480 \series bold
10481
10482 \backslash
10483 sideset
10484 \series default
10485  muss immer vor dem zu akzentuierenden Operator stehen.
10486  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10487  Symbolen akzentuiert werden.
10488  Will man mit 
10489 \series bold
10490
10491 \backslash
10492 sideset
10493 \series default
10494  z.
10495 \begin_inset space \thinspace{}
10496 \end_inset
10497
10498 B.
10499  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10500  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10501 \end_layout
10502
10503 \begin_layout Standard
10504 Z.
10505 \begin_inset space \thinspace{}
10506 \end_inset
10507
10508 B.
10509  ergibt der Befehl 
10510 \series bold
10511
10512 \backslash
10513 sideset{
10514 \begin_inset Formula $\to$
10515 \end_inset
10516
10517
10518 \backslash
10519 {
10520 \series default
10521 '
10522 \series bold
10523
10524 \begin_inset Formula $\to$
10525 \end_inset
10526
10527
10528 \backslash
10529 sum_k=1
10530 \begin_inset ERT
10531 status collapsed
10532
10533 \begin_layout Plain Layout
10534
10535
10536 \backslash
10537 leer 
10538 \end_layout
10539
10540 \end_inset
10541
10542
10543 \series default
10544 ^
10545 \series bold
10546 n
10547 \series default
10548  :
10549 \begin_inset Formula 
10550 \[
10551 \sideset{}{'}\sum_{k=1}^{n}
10552 \]
10553
10554 \end_inset
10555
10556
10557 \end_layout
10558
10559 \begin_layout Standard
10560 Der Befehl 
10561 \series bold
10562
10563 \backslash
10564 overset
10565 \begin_inset ERT
10566 status collapsed
10567
10568 \begin_layout Plain Layout
10569
10570
10571 \backslash
10572 leer 
10573 \end_layout
10574
10575 \end_inset
10576
10577
10578 \backslash
10579 maltese
10580 \begin_inset ERT
10581 status collapsed
10582
10583 \begin_layout Plain Layout
10584
10585
10586 \backslash
10587 leer 
10588 \end_layout
10589
10590 \end_inset
10591
10592
10593 \series default
10594
10595 \begin_inset Formula $\uparrow$
10596 \end_inset
10597
10598
10599 \series bold
10600 a
10601 \series default
10602  ergibt:
10603 \begin_inset Formula 
10604 \[
10605 \overset{a}{\maltese}
10606 \]
10607
10608 \end_inset
10609
10610 Wie man am letzten Beispiel sieht, kann man mit 
10611 \series bold
10612
10613 \backslash
10614 overset
10615 \series default
10616  bzw.
10617  
10618 \series bold
10619
10620 \backslash
10621 underset
10622 \series default
10623  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10624 \series bold
10625
10626 \backslash
10627 sideset
10628 \series default
10629  ist dies nicht möglich.
10630 \end_layout
10631
10632 \begin_layout Subsection
10633 Akzente für mehrere Zeichen
10634 \begin_inset Index idx
10635 status collapsed
10636
10637 \begin_layout Plain Layout
10638 Akzente ! für mehrere Zeichen
10639 \end_layout
10640
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \begin_layout Standard
10647 \begin_inset space \hfill{}
10648 \end_inset
10649
10650
10651 \begin_inset Tabular
10652 <lyxtabular version="3" rows="5" columns="2">
10653 <features tabularvalignment="middle">
10654 <column alignment="center" valignment="top" width="0pt">
10655 <column alignment="center" valignment="top" width="0pt">
10656 <row>
10657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Befehl
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Ergebnis
10671 \begin_inset Note Note
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675
10676 \series bold
10677
10678 \backslash
10679 raisebox
10680 \series default
10681  dient nur als Abstandhalter.
10682 \end_layout
10683
10684 \end_inset
10685
10686
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \backslash
10699 overleftarrow
10700 \begin_inset ERT
10701 status collapsed
10702
10703 \begin_layout Plain Layout
10704
10705
10706 \backslash
10707 leer 
10708 \end_layout
10709
10710 \end_inset
10711
10712 A=B
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \backslash
10737 underleftarrow
10738 \begin_inset ERT
10739 status collapsed
10740
10741 \begin_layout Plain Layout
10742
10743
10744 \backslash
10745 leer 
10746 \end_layout
10747
10748 \end_inset
10749
10750 A=B
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
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 overleftrightarrow
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{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
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 underleftrightarrow
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{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 </lyxtabular>
10845
10846 \end_inset
10847
10848
10849 \begin_inset space \hfill{}
10850 \end_inset
10851
10852
10853 \begin_inset Tabular
10854 <lyxtabular version="3" rows="5" columns="2">
10855 <features tabularvalignment="middle">
10856 <column alignment="center" valignment="top" width="0pt">
10857 <column alignment="center" valignment="top" width="0pt">
10858 <row>
10859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 Befehl
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 Ergebnis
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 </row>
10878 <row>
10879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \backslash
10885 overrightarrow
10886 \begin_inset ERT
10887 status collapsed
10888
10889 \begin_layout Plain Layout
10890
10891
10892 \backslash
10893 leer 
10894 \end_layout
10895
10896 \end_inset
10897
10898 A=B
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \backslash
10923 underrightarrow
10924 \begin_inset ERT
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928
10929
10930 \backslash
10931 leer 
10932 \end_layout
10933
10934 \end_inset
10935
10936 A=B
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
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 widetilde
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{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
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 widehat
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}{}\widehat{A=B}\raisebox{-2mm}{}$
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 </lyxtabular>
11031
11032 \end_inset
11033
11034
11035 \begin_inset space \hfill{}
11036 \end_inset
11037
11038
11039 \end_layout
11040
11041 \begin_layout Standard
11042 \begin_inset VSpace medskip
11043 \end_inset
11044
11045 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11046  Die Akzente
11047 \begin_inset Newline linebreak
11048 \end_inset
11049
11050
11051 \series bold
11052
11053 \backslash
11054 widetilde
11055 \series default
11056  und 
11057 \series bold
11058
11059 \backslash
11060 widehat
11061 \series default
11062  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11063  was folgendes Beispiel verdeutlicht:
11064 \begin_inset Formula 
11065 \[
11066 \widetilde{A+B=C-D}
11067 \]
11068
11069 \end_inset
11070
11071
11072 \end_layout
11073
11074 \begin_layout Standard
11075 Mit den im vorigen Kapitel beschriebenen Befehlen 
11076 \series bold
11077
11078 \backslash
11079 overset
11080 \series default
11081
11082 \begin_inset Index idx
11083 status collapsed
11084
11085 \begin_layout Plain Layout
11086 Befehle ! O ! 
11087 \backslash
11088 overset
11089 \end_layout
11090
11091 \end_inset
11092
11093  und 
11094 \series bold
11095
11096 \backslash
11097 underset
11098 \series default
11099
11100 \begin_inset Index idx
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 Befehle ! U ! 
11105 \backslash
11106 underset
11107 \end_layout
11108
11109 \end_inset
11110
11111  ist es auch möglich mehrere Zeichen zu akzentuieren.
11112  Der Befehl 
11113 \series bold
11114
11115 \backslash
11116 underset
11117 \begin_inset ERT
11118 status collapsed
11119
11120 \begin_layout Plain Layout
11121
11122
11123 \backslash
11124 leer 
11125 \end_layout
11126
11127 \end_inset
11128
11129 A=B
11130 \begin_inset Formula $\downarrow$
11131 \end_inset
11132
11133 ***
11134 \series default
11135  ergibt:
11136 \begin_inset Formula 
11137 \[
11138 \underset{***}{A=B}
11139 \]
11140
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \begin_layout Section
11147 Leerraum
11148 \begin_inset CommandInset label
11149 LatexCommand label
11150 name "sub:Leerraum"
11151
11152 \end_inset
11153
11154
11155 \begin_inset Index idx
11156 status collapsed
11157
11158 \begin_layout Plain Layout
11159 Leerraum ! horizontaler
11160 \end_layout
11161
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \begin_layout Subsection
11168 Vordefinierter Leerraum
11169 \begin_inset CommandInset label
11170 LatexCommand label
11171 name "sub:Vordefinierter-Leerraum"
11172
11173 \end_inset
11174
11175
11176 \begin_inset Index idx
11177 status collapsed
11178
11179 \begin_layout Plain Layout
11180 Leerraum ! horizontaler ! vordefiniert
11181 \end_layout
11182
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \begin_layout Standard
11189 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11190  Dazu gibt man ein geschütztes Leerzeichen ein.
11191  Es erscheint ein 
11192 \begin_inset Quotes gld
11193 \end_inset
11194
11195
11196 \color blue
11197
11198 \begin_inset ERT
11199 status collapsed
11200
11201 \begin_layout Plain Layout
11202
11203
11204 \backslash
11205 leer 
11206 \end_layout
11207
11208 \end_inset
11209
11210
11211 \color inherit
11212
11213 \begin_inset Quotes grd
11214 \end_inset
11215
11216  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11217  Leerraum-Größen wählen.
11218  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11219 \begin_inset Graphics
11220         filename ../../images/math/space.png
11221         scale 85
11222
11223 \end_inset
11224
11225  oder mit einzelnen Befehlen aufrufen.
11226  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11227  danach wieder aus allen Größen wählen.
11228 \end_layout
11229
11230 \begin_layout Standard
11231 \align center
11232 \begin_inset VSpace -5mm
11233 \end_inset
11234
11235
11236 \begin_inset Tabular
11237 <lyxtabular version="3" rows="3" columns="7">
11238 <features tabularvalignment="middle">
11239 <column alignment="center" valignment="middle" width="6.8cm">
11240 <column alignment="center" valignment="top" width="0pt">
11241 <column alignment="center" valignment="top" width="0pt">
11242 <column alignment="center" valignment="top" width="0pt">
11243 <column alignment="center" valignment="top" width="0pt">
11244 <column alignment="center" valignment="top" width="0pt">
11245 <column alignment="center" valignment="top" width="0pt">
11246 <row>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 Befehl
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260
11261 \backslash
11262 ,
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271
11272 \backslash
11273 :
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282
11283 \backslash
11284 ;
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293
11294 \backslash
11295 quad
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304
11305 \backslash
11306 qquad
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315
11316 \backslash
11317 !
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 </row>
11323 <row>
11324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 0
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 1
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 2
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 3
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 4
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 5
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 </row>
11388 <row>
11389 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 Ergebnis
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 \begin_inset Formula $A\, B$
11403 \end_inset
11404
11405
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 \begin_inset Formula $A\: B$
11415 \end_inset
11416
11417
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 \begin_inset Formula $A\; B$
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 \begin_inset Formula $A\quad B$
11439 \end_inset
11440
11441
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 \begin_inset Formula $A\qquad B$
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 \begin_inset Formula $A\! B$
11463 \end_inset
11464
11465
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 </row>
11471 </lyxtabular>
11472
11473 \end_inset
11474
11475
11476 \end_layout
11477
11478 \begin_layout Standard
11479 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11480  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11481  denn sie erstellt negativen Leerraum.
11482  Es gibt noch zwei weitere negative Leerräume:
11483 \end_layout
11484
11485 \begin_layout Standard
11486 \align center
11487 \begin_inset Tabular
11488 <lyxtabular version="3" rows="3" columns="3">
11489 <features tabularvalignment="middle">
11490 <column alignment="center" valignment="middle" width="6.8cm">
11491 <column alignment="center" valignment="top" width="0pt">
11492 <column alignment="center" valignment="top" width="0pt">
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 Befehl
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507
11508 \backslash
11509 negmedspace
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518
11519 \backslash
11520 negthickspace
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 <row>
11527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 6
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 7
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 </row>
11555 <row>
11556 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 Ergebnis
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 \begin_inset Formula $A\negmedspace B$
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 \begin_inset Formula $A\negthickspace B$
11582 \end_inset
11583
11584
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 </row>
11590 </lyxtabular>
11591
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \begin_layout Standard
11598 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11599  Man kann auf diese Weise Ligaturen erzwingen, was z.
11600 \begin_inset space \thinspace{}
11601 \end_inset
11602
11603 B.
11604  für Summenzeichen von Nutzen ist: 
11605 \end_layout
11606
11607 \begin_layout Standard
11608 \align center
11609 \begin_inset Tabular
11610 <lyxtabular version="3" rows="3" columns="2">
11611 <features tabularvalignment="middle">
11612 <column alignment="center" valignment="top" width="0">
11613 <column alignment="center" valignment="top" width="0">
11614 <row>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 Befehl
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 Ergebnis
11629 \begin_inset Note Note
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633
11634 \series bold
11635
11636 \backslash
11637 raisebox
11638 \series default
11639  dient nur als Abstandhalter.
11640 \end_layout
11641
11642 \end_inset
11643
11644
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 </row>
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655
11656 \backslash
11657 sum
11658 \backslash
11659 sum
11660 \begin_inset ERT
11661 status collapsed
11662
11663 \begin_layout Plain Layout
11664
11665
11666 \backslash
11667 leer 
11668 \end_layout
11669
11670 \end_inset
11671
11672 f_kl
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 <row>
11691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695
11696 \backslash
11697 sum
11698 \backslash
11699 negmedspace
11700 \backslash
11701 sum
11702 \begin_inset ERT
11703 status collapsed
11704
11705 \begin_layout Plain Layout
11706
11707
11708 \backslash
11709 leer 
11710 \end_layout
11711
11712 \end_inset
11713
11714 f_kl
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 </row>
11732 </lyxtabular>
11733
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \begin_layout Standard
11740 Relationen, wie z.
11741 \begin_inset space \thinspace{}
11742 \end_inset
11743
11744 B.
11745  Gleichheitszeichen, sind immer von Leerraum umgeben.
11746  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11747  TeX-Klammer.
11748  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11749 \end_layout
11750
11751 \begin_layout Standard
11752 \align center
11753 \begin_inset Tabular
11754 <lyxtabular version="3" rows="2" columns="2">
11755 <features tabularvalignment="middle">
11756 <column alignment="center" valignment="top" width="0pt">
11757 <column alignment="center" valignment="top" width="0pt">
11758 <row>
11759 <cell alignment="center" valignment="top" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 normale Gleichung
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell alignment="center" valignment="top" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 \begin_inset Formula $A=B$
11773 \end_inset
11774
11775
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 </row>
11781 <row>
11782 <cell alignment="center" valignment="top" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 \begin_inset Note Note
11787 status collapsed
11788
11789 \begin_layout Plain Layout
11790
11791 \series bold
11792
11793 \backslash
11794 raisebox
11795 \series default
11796  dient nur als Abstandhalter.
11797 \end_layout
11798
11799 \end_inset
11800
11801
11802 \begin_inset Formula $\raisebox{5mm}{}$
11803 \end_inset
11804
11805 Gleichung ohne Leerraum
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 \begin_inset Formula $A{=}B$
11815 \end_inset
11816
11817
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 </row>
11823 </lyxtabular>
11824
11825 \end_inset
11826
11827
11828 \end_layout
11829
11830 \begin_layout Standard
11831 Der Befehl für die letzte Formel lautet: 
11832 \series bold
11833 A
11834 \backslash
11835 {=
11836 \begin_inset Formula $\to$
11837 \end_inset
11838
11839 B
11840 \end_layout
11841
11842 \begin_layout Standard
11843 \begin_inset VSpace bigskip
11844 \end_inset
11845
11846 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11847  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11848  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11849 \family sans
11850 Einfügen\SpecialChar \menuseparator
11851 Formatierung\SpecialChar \menuseparator
11852 Kleiner
11853 \begin_inset space ~
11854 \end_inset
11855
11856 Abstand
11857 \family default
11858  (Tastenkürzel 
11859 \family sans
11860 Strg+Shift+Leertaste
11861 \family default
11862 ) ein.
11863 \end_layout
11864
11865 \begin_layout Standard
11866 Ein Beispiel zur Veranschaulichung:
11867 \end_layout
11868
11869 \begin_layout Standard
11870 \begin_inset Tabular
11871 <lyxtabular version="3" rows="2" columns="2">
11872 <features tabularvalignment="middle">
11873 <column alignment="left" valignment="top" width="0">
11874 <column alignment="left" valignment="top" width="0">
11875 <row>
11876 <cell alignment="center" valignment="top" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Plain Layout
11880 24 kW
11881 \begin_inset Formula $\cdot$
11882 \end_inset
11883
11884 h
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell alignment="center" valignment="top" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 Leerzeichen zwischen Wert und Einheit
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 </row>
11899 <row>
11900 <cell alignment="center" valignment="top" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 24
11905 \begin_inset space \thinspace{}
11906 \end_inset
11907
11908 kW
11909 \begin_inset Formula $\cdot$
11910 \end_inset
11911
11912 h
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 kleinster Leerraum zwischen Wert und Einheit
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 </row>
11927 </lyxtabular>
11928
11929 \end_inset
11930
11931
11932 \end_layout
11933
11934 \begin_layout Subsection
11935 Variabler Leerraum
11936 \begin_inset ERT
11937 status collapsed
11938
11939 \begin_layout Plain Layout
11940
11941
11942 \backslash
11943 texorpdfstring{
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \begin_inset Foot
11950 status collapsed
11951
11952 \begin_layout Plain Layout
11953 für vertikalen Leerraum in Formeln siehe 
11954 \begin_inset CommandInset ref
11955 LatexCommand ref
11956 reference "sub:Zeilenabstand"
11957
11958 \end_inset
11959
11960
11961 \end_layout
11962
11963 \end_inset
11964
11965
11966 \begin_inset ERT
11967 status collapsed
11968
11969 \begin_layout Plain Layout
11970
11971 }{}
11972 \end_layout
11973
11974 \end_inset
11975
11976
11977 \begin_inset Note Note
11978 status collapsed
11979
11980 \begin_layout Plain Layout
11981
11982 \series bold
11983
11984 \backslash
11985 texorpdfstring
11986 \series default
11987  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11988 \end_layout
11989
11990 \begin_layout Plain Layout
11991 Näheres zu 
11992 \series bold
11993
11994 \backslash
11995 texorpdfstring
11996 \series default
11997  steht in Kapitel 
11998 \begin_inset CommandInset ref
11999 LatexCommand ref
12000 reference "sub:Formeln-in-Überschriften"
12001
12002 \end_inset
12003
12004 .
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \begin_inset CommandInset label
12011 LatexCommand label
12012 name "sub:Variabler-Leerraum"
12013
12014 \end_inset
12015
12016
12017 \begin_inset Index idx
12018 status collapsed
12019
12020 \begin_layout Plain Layout
12021 Leerraum ! horizontaler ! variabel
12022 \end_layout
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \begin_layout Standard
12030 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12031 \series bold
12032
12033 \backslash
12034 hspace
12035 \series default
12036
12037 \begin_inset Index idx
12038 status collapsed
12039
12040 \begin_layout Plain Layout
12041 Befehle ! H ! 
12042 \backslash
12043 hspace
12044 \end_layout
12045
12046 \end_inset
12047
12048  einfügen.
12049  Es erscheint ein langes 
12050 \begin_inset Quotes gld
12051 \end_inset
12052
12053
12054 \color blue
12055
12056 \begin_inset ERT
12057 status collapsed
12058
12059 \begin_layout Plain Layout
12060
12061
12062 \backslash
12063 leer 
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \color inherit
12070
12071 \begin_inset Quotes grd
12072 \end_inset
12073
12074 .
12075  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12076  das 
12077 \begin_inset Quotes gld
12078 \end_inset
12079
12080
12081 \color blue
12082
12083 \begin_inset ERT
12084 status collapsed
12085
12086 \begin_layout Plain Layout
12087
12088
12089 \backslash
12090 leer 
12091 \end_layout
12092
12093 \end_inset
12094
12095
12096 \color inherit
12097
12098 \begin_inset Quotes grd
12099 \end_inset
12100
12101  klickt.
12102  Die Länge darf auch negativ sein.
12103  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12104  einnimmt, benutzt man den Befehl 
12105 \series bold
12106
12107 \backslash
12108 hfill
12109 \series default
12110
12111 \begin_inset Index idx
12112 status collapsed
12113
12114 \begin_layout Plain Layout
12115 Befehle ! H ! 
12116 \backslash
12117 hfill
12118 \end_layout
12119
12120 \end_inset
12121
12122 .
12123 \end_layout
12124
12125 \begin_layout Standard
12126 \begin_inset VSpace -1mm
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \begin_layout Standard
12133 \align center
12134 \begin_inset Tabular
12135 <lyxtabular version="3" rows="4" columns="2">
12136 <features tabularvalignment="middle">
12137 <column alignment="center" valignment="top" width="0">
12138 <column alignment="center" valignment="top" width="0">
12139 <row>
12140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 Befehl (
12145 \backslash
12146 hspace Länge)
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 Ergebnis
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 </row>
12161 <row>
12162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166 A=B
12167 \backslash
12168 hspace{3cm
12169 \begin_inset Formula $\to$
12170 \end_inset
12171
12172 A
12173 \backslash
12174 not=C (3
12175 \begin_inset space \thinspace{}
12176 \end_inset
12177
12178 cm)
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 </row>
12196 <row>
12197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 A
12202 \backslash
12203 hspace{-1mm
12204 \begin_inset Formula $\to$
12205 \end_inset
12206
12207 A
12208 \backslash
12209 not=A (-1
12210 \begin_inset space \thinspace{}
12211 \end_inset
12212
12213 mm)
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12219 \begin_inset Text
12220
12221 \begin_layout Plain Layout
12222 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 </row>
12231 <row>
12232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236 A=A
12237 \backslash
12238 hfill
12239 \begin_inset ERT
12240 status collapsed
12241
12242 \begin_layout Plain Layout
12243
12244
12245 \backslash
12246 leer 
12247 \end_layout
12248
12249 \end_inset
12250
12251 B=B
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=A\hfill B=B$
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 </row>
12269 </lyxtabular>
12270
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \begin_layout Standard
12277 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12278  Spalteneintrags der Tabelle vorgegeben.
12279  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12280  in die 
12281 \series bold
12282
12283 \backslash
12284 hfill
12285 \series default
12286  eingegeben wird.
12287  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12288  
12289 \series bold
12290
12291 \backslash
12292 hfill
12293 \series default
12294  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12295 \series bold
12296 Eingerückt
12297 \series default
12298  eingestellt ist.
12299  (Formelstile sind in 
12300 \begin_inset CommandInset ref
12301 LatexCommand ref
12302 reference "sec:Formelstile"
12303
12304 \end_inset
12305
12306  erklärt.)
12307 \end_layout
12308
12309 \begin_layout Standard
12310 Neben 
12311 \series bold
12312
12313 \backslash
12314 hfill
12315 \series default
12316  gibt es noch die Befehle 
12317 \series bold
12318
12319 \backslash
12320 dotfill
12321 \series default
12322  und 
12323 \series bold
12324
12325 \backslash
12326 hrulefill
12327 \series default
12328 , die den Leerraum mit einem Muster füllen, siehe 
12329 \begin_inset CommandInset ref
12330 LatexCommand ref
12331 reference "sub:Fortsetzungspunkte"
12332
12333 \end_inset
12334
12335  für ein Beispiel.
12336 \end_layout
12337
12338 \begin_layout Standard
12339 Variabler Leerraum kann für Text über das Menü 
12340 \family sans
12341 Einfügen\SpecialChar \menuseparator
12342 Formatierung\SpecialChar \menuseparator
12343 Horizontaler
12344 \begin_inset space ~
12345 \end_inset
12346
12347 Abstand
12348 \family default
12349  eingefügt werden:
12350 \end_layout
12351
12352 \begin_layout Standard
12353 Dies ist eine Zeile mit
12354 \begin_inset space \hspace{}
12355 \length 2cm
12356 \end_inset
12357
12358 2
12359 \begin_inset space \thinspace{}
12360 \end_inset
12361
12362 cm Leerraum.
12363 \end_layout
12364
12365 \begin_layout Standard
12366 Dies ist eine Zeile mit
12367 \begin_inset space \hfill{}
12368 \end_inset
12369
12370 maximalem Leerraum.
12371 \end_layout
12372
12373 \begin_layout Subsection
12374 Leerraum neben eingebetteten Formeln
12375 \begin_inset Index idx
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Leerraum ! neben eingebetteten Formeln
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Über die Länge 
12389 \series bold
12390
12391 \backslash
12392 mathsurround
12393 \series default
12394
12395 \begin_inset Index idx
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399 Befehle ! M ! 
12400 \backslash
12401 mathsurround
12402 \end_layout
12403
12404 \end_inset
12405
12406  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12407  wird.
12408  Der Wert einer Länge wird mit dem Befehl 
12409 \series bold
12410
12411 \backslash
12412 setlength
12413 \series default
12414
12415 \begin_inset Index idx
12416 status collapsed
12417
12418 \begin_layout Plain Layout
12419 Befehle ! S ! 
12420 \backslash
12421 setlength
12422 \end_layout
12423
12424 \end_inset
12425
12426  gesetzt.
12427  Dieser besitzt folgendes Befehlsschema:
12428 \end_layout
12429
12430 \begin_layout Standard
12431
12432 \series bold
12433
12434 \backslash
12435 setlength{Längenname}{Wert}
12436 \end_layout
12437
12438 \begin_layout Standard
12439 Um 
12440 \series bold
12441
12442 \backslash
12443 mathsurround
12444 \series default
12445  den Wert 5
12446 \begin_inset space \thinspace{}
12447 \end_inset
12448
12449 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12450 \end_layout
12451
12452 \begin_layout Standard
12453
12454 \series bold
12455
12456 \backslash
12457 setlength{
12458 \backslash
12459 mathsurround}{5mm}
12460 \end_layout
12461
12462 \begin_layout Standard
12463 ein.
12464  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12465 \begin_inset space \thinspace{}
12466 \end_inset
12467
12468 mm Leerraum gesetzt:
12469 \begin_inset ERT
12470 status collapsed
12471
12472 \begin_layout Plain Layout
12473
12474
12475 \backslash
12476 setlength{
12477 \backslash
12478 mathsurround}{5mm}
12479 \end_layout
12480
12481 \end_inset
12482
12483
12484 \end_layout
12485
12486 \begin_layout Standard
12487 Dies ist eine Zeile in der sich 
12488 \begin_inset Formula $A=B$
12489 \end_inset
12490
12491  eine Formel mit 5
12492 \begin_inset space \thinspace{}
12493 \end_inset
12494
12495 mm umgebendem Leerraum befindet.
12496 \begin_inset ERT
12497 status collapsed
12498
12499 \begin_layout Plain Layout
12500
12501
12502 \backslash
12503 setlength{
12504 \backslash
12505 mathsurround}{0pt}
12506 \end_layout
12507
12508 \end_inset
12509
12510
12511 \end_layout
12512
12513 \begin_layout Standard
12514 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12515 \series bold
12516
12517 \backslash
12518 mathsurround
12519 \series default
12520  auf den Wert 0
12521 \begin_inset space \thinspace{}
12522 \end_inset
12523
12524 pt.
12525 \end_layout
12526
12527 \begin_layout Section
12528 Boxen und Rahmen
12529 \begin_inset Index idx
12530 status collapsed
12531
12532 \begin_layout Plain Layout
12533 Boxen
12534 \end_layout
12535
12536 \end_inset
12537
12538
12539 \begin_inset Index idx
12540 status collapsed
12541
12542 \begin_layout Plain Layout
12543 Rahmen | see
12544 \begin_inset ERT
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548
12549 {
12550 \end_layout
12551
12552 \end_inset
12553
12554 Boxen
12555 \begin_inset ERT
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559
12560 }
12561 \end_layout
12562
12563 \end_inset
12564
12565
12566 \end_layout
12567
12568 \end_inset
12569
12570
12571 \end_layout
12572
12573 \begin_layout Standard
12574 Boxen für Text sind im Kapitel 
12575 \family typewriter
12576 Boxen
12577 \family default
12578  im Handbuch 
12579 \family typewriter
12580 Eingebettete
12581 \begin_inset space ~
12582 \end_inset
12583
12584 Objekte
12585 \family default
12586  beschrieben.
12587 \end_layout
12588
12589 \begin_layout Subsection
12590 Boxen mit Rahmen
12591 \begin_inset CommandInset label
12592 LatexCommand label
12593 name "sub:Boxen-mit-Rahmen"
12594
12595 \end_inset
12596
12597
12598 \begin_inset Index idx
12599 status collapsed
12600
12601 \begin_layout Plain Layout
12602 Boxen ! mit Rahmen
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \begin_layout Standard
12611 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12612 \series bold
12613
12614 \backslash
12615 fbox
12616 \series default
12617
12618 \begin_inset Index idx
12619 status collapsed
12620
12621 \begin_layout Plain Layout
12622 Befehle ! F ! 
12623 \backslash
12624 fbox
12625 \end_layout
12626
12627 \end_inset
12628
12629  und 
12630 \series bold
12631
12632 \backslash
12633 boxed
12634 \series default
12635
12636 \begin_inset Index idx
12637 status collapsed
12638
12639 \begin_layout Plain Layout
12640 Befehle ! B ! 
12641 \backslash
12642 boxed
12643 \end_layout
12644
12645 \end_inset
12646
12647  zu umranden.
12648 \end_layout
12649
12650 \begin_layout Standard
12651 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12652  in einem Rahmen.
12653  Bei 
12654 \series bold
12655
12656 \backslash
12657 fbox
12658 \series default
12659  muss in diesem Eingabefeld mit 
12660 \family sans
12661 Strg+M
12662 \family default
12663  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12664  als mathematischer Text behandelt.
12665  Verwendet man 
12666 \series bold
12667
12668 \backslash
12669 boxed
12670 \series default
12671 , wird automatisch im Rahmen eine neue Formel erzeugt.
12672 \end_layout
12673
12674 \begin_layout Standard
12675 Der Befehl 
12676 \series bold
12677
12678 \backslash
12679 fbox
12680 \series default
12681  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12682  wird dann immer in Textzeilengröße gesetzt.
12683  Im Gegensatz dazu ist 
12684 \series bold
12685
12686 \backslash
12687 boxed
12688 \series default
12689  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12690  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12691 \end_layout
12692
12693 \begin_layout Standard
12694 Als Erweiterung zu 
12695 \series bold
12696
12697 \backslash
12698 fbox
12699 \series default
12700  gibt es den Befehl 
12701 \series bold
12702
12703 \backslash
12704 framebox
12705 \series default
12706
12707 \begin_inset Index idx
12708 status collapsed
12709
12710 \begin_layout Plain Layout
12711 Befehle ! F ! 
12712 \backslash
12713 framebox
12714 \end_layout
12715
12716 \end_inset
12717
12718 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12719  kann.
12720  
12721 \series bold
12722
12723 \backslash
12724 framebox
12725 \series default
12726  wird nach folgendem Schema verwendet:
12727 \end_layout
12728
12729 \begin_layout Standard
12730
12731 \series bold
12732
12733 \backslash
12734 framebox[Rahmenbreite][Position]{Boxinhalt}
12735 \end_layout
12736
12737 \begin_layout Standard
12738 Die Position kann entweder 
12739 \emph on
12740 l
12741 \emph default
12742  oder 
12743 \emph on
12744 r
12745 \emph default
12746  sein.
12747  
12748 \emph on
12749 l
12750 \emph default
12751  bewirkt linksbündige, 
12752 \emph on
12753 r
12754 \emph default
12755  rechtsbündige Ausrichtung der Formel in der Box.
12756  Gibt man keine Position an, wird die Formel zentriert.
12757 \begin_inset Newline newline
12758 \end_inset
12759
12760 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12761  In diesem Falle wird die Rahmenbreite wie bei 
12762 \series bold
12763
12764 \backslash
12765 fbox
12766 \series default
12767  an den Boxinhalt angepasst.
12768 \end_layout
12769
12770 \begin_layout Standard
12771 Wenn man den Befehl 
12772 \series bold
12773
12774 \backslash
12775 framebox
12776 \series default
12777  eingibt, erscheint eine Box mit drei Eingabefeldern.
12778  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12779  beiden optionalen Argumente.
12780  In das dritte Feld wird wie bei 
12781 \series bold
12782
12783 \backslash
12784 fbox
12785 \series default
12786  die Formel eingegeben.
12787 \end_layout
12788
12789 \begin_layout Standard
12790 \align center
12791 \begin_inset Tabular
12792 <lyxtabular version="3" rows="5" columns="2">
12793 <features tabularvalignment="middle">
12794 <column alignment="center" valignment="top" width="0">
12795 <column alignment="center" valignment="top" width="0">
12796 <row>
12797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 Befehl
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 Ergebnis
12811 \begin_inset Note Note
12812 status collapsed
12813
12814 \begin_layout Plain Layout
12815
12816 \series bold
12817
12818 \backslash
12819 raisebox
12820 \series default
12821  dient nur als Abstandhalter.
12822 \end_layout
12823
12824 \end_inset
12825
12826
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 </row>
12832 <row>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837
12838 \backslash
12839 fbox
12840 \begin_inset ERT
12841 status collapsed
12842
12843 \begin_layout Plain Layout
12844
12845
12846 \backslash
12847 leer 
12848 \end_layout
12849
12850 \end_inset
12851
12852
12853 \family sans
12854 Strg+M
12855 \family default
12856  
12857 \backslash
12858 int
12859 \begin_inset ERT
12860 status collapsed
12861
12862 \begin_layout Plain Layout
12863
12864
12865 \backslash
12866 leer 
12867 \end_layout
12868
12869 \end_inset
12870
12871 A=B
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 </row>
12889 <row>
12890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894
12895 \backslash
12896 boxed
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
12910 \backslash
12911 int
12912 \begin_inset ERT
12913 status collapsed
12914
12915 \begin_layout Plain Layout
12916
12917
12918 \backslash
12919 leer 
12920 \end_layout
12921
12922 \end_inset
12923
12924 A=B
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12934 \end_inset
12935
12936
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 A+
12948 \backslash
12949 fbox
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 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{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
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" bottomline="true" leftline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985
12986 \backslash
12987 framebox
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 20mm
13001 \begin_inset Formula $\to$
13002 \end_inset
13003
13004
13005 \begin_inset Formula $\to$
13006 \end_inset
13007
13008
13009 \family sans
13010 Strg+M
13011 \family default
13012  
13013 \backslash
13014 frac
13015 \begin_inset ERT
13016 status collapsed
13017
13018 \begin_layout Plain Layout
13019
13020
13021 \backslash
13022 leer 
13023 \end_layout
13024
13025 \end_inset
13026
13027 A
13028 \begin_inset Formula $\downarrow$
13029 \end_inset
13030
13031 B
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040 \begin_inset Formula $\raisebox{6mm}{}$
13041 \end_inset
13042
13043
13044 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13045 \end_inset
13046
13047
13048 \begin_inset Formula $\raisebox{-4mm}{}$
13049 \end_inset
13050
13051
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 </row>
13057 </lyxtabular>
13058
13059 \end_inset
13060
13061
13062 \end_layout
13063
13064 \begin_layout Standard
13065 Die Rahmendicke kann ebenfalls eingestellt werden.
13066  Dazu müssen vor der Formel im TeX-Modus die Befehle
13067 \end_layout
13068
13069 \begin_layout Standard
13070
13071 \series bold
13072
13073 \backslash
13074 fboxrule
13075 \series default
13076  
13077 \series bold
13078
13079 \begin_inset Quotes gld
13080 \end_inset
13081
13082 Dicke
13083 \begin_inset Quotes grd
13084 \end_inset
13085
13086
13087 \series default
13088  
13089 \series bold
13090
13091 \backslash
13092 fboxsep
13093 \series default
13094  
13095 \series bold
13096
13097 \begin_inset Quotes gld
13098 \end_inset
13099
13100 Abstand
13101 \begin_inset Quotes grd
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \begin_layout Standard
13108 eingegeben werden.
13109  
13110 \begin_inset Quotes gld
13111 \end_inset
13112
13113 Abstand
13114 \begin_inset Quotes grd
13115 \end_inset
13116
13117  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13118  in der Box fest.
13119  Ein Beispiel dafür ist folgende umrandete Formel:
13120 \begin_inset ERT
13121 status collapsed
13122
13123 \begin_layout Plain Layout
13124
13125
13126 \backslash
13127 fboxrule 2mm 
13128 \backslash
13129 fboxsep 3mm
13130 \end_layout
13131
13132 \end_inset
13133
13134
13135 \begin_inset Formula 
13136 \[
13137 \boxed{A+B=C}
13138 \]
13139
13140 \end_inset
13141
13142 Vor dieser Formel wurde im TeX-Modus
13143 \end_layout
13144
13145 \begin_layout Standard
13146
13147 \series bold
13148
13149 \backslash
13150 fboxrule
13151 \series default
13152  
13153 \series bold
13154 2mm
13155 \series default
13156  
13157 \series bold
13158
13159 \backslash
13160 fboxsep
13161 \series default
13162  
13163 \series bold
13164 3mm
13165 \end_layout
13166
13167 \begin_layout Standard
13168 eingegeben.
13169  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13170 \end_layout
13171
13172 \begin_layout Standard
13173 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13174  nächsten Formel im TeX-Modus folgende Befehle ein:
13175 \end_layout
13176
13177 \begin_layout Standard
13178
13179 \series bold
13180
13181 \backslash
13182 fboxrule
13183 \series default
13184  
13185 \series bold
13186 0.4pt
13187 \series default
13188  
13189 \series bold
13190
13191 \backslash
13192 fboxsep
13193 \series default
13194  
13195 \series bold
13196 3pt
13197 \series default
13198
13199 \begin_inset ERT
13200 status collapsed
13201
13202 \begin_layout Plain Layout
13203
13204
13205 \backslash
13206 fboxrule 0.4pt 
13207 \backslash
13208 fboxsep 3pt
13209 \end_layout
13210
13211 \end_inset
13212
13213
13214 \end_layout
13215
13216 \begin_layout Subsection
13217 Boxen ohne Rahmen
13218 \begin_inset CommandInset label
13219 LatexCommand label
13220 name "sub:Boxen-ohne-Rahmen"
13221
13222 \end_inset
13223
13224
13225 \begin_inset Index idx
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229 Boxen ! ohne Rahmen
13230 \end_layout
13231
13232 \end_inset
13233
13234
13235 \end_layout
13236
13237 \begin_layout Standard
13238 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13239 \series bold
13240
13241 \backslash
13242 mbox
13243 \series default
13244
13245 \begin_inset Index idx
13246 status collapsed
13247
13248 \begin_layout Plain Layout
13249 Befehle ! M ! 
13250 \backslash
13251 mbox
13252 \end_layout
13253
13254 \end_inset
13255
13256
13257 \series bold
13258
13259 \backslash
13260 makebox
13261 \series default
13262
13263 \begin_inset Index idx
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267 Befehle ! M ! 
13268 \backslash
13269 makebox
13270 \end_layout
13271
13272 \end_inset
13273
13274  und
13275 \begin_inset Newline linebreak
13276 \end_inset
13277
13278
13279 \series bold
13280
13281 \backslash
13282 raisebox
13283 \series default
13284
13285 \begin_inset Index idx
13286 status collapsed
13287
13288 \begin_layout Plain Layout
13289 Befehle ! R ! 
13290 \backslash
13291 raisebox
13292 \end_layout
13293
13294 \end_inset
13295
13296
13297 \end_layout
13298
13299 \begin_layout Standard
13300 Mit 
13301 \series bold
13302
13303 \backslash
13304 raisebox
13305 \series default
13306  kann man eine Box hoch- oder tiefstellen.
13307  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13308 n die Schriftgröße bei.
13309  
13310 \series bold
13311
13312 \backslash
13313 raisebox
13314 \series default
13315  wird dabei mit folgendem Schema benutzt:
13316 \end_layout
13317
13318 \begin_layout Standard
13319
13320 \series bold
13321
13322 \backslash
13323 raisebox{Höhe}{Boxinhalt}
13324 \end_layout
13325
13326 \begin_layout Standard
13327 Soll in der Box eine Formel stehen, muss man wie bei 
13328 \series bold
13329
13330 \backslash
13331 fbox
13332 \series default
13333  eine weitere Formel erstellen.
13334  
13335 \begin_inset Note Greyedout
13336 status open
13337
13338 \begin_layout Plain Layout
13339
13340 \series bold
13341 Achtung:
13342 \series default
13343  Für 
13344 \series bold
13345
13346 \backslash
13347 raisebox
13348 \series default
13349  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13350  
13351 \family sans
13352 Strg+M
13353 \family default
13354  erstellt, denn LyX unterstützt 
13355 \series bold
13356
13357 \backslash
13358 raisebox
13359 \series default
13360  noch nicht direkt.
13361 \end_layout
13362
13363 \end_inset
13364
13365
13366 \end_layout
13367
13368 \begin_layout Standard
13369 \align center
13370 \begin_inset Tabular
13371 <lyxtabular version="3" rows="4" columns="2">
13372 <features tabularvalignment="middle">
13373 <column alignment="center" valignment="top" width="0">
13374 <column alignment="center" valignment="top" width="0">
13375 <row>
13376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 Befehl
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 Ergebnis
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 </row>
13395 <row>
13396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 H
13401 \backslash
13402 raisebox{2mm
13403 \begin_inset Formula $\to$
13404 \end_inset
13405
13406
13407 \backslash
13408 {al
13409 \begin_inset Formula $\to$
13410 \end_inset
13411
13412  lo
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13422 \end_inset
13423
13424
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row>
13431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 H
13436 \backslash
13437 raisebox{-2mm
13438 \begin_inset Formula $\to$
13439 \end_inset
13440
13441
13442 \backslash
13443 {al
13444 \begin_inset Formula $\to$
13445 \end_inset
13446
13447 lo
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13457 \end_inset
13458
13459
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 </row>
13465 <row>
13466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 A=
13471 \backslash
13472 raisebox{-2mm
13473 \begin_inset Formula $\to$
13474 \end_inset
13475
13476
13477 \backslash
13478 {
13479 \family sans
13480 Strg+M Strg+M
13481 \family default
13482  
13483 \backslash
13484 sqrt
13485 \begin_inset ERT
13486 status collapsed
13487
13488 \begin_layout Plain Layout
13489
13490
13491 \backslash
13492 leer 
13493 \end_layout
13494
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13507 \end_inset
13508
13509
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 </row>
13515 </lyxtabular>
13516
13517 \end_inset
13518
13519
13520 \end_layout
13521
13522 \begin_layout Standard
13523 Der Befehl 
13524 \series bold
13525
13526 \backslash
13527 mbox
13528 \series default
13529  ist äquivalent zu 
13530 \series bold
13531
13532 \backslash
13533 fbox
13534 \series default
13535  und 
13536 \series bold
13537
13538 \backslash
13539 makebox
13540 \series default
13541  ist äquivalent zu 
13542 \series bold
13543
13544 \backslash
13545 framebox
13546 \series default
13547 , nur dass es keinen Rahmen gibt.
13548 \end_layout
13549
13550 \begin_layout Subsection
13551 Farbige Boxen
13552 \begin_inset CommandInset label
13553 LatexCommand label
13554 name "sub:Farbige-Boxen"
13555
13556 \end_inset
13557
13558
13559 \begin_inset Index idx
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563 Boxen ! farbige
13564 \end_layout
13565
13566 \end_inset
13567
13568
13569 \end_layout
13570
13571 \begin_layout Standard
13572 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13573  im LaTeX-Vorspann das LaTeX-Paket 
13574 \series bold
13575 color
13576 \series default
13577
13578 \begin_inset Foot
13579 status collapsed
13580
13581 \begin_layout Plain Layout
13582 Das Paket 
13583 \series bold
13584 color
13585 \series default
13586  ist Teil jeder LaTeX-Standardinstallation.
13587 \end_layout
13588
13589 \end_inset
13590
13591
13592 \begin_inset Index idx
13593 status collapsed
13594
13595 \begin_layout Plain Layout
13596 Pakete ! color
13597 \end_layout
13598
13599 \end_inset
13600
13601  mit der Zeile
13602 \end_layout
13603
13604 \begin_layout Standard
13605
13606 \series bold
13607
13608 \backslash
13609 usepackage{color}
13610 \end_layout
13611
13612 \begin_layout Standard
13613 geladen werden
13614 \begin_inset Foot
13615 status collapsed
13616
13617 \begin_layout Plain Layout
13618 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13619  LyX das LaTeX-Paket 
13620 \series bold
13621 color
13622 \series default
13623  automatisch.
13624  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13625  keine Probleme hervorruft.
13626 \end_layout
13627
13628 \end_inset
13629
13630
13631 \begin_inset Note Note
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13636  ein Makro eingefügt.
13637 \end_layout
13638
13639 \end_inset
13640
13641 .
13642 \end_layout
13643
13644 \begin_layout Standard
13645 \begin_inset VSpace medskip
13646 \end_inset
13647
13648 Um Boxen einzufärben, verwendet man den Befehl 
13649 \series bold
13650
13651 \backslash
13652 colorbox
13653 \series default
13654
13655 \begin_inset Index idx
13656 status collapsed
13657
13658 \begin_layout Plain Layout
13659 Befehle ! C ! 
13660 \backslash
13661 colorbox
13662 \end_layout
13663
13664 \end_inset
13665
13666  nach folgendem Schema:
13667 \end_layout
13668
13669 \begin_layout Standard
13670
13671 \series bold
13672
13673 \backslash
13674 colorbox{Farbe}{Boxinhalt}
13675 \end_layout
13676
13677 \begin_layout Standard
13678 Der Boxinhalt kann auch wieder eine Box sein und eine 
13679 \series bold
13680
13681 \backslash
13682 colorbox
13683 \series default
13684  kann auch ein Teil einer anderen Box sein (siehe 2.
13685  und 3.
13686  Beispiel).
13687  Soll in der Box eine Formel stehen, muss wie bei 
13688 \series bold
13689
13690 \backslash
13691 raisebox
13692 \series default
13693  eine weitere Formel erstellt werden.
13694 \begin_inset Foot
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698 Das gilt auch für den Befehl 
13699 \series bold
13700
13701 \backslash
13702 fcolorbox
13703 \series default
13704 .
13705 \end_layout
13706
13707 \end_inset
13708
13709
13710 \end_layout
13711
13712 \begin_layout Standard
13713 Aus folgenden vordefinierten Farben kann gewählt werden:
13714 \end_layout
13715
13716 \begin_layout Standard
13717
13718 \series bold
13719 black
13720 \series default
13721
13722 \series bold
13723 blue
13724 \series default
13725
13726 \series bold
13727 cyan
13728 \series default
13729
13730 \series bold
13731 green
13732 \series default
13733
13734 \series bold
13735 magenta
13736 \series default
13737
13738 \series bold
13739 red
13740 \series default
13741
13742 \series bold
13743 white
13744 \series default
13745  und 
13746 \series bold
13747 yellow
13748 \end_layout
13749
13750 \begin_layout Standard
13751 \align center
13752 \begin_inset Tabular
13753 <lyxtabular version="3" rows="4" columns="2">
13754 <features tabularvalignment="middle">
13755 <column alignment="center" valignment="top" width="0">
13756 <column alignment="center" valignment="top" width="0">
13757 <row>
13758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 Befehl
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771 Ergebnis
13772 \begin_inset Note Note
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776
13777 \series bold
13778
13779 \backslash
13780 raisebox
13781 \series default
13782  dient nur als Abstandhalter.
13783 \end_layout
13784
13785 \end_inset
13786
13787
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 </row>
13793 <row>
13794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798
13799 \backslash
13800 colorbox{yellow
13801 \begin_inset Formula $\to$
13802 \end_inset
13803
13804
13805 \backslash
13806 {A=B
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 </row>
13824 <row>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829
13830 \backslash
13831 colorbox{green
13832 \begin_inset Formula $\to$
13833 \end_inset
13834
13835
13836 \backslash
13837 {
13838 \backslash
13839 fbox
13840 \begin_inset ERT
13841 status collapsed
13842
13843 \begin_layout Plain Layout
13844
13845
13846 \backslash
13847 leer 
13848 \end_layout
13849
13850 \end_inset
13851
13852 A=B
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 </row>
13870 <row>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
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
13891 \backslash
13892 colorbox{green
13893 \begin_inset Formula $\to$
13894 \end_inset
13895
13896
13897 \backslash
13898 {
13899 \family sans
13900 Strg+M Strg+M
13901 \family default
13902  
13903 \backslash
13904 int
13905 \begin_inset ERT
13906 status collapsed
13907
13908 \begin_layout Plain Layout
13909
13910
13911 \backslash
13912 leer 
13913 \end_layout
13914
13915 \end_inset
13916
13917 C=D
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13927 \end_inset
13928
13929
13930 \end_layout
13931
13932 \end_inset
13933 </cell>
13934 </row>
13935 </lyxtabular>
13936
13937 \end_inset
13938
13939
13940 \end_layout
13941
13942 \begin_layout Standard
13943
13944 \series bold
13945
13946 \backslash
13947 colorbox
13948 \series default
13949  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13950  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13951  
13952 \family sans
13953 Textstil
13954 \family default
13955  die gewünschte Farbe aus.
13956  Der Dialog kann mit dem Werkzeugleistenknopf 
13957 \begin_inset Graphics
13958         filename ../../images/dialog-show_character.png
13959         scale 85
13960
13961 \end_inset
13962
13963  oder dem Menü 
13964 \family sans
13965 Bearbeiten\SpecialChar \menuseparator
13966 Textstil\SpecialChar \menuseparator
13967 Benutzerdefiniert
13968 \family default
13969  aufgerufen werden.
13970  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13971  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13972  innerhalb der Formel die Farbe geändert werden.
13973 \end_layout
13974
13975 \begin_layout Standard
13976 Ein Beispiel:
13977 \end_layout
13978
13979 \begin_layout Standard
13980
13981 \color red
13982 \begin_inset Formula 
13983 \begin{equation}
13984 \int A=B\label{eq:rot}
13985 \end{equation}
13986
13987 \end_inset
13988
13989
13990 \color green
13991
13992 \begin_inset Formula 
13993 \begin{equation}
13994 \textcolor{red}{\int A=B}\label{eq:rotgruen}
13995 \end{equation}
13996
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \begin_layout Standard
14003 Formel 
14004 \begin_inset CommandInset ref
14005 LatexCommand eqref
14006 reference "eq:rot"
14007
14008 \end_inset
14009
14010  ist komplett rot gefärbt.
14011 \begin_inset Newline newline
14012 \end_inset
14013
14014 Formel 
14015 \begin_inset CommandInset ref
14016 LatexCommand eqref
14017 reference "eq:rotgruen"
14018
14019 \end_inset
14020
14021  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14022  Anschließend wurden die Formelzeichen rot gefärbt.
14023 \end_layout
14024
14025 \begin_layout Standard
14026 \begin_inset VSpace bigskip
14027 \end_inset
14028
14029 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14030  den Befehl 
14031 \series bold
14032
14033 \backslash
14034 fcolorbox
14035 \series default
14036
14037 \begin_inset Index idx
14038 status collapsed
14039
14040 \begin_layout Plain Layout
14041 Befehle ! F ! 
14042 \backslash
14043 fcolorbox
14044 \end_layout
14045
14046 \end_inset
14047
14048  nach folgendem Schema:
14049 \end_layout
14050
14051 \begin_layout Standard
14052
14053 \series bold
14054
14055 \backslash
14056 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14057 \end_layout
14058
14059 \begin_layout Standard
14060
14061 \series bold
14062
14063 \backslash
14064 fcolorbox
14065 \series default
14066  stellt also eine Erweiterung des Befehls 
14067 \series bold
14068
14069 \backslash
14070 colorbox
14071 \series default
14072  dar.
14073  Die Rahmenbreite wird, wie bei 
14074 \series bold
14075
14076 \backslash
14077 framebox
14078 \series default
14079 , mit 
14080 \series bold
14081
14082 \backslash
14083 fboxrule
14084 \series default
14085  und 
14086 \series bold
14087
14088 \backslash
14089 fboxsep
14090 \series default
14091  festgelegt.
14092  Ein Beispiel:
14093 \begin_inset ERT
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097
14098
14099 \backslash
14100 fboxrule 1mm 
14101 \backslash
14102 fboxsep 1mm
14103 \end_layout
14104
14105 \end_inset
14106
14107
14108 \begin_inset Formula 
14109 \[
14110 \fcolorbox{cyan}{magenta}{A=B}
14111 \]
14112
14113 \end_inset
14114
14115
14116 \begin_inset ERT
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120
14121
14122 \backslash
14123 fboxrule 0.4pt 
14124 \backslash
14125 fboxsep 3pt
14126 \end_layout
14127
14128 \end_inset
14129
14130
14131 \end_layout
14132
14133 \begin_layout Standard
14134 Diese Formel wurde mit folgendem Befehl erstellt:
14135 \begin_inset Newline newline
14136 \end_inset
14137
14138
14139 \series bold
14140
14141 \backslash
14142 fcolorbox{cyan
14143 \begin_inset Formula $\to$
14144 \end_inset
14145
14146
14147 \backslash
14148 {magenta
14149 \begin_inset Formula $\to$
14150 \end_inset
14151
14152
14153 \backslash
14154 {A=B
14155 \end_layout
14156
14157 \begin_layout Standard
14158 \begin_inset VSpace bigskip
14159 \end_inset
14160
14161 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14162  selbst definieren.
14163 \end_layout
14164
14165 \begin_layout Standard
14166 Man kann z.
14167 \begin_inset space \thinspace{}
14168 \end_inset
14169
14170 B.
14171  mit folgender LaTeX-Vorspannzeile die Farbe 
14172 \begin_inset Quotes gld
14173 \end_inset
14174
14175
14176 \series bold
14177 dunkelgruen
14178 \series default
14179
14180 \begin_inset Quotes grd
14181 \end_inset
14182
14183
14184 \begin_inset Foot
14185 status collapsed
14186
14187 \begin_layout Plain Layout
14188 In Befehlen darf kein Umlaut stehen, siehe 
14189 \begin_inset CommandInset ref
14190 LatexCommand ref
14191 reference "sec:Benutzerdefinierte-Befehle"
14192
14193 \end_inset
14194
14195 .
14196 \end_layout
14197
14198 \end_inset
14199
14200  definieren:
14201 \end_layout
14202
14203 \begin_layout Standard
14204
14205 \series bold
14206
14207 \backslash
14208 definecolor{dunkelgruen}{cmyk}{0.5,
14209 \series default
14210  
14211 \series bold
14212 0,
14213 \series default
14214  
14215 \series bold
14216 1,
14217 \series default
14218  
14219 \series bold
14220 0.5}
14221 \series default
14222
14223 \begin_inset Index idx
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227 Befehle ! D ! 
14228 \backslash
14229 definecolor
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Standard
14238
14239 \series bold
14240 cmyk
14241 \series default
14242  ist der Farbraum und steht für die Farben 
14243 \series bold
14244 cyan
14245 \series default
14246
14247 \series bold
14248 magenta
14249 \series default
14250
14251 \series bold
14252 yellow
14253 \series default
14254  und 
14255 \series bold
14256 black
14257 \series default
14258 .
14259  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14260  Für den Anteil kann man Werte im Bereich 0
14261 \begin_inset space \thinspace{}
14262 \end_inset
14263
14264 -
14265 \begin_inset space \thinspace{}
14266 \end_inset
14267
14268 1 angeben.
14269  Anstelle von 
14270 \series bold
14271 cmyk
14272 \series default
14273  kann man zur Definition auch den Farbraum 
14274 \series bold
14275 rgb
14276 \series default
14277  verwenden.
14278  
14279 \series bold
14280 rgb
14281 \series default
14282  steht für 
14283 \series bold
14284 red
14285 \series default
14286
14287 \series bold
14288 green
14289 \series default
14290  und 
14291 \series bold
14292 blue
14293 \series default
14294 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14295  Des Weiteren gibt es noch den Farbraum 
14296 \series bold
14297 gray
14298 \series default
14299 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14300 \end_layout
14301
14302 \begin_layout Standard
14303 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14304 \series bold
14305 darkgreen
14306 \series default
14307 , bei der die Zeichenfarbe 
14308 \series bold
14309 yellow
14310 \series default
14311  gewählt wurde:
14312 \begin_inset Formula 
14313 \begin{equation}
14314 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14315 \end{equation}
14316
14317 \end_inset
14318
14319
14320 \end_layout
14321
14322 \begin_layout Standard
14323 Selbst definierte Farben können mit dem Befehl 
14324 \series bold
14325
14326 \backslash
14327 textcolor
14328 \series default
14329  auch für Text
14330 \begin_inset Index idx
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334 Text ! farbiger
14335 \end_layout
14336
14337 \end_inset
14338
14339  verwendet werden:
14340 \end_layout
14341
14342 \begin_layout Standard
14343 \begin_inset ERT
14344 status collapsed
14345
14346 \begin_layout Plain Layout
14347
14348
14349 \backslash
14350 textcolor{dunkelgruen}{
14351 \end_layout
14352
14353 \end_inset
14354
14355 Dieser Satz ist 
14356 \begin_inset Quotes gld
14357 \end_inset
14358
14359 dunkelgruen
14360 \begin_inset Quotes grd
14361 \end_inset
14362
14363 .
14364 \begin_inset ERT
14365 status collapsed
14366
14367 \begin_layout Plain Layout
14368
14369 }
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Standard
14378
14379 \series bold
14380
14381 \backslash
14382 textcolor
14383 \series default
14384
14385 \begin_inset Index idx
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389 Befehle ! T ! 
14390 \backslash
14391 textcolor
14392 \end_layout
14393
14394 \end_inset
14395
14396  wird nach dem Schema 
14397 \series bold
14398
14399 \backslash
14400 textcolor{Farbe}{zu
14401 \series default
14402  
14403 \series bold
14404 färbende
14405 \series default
14406  
14407 \series bold
14408 Zeichen}
14409 \series default
14410  verwendet.
14411 \end_layout
14412
14413 \begin_layout Subsection
14414 Absatzboxen
14415 \begin_inset CommandInset label
14416 LatexCommand label
14417 name "sub:Absatzboxen"
14418
14419 \end_inset
14420
14421
14422 \begin_inset Index idx
14423 status collapsed
14424
14425 \begin_layout Plain Layout
14426 Boxen ! Absatz-
14427 \end_layout
14428
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \begin_layout Standard
14435 Mit dem Menü 
14436 \family sans
14437 Einfügen\SpecialChar \menuseparator
14438 Box
14439 \family default
14440  oder dem Werkzeugleistenknopf 
14441 \begin_inset Graphics
14442         filename ../../images/box-insert.png
14443         scale 85
14444
14445 \end_inset
14446
14447  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14448  eine so genannte 
14449 \emph on
14450 Parbox
14451 \emph default
14452  (Absatzbox).
14453 \end_layout
14454
14455 \begin_layout Standard
14456 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14457 \end_layout
14458
14459 \begin_layout Standard
14460 \begin_inset VSpace medskip
14461 \end_inset
14462
14463 Dies ist eine Zeile 
14464 \begin_inset Box Boxed
14465 position "c"
14466 hor_pos "c"
14467 has_inner_box 1
14468 inner_pos "t"
14469 use_parbox 1
14470 use_makebox 0
14471 width "5cm"
14472 special "none"
14473 height "1in"
14474 height_special "totalheight"
14475 status open
14476
14477 \begin_layout Plain Layout
14478 Dies ist die Absatzbox.
14479  Sie ist genau 5
14480 \begin_inset space \thinspace{}
14481 \end_inset
14482
14483 cm lang und kann auch Formeln enthalten: 
14484 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14485 \end_inset
14486
14487
14488 \end_layout
14489
14490 \end_inset
14491
14492  mit einer Absatzbox.
14493 \begin_inset VSpace medskip
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \begin_layout Standard
14500 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14501  graue Box mit dem Namen 
14502 \begin_inset Quotes gld
14503 \end_inset
14504
14505 Box(Gerahmt)
14506 \begin_inset Quotes grd
14507 \end_inset
14508
14509  klickt.
14510  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14511  In diesem Fall: 
14512 \emph on
14513 Verzierung
14514 \emph default
14515 : Rechteckige Box, 
14516 \emph on
14517 Innere Box
14518 \emph default
14519 : Parbox, 
14520 \emph on
14521 Breite
14522 \emph default
14523 : 5
14524 \begin_inset space \thinspace{}
14525 \end_inset
14526
14527 cm, 
14528 \emph on
14529 Vertikale Box Ausrichtung
14530 \emph default
14531 : Mitte
14532 \end_layout
14533
14534 \begin_layout Standard
14535 \begin_inset VSpace medskip
14536 \end_inset
14537
14538 In LaTeX wird eine Absatzbox mit dem Befehl 
14539 \series bold
14540
14541 \backslash
14542 parbox
14543 \series default
14544
14545 \begin_inset Index idx
14546 status collapsed
14547
14548 \begin_layout Plain Layout
14549 Befehle ! P ! 
14550 \backslash
14551 parbox
14552 \end_layout
14553
14554 \end_inset
14555
14556  erstellt, welcher folgendes Schema besitzt:
14557 \end_layout
14558
14559 \begin_layout Standard
14560
14561 \series bold
14562
14563 \backslash
14564 parbox[Position]{Breite}{Boxinhalt}
14565 \end_layout
14566
14567 \begin_layout Standard
14568 Die Positionen 
14569 \emph on
14570 b
14571 \emph default
14572  und 
14573 \emph on
14574 t
14575 \emph default
14576  sind möglich.
14577  
14578 \emph on
14579 b
14580 \emph default
14581  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14582  Text eingepasst wird.
14583  Bei 
14584 \emph on
14585 t
14586 \emph default
14587  wie top geschieht dies für die erste Zeile.
14588  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14589  siehe das Kapitel 
14590 \emph on
14591 Boxen
14592 \emph default
14593  des Handbuchs
14594 \emph on
14595  Eingebettete
14596 \begin_inset space ~
14597 \end_inset
14598
14599 Objekte
14600 \emph default
14601  für Beispiele.
14602 \end_layout
14603
14604 \begin_layout Standard
14605 \begin_inset VSpace bigskip
14606 \end_inset
14607
14608 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14609  in eine Absatzbox setzen.
14610  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14611 \series bold
14612
14613 \backslash
14614 fbox{
14615 \backslash
14616 parbox{
14617 \backslash
14618 linewidth-2
14619 \backslash
14620 fboxsep-2
14621 \backslash
14622 fboxrule}{
14623 \series default
14624 .
14625  Hierbei steht 
14626 \series bold
14627
14628 \backslash
14629 linewidth
14630 \series default
14631
14632 \begin_inset Index idx
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636 Befehle ! L ! 
14637 \backslash
14638 linewidth
14639 \end_layout
14640
14641 \end_inset
14642
14643  für die im Dokument eingestellte Zeilenbreite.
14644  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14645 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14646  Da dies LyX aufgrund eines Fehlers
14647 \begin_inset Foot
14648 status collapsed
14649
14650 \begin_layout Plain Layout
14651 \begin_inset CommandInset href
14652 LatexCommand href
14653 name "LyX-Fehler #4483"
14654 target "http://www.lyx.org/trac/ticket/4483"
14655
14656 \end_inset
14657
14658
14659 \end_layout
14660
14661 \end_inset
14662
14663  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14664  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14665 spann das LaTeX-Paket 
14666 \series bold
14667 calc
14668 \series default
14669
14670 \begin_inset Foot
14671 status collapsed
14672
14673 \begin_layout Plain Layout
14674
14675 \series bold
14676 calc
14677 \series default
14678  ist Teil jeder LaTeX-Standardinstallation.
14679 \end_layout
14680
14681 \end_inset
14682
14683
14684 \begin_inset Index idx
14685 status collapsed
14686
14687 \begin_layout Plain Layout
14688 Pakete ! calc
14689 \end_layout
14690
14691 \end_inset
14692
14693  mit der Zeile
14694 \end_layout
14695
14696 \begin_layout Standard
14697
14698 \series bold
14699
14700 \backslash
14701 usepackage{calc}
14702 \end_layout
14703
14704 \begin_layout Standard
14705 geladen werden.
14706  Nach der Formel werden beide Boxen geschlossen, indem man 
14707 \series bold
14708 }}
14709 \series default
14710  im TeX-Modus eingibt.
14711  Dazu ein Beispiel:
14712 \begin_inset ERT
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716
14717
14718 \backslash
14719 fboxsep 5mm 
14720 \backslash
14721 fboxrule 5mm
14722 \end_layout
14723
14724 \end_inset
14725
14726
14727 \end_layout
14728
14729 \begin_layout Standard
14730 \begin_inset ERT
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734
14735
14736 \backslash
14737 fbox{
14738 \backslash
14739 parbox{
14740 \backslash
14741 linewidth-2
14742 \backslash
14743 fboxsep-2
14744 \backslash
14745 fboxrule}{
14746 \end_layout
14747
14748 \end_inset
14749
14750
14751 \begin_inset Formula 
14752 \begin{equation}
14753 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14754 \end{equation}
14755
14756 \end_inset
14757
14758
14759 \begin_inset ERT
14760 status collapsed
14761
14762 \begin_layout Plain Layout
14763
14764 }}
14765 \end_layout
14766
14767 \end_inset
14768
14769
14770 \begin_inset ERT
14771 status collapsed
14772
14773 \begin_layout Plain Layout
14774
14775
14776 \backslash
14777 fboxrule 0.4pt 
14778 \backslash
14779 fboxsep 3pt
14780 \end_layout
14781
14782 \end_inset
14783
14784
14785 \end_layout
14786
14787 \begin_layout Standard
14788 \begin_inset VSpace medskip
14789 \end_inset
14790
14791 Da im Argument von 
14792 \series bold
14793
14794 \backslash
14795 fbox
14796 \series default
14797  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14798  keinen Unterschied zwischen 
14799 \series bold
14800
14801 \backslash
14802 fbox
14803 \series default
14804  und 
14805 \series bold
14806
14807 \backslash
14808 boxed
14809 \series default
14810 .
14811 \end_layout
14812
14813 \begin_layout Standard
14814 \begin_inset VSpace bigskip
14815 \end_inset
14816
14817 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14818  Dazu verwendet man 
14819 \series bold
14820
14821 \backslash
14822 parbox
14823 \series default
14824  in Verbindung mit dem Befehl 
14825 \series bold
14826
14827 \backslash
14828 tag
14829 \series default
14830 .
14831  (mehr zu 
14832 \series bold
14833
14834 \backslash
14835 tag
14836 \series default
14837  siehe 
14838 \begin_inset CommandInset ref
14839 LatexCommand ref
14840 reference "sub:Benutzerdefinierte-Nummerierung"
14841
14842 \end_inset
14843
14844 )
14845 \end_layout
14846
14847 \begin_layout Standard
14848 Ein Beispiel einer mit Hilfe von 
14849 \series bold
14850
14851 \backslash
14852 parbox
14853 \series default
14854  kommentierten Formel:
14855 \end_layout
14856
14857 \begin_layout Standard
14858 \begin_inset ERT
14859 status collapsed
14860
14861 \begin_layout Plain Layout
14862
14863
14864 \backslash
14865 [5x-7b=3b
14866 \backslash
14867 tag*{
14868 \backslash
14869 parbox{5cm}{
14870 \end_layout
14871
14872 \end_inset
14873
14874 Dies ist eine Beschreibung.
14875  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14876 \begin_inset ERT
14877 status collapsed
14878
14879 \begin_layout Plain Layout
14880
14881 }}
14882 \backslash
14883 ]
14884 \end_layout
14885
14886 \end_inset
14887
14888
14889 \end_layout
14890
14891 \begin_layout Standard
14892 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14893  Befehl 
14894 \series bold
14895
14896 \backslash
14897 parbox
14898 \series default
14899  in Formeln noch nicht unterstützt.
14900  Die Formel wird mit folgender Befehlssequenz erstellt:
14901 \end_layout
14902
14903 \begin_layout Standard
14904 Der Befehl 
14905 \series bold
14906
14907 \backslash
14908 [5x-7b=3b
14909 \backslash
14910 tag*
14911 \backslash
14912 {
14913 \backslash
14914 parbox{5cm}{
14915 \series default
14916  wird im TeX-Modus eingegeben.
14917 \begin_inset Foot
14918 status collapsed
14919
14920 \begin_layout Plain Layout
14921 Ist der Formelstil 
14922 \series bold
14923 Eingerückt
14924 \series default
14925  aktiviert, kann 
14926 \series bold
14927
14928 \backslash
14929 tag*
14930 \backslash
14931 {
14932 \series default
14933  auch durch 
14934 \series bold
14935
14936 \backslash
14937 hfill
14938 \series default
14939  ersetzt werden.
14940  (Formelstile siehe 
14941 \begin_inset CommandInset ref
14942 LatexCommand ref
14943 reference "sec:Formelstile"
14944
14945 \end_inset
14946
14947 )
14948 \end_layout
14949
14950 \end_inset
14951
14952  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14953 \series bold
14954 }}
14955 \backslash
14956 ]
14957 \series default
14958  im TeX-Modus ein.
14959  Die Befehle 
14960 \series bold
14961
14962 \backslash
14963 [
14964 \series default
14965  und 
14966 \series bold
14967
14968 \backslash
14969 ]
14970 \series default
14971  erstellen hierbei eine abgesetzte Formel.
14972 \end_layout
14973
14974 \begin_layout Standard
14975 Die Vorteile von 
14976 \series bold
14977
14978 \backslash
14979 parbox
14980 \series default
14981  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14982  Textmodus 
14983 \begin_inset Quotes gld
14984 \end_inset
14985
14986 kommentiert
14987 \begin_inset Quotes grd
14988 \end_inset
14989
14990  wurde:
14991 \begin_inset Formula 
14992 \[
14993 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
14994 \]
14995
14996 \end_inset
14997
14998
14999 \end_layout
15000
15001 \begin_layout Section
15002 Operatoren
15003 \begin_inset Index idx
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007 Operatoren
15008 \end_layout
15009
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \begin_layout Subsection
15016 Große Operatoren
15017 \begin_inset CommandInset label
15018 LatexCommand label
15019 name "sub:Große-Operatoren"
15020
15021 \end_inset
15022
15023
15024 \begin_inset Index idx
15025 status collapsed
15026
15027 \begin_layout Plain Layout
15028 Operatoren ! große
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \begin_inset Index idx
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038 Summen
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \begin_inset Index idx
15045 status collapsed
15046
15047 \begin_layout Plain Layout
15048 Integrale
15049 \end_layout
15050
15051 \end_inset
15052
15053
15054 \end_layout
15055
15056 \begin_layout Standard
15057 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15058  sind, muss die Option 
15059 \family sans
15060 esint-Paket automatisch verwenden
15061 \family default
15062  in den Dokumenteinstellungen unter 
15063 \family sans
15064 Mathe-Optionen
15065 \family default
15066  gewählt sein.
15067 \end_layout
15068
15069 \begin_layout Standard
15070 \begin_inset space \hfill{}
15071 \end_inset
15072
15073
15074 \begin_inset Tabular
15075 <lyxtabular version="3" rows="11" columns="2">
15076 <features tabularvalignment="middle">
15077 <column alignment="center" valignment="top" width="0pt">
15078 <column alignment="center" valignment="top" width="0pt">
15079 <row>
15080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 Befehl
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093 Ergebnis
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row>
15100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104
15105 \backslash
15106 int
15107 \begin_inset Index idx
15108 status collapsed
15109
15110 \begin_layout Plain Layout
15111 Befehle ! I ! 
15112 \backslash
15113 int
15114 \end_layout
15115
15116 \end_inset
15117
15118
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 \begin_inset Formula $\int$
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 </row>
15136 <row>
15137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141
15142 \backslash
15143 oint
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 \begin_inset Formula $\oint$
15153 \end_inset
15154
15155
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 <row>
15162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166
15167 \backslash
15168 ointctrclockwise
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177 \begin_inset Formula $\ointctrclockwise$
15178 \end_inset
15179
15180
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 </row>
15186 <row>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191
15192 \backslash
15193 ointclockwise
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 \begin_inset Formula $\ointclockwise$
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 </row>
15211 <row>
15212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216
15217 \backslash
15218 sqint
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227 \begin_inset Formula $\sqint$
15228 \end_inset
15229
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241
15242 \backslash
15243 fint
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252  
15253 \begin_inset Formula $\fint$
15254 \end_inset
15255
15256
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 </row>
15262 <row>
15263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267
15268 \backslash
15269 landupint
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278  
15279 \begin_inset Formula $\landupint$
15280 \end_inset
15281
15282
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 </row>
15288 <row>
15289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293
15294 \backslash
15295 landdownint
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304  
15305 \begin_inset Formula $\landdownint$
15306 \end_inset
15307
15308
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 </row>
15314 <row>
15315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319
15320 \backslash
15321 bigcap
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330 \begin_inset Formula $\bigcap$
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 </row>
15339 <row>
15340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344
15345 \backslash
15346 bigcup
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 \begin_inset Formula $\bigcup$
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 </lyxtabular>
15365
15366 \end_inset
15367
15368
15369 \begin_inset space \hfill{}
15370 \end_inset
15371
15372
15373 \begin_inset Tabular
15374 <lyxtabular version="3" rows="11" columns="2">
15375 <features tabularvalignment="middle">
15376 <column alignment="center" valignment="top" width="0pt">
15377 <column alignment="center" valignment="top" width="0pt">
15378 <row>
15379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383 Befehl
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15389 \begin_inset Text
15390
15391 \begin_layout Plain Layout
15392 Ergebnis
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 </row>
15398 <row>
15399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403
15404 \backslash
15405 sum
15406 \begin_inset Index idx
15407 status collapsed
15408
15409 \begin_layout Plain Layout
15410 Befehle ! S ! 
15411 \backslash
15412 sum
15413 \end_layout
15414
15415 \end_inset
15416
15417
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 \begin_inset Formula $\sum$
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 </row>
15435 <row>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440
15441 \backslash
15442 prod
15443 \begin_inset Index idx
15444 status collapsed
15445
15446 \begin_layout Plain Layout
15447 Befehle ! P ! 
15448 \backslash
15449 prod
15450 \end_layout
15451
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463 \begin_inset Formula $\prod$
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 </row>
15472 <row>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \backslash
15479 coprod
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488 \begin_inset Formula $\coprod$
15489 \end_inset
15490
15491
15492 \end_layout
15493
15494 \end_inset
15495 </cell>
15496 </row>
15497 <row>
15498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502
15503 \backslash
15504 bigodot
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513 \begin_inset Formula $\bigodot$
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 </row>
15522 <row>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527
15528 \backslash
15529 bigotimes
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 \begin_inset Formula $\bigotimes$
15539 \end_inset
15540
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 </row>
15547 <row>
15548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552
15553 \backslash
15554 bigoplus
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 \begin_inset Formula $\bigoplus$
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 </row>
15572 <row>
15573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577
15578 \backslash
15579 bigwedge
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 \begin_inset Formula $\bigwedge$
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 <row>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \backslash
15604 bigvee
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613 \begin_inset Formula $\bigvee$
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 </row>
15622 <row>
15623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627
15628 \backslash
15629 bigsqcup
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 \begin_inset Formula $\bigsqcup$
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 </row>
15647 <row>
15648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \backslash
15654 biguplus
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 \begin_inset Formula $\biguplus$
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 </row>
15672 </lyxtabular>
15673
15674 \end_inset
15675
15676
15677 \begin_inset space \hfill{}
15678 \end_inset
15679
15680
15681 \end_layout
15682
15683 \begin_layout Standard
15684 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15685 \begin_inset Graphics
15686         filename ../../images/math/intop.png
15687         scale 85
15688
15689 \end_inset
15690
15691  eingefügt werden.
15692 \end_layout
15693
15694 \begin_layout Standard
15695 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15696  Teil gleich aussehenden binären Operatoren.
15697  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15698  beschrieben.
15699 \end_layout
15700
15701 \begin_layout Standard
15702 Für alle Integrale gibt es Befehle, die auf 
15703 \series bold
15704 op
15705 \series default
15706  enden: 
15707 \series bold
15708
15709 \backslash
15710 intop
15711 \series default
15712
15713 \series bold
15714
15715 \backslash
15716 ointop
15717 \series default
15718  usw..
15719  Diese unterscheiden sich von 
15720 \series bold
15721
15722 \backslash
15723 int
15724 \series default
15725  usw.
15726 \begin_inset space \space{}
15727 \end_inset
15728
15729 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15730 \begin_inset CommandInset ref
15731 LatexCommand ref
15732 reference "sub:Operatorgrenzen"
15733
15734 \end_inset
15735
15736 .
15737  
15738 \end_layout
15739
15740 \begin_layout Subsubsection*
15741 Hinweise zu Integralen
15742 \end_layout
15743
15744 \begin_layout Standard
15745 Der Buchstabe 
15746 \emph on
15747 d
15748 \emph default
15749  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15750  muss.
15751  Dazu markiert man das 
15752 \emph on
15753 d
15754 \emph default
15755  und wandelt es mit der Tastenkombination 
15756 \family sans
15757 Alt+Z
15758 \begin_inset space ~
15759 \end_inset
15760
15761 R
15762 \family default
15763
15764 \begin_inset Foot
15765 status collapsed
15766
15767 \begin_layout Plain Layout
15768 Schriftstile siehe 
15769 \begin_inset CommandInset ref
15770 LatexCommand ref
15771 reference "sub:Schriftstile"
15772
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \end_inset
15779
15780  um.
15781  Anschließend fügt man vor dem 
15782 \emph on
15783 d
15784 \emph default
15785 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15786  Dazu ein Beispiel:
15787 \end_layout
15788
15789 \begin_layout Standard
15790 inkorrekt: 
15791 \begin_inset Formula $\int A(x)dx$
15792 \end_inset
15793
15794
15795 \begin_inset Newline newline
15796 \end_inset
15797
15798
15799 \begin_inset Phantom HPhantom
15800 status open
15801
15802 \begin_layout Plain Layout
15803 in
15804 \end_layout
15805
15806 \end_inset
15807
15808 korrekt: 
15809 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \begin_layout Standard
15816 \begin_inset VSpace medskip
15817 \end_inset
15818
15819 Für Mehrfachintegrale gibt es folgende Befehle:
15820 \begin_inset VSpace medskip
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \begin_layout Standard
15827 \begin_inset space \hfill{}
15828 \end_inset
15829
15830
15831 \begin_inset Tabular
15832 <lyxtabular version="3" rows="4" columns="2">
15833 <features tabularvalignment="middle">
15834 <column alignment="center" valignment="top" width="0">
15835 <column alignment="center" valignment="top" width="0">
15836 <row>
15837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841 Befehl
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850 Ergebnis
15851 \begin_inset Note Note
15852 status collapsed
15853
15854 \begin_layout Plain Layout
15855
15856 \series bold
15857
15858 \backslash
15859 raisebox
15860 \series default
15861  dient nur als Abstandhalter.
15862 \end_layout
15863
15864 \end_inset
15865
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row>
15873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \backslash
15879 iint
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15889 \end_inset
15890
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 </row>
15897 <row>
15898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902
15903 \backslash
15904 oiint
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 </row>
15922 <row>
15923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927
15928 \backslash
15929 sqiint
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15939 \end_inset
15940
15941
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 </row>
15947 </lyxtabular>
15948
15949 \end_inset
15950
15951
15952 \begin_inset space \hfill{}
15953 \end_inset
15954
15955
15956 \begin_inset Tabular
15957 <lyxtabular version="3" rows="4" columns="2">
15958 <features tabularvalignment="middle">
15959 <column alignment="center" valignment="top" width="0">
15960 <column alignment="center" valignment="top" width="0">
15961 <row>
15962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 Befehl
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975 Ergebnis
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 </row>
15981 <row>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \backslash
15988 iiint
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 </row>
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011
16012 \backslash
16013 iiiint
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 <row>
16032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \backslash
16038 dotsint
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16048 \end_inset
16049
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 </lyxtabular>
16057
16058 \end_inset
16059
16060
16061 \begin_inset space \hfill{}
16062 \end_inset
16063
16064
16065 \end_layout
16066
16067 \begin_layout Subsection
16068 Operatorgrenzen
16069 \begin_inset CommandInset label
16070 LatexCommand label
16071 name "sub:Operatorgrenzen"
16072
16073 \end_inset
16074
16075
16076 \begin_inset Index idx
16077 status collapsed
16078
16079 \begin_layout Plain Layout
16080 Operatoren ! Grenzen
16081 \end_layout
16082
16083 \end_inset
16084
16085
16086 \end_layout
16087
16088 \begin_layout Standard
16089 Grenzen werden durch Hoch- bzw.
16090  Tiefstellen erzeugt:
16091 \end_layout
16092
16093 \begin_layout Standard
16094 \align center
16095 \begin_inset Tabular
16096 <lyxtabular version="3" rows="2" columns="2">
16097 <features tabularvalignment="middle">
16098 <column alignment="center" valignment="top" width="0pt">
16099 <column alignment="center" valignment="top" width="0pt">
16100 <row>
16101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Plain Layout
16105 Befehl
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114 Ergebnis
16115 \begin_inset Note Note
16116 status collapsed
16117
16118 \begin_layout Plain Layout
16119
16120 \series bold
16121
16122 \backslash
16123 raisebox
16124 \series default
16125  dient nur als Abstandhalter.
16126 \end_layout
16127
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 <row>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141
16142 \backslash
16143 prod^
16144 \backslash
16145 infty
16146 \begin_inset ERT
16147 status collapsed
16148
16149 \begin_layout Plain Layout
16150
16151
16152 \backslash
16153 leer 
16154 \end_layout
16155
16156 \end_inset
16157
16158
16159 \begin_inset Formula $\to$
16160 \end_inset
16161
16162 _0
16163 \begin_inset Formula $\to$
16164 \end_inset
16165
16166 A(x)
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 </row>
16184 </lyxtabular>
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \begin_layout Standard
16192 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16193  Operator gesetzt.
16194  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16195  bzw.
16196  unter den Operator gesetzt.
16197 \end_layout
16198
16199 \begin_layout Standard
16200 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16201  man den Cursor direkt hinter den Operator und setzt über das Menü 
16202 \family sans
16203 Bearbeiten\SpecialChar \menuseparator
16204 Mathe\SpecialChar \menuseparator
16205 Art der Operatorgrenzen ändern
16206 \family default
16207  die Grenzen auf 
16208 \series bold
16209 Eingebettet
16210 \series default
16211  (Tastenkombination 
16212 \family sans
16213 Alt+M
16214 \begin_inset space ~
16215 \end_inset
16216
16217 L
16218 \family default
16219 ).
16220  Dazu folgendes Beispiel:
16221 \end_layout
16222
16223 \begin_layout Standard
16224 Die normalen Grenzen sehen so aus:
16225 \begin_inset Formula 
16226 \[
16227 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16228 \]
16229
16230 \end_inset
16231
16232 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16233 \begin_inset Formula 
16234 \[
16235 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16236 \]
16237
16238 \end_inset
16239
16240 Bei Integralen werden mit Ausnahme von denen, die auf 
16241 \series bold
16242 op
16243 \series default
16244  enden (
16245 \series bold
16246
16247 \backslash
16248 intop
16249 \series default
16250
16251 \series bold
16252
16253 \backslash
16254 ointop
16255 \series default
16256  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16257  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16258  gesetzt.
16259  Im folgenden Beispiel wurde die Grenze deswegen auf 
16260 \series bold
16261 Anzeige
16262 \series default
16263  gesetzt und damit unter die Integrale geschrieben:
16264 \begin_inset Formula 
16265 \begin{equation}
16266 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16267 \end{equation}
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \begin_layout Standard
16275 \begin_inset VSpace medskip
16276 \end_inset
16277
16278 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16279 \series bold
16280
16281 \backslash
16282 subarray
16283 \series default
16284
16285 \begin_inset Index idx
16286 status collapsed
16287
16288 \begin_layout Plain Layout
16289 Befehle ! S ! 
16290 \backslash
16291 subarray
16292 \end_layout
16293
16294 \end_inset
16295
16296  und 
16297 \series bold
16298
16299 \backslash
16300 substack
16301 \series default
16302
16303 \begin_inset Index idx
16304 status collapsed
16305
16306 \begin_layout Plain Layout
16307 Befehle ! S ! 
16308 \backslash
16309 substack
16310 \end_layout
16311
16312 \end_inset
16313
16314 .
16315  Um z.
16316 \begin_inset space \thinspace{}
16317 \end_inset
16318
16319 B.
16320  diesen Ausdruck 
16321 \begin_inset Formula 
16322 \begin{equation}
16323 \sum_{\begin{subarray}{c}
16324 0<k<1000\\
16325 \\
16326 k\,\in\,\mathbb{N}
16327 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16328 \end{equation}
16329
16330 \end_inset
16331
16332 zu erstellen, muss man Folgendes tun:
16333 \begin_inset Newline newline
16334 \end_inset
16335
16336 Zuerst gibt man den Befehl 
16337 \series bold
16338
16339 \backslash
16340 sum
16341 \series default
16342 ^
16343 \series bold
16344 n
16345 \begin_inset ERT
16346 status collapsed
16347
16348 \begin_layout Plain Layout
16349
16350
16351 \backslash
16352 leer 
16353 \end_layout
16354
16355 \end_inset
16356
16357 _
16358 \series default
16359  ein.
16360  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16361  In dieses gibt man den Befehl 
16362 \series bold
16363
16364 \backslash
16365 subarray
16366 \begin_inset ERT
16367 status collapsed
16368
16369 \begin_layout Plain Layout
16370
16371
16372 \backslash
16373 leer 
16374 \end_layout
16375
16376 \end_inset
16377
16378
16379 \series default
16380  ein.
16381  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16382  Zeilen untereinander schreiben.
16383  Mit Eingabe des Zeilenumbruchs (
16384 \family sans
16385 Strg+Enter
16386 \family default
16387 ) wird eine neue Zeile erstellt.
16388  Gibt man
16389 \begin_inset Newline newline
16390 \end_inset
16391
16392
16393 \series bold
16394 0<k<1000 Strg+Enter
16395 \begin_inset Newline newline
16396 \end_inset
16397
16398
16399 \series default
16400 ein, erscheint darunter ein Kästchen für die neue Zeile.
16401 \end_layout
16402
16403 \begin_layout Standard
16404 Die Ausrichtung der Zeilen kann mit der 
16405 \family sans
16406 Tabellen-Werkzeugleiste
16407 \family default
16408  oder dem Menü 
16409 \family sans
16410 Bearbeiten\SpecialChar \menuseparator
16411 Zeilen & Spalten
16412 \family default
16413  auf links geändert werden.
16414  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16415 \series bold
16416
16417 \backslash
16418 hfill
16419 \begin_inset ERT
16420 status collapsed
16421
16422 \begin_layout Plain Layout
16423
16424
16425 \backslash
16426 leer 
16427 \end_layout
16428
16429 \end_inset
16430
16431
16432 \series default
16433  eingegeben.
16434 \end_layout
16435
16436 \begin_layout Standard
16437 Der Befehl 
16438 \series bold
16439
16440 \backslash
16441 substack
16442 \series default
16443  ist äquivalent zu 
16444 \series bold
16445
16446 \backslash
16447 subarray
16448 \series default
16449 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16450 \end_layout
16451
16452 \begin_layout Standard
16453 \begin_inset VSpace bigskip
16454 \end_inset
16455
16456 Wie bei Formel 
16457 \begin_inset CommandInset ref
16458 LatexCommand eqref
16459 reference "eq:substack"
16460
16461 \end_inset
16462
16463  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16464  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16465 \end_layout
16466
16467 \begin_layout Standard
16468 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16469 \end_layout
16470
16471 \begin_layout Standard
16472
16473 \series bold
16474
16475 \backslash
16476 def
16477 \backslash
16478 clap#1{
16479 \backslash
16480 hbox to 0pt{
16481 \backslash
16482 hss #1
16483 \backslash
16484 hss}}
16485 \begin_inset Newline newline
16486 \end_inset
16487
16488
16489 \backslash
16490 def
16491 \backslash
16492 mathclap {
16493 \backslash
16494 mathpalette 
16495 \backslash
16496 mathclapinternal}
16497 \begin_inset Newline newline
16498 \end_inset
16499
16500
16501 \backslash
16502 def
16503 \backslash
16504 mathclapinternal #1#2{
16505 \backslash
16506 clap{$
16507 \backslash
16508 mathsurround =0pt #1{#2}$}}
16509 \end_layout
16510
16511 \begin_layout Standard
16512 Dadurch wird der Befehl 
16513 \series bold
16514
16515 \backslash
16516 mathclap
16517 \series default
16518
16519 \begin_inset Index idx
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523 Befehle ! M ! 
16524 \backslash
16525 mathclap
16526 \end_layout
16527
16528 \end_inset
16529
16530  definiert, der die Breite der Grenze auf 0
16531 \begin_inset space \thinspace{}
16532 \end_inset
16533
16534 pt setzt.
16535  Das Befehlsschema lautet
16536 \end_layout
16537
16538 \begin_layout Standard
16539
16540 \series bold
16541
16542 \backslash
16543 mathclap{Grenze}
16544 \end_layout
16545
16546 \begin_layout Standard
16547 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16548 \end_layout
16549
16550 \begin_layout Standard
16551 Auf Formel 
16552 \begin_inset CommandInset ref
16553 LatexCommand eqref
16554 reference "eq:substack"
16555
16556 \end_inset
16557
16558  angewandt, gibt man also den Befehl
16559 \end_layout
16560
16561 \begin_layout Standard
16562
16563 \series bold
16564
16565 \backslash
16566 sum_
16567 \backslash
16568 mathclap{
16569 \backslash
16570 substack
16571 \begin_inset ERT
16572 status collapsed
16573
16574 \begin_layout Plain Layout
16575
16576
16577 \backslash
16578 leer 
16579 \end_layout
16580
16581 \end_inset
16582
16583 0<k<1000 Strg+Enter
16584 \end_layout
16585
16586 \begin_layout Standard
16587 ein, um die untere Grenze zu erstellen.
16588  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16589 \begin_inset Formula 
16590 \[
16591 \sum_{\mathclap{\substack{0<k<1000\\
16592 \\
16593 k\,\in\,\mathbb{N}
16594 }
16595 }}^{n}k^{-2}
16596 \]
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \begin_layout Standard
16604 \begin_inset VSpace bigskip
16605 \end_inset
16606
16607 In 
16608 \begin_inset CommandInset ref
16609 LatexCommand ref
16610 reference "sub:Selbstdefinierte-Operatoren"
16611
16612 \end_inset
16613
16614  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16615 \end_layout
16616
16617 \begin_layout Subsection
16618 Binäre Operatoren
16619 \begin_inset CommandInset label
16620 LatexCommand label
16621 name "sub:Binäre-Operatoren"
16622
16623 \end_inset
16624
16625
16626 \begin_inset Index idx
16627 status collapsed
16628
16629 \begin_layout Plain Layout
16630 Operatoren ! binäre
16631 \end_layout
16632
16633 \end_inset
16634
16635
16636 \end_layout
16637
16638 \begin_layout Standard
16639 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16640  ein Zeichen befindet.
16641 \begin_inset VSpace medskip
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \begin_layout Standard
16648 \begin_inset space \hfill{}
16649 \end_inset
16650
16651
16652 \begin_inset Tabular
16653 <lyxtabular version="3" rows="13" columns="2">
16654 <features tabularvalignment="middle">
16655 <column alignment="center" valignment="top" width="0pt">
16656 <column alignment="center" valignment="top" width="0pt">
16657 <row>
16658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 Befehl
16663 \begin_inset Note Note
16664 status collapsed
16665
16666 \begin_layout Plain Layout
16667
16668 \series bold
16669
16670 \backslash
16671 raisebox
16672 \series default
16673  dient nur als Abstandhalter.
16674 \end_layout
16675
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 Ergebnis
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 </row>
16693 <row>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 +
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 \begin_inset Formula $+$
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 </row>
16716 <row>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 -
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 \begin_inset Formula $-$
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 </row>
16739 <row>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744
16745 \backslash
16746 pm
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 \begin_inset Formula $\pm$
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769
16770 \backslash
16771 mp
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Formula $\mp$
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 </row>
16789 <row>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794
16795 \backslash
16796 cdot
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 \begin_inset Formula $\cdot$
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 </row>
16814 <row>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819
16820 \backslash
16821 times
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 \begin_inset Formula $\times$
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 <row>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844
16845 \backslash
16846 div
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 \begin_inset Formula $\div$
16856 \end_inset
16857
16858
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 </row>
16864 <row>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset ERT
16870 status collapsed
16871
16872 \begin_layout Plain Layout
16873
16874
16875 \backslash
16876 raisebox{-1.2mm}{
16877 \end_layout
16878
16879 \end_inset
16880
16881 *
16882 \begin_inset ERT
16883 status collapsed
16884
16885 \begin_layout Plain Layout
16886
16887 }
16888 \end_layout
16889
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 \begin_inset Formula $*$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \backslash
16917 star
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Formula $\star$
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \backslash
16942 circ
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset Formula $\circ$
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \backslash
16967 diamond
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 \begin_inset Formula $\diamond$
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \backslash
16992 bullet
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $\bullet$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 </lyxtabular>
17011
17012 \end_inset
17013
17014
17015 \begin_inset space \hfill{}
17016 \end_inset
17017
17018
17019 \begin_inset Tabular
17020 <lyxtabular version="3" rows="13" columns="2">
17021 <features tabularvalignment="middle">
17022 <column alignment="center" valignment="top" width="0pt">
17023 <column alignment="center" valignment="top" width="0pt">
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 Befehl
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 Ergebnis
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 </row>
17044 <row>
17045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Plain Layout
17049
17050 \backslash
17051 nabla
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060 \begin_inset Formula $\nabla$
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 </row>
17069 <row>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \backslash
17076 bigtriangledown
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 \begin_inset Formula $\bigtriangledown$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 </row>
17094 <row>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099
17100 \backslash
17101 bigtriangleup
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 \begin_inset Formula $\bigtriangleup$
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 </row>
17119 <row>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124
17125 \backslash
17126 Box
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 \begin_inset Formula $\Box$
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 <row>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149
17150 \backslash
17151 cap 
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 \begin_inset Formula $\cap$
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 <row>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174
17175 \backslash
17176 cup
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $\cup$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 <row>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199
17200 \backslash
17201 dagger
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 \begin_inset Formula $\dagger$
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224
17225 \backslash
17226 ddagger
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 \begin_inset Formula $\ddagger$
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 </row>
17244 <row>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249
17250 \backslash
17251 wr
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 \begin_inset Formula $\wr$
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 </row>
17269 <row>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274
17275 \backslash
17276 bigcirc
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 \begin_inset Formula $\bigcirc$
17286 \end_inset
17287
17288
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 </row>
17294 <row>
17295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299
17300 \backslash
17301 wedge
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 \begin_inset Formula $\wedge$
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 </row>
17319 <row>
17320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324
17325 \backslash
17326 vee
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335 \begin_inset Formula $\vee$
17336 \end_inset
17337
17338
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 </lyxtabular>
17345
17346 \end_inset
17347
17348
17349 \begin_inset space \hfill{}
17350 \end_inset
17351
17352
17353 \begin_inset Tabular
17354 <lyxtabular version="3" rows="13" columns="2">
17355 <features tabularvalignment="middle">
17356 <column alignment="center" valignment="top" width="0pt">
17357 <column alignment="center" valignment="top" width="0pt">
17358 <row>
17359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 Befehl
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 Ergebnis
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 </row>
17378 <row>
17379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383
17384 \backslash
17385 oplus
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 \begin_inset Formula $\oplus$
17395 \end_inset
17396
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 </row>
17403 <row>
17404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \backslash
17410 ominus
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 \begin_inset Formula $\ominus$
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 </row>
17428 <row>
17429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433
17434 \backslash
17435 otimes
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Formula $\otimes$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 </row>
17453 <row>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458
17459 \backslash
17460 oslash
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 \begin_inset Formula $\oslash$
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 </row>
17478 <row>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483
17484 \backslash
17485 odot
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 \begin_inset Formula $\odot$
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 <row>
17504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508
17509 \backslash
17510 amalg
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 \begin_inset Formula $\amalg$
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 </row>
17528 <row>
17529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533
17534 \backslash
17535 uplus
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 \begin_inset Formula $\uplus$
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 </row>
17553 <row>
17554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558
17559 \backslash
17560 setminus
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569 \begin_inset Formula $\setminus$
17570 \end_inset
17571
17572
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 </row>
17578 <row>
17579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583
17584 \backslash
17585 sqcap
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 \begin_inset Formula $\sqcap$
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 <row>
17604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608
17609 \backslash
17610 sqcup
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619 \begin_inset Formula $\sqcup$
17620 \end_inset
17621
17622
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 </row>
17628 <row>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633
17634 \backslash
17635 triangleleft
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644 \begin_inset Formula $\triangleleft$
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 </row>
17653 <row>
17654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17655 \begin_inset Text
17656
17657 \begin_layout Plain Layout
17658
17659 \backslash
17660 triangleright
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669 \begin_inset Formula $\triangleright$
17670 \end_inset
17671
17672
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 </row>
17678 </lyxtabular>
17679
17680 \end_inset
17681
17682
17683 \begin_inset space \hfill{}
17684 \end_inset
17685
17686
17687 \end_layout
17688
17689 \begin_layout Standard
17690 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17691  
17692 \begin_inset Graphics
17693         filename ../../images/math/pm.png
17694         scale 85
17695
17696 \end_inset
17697
17698  eingefügt werden.
17699 \end_layout
17700
17701 \begin_layout Standard
17702 Um den Laplace-Operator darzustellen, kann man statt 
17703 \series bold
17704
17705 \backslash
17706 bigtriangleup
17707 \series default
17708  auch 
17709 \series bold
17710
17711 \backslash
17712 Delta
17713 \series default
17714  verwenden oder man benutzt 
17715 \series bold
17716
17717 \backslash
17718 nabla
17719 \series default
17720 ^
17721 \series bold
17722 2
17723 \series default
17724  (
17725 \begin_inset Formula $\nabla^{2}$
17726 \end_inset
17727
17728 ).
17729 \end_layout
17730
17731 \begin_layout Standard
17732 Das Zeichen 
17733 \family sans
17734 Menütrenner
17735 \family default
17736  im Menü 
17737 \family sans
17738 Einfügen\SpecialChar \menuseparator
17739 Sonderzeichen
17740 \family default
17741  ist der Operator 
17742 \series bold
17743
17744 \backslash
17745 triangleright
17746 \series default
17747 .
17748 \end_layout
17749
17750 \begin_layout Subsection
17751 Selbst definierte Operatoren
17752 \begin_inset CommandInset label
17753 LatexCommand label
17754 name "sub:Selbstdefinierte-Operatoren"
17755
17756 \end_inset
17757
17758
17759 \begin_inset Index idx
17760 status collapsed
17761
17762 \begin_layout Plain Layout
17763 Operatoren ! selbstdefinierte
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 Mit Hilfe des Befehls 
17773 \series bold
17774
17775 \backslash
17776 DeclareMathOperator
17777 \series default
17778
17779 \begin_inset Index idx
17780 status collapsed
17781
17782 \begin_layout Plain Layout
17783 Befehle ! D ! 
17784 \backslash
17785 dbinom@
17786 \backslash
17787 DeclareMathOperator
17788 \end_layout
17789
17790 \end_inset
17791
17792  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17793  Das Befehlsschema dazu lautet:
17794 \end_layout
17795
17796 \begin_layout Standard
17797
17798 \series bold
17799
17800 \backslash
17801 DeclareMathOperator{neuer Befehl}{Anzeige}
17802 \end_layout
17803
17804 \begin_layout Standard
17805 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17806  im Ausdruck aussieht.
17807  Will man einen großen Operator definieren, setzt man hinter den Befehl
17808  ein 
17809 \series bold
17810 *
17811 \series default
17812 .
17813  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17814  wie in 
17815 \begin_inset CommandInset ref
17816 LatexCommand ref
17817 reference "sub:Operatorgrenzen"
17818
17819 \end_inset
17820
17821  beschrieben.
17822 \end_layout
17823
17824 \begin_layout Standard
17825 Beispielsweise definiert die LaTeX-Vorspannzeile
17826 \end_layout
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831
17832 \backslash
17833 DeclareMathOperator*{
17834 \backslash
17835 Raute}{
17836 \backslash
17837 blacklozenge}
17838 \end_layout
17839
17840 \begin_layout Standard
17841 den Befehl 
17842 \series bold
17843
17844 \backslash
17845 Raute
17846 \series default
17847 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17848  aus 
17849 \begin_inset CommandInset ref
17850 LatexCommand ref
17851 reference "sub:Sonstige-Symbole"
17852
17853 \end_inset
17854
17855  besteht:
17856 \begin_inset Formula 
17857 \[
17858 \Raute_{n=1}^{\infty}
17859 \]
17860
17861 \end_inset
17862
17863 Der Befehl für diese Formel lautet: 
17864 \series bold
17865
17866 \backslash
17867 Raute
17868 \series default
17869 ^
17870 \series bold
17871
17872 \backslash
17873 infty
17874 \begin_inset Formula $\to$
17875 \end_inset
17876
17877 _n=1
17878 \end_layout
17879
17880 \begin_layout Standard
17881 \begin_inset VSpace bigskip
17882 \end_inset
17883
17884 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17885  auch mit den Befehlen 
17886 \series bold
17887
17888 \backslash
17889 mathop
17890 \series default
17891
17892 \begin_inset Index idx
17893 status collapsed
17894
17895 \begin_layout Plain Layout
17896 Befehle ! M ! 
17897 \backslash
17898 mathop
17899 \end_layout
17900
17901 \end_inset
17902
17903  und 
17904 \series bold
17905
17906 \backslash
17907 mathbin
17908 \series default
17909
17910 \begin_inset Index idx
17911 status collapsed
17912
17913 \begin_layout Plain Layout
17914 Befehle ! M ! 
17915 \backslash
17916 mathbin
17917 \end_layout
17918
17919 \end_inset
17920
17921  definieren, die folgendes Schema besitzen:
17922 \end_layout
17923
17924 \begin_layout Standard
17925
17926 \series bold
17927
17928 \backslash
17929 mathop{Anzeige}
17930 \series default
17931  bzw.
17932  
17933 \series bold
17934
17935 \backslash
17936 mathbin{Anzeige}
17937 \end_layout
17938
17939 \begin_layout Standard
17940
17941 \series bold
17942
17943 \backslash
17944 mathop
17945 \series default
17946  definiert große, 
17947 \series bold
17948
17949 \backslash
17950 mathbin
17951 \series default
17952  binäre Operatoren.
17953 \end_layout
17954
17955 \begin_layout Standard
17956
17957 \series bold
17958
17959 \backslash
17960 mathop
17961 \series default
17962  lässt sich z.
17963 \begin_inset space \thinspace{}
17964 \end_inset
17965
17966 B.
17967  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17968 \begin_inset Formula 
17969 \[
17970 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17971 \]
17972
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \begin_layout Standard
17979 Der Befehl für obige Formel lautet:
17980 \begin_inset Newline newline
17981 \end_inset
17982
17983  
17984 \series bold
17985
17986 \backslash
17987 mathop{
17988 \backslash
17989 sum
17990 \backslash
17991 negmedspace
17992 \backslash
17993 sum
17994 \series default
17995
17996 \begin_inset ERT
17997 status collapsed
17998
17999 \begin_layout Plain Layout
18000
18001
18002 \backslash
18003 leer 
18004 \end_layout
18005
18006 \end_inset
18007
18008
18009 \series bold
18010
18011 \begin_inset Formula $\to$
18012 \end_inset
18013
18014 ^N
18015 \series default
18016
18017 \begin_inset ERT
18018 status collapsed
18019
18020 \begin_layout Plain Layout
18021
18022
18023 \backslash
18024 leer 
18025 \end_layout
18026
18027 \end_inset
18028
18029
18030 \series bold
18031 _i,j=1
18032 \end_layout
18033
18034 \begin_layout Section
18035 Schriften
18036 \begin_inset Index idx
18037 status collapsed
18038
18039 \begin_layout Plain Layout
18040 Schriften
18041 \end_layout
18042
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \begin_layout Subsection
18049 Schriftstile
18050 \begin_inset CommandInset label
18051 LatexCommand label
18052 name "sub:Schriftstile"
18053
18054 \end_inset
18055
18056
18057 \begin_inset Index idx
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061 Schriften ! Schriftstile
18062 \end_layout
18063
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \begin_layout Standard
18070 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18071  gesetzt werden:
18072 \begin_inset VSpace -2mm
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \begin_layout Standard
18079 \align center
18080 \begin_inset Tabular
18081 <lyxtabular version="3" rows="7" columns="3">
18082 <features tabularvalignment="middle">
18083 <column alignment="center" valignment="top" width="0">
18084 <column alignment="center" valignment="top" width="0">
18085 <column alignment="center" valignment="top" width="0">
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 Befehl
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 Ergebnis
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 Tastenkürzel
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120
18121 \backslash
18122 mathbb
18123 \series bold
18124
18125 \begin_inset ERT
18126 status collapsed
18127
18128 \begin_layout Plain Layout
18129
18130
18131 \backslash
18132 leer 
18133 \end_layout
18134
18135 \end_inset
18136
18137
18138 \series default
18139 ABC
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 \begin_inset Formula $\mathbb{ABC}$
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 Alt+Z K
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 </row>
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \backslash
18173 mathbf
18174 \series bold
18175
18176 \begin_inset ERT
18177 status collapsed
18178
18179 \begin_layout Plain Layout
18180
18181
18182 \backslash
18183 leer 
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \series default
18190 AbC
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 \begin_inset Formula $\mathbf{AbC}$
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 Strg+B
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 </row>
18217 <row>
18218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222
18223 \backslash
18224 boldsymbol
18225 \series bold
18226
18227 \begin_inset ERT
18228 status collapsed
18229
18230 \begin_layout Plain Layout
18231
18232
18233 \backslash
18234 leer 
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \series default
18241 AbC
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Formula $\boldsymbol{AbC}$
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 Alt+Z F oder Strg+Alt+B
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 <row>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \backslash
18275 mathcal
18276 \series bold
18277
18278 \begin_inset ERT
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282
18283
18284 \backslash
18285 leer 
18286 \end_layout
18287
18288 \end_inset
18289
18290
18291 \series default
18292 ABC
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Formula $\mathcal{ABC}$
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313 Alt+Z H
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 </row>
18319 <row>
18320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324
18325 \backslash
18326 mathfrak
18327 \series bold
18328
18329 \begin_inset ERT
18330 status collapsed
18331
18332 \begin_layout Plain Layout
18333
18334
18335 \backslash
18336 leer 
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \series default
18343 AbC
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352 \begin_inset Formula $\mathfrak{AbC}$
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 -
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 <row>
18371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375
18376 \backslash
18377 mathscr
18378 \series bold
18379
18380 \begin_inset ERT
18381 status collapsed
18382
18383 \begin_layout Plain Layout
18384
18385
18386 \backslash
18387 leer 
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \series default
18394 AbC
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403 \begin_inset Formula $\mathscr{AbC}$
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 -
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 </lyxtabular>
18422
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \begin_layout Standard
18429 \align center
18430 \begin_inset Tabular
18431 <lyxtabular version="3" rows="5" columns="3">
18432 <features tabularvalignment="middle">
18433 <column alignment="center" valignment="top" width="0">
18434 <column alignment="center" valignment="top" width="0">
18435 <column alignment="center" valignment="top" width="0">
18436 <row>
18437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441 Befehl
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 Ergebnis
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 Tastenkürzel
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 <row>
18466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470
18471 \backslash
18472 mathit
18473 \series bold
18474
18475 \begin_inset ERT
18476 status collapsed
18477
18478 \begin_layout Plain Layout
18479
18480
18481 \backslash
18482 leer 
18483 \end_layout
18484
18485 \end_inset
18486
18487
18488 \series default
18489 AbC
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498 \begin_inset Formula $\mathit{AbC}$
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510 -
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 </row>
18516 <row>
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521
18522 \backslash
18523 mathrm
18524 \series bold
18525
18526 \begin_inset ERT
18527 status collapsed
18528
18529 \begin_layout Plain Layout
18530
18531
18532 \backslash
18533 leer 
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \series default
18540 AbC
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 \begin_inset Formula $\mathrm{AbC}$
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 Alt+Z R
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 </row>
18567 <row>
18568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572
18573 \backslash
18574 mathsf
18575 \series bold
18576
18577 \begin_inset ERT
18578 status collapsed
18579
18580 \begin_layout Plain Layout
18581
18582
18583 \backslash
18584 leer 
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \series default
18591 AbC
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 \begin_inset Formula $\mathsf{AbC}$
18601 \end_inset
18602
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 Alt+Z S
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 <row>
18619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \backslash
18625 mathtt
18626 \series bold
18627
18628 \begin_inset ERT
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632
18633
18634 \backslash
18635 leer 
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \series default
18642 AbC
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651 \begin_inset Formula $\mathtt{AbC}$
18652 \end_inset
18653
18654
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663 Alt+Z C
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 </row>
18669 </lyxtabular>
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Standard
18677 \begin_inset Note Greyedout
18678 status open
18679
18680 \begin_layout Plain Layout
18681
18682 \series bold
18683 Achtung:
18684 \series default
18685  Die Stile 
18686 \series bold
18687
18688 \backslash
18689 mathbb
18690 \series default
18691  und 
18692 \series bold
18693
18694 \backslash
18695 mathcal
18696 \series default
18697  können nur für Großbuchstaben verwendet werden.
18698 \end_layout
18699
18700 \end_inset
18701
18702
18703 \end_layout
18704
18705 \begin_layout Standard
18706 Voreingestellt ist der Stil 
18707 \series bold
18708
18709 \backslash
18710 mathnormal
18711 \series default
18712 .
18713 \end_layout
18714
18715 \begin_layout Standard
18716 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18717 \begin_inset Formula 
18718 \[
18719 \mathfrak{A=\frac{b}{C}}
18720 \]
18721
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \begin_layout Standard
18728 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18729 ile, sondern in dem Textschriftstil 
18730 \series bold
18731
18732 \backslash
18733 textrm
18734 \series default
18735 .
18736  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18737  ein Fehler in LyX.
18738 \begin_inset Foot
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742 \begin_inset CommandInset href
18743 LatexCommand href
18744 name "LyX-Fehler #4629"
18745 target "http://www.lyx.org/trac/ticket/4629"
18746
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \begin_layout Standard
18758 Anstelle der Stilbefehle kann man auch den Dialog 
18759 \family sans
18760 Bearbeiten\SpecialChar \menuseparator
18761 Mathe\SpecialChar \menuseparator
18762 Text-Stil
18763 \family default
18764  oder den Mathe-Werkzeugleistenknopf 
18765 \begin_inset Graphics
18766         filename ../../images/math/font.png
18767         scale 85
18768
18769 \end_inset
18770
18771  verwenden.
18772 \end_layout
18773
18774 \begin_layout Subsection
18775 Fett gedruckte Formeln
18776 \begin_inset CommandInset label
18777 LatexCommand label
18778 name "sub:Fett-gedruckte-Formeln"
18779
18780 \end_inset
18781
18782
18783 \begin_inset Index idx
18784 status collapsed
18785
18786 \begin_layout Plain Layout
18787 Formel ! fett gedruckte
18788 \end_layout
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \begin_layout Standard
18796 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18797  Kapitel angegebenen Befehl 
18798 \series bold
18799
18800 \backslash
18801 mathbf
18802 \series default
18803  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18804  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18805  Formel gut erkennt:
18806 \end_layout
18807
18808 \begin_layout Standard
18809 \begin_inset Formula 
18810 \[
18811 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18812 \]
18813
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \begin_layout Standard
18820 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18821 \series bold
18822
18823 \backslash
18824 boldsymbol
18825 \series default
18826 :
18827 \begin_inset Formula 
18828 \[
18829 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18830 \]
18831
18832 \end_inset
18833
18834 Es gibt auch die Möglichkeit die Formel in eine 
18835 \series bold
18836 boldmath-Umgebung
18837 \series default
18838  zu setzen.
18839  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18840 \series bold
18841
18842 \backslash
18843 boldmath
18844 \series default
18845
18846 \begin_inset Index idx
18847 status collapsed
18848
18849 \begin_layout Plain Layout
18850 Befehle ! B ! 
18851 \backslash
18852 boldmath
18853 \end_layout
18854
18855 \end_inset
18856
18857  eingibt.
18858  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18859 \series bold
18860
18861 \backslash
18862 unboldmath
18863 \series default
18864
18865 \begin_inset Index idx
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869 Befehle ! U ! 
18870 \backslash
18871 unboldmath
18872 \end_layout
18873
18874 \end_inset
18875
18876  ein.
18877 \begin_inset ERT
18878 status collapsed
18879
18880 \begin_layout Plain Layout
18881
18882
18883 \backslash
18884 boldmath 
18885 \end_layout
18886
18887 \end_inset
18888
18889
18890 \begin_inset Formula 
18891 \[
18892 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18893 \]
18894
18895 \end_inset
18896
18897
18898 \begin_inset ERT
18899 status collapsed
18900
18901 \begin_layout Plain Layout
18902
18903
18904 \backslash
18905 unboldmath 
18906 \end_layout
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Subsection
18914 Farbige Formeln
18915 \begin_inset Index idx
18916 status collapsed
18917
18918 \begin_layout Plain Layout
18919 Formel ! farbige
18920 \end_layout
18921
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \begin_layout Standard
18928 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18929  oder Formelteile und verwenden dann den 
18930 \family sans
18931 Textstil
18932 \family default
18933  Dialog.
18934  Hier ist eine Formel in Magenta:
18935 \begin_inset Formula 
18936 \[
18937 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18938 \]
18939
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \begin_layout Standard
18946 Man kann auch eigene Farben definieren, wie in 
18947 \begin_inset CommandInset ref
18948 LatexCommand ref
18949 reference "sub:Farbige-Boxen"
18950
18951 \end_inset
18952
18953  erklärt ist.
18954  Diese können dann mit dem TeX-Code Befehl 
18955 \series bold
18956
18957 \backslash
18958 textcolor
18959 \series default
18960
18961 \begin_inset Index idx
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965 Befehle! T ! 
18966 \backslash
18967 textcolor
18968 \end_layout
18969
18970 \end_inset
18971
18972  verwendet werden, dass folgendes Schema besitzt:
18973 \end_layout
18974
18975 \begin_layout Standard
18976
18977 \series bold
18978
18979 \backslash
18980 textcolor{Farbe}{Zeichen oder Formel}
18981 \end_layout
18982
18983 \begin_layout Standard
18984 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18985 \end_layout
18986
18987 \begin_layout Standard
18988 \begin_inset ERT
18989 status collapsed
18990
18991 \begin_layout Plain Layout
18992
18993
18994 \backslash
18995 textcolor{dunkelgruen}{
18996 \end_layout
18997
18998 \end_inset
18999
19000
19001 \begin_inset Formula 
19002 \[
19003 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19004 \]
19005
19006 \end_inset
19007
19008
19009 \begin_inset ERT
19010 status collapsed
19011
19012 \begin_layout Plain Layout
19013
19014 }
19015 \end_layout
19016
19017 \end_inset
19018
19019
19020 \end_layout
19021
19022 \begin_layout Standard
19023 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
19024 n Farben gefärbt werden.
19025 \begin_inset Foot
19026 status collapsed
19027
19028 \begin_layout Plain Layout
19029 \begin_inset CommandInset href
19030 LatexCommand href
19031 name "LyX-bug #5269"
19032 target "http://www.lyx.org/trac/ticket/5269"
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Subsection
19045 Schriftgrößen
19046 \begin_inset CommandInset label
19047 LatexCommand label
19048 name "sub:Schriftgrößen"
19049
19050 \end_inset
19051
19052
19053 \begin_inset Index idx
19054 status collapsed
19055
19056 \begin_layout Plain Layout
19057 Schriften ! Schriftgrößen
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Standard
19066 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19067 le:
19068 \end_layout
19069
19070 \begin_layout Standard
19071
19072 \series bold
19073
19074 \backslash
19075 Huge
19076 \series default
19077
19078 \series bold
19079
19080 \backslash
19081 huge
19082 \series default
19083
19084 \series bold
19085
19086 \backslash
19087 LARGE
19088 \series default
19089
19090 \series bold
19091
19092 \backslash
19093 Large
19094 \series default
19095
19096 \series bold
19097
19098 \backslash
19099 large
19100 \series default
19101
19102 \series bold
19103
19104 \backslash
19105 normalsize
19106 \series default
19107
19108 \series bold
19109
19110 \backslash
19111 small
19112 \series default
19113
19114 \series bold
19115
19116 \backslash
19117 footnotesize
19118 \series default
19119 ,
19120 \begin_inset Newline linebreak
19121 \end_inset
19122
19123
19124 \series bold
19125
19126 \backslash
19127 scriptsize
19128 \series default
19129  und 
19130 \series bold
19131
19132 \backslash
19133 tiny
19134 \end_layout
19135
19136 \begin_layout Standard
19137 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19138  ab, die dem Befehl 
19139 \series bold
19140
19141 \backslash
19142 normalsize
19143 \series default
19144  entspricht.
19145  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19146 \series bold
19147
19148 \backslash
19149 normalsize
19150 \series default
19151 .
19152  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19153  Beträgt z.
19154 \begin_inset space \thinspace{}
19155 \end_inset
19156
19157 B.
19158  die Dokumentschriftgröße 12
19159 \begin_inset space \thinspace{}
19160 \end_inset
19161
19162 pt, produziert der Befehl 
19163 \series bold
19164
19165 \backslash
19166 Huge
19167 \series default
19168  dasselbe wie 
19169 \series bold
19170
19171 \backslash
19172 huge
19173 \series default
19174 .
19175  
19176 \end_layout
19177
19178 \begin_layout Standard
19179 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19180  Größe aller nachfolgenden Formel- und Textzeichen fest.
19181  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19182  TeX-Modus den Befehl 
19183 \series bold
19184
19185 \backslash
19186 normalsize
19187 \series default
19188  ein.
19189 \end_layout
19190
19191 \begin_layout Standard
19192 \begin_inset Newpage newpage
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \begin_layout Standard
19199 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19200  werden:
19201 \end_layout
19202
19203 \begin_layout Standard
19204 \noindent
19205 \align center
19206 \begin_inset Tabular
19207 <lyxtabular version="3" rows="5" columns="2">
19208 <features tabularvalignment="middle">
19209 <column alignment="center" valignment="top" width="0">
19210 <column alignment="center" valignment="top" width="0">
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 Befehl
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 Ergebnis
19226 \begin_inset Note Note
19227 status collapsed
19228
19229 \begin_layout Plain Layout
19230
19231 \series bold
19232
19233 \backslash
19234 raisebox
19235 \series default
19236  dient nur als Abstandhalter.
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 </row>
19247 <row>
19248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252
19253 \backslash
19254 displaystyle
19255 \begin_inset Index idx
19256 status collapsed
19257
19258 \begin_layout Plain Layout
19259 Befehle ! D ! 
19260 \backslash
19261 displaystyle
19262 \end_layout
19263
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 </row>
19284 <row>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \backslash
19291 textstyle
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 scriptstyle
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 <row>
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \backslash
19341 scriptscriptstyle
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 </row>
19359 </lyxtabular>
19360
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \begin_layout Standard
19367 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19368  in das die Formelteile eingegeben werden.
19369 \end_layout
19370
19371 \begin_layout Standard
19372 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19373  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19374  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19375  eingegeben.
19376  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19377  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19378  Dazu zwei Beispiele:
19379 \begin_inset VSpace -2mm
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \begin_layout Standard
19386 \begin_inset ERT
19387 status collapsed
19388
19389 \begin_layout Plain Layout
19390
19391
19392 \backslash
19393 huge 
19394 \end_layout
19395
19396 \end_inset
19397
19398
19399 \begin_inset Formula 
19400 \[
19401 A=\frac{B}{c}\cdot\maltese
19402 \]
19403
19404 \end_inset
19405
19406
19407 \begin_inset Formula 
19408 \[
19409 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19410 \]
19411
19412 \end_inset
19413
19414
19415 \begin_inset ERT
19416 status collapsed
19417
19418 \begin_layout Plain Layout
19419
19420
19421 \backslash
19422 normalsize 
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Standard
19431 \begin_inset VSpace medskip
19432 \end_inset
19433
19434 Vor beiden Formeln wurde der Befehl 
19435 \series bold
19436
19437 \backslash
19438 huge
19439 \series default
19440  eingegeben.
19441  Der Befehl für die zweite Formel lautet:
19442 \begin_inset Newline newline
19443 \end_inset
19444
19445
19446 \series bold
19447
19448 \backslash
19449 maltese
19450 \begin_inset ERT
19451 status collapsed
19452
19453 \begin_layout Plain Layout
19454
19455
19456 \backslash
19457 leer 
19458 \end_layout
19459
19460 \end_inset
19461
19462 A M-m m 
19463 \backslash
19464 Large
19465 \begin_inset ERT
19466 status collapsed
19467
19468 \begin_layout Plain Layout
19469
19470
19471 \backslash
19472 leer 
19473 \end_layout
19474
19475 \end_inset
19476
19477
19478 \backslash
19479 maltese
19480 \begin_inset ERT
19481 status collapsed
19482
19483 \begin_layout Plain Layout
19484
19485
19486 \backslash
19487 leer 
19488 \end_layout
19489
19490 \end_inset
19491
19492
19493 \backslash
19494 textit
19495 \begin_inset ERT
19496 status collapsed
19497
19498 \begin_layout Plain Layout
19499
19500
19501 \backslash
19502 leer 
19503 \end_layout
19504
19505 \end_inset
19506
19507 A
19508 \begin_inset Formula $\to$
19509 \end_inset
19510
19511
19512 \begin_inset Formula $\to$
19513 \end_inset
19514
19515
19516 \begin_inset Newline newline
19517 \end_inset
19518
19519
19520 \begin_inset space \hspace*{}
19521 \length 1cm
19522 \end_inset
19523
19524 M-m
19525 \series default
19526  
19527 \series bold
19528
19529 \backslash
19530 tiny
19531 \begin_inset ERT
19532 status collapsed
19533
19534 \begin_layout Plain Layout
19535
19536
19537 \backslash
19538 leer 
19539 \end_layout
19540
19541 \end_inset
19542
19543
19544 \backslash
19545 maltese
19546 \begin_inset ERT
19547 status collapsed
19548
19549 \begin_layout Plain Layout
19550
19551
19552 \backslash
19553 leer 
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \backslash
19560 textit
19561 \begin_inset ERT
19562 status collapsed
19563
19564 \begin_layout Plain Layout
19565
19566
19567 \backslash
19568 leer 
19569 \end_layout
19570
19571 \end_inset
19572
19573 A
19574 \end_layout
19575
19576 \begin_layout Standard
19577 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19578  immer in der Standardgröße dargestellt.
19579 \end_layout
19580
19581 \begin_layout Standard
19582 \begin_inset Newpage newpage
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \begin_layout Section
19589 Griechische Buchstaben
19590 \begin_inset Index idx
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594 griechische Buchstaben
19595 \end_layout
19596
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \begin_layout Standard
19603 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19604  
19605 \begin_inset Graphics
19606         filename ../../images/math/alpha.png
19607         scale 85
19608
19609 \end_inset
19610
19611  eingefügt werden.
19612  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19613  in Formeln aufrecht gesetzt werden.
19614  In einigen Sprachen, wie z.
19615 \begin_inset space \thinspace{}
19616 \end_inset
19617
19618 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19619 \end_layout
19620
19621 \begin_layout Subsection
19622 Kleine Buchstaben
19623 \begin_inset Index idx
19624 status collapsed
19625
19626 \begin_layout Plain Layout
19627 griechische Buchstaben ! kleine
19628 \end_layout
19629
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \begin_layout Standard
19636 \begin_inset space \hfill{}
19637 \end_inset
19638
19639
19640 \begin_inset Tabular
19641 <lyxtabular version="3" rows="11" columns="2">
19642 <features tabularvalignment="middle">
19643 <column alignment="center" valignment="top" width="0pt">
19644 <column alignment="center" valignment="top" width="0pt">
19645 <row>
19646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 Befehl
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 Ergebnis
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 </row>
19665 <row>
19666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670
19671 \backslash
19672 alpha
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 \begin_inset Formula $\alpha$
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 <row>
19691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695
19696 \backslash
19697 beta
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 \begin_inset Formula $\beta$
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \backslash
19722 gamma
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 \begin_inset Formula $\gamma$
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \backslash
19747 delta
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 \begin_inset Formula $\delta$
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 <row>
19766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \backslash
19772 epsilon
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 \begin_inset Formula $\epsilon$
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 <row>
19791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795
19796 \backslash
19797 varepsilon
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 \begin_inset Formula $\varepsilon$
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 </row>
19815 <row>
19816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820
19821 \backslash
19822 zeta
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831 \begin_inset Formula $\zeta$
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 </row>
19840 <row>
19841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845
19846 \backslash
19847 eta
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Formula $\eta$
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 </row>
19865 <row>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870
19871 \backslash
19872 theta
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881 \begin_inset Formula $\theta$
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 </row>
19890 <row>
19891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895
19896 \backslash
19897 vartheta
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 \begin_inset Formula $\vartheta$
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 </row>
19915 </lyxtabular>
19916
19917 \end_inset
19918
19919
19920 \begin_inset space \hfill{}
19921 \end_inset
19922
19923
19924 \begin_inset Tabular
19925 <lyxtabular version="3" rows="12" columns="2">
19926 <features tabularvalignment="middle">
19927 <column alignment="center" valignment="top" width="0pt">
19928 <column alignment="center" valignment="top" width="0pt">
19929 <row>
19930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 Befehl
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943 Ergebnis
19944 \end_layout
19945
19946 \end_inset
19947 </cell>
19948 </row>
19949 <row>
19950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954
19955 \backslash
19956 iota
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965 \begin_inset Formula $\iota$
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \end_inset
19972 </cell>
19973 </row>
19974 <row>
19975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979
19980 \backslash
19981 kappa
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990 \begin_inset Formula $\kappa$
19991 \end_inset
19992
19993
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 </row>
19999 <row>
20000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004
20005 \backslash
20006 varkappa
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015 \begin_inset Formula $\varkappa$
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 </row>
20024 <row>
20025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029
20030 \backslash
20031 lambda
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040 \begin_inset Formula $\lambda$
20041 \end_inset
20042
20043
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 </row>
20049 <row>
20050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054
20055 \backslash
20056 mu
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065 \begin_inset Formula $\mu$
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 </row>
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079
20080 \backslash
20081 nu
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 \begin_inset Formula $\nu$
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 </row>
20099 <row>
20100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104
20105 \backslash
20106 xi
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115 \begin_inset Formula $\xi$
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row>
20125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129 o
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Formula $o$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 <row>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152
20153 \backslash
20154 pi
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset Formula $\pi$
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 </row>
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \backslash
20179 varpi
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188 \begin_inset Formula $\varpi$
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 </row>
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \backslash
20204 rho
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 \begin_inset Formula $\rho$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 </row>
20222 </lyxtabular>
20223
20224 \end_inset
20225
20226
20227 \begin_inset space \hfill{}
20228 \end_inset
20229
20230
20231 \begin_inset Tabular
20232 <lyxtabular version="3" rows="11" columns="2">
20233 <features tabularvalignment="middle">
20234 <column alignment="center" valignment="top" width="0pt">
20235 <column alignment="center" valignment="top" width="0pt">
20236 <row>
20237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 Befehl
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 Ergebnis
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 <row>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \backslash
20263 varrho
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 \begin_inset Formula $\varrho$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 <row>
20282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286
20287 \backslash
20288 sigma
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 \begin_inset Formula $\sigma$
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 </row>
20306 <row>
20307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \backslash
20313 varsigma
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Formula $\varsigma$
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 </row>
20331 <row>
20332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336
20337 \backslash
20338 tau
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 \begin_inset Formula $\tau$
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 </row>
20356 <row>
20357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \backslash
20363 upsilon
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Formula $\upsilon$
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 <row>
20382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \backslash
20388 phi
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397 \begin_inset Formula $\phi$
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 <row>
20407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411
20412 \backslash
20413 varphi
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422 \begin_inset Formula $\varphi$
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 </row>
20431 <row>
20432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436
20437 \backslash
20438 chi
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447 \begin_inset Formula $\chi$
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 </row>
20456 <row>
20457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461
20462 \backslash
20463 psi
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472 \begin_inset Formula $\psi$
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 </row>
20481 <row>
20482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486
20487 \backslash
20488 omega
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497 \begin_inset Formula $\omega$
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 </row>
20506 </lyxtabular>
20507
20508 \end_inset
20509
20510
20511 \begin_inset space \hfill{}
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \begin_layout Standard
20518 \begin_inset VSpace medskip
20519 \end_inset
20520
20521 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20522 \begin_inset CommandInset ref
20523 LatexCommand ref
20524 reference "sub:Aufrechte-kleine-griechische"
20525
20526 \end_inset
20527
20528  beschrieben.
20529 \end_layout
20530
20531 \begin_layout Subsection
20532 Große Buchstaben
20533 \begin_inset Index idx
20534 status collapsed
20535
20536 \begin_layout Plain Layout
20537 griechische Buchstaben ! große
20538 \end_layout
20539
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \begin_layout Standard
20546 \begin_inset space \hfill{}
20547 \end_inset
20548
20549
20550 \begin_inset Tabular
20551 <lyxtabular version="3" rows="7" columns="2">
20552 <features tabularvalignment="middle">
20553 <column alignment="center" valignment="top" width="0pt">
20554 <column alignment="center" valignment="top" width="0pt">
20555 <row>
20556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 Befehl
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20566 \begin_inset Text
20567
20568 \begin_layout Plain Layout
20569 Ergebnis
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 </row>
20575 <row>
20576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580
20581 \backslash
20582 Gamma
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 \begin_inset Formula $\Gamma$
20592 \end_inset
20593
20594
20595 \end_layout
20596
20597 \end_inset
20598 </cell>
20599 </row>
20600 <row>
20601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605
20606 \backslash
20607 Delta
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20613 \begin_inset Text
20614
20615 \begin_layout Plain Layout
20616 \begin_inset Formula $\Delta$
20617 \end_inset
20618
20619
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 </row>
20625 <row>
20626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630
20631 \backslash
20632 Theta
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641 \begin_inset Formula $\Theta$
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \end_inset
20648 </cell>
20649 </row>
20650 <row>
20651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655
20656 \backslash
20657 Lambda
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 \begin_inset Formula $\Lambda$
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 </row>
20675 <row>
20676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680
20681 \backslash
20682 Xi
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 \begin_inset Formula $\Xi$
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 <row>
20701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \backslash
20707 Pi
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 \begin_inset Formula $\Pi$
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 </row>
20725 </lyxtabular>
20726
20727 \end_inset
20728
20729
20730 \begin_inset space \hfill{}
20731 \end_inset
20732
20733
20734 \begin_inset Tabular
20735 <lyxtabular version="3" rows="6" columns="2">
20736 <features tabularvalignment="middle">
20737 <column alignment="center" valignment="top" width="0pt">
20738 <column alignment="center" valignment="top" width="0pt">
20739 <row>
20740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744 Befehl
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753 Ergebnis
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 </row>
20759 <row>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764
20765 \backslash
20766 Sigma
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775 \begin_inset Formula $\Sigma$
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 </row>
20784 <row>
20785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789
20790 \backslash
20791 Upsilon
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 \begin_inset Formula $\Upsilon$
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 <row>
20810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814
20815 \backslash
20816 Phi
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825 \begin_inset Formula $\Phi$
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 </row>
20834 <row>
20835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839
20840 \backslash
20841 Psi
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 \begin_inset Formula $\Psi$
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 </row>
20859 <row>
20860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864
20865 \backslash
20866 Omega
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875 \begin_inset Formula $\Omega$
20876 \end_inset
20877
20878
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 </row>
20884 </lyxtabular>
20885
20886 \end_inset
20887
20888
20889 \begin_inset space \hfill{}
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \begin_layout Standard
20896 \begin_inset VSpace medskip
20897 \end_inset
20898
20899 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20900  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20901  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20902  mit 
20903 \series bold
20904 var
20905 \series default
20906 .
20907  So ergibt z.
20908 \begin_inset space \thinspace{}
20909 \end_inset
20910
20911 B.
20912  der Befehl 
20913 \series bold
20914
20915 \backslash
20916 varGamma
20917 \series default
20918  
20919 \begin_inset Formula $\varGamma$
20920 \end_inset
20921
20922 .
20923  Eine andere Methode ist das Laden des Pakets 
20924 \series bold
20925 fixmath
20926 \series default
20927
20928 \begin_inset Foot
20929 status collapsed
20930
20931 \begin_layout Plain Layout
20932
20933 \series bold
20934 fixmath
20935 \series default
20936  ist Teil des LaTeX-Paketes 
20937 \series bold
20938 was
20939 \series default
20940
20941 \begin_inset Index idx
20942 status collapsed
20943
20944 \begin_layout Plain Layout
20945 Pakete ! was
20946 \begin_inset ERT
20947 status collapsed
20948
20949 \begin_layout Plain Layout
20950
20951
20952 \backslash
20953 vspace{4mm}
20954 \end_layout
20955
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \end_inset
20962
20963 .
20964 \end_layout
20965
20966 \end_inset
20967
20968
20969 \begin_inset Index idx
20970 status collapsed
20971
20972 \begin_layout Plain Layout
20973 Pakete ! fixmath
20974 \end_layout
20975
20976 \end_inset
20977
20978  mit der LaTeX-Vorspannzeile
20979 \end_layout
20980
20981 \begin_layout Standard
20982
20983 \series bold
20984
20985 \backslash
20986 usepackage{fixmath}
20987 \end_layout
20988
20989 \begin_layout Standard
20990 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
20991  kursiv ausgegeben.
20992 \end_layout
20993
20994 \begin_layout Subsection
20995 Fett gedruckte Buchstaben
20996 \begin_inset Index idx
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000 griechische Buchstaben ! fett gedruckte
21001 \end_layout
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Standard
21009 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21010  Schriftstilen darstellen.
21011  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21012 \series bold
21013
21014 \backslash
21015 boldsymbol
21016 \series default
21017
21018 \begin_inset Index idx
21019 status collapsed
21020
21021 \begin_layout Plain Layout
21022 Befehle ! B ! 
21023 \backslash
21024 boldsymbol
21025 \end_layout
21026
21027 \end_inset
21028
21029  fett gedruckt auszugeben.
21030 \end_layout
21031
21032 \begin_layout Standard
21033 \align center
21034 \begin_inset Tabular
21035 <lyxtabular version="3" rows="3" columns="2">
21036 <features tabularvalignment="middle">
21037 <column alignment="center" valignment="top" width="0">
21038 <column alignment="center" valignment="top" width="0">
21039 <row>
21040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 Befehl
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 Ergebnis
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 </row>
21059 <row>
21060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064
21065 \backslash
21066 Upsilon
21067 \backslash
21068 boldsymbol
21069 \backslash
21070 Upsilon
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 <row>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \backslash
21095 theta
21096 \backslash
21097 boldsymbol
21098 \backslash
21099 theta
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Formula $\theta\boldsymbol{\theta}$
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 </lyxtabular>
21118
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \begin_layout Section
21125 Symbole
21126 \begin_inset ERT
21127 status collapsed
21128
21129 \begin_layout Plain Layout
21130
21131
21132 \backslash
21133 texorpdfstring{
21134 \end_layout
21135
21136 \end_inset
21137
21138
21139 \begin_inset Foot
21140 status collapsed
21141
21142 \begin_layout Plain Layout
21143 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21144  
21145 \begin_inset CommandInset citation
21146 LatexCommand cite
21147 key "Symbole"
21148
21149 \end_inset
21150
21151 .
21152 \end_layout
21153
21154 \end_inset
21155
21156
21157 \begin_inset ERT
21158 status collapsed
21159
21160 \begin_layout Plain Layout
21161
21162 }{}
21163 \end_layout
21164
21165 \end_inset
21166
21167
21168 \begin_inset Note Note
21169 status collapsed
21170
21171 \begin_layout Plain Layout
21172
21173 \series bold
21174
21175 \backslash
21176 texorpdfstring
21177 \series default
21178  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21179 \end_layout
21180
21181 \begin_layout Plain Layout
21182 Näheres zu 
21183 \series bold
21184
21185 \backslash
21186 texorpdfstring
21187 \series default
21188  steht in Kapitel 
21189 \begin_inset CommandInset ref
21190 LatexCommand ref
21191 reference "sub:Formeln-in-Überschriften"
21192
21193 \end_inset
21194
21195 .
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \begin_inset Index idx
21202 status collapsed
21203
21204 \begin_layout Plain Layout
21205 Symbole
21206 \end_layout
21207
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \begin_layout Standard
21214 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21215
21216 leistenknöpfe 
21217 \begin_inset Graphics
21218         filename ../../images/math/nabla.png
21219         scale 85
21220
21221 \end_inset
21222
21223  und 
21224 \begin_inset Graphics
21225         filename ../../images/math/digamma.png
21226         scale 85
21227
21228 \end_inset
21229
21230  eingefügt werden.
21231 \end_layout
21232
21233 \begin_layout Subsection
21234 Mathematische Symbole
21235 \begin_inset CommandInset label
21236 LatexCommand label
21237 name "sub:Mathematische-Symbole"
21238
21239 \end_inset
21240
21241
21242 \begin_inset Index idx
21243 status collapsed
21244
21245 \begin_layout Plain Layout
21246 Symbole ! mathematische
21247 \end_layout
21248
21249 \end_inset
21250
21251
21252 \end_layout
21253
21254 \begin_layout Standard
21255 \begin_inset space \hfill{}
21256 \end_inset
21257
21258
21259 \begin_inset Tabular
21260 <lyxtabular version="3" rows="10" columns="2">
21261 <features tabularvalignment="middle">
21262 <column alignment="center" valignment="top" width="0pt">
21263 <column alignment="center" valignment="top" width="0pt">
21264 <row>
21265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269 Befehl
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 Ergebnis
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row>
21285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289
21290 \backslash
21291 neg
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 \begin_inset Formula $\neg$
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 </row>
21309 <row>
21310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314
21315 \backslash
21316 Im
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 \begin_inset Formula $\Im$
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 </row>
21334 <row>
21335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339
21340 \backslash
21341 Re
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 \begin_inset Formula $\Re$
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 </row>
21359 <row>
21360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364
21365 \backslash
21366 aleph
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375 \begin_inset Formula $\aleph$
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 </row>
21384 <row>
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389
21390 \backslash
21391 partial
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 \begin_inset Formula $\partial$
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 </row>
21409 <row>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414
21415 \backslash
21416 infty
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Formula $\infty$
21426 \end_inset
21427
21428
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 </row>
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439
21440 \backslash
21441 wp
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 \begin_inset Formula $\wp$
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 </row>
21459 <row>
21460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464
21465 \backslash
21466 imath
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 \begin_inset Formula $\imath$
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 </row>
21484 <row>
21485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489
21490 \backslash
21491 jmath
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Formula $\jmath$
21501 \end_inset
21502
21503
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 </row>
21509 </lyxtabular>
21510
21511 \end_inset
21512
21513
21514 \begin_inset space \hfill{}
21515 \end_inset
21516
21517
21518 \begin_inset Tabular
21519 <lyxtabular version="3" rows="10" columns="2">
21520 <features tabularvalignment="middle">
21521 <column alignment="center" valignment="top" width="0pt">
21522 <column alignment="center" valignment="top" width="0pt">
21523 <row>
21524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 Befehl
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537 Ergebnis
21538 \begin_inset Note Note
21539 status collapsed
21540
21541 \begin_layout Plain Layout
21542
21543 \series bold
21544
21545 \backslash
21546 raisebox
21547 \series default
21548  dient nur als Abstandhalter.
21549 \end_layout
21550
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 <row>
21560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564
21565 \backslash
21566 forall
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 \begin_inset Formula $\forall$
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 </row>
21584 <row>
21585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589
21590 \backslash
21591 exists
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600 \begin_inset Formula $\exists$
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 </row>
21609 <row>
21610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614
21615 \backslash
21616 nexists
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625 \begin_inset Formula $\nexists$
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 </row>
21634 <row>
21635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21636 \begin_inset Text
21637
21638 \begin_layout Plain Layout
21639
21640 \backslash
21641 emptyset
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 \begin_inset Formula $\emptyset$
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 </row>
21659 <row>
21660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664
21665 \backslash
21666 varnothing
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675 \begin_inset Formula $\varnothing$
21676 \end_inset
21677
21678
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 </row>
21684 <row>
21685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689
21690 \backslash
21691 dag
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700 \begin_inset Formula $\dag$
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714
21715 \backslash
21716 ddag
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 \begin_inset Formula $\ddag$
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 </row>
21734 <row>
21735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739
21740 \backslash
21741 complement
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 \begin_inset ERT
21751 status collapsed
21752
21753 \begin_layout Plain Layout
21754
21755
21756 \backslash
21757 raisebox{-0.8mm}{
21758 \end_layout
21759
21760 \end_inset
21761
21762
21763 \begin_inset Formula $\complement$
21764 \end_inset
21765
21766
21767 \begin_inset ERT
21768 status collapsed
21769
21770 \begin_layout Plain Layout
21771
21772 }
21773 \end_layout
21774
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \backslash
21790 Bbbk
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset Formula $\Bbbk$
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 </lyxtabular>
21809
21810 \end_inset
21811
21812
21813 \begin_inset space \hfill{}
21814 \end_inset
21815
21816
21817 \begin_inset Tabular
21818 <lyxtabular version="3" rows="10" columns="2">
21819 <features tabularvalignment="middle">
21820 <column alignment="center" valignment="top" width="0pt">
21821 <column alignment="center" valignment="top" width="0pt">
21822 <row>
21823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 Befehl
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 Ergebnis
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 </row>
21842 <row>
21843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847
21848 \backslash
21849 prime
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 \begin_inset Formula $\prime$
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 <row>
21868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872
21873 \backslash
21874 backprime
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883 \begin_inset Formula $\backprime$
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 </row>
21892 <row>
21893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897
21898 \backslash
21899 mho
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908 \begin_inset Formula $\mho$
21909 \end_inset
21910
21911
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 </row>
21917 <row>
21918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21919 \begin_inset Text
21920
21921 \begin_layout Plain Layout
21922
21923 \backslash
21924 triangle
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933 \begin_inset Formula $\triangle$
21934 \end_inset
21935
21936
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 </row>
21942 <row>
21943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947
21948 \backslash
21949 angle
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 \begin_inset Formula $\angle$
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 </row>
21967 <row>
21968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972
21973 \backslash
21974 measuredangle
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983 \begin_inset Formula $\measuredangle$
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 </row>
21992 <row>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997
21998 \backslash
21999 sphericalangle
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 \begin_inset Formula $\sphericalangle$
22009 \end_inset
22010
22011
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 </row>
22017 <row>
22018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022
22023 \backslash
22024 top
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 \begin_inset Formula $\top$
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 </row>
22042 <row>
22043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047
22048 \backslash
22049 bot
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058 \begin_inset Formula $\bot$
22059 \end_inset
22060
22061
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 </row>
22067 </lyxtabular>
22068
22069 \end_inset
22070
22071
22072 \begin_inset space \hfill{}
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \begin_layout Standard
22079 \begin_inset Newpage newpage
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \begin_layout Subsection
22086 Sonstige Symbole
22087 \begin_inset CommandInset label
22088 LatexCommand label
22089 name "sub:Sonstige-Symbole"
22090
22091 \end_inset
22092
22093
22094 \begin_inset Index idx
22095 status collapsed
22096
22097 \begin_layout Plain Layout
22098 Symbole ! sonstige
22099 \end_layout
22100
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \begin_layout Standard
22107 \begin_inset VSpace -7mm
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \begin_layout Standard
22114 \noindent
22115 \align center
22116 \begin_inset Tabular
22117 <lyxtabular version="3" rows="10" columns="2">
22118 <features tabularvalignment="middle">
22119 <column alignment="center" valignment="top" width="0pt">
22120 <column alignment="center" valignment="top" width="0pt">
22121 <row>
22122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 Befehl
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135 Ergebnis
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 </row>
22141 <row>
22142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146
22147 \backslash
22148 flat
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157 \begin_inset Formula $\flat$
22158 \end_inset
22159
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 <row>
22167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171
22172 \backslash
22173 natural
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 \begin_inset Formula $\natural$
22183 \end_inset
22184
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 <row>
22192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196
22197 \backslash
22198 sharp
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207 \begin_inset Formula $\sharp$
22208 \end_inset
22209
22210
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 </row>
22216 <row>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221
22222 \backslash
22223 surd
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 \begin_inset Formula $\surd$
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 </row>
22241 <row>
22242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246
22247 \backslash
22248 checkmark
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257 \begin_inset Formula $\checkmark$
22258 \end_inset
22259
22260
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 </row>
22266 <row>
22267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271
22272 \backslash
22273 yen
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 \begin_inset Formula $\yen$
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 </row>
22291 <row>
22292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296
22297 \backslash
22298 pounds
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 \begin_inset Formula $\pounds$
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 </row>
22316 <row>
22317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 $
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330 \begin_inset Formula $\$$
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 </row>
22339 <row>
22340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 §
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353 \begin_inset Formula $§$
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 </row>
22362 </lyxtabular>
22363
22364 \end_inset
22365
22366
22367 \begin_inset Tabular
22368 <lyxtabular version="3" rows="10" columns="2">
22369 <features tabularvalignment="middle">
22370 <column alignment="center" valignment="top" width="0">
22371 <column alignment="center" valignment="top" width="0">
22372 <row>
22373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377 Befehl
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 Ergebnis
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 </row>
22392 <row>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \backslash
22399 hbar
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 \begin_inset Formula $\hbar$
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 </row>
22417 <row>
22418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422
22423 \backslash
22424 hslash
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433 \begin_inset Formula $\hslash$
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 <row>
22443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447
22448 \backslash
22449 clubsuit
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 \begin_inset Formula $\clubsuit$
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 </row>
22467 <row>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472
22473 \backslash
22474 spadesuit
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Formula $\spadesuit$
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 <row>
22493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497
22498 \backslash
22499 bigstar
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 \begin_inset Formula $\bigstar$
22509 \end_inset
22510
22511
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 </row>
22517 <row>
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522
22523 \backslash
22524 blacklozenge
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 \begin_inset Formula $\blacklozenge$
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 </row>
22542 <row>
22543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547
22548 \backslash
22549 blacktriangle
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 \begin_inset Formula $\blacktriangle$
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 </row>
22567 <row>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572
22573 \backslash
22574 blacktiangledown
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 \begin_inset Formula $\blacktriangledown$
22584 \end_inset
22585
22586
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 </row>
22592 <row>
22593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597
22598 \backslash
22599 bullet
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608 \begin_inset Formula $\bullet$
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 </row>
22617 </lyxtabular>
22618
22619 \end_inset
22620
22621
22622 \begin_inset Tabular
22623 <lyxtabular version="3" rows="10" columns="2">
22624 <features tabularvalignment="middle">
22625 <column alignment="center" valignment="top" width="0pt">
22626 <column alignment="center" valignment="top" width="0pt">
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 Befehl
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 Ergebnis
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 </row>
22647 <row>
22648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652
22653 \backslash
22654 diamondsuit
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 \begin_inset Formula $\diamondsuit$
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 </row>
22672 <row>
22673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677
22678 \backslash
22679 Diamond
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 \begin_inset Formula $\Diamond$
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 </row>
22697 <row>
22698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702
22703 \backslash
22704 heartsuit
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713 \begin_inset Formula $\heartsuit$
22714 \end_inset
22715
22716
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 </row>
22722 <row>
22723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727
22728 \backslash
22729 P
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 \begin_inset Formula $\P$
22739 \end_inset
22740
22741
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 </row>
22747 <row>
22748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752
22753 \backslash
22754 copyright
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Formula $\copyright$
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 </row>
22772 <row>
22773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777
22778 \backslash
22779 circledR
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788 \begin_inset Formula $\circledR$
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 </row>
22797 <row>
22798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802
22803 \backslash
22804 maltese
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 \begin_inset Formula $\maltese$
22814 \end_inset
22815
22816
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 </row>
22822 <row>
22823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827
22828 \backslash
22829 diagup
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 \begin_inset Formula $\diagup$
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 </row>
22847 <row>
22848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852
22853 \backslash
22854 diagdown
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863 \begin_inset Formula $\diagdown$
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 </row>
22872 </lyxtabular>
22873
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \begin_layout Standard
22880 \begin_inset VSpace medskip
22881 \end_inset
22882
22883 Weitere Symbole sind in 
22884 \begin_inset CommandInset ref
22885 LatexCommand ref
22886 reference "sub:Sonstige-Sonderzeichen"
22887
22888 \end_inset
22889
22890  aufgelistet.
22891 \end_layout
22892
22893 \begin_layout Standard
22894 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22895  
22896 \begin_inset CommandInset ref
22897 LatexCommand ref
22898 reference "sub:Schriftgrößen"
22899
22900 \end_inset
22901
22902 .
22903 \end_layout
22904
22905 \begin_layout Subsection
22906 Das Euro-Symbol €
22907 \begin_inset Index idx
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911 Symbole ! Euro-Symbol
22912 \end_layout
22913
22914 \end_inset
22915
22916
22917 \begin_inset Index idx
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921
22922 \backslash
22923 @
22924 \begin_inset ERT
22925 status collapsed
22926
22927 \begin_layout Plain Layout
22928
22929
22930 \backslash
22931 officialeuro
22932 \end_layout
22933
22934 \end_inset
22935
22936
22937 \end_layout
22938
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \begin_layout Standard
22945 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22946
22947 \series bold
22948 eurosym
22949 \series default
22950
22951 \begin_inset Index idx
22952 status collapsed
22953
22954 \begin_layout Plain Layout
22955 Pakete ! eurosym
22956 \end_layout
22957
22958 \end_inset
22959
22960  installieren und dieses mit der LaTeX-Vorspannzeile
22961 \end_layout
22962
22963 \begin_layout Standard
22964
22965 \series bold
22966
22967 \backslash
22968 usepackage[gennarrow]{eurosym}
22969 \end_layout
22970
22971 \begin_layout Standard
22972 aktivieren.
22973  Das Euro-Symbol kann man nun mit dem Befehl 
22974 \series bold
22975
22976 \backslash
22977 euro
22978 \series default
22979
22980 \begin_inset Index idx
22981 status collapsed
22982
22983 \begin_layout Plain Layout
22984 Befehle ! E ! 
22985 \backslash
22986 euro
22987 \end_layout
22988
22989 \end_inset
22990
22991  aufrufen.
22992 \end_layout
22993
22994 \begin_layout Standard
22995 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22996  eingeben, ohne 
22997 \series bold
22998 eurosym
22999 \series default
23000  installiert zu haben.
23001  Ist 
23002 \series bold
23003 eurosym
23004 \series default
23005  installiert, kann man 
23006 \series bold
23007
23008 \backslash
23009 euro
23010 \series default
23011  auch im TeX-Modus eingeben.
23012  Das offizielle Währungssymbol erhält man dann über den Befehl 
23013 \series bold
23014
23015 \backslash
23016 officialeuro
23017 \series default
23018
23019 \begin_inset Index idx
23020 status collapsed
23021
23022 \begin_layout Plain Layout
23023 Befehle ! O ! 
23024 \backslash
23025 officialeuro
23026 \end_layout
23027
23028 \end_inset
23029
23030 , der nur im TeX-Modus verfügbar ist.
23031 \end_layout
23032
23033 \begin_layout Standard
23034 \begin_inset ERT
23035 status collapsed
23036
23037 \begin_layout Plain Layout
23038
23039
23040 \backslash
23041 ifeurosym 
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \begin_inset Note Note
23048 status open
23049
23050 \begin_layout Plain Layout
23051 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23052 \series bold
23053 eurosym
23054 \series default
23055  installiert ist:
23056 \end_layout
23057
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \begin_layout Standard
23064 Eine Übersicht der verschiedenen Euro-Symbole:
23065 \end_layout
23066
23067 \begin_layout Standard
23068 \align center
23069 \begin_inset Tabular
23070 <lyxtabular version="3" rows="4" columns="3">
23071 <features tabularvalignment="middle">
23072 <column alignment="center" valignment="top" width="0pt">
23073 <column alignment="center" valignment="top" width="0pt">
23074 <column alignment="center" valignment="top" width="0pt">
23075 <row>
23076 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 Befehl 
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 Ergebnis
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 </row>
23104 <row>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109 Formel
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118
23119 \backslash
23120 euro
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129 \begin_inset Formula $\euro$
23130 \end_inset
23131
23132
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 </row>
23138 <row>
23139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 mathematischer Text
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 \begin_inset Formula $\mbox{€}$
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 TeX-Modus
23176 \end_layout
23177
23178 \end_inset
23179 </cell>
23180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23181 \begin_inset Text
23182
23183 \begin_layout Plain Layout
23184
23185 \backslash
23186 officialeuro
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 \begin_inset ERT
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199
23200
23201 \backslash
23202 officialeuro
23203 \end_layout
23204
23205 \end_inset
23206
23207
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 </row>
23213 </lyxtabular>
23214
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \begin_layout Standard
23221 \begin_inset ERT
23222 status collapsed
23223
23224 \begin_layout Plain Layout
23225
23226
23227 \backslash
23228 else 
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \begin_inset Note Note
23235 status open
23236
23237 \begin_layout Plain Layout
23238 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23239 \series bold
23240 eurosym
23241 \series default
23242  nicht installiert ist:
23243 \end_layout
23244
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \begin_layout Standard
23251 Das LaTeX-Paket 
23252 \series bold
23253 eurosym 
23254 \series default
23255 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23256 \end_layout
23257
23258 \begin_layout Standard
23259 \begin_inset ERT
23260 status collapsed
23261
23262 \begin_layout Plain Layout
23263
23264
23265 \backslash
23266 fi 
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout Standard
23275 \begin_inset Newpage newpage
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \begin_layout Section
23282 Relationen
23283 \begin_inset CommandInset label
23284 LatexCommand label
23285 name "sec:Relationen"
23286
23287 \end_inset
23288
23289
23290 \begin_inset Index idx
23291 status collapsed
23292
23293 \begin_layout Plain Layout
23294 Relationen
23295 \end_layout
23296
23297 \end_inset
23298
23299
23300 \begin_inset Index idx
23301 status collapsed
23302
23303 \begin_layout Plain Layout
23304 Vergleiche|see
23305 \begin_inset ERT
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309
23310 {
23311 \end_layout
23312
23313 \end_inset
23314
23315 Relationen
23316 \begin_inset ERT
23317 status collapsed
23318
23319 \begin_layout Plain Layout
23320
23321 }
23322 \end_layout
23323
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \begin_layout Standard
23335 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23336  
23337 \begin_inset Graphics
23338         filename ../../images/math/leq.png
23339         scale 85
23340
23341 \end_inset
23342
23343  eingefügt werden.
23344 \end_layout
23345
23346 \begin_layout Standard
23347 \begin_inset space \hfill{}
23348 \end_inset
23349
23350
23351 \begin_inset Tabular
23352 <lyxtabular version="3" rows="17" columns="2">
23353 <features tabularvalignment="middle">
23354 <column alignment="center" valignment="top" width="0pt">
23355 <column alignment="center" valignment="top" width="0pt">
23356 <row>
23357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361 Befehl
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370 Ergebnis
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 </row>
23376 <row>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 <
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 \begin_inset Formula $<$
23391 \end_inset
23392
23393
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 </row>
23399 <row>
23400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404
23405 \backslash
23406 le
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 \begin_inset Formula $\le$
23416 \end_inset
23417
23418
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 </row>
23424 <row>
23425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429
23430 \backslash
23431 ll
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 \begin_inset Formula $\ll$
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 </row>
23449 <row>
23450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23451 \begin_inset Text
23452
23453 \begin_layout Plain Layout
23454
23455 \backslash
23456 prec
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465 \begin_inset Formula $\prec$
23466 \end_inset
23467
23468
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 </row>
23474 <row>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479
23480 \backslash
23481 preceq
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 \begin_inset Formula $\preceq$
23491 \end_inset
23492
23493
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 </row>
23499 <row>
23500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23501 \begin_inset Text
23502
23503 \begin_layout Plain Layout
23504
23505 \backslash
23506 subset
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515 \begin_inset Formula $\subset$
23516 \end_inset
23517
23518
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 </row>
23524 <row>
23525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23526 \begin_inset Text
23527
23528 \begin_layout Plain Layout
23529
23530 \backslash
23531 subseteq
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540 \begin_inset Formula $\subseteq$
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 </row>
23549 <row>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \backslash
23556 sqsubseteq
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 \begin_inset Formula $\sqsubseteq$
23566 \end_inset
23567
23568
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 </row>
23574 <row>
23575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579
23580 \backslash
23581 in
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590 \begin_inset Formula $\in$
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 </row>
23599 <row>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604
23605 \backslash
23606 vdash
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615 \begin_inset Formula $\vdash$
23616 \end_inset
23617
23618
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 </row>
23624 <row>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629
23630 \backslash
23631 smile
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640 \begin_inset Formula $\smile$
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 </row>
23649 <row>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654
23655 \backslash
23656 lhd
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 \begin_inset Formula $\lhd$
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 </row>
23674 <row>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679
23680 \backslash
23681 unlhd
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690 \begin_inset Formula $\unlhd$
23691 \end_inset
23692
23693
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 </row>
23699 <row>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704
23705 \backslash
23706 gtrless
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715 \begin_inset Formula $\gtrless$
23716 \end_inset
23717
23718
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 </row>
23724 <row>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729
23730 \backslash
23731 mid
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 \begin_inset Formula $\mid$
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 </row>
23749 <row>
23750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754
23755 \backslash
23756 nmid
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 \begin_inset Formula $\nmid$
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 </row>
23774 </lyxtabular>
23775
23776 \end_inset
23777
23778
23779 \begin_inset space \hfill{}
23780 \end_inset
23781
23782
23783 \begin_inset Tabular
23784 <lyxtabular version="3" rows="17" columns="2">
23785 <features tabularvalignment="middle">
23786 <column alignment="center" valignment="top" width="0pt">
23787 <column alignment="center" valignment="top" width="0pt">
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 Befehl
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802 Ergebnis
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 </row>
23808 <row>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813 =
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822 \begin_inset Formula $=$
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 </row>
23831 <row>
23832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836
23837 \backslash
23838 not=
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847 \begin_inset Formula $\not=$
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 </row>
23856 <row>
23857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23858 \begin_inset Text
23859
23860 \begin_layout Plain Layout
23861
23862 \backslash
23863 equiv
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872 \begin_inset Formula $\equiv$
23873 \end_inset
23874
23875
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 </row>
23881 <row>
23882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23883 \begin_inset Text
23884
23885 \begin_layout Plain Layout
23886
23887 \backslash
23888 sim
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897 \begin_inset Formula $\sim$
23898 \end_inset
23899
23900
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 </row>
23906 <row>
23907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911
23912 \backslash
23913 simeq
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922 \begin_inset Formula $\simeq$
23923 \end_inset
23924
23925
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 </row>
23931 <row>
23932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23933 \begin_inset Text
23934
23935 \begin_layout Plain Layout
23936
23937 \backslash
23938 approx
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947 \begin_inset Formula $\approx$
23948 \end_inset
23949
23950
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 </row>
23956 <row>
23957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961
23962 \backslash
23963 cong
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972 \begin_inset Formula $\cong$
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 </row>
23981 <row>
23982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23983 \begin_inset Text
23984
23985 \begin_layout Plain Layout
23986
23987 \backslash
23988 bowtie
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997 \begin_inset Formula $\bowtie$
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 </row>
24006 <row>
24007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011
24012 \backslash
24013 notin
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022 \begin_inset Formula $\notin$
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 </row>
24031 <row>
24032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036
24037 \backslash
24038 perp
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047 \begin_inset Formula $\perp$
24048 \end_inset
24049
24050
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 </row>
24056 <row>
24057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061
24062 \backslash
24063 propto
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072 \begin_inset Formula $\propto$
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 </row>
24081 <row>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \backslash
24088 asymp
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 \begin_inset Formula $\asymp$
24098 \end_inset
24099
24100
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 </row>
24106 <row>
24107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24108 \begin_inset Text
24109
24110 \begin_layout Plain Layout
24111
24112 \backslash
24113 doteq
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 \begin_inset Formula $\doteq$
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 <row>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136
24137 \backslash
24138 circeq
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147 \begin_inset Formula $\circeq$
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 </row>
24156 <row>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161
24162 \backslash
24163 models
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172 \begin_inset Formula $\models$
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 </row>
24181 <row>
24182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186
24187 \backslash
24188 widehat=
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197 \begin_inset Formula $\widehat{=}$
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 </row>
24206 </lyxtabular>
24207
24208 \end_inset
24209
24210
24211 \begin_inset space \hfill{}
24212 \end_inset
24213
24214
24215 \begin_inset Tabular
24216 <lyxtabular version="3" rows="17" columns="2">
24217 <features tabularvalignment="middle">
24218 <column alignment="center" valignment="top" width="0pt">
24219 <column alignment="center" valignment="top" width="0pt">
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 Befehl
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 Ergebnis
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 </row>
24240 <row>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245 >
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254 \begin_inset Formula $>$
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 </row>
24263 <row>
24264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24265 \begin_inset Text
24266
24267 \begin_layout Plain Layout
24268
24269 \backslash
24270 ge
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279 \begin_inset Formula $\ge$
24280 \end_inset
24281
24282
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 </row>
24288 <row>
24289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293
24294 \backslash
24295 gg
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 \begin_inset Formula $\gg$
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 </row>
24313 <row>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318
24319 \backslash
24320 succ
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329 \begin_inset Formula $\succ$
24330 \end_inset
24331
24332
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 </row>
24338 <row>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343
24344 \backslash
24345 succeq
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354 \begin_inset Formula $\succeq$
24355 \end_inset
24356
24357
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 </row>
24363 <row>
24364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368
24369 \backslash
24370 supset
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379 \begin_inset Formula $\supset$
24380 \end_inset
24381
24382
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 </row>
24388 <row>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393
24394 \backslash
24395 supseteq
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404 \begin_inset Formula $\supseteq$
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 </row>
24413 <row>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418
24419 \backslash
24420 sqsupseteq
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429 \begin_inset Formula $\sqsupseteq$
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 </row>
24438 <row>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \backslash
24445 ni
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454 \begin_inset Formula $\ni$
24455 \end_inset
24456
24457
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 </row>
24463 <row>
24464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468
24469 \backslash
24470 dashv
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479 \begin_inset Formula $\dashv$
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 </row>
24488 <row>
24489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493
24494 \backslash
24495 frown
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504 \begin_inset Formula $\frown$
24505 \end_inset
24506
24507
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 </row>
24513 <row>
24514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518
24519 \backslash
24520 rhd
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 \begin_inset Formula $\rhd$
24530 \end_inset
24531
24532
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 </row>
24538 <row>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543
24544 \backslash
24545 unrhd
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554 \begin_inset Formula $\unrhd$
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 </row>
24563 <row>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568
24569 \backslash
24570 lessgtr
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 \begin_inset Formula $\lessgtr$
24580 \end_inset
24581
24582
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 </row>
24588 <row>
24589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24590 \begin_inset Text
24591
24592 \begin_layout Plain Layout
24593
24594 \backslash
24595 parallel
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 \begin_inset Formula $\parallel$
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 </row>
24613 <row>
24614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618
24619 \backslash
24620 nparallel
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629 \begin_inset Formula $\nparallel$
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 </row>
24638 </lyxtabular>
24639
24640 \end_inset
24641
24642
24643 \begin_inset space \hfill{}
24644 \end_inset
24645
24646
24647 \end_layout
24648
24649 \begin_layout Standard
24650 \begin_inset VSpace medskip
24651 \end_inset
24652
24653 Die Zeichen 
24654 \series bold
24655
24656 \backslash
24657 lhd
24658 \series default
24659  bzw.
24660  
24661 \series bold
24662
24663 \backslash
24664 rhd
24665 \series default
24666  sind größer als die gleich aussehenden Operatoren
24667 \begin_inset Newline linebreak
24668 \end_inset
24669
24670
24671 \series bold
24672
24673 \backslash
24674 triangleleft
24675 \series default
24676  bzw.
24677  
24678 \series bold
24679
24680 \backslash
24681 triangleright
24682 \series default
24683 .
24684 \end_layout
24685
24686 \begin_layout Standard
24687 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24688 \end_layout
24689
24690 \begin_layout Standard
24691 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24692 \series bold
24693
24694 \backslash
24695 stackrel
24696 \series default
24697
24698 \begin_inset Index idx
24699 status collapsed
24700
24701 \begin_layout Plain Layout
24702 Befehle ! S ! 
24703 \backslash
24704 stackrel
24705 \end_layout
24706
24707 \end_inset
24708
24709  erstellt werden:
24710 \end_layout
24711
24712 \begin_layout Standard
24713 \align center
24714 \begin_inset Tabular
24715 <lyxtabular version="3" rows="2" columns="2">
24716 <features tabularvalignment="middle">
24717 <column alignment="center" valignment="top" width="0">
24718 <column alignment="center" valignment="top" width="0">
24719 <row>
24720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724 Befehl
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733 Ergebnis
24734 \begin_inset Note Note
24735 status collapsed
24736
24737 \begin_layout Plain Layout
24738
24739 \series bold
24740
24741 \backslash
24742 raisebox
24743 \series default
24744  dient nur als Abstandhalter.
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 </row>
24755 <row>
24756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760 A(r)
24761 \backslash
24762 stackrel
24763 \begin_inset ERT
24764 status collapsed
24765
24766 \begin_layout Plain Layout
24767
24768
24769 \backslash
24770 leer 
24771 \end_layout
24772
24773 \end_inset
24774
24775 r
24776 \backslash
24777 to
24778 \backslash
24779 infty
24780 \begin_inset ERT
24781 status collapsed
24782
24783 \begin_layout Plain Layout
24784
24785
24786 \backslash
24787 leer 
24788 \end_layout
24789
24790 \end_inset
24791
24792
24793 \begin_inset Formula $\downarrow$
24794 \end_inset
24795
24796
24797 \backslash
24798 approx
24799 \begin_inset ERT
24800 status collapsed
24801
24802 \begin_layout Plain Layout
24803
24804
24805 \backslash
24806 leer 
24807 \end_layout
24808
24809 \end_inset
24810
24811
24812 \begin_inset ERT
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816
24817
24818 \backslash
24819 leer 
24820 \end_layout
24821
24822 \end_inset
24823
24824 B
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24834 \end_inset
24835
24836
24837 \end_layout
24838
24839 \end_inset
24840 </cell>
24841 </row>
24842 </lyxtabular>
24843
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \begin_layout Section
24850 Funktionen
24851 \end_layout
24852
24853 \begin_layout Subsection
24854 Vordefinierte Funktionen
24855 \begin_inset CommandInset label
24856 LatexCommand label
24857 name "sub:Vordefinierte-Funktionen"
24858
24859 \end_inset
24860
24861
24862 \begin_inset Index idx
24863 status collapsed
24864
24865 \begin_layout Plain Layout
24866 Funktionen ! vordefinierte
24867 \end_layout
24868
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \begin_layout Standard
24875 Allgemein werden in mathematischen Ausdrücken Variablen 
24876 \shape italic
24877 kursiv
24878 \shape default
24879  gesetzt, Funktionsnamen hingegen nicht, denn 
24880 \begin_inset Formula $sin$
24881 \end_inset
24882
24883  könnte als 
24884 \begin_inset Formula $s\cdot i\cdot n$
24885 \end_inset
24886
24887  missverstanden werden.
24888  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24889 en etwas abgesetzt sind.
24890  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24891 \end_layout
24892
24893 \begin_layout Standard
24894 \align center
24895 \begin_inset Tabular
24896 <lyxtabular version="3" rows="2" columns="4">
24897 <features tabularvalignment="middle">
24898 <column alignment="center" valignment="top" width="0pt">
24899 <column alignment="center" valignment="top" width="0pt">
24900 <column alignment="center" valignment="top" width="0pt">
24901 <column alignment="center" valignment="top" width="0pt">
24902 <row>
24903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907 Befehl
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916 Ergebnis
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925 Befehl
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934 Ergebnis
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 </row>
24940 <row>
24941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945 Asin(x)+B
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954 \begin_inset Formula $Asin(x)+B$
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966 A
24967 \backslash
24968 sin(x)+B
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977 \begin_inset Formula $A\sin(x)+B$
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 </row>
24986 </lyxtabular>
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994 Folgende Funktionen sind vordefiniert:
24995 \end_layout
24996
24997 \begin_layout Standard
24998 \begin_inset VSpace -2mm
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \begin_layout Standard
25005 \align center
25006 \begin_inset Tabular
25007 <lyxtabular version="3" rows="9" columns="4">
25008 <features tabularvalignment="middle">
25009 <column alignment="center" valignment="top" width="0pt">
25010 <column alignment="center" valignment="top" width="0pt">
25011 <column alignment="center" valignment="top" width="0pt">
25012 <column alignment="center" valignment="top" width="0pt">
25013 <row>
25014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018 Befehl
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027 Befehl
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036 Befehl
25037 \end_layout
25038
25039 \end_inset
25040 </cell>
25041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25042 \begin_inset Text
25043
25044 \begin_layout Plain Layout
25045 Befehl
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 </row>
25051 <row>
25052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056
25057 \backslash
25058 sin
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067
25068 \backslash
25069 sinh
25070 \end_layout
25071
25072 \end_inset
25073 </cell>
25074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Plain Layout
25078
25079 \backslash
25080 arcsin
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089
25090 \backslash
25091 sup
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 </row>
25097 <row>
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102
25103 \backslash
25104 cos
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \backslash
25115 cosh
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 arccos
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135
25136 \backslash
25137 inf
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 </row>
25143 <row>
25144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148
25149 \backslash
25150 tan
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159
25160 \backslash
25161 tanh
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170
25171 \backslash
25172 arctan
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181
25182 \backslash
25183 lim
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 </row>
25189 <row>
25190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 cot
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \backslash
25207 coth
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 arg
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227
25228 \backslash
25229 liminf
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 </row>
25235 <row>
25236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240
25241 \backslash
25242 sec
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 min
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 deg
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273
25274 \backslash
25275 limsup
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 </row>
25281 <row>
25282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25283 \begin_inset Text
25284
25285 \begin_layout Plain Layout
25286
25287 \backslash
25288 csc
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297
25298 \backslash
25299 max
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \backslash
25310 det
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319
25320 \backslash
25321 Pr
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 </row>
25327 <row>
25328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332
25333 \backslash
25334 ln
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \backslash
25345 exp
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354
25355 \backslash
25356 dim
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Plain Layout
25365
25366 \backslash
25367 hom
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 </row>
25373 <row>
25374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378
25379 \backslash
25380 lg
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 log
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400
25401 \backslash
25402 ker
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25408 \begin_inset Text
25409
25410 \begin_layout Plain Layout
25411
25412 \backslash
25413 gcd
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 </row>
25419 </lyxtabular>
25420
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \begin_layout Standard
25427 Sie können auch über den Mathe-Werkzeugleistenknopf 
25428 \begin_inset Graphics
25429         filename ../../images/math/functions.png
25430         scale 85
25431
25432 \end_inset
25433
25434  eingefügt werden.
25435 \end_layout
25436
25437 \begin_layout Subsection
25438 Selbst definierte Funktionen
25439 \begin_inset Index idx
25440 status collapsed
25441
25442 \begin_layout Plain Layout
25443 Funktionen ! selbstdefinierte
25444 \end_layout
25445
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \begin_layout Standard
25452 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25453 \begin_inset space \thinspace{}
25454 \end_inset
25455
25456 B.
25457  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25458 \end_layout
25459
25460 \begin_layout Itemize
25461 Man definiert die Funktion selbst.
25462  Dazu gibt man im LaTeX-Vorspann die Zeile
25463 \begin_inset Newline newline
25464 \end_inset
25465
25466
25467 \begin_inset VSpace -3mm
25468 \end_inset
25469
25470
25471 \begin_inset Newline newline
25472 \end_inset
25473
25474
25475 \series bold
25476
25477 \backslash
25478 DeclareMathOperator{
25479 \backslash
25480 sgn}{sgn}
25481 \series default
25482
25483 \begin_inset Index idx
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487 Befehle ! D ! 
25488 \backslash
25489 dbinom@
25490 \backslash
25491 DeclareMathOperator
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \begin_inset Newline newline
25498 \end_inset
25499
25500
25501 \begin_inset VSpace -2mm
25502 \end_inset
25503
25504
25505 \begin_inset Newline newline
25506 \end_inset
25507
25508 ein
25509 \begin_inset Foot
25510 status collapsed
25511
25512 \begin_layout Plain Layout
25513 Näheres zu 
25514 \series bold
25515
25516 \backslash
25517 DeclareMathOperator
25518 \series default
25519  siehe 
25520 \begin_inset CommandInset ref
25521 LatexCommand ref
25522 reference "sub:Selbstdefinierte-Operatoren"
25523
25524 \end_inset
25525
25526 .
25527 \end_layout
25528
25529 \end_inset
25530
25531 .
25532  Nun kann man mit dem Befehl 
25533 \series bold
25534
25535 \backslash
25536 sgn
25537 \series default
25538  die neu definierte Funktion aufrufen.
25539 \end_layout
25540
25541 \begin_layout Itemize
25542 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25543  Beispiel die Buchstaben 
25544 \emph on
25545 sgn
25546 \emph default
25547 , und wandelt ihn in in mathematischen Text um.
25548  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25549 \end_layout
25550
25551 \begin_layout Standard
25552 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25553  Funktion
25554 \begin_inset Foot
25555 status collapsed
25556
25557 \begin_layout Plain Layout
25558 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25559 \end_layout
25560
25561 \end_inset
25562
25563 :
25564 \end_layout
25565
25566 \begin_layout Standard
25567 \align center
25568 \begin_inset Tabular
25569 <lyxtabular version="3" rows="3" columns="2">
25570 <features tabularvalignment="middle">
25571 <column alignment="center" valignment="top" width="0pt">
25572 <column alignment="center" valignment="top" width="0pt">
25573 <row>
25574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578 Befehl
25579 \end_layout
25580
25581 \end_inset
25582 </cell>
25583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25584 \begin_inset Text
25585
25586 \begin_layout Plain Layout
25587 Ergebnis
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 </row>
25593 <row>
25594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598 A
25599 \backslash
25600 sgn(x)+B
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609 \begin_inset Formula $A\sgn(x)+B$
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \end_inset
25616 </cell>
25617 </row>
25618 <row>
25619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623 A
25624 \backslash
25625 ,
25626 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25627 \end_inset
25628
25629 (x)+B
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25639 \end_inset
25640
25641
25642 \end_layout
25643
25644 \end_inset
25645 </cell>
25646 </row>
25647 </lyxtabular>
25648
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \begin_layout Standard
25655 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25656  mehrfach verwendet werden soll.
25657 \end_layout
25658
25659 \begin_layout Subsection
25660 Grenzwerte
25661 \begin_inset Index idx
25662 status collapsed
25663
25664 \begin_layout Plain Layout
25665 Grenzwerte
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Standard
25674 Für Grenzwerte sind außer 
25675 \series bold
25676
25677 \backslash
25678 lim
25679 \series default
25680
25681 \begin_inset Index idx
25682 status collapsed
25683
25684 \begin_layout Plain Layout
25685 Befehle ! L ! 
25686 \backslash
25687 lim
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \series bold
25694
25695 \backslash
25696 liminf
25697 \series default
25698  und 
25699 \series bold
25700
25701 \backslash
25702 limsup
25703 \series default
25704  noch folgende Funktionen definiert:
25705 \end_layout
25706
25707 \begin_layout Standard
25708 \align center
25709 \begin_inset Tabular
25710 <lyxtabular version="3" rows="5" columns="2">
25711 <features tabularvalignment="middle">
25712 <column alignment="center" valignment="top" width="0">
25713 <column alignment="center" valignment="top" width="0">
25714 <row>
25715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25716 \begin_inset Text
25717
25718 \begin_layout Plain Layout
25719 Befehl
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728 Ergebnis
25729 \begin_inset Note Note
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733
25734 \series bold
25735
25736 \backslash
25737 raisebox
25738 \series default
25739  dient nur als Abstandhalter.
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 </row>
25750 <row>
25751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755
25756 \backslash
25757 varliminf
25758 \end_layout
25759
25760 \end_inset
25761 </cell>
25762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Plain Layout
25766 \begin_inset Formula $\varliminf$
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 </row>
25775 <row>
25776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Plain Layout
25780
25781 \backslash
25782 varlimsup
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791 \begin_inset Formula $\varlimsup$
25792 \end_inset
25793
25794
25795 \end_layout
25796
25797 \end_inset
25798 </cell>
25799 </row>
25800 <row>
25801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805
25806 \backslash
25807 varprojlim
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25813 \begin_inset Text
25814
25815 \begin_layout Plain Layout
25816 \begin_inset Formula $\varprojlim$
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \end_inset
25823 </cell>
25824 </row>
25825 <row>
25826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25827 \begin_inset Text
25828
25829 \begin_layout Plain Layout
25830
25831 \backslash
25832 varinjlim
25833 \end_layout
25834
25835 \end_inset
25836 </cell>
25837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25838 \begin_inset Text
25839
25840 \begin_layout Plain Layout
25841 \begin_inset Formula $\varinjlim$
25842 \end_inset
25843
25844
25845 \begin_inset Formula $\raisebox{-2.5mm}{}$
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 </row>
25854 </lyxtabular>
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \begin_layout Standard
25862 \begin_inset VSpace medskip
25863 \end_inset
25864
25865 Der Grenzwert wird durch Tiefstellen erzeugt.
25866  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25867 \end_layout
25868
25869 \begin_layout Standard
25870 \align center
25871 \begin_inset Tabular
25872 <lyxtabular version="3" rows="2" columns="2">
25873 <features tabularvalignment="middle">
25874 <column alignment="center" valignment="top" width="0pt">
25875 <column alignment="center" valignment="top" width="0pt">
25876 <row>
25877 <cell alignment="center" valignment="top" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881 Befehl
25882 \end_layout
25883
25884 \end_inset
25885 </cell>
25886 <cell alignment="center" valignment="top" usebox="none">
25887 \begin_inset Text
25888
25889 \begin_layout Plain Layout
25890 \begin_inset space \hspace{}
25891 \length 1cm
25892 \end_inset
25893
25894 Ergebnis
25895 \begin_inset Note Note
25896 status collapsed
25897
25898 \begin_layout Plain Layout
25899 Der Leerraum und 
25900 \series bold
25901
25902 \backslash
25903 raisebox
25904 \series default
25905  dienen nur als Abstandhalter.
25906 \end_layout
25907
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \end_inset
25914 </cell>
25915 </row>
25916 <row>
25917 <cell alignment="center" valignment="top" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921
25922 \backslash
25923 lim_x
25924 \backslash
25925 to
25926 \begin_inset ERT
25927 status collapsed
25928
25929 \begin_layout Plain Layout
25930
25931
25932 \backslash
25933 leer 
25934 \end_layout
25935
25936 \end_inset
25937
25938 A
25939 \begin_inset ERT
25940 status collapsed
25941
25942 \begin_layout Plain Layout
25943
25944
25945 \backslash
25946 leer 
25947 \end_layout
25948
25949 \end_inset
25950
25951 x=B
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 <cell alignment="center" valignment="top" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \end_inset
25967 </cell>
25968 </row>
25969 </lyxtabular>
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25978 \begin_inset Formula 
25979 \[
25980 \lim_{x\to A}x=B
25981 \]
25982
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \begin_layout Subsection
25989 Modulo-Funktionen
25990 \begin_inset Index idx
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994 Funktionen ! Modulo-
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Standard
26003 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26004  Varianten.
26005 \end_layout
26006
26007 \begin_layout Standard
26008 Die Varianten in einer abgesetzten Formel:
26009 \begin_inset Formula 
26010 \begin{align*}
26011 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26012 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
26013 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
26014 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
26015 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
26016 \end{align*}
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26025  weniger Leerraum gesetzt.
26026 \end_layout
26027
26028 \begin_layout Standard
26029 \begin_inset Newpage newpage
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \begin_layout Section
26036 Sonderzeichen
26037 \begin_inset Index idx
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041 Sonderzeichen
26042 \end_layout
26043
26044 \end_inset
26045
26046
26047 \end_layout
26048
26049 \begin_layout Subsection
26050 Sonderzeichen im mathematischen Text
26051 \end_layout
26052
26053 \begin_layout Standard
26054 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26055  verwendet werden:
26056 \end_layout
26057
26058 \begin_layout Standard
26059 \begin_inset space \hfill{}
26060 \end_inset
26061
26062
26063 \begin_inset Tabular
26064 <lyxtabular version="3" rows="8" columns="2">
26065 <features tabularvalignment="middle">
26066 <column alignment="block" valignment="top" width="0">
26067 <column alignment="block" valignment="top" width="0">
26068 <row>
26069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073 Befehl
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 Ergebnis
26083 \end_layout
26084
26085 \end_inset
26086 </cell>
26087 </row>
26088 <row>
26089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26090 \begin_inset Text
26091
26092 \begin_layout Plain Layout
26093
26094 \backslash
26095 oe
26096 \end_layout
26097
26098 \end_inset
26099 </cell>
26100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104 \begin_inset Formula $\textrm{œ}$
26105 \end_inset
26106
26107
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 </row>
26113 <row>
26114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118
26119 \backslash
26120 OE
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129 \begin_inset Formula $\textrm{Œ}$
26130 \end_inset
26131
26132
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 </row>
26138 <row>
26139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143
26144 \backslash
26145 ae
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 \begin_inset Formula $\textrm{æ}$
26155 \end_inset
26156
26157
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 </row>
26163 <row>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168
26169 \backslash
26170 AE
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 \begin_inset Formula $\textrm{Æ}$
26180 \end_inset
26181
26182
26183 \end_layout
26184
26185 \end_inset
26186 </cell>
26187 </row>
26188 <row>
26189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193
26194 \backslash
26195 aa
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204 \begin_inset Formula $\textrm{\aa}$
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 </row>
26213 <row>
26214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218
26219 \backslash
26220 AA
26221 \begin_inset Index idx
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225
26226 \backslash
26227 @
26228 \begin_inset ERT
26229 status collapsed
26230
26231 \begin_layout Plain Layout
26232
26233
26234 \backslash
26235 textrm{
26236 \backslash
26237 AA}
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26253 \begin_inset Text
26254
26255 \begin_layout Plain Layout
26256 \begin_inset Formula $\textrm{Å}$
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 </row>
26265 <row>
26266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270
26271 \backslash
26272 i
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 \begin_inset Formula $\textrm{ı}$
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 </row>
26290 </lyxtabular>
26291
26292 \end_inset
26293
26294
26295 \begin_inset space \hfill{}
26296 \end_inset
26297
26298
26299 \begin_inset Tabular
26300 <lyxtabular version="3" rows="8" columns="2">
26301 <features tabularvalignment="middle">
26302 <column alignment="block" valignment="top" width="0">
26303 <column alignment="center" valignment="top" width="0">
26304 <row>
26305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309 Befehl
26310 \begin_inset Note Note
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314 Der Leerraum von 0
26315 \begin_inset space \thinspace{}
26316 \end_inset
26317
26318 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26319  ¿ erscheinen würde.
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333 Ergebnis
26334 \end_layout
26335
26336 \end_inset
26337 </cell>
26338 </row>
26339 <row>
26340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344
26345 \backslash
26346 o
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 \begin_inset Formula $\textrm{ø}$
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 </row>
26364 <row>
26365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369
26370 \backslash
26371 O
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 \begin_inset Formula $\textrm{Ø}$
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 <row>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394
26395 \backslash
26396 l
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 \begin_inset Formula $\textrm{ł}$
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 </row>
26414 <row>
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419
26420 \backslash
26421 L
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 \begin_inset Formula $\textrm{Ł}$
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 <row>
26440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 !
26445 \begin_inset space \hspace{}
26446 \length 0mm
26447 \end_inset
26448
26449 `
26450 \begin_inset ERT
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454
26455
26456 \backslash
26457 leer 
26458 \end_layout
26459
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 \begin_inset Formula $\textrm{!`}$
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row>
26481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485 ?
26486 \begin_inset space \hspace{}
26487 \length 0mm
26488 \end_inset
26489
26490 `
26491 \begin_inset ERT
26492 status collapsed
26493
26494 \begin_layout Plain Layout
26495
26496
26497 \backslash
26498 leer 
26499 \end_layout
26500
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 \begin_inset Formula $\textrm{?`}$
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 </row>
26521 <row>
26522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26523 \begin_inset Text
26524
26525 \begin_layout Plain Layout
26526
26527 \backslash
26528 j
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 \begin_inset Formula $\textrm{ȷ}$
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \end_inset
26544 </cell>
26545 </row>
26546 </lyxtabular>
26547
26548 \end_inset
26549
26550
26551 \begin_inset space \hfill{}
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \begin_layout Standard
26558 Die Zeichen 
26559 \begin_inset Formula $\textrm{\textrm{Å}}$
26560 \end_inset
26561
26562  und 
26563 \begin_inset Formula $\textrm{\textrm{Ø}}$
26564 \end_inset
26565
26566  können auch über den Mathe-Werkzeugleistenknopf 
26567 \begin_inset Graphics
26568         filename ../../images/math/digamma.png
26569         scale 85
26570
26571 \end_inset
26572
26573  eingefügt werden.
26574 \end_layout
26575
26576 \begin_layout Standard
26577 Eine Ausnahme bilden die Befehle 
26578 \series bold
26579 !
26580 \begin_inset space \hspace{}
26581 \length 0mm
26582 \end_inset
26583
26584 `
26585 \series default
26586  und 
26587 \series bold
26588 ?
26589 \begin_inset space \hspace{}
26590 \length 0mm
26591 \end_inset
26592
26593 `
26594 \series default
26595 , denn man kann sie in LyX direkt in den Text eingeben.
26596 \end_layout
26597
26598 \begin_layout Subsection
26599 Akzente im Text
26600 \begin_inset CommandInset label
26601 LatexCommand label
26602 name "sub:Sonderzeichen-Akzente"
26603
26604 \end_inset
26605
26606
26607 \begin_inset Index idx
26608 status collapsed
26609
26610 \begin_layout Plain Layout
26611 Akzente ! im Text
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \begin_layout Standard
26620 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26621  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26622 \end_layout
26623
26624 \begin_layout Standard
26625 \begin_inset space \hfill{}
26626 \end_inset
26627
26628
26629 \begin_inset Tabular
26630 <lyxtabular version="3" rows="8" columns="2">
26631 <features tabularvalignment="middle">
26632 <column alignment="block" valignment="top" width="0">
26633 <column alignment="block" valignment="top" width="0">
26634 <row>
26635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Plain Layout
26639 Befehl
26640 \end_layout
26641
26642 \end_inset
26643 </cell>
26644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26645 \begin_inset Text
26646
26647 \begin_layout Plain Layout
26648 Ergebnis
26649 \end_layout
26650
26651 \end_inset
26652 </cell>
26653 </row>
26654 <row>
26655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659
26660 \backslash
26661
26662 \begin_inset Quotes grd
26663 \end_inset
26664
26665 e
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674 \begin_inset ERT
26675 status collapsed
26676
26677 \begin_layout Plain Layout
26678
26679
26680 \backslash
26681 "e
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 </row>
26692 <row>
26693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697
26698 \backslash
26699 `e
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708 \begin_inset ERT
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712
26713
26714 \backslash
26715 `e
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \end_inset
26724 </cell>
26725 </row>
26726 <row>
26727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Plain Layout
26731
26732 \backslash
26733 ^
26734 \begin_inset ERT
26735 status collapsed
26736
26737 \begin_layout Plain Layout
26738
26739
26740 \backslash
26741 leer 
26742 \end_layout
26743
26744 \end_inset
26745
26746 e
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755 \begin_inset ERT
26756 status collapsed
26757
26758 \begin_layout Plain Layout
26759
26760
26761 \backslash
26762 ^e
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \end_inset
26771 </cell>
26772 </row>
26773 <row>
26774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26775 \begin_inset Text
26776
26777 \begin_layout Plain Layout
26778
26779 \backslash
26780 =e
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Plain Layout
26789 \begin_inset ERT
26790 status collapsed
26791
26792 \begin_layout Plain Layout
26793
26794
26795 \backslash
26796 =e
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 </row>
26807 <row>
26808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Plain Layout
26812
26813 \backslash
26814 u
26815 \begin_inset ERT
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819
26820
26821 \backslash
26822 leer 
26823 \end_layout
26824
26825 \end_inset
26826
26827 e
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Plain Layout
26836 \begin_inset ERT
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840
26841
26842 \backslash
26843 u e
26844 \end_layout
26845
26846 \end_inset
26847
26848
26849 \end_layout
26850
26851 \end_inset
26852 </cell>
26853 </row>
26854 <row>
26855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26856 \begin_inset Text
26857
26858 \begin_layout Plain Layout
26859
26860 \backslash
26861 b
26862 \begin_inset ERT
26863 status collapsed
26864
26865 \begin_layout Plain Layout
26866
26867
26868 \backslash
26869 leer 
26870 \end_layout
26871
26872 \end_inset
26873
26874 e
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883 \begin_inset ERT
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887
26888
26889 \backslash
26890 b e
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 </row>
26901 <row>
26902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26903 \begin_inset Text
26904
26905 \begin_layout Plain Layout
26906
26907 \backslash
26908 t
26909 \begin_inset ERT
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913
26914
26915 \backslash
26916 leer 
26917 \end_layout
26918
26919 \end_inset
26920
26921 ee
26922 \end_layout
26923
26924 \end_inset
26925 </cell>
26926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26927 \begin_inset Text
26928
26929 \begin_layout Plain Layout
26930 \begin_inset ERT
26931 status collapsed
26932
26933 \begin_layout Plain Layout
26934
26935
26936 \backslash
26937 t ee
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \end_inset
26946 </cell>
26947 </row>
26948 </lyxtabular>
26949
26950 \end_inset
26951
26952
26953 \begin_inset space \hfill{}
26954 \end_inset
26955
26956
26957 \begin_inset Tabular
26958 <lyxtabular version="3" rows="8" columns="2">
26959 <features tabularvalignment="middle">
26960 <column alignment="block" valignment="top" width="0">
26961 <column alignment="center" valignment="top" width="0">
26962 <row>
26963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Plain Layout
26967 Befehl
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 Ergebnis
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 </row>
26982 <row>
26983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Plain Layout
26987
26988 \backslash
26989 H
26990 \begin_inset ERT
26991 status collapsed
26992
26993 \begin_layout Plain Layout
26994
26995
26996 \backslash
26997 leer 
26998 \end_layout
26999
27000 \end_inset
27001
27002 e
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 \begin_inset ERT
27012 status collapsed
27013
27014 \begin_layout Plain Layout
27015
27016
27017 \backslash
27018 H e
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \end_layout
27025
27026 \end_inset
27027 </cell>
27028 </row>
27029 <row>
27030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27031 \begin_inset Text
27032
27033 \begin_layout Plain Layout
27034
27035 \backslash
27036 'e
27037 \end_layout
27038
27039 \end_inset
27040 </cell>
27041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045 \begin_inset ERT
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049
27050
27051 \backslash
27052 'e
27053 \end_layout
27054
27055 \end_inset
27056
27057
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 </row>
27063 <row>
27064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27065 \begin_inset Text
27066
27067 \begin_layout Plain Layout
27068
27069 \backslash
27070 ~e
27071 \begin_inset Index idx
27072 status collapsed
27073
27074 \begin_layout Plain Layout
27075 Tilde
27076 \end_layout
27077
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \end_inset
27084 </cell>
27085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27086 \begin_inset Text
27087
27088 \begin_layout Plain Layout
27089 \begin_inset ERT
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093
27094
27095 \backslash
27096 ~e
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \end_inset
27105 </cell>
27106 </row>
27107 <row>
27108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27109 \begin_inset Text
27110
27111 \begin_layout Plain Layout
27112
27113 \backslash
27114 .e
27115 \end_layout
27116
27117 \end_inset
27118 </cell>
27119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27120 \begin_inset Text
27121
27122 \begin_layout Plain Layout
27123 \begin_inset ERT
27124 status collapsed
27125
27126 \begin_layout Plain Layout
27127
27128
27129 \backslash
27130 .e
27131 \end_layout
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \end_inset
27139 </cell>
27140 </row>
27141 <row>
27142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27143 \begin_inset Text
27144
27145 \begin_layout Plain Layout
27146
27147 \backslash
27148 v
27149 \begin_inset ERT
27150 status collapsed
27151
27152 \begin_layout Plain Layout
27153
27154
27155 \backslash
27156 leer 
27157 \end_layout
27158
27159 \end_inset
27160
27161 e
27162 \end_layout
27163
27164 \end_inset
27165 </cell>
27166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27167 \begin_inset Text
27168
27169 \begin_layout Plain Layout
27170 \begin_inset ERT
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174
27175
27176 \backslash
27177 v e
27178 \end_layout
27179
27180 \end_inset
27181
27182
27183 \end_layout
27184
27185 \end_inset
27186 </cell>
27187 </row>
27188 <row>
27189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27190 \begin_inset Text
27191
27192 \begin_layout Plain Layout
27193
27194 \backslash
27195 d
27196 \begin_inset ERT
27197 status collapsed
27198
27199 \begin_layout Plain Layout
27200
27201
27202 \backslash
27203 leer 
27204 \end_layout
27205
27206 \end_inset
27207
27208 e
27209 \end_layout
27210
27211 \end_inset
27212 </cell>
27213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27214 \begin_inset Text
27215
27216 \begin_layout Plain Layout
27217 \begin_inset ERT
27218 status collapsed
27219
27220 \begin_layout Plain Layout
27221
27222
27223 \backslash
27224 d e
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \end_inset
27233 </cell>
27234 </row>
27235 <row>
27236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27237 \begin_inset Text
27238
27239 \begin_layout Plain Layout
27240
27241 \backslash
27242 c
27243 \begin_inset ERT
27244 status collapsed
27245
27246 \begin_layout Plain Layout
27247
27248
27249 \backslash
27250 leer 
27251 \end_layout
27252
27253 \end_inset
27254
27255 e
27256 \end_layout
27257
27258 \end_inset
27259 </cell>
27260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27261 \begin_inset Text
27262
27263 \begin_layout Plain Layout
27264 \begin_inset ERT
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268
27269
27270 \backslash
27271 c e
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \end_inset
27280 </cell>
27281 </row>
27282 </lyxtabular>
27283
27284 \end_inset
27285
27286
27287 \begin_inset space \hfill{}
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 \begin_inset VSpace medskip
27295 \end_inset
27296
27297 Mit dem Befehl 
27298 \series bold
27299
27300 \backslash
27301 t
27302 \series default
27303  können auch zwei verschiedene Zeichen akzentuiert werden.
27304  Der Befehl 
27305 \series bold
27306
27307 \backslash
27308 t
27309 \begin_inset ERT
27310 status collapsed
27311
27312 \begin_layout Plain Layout
27313
27314
27315 \backslash
27316 leer 
27317 \end_layout
27318
27319 \end_inset
27320
27321 sz
27322 \series default
27323  ergibt: 
27324 \begin_inset ERT
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328
27329
27330 \backslash
27331 t sz
27332 \end_layout
27333
27334 \end_inset
27335
27336
27337 \end_layout
27338
27339 \begin_layout Standard
27340 Die Akzente 
27341 \series bold
27342 `
27343 \series default
27344  , 
27345 \series bold
27346 '
27347 \series default
27348  und 
27349 \series bold
27350 ^
27351 \series default
27352  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27353  werden ohne den TeX-Modus zu benutzen.
27354  Dasselbe gilt für die Tilde
27355 \begin_inset Foot
27356 status collapsed
27357
27358 \begin_layout Plain Layout
27359 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27360 \end_layout
27361
27362 \end_inset
27363
27364  
27365 \series bold
27366 ~
27367 \series default
27368  in Verbindung mit 
27369 \emph on
27370 a
27371 \emph default
27372  , 
27373 \emph on
27374 n
27375 \emph default
27376  oder 
27377 \emph on
27378 o
27379 \emph default
27380 .
27381 \end_layout
27382
27383 \begin_layout Standard
27384 Die Befehle 
27385 \series bold
27386
27387 \backslash
27388 b
27389 \series default
27390  , 
27391 \series bold
27392
27393 \backslash
27394 c
27395 \series default
27396  , 
27397 \series bold
27398
27399 \backslash
27400 d
27401 \series default
27402  , 
27403 \series bold
27404
27405 \backslash
27406 H
27407 \series default
27408  , 
27409 \series bold
27410
27411 \backslash
27412 t
27413 \series default
27414  , 
27415 \series bold
27416
27417 \backslash
27418 u
27419 \series default
27420  , 
27421 \series bold
27422
27423 \backslash
27424 v
27425 \series default
27426  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27427  Textmodus verfügbar.
27428  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27429  
27430 \begin_inset CommandInset ref
27431 LatexCommand ref
27432 reference "sub:Akzente-für-ein"
27433
27434 \end_inset
27435
27436 .
27437 \end_layout
27438
27439 \begin_layout Standard
27440 \begin_inset VSpace bigskip
27441 \end_inset
27442
27443 Des Weiteren kann man mit dem Befehl 
27444 \series bold
27445
27446 \backslash
27447 textcircled
27448 \series default
27449
27450 \begin_inset Index idx
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 Befehle ! T ! 
27455 \backslash
27456 textcircled
27457 \end_layout
27458
27459 \end_inset
27460
27461 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27462  Kreis setzen, quasi mit einem Kreis akzentuieren.
27463 \end_layout
27464
27465 \begin_layout Standard
27466 \align center
27467 \begin_inset Tabular
27468 <lyxtabular version="3" rows="3" columns="2">
27469 <features tabularvalignment="middle">
27470 <column alignment="center" valignment="top" width="0">
27471 <column alignment="center" valignment="top" width="0">
27472 <row>
27473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27474 \begin_inset Text
27475
27476 \begin_layout Plain Layout
27477 Befehl
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Plain Layout
27486 Ergebnis
27487 \begin_inset Note Note
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491
27492 \series bold
27493
27494 \backslash
27495 raisebox
27496 \series default
27497  in der Formel dient nur als Abstandhalter.
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \end_layout
27504
27505 \end_inset
27506 </cell>
27507 </row>
27508 <row>
27509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Plain Layout
27513
27514 \backslash
27515 textcircled{w}
27516 \end_layout
27517
27518 \end_inset
27519 </cell>
27520 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27521 \begin_inset Text
27522
27523 \begin_layout Plain Layout
27524 \begin_inset ERT
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528
27529
27530 \backslash
27531 textcircled{w}
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \end_inset
27540 </cell>
27541 </row>
27542 <row>
27543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547
27548 \backslash
27549 Large 
27550 \backslash
27551 textcircled{
27552 \backslash
27553 normalsize
27554 \backslash
27555 protect
27556 \backslash
27557 raisebox{-1.5pt}{W}}
27558 \end_layout
27559
27560 \end_inset
27561 </cell>
27562 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27563 \begin_inset Text
27564
27565 \begin_layout Plain Layout
27566 \begin_inset Formula $\raisebox{4.5mm}{}$
27567 \end_inset
27568
27569
27570 \begin_inset ERT
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574
27575
27576 \backslash
27577 Large 
27578 \backslash
27579 textcircled{
27580 \backslash
27581 normalsize
27582 \backslash
27583 protect
27584 \backslash
27585 raisebox{-1.5pt}W}
27586 \end_layout
27587
27588 \end_inset
27589
27590
27591 \begin_inset Formula $\raisebox{-2mm}{}$
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \end_inset
27598 </cell>
27599 </row>
27600 </lyxtabular>
27601
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Standard
27608 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27609  
27610 \series bold
27611
27612 \backslash
27613 Large
27614 \series default
27615
27616 \begin_inset Foot
27617 status collapsed
27618
27619 \begin_layout Plain Layout
27620 siehe 
27621 \begin_inset CommandInset ref
27622 LatexCommand ref
27623 reference "sub:Schriftgrößen"
27624
27625 \end_inset
27626
27627
27628 \end_layout
27629
27630 \end_inset
27631
27632  bestimmt dabei die Größe des Kreises.
27633  Mit Hilfe von 
27634 \series bold
27635
27636 \backslash
27637 raisebox
27638 \series default
27639
27640 \begin_inset Foot
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 siehe 
27645 \begin_inset CommandInset ref
27646 LatexCommand ref
27647 reference "sub:Boxen-ohne-Rahmen"
27648
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \end_inset
27655
27656  kann man das Zeichen zentrieren.
27657 \end_layout
27658
27659 \begin_layout Subsection
27660 Minuskelziffern
27661 \begin_inset Index idx
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665 Minuskelziffern
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Standard
27674 Minuskelziffern werden mit dem Befehl 
27675 \series bold
27676
27677 \backslash
27678 oldstylenums
27679 \series default
27680
27681 \begin_inset Index idx
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 Befehle ! O ! 
27686 \backslash
27687 oldstylenums
27688 \end_layout
27689
27690 \end_inset
27691
27692  erzeugt.
27693  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27694  Das Befehlsschema lautet:
27695 \end_layout
27696
27697 \begin_layout Standard
27698
27699 \series bold
27700
27701 \backslash
27702 oldstylenums{Ziffer}
27703 \end_layout
27704
27705 \begin_layout Standard
27706 Der Befehl 
27707 \series bold
27708
27709 \backslash
27710 oldstylenums{0123456789
27711 \series default
27712  ergibt: 
27713 \begin_inset Formula $\oldstylenums{0123456789}$
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \begin_layout Subsection
27720 Sonstige Sonderzeichen
27721 \begin_inset CommandInset label
27722 LatexCommand label
27723 name "sub:Sonstige-Sonderzeichen"
27724
27725 \end_inset
27726
27727
27728 \begin_inset Index idx
27729 status collapsed
27730
27731 \begin_layout Plain Layout
27732 Sonderzeichen ! sonstige
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \end_layout
27739
27740 \begin_layout Standard
27741 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27742 \end_layout
27743
27744 \begin_layout Standard
27745 \align center
27746 \begin_inset Tabular
27747 <lyxtabular version="3" rows="4" columns="2">
27748 <features tabularvalignment="middle">
27749 <column alignment="center" valignment="top" width="0">
27750 <column alignment="center" valignment="top" width="0">
27751 <row>
27752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27753 \begin_inset Text
27754
27755 \begin_layout Plain Layout
27756 Befehl
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 Ergebnis
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 </row>
27771 <row>
27772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27773 \begin_inset Text
27774
27775 \begin_layout Plain Layout
27776
27777 \backslash
27778 ^
27779 \begin_inset ERT
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783
27784
27785 \backslash
27786 leer 
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27797 \begin_inset Text
27798
27799 \begin_layout Plain Layout
27800 \begin_inset Formula $\mathcircumflex$
27801 \end_inset
27802
27803
27804 \end_layout
27805
27806 \end_inset
27807 </cell>
27808 </row>
27809 <row>
27810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27811 \begin_inset Text
27812
27813 \begin_layout Plain Layout
27814
27815 \backslash
27816 _
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Plain Layout
27825 \begin_inset Formula $\_$
27826 \end_inset
27827
27828
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 </row>
27834 <row>
27835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27836 \begin_inset Text
27837
27838 \begin_layout Plain Layout
27839 ^
27840 \begin_inset ERT
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844
27845
27846 \backslash
27847 leer 
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \backslash
27854 circ
27855 \begin_inset Index idx
27856 status collapsed
27857
27858 \begin_layout Plain Layout
27859
27860 \backslash
27861
27862 \end_layout
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \end_inset
27870 </cell>
27871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27872 \begin_inset Text
27873
27874 \begin_layout Plain Layout
27875 \begin_inset Formula $^{\circ}$
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \end_inset
27882 </cell>
27883 </row>
27884 </lyxtabular>
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \begin_layout Standard
27892 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27893  folgende Zeile enthält
27894 \begin_inset Foot
27895 status collapsed
27896
27897 \begin_layout Plain Layout
27898 Mehr dazu ist in 
27899 \begin_inset CommandInset ref
27900 LatexCommand ref
27901 reference "sub:Textzeichen-in-Formeln"
27902
27903 \end_inset
27904
27905  beschrieben.
27906 \end_layout
27907
27908 \end_inset
27909
27910 :
27911 \end_layout
27912
27913 \begin_layout Standard
27914
27915 \series bold
27916
27917 \backslash
27918 DeclareInputText{176}{
27919 \backslash
27920 ifmmode^
27921 \backslash
27922 circ
27923 \backslash
27924 else
27925 \backslash
27926 textdegree
27927 \backslash
27928 fi}
27929 \end_layout
27930
27931 \begin_layout Section
27932 Formelstile
27933 \begin_inset CommandInset label
27934 LatexCommand label
27935 name "sec:Formelstile"
27936
27937 \end_inset
27938
27939
27940 \begin_inset Index idx
27941 status collapsed
27942
27943 \begin_layout Plain Layout
27944 Formel ! Stile
27945 \end_layout
27946
27947 \end_inset
27948
27949
27950 \end_layout
27951
27952 \begin_layout Itemize
27953 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27954 \end_layout
27955
27956 \begin_deeper
27957 \begin_layout Description
27958 Zentriert ist der voreingestellte Standard
27959 \end_layout
27960
27961 \begin_layout Description
27962 Eingerückt dazu muss im Menü 
27963 \family sans
27964 Dokument\SpecialChar \menuseparator
27965 Einstellungen
27966 \family default
27967  unter 
27968 \family sans
27969 Dokumentklasse
27970 \family default
27971  die Option 
27972 \series bold
27973 fleqn
27974 \series default
27975  eingeben werden
27976 \end_layout
27977
27978 \begin_layout Standard
27979 Wird 
27980 \series bold
27981 Eingerückt
27982 \series default
27983  verwendet, kann mit der Länge 
27984 \series bold
27985
27986 \backslash
27987 mathindent
27988 \series default
27989
27990 \begin_inset Index idx
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994 Befehle ! M ! 
27995 \backslash
27996 mathindent
27997 \end_layout
27998
27999 \end_inset
28000
28001  die Einrückung eingestellt werden.
28002  Soll der Abstand 15
28003 \begin_inset space \thinspace{}
28004 \end_inset
28005
28006 mm betragen, gibt man im LaTeX-Vorspann die Zeile
28007 \end_layout
28008
28009 \begin_layout Standard
28010
28011 \series bold
28012
28013 \backslash
28014 setlength{
28015 \backslash
28016 mathindent}{15mm}
28017 \end_layout
28018
28019 \begin_layout Standard
28020 ein.
28021  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28022 \begin_inset space \thinspace{}
28023 \end_inset
28024
28025 pt verwendet.
28026 \end_layout
28027
28028 \end_deeper
28029 \begin_layout Itemize
28030 Und zwei verschiedene Nummerierungsstile:
28031 \end_layout
28032
28033 \begin_deeper
28034 \begin_layout Description
28035 Rechts ist der voreingestellte Standard
28036 \end_layout
28037
28038 \begin_layout Description
28039 Links dazu muss im Menü 
28040 \family sans
28041 Dokument\SpecialChar \menuseparator
28042 Einstellungen
28043 \family default
28044  unter 
28045 \family sans
28046 Dokumentklasse
28047 \family default
28048  die Option 
28049 \series bold
28050 leqno
28051 \series default
28052  eingeben werden
28053 \end_layout
28054
28055 \end_deeper
28056 \begin_layout Standard
28057
28058 \series bold
28059 fleqn
28060 \series default
28061  und 
28062 \series bold
28063 leqno
28064 \series default
28065  können auch gemeinsam verwendet werden.
28066  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28067 n.
28068 \end_layout
28069
28070 \begin_layout Standard
28071 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28072  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28073  ausgerichtete Formeln setzen, verwendet man den Stil 
28074 \series bold
28075 Zentriert
28076 \series default
28077 .
28078  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28079  
28080 \begin_inset CommandInset ref
28081 LatexCommand ref
28082 reference "sub:Flalign-Umgebung"
28083
28084 \end_inset
28085
28086 .
28087 \end_layout
28088
28089 \begin_layout Section
28090 Mehrzeilige Formeln
28091 \begin_inset CommandInset label
28092 LatexCommand label
28093 name "sec:Mehrzeilige-Formeln"
28094
28095 \end_inset
28096
28097
28098 \begin_inset Index idx
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 Formel ! mehrzeilige
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \begin_layout Subsection
28111 Allgemeines
28112 \end_layout
28113
28114 \begin_layout Standard
28115 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28116 \family sans
28117 \series bold
28118 Strg+Enter
28119 \family default
28120 \series default
28121  drückt.
28122  Dies erzeugt entweder eine 
28123 \series bold
28124 eqnarray-Umgebung
28125 \series default
28126 , die in 
28127 \begin_inset CommandInset ref
28128 LatexCommand ref
28129 reference "sub:Eqnarray-Umgebung"
28130
28131 \end_inset
28132
28133  beschrieben ist oder, wenn die Option 
28134 \family sans
28135 AMS-Mathe-Paket verwenden
28136 \family default
28137  in den Dokumenteinstellungen gewählt ist, eine 
28138 \series bold
28139 align-Umgebung
28140 \series default
28141 , die in 
28142 \begin_inset CommandInset ref
28143 LatexCommand ref
28144 reference "sub:Standard-align-Umgebung"
28145
28146 \end_inset
28147
28148  beschrieben ist.
28149 \end_layout
28150
28151 \begin_layout Standard
28152 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28153 \family sans
28154 Einfügen\SpecialChar \menuseparator
28155 Mathe
28156 \family default
28157  erstellt werden können.
28158  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28159 \end_layout
28160
28161 \begin_layout Standard
28162 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28163  man 
28164 \family sans
28165 Strg+Enter
28166 \family default
28167  drückt.
28168  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28169 fe 
28170 \begin_inset Graphics
28171         filename ../../images/tabular-feature_append-row.png
28172         scale 85
28173
28174 \end_inset
28175
28176  bzw.
28177 \begin_inset space ~
28178 \end_inset
28179
28180
28181 \begin_inset Graphics
28182         filename ../../images/tabular-feature_delete-row.png
28183         scale 85
28184
28185 \end_inset
28186
28187  oder das Menü 
28188 \family sans
28189 Bearbeiten\SpecialChar \menuseparator
28190 Zeilen & Spalten
28191 \family default
28192  verwendet werden.
28193 \end_layout
28194
28195 \begin_layout Subsubsection
28196 Zeilenabstand
28197 \begin_inset CommandInset label
28198 LatexCommand label
28199 name "sub:Zeilenabstand"
28200
28201 \end_inset
28202
28203
28204 \begin_inset Index idx
28205 status collapsed
28206
28207 \begin_layout Plain Layout
28208 Formel ! mehrzeilige ! Zeilenabstand
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \begin_layout Standard
28217 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28218 \begin_inset Formula 
28219 \begin{eqnarray*}
28220 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}\\
28221 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
28222 \end{eqnarray*}
28223
28224 \end_inset
28225
28226
28227 \end_layout
28228
28229 \begin_layout Standard
28230 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28231 chbefehls angegeben.
28232  Dies ist in LyX aber nicht möglich
28233 \begin_inset Foot
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237 siehe 
28238 \begin_inset CommandInset href
28239 LatexCommand href
28240 name "LyX-Fehler #1505"
28241 target "http://www.lyx.org/trac/ticket/1505"
28242
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \end_inset
28249
28250 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28251  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28252  Zeile den Befehl 
28253 \series bold
28254
28255 \backslash
28256
28257 \backslash
28258 [3mm]
28259 \series default
28260  ein.
28261  Damit erhält man: 
28262 \begin_inset ERT
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266
28267
28268 \backslash
28269 begin{eqnarray*}
28270 \end_layout
28271
28272 \begin_layout Plain Layout
28273
28274 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28275  = & 
28276 \backslash
28277 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28278 \backslash
28279
28280 \backslash
28281 [3mm]
28282 \end_layout
28283
28284 \begin_layout Plain Layout
28285
28286 4x^{2}
28287 \backslash
28288 left(B^{2}+x_{0}^{2}
28289 \backslash
28290 right)+4x_{0}x
28291 \backslash
28292 left(D-B^{2}
28293 \backslash
28294 right)+B^{2}
28295 \backslash
28296 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28297 \backslash
28298 right) & = & 0
28299 \end_layout
28300
28301 \begin_layout Plain Layout
28302
28303
28304 \backslash
28305 end{eqnarray*}
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \begin_layout Standard
28314 \begin_inset VSpace bigskip
28315 \end_inset
28316
28317 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28318  man die Länge 
28319 \series bold
28320
28321 \backslash
28322 jot
28323 \series default
28324
28325 \begin_inset Index idx
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329 Befehle ! J ! 
28330 \backslash
28331 jot
28332 \end_layout
28333
28334 \end_inset
28335
28336 .
28337  Es gilt 
28338 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28339 \end_inset
28340
28341 .
28342  Voreingestellt ist für 
28343 \series bold
28344
28345 \backslash
28346 jot
28347 \series default
28348  der Wert 3
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 pt.
28353  Um wie im vorigen Beispiel 3
28354 \begin_inset space \thinspace{}
28355 \end_inset
28356
28357 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28358 \end_layout
28359
28360 \begin_layout Standard
28361
28362 \series bold
28363
28364 \backslash
28365 setlength{
28366 \backslash
28367 jot}{3mm+3pt}
28368 \end_layout
28369
28370 \begin_layout Standard
28371 im TeX-Modus vor der Formel ein.
28372  Das setzt voraus, dass das LaTeX-Paket 
28373 \series bold
28374 calc
28375 \series default
28376
28377 \begin_inset Foot
28378 status collapsed
28379
28380 \begin_layout Plain Layout
28381
28382 \series bold
28383 calc
28384 \series default
28385  ist Teil jeder LaTeX-Standardinstallation.
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \begin_inset Index idx
28392 status collapsed
28393
28394 \begin_layout Plain Layout
28395 Pakete ! calc
28396 \end_layout
28397
28398 \end_inset
28399
28400  im LaTeX-Vorspann mit der Zeile
28401 \end_layout
28402
28403 \begin_layout Standard
28404
28405 \series bold
28406
28407 \backslash
28408 usepackage{calc}
28409 \end_layout
28410
28411 \begin_layout Standard
28412 geladen wurde.
28413 \end_layout
28414
28415 \begin_layout Standard
28416 Man erhält: 
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422
28423 \backslash
28424 setlength{
28425 \backslash
28426 jot}{3mm+3pt}
28427 \end_layout
28428
28429 \end_inset
28430
28431
28432 \begin_inset Formula 
28433 \begin{eqnarray*}
28434 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}\\
28435 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
28436 \end{eqnarray*}
28437
28438 \end_inset
28439
28440
28441 \end_layout
28442
28443 \begin_layout Standard
28444 \begin_inset ERT
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448
28449
28450 \backslash
28451 setlength{
28452 \backslash
28453 jot}{3pt}
28454 \end_layout
28455
28456 \end_inset
28457
28458  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28459 \series bold
28460
28461 \backslash
28462 jot
28463 \series default
28464  auf den Wert 3
28465 \begin_inset space \thinspace{}
28466 \end_inset
28467
28468 pt.
28469 \end_layout
28470
28471 \begin_layout Subsubsection
28472 Spaltenabstand
28473 \begin_inset CommandInset label
28474 LatexCommand label
28475 name "sub:Spaltenabstand"
28476
28477 \end_inset
28478
28479
28480 \begin_inset Index idx
28481 status collapsed
28482
28483 \begin_layout Plain Layout
28484 Formel ! mehrzeilige ! Spaltenabstand
28485 \end_layout
28486
28487 \end_inset
28488
28489
28490 \end_layout
28491
28492 \begin_layout Standard
28493 Mehrzeilige Formeln bilden eine Matrix.
28494  Eine Formel in der Eqnarray-Umgebung ist z.
28495 \begin_inset space \thinspace{}
28496 \end_inset
28497
28498 B.
28499  eine dreispaltige Matrix.
28500  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28501  neben den Relationszeichen ändern.
28502 \end_layout
28503
28504 \begin_layout Standard
28505 Der Spaltenabstand wird mit der Länge 
28506 \series bold
28507
28508 \backslash
28509 arraycolsep
28510 \series default
28511
28512 \begin_inset Index idx
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 Befehle ! A ! 
28517 \backslash
28518 arraycolsep
28519 \end_layout
28520
28521 \end_inset
28522
28523  festgelegt, wobei gilt:
28524 \begin_inset Newline newline
28525 \end_inset
28526
28527 Spaltenabstand = 2
28528 \begin_inset space \thinspace{}
28529 \end_inset
28530
28531
28532 \series bold
28533
28534 \backslash
28535 arraycolsep
28536 \series default
28537 .
28538 \begin_inset Newline newline
28539 \end_inset
28540
28541 Der im TeX-Modus eingegebene Befehl
28542 \end_layout
28543
28544 \begin_layout Standard
28545
28546 \series bold
28547
28548 \backslash
28549 setlength{
28550 \backslash
28551 arraycolsep}{1cm}
28552 \end_layout
28553
28554 \begin_layout Standard
28555 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28556 \begin_inset space \thinspace{}
28557 \end_inset
28558
28559 cm.
28560  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28561 \series bold
28562
28563 \backslash
28564 arraycolsep
28565 \series default
28566  auf 5
28567 \begin_inset space \thinspace{}
28568 \end_inset
28569
28570 pt.
28571 \end_layout
28572
28573 \begin_layout Standard
28574 Eine Formel mit 2
28575 \begin_inset space \thinspace{}
28576 \end_inset
28577
28578 cm Spaltenabstand:
28579 \begin_inset ERT
28580 status collapsed
28581
28582 \begin_layout Plain Layout
28583
28584
28585 \backslash
28586 setlength{
28587 \backslash
28588 arraycolsep}{1cm}
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \begin_inset Formula 
28595 \begin{eqnarray*}
28596 A & = & B\\
28597 C & \ne & A
28598 \end{eqnarray*}
28599
28600 \end_inset
28601
28602 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28603 \begin_inset space \thinspace{}
28604 \end_inset
28605
28606 pt:
28607 \begin_inset ERT
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611
28612
28613 \backslash
28614 setlength{
28615 \backslash
28616 arraycolsep}{5pt}
28617 \end_layout
28618
28619 \end_inset
28620
28621
28622 \begin_inset Formula 
28623 \begin{eqnarray*}
28624 A & = & B\\
28625 C & \ne & A
28626 \end{eqnarray*}
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \begin_layout Subsubsection
28634 Lange Formeln
28635 \begin_inset Index idx
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639 Formel ! lange
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \begin_layout Standard
28648 Lange Formeln kann man wie folgt setzen:
28649 \end_layout
28650
28651 \begin_layout Itemize
28652 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28653  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28654 \begin_inset Formula 
28655 \begin{eqnarray}
28656 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 \\
28657  &  & -\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}
28658 \end{eqnarray}
28659
28660 \end_inset
28661
28662 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28663  als Operator, da es das erste Zeichen der Zeile ist.
28664  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28665  Bruchstrich unterscheiden.
28666  Um das zu verhindern, wurde mit dem Befehl 
28667 \series bold
28668
28669 \backslash
28670 hspace
28671 \series default
28672  3
28673 \begin_inset space \thinspace{}
28674 \end_inset
28675
28676 pt Leerraum hinter das Minuszeichen eingefügt.
28677 \begin_inset Foot
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 mehr zu 
28682 \series bold
28683
28684 \backslash
28685 hspace
28686 \series default
28687  siehe 
28688 \begin_inset CommandInset ref
28689 LatexCommand ref
28690 reference "sub:Variabler-Leerraum"
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \begin_inset Index idx
28701 status collapsed
28702
28703 \begin_layout Plain Layout
28704 Befehle ! H ! 
28705 \backslash
28706 hspace
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Itemize
28715 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28716 \series bold
28717
28718 \backslash
28719 lefteqn
28720 \series default
28721
28722 \begin_inset Index idx
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 Befehle ! L ! 
28727 \backslash
28728 lefteqn
28729 \end_layout
28730
28731 \end_inset
28732
28733 .
28734  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28735  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28736 \begin_inset Formula 
28737 \begin{eqnarray}
28738 \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 \\
28739  &  & -\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 \\
28740  &  & =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}
28741 \end{eqnarray}
28742
28743 \end_inset
28744
28745 Nachdem man 
28746 \series bold
28747
28748 \backslash
28749 lefteqn
28750 \series default
28751  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28752  das gegenüber dem blauen leicht verschoben ist.
28753  In dieses wird die Formel eingegeben.
28754 \begin_inset Newline newline
28755 \end_inset
28756
28757 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28758  eingegeben.
28759  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28760  Einrückung.
28761 \begin_inset VSpace medskip
28762 \end_inset
28763
28764
28765 \begin_inset Newline newline
28766 \end_inset
28767
28768
28769 \begin_inset Note Greyedout
28770 status open
28771
28772 \begin_layout Plain Layout
28773 Bei der Verwendung von 
28774 \series bold
28775
28776 \backslash
28777 lefteqn
28778 \series default
28779  ist Folgendes zu beachten:
28780 \end_layout
28781
28782 \begin_layout Itemize
28783 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28784  Würde man in obigem Beispiel der ersten Zeile den Term 
28785 \begin_inset Formula $-B^{2}$
28786 \end_inset
28787
28788  anfügen, befände sich dieser außerhalb des Seitenrands.
28789  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28790  Leerraum einfügen.
28791 \end_layout
28792
28793 \begin_layout Itemize
28794 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28795  erste Zeile gesetzt werden.
28796 \begin_inset Foot
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800 \begin_inset CommandInset href
28801 LatexCommand href
28802 name "LyX-Fehler #1429"
28803 target "http://www.lyx.org/trac/ticket/1429"
28804
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \end_inset
28811
28812  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28813  Pfeiltasten bewegen.
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \begin_layout Itemize
28822 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28823 \begin_inset CommandInset ref
28824 LatexCommand ref
28825 reference "sub:Multline-Umgebung"
28826
28827 \end_inset
28828
28829  und 
28830 \begin_inset CommandInset ref
28831 LatexCommand ref
28832 reference "sub:Mehrzeilige-Formelteile"
28833
28834 \end_inset
28835
28836  beschriebenen Umgebungen.
28837 \end_layout
28838
28839 \begin_layout Subsubsection
28840 Mehrzeilige Klammern
28841 \begin_inset CommandInset label
28842 LatexCommand label
28843 name "sub:Mehrzeilige-Klammern"
28844
28845 \end_inset
28846
28847
28848 \begin_inset Index idx
28849 status collapsed
28850
28851 \begin_layout Plain Layout
28852 Klammern ! mehrzeilige
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28862 \begin_inset Formula 
28863 \begin{eqnarray*}
28864 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28865  &  & \left.\cdots+B-D\right]
28866 \end{eqnarray*}
28867
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \begin_layout Standard
28874 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28875  Größe dürfen nicht über mehrere Zeilen gehen.
28876 \end_layout
28877
28878 \begin_layout Standard
28879 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28880  erste Zeile mit 
28881 \series bold
28882
28883 \backslash
28884 right.
28885 \series default
28886
28887 \begin_inset Index idx
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Befehle ! R ! 
28892 \backslash
28893 right
28894 \end_layout
28895
28896 \end_inset
28897
28898  und beginnt die zweite Zeile mit 
28899 \series bold
28900
28901 \backslash
28902 left.
28903 \begin_inset Foot
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 mehr zu 
28908 \series bold
28909
28910 \backslash
28911 left
28912 \series default
28913  und 
28914 \series bold
28915
28916 \backslash
28917 right
28918 \series default
28919  siehe 
28920 \begin_inset CommandInset ref
28921 LatexCommand ref
28922 reference "sub:Automatische-Klammergrößen"
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \series default
28933
28934 \begin_inset Index idx
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938 Befehle ! L ! 
28939 \backslash
28940 left
28941 \end_layout
28942
28943 \end_inset
28944
28945 .
28946  Nach 
28947 \series bold
28948
28949 \backslash
28950 left.
28951
28952 \series default
28953  gibt man den Befehl 
28954 \series bold
28955
28956 \backslash
28957 vphantom
28958 \series default
28959
28960 \begin_inset ERT
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964
28965
28966 \backslash
28967 leer 
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \series bold
28974
28975 \backslash
28976 prod
28977 \series default
28978 ^
28979 \begin_inset ERT
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983
28984
28985 \backslash
28986 leer 
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \series bold
28993
28994 \backslash
28995 infty
28996 \series default
28997
28998 \begin_inset ERT
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002
29003
29004 \backslash
29005 leer 
29006 \end_layout
29007
29008 \end_inset
29009
29010
29011 \series bold
29012
29013 \begin_inset Formula $\downarrow$
29014 \end_inset
29015
29016 _R=1}
29017 \series default
29018
29019 \begin_inset Index idx
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023 Befehle ! V ! 
29024 \backslash
29025 vphantom
29026 \end_layout
29027
29028 \end_inset
29029
29030  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29031  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29032 \end_layout
29033
29034 \begin_layout Standard
29035 Das Ergebnis sieht so aus:
29036 \begin_inset Formula 
29037 \begin{eqnarray*}
29038 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29039  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29040 \end{eqnarray*}
29041
29042 \end_inset
29043
29044
29045 \end_layout
29046
29047 \begin_layout Subsection
29048 Align-Umgebungen
29049 \end_layout
29050
29051 \begin_layout Standard
29052 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29053  werden.
29054  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29055 \end_layout
29056
29057 \begin_layout Standard
29058 Align-Umgebungen bestehen aus Spalten.
29059  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29060  ausgerichtet.
29061  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29062 \end_layout
29063
29064 \begin_layout Standard
29065 Align-Umgebung werden über das Menü 
29066 \family sans
29067 Einfügen\SpecialChar \menuseparator
29068 Mathe
29069 \family default
29070  erstellt.
29071  Über das Menü 
29072 \family sans
29073 Bearbeiten\SpecialChar \menuseparator
29074 Mathe\SpecialChar \menuseparator
29075 Formelart
29076 \begin_inset space ~
29077 \end_inset
29078
29079 ändern
29080 \family default
29081  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29082 \end_layout
29083
29084 \begin_layout Standard
29085 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29086
29087 \begin_inset Graphics
29088         filename ../../images/tabular-feature_append-column.png
29089         scale 85
29090
29091 \end_inset
29092
29093  bzw.
29094 \begin_inset space ~
29095 \end_inset
29096
29097
29098 \begin_inset Graphics
29099         filename ../../images/tabular-feature_delete-column.png
29100         scale 85
29101
29102 \end_inset
29103
29104  oder das Menü 
29105 \family sans
29106 Bearbeiten\SpecialChar \menuseparator
29107 Zeilen & Spalten
29108 \family default
29109  verwendet werden.
29110 \end_layout
29111
29112 \begin_layout Subsubsection
29113 Standard align-Umgebung
29114 \begin_inset CommandInset label
29115 LatexCommand label
29116 name "sub:Standard-align-Umgebung"
29117
29118 \end_inset
29119
29120
29121 \begin_inset Index idx
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 Formel ! mehrzeilige ! align-Umgebung
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29135 \family sans
29136 Strg+Enter
29137 \family default
29138  drückt oder das Menü 
29139 \family sans
29140 Einfügen\SpecialChar \menuseparator
29141 Mathe\SpecialChar \menuseparator
29142 AMS align-Umge\SpecialChar \-
29143 bung
29144 \family default
29145  aufruft.
29146 \end_layout
29147
29148 \begin_layout Standard
29149 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29150 n align-Umgebung erzeugt wurden:
29151 \begin_inset Formula 
29152 \begin{align*}
29153 A & =\sin(B) & C & =D\\
29154 C & \ne A & B & \ne D
29155 \end{align*}
29156
29157 \end_inset
29158
29159 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29160  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29161 \series bold
29162
29163 \backslash
29164 hfill
29165 \begin_inset Foot
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169 mehr zu 
29170 \series bold
29171
29172 \backslash
29173 hfill
29174 \series default
29175  siehe 
29176 \begin_inset CommandInset ref
29177 LatexCommand ref
29178 reference "sub:Variabler-Leerraum"
29179
29180 \end_inset
29181
29182
29183 \end_layout
29184
29185 \end_inset
29186
29187
29188 \series default
29189  befinden.
29190  Ist der Formelstil 
29191 \series bold
29192 Eingerückt
29193 \begin_inset Foot
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 Formelstile siehe 
29198 \begin_inset CommandInset ref
29199 LatexCommand ref
29200 reference "sec:Formelstile"
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \series default
29211  gewählt, wird die Formel ohne den 
29212 \series bold
29213
29214 \backslash
29215 hfill
29216 \series default
29217  vor der ersten Spalte gesetzt.
29218 \end_layout
29219
29220 \begin_layout Subsubsection
29221 Alignat-Umgebung
29222 \begin_inset Index idx
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226 Formel ! mehrzeilige ! alignat-Umgebung
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \end_layout
29233
29234 \begin_layout Standard
29235 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29236  Man kann ihn manuell durch die in 
29237 \begin_inset CommandInset ref
29238 LatexCommand ref
29239 reference "sub:Leerraum"
29240
29241 \end_inset
29242
29243  beschriebenen Leerräume einfügen.
29244 \end_layout
29245
29246 \begin_layout Standard
29247 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29248  Formel 1
29249 \begin_inset space \thinspace{}
29250 \end_inset
29251
29252 cm Leerraum eingefügt wurde:
29253 \begin_inset Formula 
29254 \begin{alignat*}{2}
29255 A & =\sin(B) & \hspace{1cm}C & =D\\
29256 C & \ne A & B & \ne D
29257 \end{alignat*}
29258
29259 \end_inset
29260
29261 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29262  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29263  Formeln.
29264 \end_layout
29265
29266 \begin_layout Subsubsection
29267 Flalign-Umgebung
29268 \begin_inset CommandInset label
29269 LatexCommand label
29270 name "sub:Flalign-Umgebung"
29271
29272 \end_inset
29273
29274
29275 \begin_inset Index idx
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279 Formel ! mehrzeilige ! flalign-Umgebung
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \begin_layout Standard
29288 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29289  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29290  Dazu ein Beispiel:
29291 \begin_inset Formula 
29292 \begin{flalign*}
29293 A & =1 & B & =2 & C & =3\\
29294 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29295 \end{flalign*}
29296
29297 \end_inset
29298
29299
29300 \end_layout
29301
29302 \begin_layout Standard
29303 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29304  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29305  im Dokument links setzen obwohl der Formelstil 
29306 \series bold
29307 Zentriert
29308 \series default
29309  eingestellt ist.
29310  Als Beispiel die eingerückte ausgerichtete Formel 
29311 \begin_inset CommandInset ref
29312 LatexCommand eqref
29313 reference "eq:VolInt"
29314
29315 \end_inset
29316
29317 :
29318 \begin_inset Formula 
29319 \begin{flalign}
29320 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29321 \end{flalign}
29322
29323 \end_inset
29324
29325 In den ersten beiden Spalten befindet sich die Formel.
29326  Damit sie wie beim Formelstil 
29327 \series bold
29328 Eingerückt
29329 \series default
29330  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29331 \begin_inset space \thinspace{}
29332 \end_inset
29333
29334 pt Leerraum eingefügt.
29335 \end_layout
29336
29337 \begin_layout Subsection
29338 Eqnarray-Umgebung
29339 \begin_inset CommandInset label
29340 LatexCommand label
29341 name "sub:Eqnarray-Umgebung"
29342
29343 \end_inset
29344
29345
29346 \begin_inset Index idx
29347 status collapsed
29348
29349 \begin_layout Plain Layout
29350 Formel ! mehrzeilige ! Eqnarray-Umgebung
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \begin_layout Standard
29359 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29360  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29361  ausgerichtet.
29362  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29363  da dieses Kästchen nur für Relationzeichen gedacht ist.
29364 \begin_inset Formula 
29365 \begin{eqnarray*}
29366 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29367 AB & AB & AB\\
29368 A & = & A
29369 \end{eqnarray*}
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Subsection
29377 Gather-Umgebung
29378 \begin_inset Index idx
29379 status collapsed
29380
29381 \begin_layout Plain Layout
29382 Formel ! mehrzeilige ! Gather-Umgebung
29383 \end_layout
29384
29385 \end_inset
29386
29387
29388 \end_layout
29389
29390 \begin_layout Standard
29391 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29392  Jede Zeile kann nummeriert werden.
29393 \begin_inset Formula 
29394 \begin{gather}
29395 A=1\\
29396 X=\textrm{-}1
29397 \end{gather}
29398
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Subsection
29405 Multline-Umgebung
29406 \begin_inset CommandInset label
29407 LatexCommand label
29408 name "sub:Multline-Umgebung"
29409
29410 \end_inset
29411
29412
29413 \begin_inset Index idx
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417 Formel ! mehrzeilige ! Multline-Umgebung
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \begin_layout Standard
29426 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29427  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29428  Alle anderen Zeilen sind zentriert.
29429  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29430  Als Beispiel Formel 
29431 \begin_inset CommandInset ref
29432 LatexCommand eqref
29433 reference "eq:lefteqn"
29434
29435 \end_inset
29436
29437  in der multline-Umgebung:
29438 \begin_inset Formula 
29439 \begin{multline}
29440 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}\\
29441 -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}\\
29442 =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}}
29443 \end{multline}
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29452  nummeriert, wenn rechts (links) nummeriert wird.
29453 \begin_inset Foot
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457 Nummerierungsstile siehe 
29458 \begin_inset CommandInset ref
29459 LatexCommand ref
29460 reference "sec:Formelstile"
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \end_inset
29468
29469
29470 \end_layout
29471
29472 \begin_layout Standard
29473 Mit den Befehlen 
29474 \series bold
29475
29476 \backslash
29477 shoveright
29478 \series default
29479
29480 \begin_inset Index idx
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484 Befehle ! S ! 
29485 \backslash
29486 shoveright
29487 \end_layout
29488
29489 \end_inset
29490
29491  und 
29492 \series bold
29493
29494 \backslash
29495 shoveleft
29496 \series default
29497
29498 \begin_inset Index idx
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502 Befehle ! S ! 
29503 \backslash
29504 shoveleft
29505 \end_layout
29506
29507 \end_inset
29508
29509  kann eine zentrierte Zeile rechts bzw.
29510  links ausgerichtet werden.
29511  Die Befehle werden folgendermaßen verwendet:
29512 \end_layout
29513
29514 \begin_layout Standard
29515
29516 \series bold
29517
29518 \backslash
29519 shoveright{Zeileninhalt}
29520 \series default
29521  bzw.
29522  
29523 \series bold
29524
29525 \backslash
29526 shoveleft{Zeileninhalt}
29527 \end_layout
29528
29529 \begin_layout Standard
29530 \begin_inset VSpace medskip
29531 \end_inset
29532
29533 Die Länge 
29534 \series bold
29535
29536 \backslash
29537 multlinegap
29538 \series default
29539
29540 \begin_inset Index idx
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544 Befehle ! M ! 
29545 \backslash
29546 multlinegap
29547 \end_layout
29548
29549 \end_inset
29550
29551  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29552  Voreingestellt ist die Länge 0
29553 \begin_inset space \thinspace{}
29554 \end_inset
29555
29556 pt.
29557 \end_layout
29558
29559 \begin_layout Standard
29560 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29561 \end_layout
29562
29563 \begin_layout Standard
29564
29565 \series bold
29566
29567 \backslash
29568 setlength{
29569 \backslash
29570 multlinegap}{2cm}
29571 \end_layout
29572
29573 \begin_layout Standard
29574 eingegeben wurde:
29575 \begin_inset ERT
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579
29580
29581 \backslash
29582 setlength{
29583 \backslash
29584 multlinegap}{2cm}
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \begin_inset Formula 
29591 \begin{multline}
29592 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}\\
29593 \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}}\\
29594 =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}}
29595 \end{multline}
29596
29597 \end_inset
29598
29599
29600 \begin_inset ERT
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604
29605
29606 \backslash
29607 setlength{
29608 \backslash
29609 multlinegap}{0pt}
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \end_layout
29616
29617 \begin_layout Standard
29618 Die zweite Zeile wurde mit 
29619 \series bold
29620
29621 \backslash
29622 shoveleft
29623 \series default
29624  linksbündig ausgerichtet.
29625 \end_layout
29626
29627 \begin_layout Subsection
29628 Mehrzeilige Formelteile
29629 \begin_inset CommandInset label
29630 LatexCommand label
29631 name "sub:Mehrzeilige-Formelteile"
29632
29633 \end_inset
29634
29635
29636 \begin_inset Index idx
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640 Formel ! mehrzeilige ! Formelteile
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \end_layout
29647
29648 \begin_layout Standard
29649 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29650  der folgenden Umgebungen: 
29651 \series bold
29652 aligned
29653 \series default
29654
29655 \series bold
29656 alignedat
29657 \series default
29658
29659 \series bold
29660 gathered
29661 \series default
29662  oder 
29663 \series bold
29664 split
29665 \series default
29666 .
29667  Sie können über das Menü 
29668 \family sans
29669 Einfügen\SpecialChar \menuseparator
29670 Mathe
29671 \family default
29672  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29673 \end_layout
29674
29675 \begin_layout Standard
29676 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29677 n Formel\SpecialChar \-
29678 umgebungen.
29679  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29680  Dazu ein Beispiel:
29681 \begin_inset Formula 
29682 \[
29683 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29684 \Delta E\Delta t & \ge\frac{\hbar}{2}
29685 \end{aligned}
29686 \right\} \textrm{Unbestimmtheitsrelationen}
29687 \]
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \begin_layout Standard
29695 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29696  der Befehl 
29697 \series bold
29698
29699 \backslash
29700 aligned
29701 \series default
29702
29703 \begin_inset Index idx
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707 Befehle ! A ! 
29708 \backslash
29709 aligned
29710 \end_layout
29711
29712 \end_inset
29713
29714  eingegeben wird.
29715  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29716  und Zeilen hinzufügen kann.
29717  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29718  gesetzt werden.
29719 \end_layout
29720
29721 \begin_layout Standard
29722 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29723  ausgerichtet sind.
29724  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29725  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29726  Als Beispiel Formel 
29727 \begin_inset CommandInset ref
29728 LatexCommand eqref
29729 reference "eq:kurzlang"
29730
29731 \end_inset
29732
29733  in der aligned-Umgebung:
29734 \begin_inset Formula 
29735 \begin{equation}
29736 \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}|}\\
29737  & -\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}|}
29738 \end{aligned}
29739 \end{equation}
29740
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \begin_layout Standard
29747 Möchte man die Umgebung 
29748 \series bold
29749 alignedat
29750 \series default
29751
29752 \series bold
29753 gathered
29754 \series default
29755  oder 
29756 \series bold
29757 split
29758 \series default
29759  verwenden, gibt man den Befehl 
29760 \series bold
29761
29762 \backslash
29763 alignedat
29764 \series default
29765 ,
29766 \begin_inset Index idx
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770 Befehle ! A ! 
29771 \backslash
29772 alignedat
29773 \end_layout
29774
29775 \end_inset
29776
29777  
29778 \series bold
29779
29780 \backslash
29781 gathered
29782 \series default
29783
29784 \begin_inset Index idx
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 Befehle ! G ! 
29789 \backslash
29790 gathered
29791 \end_layout
29792
29793 \end_inset
29794
29795  bzw.
29796  
29797 \series bold
29798
29799 \backslash
29800 split
29801 \series default
29802
29803 \begin_inset Index idx
29804 status collapsed
29805
29806 \begin_layout Plain Layout
29807 Befehle ! S ! 
29808 \backslash
29809 split
29810 \end_layout
29811
29812 \end_inset
29813
29814  ein.
29815  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29816  jedoch darf sie nur zwei Spalten enthalten.
29817 \end_layout
29818
29819 \begin_layout Subsection
29820 Text in mehrzeiligen Formeln
29821 \begin_inset CommandInset label
29822 LatexCommand label
29823 name "sub:Text-in-mehrzeiligen"
29824
29825 \end_inset
29826
29827
29828 \begin_inset Index idx
29829 status collapsed
29830
29831 \begin_layout Plain Layout
29832 Text ! in Formeln
29833 \end_layout
29834
29835 \end_inset
29836
29837
29838 \begin_inset Index idx
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842 Formel ! mehrzeilige ! Text
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \end_layout
29849
29850 \begin_layout Standard
29851 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29852  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29853  die Ausrichtung der Spalten nicht beeinflusst.
29854  Dazu wird der Befehl 
29855 \series bold
29856
29857 \backslash
29858 intertext
29859 \begin_inset Index idx
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863 Befehle ! I ! 
29864 \backslash
29865 intertext
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \series default
29872  nach folgendem Schema benutzt:
29873 \end_layout
29874
29875 \begin_layout Standard
29876
29877 \series bold
29878
29879 \backslash
29880 intertext{Text}
29881 \end_layout
29882
29883 \begin_layout Standard
29884 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29885  werden kann.
29886  Weil LyX 
29887 \series bold
29888
29889 \backslash
29890 intertext
29891 \series default
29892  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29893  Text.
29894  
29895 \series bold
29896
29897 \backslash
29898 intertext
29899 \series default
29900  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29901  dieser Zeile.
29902  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29903 \begin_inset Formula 
29904 \begin{align}
29905 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29906 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29907 \end{align}
29908
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Section
29915 Formelnummerierung
29916 \begin_inset Index idx
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920 Formelnummerierung
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \begin_inset Index idx
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930 Formel ! Nummerierung|see
29931 \begin_inset ERT
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935
29936 {
29937 \end_layout
29938
29939 \end_inset
29940
29941 Formelnummerierung
29942 \begin_inset ERT
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946
29947 }
29948 \end_layout
29949
29950 \end_inset
29951
29952
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Subsection
29961 Allgemeines
29962 \end_layout
29963
29964 \begin_layout Standard
29965 Nummerierte Formeln können mit dem Menü 
29966 \family sans
29967 Einfügen\SpecialChar \menuseparator
29968 Mathe\SpecialChar \menuseparator
29969 Nummerierte
29970 \begin_inset space ~
29971 \end_inset
29972
29973 Formel
29974 \family default
29975  (Tastenkürzel 
29976 \family sans
29977 Strg+Alt
29978 \begin_inset space ~
29979 \end_inset
29980
29981 N
29982 \family default
29983 ) erstellt, bestehende Formeln über das Menü 
29984 \family sans
29985 Bearbeiten\SpecialChar \menuseparator
29986 Mathe\SpecialChar \menuseparator
29987 Nummerierung
29988 \begin_inset space ~
29989 \end_inset
29990
29991 an/aus
29992 \family default
29993  (Tastenkürzel 
29994 \family sans
29995 Alt+M
29996 \begin_inset space ~
29997 \end_inset
29998
29999 N
30000 \family default
30001 ) nummeriert werden.
30002  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
30003  Klammern.
30004  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30005 \end_layout
30006
30007 \begin_layout Standard
30008 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30009  Zeilen nummeriert.
30010  Man kann jedoch über das Menü 
30011 \family sans
30012 Bearbeiten\SpecialChar \menuseparator
30013 Mathe\SpecialChar \menuseparator
30014 Zeilennummerierung an/aus
30015 \family default
30016  (Tastenkürzel 
30017 \family sans
30018 Alt+M
30019 \begin_inset space ~
30020 \end_inset
30021
30022 Shift+N
30023 \family default
30024 ) für jede Zeile die Nummerierung festlegen.
30025 \end_layout
30026
30027 \begin_layout Standard
30028 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30029  werden, siehe 
30030 \begin_inset CommandInset ref
30031 LatexCommand ref
30032 reference "sec:Formelstile"
30033
30034 \end_inset
30035
30036 .
30037 \end_layout
30038
30039 \begin_layout Subsection
30040 Querverweise
30041 \begin_inset Index idx
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045 Querverweise ! auf Formeln
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30055  Eine Marke wird mit dem Menü 
30056 \family sans
30057 Einfügen\SpecialChar \menuseparator
30058 Marke
30059 \family default
30060  oder dem Werkzeugleistenknopf 
30061 \begin_inset Graphics
30062         filename ../../images/label-insert.png
30063         scale 85
30064
30065 \end_inset
30066
30067  gesetzt.
30068  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30069  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30070 \series bold
30071 eq:
30072 \series default
30073 , nachdem der eigentliche Markenname eingegeben wird.
30074  Der voreingestellte Eintrag steht für 
30075 \begin_inset Quotes gld
30076 \end_inset
30077
30078 equation
30079 \begin_inset Quotes grd
30080 \end_inset
30081
30082  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30083  einer Formel und nicht zu einem Kapitel gehört.
30084  Um eine Marke zu ändern, wählt man wieder das Menü 
30085 \family sans
30086 Einfügen\SpecialChar \menuseparator
30087 Marke
30088 \family default
30089 .
30090 \end_layout
30091
30092 \begin_layout Standard
30093 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
30094  Eine Formel mit Marke wird immer nummeriert.
30095 \end_layout
30096
30097 \begin_layout Standard
30098 Querverweise werden mit dem Menü 
30099 \family sans
30100 Einfügen\SpecialChar \menuseparator
30101 Querverweis
30102 \family default
30103  oder dem Werkzeugleistenknopf 
30104 \begin_inset Graphics
30105         filename ../../images/dialog-show-new-inset_ref.png
30106         scale 85
30107
30108 \end_inset
30109
30110  eingefügt.
30111  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30112  Wenn man im Querverweis Dialogfenster das Format 
30113 \series bold
30114 (<Querverweis>)
30115 \series default
30116  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30117 \begin_inset Newline newline
30118 \end_inset
30119
30120 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
30121  man zur Formel auf die verwiesen wird.
30122 \end_layout
30123
30124 \begin_layout Standard
30125 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30126 \begin_inset Note Note
30127 status open
30128
30129 \begin_layout Plain Layout
30130 Man beachte die unterschiedlichen Querverweistypen.
30131 \end_layout
30132
30133 \end_inset
30134
30135
30136 \end_layout
30137
30138 \begin_layout Standard
30139 Die Gleichungen 
30140 \begin_inset CommandInset ref
30141 LatexCommand eqref
30142 reference "eq:tag"
30143
30144 \end_inset
30145
30146  und 
30147 \begin_inset CommandInset ref
30148 LatexCommand eqref
30149 reference "eq:c"
30150
30151 \end_inset
30152
30153  sind äquivalent.
30154  In (
30155 \begin_inset CommandInset ref
30156 LatexCommand ref
30157 reference "eq:Lat"
30158
30159 \end_inset
30160
30161 ) werden im Gegensatz zu (
30162 \begin_inset CommandInset ref
30163 LatexCommand ref
30164 reference "eq:Roem"
30165
30166 \end_inset
30167
30168 ) große lateinische Buchstaben zur Nummerierung verwendet.
30169 \end_layout
30170
30171 \begin_layout Standard
30172 \begin_inset VSpace medskip
30173 \end_inset
30174
30175 Ist im Argument von 
30176 \series bold
30177
30178 \backslash
30179 tag
30180 \begin_inset Foot
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184
30185 \series bold
30186
30187 \backslash
30188 tag
30189 \series default
30190  ist in 
30191 \begin_inset CommandInset ref
30192 LatexCommand ref
30193 reference "sub:Benutzerdefinierte-Nummerierung"
30194
30195 \end_inset
30196
30197  beschrieben.
30198 \end_layout
30199
30200 \end_inset
30201
30202
30203 \series default
30204  wie in 
30205 \begin_inset CommandInset ref
30206 LatexCommand ref
30207 reference "sub:Absatzboxen"
30208
30209 \end_inset
30210
30211  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30212 \end_layout
30213
30214 \begin_layout Subsection
30215 Unternummerierung
30216 \begin_inset Index idx
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220 Formelnummerierung ! Unternummerierung
30221 \end_layout
30222
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \begin_layout Standard
30229 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30230  
30231 \begin_inset Newline newline
30232 \end_inset
30233
30234
30235 \series bold
30236
30237 \backslash
30238 begin{subequations}
30239 \series default
30240  und 
30241 \series bold
30242
30243 \backslash
30244 end{subequations}
30245 \series default
30246  erreichen.
30247  Beide Befehle werden im TeX-Modus eingegeben.
30248 \end_layout
30249
30250 \begin_layout Standard
30251 Dazu ein Beispiel:
30252 \begin_inset Formula 
30253 \begin{equation}
30254 A=C-B\label{eq:a}
30255 \end{equation}
30256
30257 \end_inset
30258
30259
30260 \begin_inset ERT
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264
30265
30266 \backslash
30267 addtocounter{equation}{-1}
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278
30279 \backslash
30280 begin{subequations}
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \begin_inset VSpace -5mm
30287 \end_inset
30288
30289
30290 \begin_inset Formula 
30291 \begin{equation}
30292 B=C-A\label{eq:b}
30293 \end{equation}
30294
30295 \end_inset
30296
30297
30298 \begin_inset Formula 
30299 \begin{equation}
30300 C=A+B\label{eq:c}
30301 \end{equation}
30302
30303 \end_inset
30304
30305
30306 \end_layout
30307
30308 \begin_layout Standard
30309 \begin_inset ERT
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313
30314
30315 \backslash
30316 end{subequations}
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \end_layout
30323
30324 \begin_layout Standard
30325 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30326 \end_layout
30327
30328 \begin_layout Enumerate
30329 erste Formel eingeben
30330 \end_layout
30331
30332 \begin_layout Enumerate
30333
30334 \series bold
30335
30336 \backslash
30337 addtocounter{equation}{-1} 
30338 \backslash
30339 begin{subequations}
30340 \begin_inset Index idx
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344 Befehle ! A ! 
30345 \backslash
30346 addtocounter
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \begin_inset Newline newline
30353 \end_inset
30354
30355
30356 \series default
30357 nach der ersten Formel einfügen
30358 \end_layout
30359
30360 \begin_layout Enumerate
30361 zweite Formel eingeben
30362 \end_layout
30363
30364 \begin_layout Enumerate
30365 dritte Formel eingeben
30366 \end_layout
30367
30368 \begin_layout Enumerate
30369
30370 \series bold
30371
30372 \backslash
30373 end{subequations}
30374 \series default
30375  nach der dritten Formel einfügen
30376 \end_layout
30377
30378 \begin_layout Standard
30379 Jede Formel, die zwischen den Befehlen 
30380 \series bold
30381
30382 \backslash
30383 begin
30384 \series default
30385  und 
30386 \series bold
30387
30388 \backslash
30389 end
30390 \series default
30391  steht, wird mit a, b, c, \SpecialChar \ldots{}
30392  untergliedert.
30393  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30394  Alle untergliederten Formeln gelten als 
30395 \emph on
30396 eine
30397 \emph default
30398  nummerierte Formel.
30399  Da jede nummerierte Formel den Formelzähler 
30400 \series bold
30401 equation
30402 \series default
30403  um Eins erhöht, ist der Befehl 
30404 \series bold
30405
30406 \backslash
30407 addtocounter
30408 \series default
30409  notwendig um den Zähler wieder zu erniedrigen.
30410  Ansonsten würden die Formeln 
30411 \begin_inset CommandInset ref
30412 LatexCommand eqref
30413 reference "eq:a"
30414
30415 \end_inset
30416
30417
30418 \begin_inset CommandInset ref
30419 LatexCommand eqref
30420 reference "eq:b"
30421
30422 \end_inset
30423
30424
30425 \begin_inset CommandInset ref
30426 LatexCommand eqref
30427 reference "eq:c"
30428
30429 \end_inset
30430
30431  als 
30432 \begin_inset CommandInset ref
30433 LatexCommand eqref
30434 reference "eq:a"
30435
30436 \end_inset
30437
30438
30439 \begin_inset CommandInset ref
30440 LatexCommand eqref
30441 reference "eq:d"
30442
30443 \end_inset
30444
30445
30446 \begin_inset CommandInset ref
30447 LatexCommand eqref
30448 reference "eq:f"
30449
30450 \end_inset
30451
30452  nummeriert werden.
30453 \end_layout
30454
30455 \begin_layout Standard
30456 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30457  Formeln automatisch etwas Leerraum erstellt.
30458  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30459 \series bold
30460
30461 \backslash
30462 begin{subequations}
30463 \series default
30464  -5
30465 \begin_inset space \thinspace{}
30466 \end_inset
30467
30468 mm vertikalen Leerraum ein.
30469  Ist der Formelstil 
30470 \series bold
30471 Eingerückt
30472 \begin_inset Foot
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476 Formelstile siehe 
30477 \begin_inset CommandInset ref
30478 LatexCommand ref
30479 reference "sec:Formelstile"
30480
30481 \end_inset
30482
30483
30484 \end_layout
30485
30486 \end_inset
30487
30488
30489 \series default
30490  gewählt, fügt man -7
30491 \begin_inset space \thinspace{}
30492 \end_inset
30493
30494 mm Leerraum ein.
30495 \end_layout
30496
30497 \begin_layout Standard
30498 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30499  der zweiten Zeile abgeschaltet wurde:
30500 \begin_inset ERT
30501 status collapsed
30502
30503 \begin_layout Plain Layout
30504
30505
30506 \backslash
30507 begin{subequations}
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \begin_inset Formula 
30514 \begin{eqnarray}
30515 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30516  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30517  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30518 \end{eqnarray}
30519
30520 \end_inset
30521
30522
30523 \begin_inset ERT
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527
30528
30529 \backslash
30530 end{subequations}
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \begin_layout Subsection
30539 Benutzerdefinierte Nummerierung
30540 \begin_inset CommandInset label
30541 LatexCommand label
30542 name "sub:Benutzerdefinierte-Nummerierung"
30543
30544 \end_inset
30545
30546
30547 \begin_inset Index idx
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551 Formelnummerierung ! benutzerdefinierte
30552 \end_layout
30553
30554 \end_inset
30555
30556
30557 \end_layout
30558
30559 \begin_layout Standard
30560 \begin_inset Index idx
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564 Formelnummerierung ! eigene Klammern
30565 \end_layout
30566
30567 \end_inset
30568
30569 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30570  gesetzt.
30571  Will man diese Klammern z.
30572 \begin_inset space \thinspace{}
30573 \end_inset
30574
30575 B.
30576  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30577  an:
30578 \end_layout
30579
30580 \begin_layout Standard
30581
30582 \series bold
30583
30584 \backslash
30585 def
30586 \backslash
30587 tagform@#1{
30588 \backslash
30589 maketag@@@{|#1|}}
30590 \series default
30591
30592 \begin_inset Note Note
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30597  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30598  werden.
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \end_layout
30605
30606 \begin_layout Standard
30607 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30608 \series bold
30609 #1
30610 \series default
30611  durch ein oder mehrere gewünschte Zeichen.
30612  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30613 \end_layout
30614
30615 \begin_layout Standard
30616 \begin_inset VSpace bigskip
30617 \end_inset
30618
30619 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30620  hinter der Formel stehen, benutzt man den Befehl 
30621 \series bold
30622
30623 \backslash
30624 tag
30625 \series default
30626
30627 \begin_inset Index idx
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 Befehle ! T ! 
30632 \backslash
30633 tag
30634 \end_layout
30635
30636 \end_inset
30637
30638 :
30639 \begin_inset Formula 
30640 \begin{equation}
30641 A+B=C\tag{etwas}\label{eq:tag}
30642 \end{equation}
30643
30644 \end_inset
30645
30646  In diesem Beispiel wurde in der Formel der Befehl 
30647 \series bold
30648
30649 \backslash
30650 tag
30651 \series default
30652
30653 \begin_inset ERT
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657
30658
30659 \backslash
30660 leer 
30661 \end_layout
30662
30663 \end_inset
30664
30665
30666 \series bold
30667 etwas
30668 \series default
30669  eingegeben.
30670 \end_layout
30671
30672 \begin_layout Standard
30673 Gibt man stattdessen 
30674 \series bold
30675
30676 \backslash
30677 tag*
30678 \series default
30679
30680 \begin_inset ERT
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684
30685
30686 \backslash
30687 leer 
30688 \end_layout
30689
30690 \end_inset
30691
30692
30693 \series bold
30694 etwas
30695 \series default
30696  ein, verhindert der Stern die Klammern um den Ausdruck:
30697 \begin_inset Formula 
30698 \[
30699 A+B=C\tag*{etwas}
30700 \]
30701
30702 \end_inset
30703
30704
30705 \end_layout
30706
30707 \begin_layout Standard
30708 \begin_inset VSpace bigskip
30709 \end_inset
30710
30711 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30712  oder 
30713 \begin_inset ERT
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717
30718
30719 \backslash
30720 mbox{
30721 \end_layout
30722
30723 \end_inset
30724
30725 -abschnitt
30726 \begin_inset ERT
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730
30731 }
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \begin_inset Note Note
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741 Der Befehl 
30742 \series bold
30743
30744 \backslash
30745 mbox
30746 \series default
30747  verhindert, dass am Bindestrich umgebrochen wird.
30748 \end_layout
30749
30750 \end_inset
30751
30752  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30753 \end_layout
30754
30755 \begin_layout Standard
30756
30757 \series bold
30758
30759 \backslash
30760 @addtoreset{equation}{part}
30761 \series default
30762
30763 \begin_inset Index idx
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767 Befehle ! 
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773 "
30774 \end_layout
30775
30776 \end_inset
30777
30778 @
30779 \begin_inset ERT
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783
30784 "
30785 \end_layout
30786
30787 \end_inset
30788
30789  ! 
30790 \backslash
30791
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797 "
30798 \end_layout
30799
30800 \end_inset
30801
30802 @
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808 "
30809 \end_layout
30810
30811 \end_inset
30812
30813 addtoreset
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \begin_inset Newline newline
30820 \end_inset
30821
30822 bzw.
30823 \begin_inset Newline newline
30824 \end_inset
30825
30826
30827 \series bold
30828
30829 \backslash
30830 @addtoreset{equation}{section}
30831 \end_layout
30832
30833 \begin_layout Standard
30834 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30835 \begin_inset Quotes gld
30836 \end_inset
30837
30838 @
30839 \begin_inset Quotes grd
30840 \end_inset
30841
30842  Zeichen für LaTeX mit dem Befehl 
30843 \series bold
30844
30845 \backslash
30846 makeatletter
30847 \series default
30848  
30849 \begin_inset Quotes gld
30850 \end_inset
30851
30852 aktiv
30853 \begin_inset Quotes grd
30854 \end_inset
30855
30856  gemacht werden.
30857  Der Befehl 
30858 \series bold
30859
30860 \backslash
30861 makeatother
30862 \series default
30863  macht dies wieder rückgängig.
30864  Daher ist die Befehlssequenz im TeX-Modus:
30865 \end_layout
30866
30867 \begin_layout Standard
30868
30869 \series bold
30870
30871 \backslash
30872 makeatletter
30873 \begin_inset Newline newline
30874 \end_inset
30875
30876
30877 \backslash
30878 @addtoreset{equation}{section}
30879 \begin_inset Newline newline
30880 \end_inset
30881
30882
30883 \backslash
30884 makeatother
30885 \end_layout
30886
30887 \begin_layout Standard
30888 Im LaTeX-Vorspann können 
30889 \series bold
30890
30891 \backslash
30892 makeatletter
30893 \series default
30894  und 
30895 \series bold
30896
30897 \backslash
30898 makeatother
30899 \series default
30900  weggelassen werden, da LyX sie automatisch intern einfügt.
30901 \end_layout
30902
30903 \begin_layout Standard
30904 Um 
30905 \series bold
30906
30907 \backslash
30908 @addtoreset
30909 \series default
30910  rückgängig zu machen, muss die Datei 
30911 \series bold
30912 remreset.sty
30913 \series default
30914
30915 \begin_inset Foot
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919
30920 \series bold
30921 remreset
30922 \series default
30923  ist Teil des LaTeX-Paketes 
30924 \series bold
30925 carlisle
30926 \series default
30927
30928 \begin_inset Index idx
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932 Pakete ! carlisle
30933 \end_layout
30934
30935 \end_inset
30936
30937 , das Teil jeder LaTeX-Standardinstallation ist.
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \begin_inset Index idx
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947 Pakete ! remreset
30948 \end_layout
30949
30950 \end_inset
30951
30952  im LaTeX-Vorspann mit der Zeile
30953 \end_layout
30954
30955 \begin_layout Standard
30956
30957 \series bold
30958
30959 \backslash
30960 usepackage{remreset}
30961 \end_layout
30962
30963 \begin_layout Standard
30964 geladen werden.
30965  Dann kann der Befehl 
30966 \series bold
30967
30968 \backslash
30969 @removefromreset
30970 \series default
30971
30972 \begin_inset Index idx
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976 Befehle ! 
30977 \begin_inset ERT
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981
30982 "
30983 \end_layout
30984
30985 \end_inset
30986
30987 @
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993 "
30994 \end_layout
30995
30996 \end_inset
30997
30998  ! 
30999 \backslash
31000
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006 "
31007 \end_layout
31008
31009 \end_inset
31010
31011 @
31012 \begin_inset ERT
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016
31017 "
31018 \end_layout
31019
31020 \end_inset
31021
31022 removefromreset
31023 \end_layout
31024
31025 \end_inset
31026
31027  mit dem selben Schema wie 
31028 \series bold
31029
31030 \backslash
31031 @addtoreset
31032 \series default
31033  benutzt werden.
31034 \end_layout
31035
31036 \begin_layout Standard
31037 \begin_inset VSpace bigskip
31038 \end_inset
31039
31040 Oftmals möchte man Formeln in folgender Art nummerieren:
31041 \end_layout
31042
31043 \begin_layout Standard
31044
31045 \family typewriter
31046 (Kapitelnummer.Formelnummer)
31047 \end_layout
31048
31049 \begin_layout Standard
31050 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31051 \end_layout
31052
31053 \begin_layout Standard
31054 Für diesen Fall gibt es den Befehl 
31055 \series bold
31056
31057 \backslash
31058 numberwithin
31059 \series default
31060
31061 \begin_inset Index idx
31062 status collapsed
31063
31064 \begin_layout Plain Layout
31065 Befehle ! N ! 
31066 \backslash
31067 numberwithin
31068 \end_layout
31069
31070 \end_inset
31071
31072 , der nach folgendem Schema benutzt wird:
31073 \end_layout
31074
31075 \begin_layout Standard
31076
31077 \series bold
31078
31079 \backslash
31080 numberwithin{Zähler}{Gliederung}
31081 \end_layout
31082
31083 \begin_layout Standard
31084 Zähler gibt an, welche Nummerierung betroffen ist.
31085  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31086 \end_layout
31087
31088 \begin_layout Standard
31089 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
31090  ein:
31091 \end_layout
31092
31093 \begin_layout Standard
31094
31095 \series bold
31096
31097 \backslash
31098 numberwithin{equation}{section}
31099 \end_layout
31100
31101 \begin_layout Standard
31102 Das ist das Ergebnis:
31103 \begin_inset ERT
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107
31108
31109 \backslash
31110 numberwithin{equation}{section}
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \begin_inset Formula 
31117 \begin{equation}
31118 A+B=C
31119 \end{equation}
31120
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \begin_layout Standard
31127 Möchte man z.
31128 \begin_inset space \thinspace{}
31129 \end_inset
31130
31131 B.
31132  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31133  gibt man 
31134 \series bold
31135
31136 \backslash
31137 numberwithin{table}{part}
31138 \series default
31139  ein.
31140 \end_layout
31141
31142 \begin_layout Standard
31143 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31144 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31145  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31146 \end_layout
31147
31148 \begin_layout Standard
31149
31150 \series bold
31151
31152 \backslash
31153 renewcommand{
31154 \backslash
31155 theequation}{
31156 \backslash
31157 arabic{equation}}
31158 \begin_inset Index idx
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162 Befehle ! A ! 
31163 \backslash
31164 arabic
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \series default
31171
31172 \begin_inset ERT
31173 status collapsed
31174
31175 \begin_layout Plain Layout
31176
31177
31178 \backslash
31179 renewcommand{
31180 \backslash
31181 theequation}{
31182 \backslash
31183 arabic{equation}}
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \series bold
31190
31191 \begin_inset Newline newline
31192 \end_inset
31193
31194
31195 \series default
31196 bzw.
31197 \series bold
31198
31199 \begin_inset Newline newline
31200 \end_inset
31201
31202
31203 \backslash
31204 renewcommand{
31205 \backslash
31206 thetable}{
31207 \backslash
31208 arabic{table}}
31209 \end_layout
31210
31211 \begin_layout Standard
31212
31213 \series bold
31214
31215 \backslash
31216 numberwithin
31217 \series default
31218  benutzt intern den oben beschriebenen Befehl 
31219 \series bold
31220
31221 \backslash
31222 @addtoreset
31223 \series default
31224 , der ebenfalls rückgängig gemacht werden muss.
31225 \begin_inset ERT
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229
31230
31231 \backslash
31232 makeatletter
31233 \end_layout
31234
31235 \begin_layout Plain Layout
31236
31237
31238 \backslash
31239 @removefromreset{equation}{section}
31240 \end_layout
31241
31242 \begin_layout Plain Layout
31243
31244
31245 \backslash
31246 makeatother
31247 \end_layout
31248
31249 \end_inset
31250
31251
31252 \end_layout
31253
31254 \begin_layout Subsection
31255 Nummerierung mit römischen Zahlen und Buchstaben
31256 \begin_inset Index idx
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260 Formelnummerierung ! mit Buchstaben
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \begin_inset Index idx
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270 Formelnummerierung ! mit römischen Zahlen
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \end_layout
31277
31278 \begin_layout Standard
31279 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31280  werden.
31281  Um z.
31282 \begin_inset space \thinspace{}
31283 \end_inset
31284
31285 B.
31286  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31287  TeX-Modus den Befehl
31288 \end_layout
31289
31290 \begin_layout Standard
31291
31292 \series bold
31293
31294 \backslash
31295 renewcommand{
31296 \backslash
31297 theequation}{
31298 \backslash
31299 roman{equation}}
31300 \end_layout
31301
31302 \begin_layout Standard
31303 ein.
31304  
31305 \series bold
31306
31307 \backslash
31308 renewcommand
31309 \series default
31310
31311 \begin_inset Index idx
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315 Befehle ! R ! 
31316 \backslash
31317 renewcommand
31318 \end_layout
31319
31320 \end_inset
31321
31322  weist dem vordefinierten Befehl 
31323 \series bold
31324
31325 \backslash
31326 theequation
31327 \series default
31328  den Befehl
31329 \begin_inset Newline linebreak
31330 \end_inset
31331
31332
31333 \series bold
31334
31335 \backslash
31336 roman{equation}
31337 \series default
31338  zu.
31339 \begin_inset Foot
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343 Der Befehl 
31344 \series bold
31345
31346 \backslash
31347 renewcommand
31348 \series default
31349  besitzt dasselbe Schema wie der in 
31350 \begin_inset CommandInset ref
31351 LatexCommand ref
31352 reference "sub:Der-Befehl-newcommand"
31353
31354 \end_inset
31355
31356  beschriebene Befehl
31357 \begin_inset Newline newline
31358 \end_inset
31359
31360
31361 \series bold
31362
31363 \backslash
31364 newcommand
31365 \series default
31366 .
31367 \end_layout
31368
31369 \end_inset
31370
31371  
31372 \series bold
31373 equation
31374 \series default
31375  ist der Formelzähler.
31376  Stellt man einem Zähler den Befehl 
31377 \series bold
31378
31379 \backslash
31380 the
31381 \series default
31382  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31383  wird.
31384  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31385  
31386 \series bold
31387
31388 \backslash
31389 theequation
31390 \series default
31391  hinter die Formel.
31392  
31393 \series bold
31394
31395 \backslash
31396 roman{equation}
31397 \begin_inset Index idx
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401 Befehle ! R ! 
31402 \backslash
31403 roman
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \series default
31410  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31411 \end_layout
31412
31413 \begin_layout Standard
31414 Alle Formeln nach dem 
31415 \series bold
31416
31417 \backslash
31418 renewcommand
31419 \series default
31420 -Befehl werden nun römisch nummeriert.
31421  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31422  den Befehl erneut ein, ersetzt aber 
31423 \series bold
31424
31425 \backslash
31426 roman
31427 \series default
31428  durch 
31429 \series bold
31430
31431 \backslash
31432 Roman
31433 \series default
31434
31435 \begin_inset Index idx
31436 status collapsed
31437
31438 \begin_layout Plain Layout
31439 Befehle ! R ! 
31440 \backslash
31441 roman@
31442 \backslash
31443 Roman
31444 \end_layout
31445
31446 \end_inset
31447
31448 .
31449  Für die 
31450 \begin_inset Quotes gld
31451 \end_inset
31452
31453 Nummerierung
31454 \begin_inset Quotes grd
31455 \end_inset
31456
31457  mit lateinischen Buchstaben gibt es den Befehl 
31458 \series bold
31459
31460 \backslash
31461 alph
31462 \series default
31463
31464 \begin_inset Index idx
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468 Befehle ! A ! 
31469 \backslash
31470 alph
31471 \end_layout
31472
31473 \end_inset
31474
31475  für kleine und 
31476 \series bold
31477
31478 \backslash
31479 Alph
31480 \series default
31481
31482 \begin_inset Index idx
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486 Befehle ! A ! 
31487 \backslash
31488 alph@
31489 \backslash
31490 Alph
31491 \end_layout
31492
31493 \end_inset
31494
31495  für große Buchstaben.
31496 \end_layout
31497
31498 \begin_layout Standard
31499 \begin_inset Note Greyedout
31500 status open
31501
31502 \begin_layout Plain Layout
31503
31504 \series bold
31505 Achtung:
31506 \series default
31507  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31508  nummeriert werden.
31509 \end_layout
31510
31511 \end_inset
31512
31513
31514 \end_layout
31515
31516 \begin_layout Standard
31517 \begin_inset ERT
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521
31522
31523 \backslash
31524 renewcommand{
31525 \backslash
31526 theequation}{
31527 \backslash
31528 roman{equation}}
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \begin_layout Standard
31537 \begin_inset Formula 
31538 \begin{equation}
31539 A=\textrm{römisch}
31540 \end{equation}
31541
31542 \end_inset
31543
31544
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550
31551 \backslash
31552 renewcommand{
31553 \backslash
31554 theequation}{
31555 \backslash
31556 Roman{equation}}
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \begin_inset Formula 
31563 \begin{equation}
31564 B=\textrm{Römisch}\label{eq:Roem}
31565 \end{equation}
31566
31567 \end_inset
31568
31569
31570 \begin_inset ERT
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574
31575
31576 \backslash
31577 renewcommand{
31578 \backslash
31579 theequation}{
31580 \backslash
31581 alph{equation}}
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \begin_inset Formula 
31588 \begin{equation}
31589 C=\textrm{lateinisch}
31590 \end{equation}
31591
31592 \end_inset
31593
31594
31595 \begin_inset ERT
31596 status collapsed
31597
31598 \begin_layout Plain Layout
31599
31600
31601 \backslash
31602 renewcommand{
31603 \backslash
31604 theequation}{
31605 \backslash
31606 Alph{equation}}
31607 \end_layout
31608
31609 \end_inset
31610
31611
31612 \begin_inset Formula 
31613 \begin{equation}
31614 D=\textrm{Lateinisch}\label{eq:Lat}
31615 \end{equation}
31616
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \begin_layout Standard
31623 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31624  ein:
31625 \end_layout
31626
31627 \begin_layout Standard
31628
31629 \series bold
31630
31631 \backslash
31632 renewcommand{
31633 \backslash
31634 theequation}{
31635 \backslash
31636 arabic{equation}}
31637 \begin_inset Index idx
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641 Befehle ! A ! 
31642 \backslash
31643 arabic
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \begin_inset ERT
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656
31657
31658 \backslash
31659 renewcommand{
31660 \backslash
31661 theequation}{
31662 \backslash
31663 arabic{equation}}
31664 \end_layout
31665
31666 \end_inset
31667
31668
31669 \begin_inset Formula 
31670 \begin{equation}
31671 E=\textrm{arabisch}
31672 \end{equation}
31673
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \begin_layout Standard
31680 \begin_inset VSpace medskip
31681 \end_inset
31682
31683 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31684 riert.
31685  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31686  beginnen, müssen neue Formelzähler angelegt werden.
31687  Eine Beschreibung dazu findet man in der Datei 
31688 \begin_inset CommandInset href
31689 LatexCommand href
31690 name "Formelnummerierung.lyx"
31691 target "run:Formelnummerierung.lyx"
31692
31693 \end_inset
31694
31695 .
31696 \end_layout
31697
31698 \begin_layout Section
31699 Chemische Symbole und Reaktionsgleichungen
31700 \begin_inset CommandInset label
31701 LatexCommand label
31702 name "sub:Chemische-Symbole-und"
31703
31704 \end_inset
31705
31706
31707 \begin_inset Index idx
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 chemische Zeichen ! Symbole
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \begin_inset Index idx
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721 Reaktionsgleichungen
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \begin_inset Index idx
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731 Symbole ! chemische
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Standard
31740 Ein Beispieltext aus der Chemie:
31741 \end_layout
31742
31743 \begin_layout Quote
31744 Das 
31745 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31746 \end_inset
31747
31748 -Ion verbindet sich mit zwei 
31749 \begin_inset Formula $\mathrm{Na^{+}}$
31750 \end_inset
31751
31752 -Ionen zu Natriumsulfat 
31753 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31754 \end_inset
31755
31756 .
31757  Die Reaktionsgleichung dazu lautet:
31758 \begin_inset Formula 
31759 \begin{equation}
31760 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31761 \end{equation}
31762
31763 \end_inset
31764
31765
31766 \end_layout
31767
31768 \begin_layout Standard
31769 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31770  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31771  in der Formel und wandelt diese mit der Tastenkombination 
31772 \family sans
31773 Alt+Z
31774 \begin_inset space ~
31775 \end_inset
31776
31777 R
31778 \family default
31779  in den aufrechten Schriftstil um.
31780 \begin_inset Foot
31781 status collapsed
31782
31783 \begin_layout Plain Layout
31784 Schriftstile siehe 
31785 \begin_inset CommandInset ref
31786 LatexCommand ref
31787 reference "sub:Schriftstile"
31788
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \end_inset
31795
31796
31797 \end_layout
31798
31799 \begin_layout Standard
31800 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31801 \series bold
31802  
31803 \backslash
31804 ce
31805 \series default
31806
31807 \begin_inset Index idx
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811 Befehle ! C ! 
31812 \backslash
31813 ce
31814 \end_layout
31815
31816 \end_inset
31817
31818  zu benutzen.
31819  Dieser ist verfügbar, wenn das LaTeX-Paket 
31820 \series bold
31821 mhchem
31822 \series default
31823
31824 \begin_inset Index idx
31825 status collapsed
31826
31827 \begin_layout Plain Layout
31828 Pakete ! mhchem
31829 \end_layout
31830
31831 \end_inset
31832
31833  installiert ist.
31834  Nachdem 
31835 \series bold
31836
31837 \backslash
31838 ce
31839 \series default
31840  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31841  Formeln in intuitiver Weise eingegeben werden können.
31842 \end_layout
31843
31844 \begin_layout Standard
31845 \align center
31846 \begin_inset Tabular
31847 <lyxtabular version="3" rows="9" columns="2">
31848 <features tabularvalignment="middle">
31849 <column alignment="center" valignment="top" width="0">
31850 <column alignment="center" valignment="top" width="0">
31851 <row>
31852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31853 \begin_inset Text
31854
31855 \begin_layout Plain Layout
31856 Befehl
31857 \end_layout
31858
31859 \end_inset
31860 </cell>
31861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31862 \begin_inset Text
31863
31864 \begin_layout Plain Layout
31865 Ergebnis
31866 \begin_inset Note Note
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870
31871 \series bold
31872
31873 \backslash
31874 raisebox
31875 \series default
31876  dient nur als Abstandhalter.
31877 \end_layout
31878
31879 \end_inset
31880
31881
31882 \end_layout
31883
31884 \end_inset
31885 </cell>
31886 </row>
31887 <row>
31888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31889 \begin_inset Text
31890
31891 \begin_layout Plain Layout
31892
31893 \backslash
31894 ce
31895 \begin_inset ERT
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899
31900
31901 \backslash
31902 leer 
31903 \end_layout
31904
31905 \end_inset
31906
31907 H2CO3
31908 \end_layout
31909
31910 \end_inset
31911 </cell>
31912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31913 \begin_inset Text
31914
31915 \begin_layout Plain Layout
31916 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \end_inset
31923 </cell>
31924 </row>
31925 <row>
31926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31927 \begin_inset Text
31928
31929 \begin_layout Plain Layout
31930
31931 \backslash
31932 ce
31933 \begin_inset ERT
31934 status collapsed
31935
31936 \begin_layout Plain Layout
31937
31938
31939 \backslash
31940 leer 
31941 \end_layout
31942
31943 \end_inset
31944
31945 SO4^2-
31946 \end_layout
31947
31948 \end_inset
31949 </cell>
31950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31951 \begin_inset Text
31952
31953 \begin_layout Plain Layout
31954 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31955 \end_inset
31956
31957
31958 \end_layout
31959
31960 \end_inset
31961 </cell>
31962 </row>
31963 <row>
31964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31965 \begin_inset Text
31966
31967 \begin_layout Plain Layout
31968
31969 \backslash
31970 ce
31971 \begin_inset ERT
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975
31976
31977 \backslash
31978 leer 
31979 \end_layout
31980
31981 \end_inset
31982
31983 (NH4)2S
31984 \end_layout
31985
31986 \end_inset
31987 </cell>
31988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31989 \begin_inset Text
31990
31991 \begin_layout Plain Layout
31992 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31993 \end_inset
31994
31995
31996 \end_layout
31997
31998 \end_inset
31999 </cell>
32000 </row>
32001 <row>
32002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32003 \begin_inset Text
32004
32005 \begin_layout Plain Layout
32006
32007 \backslash
32008 ce
32009 \begin_inset ERT
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013
32014
32015 \backslash
32016 leer 
32017 \end_layout
32018
32019 \end_inset
32020
32021 KCr(SO4)2.12H2O
32022 \end_layout
32023
32024 \end_inset
32025 </cell>
32026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32027 \begin_inset Text
32028
32029 \begin_layout Plain Layout
32030 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \end_inset
32037 </cell>
32038 </row>
32039 <row>
32040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32041 \begin_inset Text
32042
32043 \begin_layout Plain Layout
32044
32045 \backslash
32046 ce
32047 \begin_inset ERT
32048 status collapsed
32049
32050 \begin_layout Plain Layout
32051
32052
32053 \backslash
32054 leer 
32055 \end_layout
32056
32057 \end_inset
32058
32059 A-B
32060 \backslash
32061 dbond
32062 \begin_inset ERT
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066
32067
32068 \backslash
32069 leer 
32070 \end_layout
32071
32072 \end_inset
32073
32074 C
32075 \backslash
32076 tbond
32077 \begin_inset ERT
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081
32082
32083 \backslash
32084 leer 
32085 \end_layout
32086
32087 \end_inset
32088
32089 D
32090 \end_layout
32091
32092 \end_inset
32093 </cell>
32094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32095 \begin_inset Text
32096
32097 \begin_layout Plain Layout
32098 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \end_inset
32105 </cell>
32106 </row>
32107 <row>
32108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112
32113 \backslash
32114 ce
32115 \begin_inset ERT
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119
32120
32121 \backslash
32122 leer 
32123 \end_layout
32124
32125 \end_inset
32126
32127 ^227
32128 \begin_inset Formula $\downarrow$
32129 \end_inset
32130
32131 _90
32132 \begin_inset Formula $\to$
32133 \end_inset
32134
32135 Th+
32136 \end_layout
32137
32138 \end_inset
32139 </cell>
32140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32141 \begin_inset Text
32142
32143 \begin_layout Plain Layout
32144 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32145 \end_inset
32146
32147
32148 \end_layout
32149
32150 \end_inset
32151 </cell>
32152 </row>
32153 <row>
32154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32155 \begin_inset Text
32156
32157 \begin_layout Plain Layout
32158
32159 \backslash
32160 ce
32161 \begin_inset ERT
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165
32166
32167 \backslash
32168 leer 
32169 \end_layout
32170
32171 \end_inset
32172
32173 CO2
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 +
32187 \begin_inset ERT
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191
32192
32193 \backslash
32194 leer 
32195 \end_layout
32196
32197 \end_inset
32198
32199 C
32200 \begin_inset ERT
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204
32205
32206 \backslash
32207 leer 
32208 \end_layout
32209
32210 \end_inset
32211
32212 <=>
32213 \begin_inset ERT
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217
32218
32219 \backslash
32220 leer 
32221 \end_layout
32222
32223 \end_inset
32224
32225 2CO
32226 \end_layout
32227
32228 \end_inset
32229 </cell>
32230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32231 \begin_inset Text
32232
32233 \begin_layout Plain Layout
32234 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32235 \end_inset
32236
32237
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 </row>
32243 <row>
32244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32245 \begin_inset Text
32246
32247 \begin_layout Plain Layout
32248
32249 \backslash
32250 ce
32251 \begin_inset ERT
32252 status collapsed
32253
32254 \begin_layout Plain Layout
32255
32256
32257 \backslash
32258 leer 
32259 \end_layout
32260
32261 \end_inset
32262
32263 CO2
32264 \begin_inset ERT
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268
32269
32270 \backslash
32271 leer 
32272 \end_layout
32273
32274 \end_inset
32275
32276 +
32277 \begin_inset ERT
32278 status collapsed
32279
32280 \begin_layout Plain Layout
32281
32282
32283 \backslash
32284 leer 
32285 \end_layout
32286
32287 \end_inset
32288
32289 C
32290 \begin_inset ERT
32291 status collapsed
32292
32293 \begin_layout Plain Layout
32294
32295
32296 \backslash
32297 leer 
32298 \end_layout
32299
32300 \end_inset
32301
32302 ->[
32303 \backslash
32304 alpha][
32305 \backslash
32306 beta]
32307 \begin_inset ERT
32308 status collapsed
32309
32310 \begin_layout Plain Layout
32311
32312
32313 \backslash
32314 leer 
32315 \end_layout
32316
32317 \end_inset
32318
32319 2CO}
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32325 \begin_inset Text
32326
32327 \begin_layout Plain Layout
32328 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \end_inset
32335 </cell>
32336 </row>
32337 </lyxtabular>
32338
32339 \end_inset
32340
32341
32342 \end_layout
32343
32344 \begin_layout Standard
32345 \begin_inset Note Greyedout
32346 status open
32347
32348 \begin_layout Plain Layout
32349
32350 \series bold
32351 Achtung:
32352 \series default
32353  Wenn eine Formel in eine 
32354 \series bold
32355
32356 \backslash
32357 ce
32358 \series default
32359 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32360  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32361 \begin_inset space \thinspace{}
32362 \end_inset
32363
32364 B.
32365  für 
32366 \series bold
32367
32368 \backslash
32369 ce{$
32370 \backslash
32371 mu
32372 \backslash
32373 hyphen$Cl}
32374 \series default
32375
32376 \begin_inset ERT
32377 status collapsed
32378
32379 \begin_layout Plain Layout
32380
32381
32382 \backslash
32383 ce{$
32384 \backslash
32385 mu
32386 \backslash
32387 hyphen$Cl}
32388 \end_layout
32389
32390 \end_inset
32391
32392  
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \end_layout
32399
32400 \begin_layout Standard
32401 Wird 
32402 \series bold
32403
32404 \backslash
32405 ce
32406 \series default
32407  benutzt, lautet der Befehl für Gleichung
32408 \begin_inset space ~
32409 \end_inset
32410
32411
32412 \begin_inset CommandInset ref
32413 LatexCommand eqref
32414 reference "eq:chemische-Reaktion"
32415
32416 \end_inset
32417
32418 :
32419 \begin_inset Newline newline
32420 \end_inset
32421
32422
32423 \series bold
32424  
32425 \backslash
32426 ce
32427 \series default
32428
32429 \begin_inset ERT
32430 status collapsed
32431
32432 \begin_layout Plain Layout
32433
32434
32435 \backslash
32436 leer 
32437 \end_layout
32438
32439 \end_inset
32440
32441
32442 \series bold
32443 2Na+
32444 \series default
32445
32446 \begin_inset ERT
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450
32451
32452 \backslash
32453 leer 
32454 \end_layout
32455
32456 \end_inset
32457
32458
32459 \series bold
32460 +
32461 \series default
32462
32463 \begin_inset ERT
32464 status collapsed
32465
32466 \begin_layout Plain Layout
32467
32468
32469 \backslash
32470 leer 
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \series bold
32477 SO4^2-
32478 \series default
32479
32480 \begin_inset ERT
32481 status collapsed
32482
32483 \begin_layout Plain Layout
32484
32485
32486 \backslash
32487 leer 
32488 \end_layout
32489
32490 \end_inset
32491
32492
32493 \begin_inset ERT
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497
32498
32499 \backslash
32500 leer 
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \series bold
32507 ->
32508 \series default
32509
32510 \begin_inset ERT
32511 status collapsed
32512
32513 \begin_layout Plain Layout
32514
32515
32516 \backslash
32517 leer 
32518 \end_layout
32519
32520 \end_inset
32521
32522
32523 \series bold
32524 Na2SO4
32525 \end_layout
32526
32527 \begin_layout Standard
32528 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32529  Formel erstellt, wie in 
32530 \begin_inset CommandInset ref
32531 LatexCommand ref
32532 reference "sec:Mehrzeilige-Formeln"
32533
32534 \end_inset
32535
32536  beschrieben.
32537  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32538 \series bold
32539
32540 \backslash
32541 ce
32542 \series default
32543  verwendet.
32544  
32545 \begin_inset CommandInset ref
32546 LatexCommand eqref
32547 reference "eq:TEOS-Reaktion-1"
32548
32549 \end_inset
32550
32551  und 
32552 \begin_inset CommandInset ref
32553 LatexCommand eqref
32554 reference "eq:TEOS-Reaktion-2"
32555
32556 \end_inset
32557
32558  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32559  Gleichung eine eigene Nummer hat.
32560 \begin_inset Formula 
32561 \begin{eqnarray}
32562 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32563 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32564 \end{eqnarray}
32565
32566 \end_inset
32567
32568
32569 \end_layout
32570
32571 \begin_layout Standard
32572 Außer 
32573 \series bold
32574
32575 \backslash
32576 ce
32577 \series default
32578  bietet das Paket 
32579 \series bold
32580 mhchem
32581 \series default
32582  noch den Befehl 
32583 \series bold
32584
32585 \backslash
32586 cf
32587 \series default
32588
32589 \begin_inset Index idx
32590 status collapsed
32591
32592 \begin_layout Plain Layout
32593 Befehle ! C ! 
32594 \backslash
32595 cf
32596 \end_layout
32597
32598 \end_inset
32599
32600  für spezielle Fälle.
32601  Mehr über 
32602 \series bold
32603
32604 \backslash
32605 cf
32606 \series default
32607  und weitere Beispiele sind in der Dokumentation von 
32608 \series bold
32609 mhchem
32610 \series default
32611  zu finden, 
32612 \begin_inset CommandInset citation
32613 LatexCommand cite
32614 key "mhchem"
32615
32616 \end_inset
32617
32618 .
32619 \end_layout
32620
32621 \begin_layout Section
32622 Diagramme
32623 \end_layout
32624
32625 \begin_layout Standard
32626 LyX unterstützt zwei Typen kommutativer Diagramme: 
32627 \series bold
32628 amscd
32629 \series default
32630  und 
32631 \series bold
32632 xymatrix
32633 \series default
32634 , die im Folgenden erläutert sind.
32635 \end_layout
32636
32637 \begin_layout Subsection
32638 amscd Diagramme
32639 \begin_inset Index idx
32640 status collapsed
32641
32642 \begin_layout Plain Layout
32643 Diagramme ! amscd
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Standard
32652 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32653  Linien oder Pfeilen dar:
32654 \begin_inset Formula 
32655 \[
32656 \begin{CD}A@>>>B@>>>C\\
32657 @AAA@.@VVV\\
32658 F@<<<E@<<<D
32659 \end{CD}
32660 \]
32661
32662 \end_inset
32663
32664
32665 \end_layout
32666
32667 \begin_layout Standard
32668 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32669 \series bold
32670
32671 \backslash
32672 CD
32673 \begin_inset Index idx
32674 status collapsed
32675
32676 \begin_layout Plain Layout
32677 Befehle ! C ! 
32678 \backslash
32679 CD
32680 \end_layout
32681
32682 \end_inset
32683
32684
32685 \series default
32686  ein.
32687  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32688  man die weiteren Befehle eingibt.
32689  Mit 
32690 \series bold
32691
32692 \begin_inset ERT
32693 status collapsed
32694
32695 \begin_layout Plain Layout
32696
32697
32698 \backslash
32699 mbox{
32700 \end_layout
32701
32702 \end_inset
32703
32704
32705 \family sans
32706 \series default
32707 Strg+Enter
32708 \family default
32709 \series bold
32710
32711 \begin_inset ERT
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715
32716 }
32717 \end_layout
32718
32719 \end_inset
32720
32721
32722 \series default
32723  wird eine neue Zeile erstellt.
32724  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32725  Zeilen der Formel eingegeben.
32726 \end_layout
32727
32728 \begin_layout Standard
32729 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32730 \end_layout
32731
32732 \begin_layout Itemize
32733
32734 \series bold
32735 @<<<
32736 \series default
32737  erstellt einen Linkspfeil, 
32738 \series bold
32739 @>>>
32740 \series default
32741  einen Rechtspfeil und 
32742 \series bold
32743 @=
32744 \series default
32745  ein langes Gleichheitszeichen
32746 \end_layout
32747
32748 \begin_layout Itemize
32749
32750 \series bold
32751 @AAA
32752 \series default
32753  erstellt einen Pfeil nach oben, 
32754 \series bold
32755 @VVV
32756 \series default
32757  einen Pfeil nach unten und 
32758 \series bold
32759 @|
32760 \series default
32761  ein senkrechtes Gleichheitszeichen
32762 \end_layout
32763
32764 \begin_layout Itemize
32765
32766 \series bold
32767 @.
32768
32769 \series default
32770  dient als Platzhalter für nicht vorhandene Beziehungen
32771 \end_layout
32772
32773 \begin_layout Standard
32774 Alle Pfeile sind wie folgt beschriftbar:
32775 \end_layout
32776
32777 \begin_layout Itemize
32778 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32779  > Text eingegeben, erscheint er über dem Pfeil.
32780  Wird der Text zwischen dem zweiten und dritten < bzw.
32781  > eingegeben, erscheint er unter dem Pfeil.
32782 \end_layout
32783
32784 \begin_layout Itemize
32785 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32786  V eingegeben, erscheint er links neben dem Pfeil.
32787  Bei Eingabe zwischen zweitem und drittem A bzw.
32788  V erscheint er rechts daneben.
32789  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32790  gesetzt werden.
32791 \end_layout
32792
32793 \begin_layout Standard
32794 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32795 \end_layout
32796
32797 \begin_layout Standard
32798 \begin_inset Formula 
32799 \[
32800 \begin{CD}A@>j>>B@>>k>C@=F\\
32801 @AmAA@.@VV{V}V@|\\
32802 D@<<j<E@>k>>F@=C
32803 \end{CD}
32804 \]
32805
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \begin_layout Standard
32812 Der Befehl dazu lautet:
32813 \begin_inset Newline newline
32814 \end_inset
32815
32816
32817 \series bold
32818
32819 \backslash
32820 CD
32821 \begin_inset ERT
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825
32826
32827 \backslash
32828 leer 
32829 \end_layout
32830
32831 \end_inset
32832
32833 A@>j>>B@>>k>C@=F Strg+Enter
32834 \begin_inset Newline newline
32835 \end_inset
32836
32837
32838 \begin_inset Phantom HPhantom
32839 status open
32840
32841 \begin_layout Plain Layout
32842
32843 \series bold
32844
32845 \backslash
32846 CD
32847 \begin_inset ERT
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851
32852
32853 \backslash
32854 leer 
32855 \end_layout
32856
32857 \end_inset
32858
32859
32860 \end_layout
32861
32862 \end_inset
32863
32864 @AmAA@.@VV
32865 \backslash
32866 {V
32867 \series default
32868
32869 \begin_inset Formula $\to$
32870 \end_inset
32871
32872
32873 \series bold
32874 V@| Strg+Enter
32875 \begin_inset Newline newline
32876 \end_inset
32877
32878
32879 \begin_inset Phantom HPhantom
32880 status open
32881
32882 \begin_layout Plain Layout
32883
32884 \series bold
32885
32886 \backslash
32887 CD
32888 \begin_inset ERT
32889 status collapsed
32890
32891 \begin_layout Plain Layout
32892
32893
32894 \backslash
32895 leer 
32896 \end_layout
32897
32898 \end_inset
32899
32900
32901 \end_layout
32902
32903 \end_inset
32904
32905 D@<<j<E@>k>>F@=C
32906 \end_layout
32907
32908 \begin_layout Subsection
32909 xymatrix Diagramme
32910 \begin_inset Index idx
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914 Diagramme ! xymatrix
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \end_layout
32921
32922 \begin_layout Standard
32923 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32924 \series bold
32925 xypic
32926 \series default
32927  installiert sein.
32928  Eine Xymatrix wird erstellt, indem der Befehl 
32929 \series bold
32930
32931 \backslash
32932 xymatrix
32933 \series default
32934  in eine Formel eingegeben wird.
32935  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32936  hinzufügen, siehe 
32937 \begin_inset CommandInset ref
32938 LatexCommand ref
32939 reference "sec:Matrizen"
32940
32941 \end_inset
32942
32943 .
32944 \end_layout
32945
32946 \begin_layout Standard
32947 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32948  gekrümmte Pfeile und vieles mehr.
32949  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32950  sind im Detail im 
32951 \emph on
32952 XY-pic-Handbuch
32953 \emph default
32954  erklärt, dass im Menü 
32955 \family sans
32956 Hilfe\SpecialChar \menuseparator
32957 Spezielle
32958 \begin_inset space ~
32959 \end_inset
32960
32961 Handbücher
32962 \family default
32963  zu finden ist.
32964 \end_layout
32965
32966 \begin_layout Subsection
32967
32968 \noun on
32969 Feynman
32970 \noun default
32971  Diagramme
32972 \begin_inset Index idx
32973 status collapsed
32974
32975 \begin_layout Plain Layout
32976 Diagramme ! Feynman
32977 \end_layout
32978
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Standard
32985 Um 
32986 \noun on
32987 Feynman-
32988 \noun default
32989 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32990 \series bold
32991 feyn
32992 \series default
32993  installiert sein.
32994  Ein 
32995 \noun on
32996 Feynman-
32997 \noun default
32998 Diagramm wird erstellt, indem der Befehl 
32999 \series bold
33000
33001 \backslash
33002 Diagram
33003 \series default
33004  in eine Formel eingegeben wird.
33005  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33006  hinzufügen, siehe 
33007 \begin_inset CommandInset ref
33008 LatexCommand ref
33009 reference "sec:Matrizen"
33010
33011 \end_inset
33012
33013 .
33014 \end_layout
33015
33016 \begin_layout Standard
33017 Beispiele wie man in LyX 
33018 \noun on
33019 Feynman-
33020 \noun default
33021 Diagramme erstellt sind im 
33022 \emph on
33023 Feynman-Diagramm Handbuch
33024 \emph default
33025  gegeben, dass im Menü 
33026 \family sans
33027 Hilfe\SpecialChar \menuseparator
33028 Spezielle
33029 \begin_inset space ~
33030 \end_inset
33031
33032 Handbücher
33033 \family default
33034  zu finden ist.
33035 \end_layout
33036
33037 \begin_layout Section
33038 Benutzerdefinierte Befehle
33039 \begin_inset CommandInset label
33040 LatexCommand label
33041 name "sec:Benutzerdefinierte-Befehle"
33042
33043 \end_inset
33044
33045
33046 \begin_inset Index idx
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050 benutzerdefinierte Befehle
33051 \end_layout
33052
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \begin_layout Standard
33059 \begin_inset Note Greyedout
33060 status open
33061
33062 \begin_layout Plain Layout
33063
33064 \series bold
33065 Achtung: 
33066 \series default
33067 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33068 n Buchstaben bestehen.
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \begin_layout Subsection
33077 Der Befehl 
33078 \backslash
33079 newcommand
33080 \begin_inset CommandInset label
33081 LatexCommand label
33082 name "sub:Der-Befehl-newcommand"
33083
33084 \end_inset
33085
33086
33087 \begin_inset Index idx
33088 status collapsed
33089
33090 \begin_layout Plain Layout
33091 benutzerdefinierte Befehle ! 
33092 \backslash
33093 newcommand
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \begin_inset Index idx
33100 status collapsed
33101
33102 \begin_layout Plain Layout
33103 Befehle ! N ! 
33104 \backslash
33105 newcommand
33106 \end_layout
33107
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \begin_layout Standard
33114 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33115  Man kann sich aber mit dem Befehl 
33116 \series bold
33117
33118 \backslash
33119 newcommand
33120 \series default
33121  neue kürzere Befehle definieren.
33122 \end_layout
33123
33124 \begin_layout Standard
33125 Das Befehlsschema von 
33126 \series bold
33127
33128 \backslash
33129 newcommand
33130 \series default
33131  lautet:
33132 \end_layout
33133
33134 \begin_layout Standard
33135
33136 \series bold
33137
33138 \backslash
33139 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33140 \series default
33141  
33142 \series bold
33143 Wert]
33144 \begin_inset Newline newline
33145 \end_inset
33146
33147
33148 \begin_inset Phantom HPhantom
33149 status open
33150
33151 \begin_layout Plain Layout
33152
33153 \series bold
33154
33155 \backslash
33156 newcommand
33157 \end_layout
33158
33159 \end_inset
33160
33161 {Befehlsdefinition}
33162 \end_layout
33163
33164 \begin_layout Standard
33165 \begin_inset Note Greyedout
33166 status open
33167
33168 \begin_layout Plain Layout
33169
33170 \series bold
33171 Achtung:
33172 \series default
33173  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33174  oder von benutzten LaTeX-Paketen verwendet wird.
33175  Definiert man beispielsweise für 
33176 \series bold
33177
33178 \backslash
33179 Leftarrow
33180 \series default
33181  den Befehl 
33182 \series bold
33183
33184 \backslash
33185 le
33186 \series default
33187 , erhält man eine Fehlermeldung, denn 
33188 \series bold
33189
33190 \backslash
33191 le
33192 \series default
33193  ist schon für 
33194 \begin_inset Quotes gld
33195 \end_inset
33196
33197
33198 \begin_inset Formula $\le$
33199 \end_inset
33200
33201
33202 \begin_inset Quotes grd
33203 \end_inset
33204
33205  definiert.
33206 \end_layout
33207
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Standard
33214 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33215 \begin_inset space \thinspace{}
33216 \end_inset
33217
33218 -
33219 \begin_inset space \thinspace{}
33220 \end_inset
33221
33222 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33223  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33224  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33225 \emph on
33226 erste
33227 \emph default
33228  Argument des neuen Befehls ein optionales ist.
33229 \end_layout
33230
33231 \begin_layout Standard
33232 Es folgen einige Beispiele:
33233 \end_layout
33234
33235 \begin_layout Itemize
33236 Will man für 
33237 \series bold
33238
33239 \backslash
33240 Longrightarrow
33241 \series default
33242  den Befehl 
33243 \series bold
33244
33245 \backslash
33246 gr
33247 \series default
33248  definieren, lautet die LaTeX-Vor\SpecialChar \-
33249 spannzeile:
33250 \begin_inset VSpace medskip
33251 \end_inset
33252
33253
33254 \begin_inset Newline newline
33255 \end_inset
33256
33257
33258 \series bold
33259
33260 \backslash
33261 newcommand{
33262 \backslash
33263 gr}{
33264 \backslash
33265 Longrightarrow}
33266 \end_layout
33267
33268 \begin_layout Itemize
33269 Um für den Befehl 
33270 \series bold
33271
33272 \backslash
33273 underline
33274 \series default
33275  den Befehl 
33276 \series bold
33277
33278 \backslash
33279 us
33280 \series default
33281  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33282  werden.
33283  Dazu sieht die Vorspannzeile wie folgt aus:
33284 \begin_inset VSpace medskip
33285 \end_inset
33286
33287
33288 \begin_inset Newline newline
33289 \end_inset
33290
33291
33292 \series bold
33293
33294 \backslash
33295 newcommand{
33296 \backslash
33297 us}[1]{
33298 \backslash
33299 underline{#1}}
33300 \series default
33301
33302 \begin_inset VSpace medskip
33303 \end_inset
33304
33305
33306 \begin_inset Newline newline
33307 \end_inset
33308
33309 Das Zeichen 
33310 \series bold
33311 #
33312 \series default
33313  fungiert als Argumentplatzhalter, die 
33314 \series bold
33315 1
33316 \series default
33317  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33318 \end_layout
33319
33320 \begin_layout Itemize
33321 Für 
33322 \series bold
33323
33324 \backslash
33325 framebox
33326 \series default
33327  kann man z.
33328 \begin_inset space \thinspace{}
33329 \end_inset
33330
33331 B.
33332  den Befehl 
33333 \series bold
33334
33335 \backslash
33336 fb
33337 \series default
33338  definieren:
33339 \begin_inset VSpace medskip
33340 \end_inset
33341
33342
33343 \begin_inset Newline newline
33344 \end_inset
33345
33346
33347 \series bold
33348
33349 \backslash
33350 newcommand{
33351 \backslash
33352 fb}[3]{
33353 \backslash
33354 framebox#1#2{$#3$}}
33355 \series default
33356
33357 \begin_inset VSpace medskip
33358 \end_inset
33359
33360
33361 \begin_inset Newline newline
33362 \end_inset
33363
33364 Die beiden Dollarzeichen erstellen hierbei die für 
33365 \series bold
33366
33367 \backslash
33368 framebox
33369 \series default
33370  geforderte weitere Formel, siehe 
33371 \begin_inset CommandInset ref
33372 LatexCommand ref
33373 reference "sub:Boxen-mit-Rahmen"
33374
33375 \end_inset
33376
33377 .
33378 \end_layout
33379
33380 \begin_layout Itemize
33381 Um einen neuen Befehl für 
33382 \series bold
33383
33384 \backslash
33385 fcolorbox
33386 \series default
33387  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33388  definiert man das Argument für die Farbe als optional:
33389 \begin_inset VSpace medskip
33390 \end_inset
33391
33392
33393 \begin_inset Newline newline
33394 \end_inset
33395
33396
33397 \series bold
33398
33399 \backslash
33400 newcommand{
33401 \backslash
33402 cb}[3][white]{
33403 \backslash
33404 fcolorbox{#2}{#1}{$#3$}}
33405 \series default
33406
33407 \begin_inset VSpace medskip
33408 \end_inset
33409
33410
33411 \begin_inset Newline newline
33412 \end_inset
33413
33414 Gibt man bei der Verwendung von 
33415 \series bold
33416
33417 \backslash
33418 cb
33419 \series default
33420  die Farbe nicht an, wird die voreingestellte Farbe 
33421 \series bold
33422 white
33423 \series default
33424  verwendet.
33425 \end_layout
33426
33427 \begin_layout Standard
33428 Ein Test der neu definierten Befehle:
33429 \end_layout
33430
33431 \begin_layout Standard
33432 \align center
33433 \begin_inset Tabular
33434 <lyxtabular version="3" rows="6" columns="2">
33435 <features tabularvalignment="middle">
33436 <column alignment="center" valignment="top" width="0">
33437 <column alignment="center" valignment="top" width="0">
33438 <row>
33439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 Befehl
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 Ergebnis
33453 \begin_inset Note Note
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457
33458 \series bold
33459
33460 \backslash
33461 raisebox
33462 \series default
33463  dient nur als Abstandhalter.
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \end_inset
33472 </cell>
33473 </row>
33474 <row>
33475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33476 \begin_inset Text
33477
33478 \begin_layout Plain Layout
33479 A
33480 \backslash
33481 gr
33482 \begin_inset ERT
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486
33487
33488 \backslash
33489 leer 
33490 \end_layout
33491
33492 \end_inset
33493
33494 B
33495 \end_layout
33496
33497 \end_inset
33498 </cell>
33499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33500 \begin_inset Text
33501
33502 \begin_layout Plain Layout
33503 \begin_inset Formula $A\gr B$
33504 \end_inset
33505
33506
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 </row>
33512 <row>
33513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33514 \begin_inset Text
33515
33516 \begin_layout Plain Layout
33517
33518 \backslash
33519 us{ABcd
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33529 \end_inset
33530
33531
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 <row>
33538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542
33543 \backslash
33544 fb{[2cm]
33545 \begin_inset Formula $\to$
33546 \end_inset
33547
33548
33549 \backslash
33550 {
33551 \begin_inset Formula $\to$
33552 \end_inset
33553
33554
33555 \backslash
33556 {
33557 \backslash
33558 int
33559 \begin_inset ERT
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563
33564
33565 \backslash
33566 leer 
33567 \end_layout
33568
33569 \end_inset
33570
33571 A=B
33572 \end_layout
33573
33574 \end_inset
33575 </cell>
33576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33577 \begin_inset Text
33578
33579 \begin_layout Plain Layout
33580 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33581 \end_inset
33582
33583
33584 \end_layout
33585
33586 \end_inset
33587 </cell>
33588 </row>
33589 <row>
33590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33591 \begin_inset Text
33592
33593 \begin_layout Plain Layout
33594
33595 \backslash
33596 cb{red
33597 \begin_inset Formula $\to$
33598 \end_inset
33599
33600
33601 \backslash
33602 {
33603 \backslash
33604 int
33605 \begin_inset ERT
33606 status collapsed
33607
33608 \begin_layout Plain Layout
33609
33610
33611 \backslash
33612 leer 
33613 \end_layout
33614
33615 \end_inset
33616
33617 A=B
33618 \end_layout
33619
33620 \end_inset
33621 </cell>
33622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33623 \begin_inset Text
33624
33625 \begin_layout Plain Layout
33626 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 </row>
33635 <row>
33636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640
33641 \backslash
33642 cb[green]
33643 \backslash
33644 {red
33645 \begin_inset Formula $\to$
33646 \end_inset
33647
33648
33649 \backslash
33650 {
33651 \backslash
33652 int
33653 \begin_inset ERT
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657
33658
33659 \backslash
33660 leer 
33661 \end_layout
33662
33663 \end_inset
33664
33665 A=B
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Plain Layout
33674 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33675 \end_inset
33676
33677
33678 \end_layout
33679
33680 \end_inset
33681 </cell>
33682 </row>
33683 </lyxtabular>
33684
33685 \end_inset
33686
33687
33688 \end_layout
33689
33690 \begin_layout Subsection
33691 Mathe-Makros
33692 \begin_inset Index idx
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696 benutzerdefinierte Befehle ! Mathe-Makros
33697 \end_layout
33698
33699 \end_inset
33700
33701
33702 \begin_inset Index idx
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706 Makros
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \begin_layout Standard
33715 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33716  Hat man es in einem Dokument z.
33717 \begin_inset space \thinspace{}
33718 \end_inset
33719
33720 B.
33721  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33722  auf.
33723  Die allgemeine Form einer quadratischen Gleichung ist
33724 \begin_inset Formula 
33725 \[
33726 0=\lambda^{2}+p\lambda+q
33727 \]
33728
33729 \end_inset
33730
33731 Die allgemeine Form der Lösung lautet
33732 \begin_inset Formula 
33733 \[
33734 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33735 \]
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33744  drei Parameter 
33745 \begin_inset Formula $\lambda$
33746 \end_inset
33747
33748
33749 \begin_inset Formula $p$
33750 \end_inset
33751
33752  und 
33753 \begin_inset Formula $q$
33754 \end_inset
33755
33756  angegeben werden müssen und der Index von 
33757 \begin_inset Formula $\lambda$
33758 \end_inset
33759
33760  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33761 \begin_inset Newline newline
33762 \end_inset
33763
33764
33765 \series bold
33766
33767 \backslash
33768 newcommand{
33769 \backslash
33770 qG}[4][1,
33771 \backslash
33772 ,2]{#2_{#1}=-
33773 \backslash
33774 frac{#3}{2}
33775 \backslash
33776 pm
33777 \begin_inset Newline newline
33778 \end_inset
33779
33780
33781 \begin_inset Phantom HPhantom
33782 status open
33783
33784 \begin_layout Plain Layout
33785
33786 \series bold
33787
33788 \backslash
33789 newcommand
33790 \end_layout
33791
33792 \end_inset
33793
33794
33795 \backslash
33796 sqrt{
33797 \backslash
33798 frac{#3^{2}}{4}-#4}}
33799 \end_layout
33800
33801 \begin_layout Standard
33802 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33803  
33804 \begin_inset Newline newline
33805 \end_inset
33806
33807
33808 \series bold
33809
33810 \backslash
33811 qG{
33812 \backslash
33813 lambda
33814 \begin_inset Formula $\to$
33815 \end_inset
33816
33817
33818 \backslash
33819 {p
33820 \begin_inset Formula $\to$
33821 \end_inset
33822
33823
33824 \backslash
33825 {q 
33826 \series default
33827 ein.
33828 \end_layout
33829
33830 \begin_layout Standard
33831 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33832  aller verwendeten LaTeX-Befehle kennen, z.
33833 \begin_inset space \thinspace{}
33834 \end_inset
33835
33836 B.
33837  dass ein Bruch in LaTeX mit 
33838 \series bold
33839
33840 \backslash
33841 frac{Zähler}
33842 \begin_inset Newline linebreak
33843 \end_inset
33844
33845 {Nenner}
33846 \series default
33847  eingegeben wird.
33848  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33849  in LyX nicht sehen, was der neue Befehl macht.
33850  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33851  Mathe-Makros statt den Befehl 
33852 \series bold
33853
33854 \backslash
33855 newcommand
33856 \series default
33857  zu verwenden.
33858 \end_layout
33859
33860 \begin_layout Standard
33861 Ein Mathe-Makro wird erstellt, indem man das Menü 
33862 \family sans
33863 Einfügen\SpecialChar \menuseparator
33864 Mathe\SpecialChar \menuseparator
33865 Makro
33866 \family default
33867  oder den Werkzeugleistenknopf 
33868 \begin_inset Graphics
33869         filename ../../images/math-macro_newmacroname_newcommand.png
33870         scale 85
33871
33872 \end_inset
33873
33874  verwendet.
33875  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33876  Makro definiert wird:
33877 \begin_inset Newline newline
33878 \end_inset
33879
33880
33881 \lang english
33882
33883 \begin_inset space \hspace*{\fill}
33884 \end_inset
33885
33886
33887 \lang ngerman
33888
33889 \begin_inset Graphics
33890         filename ../clipart/macrobox.png
33891
33892 \end_inset
33893
33894
33895 \lang english
33896
33897 \begin_inset space \hspace*{\fill}
33898 \end_inset
33899
33900
33901 \lang ngerman
33902
33903 \begin_inset Newline newline
33904 \end_inset
33905
33906
33907 \begin_inset FormulaMacro
33908 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33909 \end_inset
33910
33911
33912 \backslash
33913 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33914  geändert werden sollte.
33915  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33916  Einen Argumentplatzhalter fügt man mit dem Befehl 
33917 \series bold
33918
33919 \backslash
33920 #Argumentnummer
33921 \series default
33922  ein, z.
33923 \begin_inset space \thinspace{}
33924 \end_inset
33925
33926 B.
33927  
33928 \series bold
33929
33930 \backslash
33931 #1
33932 \series default
33933  oder man verwendet den Makro-Werkzeugleistenknopf 
33934 \begin_inset Graphics
33935         filename ../../images/math-macro-add-param.png
33936         scale 85
33937
33938 \end_inset
33939
33940 .
33941  Argumentplatzhalter werden rot dargestellt.
33942  Es sind maximal 9 Argumente möglich.
33943  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33944 \begin_inset Graphics
33945         filename ../../images/math-macro-add-optional-param.png
33946         scale 85
33947
33948 \end_inset
33949
33950  erstellt.
33951  Mit dem Werkzeugleistenknopf 
33952 \begin_inset Graphics
33953         filename ../../images/math-macro-make-optional.png
33954         scale 85
33955
33956 \end_inset
33957
33958  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33959  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33960  werden soll.
33961  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33962  Kästchen leer lässt.
33963  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33964  einnimmt, kann man in das Kästchen z.
33965 \begin_inset space \thinspace{}
33966 \end_inset
33967
33968 B.
33969 \begin_inset Newline newline
33970 \end_inset
33971
33972
33973 \series bold
33974 qG: 
33975 \backslash
33976 #1
33977 \series default
33978  
33979 \series bold
33980 ,
33981 \series default
33982  
33983 \series bold
33984
33985 \backslash
33986 #2
33987 \series default
33988  
33989 \series bold
33990 ,
33991 \series default
33992  
33993 \series bold
33994
33995 \backslash
33996 #3, 
33997 \backslash
33998 #4
33999 \begin_inset Newline newline
34000 \end_inset
34001
34002
34003 \series default
34004 eingeben.
34005  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
34006  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
34007  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
34008  wurde.
34009 \begin_inset Newline newline
34010 \end_inset
34011
34012 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
34013  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
34014 \family sans
34015 Ansicht\SpecialChar \menuseparator
34016 Mathe-Makro
34017 \begin_inset space ~
34018 \end_inset
34019
34020 auf/zuklappen
34021 \family default
34022  verwendet.
34023 \end_layout
34024
34025 \begin_layout Standard
34026 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
34027  ein, in unserem Fall 
34028 \series bold
34029
34030 \backslash
34031 qG
34032 \series default
34033 .
34034  Unser Makro sieht in LyX folgendermaßen aus:
34035 \begin_inset Newline newline
34036 \end_inset
34037
34038
34039 \lang english
34040
34041 \begin_inset space \hspace*{\fill}
34042 \end_inset
34043
34044
34045 \lang ngerman
34046
34047 \begin_inset Graphics
34048         filename ../clipart/macrouse.png
34049
34050 \end_inset
34051
34052
34053 \lang english
34054
34055 \begin_inset space \hspace*{\fill}
34056 \end_inset
34057
34058
34059 \lang ngerman
34060
34061 \begin_inset Newline newline
34062 \end_inset
34063
34064 Hier ist unser Makro-Beispiel mit den Argumenten 
34065 \begin_inset Formula $x$
34066 \end_inset
34067
34068
34069 \begin_inset Formula $\ln(x)$
34070 \end_inset
34071
34072  und 
34073 \begin_inset Formula $B$
34074 \end_inset
34075
34076 :
34077 \end_layout
34078
34079 \begin_layout Standard
34080 \begin_inset Formula 
34081 \[
34082 \qG x{\ln(x)}B
34083 \]
34084
34085 \end_inset
34086
34087
34088 \end_layout
34089
34090 \begin_layout Standard
34091 LyX bietet im Menü 
34092 \family sans
34093 Werkzeuge\SpecialChar \menuseparator
34094 Einstellungen\SpecialChar \menuseparator
34095 Bearbeiten\SpecialChar \menuseparator
34096 Kontrolle
34097 \family default
34098  verschiedene Bearbeitungsstile für Makros an.
34099  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34100  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34101  zu sehen.
34102 \end_layout
34103
34104 \begin_layout Standard
34105 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34106 \series bold
34107
34108 \backslash
34109 new\SpecialChar \-
34110 command
34111 \series default
34112 -Befehl umgewandelt.
34113  Der 
34114 \series bold
34115
34116 \backslash
34117 newcommand
34118 \series default
34119 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34120  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34121  Makrodefinitionsbox befinden.
34122 \end_layout
34123
34124 \begin_layout Standard
34125 Mathe-Makros können auch direkt aus einem 
34126 \series bold
34127
34128 \backslash
34129 newcommand
34130 \series default
34131 -Befehl erstellt werden.
34132  Schreibt man z.
34133 \begin_inset space \thinspace{}
34134 \end_inset
34135
34136 B.
34137  den Befehl
34138 \series bold
34139
34140 \begin_inset Newline newline
34141 \end_inset
34142
34143
34144 \backslash
34145 newcommand{
34146 \backslash
34147 larrow}[2]{
34148 \backslash
34149 xleftarrow[#2]{#1}}
34150 \begin_inset Newline newline
34151 \end_inset
34152
34153
34154 \series default
34155 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34156 zel 
34157 \family sans
34158 Strg+M
34159 \family default
34160 , wird der Befehl in ein Mathe-Makro umgewandelt.
34161  Bei dieser Methode muss man jedoch aufpassen, dass der 
34162 \series bold
34163
34164 \backslash
34165 newcommand
34166 \series default
34167 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34168  erstellt, dass später LaTeX-Fehler hervorruft.
34169 \end_layout
34170
34171 \begin_layout Standard
34172 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34173  Makrodefinition fehlerhaft behandelt werden.
34174  Dadurch kann das Beispiel 
34175 \series bold
34176
34177 \backslash
34178 fb
34179 \series default
34180  aus 
34181 \begin_inset CommandInset ref
34182 LatexCommand ref
34183 reference "sub:Der-Befehl-newcommand"
34184
34185 \end_inset
34186
34187  nicht als Makro erzeugt werden.
34188 \end_layout
34189
34190 \begin_layout Standard
34191 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34192  in LyX angezeigt:
34193 \end_layout
34194
34195 \begin_layout Standard
34196 \begin_inset VSpace defskip
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Standard
34203 \begin_inset Graphics
34204         filename ../clipart/MacroToolbar.png
34205
34206 \end_inset
34207
34208
34209 \begin_inset Index idx
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 Makros ! Werkzeugleiste
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Standard
34222 \begin_inset VSpace defskip
34223 \end_inset
34224
34225
34226 \end_layout
34227
34228 \begin_layout Standard
34229 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34230 \end_layout
34231
34232 \begin_layout Standard
34233 \begin_inset VSpace defskip
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Standard
34240 \begin_inset Tabular
34241 <lyxtabular version="3" rows="9" columns="2">
34242 <features islongtable="true" longtabularalignment="center">
34243 <column alignment="left" valignment="top" width="0">
34244 <column alignment="left" valignment="top" width="85col%">
34245 <row interlinespace="2.5mm">
34246 <cell alignment="center" valignment="top" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250 \begin_inset Graphics
34251         filename ../../images/math-macro-remove-param.png
34252         rotateOrigin center
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \end_inset
34260 </cell>
34261 <cell alignment="center" valignment="top" usebox="none">
34262 \begin_inset Text
34263
34264 \begin_layout Plain Layout
34265
34266 \family sans
34267 Bearbeiten\SpecialChar \menuseparator
34268 Mathe\SpecialChar \menuseparator
34269 Makro-Definition\SpecialChar \menuseparator
34270 Letztes Argument entfernen
34271 \end_layout
34272
34273 \end_inset
34274 </cell>
34275 </row>
34276 <row interlinespace="2.5mm">
34277 <cell alignment="center" valignment="top" usebox="none">
34278 \begin_inset Text
34279
34280 \begin_layout Plain Layout
34281 \begin_inset Graphics
34282         filename ../../images/math-macro-add-param.png
34283         rotateOrigin center
34284
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 <cell alignment="center" valignment="top" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296
34297 \family sans
34298 Bearbeiten\SpecialChar \menuseparator
34299 Mathe\SpecialChar \menuseparator
34300 Makro-Definition\SpecialChar \menuseparator
34301 Argument hinzufügen
34302 \end_layout
34303
34304 \end_inset
34305 </cell>
34306 </row>
34307 <row interlinespace="2.5mm">
34308 <cell alignment="center" valignment="top" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312 \begin_inset Graphics
34313         filename ../../images/math-macro-make-optional.png
34314         rotateOrigin center
34315
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \end_inset
34322 </cell>
34323 <cell alignment="center" valignment="top" usebox="none">
34324 \begin_inset Text
34325
34326 \begin_layout Plain Layout
34327
34328 \family sans
34329 Bearbeiten\SpecialChar \menuseparator
34330 Mathe\SpecialChar \menuseparator
34331 Makro-Definition\SpecialChar \menuseparator
34332 Das erste nicht-optionale
34333 \begin_inset Newline newline
34334 \end_inset
34335
34336
34337 \begin_inset Phantom HPhantom
34338 status open
34339
34340 \begin_layout Plain Layout
34341
34342 \family sans
34343 Bearbeiten\SpecialChar \menuseparator
34344 Mathe\SpecialChar \menuseparator
34345 Makro-Definition\SpecialChar \menuseparator
34346
34347 \end_layout
34348
34349 \end_inset
34350
34351 Argument in einen optionales
34352 \begin_inset Newline newline
34353 \end_inset
34354
34355
34356 \begin_inset Phantom HPhantom
34357 status open
34358
34359 \begin_layout Plain Layout
34360
34361 \family sans
34362 Bearbeiten\SpecialChar \menuseparator
34363 Mathe\SpecialChar \menuseparator
34364 Makro-Definition\SpecialChar \menuseparator
34365
34366 \end_layout
34367
34368 \end_inset
34369
34370 ändern
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 </row>
34376 <row interlinespace="2.5mm">
34377 <cell alignment="center" valignment="top" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 \begin_inset Graphics
34382         filename ../../images/math-macro-make-nonoptional.png
34383         rotateOrigin center
34384
34385 \end_inset
34386
34387
34388 \end_layout
34389
34390 \end_inset
34391 </cell>
34392 <cell alignment="center" valignment="top" usebox="none">
34393 \begin_inset Text
34394
34395 \begin_layout Plain Layout
34396
34397 \family sans
34398 Bearbeiten\SpecialChar \menuseparator
34399 Mathe\SpecialChar \menuseparator
34400 Makro-Definition\SpecialChar \menuseparator
34401 Das letzte optionale Argument in
34402 \begin_inset Newline newline
34403 \end_inset
34404
34405
34406 \begin_inset Phantom HPhantom
34407 status open
34408
34409 \begin_layout Plain Layout
34410
34411 \family sans
34412 Bearbeiten\SpecialChar \menuseparator
34413 Mathe\SpecialChar \menuseparator
34414 Makro-Definition\SpecialChar \menuseparator
34415
34416 \end_layout
34417
34418 \end_inset
34419
34420 einen nicht-optionales ändern
34421 \end_layout
34422
34423 \end_inset
34424 </cell>
34425 </row>
34426 <row interlinespace="2.5mm">
34427 <cell alignment="center" valignment="top" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431 \begin_inset Graphics
34432         filename ../../images/math-macro-remove-optional-param.png
34433         rotateOrigin center
34434
34435 \end_inset
34436
34437
34438 \end_layout
34439
34440 \end_inset
34441 </cell>
34442 <cell alignment="center" valignment="top" usebox="none">
34443 \begin_inset Text
34444
34445 \begin_layout Plain Layout
34446
34447 \family sans
34448 Bearbeiten\SpecialChar \menuseparator
34449 Mathe\SpecialChar \menuseparator
34450 Makro-Definition\SpecialChar \menuseparator
34451 Optionales Argument entfernen
34452 \end_layout
34453
34454 \end_inset
34455 </cell>
34456 </row>
34457 <row interlinespace="2.5mm">
34458 <cell alignment="center" valignment="top" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462 \begin_inset Graphics
34463         filename ../../images/math-macro-add-optional-param.png
34464         rotateOrigin center
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \end_inset
34472 </cell>
34473 <cell alignment="center" valignment="top" usebox="none">
34474 \begin_inset Text
34475
34476 \begin_layout Plain Layout
34477
34478 \family sans
34479 Bearbeiten\SpecialChar \menuseparator
34480 Mathe\SpecialChar \menuseparator
34481 Makro-Definition\SpecialChar \menuseparator
34482 Optionales Argument einfügen
34483 \end_layout
34484
34485 \end_inset
34486 </cell>
34487 </row>
34488 <row interlinespace="2.5mm">
34489 <cell alignment="center" valignment="top" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493 \begin_inset Graphics
34494         filename ../../images/math-macro-remove-greedy-param.png
34495         rotateOrigin center
34496
34497 \end_inset
34498
34499
34500 \end_layout
34501
34502 \end_inset
34503 </cell>
34504 <cell alignment="center" valignment="top" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508
34509 \family sans
34510 Bearbeiten\SpecialChar \menuseparator
34511 Mathe\SpecialChar \menuseparator
34512 Makro-Definition\SpecialChar \menuseparator
34513 Letztes Argument rechts entfernen
34514 \end_layout
34515
34516 \end_inset
34517 </cell>
34518 </row>
34519 <row interlinespace="2.5mm">
34520 <cell alignment="center" valignment="top" usebox="none">
34521 \begin_inset Text
34522
34523 \begin_layout Plain Layout
34524 \begin_inset Graphics
34525         filename ../../images/math-macro-append-greedy-param.png
34526         rotateOrigin center
34527
34528 \end_inset
34529
34530
34531 \end_layout
34532
34533 \end_inset
34534 </cell>
34535 <cell alignment="center" valignment="top" usebox="none">
34536 \begin_inset Text
34537
34538 \begin_layout Plain Layout
34539
34540 \family sans
34541 Bearbeiten\SpecialChar \menuseparator
34542 Mathe\SpecialChar \menuseparator
34543 Makro-Definition\SpecialChar \menuseparator
34544 Argument von rechts hinzufügen
34545 \end_layout
34546
34547 \end_inset
34548 </cell>
34549 </row>
34550 <row interlinespace="2.5mm">
34551 <cell alignment="center" valignment="top" usebox="none">
34552 \begin_inset Text
34553
34554 \begin_layout Plain Layout
34555 \begin_inset Graphics
34556         filename ../../images/math-macro-add-greedy-optional-param.png
34557         rotateOrigin center
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \end_inset
34565 </cell>
34566 <cell alignment="center" valignment="top" usebox="none">
34567 \begin_inset Text
34568
34569 \begin_layout Plain Layout
34570
34571 \family sans
34572 Bearbeiten\SpecialChar \menuseparator
34573 Mathe\SpecialChar \menuseparator
34574 Makro-Definition\SpecialChar \menuseparator
34575 Optionales Argument von rechts
34576 \begin_inset Newline newline
34577 \end_inset
34578
34579
34580 \begin_inset Phantom HPhantom
34581 status open
34582
34583 \begin_layout Plain Layout
34584
34585 \family sans
34586 Bearbeiten\SpecialChar \menuseparator
34587 Mathe\SpecialChar \menuseparator
34588 Makro-Definition\SpecialChar \menuseparator
34589
34590 \end_layout
34591
34592 \end_inset
34593
34594 hinzufügen
34595 \end_layout
34596
34597 \end_inset
34598 </cell>
34599 </row>
34600 </lyxtabular>
34601
34602 \end_inset
34603
34604
34605 \end_layout
34606
34607 \begin_layout Section
34608 Computeralgebrasysteme
34609 \end_layout
34610
34611 \begin_layout Standard
34612 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
34613  oder benutzerdefinierten Skripten auszutauschen.
34614  Momentan werden folgende Anwendungen unterstützt: 
34615 \family typewriter
34616 Maple
34617 \family default
34618
34619 \family typewriter
34620 Mathematica
34621 \family default
34622
34623 \family typewriter
34624 Maxima
34625 \family default
34626  und 
34627 \family typewriter
34628 Octave
34629 \family default
34630 .
34631  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34632  sehr einfache Fälle beschränkt sind.
34633 \end_layout
34634
34635 \begin_layout Subsection
34636 Verwendung
34637 \end_layout
34638
34639 \begin_layout Standard
34640 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34641 \family sans
34642 Bearbeiten\SpecialChar \menuseparator
34643 Mathe\SpecialChar \menuseparator
34644 Computer-Algebra-System verwenden
34645 \family default
34646  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34647  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34648  mit dem 
34649 \begin_inset Quotes gld
34650 \end_inset
34651
34652 =
34653 \begin_inset Quotes grd
34654 \end_inset
34655
34656  Operator erscheinen.
34657 \end_layout
34658
34659 \begin_layout Standard
34660 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34661 \family typewriter
34662 Maxima
34663 \family default
34664 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34665 \end_layout
34666
34667 \begin_layout Itemize
34668 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \begin_layout Itemize
34675 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34676 \end_inset
34677
34678
34679 \end_layout
34680
34681 \begin_layout Itemize
34682 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34683 \end_inset
34684
34685
34686 \end_layout
34687
34688 \begin_layout Itemize
34689 \begin_inset Formula $\det\left[\begin{array}{ccc}
34690 1 & 6 & 7\\
34691 2 & 5 & 8\\
34692 3 & 4 & 17
34693 \end{array}\right]=-56$
34694 \end_inset
34695
34696
34697 \end_layout
34698
34699 \begin_layout Itemize
34700 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Subsection
34707 Tastenkürzel
34708 \end_layout
34709
34710 \begin_layout Standard
34711 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34712  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
34713 \family sans
34714 math-extern
34715 \family default
34716  verknüpfen (siehe das 
34717 \emph on
34718 LyX-Funktionen
34719 \emph default
34720  Handbuch).
34721  Man kann z.
34722 \begin_inset space \thinspace{}
34723 \end_inset
34724
34725 B.
34726  die 
34727 \family sans
34728 Enter
34729 \family default
34730 -Taste in Formeln verknüpfen.
34731  Um sie mit 
34732 \family typewriter
34733 Maxima
34734 \family default
34735  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34736 \end_layout
34737
34738 \begin_layout Standard
34739
34740 \series bold
34741 command-alternatives break-paragraph;math-extern maxima
34742 \end_layout
34743
34744 \begin_layout Standard
34745 \begin_inset Newpage newpage
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \begin_layout Section
34752 Tipps
34753 \begin_inset Index idx
34754 status collapsed
34755
34756 \begin_layout Plain Layout
34757 Tipps
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Subsection
34766 Negative Zahlen
34767 \begin_inset Index idx
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771 Zahlen ! negative
34772 \end_layout
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Standard
34780 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34781  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34782  dargestellt.
34783  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34784  Minuszeichen korrekt.
34785 \end_layout
34786
34787 \begin_layout Standard
34788 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34789  nicht mehr auf.
34790 \end_layout
34791
34792 \begin_layout Standard
34793 Ein Beispiel zur Veranschaulichung der Problematik:
34794 \end_layout
34795
34796 \begin_layout Standard
34797 \align center
34798 \begin_inset Tabular
34799 <lyxtabular version="3" rows="3" columns="2">
34800 <features tabularvalignment="middle">
34801 <column alignment="right" valignment="top" width="0">
34802 <column alignment="left" valignment="top" width="0">
34803 <row>
34804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34805 \begin_inset Text
34806
34807 \begin_layout Plain Layout
34808 normaler Text:
34809 \end_layout
34810
34811 \end_inset
34812 </cell>
34813 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34814 \begin_inset Text
34815
34816 \begin_layout Plain Layout
34817 x = -2
34818 \end_layout
34819
34820 \end_inset
34821 </cell>
34822 </row>
34823 <row>
34824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34825 \begin_inset Text
34826
34827 \begin_layout Plain Layout
34828 Formelmodus:
34829 \end_layout
34830
34831 \end_inset
34832 </cell>
34833 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34834 \begin_inset Text
34835
34836 \begin_layout Plain Layout
34837 \begin_inset Formula $x=-2$
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \end_inset
34844 </cell>
34845 </row>
34846 <row>
34847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34848 \begin_inset Text
34849
34850 \begin_layout Plain Layout
34851 Lösung:
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34857 \begin_inset Text
34858
34859 \begin_layout Plain Layout
34860 \begin_inset Formula $x=\textrm{-}2$
34861 \end_inset
34862
34863
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 </row>
34869 </lyxtabular>
34870
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \begin_layout Subsection
34877 Komma als Dezimaltrennzeichen
34878 \begin_inset Index idx
34879 status collapsed
34880
34881 \begin_layout Plain Layout
34882 Komma
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \end_layout
34889
34890 \begin_layout Standard
34891 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34892  als Gruppentrennzeichen.
34893  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34894  eingefügt.
34895 \end_layout
34896
34897 \begin_layout Standard
34898 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34899  Text um (Tastenkürzel 
34900 \family sans
34901 Alt+M
34902 \begin_inset space ~
34903 \end_inset
34904
34905 M
34906 \family default
34907 ).
34908 \end_layout
34909
34910 \begin_layout Standard
34911 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34912  lädt man die Datei 
34913 \series bold
34914 icomma.sty
34915 \series default
34916
34917 \begin_inset Foot
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921
34922 \series bold
34923 icomma
34924 \series default
34925  ist Teil des LaTeX-Paketes 
34926 \series bold
34927 was
34928 \series default
34929
34930 \begin_inset Index idx
34931 status collapsed
34932
34933 \begin_layout Plain Layout
34934 Pakete ! was
34935 \begin_inset ERT
34936 status collapsed
34937
34938 \begin_layout Plain Layout
34939
34940
34941 \backslash
34942 vspace{4mm}
34943 \end_layout
34944
34945 \end_inset
34946
34947
34948 \end_layout
34949
34950 \end_inset
34951
34952 .
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \begin_inset Index idx
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962 Pakete ! icomma
34963 \end_layout
34964
34965 \end_inset
34966
34967  mit der LaTeX-Vorspannzeile
34968 \end_layout
34969
34970 \begin_layout Standard
34971
34972 \series bold
34973
34974 \backslash
34975 usepackage{icomma}
34976 \end_layout
34977
34978 \begin_layout Subsection
34979 Physikalische Vektoren
34980 \begin_inset CommandInset label
34981 LatexCommand label
34982 name "sub:Physikalische-Vektoren"
34983
34984 \end_inset
34985
34986
34987 \begin_inset Index idx
34988 status collapsed
34989
34990 \begin_layout Plain Layout
34991 Vektoren ! physikalische
34992 \end_layout
34993
34994 \end_inset
34995
34996
34997 \end_layout
34998
34999 \begin_layout Standard
35000 Vordefinierte Vektoren bietet das LaTeX-Paket 
35001 \series bold
35002 braket
35003 \series default
35004
35005 \begin_inset Index idx
35006 status collapsed
35007
35008 \begin_layout Plain Layout
35009 Pakete ! braket
35010 \end_layout
35011
35012 \end_inset
35013
35014 , das mit der LaTeX-Vorspannzeile
35015 \end_layout
35016
35017 \begin_layout Standard
35018
35019 \series bold
35020
35021 \backslash
35022 usepackage{braket}
35023 \end_layout
35024
35025 \begin_layout Standard
35026 geladen wird.
35027 \begin_inset ERT
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031
35032
35033 \backslash
35034 ifbraket 
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \begin_inset Note Note
35041 status open
35042
35043 \begin_layout Plain Layout
35044 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35045 \series bold
35046 braket
35047 \series default
35048  installiert ist:
35049 \end_layout
35050
35051 \end_inset
35052
35053
35054 \end_layout
35055
35056 \begin_layout Standard
35057 \begin_inset Newpage newpage
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \begin_layout Standard
35064 Folgende Befehle sind definiert:
35065 \end_layout
35066
35067 \begin_layout Standard
35068 \align center
35069 \begin_inset Tabular
35070 <lyxtabular version="3" rows="4" columns="2">
35071 <features tabularvalignment="middle">
35072 <column alignment="center" valignment="top" width="0">
35073 <column alignment="center" valignment="top" width="0">
35074 <row>
35075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35076 \begin_inset Text
35077
35078 \begin_layout Plain Layout
35079 Befehl
35080 \end_layout
35081
35082 \end_inset
35083 </cell>
35084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35085 \begin_inset Text
35086
35087 \begin_layout Plain Layout
35088 Ergebnis
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 </row>
35094 <row>
35095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35096 \begin_inset Text
35097
35098 \begin_layout Plain Layout
35099
35100 \backslash
35101 Bra{
35102 \backslash
35103 psi
35104 \end_layout
35105
35106 \end_inset
35107 </cell>
35108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35109 \begin_inset Text
35110
35111 \begin_layout Plain Layout
35112 \begin_inset Formula $\Bra{\psi}$
35113 \end_inset
35114
35115
35116 \end_layout
35117
35118 \end_inset
35119 </cell>
35120 </row>
35121 <row>
35122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35123 \begin_inset Text
35124
35125 \begin_layout Plain Layout
35126
35127 \backslash
35128 Ket{
35129 \backslash
35130 psi
35131 \end_layout
35132
35133 \end_inset
35134 </cell>
35135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35136 \begin_inset Text
35137
35138 \begin_layout Plain Layout
35139 \begin_inset Formula $\Ket{\psi}$
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \end_inset
35146 </cell>
35147 </row>
35148 <row>
35149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35150 \begin_inset Text
35151
35152 \begin_layout Plain Layout
35153
35154 \backslash
35155 Braket{
35156 \backslash
35157 psi|
35158 \backslash
35159 phi
35160 \end_layout
35161
35162 \end_inset
35163 </cell>
35164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35165 \begin_inset Text
35166
35167 \begin_layout Plain Layout
35168 \begin_inset Formula $\Braket{\psi|\phi}$
35169 \end_inset
35170
35171
35172 \end_layout
35173
35174 \end_inset
35175 </cell>
35176 </row>
35177 </lyxtabular>
35178
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \begin_layout Standard
35185 Der Befehl 
35186 \series bold
35187
35188 \backslash
35189 Braket
35190 \series default
35191  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35192  Klammern gesetzt werden:
35193 \begin_inset Formula 
35194 \[
35195 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35196 \]
35197
35198 \end_inset
35199
35200
35201 \begin_inset ERT
35202 status collapsed
35203
35204 \begin_layout Plain Layout
35205
35206
35207 \backslash
35208 else 
35209 \end_layout
35210
35211 \end_inset
35212
35213
35214 \begin_inset Note Note
35215 status open
35216
35217 \begin_layout Plain Layout
35218 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35219 \series bold
35220 braket
35221 \series default
35222  nicht installiert ist:
35223 \end_layout
35224
35225 \end_inset
35226
35227
35228 \end_layout
35229
35230 \begin_layout Standard
35231 Das LaTeX-Paket 
35232 \series bold
35233 braket 
35234 \series default
35235 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35236 \end_layout
35237
35238 \begin_layout Standard
35239 \begin_inset ERT
35240 status collapsed
35241
35242 \begin_layout Plain Layout
35243
35244
35245 \backslash
35246 fi 
35247 \end_layout
35248
35249 \end_inset
35250
35251
35252 \end_layout
35253
35254 \begin_layout Standard
35255 Der Effekt von 
35256 \series bold
35257
35258 \backslash
35259 Braket
35260 \series default
35261  kann auch mit dem Befehl 
35262 \series bold
35263
35264 \backslash
35265 middle
35266 \series default
35267  erzielt werden, der in 
35268 \begin_inset CommandInset ref
35269 LatexCommand ref
35270 reference "sub:Automatische-Klammergrößen"
35271
35272 \end_inset
35273
35274  beschrieben ist.
35275 \end_layout
35276
35277 \begin_layout Subsection
35278 Selbst definierte Brüche
35279 \begin_inset CommandInset label
35280 LatexCommand label
35281 name "sub:Selbstdefinierte-Brüche"
35282
35283 \end_inset
35284
35285
35286 \begin_inset Index idx
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290 Brüche ! selbstdefinierte
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \end_layout
35297
35298 \begin_layout Standard
35299 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35300 \series bold
35301
35302 \backslash
35303 genfrac
35304 \series default
35305
35306 \begin_inset Index idx
35307 status collapsed
35308
35309 \begin_layout Plain Layout
35310 Befehle ! G ! 
35311 \backslash
35312 genfrac
35313 \end_layout
35314
35315 \end_inset
35316
35317  in folgendem Schema:
35318 \end_layout
35319
35320 \begin_layout Standard
35321
35322 \series bold
35323
35324 \backslash
35325 genfrac{linke
35326 \series default
35327  
35328 \series bold
35329 Klammer}{rechte
35330 \series default
35331  
35332 \series bold
35333 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35334 \begin_inset Newline newline
35335 \end_inset
35336
35337
35338 \begin_inset Phantom HPhantom
35339 status open
35340
35341 \begin_layout Plain Layout
35342
35343 \series bold
35344
35345 \backslash
35346 genfrac
35347 \end_layout
35348
35349 \end_inset
35350
35351 {Zähler}{Nenner}
35352 \end_layout
35353
35354 \begin_layout Standard
35355 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35356 \begin_inset space \thinspace{}
35357 \end_inset
35358
35359 -
35360 \begin_inset space \thinspace{}
35361 \end_inset
35362
35363 3 angegeben.
35364 \end_layout
35365
35366 \begin_layout Standard
35367 \align center
35368 \begin_inset Tabular
35369 <lyxtabular version="3" rows="5" columns="2">
35370 <features tabularvalignment="middle">
35371 <column alignment="center" valignment="top" width="0">
35372 <column alignment="center" valignment="top" width="0">
35373 <row>
35374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35375 \begin_inset Text
35376
35377 \begin_layout Plain Layout
35378 Nummer
35379 \end_layout
35380
35381 \end_inset
35382 </cell>
35383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35384 \begin_inset Text
35385
35386 \begin_layout Plain Layout
35387 Ansichtsstil
35388 \end_layout
35389
35390 \end_inset
35391 </cell>
35392 </row>
35393 <row>
35394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35395 \begin_inset Text
35396
35397 \begin_layout Plain Layout
35398 0
35399 \end_layout
35400
35401 \end_inset
35402 </cell>
35403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35404 \begin_inset Text
35405
35406 \begin_layout Plain Layout
35407 abgesetzte Formel
35408 \end_layout
35409
35410 \end_inset
35411 </cell>
35412 </row>
35413 <row>
35414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35415 \begin_inset Text
35416
35417 \begin_layout Plain Layout
35418 1
35419 \end_layout
35420
35421 \end_inset
35422 </cell>
35423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35424 \begin_inset Text
35425
35426 \begin_layout Plain Layout
35427 eingebettete Formel
35428 \end_layout
35429
35430 \end_inset
35431 </cell>
35432 </row>
35433 <row>
35434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35435 \begin_inset Text
35436
35437 \begin_layout Plain Layout
35438 2
35439 \end_layout
35440
35441 \end_inset
35442 </cell>
35443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35444 \begin_inset Text
35445
35446 \begin_layout Plain Layout
35447 klein
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 </row>
35453 <row>
35454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35455 \begin_inset Text
35456
35457 \begin_layout Plain Layout
35458 3
35459 \end_layout
35460
35461 \end_inset
35462 </cell>
35463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35464 \begin_inset Text
35465
35466 \begin_layout Plain Layout
35467 winzig
35468 \end_layout
35469
35470 \end_inset
35471 </cell>
35472 </row>
35473 </lyxtabular>
35474
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \begin_layout Standard
35481 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35482  
35483 \series bold
35484
35485 \backslash
35486 frac
35487 \series default
35488  der Umgebung an.
35489 \end_layout
35490
35491 \begin_layout Standard
35492 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35493  0.4
35494 \begin_inset space \thinspace{}
35495 \end_inset
35496
35497 pt verwendet.
35498 \end_layout
35499
35500 \begin_layout Standard
35501 \begin_inset VSpace medskip
35502 \end_inset
35503
35504 Zum Beispiel sind die Befehle 
35505 \series bold
35506
35507 \backslash
35508 dfrac
35509 \series default
35510  und 
35511 \series bold
35512
35513 \backslash
35514 tbinom
35515 \series default
35516  aus 
35517 \begin_inset CommandInset ref
35518 LatexCommand ref
35519 reference "sub:Brüche"
35520
35521 \end_inset
35522
35523  folgendermaßen definiert:
35524 \end_layout
35525
35526 \begin_layout Standard
35527
35528 \series bold
35529
35530 \backslash
35531 newcommand{
35532 \backslash
35533 dfrac}[2]{
35534 \backslash
35535 genfrac{}{}{}{0}{#1}{#2}}
35536 \end_layout
35537
35538 \begin_layout Standard
35539 und
35540 \end_layout
35541
35542 \begin_layout Standard
35543
35544 \series bold
35545
35546 \backslash
35547 newcommand{
35548 \backslash
35549 tbinom}[2]{
35550 \backslash
35551 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35552 \end_layout
35553
35554 \begin_layout Standard
35555 \begin_inset VSpace medskip
35556 \end_inset
35557
35558 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35559  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35560 \end_layout
35561
35562 \begin_layout Standard
35563
35564 \series bold
35565
35566 \backslash
35567 newcommand{
35568 \backslash
35569 fracS}[3][]{
35570 \backslash
35571 genfrac{}{}{#1}{}{#2}{#3}}
35572 \end_layout
35573
35574 \begin_layout Standard
35575 Dazu ein Test:
35576 \begin_inset Formula 
35577 \begin{align*}
35578 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35579 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35580 \end{align*}
35581
35582 \end_inset
35583
35584 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35585  in etwa der dreifachen Strichdicke.
35586 \end_layout
35587
35588 \begin_layout Subsection
35589 Durchgestrichene Formeln
35590 \begin_inset Index idx
35591 status collapsed
35592
35593 \begin_layout Plain Layout
35594 Formel ! durchgestrichene
35595 \end_layout
35596
35597 \end_inset
35598
35599
35600 \end_layout
35601
35602 \begin_layout Standard
35603 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35604 \series bold
35605 cancel
35606 \series default
35607
35608 \begin_inset Index idx
35609 status collapsed
35610
35611 \begin_layout Plain Layout
35612 Pakete ! cancel
35613 \end_layout
35614
35615 \end_inset
35616
35617  mit der LaTeX-Vorspannzeile
35618 \end_layout
35619
35620 \begin_layout Standard
35621
35622 \series bold
35623
35624 \backslash
35625 usepackage[samesize]{cancel}
35626 \end_layout
35627
35628 \begin_layout Standard
35629 geladen werden.
35630 \end_layout
35631
35632 \begin_layout Standard
35633 \begin_inset ERT
35634 status collapsed
35635
35636 \begin_layout Plain Layout
35637
35638
35639 \backslash
35640 ifcancel 
35641 \end_layout
35642
35643 \end_inset
35644
35645
35646 \begin_inset Note Note
35647 status open
35648
35649 \begin_layout Plain Layout
35650 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35651 \series bold
35652 cancel
35653 \series default
35654  installiert ist:
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \end_layout
35661
35662 \begin_layout Standard
35663 Es gibt vier verschiedene Arten durchzustreichen:
35664 \end_layout
35665
35666 \begin_layout Standard
35667 \align center
35668 \begin_inset Tabular
35669 <lyxtabular version="3" rows="5" columns="2">
35670 <features tabularvalignment="middle">
35671 <column alignment="center" valignment="top" width="0">
35672 <column alignment="center" valignment="top" width="0">
35673 <row>
35674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678 Befehl
35679 \end_layout
35680
35681 \end_inset
35682 </cell>
35683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35684 \begin_inset Text
35685
35686 \begin_layout Plain Layout
35687 Ergebnis
35688 \begin_inset Note Note
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692 Der Leerraum und 
35693 \series bold
35694
35695 \backslash
35696 raisebox
35697 \series default
35698  dienen nur als Abstandhalter.
35699 \end_layout
35700
35701 \end_inset
35702
35703
35704 \end_layout
35705
35706 \end_inset
35707 </cell>
35708 </row>
35709 <row>
35710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35711 \begin_inset Text
35712
35713 \begin_layout Plain Layout
35714
35715 \backslash
35716 cancel{
35717 \backslash
35718 int
35719 \begin_inset ERT
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724
35725 \backslash
35726 leer 
35727 \end_layout
35728
35729 \end_inset
35730
35731 A=B
35732 \end_layout
35733
35734 \end_inset
35735 </cell>
35736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35737 \begin_inset Text
35738
35739 \begin_layout Plain Layout
35740 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35741 \end_inset
35742
35743
35744 \end_layout
35745
35746 \end_inset
35747 </cell>
35748 </row>
35749 <row>
35750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35751 \begin_inset Text
35752
35753 \begin_layout Plain Layout
35754
35755 \backslash
35756 bcancel{
35757 \backslash
35758 int
35759 \begin_inset ERT
35760 status collapsed
35761
35762 \begin_layout Plain Layout
35763
35764
35765 \backslash
35766 leer 
35767 \end_layout
35768
35769 \end_inset
35770
35771 A=B
35772 \end_layout
35773
35774 \end_inset
35775 </cell>
35776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35777 \begin_inset Text
35778
35779 \begin_layout Plain Layout
35780 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35781 \end_inset
35782
35783
35784 \end_layout
35785
35786 \end_inset
35787 </cell>
35788 </row>
35789 <row>
35790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35791 \begin_inset Text
35792
35793 \begin_layout Plain Layout
35794
35795 \backslash
35796 xcancel{
35797 \backslash
35798 int
35799 \begin_inset ERT
35800 status collapsed
35801
35802 \begin_layout Plain Layout
35803
35804
35805 \backslash
35806 leer 
35807 \end_layout
35808
35809 \end_inset
35810
35811 A=B
35812 \end_layout
35813
35814 \end_inset
35815 </cell>
35816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35817 \begin_inset Text
35818
35819 \begin_layout Plain Layout
35820 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35821 \end_inset
35822
35823
35824 \end_layout
35825
35826 \end_inset
35827 </cell>
35828 </row>
35829 <row>
35830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35831 \begin_inset Text
35832
35833 \begin_layout Plain Layout
35834
35835 \backslash
35836 cancelto{1
35837 \begin_inset Formula $\to$
35838 \end_inset
35839
35840
35841 \backslash
35842 {
35843 \backslash
35844 int
35845 \begin_inset ERT
35846 status collapsed
35847
35848 \begin_layout Plain Layout
35849
35850
35851 \backslash
35852 leer 
35853 \end_layout
35854
35855 \end_inset
35856
35857 A=B
35858 \end_layout
35859
35860 \end_inset
35861 </cell>
35862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35863 \begin_inset Text
35864
35865 \begin_layout Plain Layout
35866 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \end_inset
35873 </cell>
35874 </row>
35875 </lyxtabular>
35876
35877 \end_inset
35878
35879
35880 \end_layout
35881
35882 \begin_layout Standard
35883
35884 \series bold
35885
35886 \backslash
35887 cancelto
35888 \series default
35889  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35890  will:
35891 \begin_inset Formula 
35892 \[
35893 \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}}}
35894 \]
35895
35896 \end_inset
35897
35898
35899 \end_layout
35900
35901 \begin_layout Standard
35902 \begin_inset ERT
35903 status collapsed
35904
35905 \begin_layout Plain Layout
35906
35907
35908 \backslash
35909 else 
35910 \end_layout
35911
35912 \end_inset
35913
35914
35915 \begin_inset Note Note
35916 status open
35917
35918 \begin_layout Plain Layout
35919 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35920 \series bold
35921 cancel
35922 \series default
35923  nicht installiert ist:
35924 \end_layout
35925
35926 \end_inset
35927
35928
35929 \end_layout
35930
35931 \begin_layout Standard
35932 Das LaTeX-Paket 
35933 \series bold
35934 cancel 
35935 \series default
35936 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35937 \end_layout
35938
35939 \begin_layout Standard
35940 \begin_inset ERT
35941 status collapsed
35942
35943 \begin_layout Plain Layout
35944
35945
35946 \backslash
35947 fi 
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \end_layout
35954
35955 \begin_layout Subsection
35956 Formeln in Überschriften
35957 \begin_inset CommandInset label
35958 LatexCommand label
35959 name "sub:Formeln-in-Überschriften"
35960
35961 \end_inset
35962
35963
35964 \begin_inset Index idx
35965 status collapsed
35966
35967 \begin_layout Plain Layout
35968 Formel ! in Überschriften
35969 \end_layout
35970
35971 \end_inset
35972
35973
35974 \end_layout
35975
35976 \begin_layout Standard
35977 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35978 \end_layout
35979
35980 \begin_layout Standard
35981 \begin_inset Note Greyedout
35982 status open
35983
35984 \begin_layout Plain Layout
35985 Verwendet man 
35986 \series bold
35987 hyperref
35988 \series default
35989
35990 \begin_inset Index idx
35991 status collapsed
35992
35993 \begin_layout Plain Layout
35994 Pakete ! hyperref
35995 \end_layout
35996
35997 \end_inset
35998
35999  Unterstützung im den Dokumenteinstellungen unter 
36000 \family sans
36001 PDF-Eigenschaften
36002 \family default
36003 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36004  erzeugt.
36005  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36006  dargestellt.
36007  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36008 \end_layout
36009
36010 \end_inset
36011
36012
36013 \end_layout
36014
36015 \begin_layout Standard
36016 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36017  Kurztitel über das Menü 
36018 \family sans
36019 Einfügen\SpecialChar \menuseparator
36020 Kurztitel
36021 \family default
36022  einfügt.
36023  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36024  um das Inhaltsverzeichnis übersichtlich zu halten.
36025  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36026 chen.
36027 \end_layout
36028
36029 \begin_layout Standard
36030 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36031 \series bold
36032 hyperref
36033 \series default
36034 , verwendet man im TeX-Modus den Befehl
36035 \end_layout
36036
36037 \begin_layout Standard
36038
36039 \series bold
36040
36041 \backslash
36042 texorpdfstring{Teil}{Alternative}
36043 \begin_inset Index idx
36044 status collapsed
36045
36046 \begin_layout Plain Layout
36047 Befehle ! T ! 
36048 \backslash
36049 texorpdfstring
36050 \end_layout
36051
36052 \end_inset
36053
36054
36055 \end_layout
36056
36057 \begin_layout Standard
36058 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36059  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36060  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36061  soll.
36062 \end_layout
36063
36064 \begin_layout Standard
36065 Es folgen zwei Beispielüberschriften:
36066 \begin_inset VSpace -3mm
36067 \end_inset
36068
36069
36070 \begin_inset ERT
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074
36075
36076 \backslash
36077 boldmath 
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \end_layout
36084
36085 \begin_layout Subsubsection
36086 Überschrift ohne Formel im Inhaltsverzeichnis 
36087 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36088 \end_inset
36089
36090
36091 \begin_inset Argument
36092 status collapsed
36093
36094 \begin_layout Plain Layout
36095 Überschrift ohne Formel im Inhaltsverzeichnis
36096 \end_layout
36097
36098 \end_inset
36099
36100
36101 \end_layout
36102
36103 \begin_layout Subsubsection
36104 Überschrift mit Formel im Inhaltsverzeichnis
36105 \begin_inset ERT
36106 status collapsed
36107
36108 \begin_layout Plain Layout
36109
36110
36111 \backslash
36112 texorpdfstring{
36113 \end_layout
36114
36115 \end_inset
36116
36117  
36118 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36119 \end_inset
36120
36121
36122 \begin_inset ERT
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126
36127 }{}
36128 \end_layout
36129
36130 \end_inset
36131
36132
36133 \end_layout
36134
36135 \begin_layout Standard
36136 \begin_inset ERT
36137 status collapsed
36138
36139 \begin_layout Plain Layout
36140
36141
36142 \backslash
36143 unboldmath 
36144 \end_layout
36145
36146 \end_inset
36147
36148 In der ersten Überschrift wurde ein Kurztitel verwendet.
36149  In der zweiten 
36150 \series bold
36151
36152 \backslash
36153 texorpdfstring
36154 \series default
36155 .
36156 \end_layout
36157
36158 \begin_layout Standard
36159 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36160  die komplette Überschrift in eine 
36161 \series bold
36162 boldmath
36163 \series default
36164 -Umgebung
36165 \begin_inset Foot
36166 status collapsed
36167
36168 \begin_layout Plain Layout
36169 siehe 
36170 \begin_inset CommandInset ref
36171 LatexCommand ref
36172 reference "sub:Fett-gedruckte-Formeln"
36173
36174 \end_inset
36175
36176
36177 \end_layout
36178
36179 \end_inset
36180
36181  gesetzt.
36182 \end_layout
36183
36184 \begin_layout Subsection
36185 Formeln im mehrspaltigen Text
36186 \begin_inset Index idx
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 Formel ! im mehrspaltigen Text
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Standard
36199 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36200  müssen daher über die gesamte Seitenbreite gesetzt werden.
36201  Dazu verwendet man das LaTeX-Paket 
36202 \series bold
36203 multicol
36204 \series default
36205
36206 \begin_inset Foot
36207 status collapsed
36208
36209 \begin_layout Plain Layout
36210
36211 \series bold
36212 multicol
36213 \series default
36214  ist Teil jeder LaTeX-Standardinstallation.
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \begin_inset Index idx
36221 status collapsed
36222
36223 \begin_layout Plain Layout
36224 Pakete ! multicol
36225 \end_layout
36226
36227 \end_inset
36228
36229 , das mit der LaTeX-Vorspannzeile
36230 \end_layout
36231
36232 \begin_layout Standard
36233
36234 \series bold
36235
36236 \backslash
36237 usepackage{multicol}
36238 \end_layout
36239
36240 \begin_layout Standard
36241 geladen wird.
36242 \end_layout
36243
36244 \begin_layout Standard
36245 \begin_inset Note Greyedout
36246 status open
36247
36248 \begin_layout Plain Layout
36249 Dabei ist zu beachten, dass im Menü 
36250 \family sans
36251 Dokument\SpecialChar \menuseparator
36252 Einstellungen
36253 \family default
36254  unter 
36255 \family sans
36256 Textformat
36257 \family default
36258  
36259 \emph on
36260 nicht
36261 \emph default
36262  
36263 \family sans
36264 Zweispaltiges
36265 \begin_inset space ~
36266 \end_inset
36267
36268 Dokument
36269 \family default
36270  ausgewählt sein darf.
36271 \end_layout
36272
36273 \end_inset
36274
36275
36276 \end_layout
36277
36278 \begin_layout Standard
36279 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36280 \end_layout
36281
36282 \begin_layout Standard
36283
36284 \series bold
36285
36286 \backslash
36287 begin{multicols}{Spaltenanzahl}
36288 \end_layout
36289
36290 \begin_layout Standard
36291 wobei die Spaltenanzahl eine Zahl im Bereich 2
36292 \begin_inset space \thinspace{}
36293 \end_inset
36294
36295 -
36296 \begin_inset space \thinspace{}
36297 \end_inset
36298
36299 10 ist.
36300  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36301 \end_layout
36302
36303 \begin_layout Standard
36304
36305 \series bold
36306
36307 \backslash
36308 end{multicols}
36309 \end_layout
36310
36311 \begin_layout Standard
36312 der im TeX-Modus eingegeben wird.
36313 \end_layout
36314
36315 \begin_layout Standard
36316 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36317  Um dies rückgängig zu machen, fügt man vor der Formel -6
36318 \begin_inset space \thinspace{}
36319 \end_inset
36320
36321 mm vertikalen Leerraum ein.
36322  Ist der Formelstil 
36323 \series bold
36324 Eingerückt
36325 \begin_inset Foot
36326 status collapsed
36327
36328 \begin_layout Plain Layout
36329 Formelstile siehe 
36330 \begin_inset CommandInset ref
36331 LatexCommand ref
36332 reference "sec:Formelstile"
36333
36334 \end_inset
36335
36336
36337 \end_layout
36338
36339 \end_inset
36340
36341
36342 \series default
36343  gewählt, fügt man stattdessen -9
36344 \begin_inset space \thinspace{}
36345 \end_inset
36346
36347 mm Leerraum ein.
36348 \end_layout
36349
36350 \begin_layout Standard
36351 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36352 \end_layout
36353
36354 \begin_layout Standard
36355 \begin_inset ERT
36356 status collapsed
36357
36358 \begin_layout Plain Layout
36359
36360
36361 \backslash
36362 begin{multicols}{2}
36363 \end_layout
36364
36365 \end_inset
36366
36367 Das Spektrum wird fouriertransformiert.
36368  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36369 , Lösungsmittel) zu trennen.
36370  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36371  nun das Aussehen des Ausgangssignals.
36372  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36373  über alle Phasen integrieren muss.
36374  Sei nun 
36375 \begin_inset Formula $S$
36376 \end_inset
36377
36378  unser normiertes Ausgangssignal und 
36379 \begin_inset Formula $P$
36380 \end_inset
36381
36382  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36383 \begin_inset ERT
36384 status collapsed
36385
36386 \begin_layout Plain Layout
36387
36388
36389 \backslash
36390 end{multicols}
36391 \end_layout
36392
36393 \end_inset
36394
36395
36396 \begin_inset VSpace -6mm
36397 \end_inset
36398
36399
36400 \begin_inset Formula 
36401 \begin{equation}
36402 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36403 \end{equation}
36404
36405 \end_inset
36406
36407
36408 \begin_inset ERT
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412
36413
36414 \backslash
36415 begin{multicols}{2}
36416 \end_layout
36417
36418 \end_inset
36419
36420 wobei 
36421 \begin_inset Formula $S_{0}$
36422 \end_inset
36423
36424  das Signal ohne Gradient ist und die Normierungsbedingung 
36425 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36426 \end_inset
36427
36428  gilt.
36429  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36430  Direkt nach dem 
36431 \begin_inset Formula $\nicefrac{\pi}{2}$
36432 \end_inset
36433
36434
36435 \begin_inset space \thinspace{}
36436 \end_inset
36437
36438 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36439  das Signal zusätzlich abschwächt.
36440  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36441  
36442 \begin_inset Formula $T_{2}$
36443 \end_inset
36444
36445 -Zeit.
36446 \end_layout
36447
36448 \begin_layout Standard
36449 \begin_inset ERT
36450 status collapsed
36451
36452 \begin_layout Plain Layout
36453
36454
36455 \backslash
36456 end{multicols}
36457 \end_layout
36458
36459 \end_inset
36460
36461  
36462 \end_layout
36463
36464 \begin_layout Subsection
36465 Formeln mit Beschreibung der Variablen
36466 \begin_inset Index idx
36467 status collapsed
36468
36469 \begin_layout Plain Layout
36470 Formel ! mit Variablenbeschreibung
36471 \end_layout
36472
36473 \end_inset
36474
36475
36476 \end_layout
36477
36478 \begin_layout Standard
36479 Möchte man wie in Formel 
36480 \begin_inset CommandInset ref
36481 LatexCommand eqref
36482 reference "eq:innerhalb"
36483
36484 \end_inset
36485
36486 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36487 \series bold
36488 ×
36489 \series default
36490
36491 \begin_inset Formula $n$
36492 \end_inset
36493
36494
36495 \begin_inset space ~
36496 \end_inset
36497
36498 Matrix mit links ausgerichteten Spalten für die verwendeten 
36499 \begin_inset Formula $n$
36500 \end_inset
36501
36502  Variablen.
36503 \begin_inset Foot
36504 status collapsed
36505
36506 \begin_layout Plain Layout
36507 Matrizen siehe 
36508 \begin_inset CommandInset ref
36509 LatexCommand ref
36510 reference "sec:Matrizen"
36511
36512 \end_inset
36513
36514
36515 \end_layout
36516
36517 \end_inset
36518
36519  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36520 \begin_inset space \thinspace{}
36521 \end_inset
36522
36523 B.
36524  den Befehl 
36525 \series bold
36526
36527 \backslash
36528 footnotesize
36529 \series default
36530  ein.
36531 \begin_inset Foot
36532 status collapsed
36533
36534 \begin_layout Plain Layout
36535 Schriftgrößen siehe 
36536 \begin_inset CommandInset ref
36537 LatexCommand ref
36538 reference "sub:Schriftgrößen"
36539
36540 \end_inset
36541
36542
36543 \end_layout
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \begin_layout Standard
36551 Wird der Formelstil 
36552 \series bold
36553 Eingerückt
36554 \begin_inset Foot
36555 status collapsed
36556
36557 \begin_layout Plain Layout
36558 Formelstile siehe 
36559 \begin_inset CommandInset ref
36560 LatexCommand ref
36561 reference "sec:Formelstile"
36562
36563 \end_inset
36564
36565
36566 \end_layout
36567
36568 \end_inset
36569
36570
36571 \series default
36572  verwendet, fügt man vor und nach der Matrix ein 
36573 \series bold
36574
36575 \backslash
36576 hfill
36577 \series default
36578
36579 \begin_inset Foot
36580 status collapsed
36581
36582 \begin_layout Plain Layout
36583
36584 \series bold
36585
36586 \backslash
36587 hfill
36588 \series default
36589  wirkt nur in Formeln mit dem Stil 
36590 \series bold
36591 Eingerückt
36592 \series default
36593 , siehe 
36594 \begin_inset CommandInset ref
36595 LatexCommand ref
36596 reference "sub:Variabler-Leerraum"
36597
36598 \end_inset
36599
36600 .
36601 \end_layout
36602
36603 \end_inset
36604
36605  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36606  gleich ist.
36607 \end_layout
36608
36609 \begin_layout Standard
36610 Ist der Formelstil 
36611 \series bold
36612 Zentriert
36613 \series default
36614  gewählt, nutzt man die in 
36615 \begin_inset CommandInset ref
36616 LatexCommand ref
36617 reference "sub:Flalign-Umgebung"
36618
36619 \end_inset
36620
36621  beschriebene Möglichkeit, Formeln einzurücken.
36622  Formel 
36623 \begin_inset CommandInset ref
36624 LatexCommand eqref
36625 reference "eq:innerhalb"
36626
36627 \end_inset
36628
36629  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36630  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36631 \begin_inset Formula 
36632 \begin{flalign}
36633 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36634 \rho & \textrm{Dichte}\\
36635 V & \textrm{Volumen}\\
36636 g & \textrm{Fallbeschleunigung}
36637 \end{array} &  & {}\label{eq:innerhalb}
36638 \end{flalign}
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \begin_layout Subsection
36646 Aufrechte kleine griechische Buchstaben
36647 \begin_inset CommandInset label
36648 LatexCommand label
36649 name "sub:Aufrechte-kleine-griechische"
36650
36651 \end_inset
36652
36653
36654 \begin_inset Index idx
36655 status collapsed
36656
36657 \begin_layout Plain Layout
36658 griechische Buchstaben ! aufrechte
36659 \end_layout
36660
36661 \end_inset
36662
36663
36664 \end_layout
36665
36666 \begin_layout Standard
36667 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36668  zur Verfügung.
36669  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36670  aufrechte griechische Buchstaben benötigt.
36671  Die Datei 
36672 \series bold
36673 upgreek.sty
36674 \series default
36675
36676 \begin_inset Foot
36677 status collapsed
36678
36679 \begin_layout Plain Layout
36680
36681 \series bold
36682 upgreek
36683 \series default
36684  ist Teil des LaTeX-Paketes 
36685 \series bold
36686 was
36687 \series default
36688
36689 \begin_inset Index idx
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693 Pakete ! was
36694 \begin_inset ERT
36695 status collapsed
36696
36697 \begin_layout Plain Layout
36698
36699
36700 \backslash
36701 vspace{4mm}
36702 \end_layout
36703
36704 \end_inset
36705
36706
36707 \end_layout
36708
36709 \end_inset
36710
36711 .
36712 \end_layout
36713
36714 \end_inset
36715
36716
36717 \begin_inset Index idx
36718 status collapsed
36719
36720 \begin_layout Plain Layout
36721 Pakete ! upgreek
36722 \end_layout
36723
36724 \end_inset
36725
36726 , die mit der LaTeX-Vorspannzeile
36727 \end_layout
36728
36729 \begin_layout Standard
36730
36731 \series bold
36732
36733 \backslash
36734 usepackage{upgreek}
36735 \end_layout
36736
36737 \begin_layout Standard
36738 geladen wird, stellt diese Buchstaben zur Verfügung.
36739  
36740 \begin_inset ERT
36741 status collapsed
36742
36743 \begin_layout Plain Layout
36744
36745
36746 \backslash
36747 ifupgreek 
36748 \end_layout
36749
36750 \end_inset
36751
36752
36753 \begin_inset Note Note
36754 status open
36755
36756 \begin_layout Plain Layout
36757 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36758 \series bold
36759 upgreek
36760 \series default
36761  installiert ist:
36762 \end_layout
36763
36764 \end_inset
36765
36766  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36767  
36768 \series bold
36769 up
36770 \series default
36771  begonnen wird.
36772  So erzeugt z.
36773 \begin_inset space \thinspace{}
36774 \end_inset
36775
36776 B.
36777  der Befehl 
36778 \series bold
36779
36780 \backslash
36781 uptau
36782 \series default
36783  dies: 
36784 \begin_inset Formula $\uptau$
36785 \end_inset
36786
36787
36788 \end_layout
36789
36790 \begin_layout Standard
36791 Damit kann man Elementarteilchenreaktionen erstellen:
36792 \begin_inset Formula 
36793 \[
36794 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36795 \]
36796
36797 \end_inset
36798
36799
36800 \end_layout
36801
36802 \begin_layout Standard
36803 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36804  Sie sollten daher nicht für Einheiten wie 
36805 \begin_inset Quotes gld
36806 \end_inset
36807
36808 µm
36809 \begin_inset Quotes grd
36810 \end_inset
36811
36812  verwendet werden.
36813 \end_layout
36814
36815 \begin_layout Standard
36816 \begin_inset ERT
36817 status collapsed
36818
36819 \begin_layout Plain Layout
36820
36821
36822 \backslash
36823 else 
36824 \end_layout
36825
36826 \end_inset
36827
36828
36829 \begin_inset Note Note
36830 status open
36831
36832 \begin_layout Plain Layout
36833 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36834 \series bold
36835 upgreek
36836 \series default
36837  nicht installiert ist:
36838 \end_layout
36839
36840 \end_inset
36841
36842
36843 \end_layout
36844
36845 \begin_layout Standard
36846 Das LaTeX-Paket 
36847 \series bold
36848 upgreek 
36849 \series default
36850 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36851 \end_layout
36852
36853 \begin_layout Standard
36854 \begin_inset ERT
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858
36859
36860 \backslash
36861 fi 
36862 \end_layout
36863
36864 \end_inset
36865
36866
36867 \end_layout
36868
36869 \begin_layout Subsection
36870 Textzeichen in Formeln
36871 \begin_inset CommandInset label
36872 LatexCommand label
36873 name "sub:Textzeichen-in-Formeln"
36874
36875 \end_inset
36876
36877
36878 \begin_inset Index idx
36879 status collapsed
36880
36881 \begin_layout Plain Layout
36882 Text ! in Formeln
36883 \end_layout
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \begin_layout Standard
36891 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36892  Benötigt man z.
36893 \begin_inset space \thinspace{}
36894 \end_inset
36895
36896 B.
36897  den mittigen Punkt · in Formeln wie 
36898 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36899 \end_inset
36900
36901 , müsste man dafür jedes Mal den Befehl 
36902 \series bold
36903
36904 \backslash
36905 cdot
36906 \series default
36907  eingeben
36908 \begin_inset Foot
36909 status collapsed
36910
36911 \begin_layout Plain Layout
36912 siehe 
36913 \begin_inset CommandInset ref
36914 LatexCommand ref
36915 reference "sub:Binäre-Operatoren"
36916
36917 \end_inset
36918
36919
36920 \end_layout
36921
36922 \end_inset
36923
36924 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36925  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36926 \end_layout
36927
36928 \begin_layout Standard
36929
36930 \series bold
36931
36932 \backslash
36933 DeclareInputText{183}{
36934 \backslash
36935 ifmmode
36936 \backslash
36937 cdot
36938 \backslash
36939 else
36940 \backslash
36941 textperiodcentered
36942 \backslash
36943 f\SpecialChar \textcompwordmark{}
36944 i}
36945 \end_layout
36946
36947 \begin_layout Standard
36948 Die Zeichenkodierung (Menü 
36949 \family sans
36950 Dokument\SpecialChar \menuseparator
36951 Einstellungen\SpecialChar \menuseparator
36952 Sprache
36953 \family default
36954 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36955  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36956 \series bold
36957
36958 \backslash
36959 textperiodcentered
36960 \series default
36961  verwendet.
36962  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36963  LaTeX-Fehlern kommen würde.
36964  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36965  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36966  nicht.
36967 \end_layout
36968
36969 \begin_layout Standard
36970 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36971  Z.
36972 \begin_inset space \thinspace{}
36973 \end_inset
36974
36975 B.
36976  ist die Kodierung 
36977 \series bold
36978 latin9
36979 \series default
36980  in der Datei 
36981 \series bold
36982 latin9.def
36983 \series default
36984  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36985  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36986 eien geändert werden.
36987  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36988  nicht ohne Weiteres bearbeitet werden.
36989 \end_layout
36990
36991 \begin_layout Standard
36992 \begin_inset VSpace medskip
36993 \end_inset
36994
36995 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36996  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36997  Formel eingegeben werden können:
36998 \end_layout
36999
37000 \begin_layout Standard
37001
37002 \series bold
37003
37004 \backslash
37005 DeclareInputText{176}{
37006 \backslash
37007 ifmmode^
37008 \backslash
37009 circ
37010 \backslash
37011 else
37012 \backslash
37013 textdegree
37014 \backslash
37015 f\SpecialChar \textcompwordmark{}
37016 i}
37017 \end_layout
37018
37019 \begin_layout Standard
37020 \begin_inset Newpage newpage
37021 \end_inset
37022
37023
37024 \end_layout
37025
37026 \begin_layout Section
37027 \start_of_appendix
37028 Typographische Hinweise
37029 \begin_inset Index idx
37030 status collapsed
37031
37032 \begin_layout Plain Layout
37033 Typographische Hinweise
37034 \end_layout
37035
37036 \end_inset
37037
37038
37039 \end_layout
37040
37041 \begin_layout Standard
37042 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37043  Regeln, die teilweise auch im Duden 
37044 \begin_inset CommandInset citation
37045 LatexCommand cite
37046 key "Duden"
37047
37048 \end_inset
37049
37050  unter 
37051 \family typewriter
37052 Textverarbeitung
37053 \family default
37054  aufgelistet sind.
37055  Weitere Regeln sind in 
37056 \begin_inset CommandInset citation
37057 LatexCommand cite
37058 key "Checklist"
37059
37060 \end_inset
37061
37062  zu finden.
37063 \end_layout
37064
37065 \begin_layout Itemize
37066 Physikalische Einheiten werden 
37067 \emph on
37068 immer
37069 \emph default
37070  aufrecht gesetzt
37071 \begin_inset Foot
37072 status collapsed
37073
37074 \begin_layout Plain Layout
37075 wird durch Schriftstile erreicht, siehe 
37076 \begin_inset CommandInset ref
37077 LatexCommand ref
37078 reference "sub:Schriftstile"
37079
37080 \end_inset
37081
37082
37083 \end_layout
37084
37085 \end_inset
37086
37087 , egal ob sie sich in einem kursiven Text befinden: 30
37088 \begin_inset space \thinspace{}
37089 \end_inset
37090
37091 km/h
37092 \begin_inset Newline newline
37093 \end_inset
37094
37095 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37096 \begin_inset CommandInset ref
37097 LatexCommand ref
37098 reference "sub:Vordefinierter-Leerraum"
37099
37100 \end_inset
37101
37102 .
37103 \begin_inset Newline newline
37104 \end_inset
37105
37106 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37107 \series bold
37108
37109 \backslash
37110 unittwo
37111 \series default
37112  verwendet.
37113  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37114  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37115  erhält wie oben: 
37116 \begin_inset Formula $\unit[30]{km/h}$
37117 \end_inset
37118
37119
37120 \begin_inset space \thinspace{}
37121 \end_inset
37122
37123 .
37124  Zu beachten ist, dass 
37125 \series bold
37126
37127 \backslash
37128 unittwo
37129 \series default
37130  kein echter LaTeX-Befehl, sondern der Befehl 
37131 \series bold
37132
37133 \backslash
37134 unit[Wert]{Einheit}
37135 \series default
37136  ist, daher kann man ihn nicht im TeX-Code benutzen.
37137 \end_layout
37138
37139 \begin_layout Itemize
37140 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37141 \begin_inset Newline newline
37142 \end_inset
37143
37144 1,2
37145 \begin_inset space \thinspace{}
37146 \end_inset
37147
37148 ‰ Alkohol im Blut
37149 \begin_inset Newline newline
37150 \end_inset
37151
37152 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37153  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37154 \end_layout
37155
37156 \begin_layout Itemize
37157 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37158  wird in einer Einheit verwendet: 15
37159 \begin_inset space \thinspace{}
37160 \end_inset
37161
37162 °C
37163 \end_layout
37164
37165 \begin_layout Itemize
37166 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37167  Ziffer der kleinste Leerraum eingefügt: 18
37168 \begin_inset space \thinspace{}
37169 \end_inset
37170
37171 473
37172 \begin_inset space \thinspace{}
37173 \end_inset
37174
37175 588
37176 \end_layout
37177
37178 \begin_layout Itemize
37179 Für Bemaßungen wie z.
37180 \begin_inset space \thinspace{}
37181 \end_inset
37182
37183 B.
37184  120×90×40
37185 \begin_inset space \thinspace{}
37186 \end_inset
37187
37188 cm, verwendet man das gelegte Kreuz 
37189 \begin_inset Quotes gld
37190 \end_inset
37191
37192 ×
37193 \begin_inset Quotes grd
37194 \end_inset
37195
37196 , dass entweder über den Befehl 
37197 \series bold
37198
37199 \backslash
37200 times
37201 \series default
37202  oder über das Menü 
37203 \family sans
37204 Einfügen\SpecialChar \menuseparator
37205 Sonderzeichen\SpecialChar \menuseparator
37206 Symbole
37207 \family default
37208  verfügbar ist.
37209 \end_layout
37210
37211 \begin_layout Itemize
37212 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37213  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37214 \begin_inset space \thinspace{}
37215 \end_inset
37216
37217 6.
37218 \begin_inset space ~
37219 \end_inset
37220
37221 1979
37222 \end_layout
37223
37224 \begin_layout Itemize
37225 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37226  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37227 \begin_inset CommandInset ref
37228 LatexCommand ref
37229 reference "sub:Vordefinierte-Funktionen"
37230
37231 \end_inset
37232
37233 .
37234 \end_layout
37235
37236 \begin_layout Itemize
37237 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37238  
37239 \begin_inset Formula $E_{\mathrm{kin}}$
37240 \end_inset
37241
37242
37243 \begin_inset Newline newline
37244 \end_inset
37245
37246 Komponenten von Matrizen werden kursiv gesetzt: 
37247 \begin_inset Formula $\hat{H}_{kl}$
37248 \end_inset
37249
37250
37251 \end_layout
37252
37253 \begin_layout Itemize
37254 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37255  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37256  Variablen zu verwechseln.
37257 \end_layout
37258
37259 \begin_layout Itemize
37260 Das Symbol für eine 
37261 \noun on
37262 Fourier
37263 \noun default
37264 -Transformation kann entweder mit dem Befehl 
37265 \series bold
37266
37267 \backslash
37268 mathscr
37269 \begin_inset ERT
37270 status collapsed
37271
37272 \begin_layout Plain Layout
37273
37274
37275 \backslash
37276 leer 
37277 \end_layout
37278
37279 \end_inset
37280
37281 F
37282 \series default
37283  oder über das Menü 
37284 \family sans
37285 Einfügen\SpecialChar \menuseparator
37286 Sonderzeichen\SpecialChar \menuseparator
37287 Symbole\SpecialChar \menuseparator
37288 Buchstabenähnliche
37289 \begin_inset space ~
37290 \end_inset
37291
37292 Symbole
37293 \family default
37294  eingefügt werden: 
37295 \begin_inset Formula $\mathscr{F}$
37296 \end_inset
37297
37298
37299 \end_layout
37300
37301 \begin_layout Standard
37302 \begin_inset Newpage newpage
37303 \end_inset
37304
37305
37306 \end_layout
37307
37308 \begin_layout Section
37309 Synonyme
37310 \begin_inset Index idx
37311 status collapsed
37312
37313 \begin_layout Plain Layout
37314 Synonyme
37315 \end_layout
37316
37317 \end_inset
37318
37319
37320 \end_layout
37321
37322 \begin_layout Standard
37323 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37324  Hier ist eine Übersicht der Synonymbefehle:
37325 \end_layout
37326
37327 \begin_layout Standard
37328 \begin_inset VSpace bigskip
37329 \end_inset
37330
37331
37332 \begin_inset space \hfill{}
37333 \end_inset
37334
37335
37336 \begin_inset Tabular
37337 <lyxtabular version="3" rows="12" columns="2">
37338 <features tabularvalignment="middle">
37339 <column alignment="center" valignment="top" width="0pt">
37340 <column alignment="center" valignment="top" width="0pt">
37341 <row>
37342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37343 \begin_inset Text
37344
37345 \begin_layout Plain Layout
37346 Befehl
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 äquivalent zu
37356 \begin_inset Note Note
37357 status collapsed
37358
37359 \begin_layout Plain Layout
37360
37361 \series bold
37362
37363 \backslash
37364 raisebox
37365 \series default
37366  dient nur als Abstandhalter.
37367 \end_layout
37368
37369 \end_inset
37370
37371
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 </row>
37377 <row>
37378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382
37383 \backslash
37384 ast
37385 \end_layout
37386
37387 \end_inset
37388 </cell>
37389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37390 \begin_inset Text
37391
37392 \begin_layout Plain Layout
37393 \begin_inset ERT
37394 status collapsed
37395
37396 \begin_layout Plain Layout
37397
37398
37399 \backslash
37400 raisebox{-1.2mm}{
37401 \end_layout
37402
37403 \end_inset
37404
37405 *
37406 \begin_inset ERT
37407 status collapsed
37408
37409 \begin_layout Plain Layout
37410
37411 }
37412 \end_layout
37413
37414 \end_inset
37415
37416
37417 \end_layout
37418
37419 \end_inset
37420 </cell>
37421 </row>
37422 <row>
37423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37424 \begin_inset Text
37425
37426 \begin_layout Plain Layout
37427
37428 \backslash
37429 choose
37430 \end_layout
37431
37432 \end_inset
37433 </cell>
37434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37435 \begin_inset Text
37436
37437 \begin_layout Plain Layout
37438
37439 \backslash
37440 binom
37441 \end_layout
37442
37443 \end_inset
37444 </cell>
37445 </row>
37446 <row>
37447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37448 \begin_inset Text
37449
37450 \begin_layout Plain Layout
37451
37452 \backslash
37453 geq
37454 \end_layout
37455
37456 \end_inset
37457 </cell>
37458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37459 \begin_inset Text
37460
37461 \begin_layout Plain Layout
37462
37463 \backslash
37464 ge
37465 \end_layout
37466
37467 \end_inset
37468 </cell>
37469 </row>
37470 <row>
37471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37472 \begin_inset Text
37473
37474 \begin_layout Plain Layout
37475
37476 \backslash
37477 lbrace
37478 \end_layout
37479
37480 \end_inset
37481 </cell>
37482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37483 \begin_inset Text
37484
37485 \begin_layout Plain Layout
37486 {
37487 \end_layout
37488
37489 \end_inset
37490 </cell>
37491 </row>
37492 <row>
37493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497
37498 \backslash
37499 lbracket
37500 \end_layout
37501
37502 \end_inset
37503 </cell>
37504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37505 \begin_inset Text
37506
37507 \begin_layout Plain Layout
37508 [
37509 \end_layout
37510
37511 \end_inset
37512 </cell>
37513 </row>
37514 <row>
37515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37516 \begin_inset Text
37517
37518 \begin_layout Plain Layout
37519
37520 \backslash
37521 leftarrow
37522 \end_layout
37523
37524 \end_inset
37525 </cell>
37526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37527 \begin_inset Text
37528
37529 \begin_layout Plain Layout
37530
37531 \backslash
37532 gets
37533 \end_layout
37534
37535 \end_inset
37536 </cell>
37537 </row>
37538 <row>
37539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37540 \begin_inset Text
37541
37542 \begin_layout Plain Layout
37543
37544 \backslash
37545 leq
37546 \end_layout
37547
37548 \end_inset
37549 </cell>
37550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554
37555 \backslash
37556 le
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 </row>
37562 <row>
37563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37564 \begin_inset Text
37565
37566 \begin_layout Plain Layout
37567
37568 \backslash
37569 lor
37570 \end_layout
37571
37572 \end_inset
37573 </cell>
37574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37575 \begin_inset Text
37576
37577 \begin_layout Plain Layout
37578
37579 \backslash
37580 vee
37581 \end_layout
37582
37583 \end_inset
37584 </cell>
37585 </row>
37586 <row>
37587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37588 \begin_inset Text
37589
37590 \begin_layout Plain Layout
37591
37592 \backslash
37593 neq
37594 \end_layout
37595
37596 \end_inset
37597 </cell>
37598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37599 \begin_inset Text
37600
37601 \begin_layout Plain Layout
37602
37603 \backslash
37604 not=
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 </row>
37610 <row>
37611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37612 \begin_inset Text
37613
37614 \begin_layout Plain Layout
37615
37616 \backslash
37617 slash
37618 \end_layout
37619
37620 \end_inset
37621 </cell>
37622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626 /
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 </row>
37632 <row>
37633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637
37638 \backslash
37639 vert
37640 \end_layout
37641
37642 \end_inset
37643 </cell>
37644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37645 \begin_inset Text
37646
37647 \begin_layout Plain Layout
37648 |
37649 \end_layout
37650
37651 \end_inset
37652 </cell>
37653 </row>
37654 </lyxtabular>
37655
37656 \end_inset
37657
37658
37659 \begin_inset space \hfill{}
37660 \end_inset
37661
37662
37663 \begin_inset Tabular
37664 <lyxtabular version="3" rows="12" columns="2">
37665 <features tabularvalignment="middle">
37666 <column alignment="center" valignment="top" width="0pt">
37667 <column alignment="center" valignment="top" width="0pt">
37668 <row>
37669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673 Befehl
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37679 \begin_inset Text
37680
37681 \begin_layout Plain Layout
37682 äquivalent zu
37683 \end_layout
37684
37685 \end_inset
37686 </cell>
37687 </row>
37688 <row>
37689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37690 \begin_inset Text
37691
37692 \begin_layout Plain Layout
37693
37694 \backslash
37695 backslash
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704
37705 \backslash
37706
37707 \backslash
37708
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 </row>
37714 <row>
37715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719
37720 \backslash
37721 dasharrow
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37727 \begin_inset Text
37728
37729 \begin_layout Plain Layout
37730
37731 \backslash
37732 dashrightarrow
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 </row>
37738 <row>
37739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37740 \begin_inset Text
37741
37742 \begin_layout Plain Layout
37743
37744 \backslash
37745 land
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754
37755 \backslash
37756 wedge
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 </row>
37762 <row>
37763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37764 \begin_inset Text
37765
37766 \begin_layout Plain Layout
37767
37768 \backslash
37769 rbrace
37770 \end_layout
37771
37772 \end_inset
37773 </cell>
37774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778 }
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 </row>
37784 <row>
37785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37786 \begin_inset Text
37787
37788 \begin_layout Plain Layout
37789
37790 \backslash
37791 rbracket
37792 \end_layout
37793
37794 \end_inset
37795 </cell>
37796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37797 \begin_inset Text
37798
37799 \begin_layout Plain Layout
37800 ]
37801 \end_layout
37802
37803 \end_inset
37804 </cell>
37805 </row>
37806 <row>
37807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37808 \begin_inset Text
37809
37810 \begin_layout Plain Layout
37811
37812 \backslash
37813 rightarrow
37814 \end_layout
37815
37816 \end_inset
37817 </cell>
37818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37819 \begin_inset Text
37820
37821 \begin_layout Plain Layout
37822
37823 \backslash
37824 to
37825 \end_layout
37826
37827 \end_inset
37828 </cell>
37829 </row>
37830 <row>
37831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37832 \begin_inset Text
37833
37834 \begin_layout Plain Layout
37835
37836 \backslash
37837 lnot
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37843 \begin_inset Text
37844
37845 \begin_layout Plain Layout
37846
37847 \backslash
37848 neg
37849 \end_layout
37850
37851 \end_inset
37852 </cell>
37853 </row>
37854 <row>
37855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37856 \begin_inset Text
37857
37858 \begin_layout Plain Layout
37859
37860 \backslash
37861 ne
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37867 \begin_inset Text
37868
37869 \begin_layout Plain Layout
37870
37871 \backslash
37872 not=
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 </row>
37878 <row>
37879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883
37884 \backslash
37885 owns
37886 \end_layout
37887
37888 \end_inset
37889 </cell>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894
37895 \backslash
37896 ni
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 </row>
37902 <row>
37903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37904 \begin_inset Text
37905
37906 \begin_layout Plain Layout
37907
37908 \backslash
37909 square
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 Box
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 </row>
37926 <row>
37927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37928 \begin_inset Text
37929
37930 \begin_layout Plain Layout
37931
37932 \backslash
37933 Vert
37934 \end_layout
37935
37936 \end_inset
37937 </cell>
37938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942
37943 \backslash
37944 |
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 </row>
37950 </lyxtabular>
37951
37952 \end_inset
37953
37954
37955 \begin_inset space \hfill{}
37956 \end_inset
37957
37958
37959 \end_layout
37960
37961 \begin_layout Standard
37962 \begin_inset Newpage newpage
37963 \end_inset
37964
37965
37966 \end_layout
37967
37968 \begin_layout Bibliography
37969 \labelwidthstring Referenzen
37970 \begin_inset CommandInset bibitem
37971 LatexCommand bibitem
37972 key "TLC2"
37973
37974 \end_inset
37975
37976
37977 \shape smallcaps
37978 Mittelbach, F.
37979  ; Goossens, M.
37980 \shape default
37981
37982 \shape italic
37983 The LaTeX Companion
37984 \shape default
37985 .
37986  Addison Wesley, 2004
37987 \end_layout
37988
37989 \begin_layout Bibliography
37990 \labelwidthstring Referenzen
37991 \begin_inset CommandInset bibitem
37992 LatexCommand bibitem
37993 key "Mathmode"
37994
37995 \end_inset
37996
37997
37998 \begin_inset CommandInset href
37999 LatexCommand href
38000 name "Beschreibung"
38001 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38002
38003 \end_inset
38004
38005  der mathematischen Fähigkeiten von LaTeX
38006 \end_layout
38007
38008 \begin_layout Bibliography
38009 \labelwidthstring Referenzen
38010 \begin_inset CommandInset bibitem
38011 LatexCommand bibitem
38012 key "AMS"
38013
38014 \end_inset
38015
38016
38017 \begin_inset CommandInset href
38018 LatexCommand href
38019 name "Beschreibung"
38020 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38021
38022 \end_inset
38023
38024  von 
38025 \begin_inset ERT
38026 status collapsed
38027
38028 \begin_layout Plain Layout
38029
38030
38031 \backslash
38032 AmS
38033 \end_layout
38034
38035 \end_inset
38036
38037 -LaTeX
38038 \end_layout
38039
38040 \begin_layout Bibliography
38041 \labelwidthstring Referenzen
38042 \begin_inset CommandInset bibitem
38043 LatexCommand bibitem
38044 key "Symbole"
38045
38046 \end_inset
38047
38048
38049 \begin_inset CommandInset href
38050 LatexCommand href
38051 name "Auflistung"
38052 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38053
38054 \end_inset
38055
38056  aller über LaTeX-Pakete verfügbare Symbole
38057 \end_layout
38058
38059 \begin_layout Bibliography
38060 \labelwidthstring Referenzen
38061 \begin_inset CommandInset bibitem
38062 LatexCommand bibitem
38063 key "hyperref"
38064
38065 \end_inset
38066
38067
38068 \begin_inset CommandInset href
38069 LatexCommand href
38070 name "Dokumentation"
38071 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38072
38073 \end_inset
38074
38075  des LaTeX-Pakets 
38076 \series bold
38077 hyperref
38078 \series default
38079
38080 \begin_inset Index idx
38081 status collapsed
38082
38083 \begin_layout Plain Layout
38084 Pakete ! hyperref
38085 \end_layout
38086
38087 \end_inset
38088
38089
38090 \end_layout
38091
38092 \begin_layout Bibliography
38093 \labelwidthstring Referenzen
38094 \begin_inset CommandInset bibitem
38095 LatexCommand bibitem
38096 key "mhchem"
38097
38098 \end_inset
38099
38100
38101 \begin_inset CommandInset href
38102 LatexCommand href
38103 name "Dokumentation"
38104 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38105
38106 \end_inset
38107
38108  des LaTeX-Pakets 
38109 \series bold
38110 mhchem
38111 \series default
38112
38113 \begin_inset Index idx
38114 status collapsed
38115
38116 \begin_layout Plain Layout
38117 Pakete ! mhchem
38118 \end_layout
38119
38120 \end_inset
38121
38122
38123 \end_layout
38124
38125 \begin_layout Bibliography
38126 \labelwidthstring Referenzen
38127 \begin_inset CommandInset bibitem
38128 LatexCommand bibitem
38129 key "Mathclap"
38130
38131 \end_inset
38132
38133
38134 \begin_inset CommandInset href
38135 LatexCommand href
38136 name "Beschreibung"
38137 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38138
38139 \end_inset
38140
38141  des in 
38142 \begin_inset CommandInset ref
38143 LatexCommand ref
38144 reference "sub:Operatorgrenzen"
38145
38146 \end_inset
38147
38148  vorgestellten Befehls 
38149 \series bold
38150
38151 \backslash
38152 mathclap
38153 \series default
38154
38155 \begin_inset Index idx
38156 status collapsed
38157
38158 \begin_layout Plain Layout
38159 Befehle ! M ! 
38160 \backslash
38161 mathclap
38162 \end_layout
38163
38164 \end_inset
38165
38166
38167 \end_layout
38168
38169 \begin_layout Bibliography
38170 \labelwidthstring Referenzen
38171 \begin_inset CommandInset bibitem
38172 LatexCommand bibitem
38173 key "Duden"
38174
38175 \end_inset
38176
38177
38178 \emph on
38179 Duden Band 1
38180 \emph default
38181 .
38182  22.
38183  Auflage, Duden Verlag 2001
38184 \end_layout
38185
38186 \begin_layout Bibliography
38187 \labelwidthstring Referenzen
38188 \begin_inset CommandInset bibitem
38189 LatexCommand bibitem
38190 key "Checklist"
38191
38192 \end_inset
38193
38194
38195 \begin_inset CommandInset href
38196 LatexCommand href
38197 name "Prüfliste"
38198 target "http://physics.nist.gov/Document/checklist.pdf"
38199
38200 \end_inset
38201
38202  für das Rezensieren von Manuskripten
38203 \end_layout
38204
38205 \begin_layout Standard
38206 \begin_inset Note Note
38207 status collapsed
38208
38209 \begin_layout Plain Layout
38210 Damit der Index den Namen 
38211 \begin_inset Quotes gld
38212 \end_inset
38213
38214 Stichwortverzeichnis
38215 \begin_inset Quotes grd
38216 \end_inset
38217
38218  erhält, wurde im LaTeX-Vorspann
38219 \end_layout
38220
38221 \begin_layout Plain Layout
38222
38223 \series bold
38224
38225 \backslash
38226 addto
38227 \backslash
38228 captionsngerman{
38229 \backslash
38230 renewcommand{
38231 \backslash
38232 indexname}{Stichwortverzeichnis}}
38233 \end_layout
38234
38235 \begin_layout Plain Layout
38236 eingefügt.
38237 \end_layout
38238
38239 \begin_layout Plain Layout
38240 Das Paket 
38241 \series bold
38242 babel
38243 \series default
38244  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38245  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38246  Außerdem wird 
38247 \series bold
38248 babel
38249 \series default
38250  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38251  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38252 che verwendet wurde.
38253 \end_layout
38254
38255 \begin_layout Plain Layout
38256 Möchte man andere Beschriftungen ändern, ersetzt man 
38257 \series bold
38258
38259 \backslash
38260 indexname
38261 \series default
38262  durch 
38263 \series bold
38264
38265 \backslash
38266 <Beschriftungs>name
38267 \series default
38268 .
38269  Eine Auflistung der möglichen Namen findet man unter
38270 \end_layout
38271
38272 \begin_layout Plain Layout
38273
38274 \family typewriter
38275 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38276 \end_layout
38277
38278 \begin_layout Plain Layout
38279 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38280 \series bold
38281 ngerman
38282 \series default
38283  durch die Dokumentsprache und
38284 \end_layout
38285
38286 \begin_layout Plain Layout
38287
38288 \series bold
38289
38290 \backslash
38291 captionsgerman
38292 \series default
38293  durch 
38294 \series bold
38295
38296 \backslash
38297 captions<Dokumentsprache>
38298 \series default
38299 .
38300 \end_layout
38301
38302 \end_inset
38303
38304
38305 \begin_inset CommandInset index_print
38306 LatexCommand printindex
38307 type "idx"
38308
38309 \end_inset
38310
38311
38312 \end_layout
38313
38314 \end_body
38315 \end_document