]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
Math.lyx: add note that the package mathdots must be installed for a complete output
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \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, mathdots, mhchem
300 \series default
301  und 
302 \series bold
303 was
304 \series default
305  installiert sein.
306  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
307  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
308  nicht im Ausdruck.
309  Eine Ausnahme ist 
310 \series bold
311 mhchem
312 \series default
313 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Einleitung
340 \end_layout
341
342 \begin_layout Standard
343 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
344  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
345  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
346 tten.
347  Das setzt voraus, dass bereits das Kapitel 
348 \family typewriter
349 Mathematische
350 \family default
351  
352 \family typewriter
353 Formeln
354 \family default
355  des Benutzerhandbuchs gelesen worden ist.
356 \end_layout
357
358 \begin_layout Standard
359 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
360 \family sans
361 Einfügen
362 \series bold
363 \SpecialChar \menuseparator
364
365 \series default
366 Mathe
367 \family default
368  oder die 
369 \family sans
370 Mathe-Werkzeugleiste
371 \family default
372  aufrufbar.
373  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
374  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
375  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
376  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
377 \end_layout
378
379 \begin_layout Standard
380 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
381  LyX verfügbar.
382  Um alle Befehle nutzen zu können, muss die Option 
383 \family sans
384 AMS-Mathe-Paket verwenden
385 \family default
386  im Menü 
387 \family sans
388 Dokument\SpecialChar \menuseparator
389 Einstellungen\SpecialChar \menuseparator
390 Mathe Optionen
391 \family default
392  aktiviert sein.
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 Die 
398 \family sans
399 Option
400 \family default
401  
402 \family sans
403 AMS-Mathe-Paket automatisch verwenden
404 \family default
405  verwendet 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
419  LyX unterstützt.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
429 listung
430  aller 
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS 
439 \end_layout
440
441 \end_inset
442
443 -Mathe Befehle
444 \begin_inset Foot
445 status collapsed
446
447 \begin_layout Plain Layout
448 Eine Liste mit allen 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS
457 \end_layout
458
459 \end_inset
460
461 -Mathe Befehlen findet sich in der Datei 
462 \family sans
463
464 \begin_inset CommandInset href
465 LatexCommand href
466 name "amsguide.ps"
467 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
468
469 \end_inset
470
471
472 \family default
473 , die Teil jeder LaTeX-Standardinstallation ist.
474 \end_layout
475
476 \end_inset
477
478  verzichtet.
479 \end_layout
480
481 \begin_layout Section
482 Allgemeine Hinweise
483 \end_layout
484
485 \begin_layout Standard
486 Um eine in einer Textzeile eingebettete Formel
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formel ! eingebettete
492 \end_layout
493
494 \end_inset
495
496  zu erstellen, drückt man 
497 \family sans
498 Strg+M
499 \family default
500  oder den Werkzeugleistenknopf 
501 \begin_inset Graphics
502         filename ../../images/math-mode.png
503         scale 85
504
505 \end_inset
506
507 .
508 \begin_inset Newline newline
509 \end_inset
510
511 Um eine abgesetzte Formel
512 \begin_inset Index idx
513 status collapsed
514
515 \begin_layout Plain Layout
516 Formel ! abgesetzte
517 \end_layout
518
519 \end_inset
520
521  zu erstellen, drückt man 
522 \family sans
523 Strg+Shift+M
524 \family default
525 .
526 \end_layout
527
528 \begin_layout Standard
529 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
530  Cursor in die Formel und drückt 
531 \family sans
532 Strg+Shift+M
533 \family default
534  oder benutzt das Menü 
535 \family sans
536 Bearbeiten\SpecialChar \menuseparator
537 Mathe\SpecialChar \menuseparator
538
539 \begin_inset Newline linebreak
540 \end_inset
541
542 Formelart ändern
543 \family default
544 .
545  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
546  umwandeln.
547 \end_layout
548
549 \begin_layout Standard
550 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
551  gibt man in die Formel den Befehl 
552 \series bold
553
554 \backslash
555 displaystyle
556 \series default
557
558 \begin_inset Index idx
559 status collapsed
560
561 \begin_layout Plain Layout
562 Befehle ! D ! 
563 \backslash
564 displaystyle
565 \end_layout
566
567 \end_inset
568
569  ein.
570  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
571  wird.
572 \end_layout
573
574 \begin_layout Standard
575 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
576 \end_layout
577
578 \begin_layout Standard
579 Die 
580 \family sans
581 Mathe-Werkzeugleiste
582 \family default
583  kann über das Menü 
584 \family sans
585 Ansicht\SpecialChar \menuseparator
586 Werkzeugleisten
587 \family default
588  eingeblendet werden.
589  Wenn dort auf 
590 \begin_inset Quotes eld
591 \end_inset
592
593 Mathe
594 \begin_inset Quotes erd
595 \end_inset
596
597  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
598  diese Einstellung wird durch ein Häkchen im Menü 
599 \family sans
600 Werkzeugleisten
601 \family default
602  angezeigt.
603  Wenn nun im Menü 
604 \family sans
605 Werkzeugleisten
606 \family default
607  nochmal auf 
608 \begin_inset Quotes eld
609 \end_inset
610
611 Mathe
612 \begin_inset Quotes erd
613 \end_inset
614
615  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
616  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
617  des Menüeintrags von 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Mathe
622 \begin_inset Quotes erd
623 \end_inset
624
625  zu 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Mathe
630 \begin_inset space ~
631 \end_inset
632
633 (automatisch)
634 \begin_inset Quotes erd
635 \end_inset
636
637  angezeigt.
638 \end_layout
639
640 \begin_layout Standard
641 In den TeX-Modus
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@TeX-Modus
647 \end_layout
648
649 \end_inset
650
651  gelangt man über den Werkzeugleistenknopf 
652 \begin_inset Graphics
653         filename ../../images/ert-insert.png
654         scale 85
655
656 \end_inset
657
658  oder das Menü 
659 \family sans
660 Einfügen\SpecialChar \menuseparator
661 Te
662 \begin_inset ERT
663 status collapsed
664
665 \begin_layout Plain Layout
666
667 {}
668 \end_layout
669
670 \end_inset
671
672 X
673 \begin_inset space ~
674 \end_inset
675
676 Code
677 \family default
678  (Tastenkürzel 
679 \family sans
680 Strg+L
681 \family default
682 ).
683 \begin_inset Note Note
684 status collapsed
685
686 \begin_layout Plain Layout
687 In LyX gibt es drei 
688 \begin_inset Quotes gld
689 \end_inset
690
691 Eigennamen
692 \begin_inset Quotes grd
693 \end_inset
694
695 , die im Ausdruck mit hoch bzw.
696  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
697 \end_layout
698
699 \begin_layout Plain Layout
700 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
701  man ein TeX-Klammerpaar ein.
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 In den LaTeX-Vorspann
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 L@LaTeX-Vorspann
716 \end_layout
717
718 \end_inset
719
720  gelangt man über das Menü 
721 \family sans
722 Dokument\SpecialChar \menuseparator
723 Einstellungen\SpecialChar \menuseparator
724 LaT
725 \begin_inset ERT
726 status collapsed
727
728 \begin_layout Plain Layout
729
730 {}
731 \end_layout
732
733 \end_inset
734
735 eX-Vorspann
736 \family default
737 .
738 \end_layout
739
740 \begin_layout Standard
741 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
742 en Formeln kann man die Menüs 
743 \family sans
744 Bearbeiten\SpecialChar \menuseparator
745 Mathe
746 \family default
747  und 
748 \family sans
749 Bearbeiten\SpecialChar \menuseparator
750 Zeilen
751 \begin_inset space \thinspace{}
752 \end_inset
753
754 &
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 Spalten
759 \family default
760  oder die 
761 \family sans
762 Tabellen-Werkzeugleiste
763 \family default
764  verwenden.
765  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
766  die Spalte bzw.
767  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
768  bzw.
769  darunter liegenden Zeile vertauscht.
770  Befindet sich der Cursor in der letzten Spalte bzw.
771  Zeile, wird mit der links daneben stehenden Spalte bzw.
772  darüber liegenden Zeile vertauscht.
773 \end_layout
774
775 \begin_layout Standard
776 Zum Schreiben von Text in einer Formel
777 \begin_inset Foot
778 status collapsed
779
780 \begin_layout Plain Layout
781 Bei mehrzeiligen Formeln wird der Befehl 
782 \series bold
783
784 \backslash
785 intertext
786 \series default
787  verwendet, siehe 
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "sub:Text-in-mehrzeiligen"
791
792 \end_inset
793
794 .
795 \end_layout
796
797 \end_inset
798
799  verwendet man den 
800 \emph on
801 mathematischen Textmodus
802 \emph default
803
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 Text ! in Formeln
809 \end_layout
810
811 \end_inset
812
813
814 \begin_inset Index idx
815 status collapsed
816
817 \begin_layout Plain Layout
818 Mathematischer Textmodus
819 \end_layout
820
821 \end_inset
822
823 , in den man mit dem Tastenkürzel 
824 \family sans
825 Alt+M
826 \begin_inset space ~
827 \end_inset
828
829 M
830 \family default
831  oder durch Eingabe des Befehls 
832 \series bold
833
834 \backslash
835 text
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 Befehle ! T ! 
841 \backslash
842 text
843 \end_layout
844
845 \end_inset
846
847
848 \series default
849  gelangt.
850  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
851  Formel unterscheiden.
852  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
853  anderen Zeichen einer Formel nicht kursiv.
854 \end_layout
855
856 \begin_layout Subsection*
857 Befehlsschema
858 \end_layout
859
860 \begin_layout Standard
861 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
862  Schema:
863 \end_layout
864
865 \begin_layout Standard
866
867 \series bold
868
869 \backslash
870 Befehlsname[optionales
871 \series default
872  
873 \series bold
874 Argument]{anzugebendes
875 \series default
876  
877 \series bold
878 Argument}
879 \end_layout
880
881 \begin_layout Standard
882 Ein Befehl muss immer mit einem Backslash 
883 \begin_inset Quotes gld
884 \end_inset
885
886
887 \series bold
888
889 \backslash
890
891 \series default
892
893 \begin_inset Quotes grd
894 \end_inset
895
896  beginnen.
897  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
898  eckigen Klammern weggelassen werden.
899  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
900 \begin_inset Index idx
901 status collapsed
902
903 \begin_layout Plain Layout
904 T@TeX-Klammern
905 \end_layout
906
907 \end_inset
908
909  bezeichnet.
910  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
911  an, erzeugt LyX automatisch eine TeX-Klammer.
912  Ansonsten werden sie in Formeln mit dem Befehl 
913 \series bold
914
915 \backslash
916 {
917 \series default
918  erzeugt.
919  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
920  Klammern, die blau erscheinen.
921  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
922  TeX-Klammern erscheinen nicht im Ausdruck.
923 \end_layout
924
925 \begin_layout Standard
926 Werden Befehle ohne Argumente, wie z.
927 \begin_inset space \thinspace{}
928 \end_inset
929
930 B.
931  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
932 \emph on
933 immer
934 \emph default
935  ein Leerzeichen folgen um ihn zu beenden.
936  Dieses Leerzeichen erscheint nicht im Ausdruck.
937  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
938  normalen Text ein geschütztes Leerzeichen folgen.
939 \end_layout
940
941 \begin_layout Standard
942 Ein geschütztes Leerzeichen gibt man mit 
943 \family sans
944 Strg+Leertaste
945 \family default
946  ein.
947 \end_layout
948
949 \begin_layout Subsection*
950 Zeichenerklärung
951 \end_layout
952
953 \begin_layout Itemize
954 Das Symbol
955 \begin_inset Foot
956 status collapsed
957
958 \begin_layout Plain Layout
959 Dieses sichtbare Leerzeichen erhält man über den Befehl 
960 \series bold
961
962 \backslash
963 textvisiblespace
964 \series default
965
966 \begin_inset Index idx
967 status collapsed
968
969 \begin_layout Plain Layout
970 Befehle ! T ! 
971 \backslash
972 textvisiblespace
973 \end_layout
974
975 \end_inset
976
977 , der im TeX-Modus einzugeben ist.
978 \end_layout
979
980 \end_inset
981
982  
983 \begin_inset ERT
984 status collapsed
985
986 \begin_layout Plain Layout
987
988
989 \backslash
990 leer 
991 \end_layout
992
993 \end_inset
994
995
996 \begin_inset space ~
997 \end_inset
998
999 steht für ein einzugebendes Leerzeichen.
1000 \end_layout
1001
1002 \begin_layout Itemize
1003 Ein Pfeil wie z.
1004 \begin_inset space \thinspace{}
1005 \end_inset
1006
1007 B.
1008  
1009 \begin_inset Formula $\to$
1010 \end_inset
1011
1012  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1013 \end_layout
1014
1015 \begin_layout Subsection*
1016 Verfügbare Einheiten
1017 \end_layout
1018
1019 \begin_layout Standard
1020 \align center
1021 \begin_inset Float table
1022 placement H
1023 wide false
1024 sideways false
1025 status open
1026
1027 \begin_layout Plain Layout
1028 \align center
1029 \begin_inset Caption
1030
1031 \begin_layout Plain Layout
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "tab:Verfügbare-Einheiten"
1035
1036 \end_inset
1037
1038 Verfügbare Einheiten
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \begin_layout Plain Layout
1047 \align center
1048 \begin_inset Tabular
1049 <lyxtabular version="3" rows="13" columns="2">
1050 <features tabularvalignment="middle">
1051 <column alignment="center" valignment="top" width="0">
1052 <column alignment="center" valignment="top" width="0">
1053 <row>
1054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Einheit
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 Name / Beschreibung
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 </row>
1073 <row>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 mm
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 Millimeter
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 </row>
1093 <row>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 cm
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 Zentimeter
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 </row>
1113 <row>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 in
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1124 \begin_inset Text
1125
1126 \begin_layout Plain Layout
1127 Inch / Zoll (1
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 in = 2,54
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 cm)
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 </row>
1141 <row>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 pt
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Plain Layout
1155 Punkt (72,27
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 pt = 1
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 in)
1164 \end_layout
1165
1166 \end_inset
1167 </cell>
1168 </row>
1169 <row>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 pc
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1180 \begin_inset Text
1181
1182 \begin_layout Plain Layout
1183 Pica (1
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 pc = 12
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 pt)
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 </row>
1197 <row>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 sp
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 scaled point (65536
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 sp = 1
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 pt)
1220 \end_layout
1221
1222 \end_inset
1223 </cell>
1224 </row>
1225 <row>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 bp
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1236 \begin_inset Text
1237
1238 \begin_layout Plain Layout
1239 big point (72
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 bp = 1
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 in)
1248 \end_layout
1249
1250 \end_inset
1251 </cell>
1252 </row>
1253 <row>
1254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 dd
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1264 \begin_inset Text
1265
1266 \begin_layout Plain Layout
1267 Didot (1
1268 \begin_inset space \thinspace{}
1269 \end_inset
1270
1271 dd 
1272 \begin_inset Formula $\approx$
1273 \end_inset
1274
1275  0,376
1276 \begin_inset space \thinspace{}
1277 \end_inset
1278
1279 mm)
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 </row>
1285 <row>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 cc
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Plain Layout
1299 Cicero (1
1300 \begin_inset space \thinspace{}
1301 \end_inset
1302
1303 cc = 12
1304 \begin_inset space \thinspace{}
1305 \end_inset
1306
1307 dd)
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 </row>
1313 <row>
1314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 ex
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 Höhe des Buchstabens 
1328 \emph on
1329 x
1330 \emph default
1331  in der aktuellen Schrift
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 </row>
1337 <row>
1338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1339 \begin_inset Text
1340
1341 \begin_layout Plain Layout
1342 em
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 Breite des Buchstabens 
1352 \emph on
1353 M
1354 \emph default
1355  in der aktuellen Schrift
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 </row>
1361 <row>
1362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1363 \begin_inset Text
1364
1365 \begin_layout Plain Layout
1366 mu
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1372 \begin_inset Text
1373
1374 \begin_layout Plain Layout
1375 math unit (1
1376 \begin_inset space \thinspace{}
1377 \end_inset
1378
1379 mu = 
1380 \begin_inset Formula $\nicefrac{1}{18}$
1381 \end_inset
1382
1383
1384 \begin_inset space \thinspace{}
1385 \end_inset
1386
1387 em)
1388 \end_layout
1389
1390 \end_inset
1391 </cell>
1392 </row>
1393 </lyxtabular>
1394
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \begin_layout Standard
1406 \begin_inset Newpage newpage
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \begin_layout Section
1413 Grundlegende Funktionen
1414 \end_layout
1415
1416 \begin_layout Subsection
1417 Exponenten
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 Exponenten
1423 \end_layout
1424
1425 \end_inset
1426
1427  und Indizes
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 Indizes
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \begin_inset Index idx
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442 Hochstellen|see
1443 \begin_inset ERT
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447
1448 {
1449 \end_layout
1450
1451 \end_inset
1452
1453 Exponenten
1454 \begin_inset ERT
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458
1459 }
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \begin_inset Index idx
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474 Tiefstellen|see
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 {
1481 \end_layout
1482
1483 \end_inset
1484
1485 Indizes
1486 \begin_inset ERT
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490
1491 }
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \begin_layout Standard
1505 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1506  
1507 \begin_inset Graphics
1508         filename ../../images/math-subscript.png
1509         scale 85
1510
1511 \end_inset
1512
1513 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1514  
1515 \begin_inset Graphics
1516         filename ../../images/math-superscript.png
1517         scale 85
1518
1519 \end_inset
1520
1521  erzeugt.
1522 \end_layout
1523
1524 \begin_layout Standard
1525 \align center
1526 \begin_inset Tabular
1527 <lyxtabular version="3" rows="4" columns="2">
1528 <features tabularvalignment="middle">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <column alignment="center" valignment="top" width="0pt">
1531 <row>
1532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536 Befehl
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 Ergebnis
1546 \begin_inset Note Note
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550
1551 \series bold
1552
1553 \backslash
1554 raisebox
1555 \series default
1556  dient nur als Abstandhalter.
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 </row>
1567 <row>
1568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572 B_V
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581 \begin_inset Formula $B_{V}$
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595 B^V
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618 B^
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624
1625 \backslash
1626 leer 
1627 \end_layout
1628
1629 \end_inset
1630
1631 A
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1637 \begin_inset Text
1638
1639 \begin_layout Plain Layout
1640 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 </row>
1649 </lyxtabular>
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \begin_layout Standard
1657 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1658 llt
1659 \begin_inset Foot
1660 status collapsed
1661
1662 \begin_layout Plain Layout
1663 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1664 \end_layout
1665
1666 \end_inset
1667
1668 .
1669  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1670  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1671 \end_layout
1672
1673 \begin_layout Subsection
1674 Brüche
1675 \begin_inset CommandInset label
1676 LatexCommand label
1677 name "sub:Brüche"
1678
1679 \end_inset
1680
1681
1682 \begin_inset Index idx
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 Brüche
1687 \end_layout
1688
1689 \end_inset
1690
1691
1692 \end_layout
1693
1694 \begin_layout Standard
1695 Brüche werden mit dem Befehl 
1696 \series bold
1697
1698 \backslash
1699 frac
1700 \series default
1701
1702 \begin_inset Index idx
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 Befehle ! F ! 
1707 \backslash
1708 frac
1709 \end_layout
1710
1711 \end_inset
1712
1713  oder mit dem Mathe-Werkzeugleistenknopf 
1714 \begin_inset Graphics
1715         filename ../../images/math/frac.png
1716         scale 50
1717
1718 \end_inset
1719
1720  erstellt.
1721  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1722  in einer eingebetteten oder abgesetzten Formel befindet.
1723  Mit dem Mathe-Werkzeugleistenknopf 
1724 \begin_inset Graphics
1725         filename ../../images/math/frac-square.png
1726         scale 85
1727
1728 \end_inset
1729
1730  können verschieden Bruchtypen gewählt werden.
1731 \end_layout
1732
1733 \begin_layout Standard
1734 Mit dem Befehl 
1735 \series bold
1736
1737 \backslash
1738 dfrac
1739 \series default
1740
1741 \begin_inset Index idx
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745 Befehle ! D ! 
1746 \backslash
1747 dfrac
1748 \end_layout
1749
1750 \end_inset
1751
1752  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1753  Formel erscheint.
1754  Mit 
1755 \series bold
1756
1757 \backslash
1758 tfrac
1759 \series default
1760
1761 \begin_inset Index idx
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765 Befehle ! T ! 
1766 \backslash
1767 tfrac
1768 \end_layout
1769
1770 \end_inset
1771
1772  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1773  Ein Beispiel:
1774 \end_layout
1775
1776 \begin_layout Standard
1777 Eine Zeile mit dem Bruch 
1778 \begin_inset Formula $\frac{1}{2}$
1779 \end_inset
1780
1781 , der mit dem Befehl 
1782 \series bold
1783
1784 \backslash
1785 frac
1786 \series default
1787  erstellt wurde.
1788 \end_layout
1789
1790 \begin_layout Standard
1791 Eine Zeile mit dem Bruch 
1792 \begin_inset Formula $\dfrac{1}{2}$
1793 \end_inset
1794
1795 , der mit dem Befehl 
1796 \series bold
1797
1798 \backslash
1799 dfrac
1800 \series default
1801  erstellt wurde.
1802 \end_layout
1803
1804 \begin_layout Standard
1805 \align center
1806 \begin_inset Tabular
1807 <lyxtabular version="3" rows="4" columns="2">
1808 <features tabularvalignment="middle">
1809 <column alignment="center" valignment="top" width="0pt">
1810 <column alignment="center" valignment="top" width="0pt">
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Befehl
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 Ergebnis
1826 \begin_inset Note Note
1827 status collapsed
1828
1829 \begin_layout Plain Layout
1830
1831 \series bold
1832
1833 \backslash
1834 raisebox
1835 \series default
1836  dient nur als Abstandhalter.
1837 \end_layout
1838
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \backslash
1854 frac
1855 \begin_inset ERT
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859
1860
1861 \backslash
1862 leer 
1863 \end_layout
1864
1865 \end_inset
1866
1867 A
1868 \begin_inset Formula $\downarrow$
1869 \end_inset
1870
1871 B
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1881 \end_inset
1882
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 </row>
1889 <row>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \backslash
1896 dfrac
1897 \begin_inset ERT
1898 status collapsed
1899
1900 \begin_layout Plain Layout
1901
1902
1903 \backslash
1904 leer 
1905 \end_layout
1906
1907 \end_inset
1908
1909 A
1910 \begin_inset Formula $\downarrow$
1911 \end_inset
1912
1913 B
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 <row>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \backslash
1938 dfrac
1939 \begin_inset ERT
1940 status collapsed
1941
1942 \begin_layout Plain Layout
1943
1944
1945 \backslash
1946 leer 
1947 \end_layout
1948
1949 \end_inset
1950
1951 e^
1952 \begin_inset ERT
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956
1957
1958 \backslash
1959 leer 
1960 \end_layout
1961
1962 \end_inset
1963
1964
1965 \backslash
1966 frac
1967 \begin_inset ERT
1968 status collapsed
1969
1970 \begin_layout Plain Layout
1971
1972
1973 \backslash
1974 leer 
1975 \end_layout
1976
1977 \end_inset
1978
1979 1
1980 \begin_inset Formula $\downarrow$
1981 \end_inset
1982
1983 2
1984 \begin_inset Formula $\downarrow\downarrow$
1985 \end_inset
1986
1987 3
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 </lyxtabular>
2006
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \begin_layout Standard
2013 \begin_inset VSpace bigskip
2014 \end_inset
2015
2016
2017 \begin_inset Newpage newpage
2018 \end_inset
2019
2020 Für Mehrfachbrüche gibt es den Befehl 
2021 \series bold
2022
2023 \backslash
2024 cfrac
2025 \series default
2026
2027 \begin_inset Index idx
2028 status collapsed
2029
2030 \begin_layout Plain Layout
2031 Befehle ! C ! 
2032 \backslash
2033 cfrac
2034 \end_layout
2035
2036 \end_inset
2037
2038 .
2039  Dazu ein Beispiel:
2040 \begin_inset VSpace -3mm
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset Formula 
2048 \begin{align*}
2049 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2050 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2051 \end{align*}
2052
2053 \end_inset
2054
2055
2056 \end_layout
2057
2058 \begin_layout Standard
2059 Der Befehl für obiges Beispiel lautet:
2060 \end_layout
2061
2062 \begin_layout Standard
2063
2064 \series bold
2065
2066 \backslash
2067 cfrac
2068 \begin_inset ERT
2069 status collapsed
2070
2071 \begin_layout Plain Layout
2072
2073
2074 \backslash
2075 leer 
2076 \end_layout
2077
2078 \end_inset
2079
2080 A
2081 \begin_inset Formula $\downarrow$
2082 \end_inset
2083
2084 B+
2085 \backslash
2086 cfrac
2087 \begin_inset ERT
2088 status collapsed
2089
2090 \begin_layout Plain Layout
2091
2092
2093 \backslash
2094 leer 
2095 \end_layout
2096
2097 \end_inset
2098
2099 C+
2100 \backslash
2101 cfrac
2102 \begin_inset ERT
2103 status collapsed
2104
2105 \begin_layout Plain Layout
2106
2107
2108 \backslash
2109 leer 
2110 \end_layout
2111
2112 \end_inset
2113
2114 E
2115 \begin_inset Formula $\downarrow$
2116 \end_inset
2117
2118 F
2119 \begin_inset Formula $\downarrow$
2120 \end_inset
2121
2122 D
2123 \end_layout
2124
2125 \begin_layout Standard
2126 \begin_inset VSpace medskip
2127 \end_inset
2128
2129
2130 \end_layout
2131
2132 \begin_layout Standard
2133
2134 \series bold
2135
2136 \backslash
2137 cfrac
2138 \series default
2139  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2140  auch wenn er selbst Teil eines Bruches ist.
2141 \end_layout
2142
2143 \begin_layout Standard
2144 Es ist möglich die Ausrichtung des Zählers einzustellen.
2145  Der Befehl 
2146 \series bold
2147
2148 \backslash
2149 cfracleft
2150 \series default
2151  richtet ihn links, der Befehl 
2152 \series bold
2153
2154 \backslash
2155 cfracright
2156 \series default
2157  rechts aus.
2158  
2159 \series bold
2160
2161 \backslash
2162 cfrac
2163 \series default
2164  zentriert den Zähler.
2165  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2166 \end_layout
2167
2168 \begin_layout Standard
2169
2170 \series bold
2171 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2172 \end_inset
2173
2174
2175 \begin_inset Formula $\cfrac{A}{B+C}$
2176 \end_inset
2177
2178
2179 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2180 \end_inset
2181
2182
2183 \end_layout
2184
2185 \begin_layout Standard
2186 \begin_inset Note Greyedout
2187 status open
2188
2189 \begin_layout Plain Layout
2190
2191 \series bold
2192 Achtung:
2193 \series default
2194  
2195 \series bold
2196
2197 \backslash
2198 cfracleft
2199 \series default
2200  und
2201 \series bold
2202  
2203 \backslash
2204 cfracright
2205 \series default
2206  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2207 \series bold
2208
2209 \backslash
2210 cfrac[Ausrichtung]{Zähler}{Nenner}
2211 \series default
2212  dar.
2213  Daher kann man sie nicht im TeX-Code benutzen.
2214 \end_layout
2215
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Standard
2222 \begin_inset VSpace medskip
2223 \end_inset
2224
2225 Oftmals ist es am günstigsten 
2226 \series bold
2227
2228 \backslash
2229 cfrac
2230 \series default
2231  und 
2232 \series bold
2233
2234 \backslash
2235 frac
2236 \series default
2237  zu kombinieren:
2238 \begin_inset Formula 
2239 \[
2240 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2241 \]
2242
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \begin_layout Standard
2249 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2250 \series bold
2251
2252 \backslash
2253 nicefrac
2254 \series default
2255
2256 \begin_inset Index idx
2257 status collapsed
2258
2259 \begin_layout Plain Layout
2260 Befehle ! N ! 
2261 \backslash
2262 nicefrac
2263 \end_layout
2264
2265 \end_inset
2266
2267
2268 \begin_inset Formula $\nicefrac{5}{31}$
2269 \end_inset
2270
2271  oder 
2272 \series bold
2273
2274 \backslash
2275 unitfrac
2276 \series default
2277
2278 \begin_inset Index idx
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282 Befehle! U ! 
2283 \backslash
2284 unitfrac
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \begin_inset Formula $\unitfrac{5}{31}$
2291 \end_inset
2292
2293  benutzt werden.
2294  Des Weiteren gibt es den Befehl 
2295 \series bold
2296
2297 \backslash
2298 unitfracthree
2299 \series default
2300  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2301 \begin_inset Formula $\unitfrac[2]{1}{3}$
2302 \end_inset
2303
2304
2305 \end_layout
2306
2307 \begin_layout Standard
2308 \begin_inset Note Greyedout
2309 status open
2310
2311 \begin_layout Plain Layout
2312
2313 \series bold
2314 Achtung:
2315 \series default
2316  
2317 \series bold
2318
2319 \backslash
2320 unitfracthree
2321 \series default
2322  ist kein echter LaTeX-Befehl, sondern der Befehl
2323 \begin_inset Newline newline
2324 \end_inset
2325
2326
2327 \series bold
2328
2329 \backslash
2330 unitfrac[Zahl]{Zähler}{Nenner}
2331 \series default
2332  .
2333  Daher kann man ihn nicht im TeX-Code benutzen.
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \begin_layout Standard
2342 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2343  in 
2344 \begin_inset CommandInset ref
2345 LatexCommand ref
2346 reference "sub:Selbstdefinierte-Brüche"
2347
2348 \end_inset
2349
2350  erklärt.
2351 \end_layout
2352
2353 \begin_layout Subsection
2354 Wurzeln
2355 \begin_inset Index idx
2356 status collapsed
2357
2358 \begin_layout Plain Layout
2359 Wurzeln
2360 \end_layout
2361
2362 \end_inset
2363
2364
2365 \end_layout
2366
2367 \begin_layout Standard
2368 Quadratwurzeln werden mit 
2369 \series bold
2370
2371 \backslash
2372 sqrt
2373 \series default
2374
2375 \begin_inset Index idx
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 Befehle ! S ! 
2380 \backslash
2381 sqrt
2382 \end_layout
2383
2384 \end_inset
2385
2386  oder dem Mathe-Werkzeugleistenknopf 
2387 \begin_inset Graphics
2388         filename ../../images/math/sqrt.png
2389         scale 85
2390
2391 \end_inset
2392
2393  gesetzt, alle anderen Wurzeln mit dem Befehl 
2394 \series bold
2395
2396 \backslash
2397 root
2398 \series default
2399
2400 \begin_inset Index idx
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 Befehle ! R ! 
2405 \backslash
2406 root
2407 \end_layout
2408
2409 \end_inset
2410
2411  oder dem Mathe-Werkzeugleistenknopf 
2412 \begin_inset Graphics
2413         filename ../../images/math/root.png
2414         scale 85
2415
2416 \end_inset
2417
2418 .
2419 \end_layout
2420
2421 \begin_layout Standard
2422 \align center
2423 \begin_inset Tabular
2424 <lyxtabular version="3" rows="3" columns="2">
2425 <features tabularvalignment="middle">
2426 <column alignment="center" valignment="top" width="0pt">
2427 <column alignment="center" valignment="top" width="0pt">
2428 <row>
2429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433 Befehl
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442 Ergebnis
2443 \begin_inset Note Note
2444 status collapsed
2445
2446 \begin_layout Plain Layout
2447
2448 \series bold
2449
2450 \backslash
2451 raisebox
2452 \series default
2453  dient nur als Abstandhalter.
2454 \end_layout
2455
2456 \end_inset
2457
2458
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 </row>
2464 <row>
2465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2466 \begin_inset Text
2467
2468 \begin_layout Plain Layout
2469
2470 \backslash
2471 sqrt
2472 \begin_inset ERT
2473 status collapsed
2474
2475 \begin_layout Plain Layout
2476
2477
2478 \backslash
2479 leer 
2480 \end_layout
2481
2482 \end_inset
2483
2484 A-B
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Plain Layout
2493 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2494 \end_inset
2495
2496
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 </row>
2502 <row>
2503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Plain Layout
2507
2508 \backslash
2509 root
2510 \begin_inset ERT
2511 status collapsed
2512
2513 \begin_layout Plain Layout
2514
2515
2516 \backslash
2517 leer 
2518 \end_layout
2519
2520 \end_inset
2521
2522 3
2523 \begin_inset Formula $\downarrow$
2524 \end_inset
2525
2526 A-B
2527 \end_layout
2528
2529 \end_inset
2530 </cell>
2531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2532 \begin_inset Text
2533
2534 \begin_layout Plain Layout
2535 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2536 \end_inset
2537
2538
2539 \end_layout
2540
2541 \end_inset
2542 </cell>
2543 </row>
2544 </lyxtabular>
2545
2546 \end_inset
2547
2548
2549 \end_layout
2550
2551 \begin_layout Standard
2552 Eine Quadratwurzel kann man auch mit 
2553 \series bold
2554
2555 \backslash
2556 root
2557 \series default
2558  erstellen, indem man das Feld über der Wurzel frei lässt.
2559 \end_layout
2560
2561 \begin_layout Standard
2562 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2563  Formel: 
2564 \begin_inset Formula $\sqrt[\beta]{B}$
2565 \end_inset
2566
2567
2568 \begin_inset Newline newline
2569 \end_inset
2570
2571 Das 
2572 \begin_inset Formula $\beta$
2573 \end_inset
2574
2575  berührt die Wurzel.
2576  Um dies zu verhindern, verwendet man die Befehle 
2577 \series bold
2578
2579 \backslash
2580 leftroot
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Befehle ! L ! 
2588 \backslash
2589 leftroot
2590 \end_layout
2591
2592 \end_inset
2593
2594  und 
2595 \series bold
2596
2597 \backslash
2598 uproot
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Befehle ! U ! 
2606 \backslash
2607 uproot
2608 \end_layout
2609
2610 \end_inset
2611
2612 , die folgendes Schema besitzen:
2613 \end_layout
2614
2615 \begin_layout Standard
2616
2617 \series bold
2618
2619 \backslash
2620 leftroot{Abstand}
2621 \series default
2622  bzw.
2623  
2624 \series bold
2625
2626 \backslash
2627 uproot{Abstand}
2628 \end_layout
2629
2630 \begin_layout Standard
2631 Abstand ist die Anzahl der Big Points (Einheit bp; 
2632 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2633 \end_inset
2634
2635 ), um die der Index nach links bzw.
2636  nach oben verschoben werden soll.
2637  Die Befehle werden in den Index geschrieben.
2638  So ergibt der Befehl
2639 \begin_inset Newline newline
2640 \end_inset
2641
2642
2643 \series bold
2644
2645 \backslash
2646 root
2647 \backslash
2648 leftroot{-1
2649 \begin_inset Formula $\to$
2650 \end_inset
2651
2652
2653 \backslash
2654 uproot{2
2655 \begin_inset Formula $\to$
2656 \end_inset
2657
2658
2659 \backslash
2660 beta
2661 \begin_inset ERT
2662 status collapsed
2663
2664 \begin_layout Plain Layout
2665
2666
2667 \backslash
2668 leer 
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \begin_inset Formula $\to$
2675 \end_inset
2676
2677 B
2678 \begin_inset Newline newline
2679 \end_inset
2680
2681
2682 \series default
2683 eine korrekt gesetzte Formel: 
2684 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \begin_layout Subsection
2691 Binomialkoeffizienten
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Binomialkoeffizienten
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \end_layout
2703
2704 \begin_layout Standard
2705 Binomialkoeffizienten können mit dem Befehl 
2706 \series bold
2707
2708 \backslash
2709 binom
2710 \series default
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 Befehle ! B ! 
2717 \backslash
2718 binom
2719 \end_layout
2720
2721 \end_inset
2722
2723  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2724 \begin_inset Graphics
2725         filename ../../images/math/frac-square.png
2726         scale 85
2727
2728 \end_inset
2729
2730 eingefügt werden.
2731  Analog zu Brüchen (
2732 \series bold
2733
2734 \backslash
2735 frac
2736 \series default
2737 ) gibt es außer 
2738 \series bold
2739
2740 \backslash
2741 binom
2742 \series default
2743  noch die Befehle 
2744 \series bold
2745
2746 \backslash
2747 dbinom
2748 \series default
2749
2750 \begin_inset Index idx
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Befehle ! D ! 
2755 \backslash
2756 dbinom
2757 \end_layout
2758
2759 \end_inset
2760
2761  und 
2762 \series bold
2763
2764 \backslash
2765 tbinom
2766 \series default
2767
2768 \begin_inset Index idx
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Befehle ! T ! 
2773 \backslash
2774 tbinom
2775 \end_layout
2776
2777 \end_inset
2778
2779 .
2780  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2781 \series bold
2782
2783 \backslash
2784 brace
2785 \series default
2786
2787 \begin_inset Index idx
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 Befehle ! B ! 
2792 \backslash
2793 brace
2794 \end_layout
2795
2796 \end_inset
2797
2798  und 
2799 \series bold
2800
2801 \backslash
2802 brack
2803 \series default
2804
2805 \begin_inset Index idx
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809 Befehle ! B ! 
2810 \backslash
2811 brack
2812 \end_layout
2813
2814 \end_inset
2815
2816 .
2817 \end_layout
2818
2819 \begin_layout Standard
2820 \align center
2821 \begin_inset Tabular
2822 <lyxtabular version="3" rows="6" columns="2">
2823 <features tabularvalignment="middle">
2824 <column alignment="center" valignment="top" width="0pt">
2825 <column alignment="center" valignment="top" width="0pt">
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831 Befehl
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 Ergebnis
2841 \begin_inset Note Note
2842 status collapsed
2843
2844 \begin_layout Plain Layout
2845
2846 \series bold
2847
2848 \backslash
2849 raisebox
2850 \series default
2851  dient nur als Abstandhalter.
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 </row>
2862 <row>
2863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \backslash
2869 binom
2870 \begin_inset ERT
2871 status collapsed
2872
2873 \begin_layout Plain Layout
2874
2875
2876 \backslash
2877 leer 
2878 \end_layout
2879
2880 \end_inset
2881
2882 A
2883 \begin_inset Formula $\downarrow$
2884 \end_inset
2885
2886 B
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \backslash
2911 dbinom
2912 \begin_inset ERT
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916
2917
2918 \backslash
2919 leer 
2920 \end_layout
2921
2922 \end_inset
2923
2924 A
2925 \begin_inset Formula $\downarrow$
2926 \end_inset
2927
2928 B
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 <row>
2947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \backslash
2953 tbinom
2954 \begin_inset ERT
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958
2959
2960 \backslash
2961 leer 
2962 \end_layout
2963
2964 \end_inset
2965
2966 A
2967 \begin_inset Formula $\downarrow$
2968 \end_inset
2969
2970 B
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \backslash
2995 brack
2996 \begin_inset ERT
2997 status collapsed
2998
2999 \begin_layout Plain Layout
3000
3001
3002 \backslash
3003 leer 
3004 \end_layout
3005
3006 \end_inset
3007
3008 A
3009 \begin_inset Formula $\downarrow$
3010 \end_inset
3011
3012 B
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row>
3031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035
3036 \backslash
3037 brace
3038 \begin_inset ERT
3039 status collapsed
3040
3041 \begin_layout Plain Layout
3042
3043
3044 \backslash
3045 leer 
3046 \end_layout
3047
3048 \end_inset
3049
3050 A
3051 \begin_inset Formula $\downarrow$
3052 \end_inset
3053
3054 B
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 </lyxtabular>
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Subsection
3080 Fallunterscheidungen
3081 \begin_inset Index idx
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085 Fallunterscheidungen
3086 \end_layout
3087
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \begin_layout Standard
3094 \align center
3095 \begin_inset Tabular
3096 <lyxtabular version="3" rows="3" columns="2">
3097 <features tabularvalignment="middle">
3098 <column alignment="center" valignment="top" width="0pt">
3099 <column alignment="center" valignment="top" width="0pt">
3100 <row>
3101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 Befehl
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 Ergebnis
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row>
3121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125
3126 \backslash
3127 cases
3128 \begin_inset ERT
3129 status collapsed
3130
3131 \begin_layout Plain Layout
3132
3133
3134 \backslash
3135 leer 
3136 \end_layout
3137
3138 \end_inset
3139
3140 A
3141 \begin_inset Formula $\to$
3142 \end_inset
3143
3144 B>0
3145 \begin_inset Index idx
3146 status collapsed
3147
3148 \begin_layout Plain Layout
3149 Befehle ! C ! 
3150 \backslash
3151 cases
3152 \end_layout
3153
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 \begin_inset Formula $\begin{cases}
3166 A & B>0\end{cases}$
3167 \end_inset
3168
3169
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row>
3176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \backslash
3182 cases
3183 \begin_inset ERT
3184 status collapsed
3185
3186 \begin_layout Plain Layout
3187
3188
3189 \backslash
3190 leer 
3191 \end_layout
3192
3193 \end_inset
3194
3195 Strg+Enter
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 \begin_inset Formula $\begin{cases}
3205 A & \textrm{für }x>0\\
3206 B & \textrm{für }x=0
3207 \end{cases}$
3208 \end_inset
3209
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 </row>
3216 </lyxtabular>
3217
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \begin_layout Standard
3224 Nach der Eingabe von 
3225 \series bold
3226
3227 \backslash
3228 cases
3229 \series default
3230  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3231 \begin_inset Graphics
3232         filename ../../images/math/cases.png
3233         scale 85
3234
3235 \end_inset
3236
3237  können mit 
3238 \family sans
3239 Strg+Enter
3240 \family default
3241  oder dem Tabellen-Werkzeugleistenknopf 
3242 \begin_inset Graphics
3243         filename ../../images/tabular-feature_append-row.png
3244         scale 85
3245
3246 \end_inset
3247
3248  neue Zeilen erstellt werden.
3249 \begin_inset Foot
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3254 \begin_inset CommandInset ref
3255 LatexCommand ref
3256 reference "sub:Akzente-für-ein"
3257
3258 \end_inset
3259
3260  beschrieben.
3261 \end_layout
3262
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \begin_layout Standard
3269 Der Befehl 
3270 \series bold
3271
3272 \backslash
3273 cases
3274 \series default
3275  ist auch über das Menü 
3276 \family sans
3277 Einfügen\SpecialChar \menuseparator
3278 Mathe\SpecialChar \menuseparator
3279 Cases-Umgebung
3280 \family default
3281  verfügbar.
3282 \end_layout
3283
3284 \begin_layout Subsection
3285 Verneinungen
3286 \begin_inset Index idx
3287 status collapsed
3288
3289 \begin_layout Plain Layout
3290 Verneinungen
3291 \end_layout
3292
3293 \end_inset
3294
3295
3296 \end_layout
3297
3298 \begin_layout Standard
3299 Durch die Eingabe von 
3300 \series bold
3301
3302 \backslash
3303 not
3304 \series default
3305
3306 \begin_inset Index idx
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310 Befehle ! N ! 
3311 \backslash
3312 not
3313 \end_layout
3314
3315 \end_inset
3316
3317  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3318  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3319 \end_layout
3320
3321 \begin_layout Standard
3322 \align center
3323 \begin_inset Tabular
3324 <lyxtabular version="3" rows="4" columns="2">
3325 <features tabularvalignment="middle">
3326 <column alignment="center" valignment="top" width="0pt">
3327 <column alignment="center" valignment="top" width="0pt">
3328 <row>
3329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Befehl
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 Ergebnis
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \backslash
3355 not=
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 \begin_inset Formula $\not=$
3365 \end_inset
3366
3367
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \backslash
3380 not 
3381 \backslash
3382 le
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 \begin_inset Formula $\not\le$
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \backslash
3407 not 
3408 \backslash
3409 parallel
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 \begin_inset Formula $\not\parallel$
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 </lyxtabular>
3428
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3436  Deswegen gibt es für Einige spezielle Befehle (siehe 
3437 \begin_inset CommandInset ref
3438 LatexCommand ref
3439 reference "sub:Mathematische-Symbole"
3440
3441 \end_inset
3442
3443  und 
3444 \begin_inset CommandInset ref
3445 LatexCommand ref
3446 reference "sec:Relationen"
3447
3448 \end_inset
3449
3450 ).
3451 \end_layout
3452
3453 \begin_layout Subsection
3454 Platzhalter
3455 \begin_inset CommandInset label
3456 LatexCommand label
3457 name "sub:Platzhalter"
3458
3459 \end_inset
3460
3461
3462 \begin_inset Index idx
3463 status collapsed
3464
3465 \begin_layout Plain Layout
3466 Platzhalter
3467 \end_layout
3468
3469 \end_inset
3470
3471
3472 \begin_inset Index idx
3473 status collapsed
3474
3475 \begin_layout Plain Layout
3476 chemische Zeichen ! Isotope
3477 \end_layout
3478
3479 \end_inset
3480
3481
3482 \begin_inset Index idx
3483 status collapsed
3484
3485 \begin_layout Plain Layout
3486 Isotope|see
3487 \begin_inset ERT
3488 status collapsed
3489
3490 \begin_layout Plain Layout
3491
3492 {
3493 \end_layout
3494
3495 \end_inset
3496
3497 chemische Zeichen
3498 \begin_inset ERT
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502
3503 }
3504 \end_layout
3505
3506 \end_inset
3507
3508
3509 \end_layout
3510
3511 \end_inset
3512
3513
3514 \end_layout
3515
3516 \begin_layout Standard
3517 Möchte man z.
3518 \begin_inset space \thinspace{}
3519 \end_inset
3520
3521 B.
3522  Isotope
3523 \begin_inset Foot
3524 status collapsed
3525
3526 \begin_layout Plain Layout
3527 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3528 \begin_inset CommandInset ref
3529 LatexCommand ref
3530 reference "sub:Chemische-Symbole-und"
3531
3532 \end_inset
3533
3534  beschrieben.
3535 \end_layout
3536
3537 \end_inset
3538
3539  darstellen, tritt folgendes Problem auf:
3540 \end_layout
3541
3542 \begin_layout Standard
3543 \align center
3544 \begin_inset Tabular
3545 <lyxtabular version="3" rows="2" columns="2">
3546 <features tabularvalignment="middle">
3547 <column alignment="center" valignment="top" width="0pt">
3548 <column alignment="center" valignment="top" width="0pt">
3549 <row>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 durch Hoch- und Tiefstellen erzeugte Indizes:
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3564 \end_inset
3565
3566
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 korrekte Indizes:
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 </lyxtabular>
3596
3597 \end_inset
3598
3599
3600 \begin_inset Note Note
3601 status collapsed
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606
3607 \backslash
3608 raisebox
3609 \series default
3610  dient nur
3611 \end_layout
3612
3613 \begin_layout Plain Layout
3614 als Abstandhalter.
3615 \end_layout
3616
3617 \end_inset
3618
3619
3620 \end_layout
3621
3622 \begin_layout Standard
3623 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3624  längeren Index gesetzt.
3625  Um das zu verhindern gibt es den Befehl 
3626 \series bold
3627
3628 \backslash
3629 phantom
3630 \series default
3631
3632 \begin_inset Index idx
3633 status collapsed
3634
3635 \begin_layout Plain Layout
3636 Befehle ! P ! 
3637 \backslash
3638 phantom
3639 \end_layout
3640
3641 \end_inset
3642
3643  oder den Mathe-Werkzeugleistenknopf
3644 \begin_inset space \thinspace{}
3645 \end_inset
3646
3647
3648 \begin_inset Foot
3649 status collapsed
3650
3651 \begin_layout Plain Layout
3652 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3653 \begin_inset Graphics
3654         filename ../../images/math/space.png
3655         scale 85
3656
3657 \end_inset
3658
3659
3660 \end_layout
3661
3662 \end_inset
3663
3664  
3665 \begin_inset Graphics
3666         filename ../../images/math/phantom.png
3667         scale 85
3668
3669 \end_inset
3670
3671 , der ein oder mehrere Phantomzeichen erstellt.
3672  Wenn 
3673 \series bold
3674
3675 \backslash
3676 phantom
3677 \series default
3678  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3679  Pfeilen überlagert wird.
3680  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3681  als Leerraum erstellt wird.
3682  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3683  Zeichen.
3684 \end_layout
3685
3686 \begin_layout Standard
3687 \align center
3688 \begin_inset Tabular
3689 <lyxtabular version="3" rows="4" columns="2">
3690 <features tabularvalignment="middle">
3691 <column alignment="center" valignment="top" width="0">
3692 <column alignment="center" valignment="top" width="0">
3693 <row>
3694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Befehl
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Ergebnis
3708 \begin_inset Note Note
3709 status collapsed
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714
3715 \backslash
3716 raisebox
3717 \series default
3718  dient nur als Abstandhalter.
3719 \end_layout
3720
3721 \end_inset
3722
3723
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 ^19
3735 \begin_inset ERT
3736 status collapsed
3737
3738 \begin_layout Plain Layout
3739
3740
3741 \backslash
3742 leer 
3743 \end_layout
3744
3745 \end_inset
3746
3747 _
3748 \backslash
3749 phantom
3750 \begin_inset ERT
3751 status collapsed
3752
3753 \begin_layout Plain Layout
3754
3755
3756 \backslash
3757 leer 
3758 \end_layout
3759
3760 \end_inset
3761
3762 1
3763 \begin_inset Formula $\to$
3764 \end_inset
3765
3766 9
3767 \begin_inset ERT
3768 status collapsed
3769
3770 \begin_layout Plain Layout
3771
3772
3773 \backslash
3774 leer 
3775 \end_layout
3776
3777 \end_inset
3778
3779 F
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3789 \end_inset
3790
3791
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 ^235
3803 \begin_inset ERT
3804 status collapsed
3805
3806 \begin_layout Plain Layout
3807
3808
3809 \backslash
3810 leer 
3811 \end_layout
3812
3813 \end_inset
3814
3815 _
3816 \backslash
3817 phantom
3818 \begin_inset ERT
3819 status collapsed
3820
3821 \begin_layout Plain Layout
3822
3823
3824 \backslash
3825 leer 
3826 \end_layout
3827
3828 \end_inset
3829
3830 23
3831 \begin_inset Formula $\to$
3832 \end_inset
3833
3834 9
3835 \begin_inset ERT
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840
3841 \backslash
3842 leer 
3843 \end_layout
3844
3845 \end_inset
3846
3847 F
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3857 \end_inset
3858
3859
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \backslash
3872 Lambda^
3873 \begin_inset ERT
3874 status collapsed
3875
3876 \begin_layout Plain Layout
3877
3878
3879 \backslash
3880 leer 
3881 \end_layout
3882
3883 \end_inset
3884
3885
3886 \backslash
3887 phantom
3888 \begin_inset ERT
3889 status collapsed
3890
3891 \begin_layout Plain Layout
3892
3893
3894 \backslash
3895 leer 
3896 \end_layout
3897
3898 \end_inset
3899
3900 ii
3901 \begin_inset Formula $\to$
3902 \end_inset
3903
3904 t
3905 \begin_inset ERT
3906 status collapsed
3907
3908 \begin_layout Plain Layout
3909
3910
3911 \backslash
3912 leer 
3913 \end_layout
3914
3915 \end_inset
3916
3917 _MMt
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 </lyxtabular>
3936
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \begin_layout Standard
3943 Des Weiteren gibt es noch die Befehle 
3944 \series bold
3945
3946 \backslash
3947 vphantom
3948 \series default
3949
3950 \begin_inset Index idx
3951 status collapsed
3952
3953 \begin_layout Plain Layout
3954 Befehle ! V ! 
3955 \backslash
3956 vphantom
3957 \end_layout
3958
3959 \end_inset
3960
3961  (Werkzeugleistenknopf 
3962 \begin_inset space ~
3963 \end_inset
3964
3965
3966 \begin_inset Graphics
3967         filename ../../images/math/vphantom.png
3968         scale 85
3969
3970 \end_inset
3971
3972 ) und 
3973 \series bold
3974
3975 \backslash
3976 hphantom
3977 \series default
3978
3979 \begin_inset Index idx
3980 status collapsed
3981
3982 \begin_layout Plain Layout
3983 Befehle ! H ! 
3984 \backslash
3985 hphantom
3986 \end_layout
3987
3988 \end_inset
3989
3990  (Werkzeugleistenknopf 
3991 \begin_inset space ~
3992 \end_inset
3993
3994
3995 \begin_inset Graphics
3996         filename ../../images/math/hphantom.png
3997         scale 85
3998
3999 \end_inset
4000
4001 ).
4002  
4003 \series bold
4004
4005 \backslash
4006 hphantom
4007 \series default
4008  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4009  nicht jedoch für deren Breite.
4010  Bei 
4011 \series bold
4012
4013 \backslash
4014 vphantom
4015 \series default
4016  wird nur Platz mit der Breite des Kästchens erstellt.
4017  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4018 \end_layout
4019
4020 \begin_layout Standard
4021 Zum Beispiel erzeugt 
4022 \series bold
4023
4024 \backslash
4025 vphantom
4026 \series default
4027
4028 \begin_inset ERT
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032
4033
4034 \backslash
4035 leer 
4036 \end_layout
4037
4038 \end_inset
4039
4040
4041 \series bold
4042 a
4043 \backslash
4044 int
4045 \series default
4046  Platz der Höhe des Integralzeichens,
4047 \begin_inset Foot
4048 status collapsed
4049
4050 \begin_layout Plain Layout
4051 Der Befehl 
4052 \series bold
4053
4054 \backslash
4055 int
4056 \series default
4057  erzeugt ein Integralzeichen, siehe 
4058 \begin_inset CommandInset ref
4059 LatexCommand ref
4060 reference "sub:Große-Operatoren"
4061
4062 \end_inset
4063
4064 .
4065 \end_layout
4066
4067 \end_inset
4068
4069  da dieses das größere Zeichen ist.
4070  Eine Beispielanwendung ist in 
4071 \begin_inset CommandInset ref
4072 LatexCommand ref
4073 reference "sub:Mehrzeilige-Klammern"
4074
4075 \end_inset
4076
4077  zu finden.
4078 \end_layout
4079
4080 \begin_layout Standard
4081 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4082  
4083 \family sans
4084 Einfügen\SpecialChar \menuseparator
4085 Formatierung\SpecialChar \menuseparator
4086 Phantom
4087 \family default
4088  eingefügt werden:
4089 \end_layout
4090
4091 \begin_layout Standard
4092 Dies ist ein Satz.
4093 \begin_inset Newline newline
4094 \end_inset
4095
4096
4097 \begin_inset Phantom Phantom
4098 status open
4099
4100 \begin_layout Plain Layout
4101 Dies
4102 \end_layout
4103
4104 \end_inset
4105
4106  ist ein Satz.
4107 \end_layout
4108
4109 \begin_layout Subsection
4110 Linien
4111 \begin_inset Index idx
4112 status collapsed
4113
4114 \begin_layout Plain Layout
4115 Linien
4116 \end_layout
4117
4118 \end_inset
4119
4120
4121 \begin_inset Index idx
4122 status collapsed
4123
4124 \begin_layout Plain Layout
4125 Formel ! unterstrichene
4126 \end_layout
4127
4128 \end_inset
4129
4130
4131 \end_layout
4132
4133 \begin_layout Standard
4134 \align center
4135 \begin_inset Tabular
4136 <lyxtabular version="3" rows="4" columns="2">
4137 <features tabularvalignment="middle">
4138 <column alignment="center" valignment="top" width="0pt">
4139 <column alignment="center" valignment="top" width="0pt">
4140 <row>
4141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Befehl
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Ergebnis
4155 \begin_inset Note Note
4156 status collapsed
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161
4162 \backslash
4163 raisebox
4164 \series default
4165  dient nur als Abstandhalter.
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \backslash
4183 overline
4184 \begin_inset ERT
4185 status collapsed
4186
4187 \begin_layout Plain Layout
4188
4189
4190 \backslash
4191 leer 
4192 \end_layout
4193
4194 \end_inset
4195
4196 A+B
4197 \begin_inset Index idx
4198 status collapsed
4199
4200 \begin_layout Plain Layout
4201 Befehle ! O ! 
4202 \backslash
4203 overline
4204 \end_layout
4205
4206 \end_inset
4207
4208
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \backslash
4233 underline
4234 \begin_inset ERT
4235 status collapsed
4236
4237 \begin_layout Plain Layout
4238
4239
4240 \backslash
4241 leer 
4242 \end_layout
4243
4244 \end_inset
4245
4246 A+B
4247 \begin_inset Index idx
4248 status collapsed
4249
4250 \begin_layout Plain Layout
4251 Befehle ! U ! 
4252 \backslash
4253 underline
4254 \end_layout
4255
4256 \end_inset
4257
4258
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4268 \end_inset
4269
4270
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \backslash
4283 overline
4284 \begin_inset ERT
4285 status collapsed
4286
4287 \begin_layout Plain Layout
4288
4289
4290 \backslash
4291 leer 
4292 \end_layout
4293
4294 \end_inset
4295
4296
4297 \backslash
4298 underline
4299 \begin_inset ERT
4300 status collapsed
4301
4302 \begin_layout Plain Layout
4303
4304
4305 \backslash
4306 leer 
4307 \end_layout
4308
4309 \end_inset
4310
4311 A+B
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4321 \end_inset
4322
4323
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 </lyxtabular>
4330
4331 \end_inset
4332
4333
4334 \end_layout
4335
4336 \begin_layout Standard
4337 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4338 \series bold
4339
4340 \backslash
4341 overline
4342 \series default
4343  oder 
4344 \series bold
4345
4346 \backslash
4347 underline
4348 \series default
4349  eingibt.
4350 \end_layout
4351
4352 \begin_layout Standard
4353 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4354 \begin_inset Newline linebreak
4355 \end_inset
4356
4357
4358 \series bold
4359
4360 \backslash
4361 underline
4362 \series default
4363 .
4364 \end_layout
4365
4366 \begin_layout Standard
4367 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4368 \end_layout
4369
4370 \begin_layout Standard
4371 \begin_inset VSpace bigskip
4372 \end_inset
4373
4374 Benutzerdefinierte Linien können mit dem Befehl 
4375 \series bold
4376
4377 \backslash
4378 rule
4379 \series default
4380
4381 \begin_inset Index idx
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385 Befehle! R ! 
4386 \backslash
4387 rule
4388 \end_layout
4389
4390 \end_inset
4391
4392  erstellt werden, der folgendes Schema besitzt:
4393 \end_layout
4394
4395 \begin_layout Standard
4396
4397 \series bold
4398
4399 \backslash
4400 rule[vertikaler Versatz]{Länge}{Dicke}
4401 \end_layout
4402
4403 \begin_layout Standard
4404 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4405  unten, wenn der Wert negativ ist).
4406  Die Einheiten, die in 
4407 \begin_inset CommandInset ref
4408 LatexCommand ref
4409 reference "tab:Verfügbare-Einheiten"
4410
4411 \end_inset
4412
4413  aufgelistet sind, können für die Werte benutzt werden.
4414  Hier sind zwei Beispiele, die mit den Befehlen
4415 \begin_inset Newline newline
4416 \end_inset
4417
4418
4419 \series bold
4420
4421 \backslash
4422 rule[-2ex]{3cm}{2pt}
4423 \series default
4424  und 
4425 \series bold
4426
4427 \backslash
4428 rule{2cm}{1pt}
4429 \series default
4430  erzeugt wurden:
4431 \end_layout
4432
4433 \begin_layout Standard
4434 Dies ist ein Satz 
4435 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4436 \end_inset
4437
4438  mit zwei Linien.
4439 \end_layout
4440
4441 \begin_layout Standard
4442
4443 \series bold
4444
4445 \backslash
4446 rule
4447 \series default
4448  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4449 \family sans
4450 Einfügen\SpecialChar \menuseparator
4451 Formatierung\SpecialChar \menuseparator
4452 Horizontale
4453 \begin_inset space ~
4454 \end_inset
4455
4456 Line
4457 \family default
4458  eingefügt wird:
4459 \end_layout
4460
4461 \begin_layout Standard
4462 Dies ist ein Satz 
4463 \begin_inset CommandInset line
4464 LatexCommand rule
4465 offset "0.5ex"
4466 width "3cm"
4467 height "1pt"
4468
4469 \end_inset
4470
4471  mit einer Linie.
4472 \end_layout
4473
4474 \begin_layout Subsection
4475 Fortsetzungspunkte
4476 \begin_inset CommandInset label
4477 LatexCommand label
4478 name "sub:Fortsetzungspunkte"
4479
4480 \end_inset
4481
4482
4483 \begin_inset Index idx
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487 Fortsetzungspunkte
4488 \end_layout
4489
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \begin_layout Standard
4496 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4497 \begin_inset Foot
4498 status collapsed
4499
4500 \begin_layout Plain Layout
4501 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4502 \begin_inset Graphics
4503         filename ../../images/math/ldots.png
4504         scale 85
4505
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512
4513  Für Aufzählungen verwendet man unten sitzende Punkte (
4514 \series bold
4515
4516 \backslash
4517 ldots
4518 \series default
4519
4520 \begin_inset Index idx
4521 status collapsed
4522
4523 \begin_layout Plain Layout
4524 Befehle ! L ! 
4525 \backslash
4526 ldots
4527 \end_layout
4528
4529 \end_inset
4530
4531 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4532  die Operatoren sind (
4533 \series bold
4534
4535 \backslash
4536 cdots
4537 \series default
4538
4539 \begin_inset Index idx
4540 status collapsed
4541
4542 \begin_layout Plain Layout
4543 Befehle ! C ! 
4544 \backslash
4545 cdots
4546 \end_layout
4547
4548 \end_inset
4549
4550 ).
4551  Verwendet man den Befehl 
4552 \series bold
4553
4554 \backslash
4555 dots
4556 \series default
4557
4558 \begin_inset Index idx
4559 status collapsed
4560
4561 \begin_layout Plain Layout
4562 Befehle ! D ! 
4563 \backslash
4564 dots
4565 \end_layout
4566
4567 \end_inset
4568
4569 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4570  wird.
4571 \end_layout
4572
4573 \begin_layout Standard
4574 \align center
4575 \begin_inset Tabular
4576 <lyxtabular version="3" rows="9" columns="2">
4577 <features tabularvalignment="middle">
4578 <column alignment="center" valignment="top" width="0pt">
4579 <column alignment="center" valignment="top" width="0pt">
4580 <row>
4581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 Befehl
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 Ergebnis
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 A_1
4606 \begin_inset ERT
4607 status collapsed
4608
4609 \begin_layout Plain Layout
4610
4611
4612 \backslash
4613 leer 
4614 \end_layout
4615
4616 \end_inset
4617
4618 ,
4619 \backslash
4620 dots
4621 \begin_inset ERT
4622 status collapsed
4623
4624 \begin_layout Plain Layout
4625
4626
4627 \backslash
4628 leer 
4629 \end_layout
4630
4631 \end_inset
4632
4633 ,A_n
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 \begin_inset Formula $A_{1},\dots,A_{n}$
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 A_1
4657 \begin_inset ERT
4658 status collapsed
4659
4660 \begin_layout Plain Layout
4661
4662
4663 \backslash
4664 leer 
4665 \end_layout
4666
4667 \end_inset
4668
4669 +
4670 \backslash
4671 dots
4672 \begin_inset ERT
4673 status collapsed
4674
4675 \begin_layout Plain Layout
4676
4677
4678 \backslash
4679 leer 
4680 \end_layout
4681
4682 \end_inset
4683
4684 +A_n
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 \begin_inset Formula $A_{1}+\dots+A_{n}$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 </row>
4702 <row>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 A_1
4708 \begin_inset ERT
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712
4713
4714 \backslash
4715 leer 
4716 \end_layout
4717
4718 \end_inset
4719
4720 ,
4721 \backslash
4722 ldots
4723 \begin_inset ERT
4724 status collapsed
4725
4726 \begin_layout Plain Layout
4727
4728
4729 \backslash
4730 leer 
4731 \end_layout
4732
4733 \end_inset
4734
4735 ,A_n
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 \begin_inset Formula $A_{1},\ldots,A_{n}$
4745 \end_inset
4746
4747
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 A_1
4759 \begin_inset ERT
4760 status collapsed
4761
4762 \begin_layout Plain Layout
4763
4764
4765 \backslash
4766 leer 
4767 \end_layout
4768
4769 \end_inset
4770
4771 +
4772 \backslash
4773 cdots
4774 \begin_inset ERT
4775 status collapsed
4776
4777 \begin_layout Plain Layout
4778
4779
4780 \backslash
4781 leer 
4782 \end_layout
4783
4784 \end_inset
4785
4786 +A_n
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4796 \end_inset
4797
4798
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 <row>
4805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809
4810 \backslash
4811 vdots
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 \begin_inset Formula $\vdots$
4821 \end_inset
4822
4823
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \backslash
4836 ddots
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 \begin_inset Formula $\ddots$
4846 \end_inset
4847
4848
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \backslash
4861 iddots
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 \begin_inset Formula $\iddots$
4871 \end_inset
4872
4873
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 3
4885 \series bold
4886 ×
4887 \series default
4888 3
4889 \begin_inset space \thinspace{}
4890 \end_inset
4891
4892 Matrix mit obigen Befehlen
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 \begin_inset Formula $\begin{array}{ccc}
4902 A_{11} & \cdots & A_{1m}\\
4903 \vdots & \ddots & \vdots\\
4904 A_{n1} & \cdots & A_{nm}
4905 \end{array}$
4906 \end_inset
4907
4908
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 </lyxtabular>
4915
4916 \end_inset
4917
4918
4919 \end_layout
4920
4921 \begin_layout Standard
4922 Die im Menü 
4923 \family sans
4924 Einfügen\SpecialChar \menuseparator
4925 Sonderzeichen
4926 \family default
4927  verfügbaren Fortsetzungspunkte sind 
4928 \series bold
4929
4930 \backslash
4931 ldots
4932 \series default
4933 .
4934 \end_layout
4935
4936 \begin_layout Standard
4937
4938 \lang english
4939 \begin_inset VSpace medskip
4940 \end_inset
4941
4942
4943 \lang ngerman
4944 Um 
4945 \series bold
4946
4947 \backslash
4948 iddots
4949 \series default
4950  nutzen zu können, muss eine der Optionen 
4951 \family sans
4952 Mathdots Paket (automatisch) verwenden 
4953 \family default
4954 in den Dokumenteinstellungen unter 
4955 \family sans
4956 Mathe-Optionen
4957 \family default
4958  gewählt sein.
4959 \begin_inset Newline newline
4960 \end_inset
4961
4962 Die Option 
4963 \family sans
4964 Mathdots Paket verwenden
4965 \family default
4966  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4967  Schriftstil oder die Schriftgröße nicht Standard sind.
4968 \end_layout
4969
4970 \begin_layout Standard
4971 \begin_inset VSpace medskip
4972 \end_inset
4973
4974 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4975  Spalten erstrecken.
4976  Man erhält sie mit dem Befehl 
4977 \series bold
4978
4979 \backslash
4980 hdotsfor
4981 \series default
4982
4983 \begin_inset Index idx
4984 status collapsed
4985
4986 \begin_layout Plain Layout
4987 Befehle ! H ! 
4988 \backslash
4989 hdotsfor
4990 \end_layout
4991
4992 \end_inset
4993
4994 , der folgendes Schema besitzt:
4995 \end_layout
4996
4997 \begin_layout Standard
4998
4999 \series bold
5000
5001 \backslash
5002 hdotsfor[Abstand]{Anzahl der Spalten}
5003 \end_layout
5004
5005 \begin_layout Standard
5006 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5007  sollen.
5008  Abstand ist ein Faktor, der den Punktabstand festlegt.
5009 \end_layout
5010
5011 \begin_layout Standard
5012 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5013  
5014 \series bold
5015
5016 \backslash
5017 hdotsfor[2]{4}
5018 \series default
5019  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5020  beim Befehl 
5021 \series bold
5022
5023 \backslash
5024 dots
5025 \series default
5026  zu erhalten:
5027 \begin_inset Formula 
5028 \[
5029 \left(\begin{array}{cccc}
5030 A & B & C & D\\
5031 \hdotsfor[2]{4}\\
5032 q & w & e & r
5033 \end{array}\right)
5034 \]
5035
5036 \end_inset
5037
5038 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5039  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5040 \end_layout
5041
5042 \begin_layout Standard
5043 \begin_inset VSpace bigskip
5044 \end_inset
5045
5046 Des Weiteren kann man mit dem Befehl 
5047 \series bold
5048
5049 \backslash
5050 dotfill
5051 \series default
5052
5053 \begin_inset Index idx
5054 status collapsed
5055
5056 \begin_layout Plain Layout
5057 Befehle ! D ! 
5058 \backslash
5059 dotfill
5060 \end_layout
5061
5062 \end_inset
5063
5064  den Rest einer Zeile mit Punkten füllen.
5065  Die Wirkungsweise des Befehls entspricht der von 
5066 \series bold
5067
5068 \backslash
5069 hfill
5070 \series default
5071 , siehe 
5072 \begin_inset CommandInset ref
5073 LatexCommand ref
5074 reference "sub:Variabler-Leerraum"
5075
5076 \end_inset
5077
5078 .
5079 \end_layout
5080
5081 \begin_layout Standard
5082 Z.
5083 \begin_inset space \thinspace{}
5084 \end_inset
5085
5086 B.
5087  ergibt der Befehl 
5088 \series bold
5089 A
5090 \backslash
5091 dotfill
5092 \begin_inset ERT
5093 status collapsed
5094
5095 \begin_layout Plain Layout
5096
5097
5098 \backslash
5099 leer 
5100 \end_layout
5101
5102 \end_inset
5103
5104 B
5105 \end_layout
5106
5107 \begin_layout Standard
5108 \begin_inset Formula $A\dotfill B$
5109 \end_inset
5110
5111
5112 \end_layout
5113
5114 \begin_layout Standard
5115 Analog dazu gibt es für eine Linie den Befehl 
5116 \series bold
5117
5118 \backslash
5119 hrulefill
5120 \series default
5121
5122 \begin_inset Index idx
5123 status collapsed
5124
5125 \begin_layout Plain Layout
5126 Befehle ! H ! 
5127 \backslash
5128 hrulefill
5129 \end_layout
5130
5131 \end_inset
5132
5133 :
5134 \end_layout
5135
5136 \begin_layout Standard
5137 \begin_inset Formula $A\hrulefill B$
5138 \end_inset
5139
5140
5141 \end_layout
5142
5143 \begin_layout Standard
5144 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5145  werden.
5146 \end_layout
5147
5148 \begin_layout Section
5149 Matrizen
5150 \begin_inset CommandInset label
5151 LatexCommand label
5152 name "sec:Matrizen"
5153
5154 \end_inset
5155
5156
5157 \begin_inset Index idx
5158 status collapsed
5159
5160 \begin_layout Plain Layout
5161 Matrizen
5162 \end_layout
5163
5164 \end_inset
5165
5166
5167 \end_layout
5168
5169 \begin_layout Standard
5170 Matrizen können über den Mathe-Werkzeugleistenknopf
5171 \family sans
5172  
5173 \family default
5174
5175 \begin_inset Graphics
5176         filename ../../images/dialog-show_mathmatrix.png
5177         scale 85
5178
5179 \end_inset
5180
5181  oder das Menü 
5182 \family sans
5183 Einfügen\SpecialChar \menuseparator
5184 Mathe\SpecialChar \menuseparator
5185 Matrix
5186 \family default
5187  eingefügt werden.
5188  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5189  Verzierung gefragt.
5190  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5191  von Bedeutung:
5192 \end_layout
5193
5194 \begin_layout Standard
5195 Die erste Matrix ist oben 
5196 \begin_inset Formula $\begin{array}[t]{cccc}
5197 A & D & G & J\\
5198 B & E & H & K\\
5199 C & F & I & L
5200 \end{array}$
5201 \end_inset
5202
5203 , die zweite mittig 
5204 \begin_inset Formula $\begin{array}{cccc}
5205 A & D & G & J\\
5206 B & E & H & K\\
5207 C & F & I & L
5208 \end{array}$
5209 \end_inset
5210
5211  und die dritte unten 
5212 \begin_inset Formula $\begin{array}[b]{cccc}
5213 A & D & G & J\\
5214 B & E & H & K\\
5215 C & F & I & L
5216 \end{array}$
5217 \end_inset
5218
5219  ausgerichtet.
5220 \end_layout
5221
5222 \begin_layout Standard
5223 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5224  werden sollen.
5225  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5226  
5227 \emph on
5228 l
5229 \emph default
5230  steht für linksbündig, 
5231 \emph on
5232 c
5233 \emph default
5234  für mittig und 
5235 \emph on
5236 r
5237 \emph default
5238  für rechtsbündig.
5239  Möchte man z.
5240 \begin_inset space \thinspace{}
5241 \end_inset
5242
5243 B.
5244  eine 4
5245 \series bold
5246 ×
5247 \series default
5248 4
5249 \begin_inset space ~
5250 \end_inset
5251
5252 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5253  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5254  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5255 \series bold
5256 lccr
5257 \series default
5258  an.
5259  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5260  die Voreinstellung für jede Spalte ein 
5261 \series bold
5262 c
5263 \series default
5264  ist.
5265 \end_layout
5266
5267 \begin_layout Standard
5268 Horizontale Ausrichtung:
5269 \end_layout
5270
5271 \begin_layout Standard
5272
5273 \series bold
5274 lll
5275 \series default
5276  : 
5277 \begin_inset Formula $\begin{array}{lll}
5278 10000 & D & G\\
5279 B & 10000 & H\\
5280 C & F & 10000
5281 \end{array}$
5282 \end_inset
5283
5284  , 
5285 \series bold
5286 ccc
5287 \series default
5288  : 
5289 \begin_inset Formula $\begin{array}{ccc}
5290 10000 & D & G\\
5291 B & 10000 & H\\
5292 C & F & 10000
5293 \end{array}$
5294 \end_inset
5295
5296  , 
5297 \series bold
5298 rrr
5299 \series default
5300  : 
5301 \begin_inset Formula $\begin{array}{rrr}
5302 10000 & D & G\\
5303 B & 10000 & H\\
5304 C & F & 10000
5305 \end{array}$
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \begin_layout Standard
5312 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5313  man die Mathe-Werkzeugleistenknöpfe 
5314 \begin_inset Graphics
5315         filename ../../images/tabular-feature_append-row.png
5316         scale 85
5317
5318 \end_inset
5319
5320
5321 \begin_inset Graphics
5322         filename ../../images/tabular-feature_delete-row.png
5323         scale 85
5324
5325 \end_inset
5326
5327 , usw.
5328 \begin_inset space \space{}
5329 \end_inset
5330
5331 oder das Menü 
5332 \family sans
5333 Bearbeiten\SpecialChar \menuseparator
5334 Zeilen & Spalten
5335 \family default
5336  verwenden.
5337  Neue Zeilen können auch mit 
5338 \family sans
5339 Strg+Enter
5340 \family default
5341  erstellt werden.
5342 \end_layout
5343
5344 \begin_layout Standard
5345 \begin_inset VSpace bigskip
5346 \end_inset
5347
5348 Die 
5349 \family sans
5350 Verzierung
5351 \family default
5352  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5353  Alternativ können Klammern entweder mit den Befehlen 
5354 \series bold
5355
5356 \backslash
5357 left
5358 \series default
5359
5360 \begin_inset Index idx
5361 status collapsed
5362
5363 \begin_layout Plain Layout
5364 Befehle ! L ! 
5365 \backslash
5366 left
5367 \end_layout
5368
5369 \end_inset
5370
5371  und 
5372 \series bold
5373
5374 \backslash
5375 right
5376 \series default
5377
5378 \begin_inset Index idx
5379 status collapsed
5380
5381 \begin_layout Plain Layout
5382 Befehle ! R ! 
5383 \backslash
5384 right
5385 \end_layout
5386
5387 \end_inset
5388
5389  erstellt werden (Tastenkürzel 
5390 \family sans
5391 Alt+M
5392 \begin_inset space ~
5393 \end_inset
5394
5395 Klammer
5396 \family default
5397 ), siehe 
5398 \begin_inset CommandInset ref
5399 LatexCommand ref
5400 reference "sub:Automatische-Klammergrößen"
5401
5402 \end_inset
5403
5404 , oder man verwendet folgende Befehle:
5405 \begin_inset VSpace bigskip
5406 \end_inset
5407
5408
5409 \end_layout
5410
5411 \begin_layout Standard
5412 \begin_inset space \hfill{}
5413 \end_inset
5414
5415
5416 \begin_inset Tabular
5417 <lyxtabular version="3" rows="4" columns="2">
5418 <features tabularvalignment="middle">
5419 <column alignment="center" valignment="top" width="0">
5420 <column alignment="center" valignment="top" width="0">
5421 <row>
5422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 Befehl
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 Ergebnis
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 <row>
5442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446
5447 \backslash
5448 bmatrix
5449 \begin_inset ERT
5450 status collapsed
5451
5452 \begin_layout Plain Layout
5453
5454
5455 \backslash
5456 leer 
5457 \end_layout
5458
5459 \end_inset
5460
5461 2
5462 \series bold
5463 ×
5464 \series default
5465 2
5466 \begin_inset space \thinspace{}
5467 \end_inset
5468
5469 Matrix
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5479 0 & \textrm{-}\mathrm{i}\\
5480 \mathrm{i} & 0
5481 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5482 \end_inset
5483
5484
5485 \end_layout
5486
5487 \end_inset
5488 </cell>
5489 </row>
5490 <row>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495
5496 \backslash
5497 Bmatrix
5498 \begin_inset ERT
5499 status collapsed
5500
5501 \begin_layout Plain Layout
5502
5503
5504 \backslash
5505 leer 
5506 \end_layout
5507
5508 \end_inset
5509
5510 2
5511 \series bold
5512 ×
5513 \series default
5514 2
5515 \begin_inset space \thinspace{}
5516 \end_inset
5517
5518 Matrix
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5528 0 & \textrm{-}\mathrm{i}\\
5529 \mathrm{i} & 0
5530 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5531 \end_inset
5532
5533
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 </row>
5539 <row>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544
5545 \backslash
5546 pmatrix
5547 \begin_inset ERT
5548 status collapsed
5549
5550 \begin_layout Plain Layout
5551
5552
5553 \backslash
5554 leer 
5555 \end_layout
5556
5557 \end_inset
5558
5559 2
5560 \series bold
5561 ×
5562 \series default
5563 2
5564 \begin_inset space \thinspace{}
5565 \end_inset
5566
5567 Matrix
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5577 0 & \textrm{-}\mathrm{i}\\
5578 \mathrm{i} & 0
5579 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5580 \end_inset
5581
5582
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 </row>
5588 </lyxtabular>
5589
5590 \end_inset
5591
5592
5593 \begin_inset space \hfill{}
5594 \end_inset
5595
5596
5597 \begin_inset Tabular
5598 <lyxtabular version="3" rows="4" columns="2">
5599 <features tabularvalignment="middle">
5600 <column alignment="center" valignment="top" width="0">
5601 <column alignment="center" valignment="top" width="0">
5602 <row>
5603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 Befehl
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 Ergebnis
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627
5628 \backslash
5629 vmatrix
5630 \begin_inset ERT
5631 status collapsed
5632
5633 \begin_layout Plain Layout
5634
5635
5636 \backslash
5637 leer 
5638 \end_layout
5639
5640 \end_inset
5641
5642 2
5643 \series bold
5644 ×
5645 \series default
5646 2
5647 \begin_inset space \thinspace{}
5648 \end_inset
5649
5650 Matrix
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5660 0 & \textrm{-}\mathrm{i}\\
5661 \mathrm{i} & 0
5662 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 </row>
5671 <row>
5672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676
5677 \backslash
5678 Vmatrix
5679 \begin_inset ERT
5680 status collapsed
5681
5682 \begin_layout Plain Layout
5683
5684
5685 \backslash
5686 leer 
5687 \end_layout
5688
5689 \end_inset
5690
5691 2
5692 \series bold
5693 ×
5694 \series default
5695 2
5696 \begin_inset space \thinspace{}
5697 \end_inset
5698
5699 Matrix
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5709 0 & \textrm{-}\mathrm{i}\\
5710 \mathrm{i} & 0
5711 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5712 \end_inset
5713
5714
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725
5726 \backslash
5727 matrix
5728 \begin_inset ERT
5729 status collapsed
5730
5731 \begin_layout Plain Layout
5732
5733
5734 \backslash
5735 leer 
5736 \end_layout
5737
5738 \end_inset
5739
5740 2
5741 \series bold
5742 ×
5743 \series default
5744 2
5745 \begin_inset space \thinspace{}
5746 \end_inset
5747
5748 Matrix
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5758 0 & \textrm{-}\mathrm{i}\\
5759 \mathrm{i} & 0
5760 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5761 \end_inset
5762
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 </row>
5769 </lyxtabular>
5770
5771 \end_inset
5772
5773
5774 \begin_inset space \hfill{}
5775 \end_inset
5776
5777
5778 \end_layout
5779
5780 \begin_layout Standard
5781 \begin_inset VSpace medskip
5782 \end_inset
5783
5784 Wurde z.
5785 \begin_inset space \thinspace{}
5786 \end_inset
5787
5788 B.
5789  
5790 \series bold
5791
5792 \backslash
5793 vmatrix
5794 \series default
5795  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5796  in das die Matrix eingefügt wird.
5797 \begin_inset Newline newline
5798 \end_inset
5799
5800 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5801 \end_layout
5802
5803 \begin_layout Standard
5804 \begin_inset Note Greyedout
5805 status open
5806
5807 \begin_layout Plain Layout
5808
5809 \series bold
5810 Achtung:
5811 \series default
5812  LaTeX limitiert die Anzahl der Matrizenspalten auf 10.
5813  Wenn man mehr als 10
5814 \begin_inset space ~
5815 \end_inset
5816
5817 Spalten benötigt, muss folgende Zeile in die Dokument-Präambel eingefügt
5818  werden:
5819 \end_layout
5820
5821 \begin_layout Plain Layout
5822
5823 \series bold
5824
5825 \backslash
5826 setcounter{MaxMatrixCols}{Anzahl}
5827 \end_layout
5828
5829 \begin_layout Plain Layout
5830 wobei 
5831 \emph on
5832 Anzahl
5833 \emph default
5834  die Anzahl der Spalten zwischen 11 und 99 ist.
5835 \end_layout
5836
5837 \end_inset
5838
5839
5840 \end_layout
5841
5842 \begin_layout Standard
5843 \begin_inset VSpace bigskip
5844 \end_inset
5845
5846 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5847 \begin_inset CommandInset ref
5848 LatexCommand ref
5849 reference "sub:Spaltenabstand"
5850
5851 \end_inset
5852
5853  beschriebene Länge 
5854 \series bold
5855
5856 \backslash
5857 arraycolsep
5858 \series default
5859
5860 \begin_inset Index idx
5861 status collapsed
5862
5863 \begin_layout Plain Layout
5864 Befehle ! A ! 
5865 \backslash
5866 arraycolsep
5867 \end_layout
5868
5869 \end_inset
5870
5871  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5872 \end_layout
5873
5874 \begin_layout Standard
5875 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5876 \series bold
5877
5878 \backslash
5879 arraystretch
5880 \series default
5881
5882 \begin_inset Index idx
5883 status collapsed
5884
5885 \begin_layout Plain Layout
5886 Befehle ! A ! 
5887 \backslash
5888 arraystretch
5889 \end_layout
5890
5891 \end_inset
5892
5893 .
5894  Dieser wird folgendermaßen benutzt:
5895 \end_layout
5896
5897 \begin_layout Standard
5898
5899 \series bold
5900
5901 \backslash
5902 renewcommand{
5903 \backslash
5904 arraystretch}{Dehnungsfaktor}
5905 \begin_inset Index idx
5906 status collapsed
5907
5908 \begin_layout Plain Layout
5909 Befehle ! R ! 
5910 \backslash
5911 renewcommand
5912 \end_layout
5913
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \begin_layout Standard
5920 Der Befehl 
5921 \series bold
5922
5923 \backslash
5924 renewcommand
5925 \series default
5926  weist dabei dem vordefinierten Befehl 
5927 \series bold
5928
5929 \backslash
5930 arraystretch
5931 \series default
5932  den Dehnungsfaktor zu.
5933  Möchte man z.
5934 \begin_inset space \thinspace{}
5935 \end_inset
5936
5937 B.
5938  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5939  Dieser wird dann für alle folgenden Matrizen verwendet.
5940  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5941 \series bold
5942
5943 \backslash
5944 arraystretch
5945 \series default
5946  den Faktor 1 zu.
5947 \end_layout
5948
5949 \begin_layout Standard
5950 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5951 \series bold
5952
5953 \backslash
5954 smallmatrix
5955 \series default
5956
5957 \begin_inset Index idx
5958 status collapsed
5959
5960 \begin_layout Plain Layout
5961 Befehle ! S ! 
5962 \backslash
5963 smallmatrix
5964 \end_layout
5965
5966 \end_inset
5967
5968 .
5969  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5970  gestrichelten Linien.
5971  In dieses Kästchen wird die Matrix eingegeben.
5972  Man verwendet stattdessen das Menü 
5973 \family sans
5974 Bearbeiten\SpecialChar \menuseparator
5975 Zeilen
5976 \begin_inset space ~
5977 \end_inset
5978
5979 &
5980 \begin_inset space ~
5981 \end_inset
5982
5983 Spalten
5984 \family default
5985  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5986  Neue Zeilen können auch mit 
5987 \family sans
5988 Strg+Enter
5989 \family default
5990  erstellt werden.
5991 \end_layout
5992
5993 \begin_layout Standard
5994 Dies ist eine Matrix 
5995 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5996 C & D
5997 \end{smallmatrix}\right)$
5998 \end_inset
5999
6000  in einer Textzeile.
6001 \end_layout
6002
6003 \begin_layout Section
6004 Klammern und Begrenzungszeichen
6005 \begin_inset Index idx
6006 status collapsed
6007
6008 \begin_layout Plain Layout
6009 Klammern
6010 \end_layout
6011
6012 \end_inset
6013
6014
6015 \begin_inset Index idx
6016 status collapsed
6017
6018 \begin_layout Plain Layout
6019 Begrenzungszeichen
6020 \end_layout
6021
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \begin_layout Subsection
6028 Vertikale Klammern und Begrenzungszeichen
6029 \begin_inset Index idx
6030 status collapsed
6031
6032 \begin_layout Plain Layout
6033 Klammern ! vertikale
6034 \end_layout
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \begin_layout Standard
6042 \begin_inset space \hfill{}
6043 \end_inset
6044
6045
6046 \begin_inset Tabular
6047 <lyxtabular version="3" rows="9" columns="2">
6048 <features tabularvalignment="middle">
6049 <column alignment="center" valignment="top" width="0pt">
6050 <column alignment="center" valignment="top" width="0pt">
6051 <row>
6052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 Befehl
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 Ergebnis
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 </row>
6071 <row>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 (
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 \begin_inset Formula $($
6086 \end_inset
6087
6088
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 </row>
6094 <row>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 {
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 \begin_inset Formula $\{$
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 </row>
6117 <row>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 [
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 \begin_inset Formula $[$
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \backslash
6147 langle
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 \begin_inset Formula $\langle$
6157 \end_inset
6158
6159
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 </row>
6165 <row>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170
6171 \backslash
6172 lceil
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181 \begin_inset Formula $\lceil$
6182 \end_inset
6183
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 </row>
6190 <row>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195
6196 \backslash
6197 lfloor
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 \begin_inset Formula $\lfloor$
6207 \end_inset
6208
6209
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 </row>
6215 <row>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 /
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 \begin_inset Formula $/$
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 </row>
6238 <row>
6239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 |
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 \begin_inset Formula $|$
6253 \end_inset
6254
6255
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 </row>
6261 </lyxtabular>
6262
6263 \end_inset
6264
6265
6266 \begin_inset space \hfill{}
6267 \end_inset
6268
6269
6270 \begin_inset Tabular
6271 <lyxtabular version="3" rows="9" columns="2">
6272 <features tabularvalignment="middle">
6273 <column alignment="center" valignment="top" width="0pt">
6274 <column alignment="center" valignment="top" width="0pt">
6275 <row>
6276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 Befehl
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 Ergebnis
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 </row>
6295 <row>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 )
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 \begin_inset Formula $)$
6310 \end_inset
6311
6312
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 </row>
6318 <row>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 }
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 \begin_inset Formula $\}$
6333 \end_inset
6334
6335
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 </row>
6341 <row>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 ]
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 \begin_inset Formula $]$
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369
6370 \backslash
6371 rangle
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 \begin_inset Formula $\rangle$
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 </row>
6389 <row>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394
6395 \backslash
6396 rceil
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 \begin_inset Formula $\rceil$
6406 \end_inset
6407
6408
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 </row>
6414 <row>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419
6420 \backslash
6421 rfloor
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 \begin_inset Formula $\rfloor$
6431 \end_inset
6432
6433
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 </row>
6439 <row>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444
6445 \backslash
6446
6447 \backslash
6448
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 \begin_inset Formula $\backslash$
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
6467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471
6472 \backslash
6473 |
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 \begin_inset Formula $\|$
6483 \end_inset
6484
6485
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 </row>
6491 </lyxtabular>
6492
6493 \end_inset
6494
6495
6496 \begin_inset space \hfill{}
6497 \end_inset
6498
6499
6500 \end_layout
6501
6502 \begin_layout Standard
6503
6504 \series medium
6505 \begin_inset Note Greyedout
6506 status open
6507
6508 \begin_layout Plain Layout
6509
6510 \series bold
6511 Achtung:
6512 \series default
6513  Im TeX-Modus muss für den Backslash der Befehl 
6514 \series bold
6515
6516 \backslash
6517 textbackslash
6518 \series default
6519
6520 \begin_inset Index idx
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524 Befehle ! T ! 
6525 \backslash
6526 textbackslash
6527 \end_layout
6528
6529 \end_inset
6530
6531  verwendet werden, denn der Befehl 
6532 \series bold
6533
6534 \backslash
6535
6536 \backslash
6537
6538 \series default
6539  steht dort für einen Zeilenumbruch.
6540 \end_layout
6541
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \begin_layout Standard
6548 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6549  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6550  Dabei können dann statt den Befehlen 
6551 \series bold
6552
6553 \backslash
6554 langle
6555 \series default
6556  und 
6557 \series bold
6558
6559 \backslash
6560 rangle
6561 \series default
6562  direkt die Zeichen < und > verwendet werden.
6563 \end_layout
6564
6565 \begin_layout Subsubsection
6566 Manuelle Klammergrößen
6567 \begin_inset CommandInset label
6568 LatexCommand label
6569 name "sub:Manuelle-Klammergrößen"
6570
6571 \end_inset
6572
6573
6574 \begin_inset Index idx
6575 status collapsed
6576
6577 \begin_layout Plain Layout
6578 Klammergrößen ! manuelle
6579 \end_layout
6580
6581 \end_inset
6582
6583
6584 \end_layout
6585
6586 \begin_layout Standard
6587 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6588  LaTeX-Befehle 
6589 \series bold
6590
6591 \backslash
6592 big
6593 \series default
6594
6595 \begin_inset Index idx
6596 status collapsed
6597
6598 \begin_layout Plain Layout
6599 Befehle ! B ! 
6600 \backslash
6601 big
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \series bold
6608
6609 \backslash
6610 Big
6611 \series default
6612
6613 \series bold
6614
6615 \backslash
6616 bigg
6617 \series default
6618  und 
6619 \series bold
6620
6621 \backslash
6622 Bigg
6623 \series default
6624  tun.
6625  
6626 \series bold
6627
6628 \backslash
6629 big
6630 \series default
6631  steht hierbei für die kleinste und 
6632 \series bold
6633
6634 \backslash
6635 Bigg
6636 \series default
6637  für die größte Klammergröße.
6638 \end_layout
6639
6640 \begin_layout Standard
6641 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6642 \end_layout
6643
6644 \begin_layout Standard
6645 \align center
6646 \begin_inset Tabular
6647 <lyxtabular version="3" rows="2" columns="2">
6648 <features tabularvalignment="middle">
6649 <column alignment="center" valignment="top" width="0pt">
6650 <column alignment="center" valignment="top" width="0pt">
6651 <row>
6652 <cell alignment="center" valignment="top" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 einheitliche Klammergröße:
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6666 \end_inset
6667
6668
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 </row>
6674 <row>
6675 <cell alignment="center" valignment="top" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679 besser sieht das so aus:
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell alignment="center" valignment="top" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 </row>
6697 </lyxtabular>
6698
6699 \end_inset
6700
6701
6702 \begin_inset Note Note
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706
6707 \series bold
6708
6709 \backslash
6710 raisebox
6711 \series default
6712  dient nur
6713 \end_layout
6714
6715 \begin_layout Plain Layout
6716 als Abstandhalter.
6717 \end_layout
6718
6719 \end_inset
6720
6721
6722 \end_layout
6723
6724 \begin_layout Standard
6725 Für die zweite Formel wurde der Befehl 
6726 \series bold
6727
6728 \backslash
6729 Big((A+B)(A-B)
6730 \backslash
6731 Big)^
6732 \begin_inset ERT
6733 status collapsed
6734
6735 \begin_layout Plain Layout
6736
6737
6738 \backslash
6739 leer 
6740 \end_layout
6741
6742 \end_inset
6743
6744 C
6745 \series default
6746  verwendet.
6747 \end_layout
6748
6749 \begin_layout Standard
6750 Hier alle Klammergrößen in der Übersicht:
6751 \end_layout
6752
6753 \begin_layout Standard
6754 \align center
6755
6756 \backslash
6757 Bigg(
6758 \backslash
6759 exp
6760 \backslash
6761 bigg<
6762 \backslash
6763 Big[
6764 \backslash
6765 big{
6766 \backslash
6767 ln(3x)
6768 \backslash
6769 big}^2
6770 \begin_inset ERT
6771 status collapsed
6772
6773 \begin_layout Plain Layout
6774
6775
6776 \backslash
6777 leer 
6778 \end_layout
6779
6780 \end_inset
6781
6782
6783 \backslash
6784 sin(x)
6785 \backslash
6786 Big]^
6787 \begin_inset ERT
6788 status collapsed
6789
6790 \begin_layout Plain Layout
6791
6792
6793 \backslash
6794 leer 
6795 \end_layout
6796
6797 \end_inset
6798
6799 A
6800 \begin_inset ERT
6801 status collapsed
6802
6803 \begin_layout Plain Layout
6804
6805
6806 \backslash
6807 leer 
6808 \end_layout
6809
6810 \end_inset
6811
6812
6813 \backslash
6814 bigg>
6815 \backslash
6816 Bigg)^0,5
6817 \end_layout
6818
6819 \begin_layout Standard
6820 \align center
6821 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6822 \end_inset
6823
6824
6825 \end_layout
6826
6827 \begin_layout Standard
6828 Es gibt außer den 
6829 \series bold
6830
6831 \backslash
6832 big
6833 \series default
6834 -Befehlen noch die Variante 
6835 \series bold
6836
6837 \backslash
6838 bigm
6839 \series default
6840
6841 \begin_inset Index idx
6842 status collapsed
6843
6844 \begin_layout Plain Layout
6845 Befehle ! B ! 
6846 \backslash
6847 bigm
6848 \end_layout
6849
6850 \end_inset
6851
6852 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6853  die Variante 
6854 \series bold
6855
6856 \backslash
6857 bigl
6858 \series default
6859 -
6860 \series bold
6861
6862 \backslash
6863 bigr
6864 \series default
6865
6866 \begin_inset Index idx
6867 status collapsed
6868
6869 \begin_layout Plain Layout
6870 Befehle ! B ! 
6871 \backslash
6872 bigl - 
6873 \backslash
6874 bigr
6875 \end_layout
6876
6877 \end_inset
6878
6879 , die keinen zusätzlichen Leerraum erzeugt.
6880  Das 
6881 \emph on
6882 l
6883 \emph default
6884  am Ende des Befehls 
6885 \series bold
6886
6887 \backslash
6888 bigl
6889 \series default
6890  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6891  ein 
6892 \emph on
6893 r
6894 \emph default
6895  ersetzt.
6896  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6897  sein.
6898 \end_layout
6899
6900 \begin_layout Standard
6901 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6902 \end_layout
6903
6904 \begin_layout Standard
6905 \align center
6906 \begin_inset Tabular
6907 <lyxtabular version="3" rows="5" columns="2">
6908 <features tabularvalignment="middle">
6909 <column alignment="center" valignment="middle" width="0">
6910 <column alignment="center" valignment="middle" width="0">
6911 <row>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 Befehl
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 Ergebnis
6926 \begin_inset Note Note
6927 status collapsed
6928
6929 \begin_layout Plain Layout
6930
6931 \series bold
6932
6933 \backslash
6934 raisebox
6935 \series default
6936  dient nur als Abstandhalter.
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 </row>
6947 <row>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952
6953 \backslash
6954 Bigm(
6955 \backslash
6956 bigm(
6957 \backslash
6958 ln(3x)
6959 \backslash
6960 bigm)^2
6961 \begin_inset ERT
6962 status collapsed
6963
6964 \begin_layout Plain Layout
6965
6966
6967 \backslash
6968 leer 
6969 \end_layout
6970
6971 \end_inset
6972
6973
6974 \backslash
6975 Bigm)
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6985 \end_inset
6986
6987
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 </row>
6993 <row>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998
6999 \backslash
7000 Big(
7001 \backslash
7002 big(
7003 \backslash
7004 ln(3x)
7005 \backslash
7006 big)^2
7007 \begin_inset ERT
7008 status collapsed
7009
7010 \begin_layout Plain Layout
7011
7012
7013 \backslash
7014 leer 
7015 \end_layout
7016
7017 \end_inset
7018
7019
7020 \backslash
7021 Big)
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7031 \end_inset
7032
7033
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 <row>
7040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044
7045 \backslash
7046 Bigl(
7047 \backslash
7048 bigl(
7049 \backslash
7050 ln(3x)
7051 \backslash
7052 bigr)^2
7053 \begin_inset ERT
7054 status collapsed
7055
7056 \begin_layout Plain Layout
7057
7058
7059 \backslash
7060 leer 
7061 \end_layout
7062
7063 \end_inset
7064
7065
7066 \backslash
7067 Bigr)
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7077 \end_inset
7078
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 </row>
7085 <row>
7086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090
7091 \backslash
7092 bigl)
7093 \backslash
7094 ln(3x)
7095 \backslash
7096 bigr(
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7106 \end_inset
7107
7108
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 </row>
7114 </lyxtabular>
7115
7116 \end_inset
7117
7118
7119 \end_layout
7120
7121 \begin_layout Subsubsection
7122 Automatische Klammergrößen
7123 \begin_inset CommandInset label
7124 LatexCommand label
7125 name "sub:Automatische-Klammergrößen"
7126
7127 \end_inset
7128
7129
7130 \begin_inset Index idx
7131 status collapsed
7132
7133 \begin_layout Plain Layout
7134 Klammergrößen ! automatische
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \begin_layout Standard
7143 Klammern variabler Größe können mit den Befehlen 
7144 \series bold
7145
7146 \backslash
7147 left
7148 \series default
7149
7150 \begin_inset Index idx
7151 status collapsed
7152
7153 \begin_layout Plain Layout
7154 Befehle ! L ! 
7155 \backslash
7156 left
7157 \end_layout
7158
7159 \end_inset
7160
7161  und 
7162 \series bold
7163
7164 \backslash
7165 right
7166 \series default
7167
7168 \begin_inset Index idx
7169 status collapsed
7170
7171 \begin_layout Plain Layout
7172 Befehle ! R ! 
7173 \backslash
7174 right
7175 \end_layout
7176
7177 \end_inset
7178
7179  oder über den Mathe-Werkzeugleistenknopf
7180 \family sans
7181  
7182 \family default
7183
7184 \begin_inset Graphics
7185         filename ../../images/dialog-show_mathdelimiter.png
7186         scale 85
7187
7188 \end_inset
7189
7190  eingefügt werden.
7191  Auf 
7192 \series bold
7193
7194 \backslash
7195 left
7196 \series default
7197  und 
7198 \series bold
7199
7200 \backslash
7201 right
7202 \series default
7203  muss unmittelbar die gewünschte Klammer folgen.
7204  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7205 \end_layout
7206
7207 \begin_layout Standard
7208 \align center
7209 normale Klammer: Der Befehl 
7210 \series bold
7211
7212 \backslash
7213 ln(
7214 \backslash
7215 frac
7216 \begin_inset ERT
7217 status collapsed
7218
7219 \begin_layout Plain Layout
7220
7221
7222 \backslash
7223 leer 
7224 \end_layout
7225
7226 \end_inset
7227
7228 A
7229 \begin_inset Formula $\downarrow$
7230 \end_inset
7231
7232 C
7233 \begin_inset ERT
7234 status collapsed
7235
7236 \begin_layout Plain Layout
7237
7238
7239 \backslash
7240 leer 
7241 \end_layout
7242
7243 \end_inset
7244
7245 )
7246 \series default
7247  ergibt
7248 \begin_inset Formula 
7249 \[
7250 \ln(\frac{A}{C})
7251 \]
7252
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \begin_layout Standard
7259 \align center
7260 mehrzeilige Klammer: Der Befehl 
7261 \series bold
7262
7263 \backslash
7264 ln
7265 \backslash
7266 left(
7267 \backslash
7268 frac
7269 \begin_inset ERT
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273
7274
7275 \backslash
7276 leer 
7277 \end_layout
7278
7279 \end_inset
7280
7281 A
7282 \begin_inset Formula $\downarrow$
7283 \end_inset
7284
7285 C
7286 \begin_inset ERT
7287 status collapsed
7288
7289 \begin_layout Plain Layout
7290
7291
7292 \backslash
7293 leer 
7294 \end_layout
7295
7296 \end_inset
7297
7298
7299 \backslash
7300 right)
7301 \series default
7302  ergibt
7303 \begin_inset Formula 
7304 \[
7305 \ln\left(\frac{A}{C}\right)
7306 \]
7307
7308 \end_inset
7309
7310
7311 \end_layout
7312
7313 \begin_layout Standard
7314 An Stelle von 
7315 \series bold
7316
7317 \backslash
7318 left
7319 \series default
7320  und 
7321 \series bold
7322
7323 \backslash
7324 right
7325 \series default
7326  kann man die Tastenkürzel 
7327 \family sans
7328 Alt+M
7329 \begin_inset space ~
7330 \end_inset
7331
7332 Klammer
7333 \family default
7334  verwenden.
7335  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7336  und dass die rechte Klammer gleich mit erstellt wird.
7337 \begin_inset Newline newline
7338 \end_inset
7339
7340 Der Befehl für das letzte Beispiel würde dann lauten: 
7341 \series bold
7342
7343 \backslash
7344 ln Alt+M
7345 \series default
7346  
7347 \series bold
7348 (
7349 \backslash
7350 frac
7351 \begin_inset ERT
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355
7356
7357 \backslash
7358 leer 
7359 \end_layout
7360
7361 \end_inset
7362
7363 A
7364 \begin_inset Formula $\downarrow$
7365 \end_inset
7366
7367 C
7368 \end_layout
7369
7370 \begin_layout Standard
7371 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7372  Klammer einen Punkt.
7373  So ergibt z.
7374 \begin_inset space \thinspace{}
7375 \end_inset
7376
7377 B.
7378  der Befehl 
7379 \series bold
7380
7381 \backslash
7382 left.
7383 \backslash
7384 frac
7385 \begin_inset ERT
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389
7390
7391 \backslash
7392 leer 
7393 \end_layout
7394
7395 \end_inset
7396
7397 A
7398 \begin_inset Formula $\downarrow$
7399 \end_inset
7400
7401 B
7402 \begin_inset ERT
7403 status collapsed
7404
7405 \begin_layout Plain Layout
7406
7407
7408 \backslash
7409 leer 
7410 \end_layout
7411
7412 \end_inset
7413
7414
7415 \backslash
7416 right}
7417 \series default
7418
7419 \begin_inset space \thinspace{}
7420 \end_inset
7421
7422 :
7423 \series bold
7424
7425 \begin_inset Formula 
7426 \[
7427 \left.\frac{A}{B}\right\} 
7428 \]
7429
7430 \end_inset
7431
7432
7433 \series default
7434 Die Befehle 
7435 \series bold
7436
7437 \backslash
7438 left
7439 \series default
7440  und 
7441 \series bold
7442
7443 \backslash
7444 right
7445 \series default
7446  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7447  umgewandelt.
7448  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7449 \end_layout
7450
7451 \begin_layout Standard
7452 \begin_inset VSpace bigskip
7453 \end_inset
7454
7455 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7456  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7457  Befehl 
7458 \series bold
7459
7460 \backslash
7461 middle
7462 \series default
7463
7464 \begin_inset Index idx
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468 Befehle ! M ! 
7469 \backslash
7470 middle
7471 \end_layout
7472
7473 \end_inset
7474
7475  zur Verfügung.
7476  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7477  angepasst, was z.
7478 \begin_inset space \thinspace{}
7479 \end_inset
7480
7481 B.
7482  für physikalische Vektoren von Nutzen ist:
7483 \begin_inset Formula 
7484 \[
7485 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7486 \]
7487
7488 \end_inset
7489
7490 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7491 \begin_inset CommandInset ref
7492 LatexCommand ref
7493 reference "sub:Physikalische-Vektoren"
7494
7495 \end_inset
7496
7497  beschrieben ist.
7498 \end_layout
7499
7500 \begin_layout Subsection
7501 Horizontale Klammern
7502 \begin_inset Index idx
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506 Klammern ! horizontale
7507 \end_layout
7508
7509 \end_inset
7510
7511
7512 \end_layout
7513
7514 \begin_layout Standard
7515 \align center
7516 \begin_inset Tabular
7517 <lyxtabular version="3" rows="4" columns="2">
7518 <features tabularvalignment="middle">
7519 <column alignment="center" valignment="top" width="0pt">
7520 <column alignment="center" valignment="top" width="0pt">
7521 <row>
7522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 Befehl
7527 \begin_inset Note Note
7528 status collapsed
7529
7530 \begin_layout Plain Layout
7531
7532 \series bold
7533
7534 \backslash
7535 raisebox
7536 \series default
7537  dient nur als Abstandhalter.
7538 \end_layout
7539
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 Ergebnis
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 <row>
7558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 \begin_inset ERT
7563 status collapsed
7564
7565 \begin_layout Plain Layout
7566
7567
7568 \backslash
7569 raisebox{2.3mm}{
7570 \end_layout
7571
7572 \end_inset
7573
7574
7575 \backslash
7576 overbrace
7577 \begin_inset ERT
7578 status collapsed
7579
7580 \begin_layout Plain Layout
7581
7582
7583 \backslash
7584 leer 
7585 \end_layout
7586
7587 \end_inset
7588
7589 A+B
7590 \begin_inset ERT
7591 status collapsed
7592
7593 \begin_layout Plain Layout
7594
7595
7596 \backslash
7597 leer 
7598 \end_layout
7599
7600 \end_inset
7601
7602 ^
7603 \begin_inset ERT
7604 status collapsed
7605
7606 \begin_layout Plain Layout
7607
7608
7609 \backslash
7610 leer 
7611 \end_layout
7612
7613 \end_inset
7614
7615 3
7616 \begin_inset ERT
7617 status collapsed
7618
7619 \begin_layout Plain Layout
7620
7621 }
7622 \end_layout
7623
7624 \end_inset
7625
7626
7627 \begin_inset Index idx
7628 status collapsed
7629
7630 \begin_layout Plain Layout
7631 Befehle ! O ! 
7632 \backslash
7633 overbrace
7634 \end_layout
7635
7636 \end_inset
7637
7638
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 \begin_inset Formula $\overbrace{A+B}^{3}$
7648 \end_inset
7649
7650
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 </row>
7656 <row>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 \begin_inset ERT
7662 status collapsed
7663
7664 \begin_layout Plain Layout
7665
7666
7667 \backslash
7668 raisebox{-2.2mm}{
7669 \end_layout
7670
7671 \end_inset
7672
7673
7674 \backslash
7675 underbrace
7676 \begin_inset ERT
7677 status collapsed
7678
7679 \begin_layout Plain Layout
7680
7681
7682 \backslash
7683 leer 
7684 \end_layout
7685
7686 \end_inset
7687
7688 A+B
7689 \begin_inset ERT
7690 status collapsed
7691
7692 \begin_layout Plain Layout
7693
7694
7695 \backslash
7696 leer 
7697 \end_layout
7698
7699 \end_inset
7700
7701 _5
7702 \begin_inset ERT
7703 status collapsed
7704
7705 \begin_layout Plain Layout
7706
7707 }
7708 \end_layout
7709
7710 \end_inset
7711
7712
7713 \begin_inset Index idx
7714 status collapsed
7715
7716 \begin_layout Plain Layout
7717 Befehle ! U ! 
7718 \backslash
7719 underbrace
7720 \end_layout
7721
7722 \end_inset
7723
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 \begin_inset Formula $\underbrace{A+B}_{5}$
7734 \end_inset
7735
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 </row>
7742 <row>
7743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \backslash
7749 overbrace
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 \backslash
7764 underbrace
7765 \begin_inset ERT
7766 status collapsed
7767
7768 \begin_layout Plain Layout
7769
7770
7771 \backslash
7772 leer 
7773 \end_layout
7774
7775 \end_inset
7776
7777 A+B_w
7778 \begin_inset ERT
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782
7783
7784 \backslash
7785 leer 
7786 \end_layout
7787
7788 \end_inset
7789
7790
7791 \begin_inset ERT
7792 status collapsed
7793
7794 \begin_layout Plain Layout
7795
7796
7797 \backslash
7798 leer 
7799 \end_layout
7800
7801 \end_inset
7802
7803 _7
7804 \begin_inset ERT
7805 status collapsed
7806
7807 \begin_layout Plain Layout
7808
7809
7810 \backslash
7811 leer 
7812 \end_layout
7813
7814 \end_inset
7815
7816
7817 \begin_inset ERT
7818 status collapsed
7819
7820 \begin_layout Plain Layout
7821
7822
7823 \backslash
7824 leer 
7825 \end_layout
7826
7827 \end_inset
7828
7829 ^
7830 \begin_inset ERT
7831 status collapsed
7832
7833 \begin_layout Plain Layout
7834
7835
7836 \backslash
7837 leer 
7838 \end_layout
7839
7840 \end_inset
7841
7842 C
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 </lyxtabular>
7861
7862 \end_inset
7863
7864
7865 \end_layout
7866
7867 \begin_layout Standard
7868 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7869 \series bold
7870
7871 \backslash
7872 overbrace
7873 \series default
7874  oder 
7875 \series bold
7876
7877 \backslash
7878 underbrace
7879 \series default
7880  eingibt.
7881 \end_layout
7882
7883 \begin_layout Standard
7884 \begin_inset VSpace bigskip
7885 \end_inset
7886
7887 Benötigt man Klammern, die sich überschneiden, muss man die in 
7888 \begin_inset CommandInset ref
7889 LatexCommand ref
7890 reference "sec:Mehrzeilige-Formeln"
7891
7892 \end_inset
7893
7894  beschriebenen mehrzeiligen Formeln verwenden:
7895 \begin_inset Formula 
7896 \begin{eqnarray*}
7897 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7898  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7899 \end{eqnarray*}
7900
7901 \end_inset
7902
7903 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7904  Dabei ist es wichtig, dass vor dem ersten 
7905 \begin_inset Formula $d$
7906 \end_inset
7907
7908  der Abstandsbefehl
7909 \begin_inset Foot
7910 status collapsed
7911
7912 \begin_layout Plain Layout
7913 Abstandsbefehle sind in 
7914 \begin_inset CommandInset ref
7915 LatexCommand ref
7916 reference "sub:Vordefinierter-Leerraum"
7917
7918 \end_inset
7919
7920  erklärt.
7921 \end_layout
7922
7923 \end_inset
7924
7925  
7926 \series bold
7927
7928 \backslash
7929 :
7930 \series default
7931  eingegeben wird, denn die nach dem 
7932 \begin_inset Formula $q$
7933 \end_inset
7934
7935  endende Klammer verhindert, dass das nachfolgende 
7936 \begin_inset Quotes gld
7937 \end_inset
7938
7939 +
7940 \begin_inset Quotes grd
7941 \end_inset
7942
7943  von Leerraum umgeben ist.
7944 \begin_inset Foot
7945 status collapsed
7946
7947 \begin_layout Plain Layout
7948 weil eine Klammer nicht als Zeichen gilt, siehe 
7949 \begin_inset CommandInset ref
7950 LatexCommand ref
7951 reference "sub:Binäre-Operatoren"
7952
7953 \end_inset
7954
7955
7956 \end_layout
7957
7958 \end_inset
7959
7960  In die zweite Zeile wird die zweite Klammer eingegeben.
7961  Da sie vor dem 
7962 \begin_inset Formula $b$
7963 \end_inset
7964
7965  beginnen soll, gibt man zuerst 
7966 \series bold
7967
7968 \backslash
7969 hphantom{gggg+
7970 \backslash
7971 :}
7972 \series default
7973  ein.
7974 \begin_inset Foot
7975 status collapsed
7976
7977 \begin_layout Plain Layout
7978 mehr zu 
7979 \series bold
7980
7981 \backslash
7982 hphantom
7983 \series default
7984  siehe 
7985 \begin_inset CommandInset ref
7986 LatexCommand ref
7987 reference "sub:Platzhalter"
7988
7989 \end_inset
7990
7991 .
7992 \end_layout
7993
7994 \end_inset
7995
7996  Dieser Leerraum wird benötigt, weil das 
7997 \begin_inset Quotes gld
7998 \end_inset
7999
8000 +
8001 \begin_inset Quotes grd
8002 \end_inset
8003
8004  in der Formel auch von Leerraum umgeben ist.
8005  Die Klammer wird unter den Befehl 
8006 \series bold
8007
8008 \backslash
8009 hphantom{bbqq+dddd}
8010 \series default
8011  gesetzt.
8012 \end_layout
8013
8014 \begin_layout Standard
8015 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
8016 n, wie in folgendem Beispiel:
8017 \begin_inset ERT
8018 status collapsed
8019
8020 \begin_layout Plain Layout
8021
8022
8023 \backslash
8024 setlength{
8025 \backslash
8026 jot}{-6pt}
8027 \end_layout
8028
8029 \end_inset
8030
8031
8032 \begin_inset Formula 
8033 \begin{eqnarray*}
8034  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8035 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8036 \end{eqnarray*}
8037
8038 \end_inset
8039
8040
8041 \begin_inset ERT
8042 status collapsed
8043
8044 \begin_layout Plain Layout
8045
8046
8047 \backslash
8048 setlength{
8049 \backslash
8050 jot}{3pt}
8051 \end_layout
8052
8053 \end_inset
8054
8055 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8056  mit dem Unterschied, dass sich die Klammer oben befindet.
8057  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8058  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8059  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8060  werden.
8061  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8062 \begin_inset Foot
8063 status collapsed
8064
8065 \begin_layout Plain Layout
8066 \begin_inset CommandInset href
8067 LatexCommand href
8068 name "LyX-Fehler #1505"
8069 target "http://www.lyx.org/trac/ticket/1505"
8070
8071 \end_inset
8072
8073
8074 \end_layout
8075
8076 \end_inset
8077
8078 .
8079  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8080 \series bold
8081
8082 \backslash
8083 jot
8084 \series default
8085
8086 \begin_inset Index idx
8087 status collapsed
8088
8089 \begin_layout Plain Layout
8090 Befehle ! J ! 
8091 \backslash
8092 jot
8093 \end_layout
8094
8095 \end_inset
8096
8097  vor der Formel mit dem Befehl 
8098 \series bold
8099
8100 \backslash
8101 setlength{
8102 \backslash
8103 jot}{-6pt}
8104 \series default
8105  im TeX-Modus auf den Wert -6
8106 \begin_inset space \thinspace{}
8107 \end_inset
8108
8109 pt geändert.
8110  Nach der Formel wird 
8111 \series bold
8112
8113 \backslash
8114 jot
8115 \series default
8116  mit demselben Befehl wieder auf den Standardwert 3
8117 \begin_inset space \thinspace{}
8118 \end_inset
8119
8120 pt zurückgesetzt.
8121  Genaueres zum Zeilenabstand in Formeln ist in 
8122 \begin_inset CommandInset ref
8123 LatexCommand ref
8124 reference "sub:Zeilenabstand"
8125
8126 \end_inset
8127
8128  erklärt.
8129 \end_layout
8130
8131 \begin_layout Standard
8132 \begin_inset Newpage newpage
8133 \end_inset
8134
8135
8136 \end_layout
8137
8138 \begin_layout Section
8139 Pfeile
8140 \begin_inset Index idx
8141 status collapsed
8142
8143 \begin_layout Plain Layout
8144 Pfeile
8145 \end_layout
8146
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \begin_layout Standard
8153 Pfeile können über den Mathe-Werkzeugleistenknopf 
8154 \begin_inset Graphics
8155         filename ../../images/math/leftarrow.png
8156         scale 85
8157
8158 \end_inset
8159
8160  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8161  aufgelistet sind.
8162 \end_layout
8163
8164 \begin_layout Subsection
8165 Horizontale Pfeile
8166 \begin_inset Index idx
8167 status collapsed
8168
8169 \begin_layout Plain Layout
8170 Pfeile ! horizontale
8171 \end_layout
8172
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \begin_layout Standard
8179 \begin_inset space \hfill{}
8180 \end_inset
8181
8182
8183 \begin_inset Tabular
8184 <lyxtabular version="3" rows="8" columns="2">
8185 <features tabularvalignment="middle">
8186 <column alignment="center" valignment="top" width="0pt">
8187 <column alignment="center" valignment="top" width="0pt">
8188 <row>
8189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Befehl
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Ergebnis
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \backslash
8215 gets
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 \begin_inset Formula $\gets$
8225 \end_inset
8226
8227
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \backslash
8240 Leftarrow
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 \begin_inset Formula $\Leftarrow$
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \backslash
8265 longleftarrow
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 \begin_inset Formula $\longleftarrow$
8275 \end_inset
8276
8277
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \backslash
8290 Longleftarrow
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 \begin_inset Formula $\Longleftarrow$
8300 \end_inset
8301
8302
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \backslash
8315 leftharpoonup
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 \begin_inset Formula $\leftharpoonup$
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \backslash
8340 leftharpoondown
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 \begin_inset Formula $\leftharpoondown$
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \backslash
8365 hookleftarrow
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\hookleftarrow$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 </lyxtabular>
8384
8385 \end_inset
8386
8387
8388 \begin_inset space \hfill{}
8389 \end_inset
8390
8391
8392 \begin_inset Tabular
8393 <lyxtabular version="3" rows="8" columns="2">
8394 <features tabularvalignment="middle">
8395 <column alignment="center" valignment="top" width="0pt">
8396 <column alignment="center" valignment="top" width="0pt">
8397 <row>
8398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Befehl
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Ergebnis
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \backslash
8424 to
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 \begin_inset Formula $\to$
8434 \end_inset
8435
8436
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \backslash
8449 Rightarrow
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 \begin_inset Formula $\Rightarrow$
8459 \end_inset
8460
8461
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \backslash
8474 longrightarrow
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 \begin_inset Formula $\longrightarrow$
8484 \end_inset
8485
8486
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \backslash
8499 Longrightarrow
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 \begin_inset Formula $\Longrightarrow$
8509 \end_inset
8510
8511
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \backslash
8524 rightharpoonup
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 \begin_inset Formula $\rightharpoonup$
8534 \end_inset
8535
8536
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \backslash
8549 rightharpoondown
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 \begin_inset Formula $\rightharpoondown$
8559 \end_inset
8560
8561
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \backslash
8574 hookrightarrow
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 \begin_inset Formula $\hookrightarrow$
8584 \end_inset
8585
8586
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 </lyxtabular>
8593
8594 \end_inset
8595
8596
8597 \begin_inset space \hfill{}
8598 \end_inset
8599
8600
8601 \end_layout
8602
8603 \begin_layout Standard
8604 \begin_inset space \hfill{}
8605 \end_inset
8606
8607
8608 \begin_inset Tabular
8609 <lyxtabular version="3" rows="6" columns="2">
8610 <features tabularvalignment="middle">
8611 <column alignment="center" valignment="top" width="0pt">
8612 <column alignment="center" valignment="top" width="0pt">
8613 <row>
8614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Befehl
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Ergebnis
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \backslash
8640 leftrightarrow
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 \begin_inset Formula $\leftrightarrow$
8650 \end_inset
8651
8652
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \backslash
8665 Leftrightarrow
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 \begin_inset Formula $\Leftrightarrow$
8675 \end_inset
8676
8677
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \backslash
8690 longleftrightarrow
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 \begin_inset Formula $\longleftrightarrow$
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \backslash
8715 Longleftrightarrow
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 \begin_inset Formula $\Longleftrightarrow$
8725 \end_inset
8726
8727
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \backslash
8740 rightleftharpoons
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 \begin_inset Formula $\rightleftharpoons$
8750 \end_inset
8751
8752
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 </lyxtabular>
8759
8760 \end_inset
8761
8762
8763 \begin_inset space \hspace{}
8764 \length 25pt
8765 \end_inset
8766
8767
8768 \begin_inset space \hfill{}
8769 \end_inset
8770
8771
8772 \begin_inset Tabular
8773 <lyxtabular version="3" rows="5" columns="2">
8774 <features tabularvalignment="middle">
8775 <column alignment="center" valignment="top" width="0pt">
8776 <column alignment="center" valignment="top" width="0pt">
8777 <row>
8778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Befehl
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 Ergebnis
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \backslash
8804 mapsto
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 \begin_inset Formula $\mapsto$
8814 \end_inset
8815
8816
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \backslash
8829 longmapsto
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 \begin_inset Formula $\longmapsto$
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \backslash
8854 leadsto
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 \begin_inset Formula $\leadsto$
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \backslash
8879 dasharrow
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 \begin_inset Formula $\dasharrow$
8889 \end_inset
8890
8891
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 </lyxtabular>
8898
8899 \end_inset
8900
8901
8902 \begin_inset space \hfill{}
8903 \end_inset
8904
8905
8906 \end_layout
8907
8908 \begin_layout Standard
8909 \begin_inset VSpace medskip
8910 \end_inset
8911
8912 Als Akzent verwendete Pfeile, wie z.
8913 \begin_inset space \thinspace{}
8914 \end_inset
8915
8916 B.
8917  Vektorpfeile, sind in 
8918 \begin_inset CommandInset ref
8919 LatexCommand ref
8920 reference "sec:Akzente"
8921
8922 \end_inset
8923
8924  aufgelistet.
8925 \end_layout
8926
8927 \begin_layout Standard
8928 \begin_inset VSpace bigskip
8929 \end_inset
8930
8931 Des Weiteren gibt es die beschriftbaren Pfeile
8932 \begin_inset Index idx
8933 status collapsed
8934
8935 \begin_layout Plain Layout
8936 Pfeile ! beschriftbare
8937 \end_layout
8938
8939 \end_inset
8940
8941  
8942 \series bold
8943
8944 \backslash
8945 xleftarrow
8946 \series default
8947
8948 \begin_inset Index idx
8949 status collapsed
8950
8951 \begin_layout Plain Layout
8952 Befehle ! X ! 
8953 \backslash
8954 xleftarrow
8955 \end_layout
8956
8957 \end_inset
8958
8959  und 
8960 \series bold
8961
8962 \backslash
8963 xrightarrow
8964 \series default
8965
8966 \begin_inset Index idx
8967 status collapsed
8968
8969 \begin_layout Plain Layout
8970 Befehle ! X ! 
8971 \backslash
8972 xrightarrow
8973 \begin_inset ERT
8974 status collapsed
8975
8976 \begin_layout Plain Layout
8977
8978
8979 \backslash
8980 vspace{4mm}
8981 \end_layout
8982
8983 \end_inset
8984
8985
8986 \end_layout
8987
8988 \end_inset
8989
8990 .
8991  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8992  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8993  Die Pfeillänge passt sich der Breite der Beschriftung an.
8994 \end_layout
8995
8996 \begin_layout Standard
8997 \align center
8998 \begin_inset Tabular
8999 <lyxtabular version="3" rows="3" columns="2">
9000 <features tabularvalignment="middle">
9001 <column alignment="center" valignment="top" width="0pt">
9002 <column alignment="center" valignment="top" width="0pt">
9003 <row>
9004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Befehl
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 Ergebnis
9018 \begin_inset Note Note
9019 status collapsed
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024
9025 \backslash
9026 raisebox
9027 \series default
9028  dient nur als Abstandhalter.
9029 \end_layout
9030
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 F(a)
9045 \backslash
9046 xleftarrow
9047 \begin_inset ERT
9048 status collapsed
9049
9050 \begin_layout Plain Layout
9051
9052
9053 \backslash
9054 leer 
9055 \end_layout
9056
9057 \end_inset
9058
9059 x=a
9060 \begin_inset Formula $\downarrow$
9061 \end_inset
9062
9063 x>0
9064 \begin_inset Formula $\to$
9065 \end_inset
9066
9067 F(x)
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9077 \end_inset
9078
9079
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 F(x)
9091 \backslash
9092 xrightarrow
9093 \begin_inset ERT
9094 status collapsed
9095
9096 \begin_layout Plain Layout
9097
9098
9099 \backslash
9100 leer 
9101 \end_layout
9102
9103 \end_inset
9104
9105 x=a
9106 \begin_inset Formula $\downarrow$
9107 \end_inset
9108
9109 x>0
9110 \begin_inset Formula $\to$
9111 \end_inset
9112
9113 F(a)
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9123 \end_inset
9124
9125
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 </row>
9131 </lyxtabular>
9132
9133 \end_inset
9134
9135
9136 \end_layout
9137
9138 \begin_layout Standard
9139 \begin_inset Newpage newpage
9140 \end_inset
9141
9142
9143 \end_layout
9144
9145 \begin_layout Subsection
9146 Vertikale und diagonale Pfeile
9147 \begin_inset Index idx
9148 status collapsed
9149
9150 \begin_layout Plain Layout
9151 Pfeile ! diagonale
9152 \end_layout
9153
9154 \end_inset
9155
9156
9157 \begin_inset Index idx
9158 status collapsed
9159
9160 \begin_layout Plain Layout
9161 Pfeile ! vertikale
9162 \end_layout
9163
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \begin_layout Standard
9170 \begin_inset space \hfill{}
9171 \end_inset
9172
9173
9174 \begin_inset Tabular
9175 <lyxtabular version="3" rows="7" columns="2">
9176 <features tabularvalignment="middle">
9177 <column alignment="center" valignment="top" width="0pt">
9178 <column alignment="center" valignment="top" width="0pt">
9179 <row>
9180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Befehl
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Ergebnis
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row>
9200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204
9205 \backslash
9206 uparrow
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 \begin_inset Formula $\uparrow$
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 </row>
9224 <row>
9225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229
9230 \backslash
9231 Uparrow
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 \begin_inset Formula $\Uparrow$
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \backslash
9256 updownarrow
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 \begin_inset Formula $\updownarrow$
9266 \end_inset
9267
9268
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row>
9275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279
9280 \backslash
9281 Updownarrow
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 \begin_inset Formula $\Updownarrow$
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \backslash
9306 Downarrow
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 \begin_inset Formula $\Downarrow$
9316 \end_inset
9317
9318
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 </row>
9324 <row>
9325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329
9330 \backslash
9331 downarrow
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 \begin_inset Formula $\downarrow$
9341 \end_inset
9342
9343
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 </row>
9349 </lyxtabular>
9350
9351 \end_inset
9352
9353
9354 \begin_inset space \hfill{}
9355 \end_inset
9356
9357
9358 \begin_inset Tabular
9359 <lyxtabular version="3" rows="5" columns="2">
9360 <features tabularvalignment="middle">
9361 <column alignment="center" valignment="top" width="0pt">
9362 <column alignment="center" valignment="top" width="0pt">
9363 <row>
9364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Befehl
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 Ergebnis
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \backslash
9390 nearrow
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 \begin_inset Formula $\nearrow$
9400 \end_inset
9401
9402
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 </row>
9408 <row>
9409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413
9414 \backslash
9415 searrow
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424 \begin_inset Formula $\searrow$
9425 \end_inset
9426
9427
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \backslash
9440 swarrow
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 \begin_inset Formula $\swarrow$
9450 \end_inset
9451
9452
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 </row>
9458 <row>
9459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \backslash
9465 nwarrow
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 \begin_inset Formula $\nwarrow$
9475 \end_inset
9476
9477
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 </lyxtabular>
9484
9485 \end_inset
9486
9487
9488 \begin_inset space \hfill{}
9489 \end_inset
9490
9491
9492 \end_layout
9493
9494 \begin_layout Standard
9495 \begin_inset VSpace medskip
9496 \end_inset
9497
9498 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9499  
9500 \begin_inset CommandInset ref
9501 LatexCommand ref
9502 reference "sub:Manuelle-Klammergrößen"
9503
9504 \end_inset
9505
9506  und 
9507 \begin_inset CommandInset ref
9508 LatexCommand ref
9509 reference "sub:Automatische-Klammergrößen"
9510
9511 \end_inset
9512
9513  beschriebenen Befehlen verwendet werden.
9514 \end_layout
9515
9516 \begin_layout Section
9517 Akzente
9518 \begin_inset CommandInset label
9519 LatexCommand label
9520 name "sec:Akzente"
9521
9522 \end_inset
9523
9524
9525 \begin_inset Index idx
9526 status collapsed
9527
9528 \begin_layout Plain Layout
9529 Akzente
9530 \end_layout
9531
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \begin_layout Standard
9538 Akzente können über den Mathe-Werkzeugleistenknopf 
9539 \begin_inset Graphics
9540         filename ../../images/math/hat.png
9541         scale 85
9542
9543 \end_inset
9544
9545  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9546  aufgelistet sind.
9547 \end_layout
9548
9549 \begin_layout Subsection
9550 Akzente für ein Zeichen
9551 \begin_inset ERT
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555
9556
9557 \backslash
9558 texorpdfstring{
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \begin_inset Foot
9565 status collapsed
9566
9567 \begin_layout Plain Layout
9568 Akzente im Text siehe 
9569 \begin_inset CommandInset ref
9570 LatexCommand ref
9571 reference "sub:Sonderzeichen-Akzente"
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \end_inset
9579
9580
9581 \begin_inset ERT
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585
9586 }{}
9587 \end_layout
9588
9589 \end_inset
9590
9591
9592 \begin_inset Note Note
9593 status collapsed
9594
9595 \begin_layout Plain Layout
9596
9597 \series bold
9598
9599 \backslash
9600 texorpdfstring
9601 \series default
9602  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9603 \end_layout
9604
9605 \begin_layout Plain Layout
9606 Näheres zu 
9607 \series bold
9608
9609 \backslash
9610 texorpdfstring
9611 \series default
9612  steht in Kapitel 
9613 \begin_inset CommandInset ref
9614 LatexCommand ref
9615 reference "sub:Formeln-in-Überschriften"
9616
9617 \end_inset
9618
9619 .
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \begin_inset CommandInset label
9626 LatexCommand label
9627 name "sub:Akzente-für-ein"
9628
9629 \end_inset
9630
9631
9632 \begin_inset Index idx
9633 status collapsed
9634
9635 \begin_layout Plain Layout
9636 Akzente ! für ein Zeichen
9637 \end_layout
9638
9639 \end_inset
9640
9641
9642 \end_layout
9643
9644 \begin_layout Standard
9645 \begin_inset space \hfill{}
9646 \end_inset
9647
9648
9649 \begin_inset Tabular
9650 <lyxtabular version="3" rows="8" columns="2">
9651 <features tabularvalignment="middle">
9652 <column alignment="center" valignment="top" width="0pt">
9653 <column alignment="center" valignment="top" width="0pt">
9654 <row>
9655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 Befehl
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 Ergebnis
9669 \begin_inset Note Note
9670 status collapsed
9671
9672 \begin_layout Plain Layout
9673
9674 \series bold
9675
9676 \backslash
9677 raisebox
9678 \series default
9679  dient nur als Abstandhalter.
9680 \end_layout
9681
9682 \end_inset
9683
9684
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row>
9691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \backslash
9697 dot
9698 \begin_inset ERT
9699 status collapsed
9700
9701 \begin_layout Plain Layout
9702
9703
9704 \backslash
9705 leer 
9706 \end_layout
9707
9708 \end_inset
9709
9710 A
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9720 \end_inset
9721
9722
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 </row>
9728 <row>
9729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733
9734 \backslash
9735 ddot
9736 \begin_inset ERT
9737 status collapsed
9738
9739 \begin_layout Plain Layout
9740
9741
9742 \backslash
9743 leer 
9744 \end_layout
9745
9746 \end_inset
9747
9748 A
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9758 \end_inset
9759
9760
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \backslash
9773 dddot
9774 \begin_inset ERT
9775 status collapsed
9776
9777 \begin_layout Plain Layout
9778
9779
9780 \backslash
9781 leer 
9782 \end_layout
9783
9784 \end_inset
9785
9786 A
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9796 \end_inset
9797
9798
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \backslash
9811 ddddot
9812 \begin_inset ERT
9813 status collapsed
9814
9815 \begin_layout Plain Layout
9816
9817
9818 \backslash
9819 leer 
9820 \end_layout
9821
9822 \end_inset
9823
9824 A
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9834 \end_inset
9835
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 <row>
9843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847
9848 \backslash
9849 vec
9850 \begin_inset ERT
9851 status collapsed
9852
9853 \begin_layout Plain Layout
9854
9855
9856 \backslash
9857 leer 
9858 \end_layout
9859
9860 \end_inset
9861
9862 A
9863 \begin_inset Index idx
9864 status collapsed
9865
9866 \begin_layout Plain Layout
9867 Vektoren
9868 \end_layout
9869
9870 \end_inset
9871
9872
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \backslash
9897 bar
9898 \begin_inset ERT
9899 status collapsed
9900
9901 \begin_layout Plain Layout
9902
9903
9904 \backslash
9905 leer 
9906 \end_layout
9907
9908 \end_inset
9909
9910 A
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9920 \end_inset
9921
9922
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row>
9929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \backslash
9935 mathring
9936 \begin_inset ERT
9937 status collapsed
9938
9939 \begin_layout Plain Layout
9940
9941
9942 \backslash
9943 leer 
9944 \end_layout
9945
9946 \end_inset
9947
9948 A
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 </lyxtabular>
9967
9968 \end_inset
9969
9970
9971 \begin_inset space \hfill{}
9972 \end_inset
9973
9974
9975 \begin_inset Tabular
9976 <lyxtabular version="3" rows="7" columns="2">
9977 <features tabularvalignment="middle">
9978 <column alignment="center" valignment="top" width="0pt">
9979 <column alignment="center" valignment="top" width="0pt">
9980 <row>
9981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 Befehl
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994 Ergebnis
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 <row>
10001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \backslash
10007 tilde
10008 \begin_inset ERT
10009 status collapsed
10010
10011 \begin_layout Plain Layout
10012
10013
10014 \backslash
10015 leer 
10016 \end_layout
10017
10018 \end_inset
10019
10020 A
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10030 \end_inset
10031
10032
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \backslash
10045 hat
10046 \begin_inset ERT
10047 status collapsed
10048
10049 \begin_layout Plain Layout
10050
10051
10052 \backslash
10053 leer 
10054 \end_layout
10055
10056 \end_inset
10057
10058 A
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10068 \end_inset
10069
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \backslash
10083 check
10084 \begin_inset ERT
10085 status collapsed
10086
10087 \begin_layout Plain Layout
10088
10089
10090 \backslash
10091 leer 
10092 \end_layout
10093
10094 \end_inset
10095
10096 A
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \backslash
10121 acute
10122 \begin_inset ERT
10123 status collapsed
10124
10125 \begin_layout Plain Layout
10126
10127
10128 \backslash
10129 leer 
10130 \end_layout
10131
10132 \end_inset
10133
10134 A
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10144 \end_inset
10145
10146
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row>
10153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \backslash
10159 grave
10160 \begin_inset ERT
10161 status collapsed
10162
10163 \begin_layout Plain Layout
10164
10165
10166 \backslash
10167 leer 
10168 \end_layout
10169
10170 \end_inset
10171
10172 A
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10182 \end_inset
10183
10184
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \backslash
10197 breve
10198 \begin_inset ERT
10199 status collapsed
10200
10201 \begin_layout Plain Layout
10202
10203
10204 \backslash
10205 leer 
10206 \end_layout
10207
10208 \end_inset
10209
10210 A
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 </row>
10228 </lyxtabular>
10229
10230 \end_inset
10231
10232
10233 \begin_inset space \hfill{}
10234 \end_inset
10235
10236
10237 \end_layout
10238
10239 \begin_layout Standard
10240 \begin_inset VSpace bigskip
10241 \end_inset
10242
10243 Akzente wie z.B.
10244  é können direkt in Formeln eingegeben werden.
10245  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10246  Für Umlaute
10247 \begin_inset Index idx
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251 Umlaute
10252 \end_layout
10253
10254 \end_inset
10255
10256  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10257  Diese beiden Zeichen bilden dann für LaTeX 
10258 \emph on
10259 ein
10260 \emph default
10261  Zeichen.
10262  Im Gegensatz zu 
10263 \series bold
10264
10265 \backslash
10266 ddot
10267 \series default
10268  entstehen damit 
10269 \begin_inset Quotes gld
10270 \end_inset
10271
10272 echte
10273 \begin_inset Quotes grd
10274 \end_inset
10275
10276  Umlaute, was folgendes Beispiel zeigt:
10277 \end_layout
10278
10279 \begin_layout Standard
10280 \begin_inset VSpace -2mm
10281 \end_inset
10282
10283
10284 \end_layout
10285
10286 \begin_layout Standard
10287 \align center
10288 \begin_inset Tabular
10289 <lyxtabular version="3" rows="3" columns="2">
10290 <features tabularvalignment="middle">
10291 <column alignment="center" valignment="top" width="0">
10292 <column alignment="center" valignment="top" width="0">
10293 <row>
10294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 Befehl
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 Ergebnis
10308 \begin_inset Note Note
10309 status collapsed
10310
10311 \begin_layout Plain Layout
10312
10313 \series bold
10314
10315 \backslash
10316 raisebox
10317 \series default
10318  dient nur als Abstandhalter.
10319 \end_layout
10320
10321 \end_inset
10322
10323
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 </row>
10329 <row>
10330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 \begin_inset Quotes grd
10335 \end_inset
10336
10337 i
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 \begin_inset Formula $"i$
10347 \end_inset
10348
10349
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row>
10356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \backslash
10362 ddot
10363 \begin_inset ERT
10364 status collapsed
10365
10366 \begin_layout Plain Layout
10367
10368
10369 \backslash
10370 leer 
10371 \end_layout
10372
10373 \end_inset
10374
10375 i
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10385 \end_inset
10386
10387
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 </lyxtabular>
10394
10395 \end_inset
10396
10397
10398 \end_layout
10399
10400 \begin_layout Standard
10401 Ein weiterer Vorteil gegenüber 
10402 \series bold
10403
10404 \backslash
10405 ddot
10406 \series default
10407  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10408  denn die obigen Akzentbefehle sind 
10409 \emph on
10410 im mathematischen Text\SpecialChar \-
10411 modus nicht erlaubt
10412 \emph default
10413 .
10414  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10415  nur das Zeichen unter dem Akzent umgewandelt werden.
10416  Das gilt auch für alle anderen Umwandlungen wie z.
10417 \begin_inset space \thinspace{}
10418 \end_inset
10419
10420 B.
10421  in kursiv oder fett.
10422 \end_layout
10423
10424 \begin_layout Standard
10425 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10426  direkt eingegeben werden.
10427 \end_layout
10428
10429 \begin_layout Subsection
10430 Akzente für Operatoren
10431 \begin_inset Index idx
10432 status collapsed
10433
10434 \begin_layout Plain Layout
10435 Akzente ! für Operatoren
10436 \end_layout
10437
10438 \end_inset
10439
10440
10441 \end_layout
10442
10443 \begin_layout Standard
10444 Zum Akzentuieren von Operatoren gibt es die Befehle 
10445 \series bold
10446
10447 \backslash
10448 overset
10449 \series default
10450
10451 \begin_inset Index idx
10452 status collapsed
10453
10454 \begin_layout Plain Layout
10455 Befehle ! O ! 
10456 \backslash
10457 overset
10458 \end_layout
10459
10460 \end_inset
10461
10462  und 
10463 \series bold
10464
10465 \backslash
10466 underset
10467 \series default
10468
10469 \begin_inset Index idx
10470 status collapsed
10471
10472 \begin_layout Plain Layout
10473 Befehle ! U ! 
10474 \backslash
10475 underset
10476 \end_layout
10477
10478 \end_inset
10479
10480 , mit denen man Zeichen über bzw.
10481  unter einen Operator setzen kann.
10482  Mit dem Befehl 
10483 \series bold
10484
10485 \backslash
10486 sideset
10487 \series default
10488
10489 \begin_inset Index idx
10490 status collapsed
10491
10492 \begin_layout Plain Layout
10493 Befehle ! S ! 
10494 \backslash
10495 sideset
10496 \end_layout
10497
10498 \end_inset
10499
10500  können Zeichen vor und nach einen Operator gesetzt werden.
10501  Das Befehlsschema lautet:
10502 \end_layout
10503
10504 \begin_layout Standard
10505
10506 \series bold
10507
10508 \backslash
10509 sideset{Zeichen
10510 \series default
10511  
10512 \series bold
10513 davor}{Zeichen
10514 \series default
10515  
10516 \series bold
10517 dahinter}
10518 \end_layout
10519
10520 \begin_layout Standard
10521
10522 \series bold
10523
10524 \backslash
10525 sideset
10526 \series default
10527  muss immer vor dem zu akzentuierenden Operator stehen.
10528  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10529  Symbolen akzentuiert werden.
10530  Will man mit 
10531 \series bold
10532
10533 \backslash
10534 sideset
10535 \series default
10536  z.
10537 \begin_inset space \thinspace{}
10538 \end_inset
10539
10540 B.
10541  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10542  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10543 \end_layout
10544
10545 \begin_layout Standard
10546 Z.
10547 \begin_inset space \thinspace{}
10548 \end_inset
10549
10550 B.
10551  ergibt der Befehl 
10552 \series bold
10553
10554 \backslash
10555 sideset{
10556 \begin_inset Formula $\to$
10557 \end_inset
10558
10559
10560 \backslash
10561 {
10562 \series default
10563 '
10564 \series bold
10565
10566 \begin_inset Formula $\to$
10567 \end_inset
10568
10569
10570 \backslash
10571 sum_k=1
10572 \begin_inset ERT
10573 status collapsed
10574
10575 \begin_layout Plain Layout
10576
10577
10578 \backslash
10579 leer 
10580 \end_layout
10581
10582 \end_inset
10583
10584
10585 \series default
10586 ^
10587 \series bold
10588 n
10589 \series default
10590  :
10591 \begin_inset Formula 
10592 \[
10593 \sideset{}{'}\sum_{k=1}^{n}
10594 \]
10595
10596 \end_inset
10597
10598
10599 \end_layout
10600
10601 \begin_layout Standard
10602 Der Befehl 
10603 \series bold
10604
10605 \backslash
10606 overset
10607 \begin_inset ERT
10608 status collapsed
10609
10610 \begin_layout Plain Layout
10611
10612
10613 \backslash
10614 leer 
10615 \end_layout
10616
10617 \end_inset
10618
10619
10620 \backslash
10621 maltese
10622 \begin_inset ERT
10623 status collapsed
10624
10625 \begin_layout Plain Layout
10626
10627
10628 \backslash
10629 leer 
10630 \end_layout
10631
10632 \end_inset
10633
10634
10635 \series default
10636
10637 \begin_inset Formula $\uparrow$
10638 \end_inset
10639
10640
10641 \series bold
10642 a
10643 \series default
10644  ergibt:
10645 \begin_inset Formula 
10646 \[
10647 \overset{a}{\maltese}
10648 \]
10649
10650 \end_inset
10651
10652 Wie man am letzten Beispiel sieht, kann man mit 
10653 \series bold
10654
10655 \backslash
10656 overset
10657 \series default
10658  bzw.
10659  
10660 \series bold
10661
10662 \backslash
10663 underset
10664 \series default
10665  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10666 \series bold
10667
10668 \backslash
10669 sideset
10670 \series default
10671  ist dies nicht möglich.
10672 \end_layout
10673
10674 \begin_layout Subsection
10675 Akzente für mehrere Zeichen
10676 \begin_inset Index idx
10677 status collapsed
10678
10679 \begin_layout Plain Layout
10680 Akzente ! für mehrere Zeichen
10681 \end_layout
10682
10683 \end_inset
10684
10685
10686 \end_layout
10687
10688 \begin_layout Standard
10689 \begin_inset space \hfill{}
10690 \end_inset
10691
10692
10693 \begin_inset Tabular
10694 <lyxtabular version="3" rows="5" columns="2">
10695 <features tabularvalignment="middle">
10696 <column alignment="center" valignment="top" width="0pt">
10697 <column alignment="center" valignment="top" width="0pt">
10698 <row>
10699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 Befehl
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 Ergebnis
10713 \begin_inset Note Note
10714 status collapsed
10715
10716 \begin_layout Plain Layout
10717
10718 \series bold
10719
10720 \backslash
10721 raisebox
10722 \series default
10723  dient nur als Abstandhalter.
10724 \end_layout
10725
10726 \end_inset
10727
10728
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \backslash
10741 overleftarrow
10742 \begin_inset ERT
10743 status collapsed
10744
10745 \begin_layout Plain Layout
10746
10747
10748 \backslash
10749 leer 
10750 \end_layout
10751
10752 \end_inset
10753
10754 A=B
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 <row>
10773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \backslash
10779 underleftarrow
10780 \begin_inset ERT
10781 status collapsed
10782
10783 \begin_layout Plain Layout
10784
10785
10786 \backslash
10787 leer 
10788 \end_layout
10789
10790 \end_inset
10791
10792 A=B
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row>
10811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \backslash
10817 overleftrightarrow
10818 \begin_inset ERT
10819 status collapsed
10820
10821 \begin_layout Plain Layout
10822
10823
10824 \backslash
10825 leer 
10826 \end_layout
10827
10828 \end_inset
10829
10830 A=B
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \backslash
10855 underleftrightarrow
10856 \begin_inset ERT
10857 status collapsed
10858
10859 \begin_layout Plain Layout
10860
10861
10862 \backslash
10863 leer 
10864 \end_layout
10865
10866 \end_inset
10867
10868 A=B
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10878 \end_inset
10879
10880
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 </lyxtabular>
10887
10888 \end_inset
10889
10890
10891 \begin_inset space \hfill{}
10892 \end_inset
10893
10894
10895 \begin_inset Tabular
10896 <lyxtabular version="3" rows="5" columns="2">
10897 <features tabularvalignment="middle">
10898 <column alignment="center" valignment="top" width="0pt">
10899 <column alignment="center" valignment="top" width="0pt">
10900 <row>
10901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905 Befehl
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Ergebnis
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 </row>
10920 <row>
10921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925
10926 \backslash
10927 overrightarrow
10928 \begin_inset ERT
10929 status collapsed
10930
10931 \begin_layout Plain Layout
10932
10933
10934 \backslash
10935 leer 
10936 \end_layout
10937
10938 \end_inset
10939
10940 A=B
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10950 \end_inset
10951
10952
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 </row>
10958 <row>
10959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963
10964 \backslash
10965 underrightarrow
10966 \begin_inset ERT
10967 status collapsed
10968
10969 \begin_layout Plain Layout
10970
10971
10972 \backslash
10973 leer 
10974 \end_layout
10975
10976 \end_inset
10977
10978 A=B
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \backslash
11003 widetilde
11004 \begin_inset ERT
11005 status collapsed
11006
11007 \begin_layout Plain Layout
11008
11009
11010 \backslash
11011 leer 
11012 \end_layout
11013
11014 \end_inset
11015
11016 A=B
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 </row>
11034 <row>
11035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039
11040 \backslash
11041 widehat
11042 \begin_inset ERT
11043 status collapsed
11044
11045 \begin_layout Plain Layout
11046
11047
11048 \backslash
11049 leer 
11050 \end_layout
11051
11052 \end_inset
11053
11054 A=B
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11064 \end_inset
11065
11066
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 </lyxtabular>
11073
11074 \end_inset
11075
11076
11077 \begin_inset space \hfill{}
11078 \end_inset
11079
11080
11081 \end_layout
11082
11083 \begin_layout Standard
11084 \begin_inset VSpace medskip
11085 \end_inset
11086
11087 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11088  Die Akzente
11089 \begin_inset Newline linebreak
11090 \end_inset
11091
11092
11093 \series bold
11094
11095 \backslash
11096 widetilde
11097 \series default
11098  und 
11099 \series bold
11100
11101 \backslash
11102 widehat
11103 \series default
11104  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11105  was folgendes Beispiel verdeutlicht:
11106 \begin_inset Formula 
11107 \[
11108 \widetilde{A+B=C-D}
11109 \]
11110
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Standard
11117 Mit den im vorigen Kapitel beschriebenen Befehlen 
11118 \series bold
11119
11120 \backslash
11121 overset
11122 \series default
11123
11124 \begin_inset Index idx
11125 status collapsed
11126
11127 \begin_layout Plain Layout
11128 Befehle ! O ! 
11129 \backslash
11130 overset
11131 \end_layout
11132
11133 \end_inset
11134
11135  und 
11136 \series bold
11137
11138 \backslash
11139 underset
11140 \series default
11141
11142 \begin_inset Index idx
11143 status collapsed
11144
11145 \begin_layout Plain Layout
11146 Befehle ! U ! 
11147 \backslash
11148 underset
11149 \end_layout
11150
11151 \end_inset
11152
11153  ist es auch möglich mehrere Zeichen zu akzentuieren.
11154  Der Befehl 
11155 \series bold
11156
11157 \backslash
11158 underset
11159 \begin_inset ERT
11160 status collapsed
11161
11162 \begin_layout Plain Layout
11163
11164
11165 \backslash
11166 leer 
11167 \end_layout
11168
11169 \end_inset
11170
11171 A=B
11172 \begin_inset Formula $\downarrow$
11173 \end_inset
11174
11175 ***
11176 \series default
11177  ergibt:
11178 \begin_inset Formula 
11179 \[
11180 \underset{***}{A=B}
11181 \]
11182
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \begin_layout Section
11189 Leerraum
11190 \begin_inset CommandInset label
11191 LatexCommand label
11192 name "sub:Leerraum"
11193
11194 \end_inset
11195
11196
11197 \begin_inset Index idx
11198 status collapsed
11199
11200 \begin_layout Plain Layout
11201 Leerraum ! horizontaler
11202 \end_layout
11203
11204 \end_inset
11205
11206
11207 \end_layout
11208
11209 \begin_layout Subsection
11210 Vordefinierter Leerraum
11211 \begin_inset CommandInset label
11212 LatexCommand label
11213 name "sub:Vordefinierter-Leerraum"
11214
11215 \end_inset
11216
11217
11218 \begin_inset Index idx
11219 status collapsed
11220
11221 \begin_layout Plain Layout
11222 Leerraum ! horizontaler ! vordefiniert
11223 \end_layout
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \begin_layout Standard
11231 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11232  Dazu gibt man ein geschütztes Leerzeichen ein.
11233  Es erscheint ein 
11234 \begin_inset Quotes gld
11235 \end_inset
11236
11237
11238 \color blue
11239
11240 \begin_inset ERT
11241 status collapsed
11242
11243 \begin_layout Plain Layout
11244
11245
11246 \backslash
11247 leer 
11248 \end_layout
11249
11250 \end_inset
11251
11252
11253 \color inherit
11254
11255 \begin_inset Quotes grd
11256 \end_inset
11257
11258  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11259  Leerraum-Größen wählen.
11260  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11261 \begin_inset Graphics
11262         filename ../../images/math/space.png
11263         scale 85
11264
11265 \end_inset
11266
11267  oder mit einzelnen Befehlen aufrufen.
11268  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11269  danach wieder aus allen Größen wählen.
11270 \end_layout
11271
11272 \begin_layout Standard
11273 \align center
11274 \begin_inset VSpace -5mm
11275 \end_inset
11276
11277
11278 \begin_inset Tabular
11279 <lyxtabular version="3" rows="3" columns="7">
11280 <features tabularvalignment="middle">
11281 <column alignment="center" valignment="middle" width="6.8cm">
11282 <column alignment="center" valignment="top" width="0pt">
11283 <column alignment="center" valignment="top" width="0pt">
11284 <column alignment="center" valignment="top" width="0pt">
11285 <column alignment="center" valignment="top" width="0pt">
11286 <column alignment="center" valignment="top" width="0pt">
11287 <column alignment="center" valignment="top" width="0pt">
11288 <row>
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 Befehl
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302
11303 \backslash
11304 ,
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313
11314 \backslash
11315 :
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324
11325 \backslash
11326 ;
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335
11336 \backslash
11337 quad
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346
11347 \backslash
11348 qquad
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357
11358 \backslash
11359 !
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 </row>
11365 <row>
11366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 0
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 1
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 2
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 3
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 4
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 5
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 Ergebnis
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 \begin_inset Formula $A\, B$
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 \begin_inset Formula $A\: B$
11457 \end_inset
11458
11459
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 \begin_inset Formula $A\; B$
11469 \end_inset
11470
11471
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 \begin_inset Formula $A\quad B$
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 \begin_inset Formula $A\qquad B$
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 \begin_inset Formula $A\! B$
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 </row>
11513 </lyxtabular>
11514
11515 \end_inset
11516
11517
11518 \end_layout
11519
11520 \begin_layout Standard
11521 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11522  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11523  denn sie erstellt negativen Leerraum.
11524  Es gibt noch zwei weitere negative Leerräume:
11525 \end_layout
11526
11527 \begin_layout Standard
11528 \align center
11529 \begin_inset Tabular
11530 <lyxtabular version="3" rows="3" columns="3">
11531 <features tabularvalignment="middle">
11532 <column alignment="center" valignment="middle" width="6.8cm">
11533 <column alignment="center" valignment="top" width="0pt">
11534 <column alignment="center" valignment="top" width="0pt">
11535 <row>
11536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 Befehl
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549
11550 \backslash
11551 negmedspace
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560
11561 \backslash
11562 negthickspace
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 </row>
11568 <row>
11569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 6
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 7
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 <row>
11598 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 Ergebnis
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 \begin_inset Formula $A\negmedspace B$
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Formula $A\negthickspace B$
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 </lyxtabular>
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \begin_layout Standard
11640 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11641  Man kann auf diese Weise Ligaturen erzwingen, was z.
11642 \begin_inset space \thinspace{}
11643 \end_inset
11644
11645 B.
11646  für Summenzeichen von Nutzen ist: 
11647 \end_layout
11648
11649 \begin_layout Standard
11650 \align center
11651 \begin_inset Tabular
11652 <lyxtabular version="3" rows="3" columns="2">
11653 <features tabularvalignment="middle">
11654 <column alignment="center" valignment="top" width="0">
11655 <column alignment="center" valignment="top" width="0">
11656 <row>
11657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 Befehl
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 Ergebnis
11671 \begin_inset Note Note
11672 status collapsed
11673
11674 \begin_layout Plain Layout
11675
11676 \series bold
11677
11678 \backslash
11679 raisebox
11680 \series default
11681  dient nur als Abstandhalter.
11682 \end_layout
11683
11684 \end_inset
11685
11686
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 </row>
11692 <row>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697
11698 \backslash
11699 sum
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" leftline="true" rightline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11724 \end_inset
11725
11726
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 </row>
11732 <row>
11733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737
11738 \backslash
11739 sum
11740 \backslash
11741 negmedspace
11742 \backslash
11743 sum
11744 \begin_inset ERT
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748
11749
11750 \backslash
11751 leer 
11752 \end_layout
11753
11754 \end_inset
11755
11756 f_kl
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 </row>
11774 </lyxtabular>
11775
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \begin_layout Standard
11782 Relationen, wie z.
11783 \begin_inset space \thinspace{}
11784 \end_inset
11785
11786 B.
11787  Gleichheitszeichen, sind immer von Leerraum umgeben.
11788  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11789  TeX-Klammer.
11790  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11791 \end_layout
11792
11793 \begin_layout Standard
11794 \align center
11795 \begin_inset Tabular
11796 <lyxtabular version="3" rows="2" columns="2">
11797 <features tabularvalignment="middle">
11798 <column alignment="center" valignment="top" width="0pt">
11799 <column alignment="center" valignment="top" width="0pt">
11800 <row>
11801 <cell alignment="center" valignment="top" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 normale Gleichung
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 <cell 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 <row>
11824 <cell alignment="center" valignment="top" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 \begin_inset Note Note
11829 status collapsed
11830
11831 \begin_layout Plain Layout
11832
11833 \series bold
11834
11835 \backslash
11836 raisebox
11837 \series default
11838  dient nur als Abstandhalter.
11839 \end_layout
11840
11841 \end_inset
11842
11843
11844 \begin_inset Formula $\raisebox{5mm}{}$
11845 \end_inset
11846
11847 Gleichung ohne Leerraum
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 \begin_inset Formula $A{=}B$
11857 \end_inset
11858
11859
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 </row>
11865 </lyxtabular>
11866
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \begin_layout Standard
11873 Der Befehl für die letzte Formel lautet: 
11874 \series bold
11875 A
11876 \backslash
11877 {=
11878 \begin_inset Formula $\to$
11879 \end_inset
11880
11881 B
11882 \end_layout
11883
11884 \begin_layout Standard
11885 \begin_inset VSpace bigskip
11886 \end_inset
11887
11888 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11889  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11890  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11891 \family sans
11892 Einfügen\SpecialChar \menuseparator
11893 Formatierung\SpecialChar \menuseparator
11894 Kleiner
11895 \begin_inset space ~
11896 \end_inset
11897
11898 Abstand
11899 \family default
11900  (Tastenkürzel 
11901 \family sans
11902 Strg+Shift+Leertaste
11903 \family default
11904 ) ein.
11905 \end_layout
11906
11907 \begin_layout Standard
11908 Ein Beispiel zur Veranschaulichung:
11909 \end_layout
11910
11911 \begin_layout Standard
11912 \begin_inset Tabular
11913 <lyxtabular version="3" rows="2" columns="2">
11914 <features tabularvalignment="middle">
11915 <column alignment="left" valignment="top" width="0">
11916 <column alignment="left" valignment="top" width="0">
11917 <row>
11918 <cell alignment="center" valignment="top" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 24 kW
11923 \begin_inset Formula $\cdot$
11924 \end_inset
11925
11926 h
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 Leerzeichen zwischen Wert und Einheit
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 </row>
11941 <row>
11942 <cell alignment="center" valignment="top" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 24
11947 \begin_inset space \thinspace{}
11948 \end_inset
11949
11950 kW
11951 \begin_inset Formula $\cdot$
11952 \end_inset
11953
11954 h
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 kleinster Leerraum zwischen Wert und Einheit
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 </row>
11969 </lyxtabular>
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \begin_layout Subsection
11977 Variabler Leerraum
11978 \begin_inset ERT
11979 status collapsed
11980
11981 \begin_layout Plain Layout
11982
11983
11984 \backslash
11985 texorpdfstring{
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \begin_inset Foot
11992 status collapsed
11993
11994 \begin_layout Plain Layout
11995 für vertikalen Leerraum in Formeln siehe 
11996 \begin_inset CommandInset ref
11997 LatexCommand ref
11998 reference "sub:Zeilenabstand"
11999
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \begin_inset ERT
12009 status collapsed
12010
12011 \begin_layout Plain Layout
12012
12013 }{}
12014 \end_layout
12015
12016 \end_inset
12017
12018
12019 \begin_inset Note Note
12020 status collapsed
12021
12022 \begin_layout Plain Layout
12023
12024 \series bold
12025
12026 \backslash
12027 texorpdfstring
12028 \series default
12029  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
12030 \end_layout
12031
12032 \begin_layout Plain Layout
12033 Näheres zu 
12034 \series bold
12035
12036 \backslash
12037 texorpdfstring
12038 \series default
12039  steht in Kapitel 
12040 \begin_inset CommandInset ref
12041 LatexCommand ref
12042 reference "sub:Formeln-in-Überschriften"
12043
12044 \end_inset
12045
12046 .
12047 \end_layout
12048
12049 \end_inset
12050
12051
12052 \begin_inset CommandInset label
12053 LatexCommand label
12054 name "sub:Variabler-Leerraum"
12055
12056 \end_inset
12057
12058
12059 \begin_inset Index idx
12060 status collapsed
12061
12062 \begin_layout Plain Layout
12063 Leerraum ! horizontaler ! variabel
12064 \end_layout
12065
12066 \end_inset
12067
12068
12069 \end_layout
12070
12071 \begin_layout Standard
12072 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12073 \series bold
12074
12075 \backslash
12076 hspace
12077 \series default
12078
12079 \begin_inset Index idx
12080 status collapsed
12081
12082 \begin_layout Plain Layout
12083 Befehle ! H ! 
12084 \backslash
12085 hspace
12086 \end_layout
12087
12088 \end_inset
12089
12090  einfügen.
12091  Es erscheint ein langes 
12092 \begin_inset Quotes gld
12093 \end_inset
12094
12095
12096 \color blue
12097
12098 \begin_inset ERT
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102
12103
12104 \backslash
12105 leer 
12106 \end_layout
12107
12108 \end_inset
12109
12110
12111 \color inherit
12112
12113 \begin_inset Quotes grd
12114 \end_inset
12115
12116 .
12117  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12118  das 
12119 \begin_inset Quotes gld
12120 \end_inset
12121
12122
12123 \color blue
12124
12125 \begin_inset ERT
12126 status collapsed
12127
12128 \begin_layout Plain Layout
12129
12130
12131 \backslash
12132 leer 
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \color inherit
12139
12140 \begin_inset Quotes grd
12141 \end_inset
12142
12143  klickt.
12144  Die Länge darf auch negativ sein.
12145  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12146  einnimmt, benutzt man den Befehl 
12147 \series bold
12148
12149 \backslash
12150 hfill
12151 \series default
12152
12153 \begin_inset Index idx
12154 status collapsed
12155
12156 \begin_layout Plain Layout
12157 Befehle ! H ! 
12158 \backslash
12159 hfill
12160 \end_layout
12161
12162 \end_inset
12163
12164 .
12165 \end_layout
12166
12167 \begin_layout Standard
12168 \begin_inset VSpace -1mm
12169 \end_inset
12170
12171
12172 \end_layout
12173
12174 \begin_layout Standard
12175 \align center
12176 \begin_inset Tabular
12177 <lyxtabular version="3" rows="4" columns="2">
12178 <features tabularvalignment="middle">
12179 <column alignment="center" valignment="top" width="0">
12180 <column alignment="center" valignment="top" width="0">
12181 <row>
12182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186 Befehl (
12187 \backslash
12188 hspace Länge)
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197 Ergebnis
12198 \end_layout
12199
12200 \end_inset
12201 </cell>
12202 </row>
12203 <row>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 A=B
12209 \backslash
12210 hspace{3cm
12211 \begin_inset Formula $\to$
12212 \end_inset
12213
12214 A
12215 \backslash
12216 not=C (3
12217 \begin_inset space \thinspace{}
12218 \end_inset
12219
12220 cm)
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 </row>
12238 <row>
12239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243 A
12244 \backslash
12245 hspace{-1mm
12246 \begin_inset Formula $\to$
12247 \end_inset
12248
12249 A
12250 \backslash
12251 not=A (-1
12252 \begin_inset space \thinspace{}
12253 \end_inset
12254
12255 mm)
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12261 \begin_inset Text
12262
12263 \begin_layout Plain Layout
12264 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12265 \end_inset
12266
12267
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 </row>
12273 <row>
12274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12275 \begin_inset Text
12276
12277 \begin_layout Plain Layout
12278 A=A
12279 \backslash
12280 hfill
12281 \begin_inset ERT
12282 status collapsed
12283
12284 \begin_layout Plain Layout
12285
12286
12287 \backslash
12288 leer 
12289 \end_layout
12290
12291 \end_inset
12292
12293 B=B
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 \begin_inset Formula $A=A\hfill B=B$
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 </row>
12311 </lyxtabular>
12312
12313 \end_inset
12314
12315
12316 \end_layout
12317
12318 \begin_layout Standard
12319 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12320  Spalteneintrags der Tabelle vorgegeben.
12321  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12322  in die 
12323 \series bold
12324
12325 \backslash
12326 hfill
12327 \series default
12328  eingegeben wird.
12329  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12330  
12331 \series bold
12332
12333 \backslash
12334 hfill
12335 \series default
12336  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12337 \series bold
12338 Eingerückt
12339 \series default
12340  eingestellt ist.
12341  (Formelstile sind in 
12342 \begin_inset CommandInset ref
12343 LatexCommand ref
12344 reference "sec:Formelstile"
12345
12346 \end_inset
12347
12348  erklärt.)
12349 \end_layout
12350
12351 \begin_layout Standard
12352 Neben 
12353 \series bold
12354
12355 \backslash
12356 hfill
12357 \series default
12358  gibt es noch die Befehle 
12359 \series bold
12360
12361 \backslash
12362 dotfill
12363 \series default
12364  und 
12365 \series bold
12366
12367 \backslash
12368 hrulefill
12369 \series default
12370 , die den Leerraum mit einem Muster füllen, siehe 
12371 \begin_inset CommandInset ref
12372 LatexCommand ref
12373 reference "sub:Fortsetzungspunkte"
12374
12375 \end_inset
12376
12377  für ein Beispiel.
12378 \end_layout
12379
12380 \begin_layout Standard
12381 Variabler Leerraum kann für Text über das Menü 
12382 \family sans
12383 Einfügen\SpecialChar \menuseparator
12384 Formatierung\SpecialChar \menuseparator
12385 Horizontaler
12386 \begin_inset space ~
12387 \end_inset
12388
12389 Abstand
12390 \family default
12391  eingefügt werden:
12392 \end_layout
12393
12394 \begin_layout Standard
12395 Dies ist eine Zeile mit
12396 \begin_inset space \hspace{}
12397 \length 2cm
12398 \end_inset
12399
12400 2
12401 \begin_inset space \thinspace{}
12402 \end_inset
12403
12404 cm Leerraum.
12405 \end_layout
12406
12407 \begin_layout Standard
12408 Dies ist eine Zeile mit
12409 \begin_inset space \hfill{}
12410 \end_inset
12411
12412 maximalem Leerraum.
12413 \end_layout
12414
12415 \begin_layout Subsection
12416 Leerraum neben eingebetteten Formeln
12417 \begin_inset Index idx
12418 status collapsed
12419
12420 \begin_layout Plain Layout
12421 Leerraum ! neben eingebetteten Formeln
12422 \end_layout
12423
12424 \end_inset
12425
12426
12427 \end_layout
12428
12429 \begin_layout Standard
12430 Über die Länge 
12431 \series bold
12432
12433 \backslash
12434 mathsurround
12435 \series default
12436
12437 \begin_inset Index idx
12438 status collapsed
12439
12440 \begin_layout Plain Layout
12441 Befehle ! M ! 
12442 \backslash
12443 mathsurround
12444 \end_layout
12445
12446 \end_inset
12447
12448  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12449  wird.
12450  Der Wert einer Länge wird mit dem Befehl 
12451 \series bold
12452
12453 \backslash
12454 setlength
12455 \series default
12456
12457 \begin_inset Index idx
12458 status collapsed
12459
12460 \begin_layout Plain Layout
12461 Befehle ! S ! 
12462 \backslash
12463 setlength
12464 \end_layout
12465
12466 \end_inset
12467
12468  gesetzt.
12469  Dieser besitzt folgendes Befehlsschema:
12470 \end_layout
12471
12472 \begin_layout Standard
12473
12474 \series bold
12475
12476 \backslash
12477 setlength{Längenname}{Wert}
12478 \end_layout
12479
12480 \begin_layout Standard
12481 Um 
12482 \series bold
12483
12484 \backslash
12485 mathsurround
12486 \series default
12487  den Wert 5
12488 \begin_inset space \thinspace{}
12489 \end_inset
12490
12491 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12492 \end_layout
12493
12494 \begin_layout Standard
12495
12496 \series bold
12497
12498 \backslash
12499 setlength{
12500 \backslash
12501 mathsurround}{5mm}
12502 \end_layout
12503
12504 \begin_layout Standard
12505 ein.
12506  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12507 \begin_inset space \thinspace{}
12508 \end_inset
12509
12510 mm Leerraum gesetzt:
12511 \begin_inset ERT
12512 status collapsed
12513
12514 \begin_layout Plain Layout
12515
12516
12517 \backslash
12518 setlength{
12519 \backslash
12520 mathsurround}{5mm}
12521 \end_layout
12522
12523 \end_inset
12524
12525
12526 \end_layout
12527
12528 \begin_layout Standard
12529 Dies ist eine Zeile in der sich 
12530 \begin_inset Formula $A=B$
12531 \end_inset
12532
12533  eine Formel mit 5
12534 \begin_inset space \thinspace{}
12535 \end_inset
12536
12537 mm umgebendem Leerraum befindet.
12538 \begin_inset ERT
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542
12543
12544 \backslash
12545 setlength{
12546 \backslash
12547 mathsurround}{0pt}
12548 \end_layout
12549
12550 \end_inset
12551
12552
12553 \end_layout
12554
12555 \begin_layout Standard
12556 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12557 \series bold
12558
12559 \backslash
12560 mathsurround
12561 \series default
12562  auf den Wert 0
12563 \begin_inset space \thinspace{}
12564 \end_inset
12565
12566 pt.
12567 \end_layout
12568
12569 \begin_layout Section
12570 Boxen und Rahmen
12571 \begin_inset Index idx
12572 status collapsed
12573
12574 \begin_layout Plain Layout
12575 Boxen
12576 \end_layout
12577
12578 \end_inset
12579
12580
12581 \begin_inset Index idx
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585 Rahmen | see
12586 \begin_inset ERT
12587 status collapsed
12588
12589 \begin_layout Plain Layout
12590
12591 {
12592 \end_layout
12593
12594 \end_inset
12595
12596 Boxen
12597 \begin_inset ERT
12598 status collapsed
12599
12600 \begin_layout Plain Layout
12601
12602 }
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \end_inset
12611
12612
12613 \end_layout
12614
12615 \begin_layout Standard
12616 Boxen für Text sind im Kapitel 
12617 \family typewriter
12618 Boxen
12619 \family default
12620  im Handbuch 
12621 \family typewriter
12622 Eingebettete
12623 \begin_inset space ~
12624 \end_inset
12625
12626 Objekte
12627 \family default
12628  beschrieben.
12629 \end_layout
12630
12631 \begin_layout Subsection
12632 Boxen mit Rahmen
12633 \begin_inset CommandInset label
12634 LatexCommand label
12635 name "sub:Boxen-mit-Rahmen"
12636
12637 \end_inset
12638
12639
12640 \begin_inset Index idx
12641 status collapsed
12642
12643 \begin_layout Plain Layout
12644 Boxen ! mit Rahmen
12645 \end_layout
12646
12647 \end_inset
12648
12649
12650 \end_layout
12651
12652 \begin_layout Standard
12653 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12654 \series bold
12655
12656 \backslash
12657 fbox
12658 \series default
12659
12660 \begin_inset Index idx
12661 status collapsed
12662
12663 \begin_layout Plain Layout
12664 Befehle ! F ! 
12665 \backslash
12666 fbox
12667 \end_layout
12668
12669 \end_inset
12670
12671  und 
12672 \series bold
12673
12674 \backslash
12675 boxed
12676 \series default
12677
12678 \begin_inset Index idx
12679 status collapsed
12680
12681 \begin_layout Plain Layout
12682 Befehle ! B ! 
12683 \backslash
12684 boxed
12685 \end_layout
12686
12687 \end_inset
12688
12689  zu umranden.
12690 \end_layout
12691
12692 \begin_layout Standard
12693 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12694  in einem Rahmen.
12695  Bei 
12696 \series bold
12697
12698 \backslash
12699 fbox
12700 \series default
12701  muss in diesem Eingabefeld mit 
12702 \family sans
12703 Strg+M
12704 \family default
12705  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12706  als mathematischer Text behandelt.
12707  Verwendet man 
12708 \series bold
12709
12710 \backslash
12711 boxed
12712 \series default
12713 , wird automatisch im Rahmen eine neue Formel erzeugt.
12714 \end_layout
12715
12716 \begin_layout Standard
12717 Der Befehl 
12718 \series bold
12719
12720 \backslash
12721 fbox
12722 \series default
12723  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12724  wird dann immer in Textzeilengröße gesetzt.
12725  Im Gegensatz dazu ist 
12726 \series bold
12727
12728 \backslash
12729 boxed
12730 \series default
12731  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12732  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12733 \end_layout
12734
12735 \begin_layout Standard
12736 Als Erweiterung zu 
12737 \series bold
12738
12739 \backslash
12740 fbox
12741 \series default
12742  gibt es den Befehl 
12743 \series bold
12744
12745 \backslash
12746 framebox
12747 \series default
12748
12749 \begin_inset Index idx
12750 status collapsed
12751
12752 \begin_layout Plain Layout
12753 Befehle ! F ! 
12754 \backslash
12755 framebox
12756 \end_layout
12757
12758 \end_inset
12759
12760 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12761  kann.
12762  
12763 \series bold
12764
12765 \backslash
12766 framebox
12767 \series default
12768  wird nach folgendem Schema verwendet:
12769 \end_layout
12770
12771 \begin_layout Standard
12772
12773 \series bold
12774
12775 \backslash
12776 framebox[Rahmenbreite][Position]{Boxinhalt}
12777 \end_layout
12778
12779 \begin_layout Standard
12780 Die Position kann entweder 
12781 \emph on
12782 l
12783 \emph default
12784  oder 
12785 \emph on
12786 r
12787 \emph default
12788  sein.
12789  
12790 \emph on
12791 l
12792 \emph default
12793  bewirkt linksbündige, 
12794 \emph on
12795 r
12796 \emph default
12797  rechtsbündige Ausrichtung der Formel in der Box.
12798  Gibt man keine Position an, wird die Formel zentriert.
12799 \begin_inset Newline newline
12800 \end_inset
12801
12802 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12803  In diesem Falle wird die Rahmenbreite wie bei 
12804 \series bold
12805
12806 \backslash
12807 fbox
12808 \series default
12809  an den Boxinhalt angepasst.
12810 \end_layout
12811
12812 \begin_layout Standard
12813 Wenn man den Befehl 
12814 \series bold
12815
12816 \backslash
12817 framebox
12818 \series default
12819  eingibt, erscheint eine Box mit drei Eingabefeldern.
12820  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12821  beiden optionalen Argumente.
12822  In das dritte Feld wird wie bei 
12823 \series bold
12824
12825 \backslash
12826 fbox
12827 \series default
12828  die Formel eingegeben.
12829 \end_layout
12830
12831 \begin_layout Standard
12832 \align center
12833 \begin_inset Tabular
12834 <lyxtabular version="3" rows="5" columns="2">
12835 <features tabularvalignment="middle">
12836 <column alignment="center" valignment="top" width="0">
12837 <column alignment="center" valignment="top" width="0">
12838 <row>
12839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 Befehl
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 Ergebnis
12853 \begin_inset Note Note
12854 status collapsed
12855
12856 \begin_layout Plain Layout
12857
12858 \series bold
12859
12860 \backslash
12861 raisebox
12862 \series default
12863  dient nur als Abstandhalter.
12864 \end_layout
12865
12866 \end_inset
12867
12868
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 <row>
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879
12880 \backslash
12881 fbox
12882 \begin_inset ERT
12883 status collapsed
12884
12885 \begin_layout Plain Layout
12886
12887
12888 \backslash
12889 leer 
12890 \end_layout
12891
12892 \end_inset
12893
12894
12895 \family sans
12896 Strg+M
12897 \family default
12898  
12899 \backslash
12900 int
12901 \begin_inset ERT
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905
12906
12907 \backslash
12908 leer 
12909 \end_layout
12910
12911 \end_inset
12912
12913 A=B
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12923 \end_inset
12924
12925
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 <row>
12932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936
12937 \backslash
12938 boxed
12939 \begin_inset ERT
12940 status collapsed
12941
12942 \begin_layout Plain Layout
12943
12944
12945 \backslash
12946 leer 
12947 \end_layout
12948
12949 \end_inset
12950
12951
12952 \backslash
12953 int
12954 \begin_inset ERT
12955 status collapsed
12956
12957 \begin_layout Plain Layout
12958
12959
12960 \backslash
12961 leer 
12962 \end_layout
12963
12964 \end_inset
12965
12966 A=B
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12972 \begin_inset Text
12973
12974 \begin_layout Plain Layout
12975 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12976 \end_inset
12977
12978
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 </row>
12984 <row>
12985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 A+
12990 \backslash
12991 fbox
12992 \begin_inset ERT
12993 status collapsed
12994
12995 \begin_layout Plain Layout
12996
12997
12998 \backslash
12999 leer 
13000 \end_layout
13001
13002 \end_inset
13003
13004 B
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13014 \end_inset
13015
13016
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 </row>
13022 <row>
13023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027
13028 \backslash
13029 framebox
13030 \begin_inset ERT
13031 status collapsed
13032
13033 \begin_layout Plain Layout
13034
13035
13036 \backslash
13037 leer 
13038 \end_layout
13039
13040 \end_inset
13041
13042 20mm
13043 \begin_inset Formula $\to$
13044 \end_inset
13045
13046
13047 \begin_inset Formula $\to$
13048 \end_inset
13049
13050
13051 \family sans
13052 Strg+M
13053 \family default
13054  
13055 \backslash
13056 frac
13057 \begin_inset ERT
13058 status collapsed
13059
13060 \begin_layout Plain Layout
13061
13062
13063 \backslash
13064 leer 
13065 \end_layout
13066
13067 \end_inset
13068
13069 A
13070 \begin_inset Formula $\downarrow$
13071 \end_inset
13072
13073 B
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13079 \begin_inset Text
13080
13081 \begin_layout Plain Layout
13082 \begin_inset Formula $\raisebox{6mm}{}$
13083 \end_inset
13084
13085
13086 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13087 \end_inset
13088
13089
13090 \begin_inset Formula $\raisebox{-4mm}{}$
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 </row>
13099 </lyxtabular>
13100
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Standard
13107 Die Rahmendicke kann ebenfalls eingestellt werden.
13108  Dazu müssen vor der Formel im TeX-Modus die Befehle
13109 \end_layout
13110
13111 \begin_layout Standard
13112
13113 \series bold
13114
13115 \backslash
13116 fboxrule
13117 \series default
13118  
13119 \series bold
13120
13121 \begin_inset Quotes gld
13122 \end_inset
13123
13124 Dicke
13125 \begin_inset Quotes grd
13126 \end_inset
13127
13128
13129 \series default
13130  
13131 \series bold
13132
13133 \backslash
13134 fboxsep
13135 \series default
13136  
13137 \series bold
13138
13139 \begin_inset Quotes gld
13140 \end_inset
13141
13142 Abstand
13143 \begin_inset Quotes grd
13144 \end_inset
13145
13146
13147 \end_layout
13148
13149 \begin_layout Standard
13150 eingegeben werden.
13151  
13152 \begin_inset Quotes gld
13153 \end_inset
13154
13155 Abstand
13156 \begin_inset Quotes grd
13157 \end_inset
13158
13159  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13160  in der Box fest.
13161  Ein Beispiel dafür ist folgende umrandete Formel:
13162 \begin_inset ERT
13163 status collapsed
13164
13165 \begin_layout Plain Layout
13166
13167
13168 \backslash
13169 fboxrule 2mm 
13170 \backslash
13171 fboxsep 3mm
13172 \end_layout
13173
13174 \end_inset
13175
13176
13177 \begin_inset Formula 
13178 \[
13179 \boxed{A+B=C}
13180 \]
13181
13182 \end_inset
13183
13184 Vor dieser Formel wurde im TeX-Modus
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190
13191 \backslash
13192 fboxrule
13193 \series default
13194  
13195 \series bold
13196 2mm
13197 \series default
13198  
13199 \series bold
13200
13201 \backslash
13202 fboxsep
13203 \series default
13204  
13205 \series bold
13206 3mm
13207 \end_layout
13208
13209 \begin_layout Standard
13210 eingegeben.
13211  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13212 \end_layout
13213
13214 \begin_layout Standard
13215 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13216  nächsten Formel im TeX-Modus folgende Befehle ein:
13217 \end_layout
13218
13219 \begin_layout Standard
13220
13221 \series bold
13222
13223 \backslash
13224 fboxrule
13225 \series default
13226  
13227 \series bold
13228 0.4pt
13229 \series default
13230  
13231 \series bold
13232
13233 \backslash
13234 fboxsep
13235 \series default
13236  
13237 \series bold
13238 3pt
13239 \series default
13240
13241 \begin_inset ERT
13242 status collapsed
13243
13244 \begin_layout Plain Layout
13245
13246
13247 \backslash
13248 fboxrule 0.4pt 
13249 \backslash
13250 fboxsep 3pt
13251 \end_layout
13252
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \begin_layout Subsection
13259 Boxen ohne Rahmen
13260 \begin_inset CommandInset label
13261 LatexCommand label
13262 name "sub:Boxen-ohne-Rahmen"
13263
13264 \end_inset
13265
13266
13267 \begin_inset Index idx
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271 Boxen ! ohne Rahmen
13272 \end_layout
13273
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \begin_layout Standard
13280 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13281 \series bold
13282
13283 \backslash
13284 mbox
13285 \series default
13286
13287 \begin_inset Index idx
13288 status collapsed
13289
13290 \begin_layout Plain Layout
13291 Befehle ! M ! 
13292 \backslash
13293 mbox
13294 \end_layout
13295
13296 \end_inset
13297
13298
13299 \series bold
13300
13301 \backslash
13302 makebox
13303 \series default
13304
13305 \begin_inset Index idx
13306 status collapsed
13307
13308 \begin_layout Plain Layout
13309 Befehle ! M ! 
13310 \backslash
13311 makebox
13312 \end_layout
13313
13314 \end_inset
13315
13316  und
13317 \begin_inset Newline linebreak
13318 \end_inset
13319
13320
13321 \series bold
13322
13323 \backslash
13324 raisebox
13325 \series default
13326
13327 \begin_inset Index idx
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331 Befehle ! R ! 
13332 \backslash
13333 raisebox
13334 \end_layout
13335
13336 \end_inset
13337
13338
13339 \end_layout
13340
13341 \begin_layout Standard
13342 Mit 
13343 \series bold
13344
13345 \backslash
13346 raisebox
13347 \series default
13348  kann man eine Box hoch- oder tiefstellen.
13349  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13350 n die Schriftgröße bei.
13351  
13352 \series bold
13353
13354 \backslash
13355 raisebox
13356 \series default
13357  wird dabei mit folgendem Schema benutzt:
13358 \end_layout
13359
13360 \begin_layout Standard
13361
13362 \series bold
13363
13364 \backslash
13365 raisebox{Höhe}{Boxinhalt}
13366 \end_layout
13367
13368 \begin_layout Standard
13369 Soll in der Box eine Formel stehen, muss man wie bei 
13370 \series bold
13371
13372 \backslash
13373 fbox
13374 \series default
13375  eine weitere Formel erstellen.
13376  
13377 \begin_inset Note Greyedout
13378 status open
13379
13380 \begin_layout Plain Layout
13381
13382 \series bold
13383 Achtung:
13384 \series default
13385  Für 
13386 \series bold
13387
13388 \backslash
13389 raisebox
13390 \series default
13391  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13392  
13393 \family sans
13394 Strg+M
13395 \family default
13396  erstellt, denn LyX unterstützt 
13397 \series bold
13398
13399 \backslash
13400 raisebox
13401 \series default
13402  noch nicht direkt.
13403 \end_layout
13404
13405 \end_inset
13406
13407
13408 \end_layout
13409
13410 \begin_layout Standard
13411 \align center
13412 \begin_inset Tabular
13413 <lyxtabular version="3" rows="4" columns="2">
13414 <features tabularvalignment="middle">
13415 <column alignment="center" valignment="top" width="0">
13416 <column alignment="center" valignment="top" width="0">
13417 <row>
13418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422 Befehl
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 Ergebnis
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 </row>
13437 <row>
13438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 H
13443 \backslash
13444 raisebox{2mm
13445 \begin_inset Formula $\to$
13446 \end_inset
13447
13448
13449 \backslash
13450 {al
13451 \begin_inset Formula $\to$
13452 \end_inset
13453
13454  lo
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13464 \end_inset
13465
13466
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 </row>
13472 <row>
13473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 H
13478 \backslash
13479 raisebox{-2mm
13480 \begin_inset Formula $\to$
13481 \end_inset
13482
13483
13484 \backslash
13485 {al
13486 \begin_inset Formula $\to$
13487 \end_inset
13488
13489 lo
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13499 \end_inset
13500
13501
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 </row>
13507 <row>
13508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 A=
13513 \backslash
13514 raisebox{-2mm
13515 \begin_inset Formula $\to$
13516 \end_inset
13517
13518
13519 \backslash
13520 {
13521 \family sans
13522 Strg+M Strg+M
13523 \family default
13524  
13525 \backslash
13526 sqrt
13527 \begin_inset ERT
13528 status collapsed
13529
13530 \begin_layout Plain Layout
13531
13532
13533 \backslash
13534 leer 
13535 \end_layout
13536
13537 \end_inset
13538
13539
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13549 \end_inset
13550
13551
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 </row>
13557 </lyxtabular>
13558
13559 \end_inset
13560
13561
13562 \end_layout
13563
13564 \begin_layout Standard
13565 Der Befehl 
13566 \series bold
13567
13568 \backslash
13569 mbox
13570 \series default
13571  ist äquivalent zu 
13572 \series bold
13573
13574 \backslash
13575 fbox
13576 \series default
13577  und 
13578 \series bold
13579
13580 \backslash
13581 makebox
13582 \series default
13583  ist äquivalent zu 
13584 \series bold
13585
13586 \backslash
13587 framebox
13588 \series default
13589 , nur dass es keinen Rahmen gibt.
13590 \end_layout
13591
13592 \begin_layout Subsection
13593 Farbige Boxen
13594 \begin_inset CommandInset label
13595 LatexCommand label
13596 name "sub:Farbige-Boxen"
13597
13598 \end_inset
13599
13600
13601 \begin_inset Index idx
13602 status collapsed
13603
13604 \begin_layout Plain Layout
13605 Boxen ! farbige
13606 \end_layout
13607
13608 \end_inset
13609
13610
13611 \end_layout
13612
13613 \begin_layout Standard
13614 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13615  im LaTeX-Vorspann das LaTeX-Paket 
13616 \series bold
13617 color
13618 \series default
13619
13620 \begin_inset Foot
13621 status collapsed
13622
13623 \begin_layout Plain Layout
13624 Das Paket 
13625 \series bold
13626 color
13627 \series default
13628  ist Teil jeder LaTeX-Standardinstallation.
13629 \end_layout
13630
13631 \end_inset
13632
13633
13634 \begin_inset Index idx
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638 Pakete ! color
13639 \end_layout
13640
13641 \end_inset
13642
13643  mit der Zeile
13644 \end_layout
13645
13646 \begin_layout Standard
13647
13648 \series bold
13649
13650 \backslash
13651 usepackage{color}
13652 \end_layout
13653
13654 \begin_layout Standard
13655 geladen werden
13656 \begin_inset Foot
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13661  LyX das LaTeX-Paket 
13662 \series bold
13663 color
13664 \series default
13665  automatisch.
13666  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13667  keine Probleme hervorruft.
13668 \end_layout
13669
13670 \end_inset
13671
13672
13673 \begin_inset Note Note
13674 status collapsed
13675
13676 \begin_layout Plain Layout
13677 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13678  ein Makro eingefügt.
13679 \end_layout
13680
13681 \end_inset
13682
13683 .
13684 \end_layout
13685
13686 \begin_layout Standard
13687 \begin_inset VSpace medskip
13688 \end_inset
13689
13690 Um Boxen einzufärben, verwendet man den Befehl 
13691 \series bold
13692
13693 \backslash
13694 colorbox
13695 \series default
13696
13697 \begin_inset Index idx
13698 status collapsed
13699
13700 \begin_layout Plain Layout
13701 Befehle ! C ! 
13702 \backslash
13703 colorbox
13704 \end_layout
13705
13706 \end_inset
13707
13708  nach folgendem Schema:
13709 \end_layout
13710
13711 \begin_layout Standard
13712
13713 \series bold
13714
13715 \backslash
13716 colorbox{Farbe}{Boxinhalt}
13717 \end_layout
13718
13719 \begin_layout Standard
13720 Der Boxinhalt kann auch wieder eine Box sein und eine 
13721 \series bold
13722
13723 \backslash
13724 colorbox
13725 \series default
13726  kann auch ein Teil einer anderen Box sein (siehe 2.
13727  und 3.
13728  Beispiel).
13729  Soll in der Box eine Formel stehen, muss wie bei 
13730 \series bold
13731
13732 \backslash
13733 raisebox
13734 \series default
13735  eine weitere Formel erstellt werden.
13736 \begin_inset Foot
13737 status collapsed
13738
13739 \begin_layout Plain Layout
13740 Das gilt auch für den Befehl 
13741 \series bold
13742
13743 \backslash
13744 fcolorbox
13745 \series default
13746 .
13747 \end_layout
13748
13749 \end_inset
13750
13751
13752 \end_layout
13753
13754 \begin_layout Standard
13755 Aus folgenden vordefinierten Farben kann gewählt werden:
13756 \end_layout
13757
13758 \begin_layout Standard
13759
13760 \series bold
13761 black
13762 \series default
13763
13764 \series bold
13765 blue
13766 \series default
13767
13768 \series bold
13769 cyan
13770 \series default
13771
13772 \series bold
13773 green
13774 \series default
13775
13776 \series bold
13777 magenta
13778 \series default
13779
13780 \series bold
13781 red
13782 \series default
13783
13784 \series bold
13785 white
13786 \series default
13787  und 
13788 \series bold
13789 yellow
13790 \end_layout
13791
13792 \begin_layout Standard
13793 \align center
13794 \begin_inset Tabular
13795 <lyxtabular version="3" rows="4" columns="2">
13796 <features tabularvalignment="middle">
13797 <column alignment="center" valignment="top" width="0">
13798 <column alignment="center" valignment="top" width="0">
13799 <row>
13800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 Befehl
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813 Ergebnis
13814 \begin_inset Note Note
13815 status collapsed
13816
13817 \begin_layout Plain Layout
13818
13819 \series bold
13820
13821 \backslash
13822 raisebox
13823 \series default
13824  dient nur als Abstandhalter.
13825 \end_layout
13826
13827 \end_inset
13828
13829
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 </row>
13835 <row>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840
13841 \backslash
13842 colorbox{yellow
13843 \begin_inset Formula $\to$
13844 \end_inset
13845
13846
13847 \backslash
13848 {A=B
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13858 \end_inset
13859
13860
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 </row>
13866 <row>
13867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871
13872 \backslash
13873 colorbox{green
13874 \begin_inset Formula $\to$
13875 \end_inset
13876
13877
13878 \backslash
13879 {
13880 \backslash
13881 fbox
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887
13888 \backslash
13889 leer 
13890 \end_layout
13891
13892 \end_inset
13893
13894 A=B
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 </row>
13912 <row>
13913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917
13918 \backslash
13919 fbox
13920 \begin_inset ERT
13921 status collapsed
13922
13923 \begin_layout Plain Layout
13924
13925
13926 \backslash
13927 leer 
13928 \end_layout
13929
13930 \end_inset
13931
13932
13933 \backslash
13934 colorbox{green
13935 \begin_inset Formula $\to$
13936 \end_inset
13937
13938
13939 \backslash
13940 {
13941 \family sans
13942 Strg+M Strg+M
13943 \family default
13944  
13945 \backslash
13946 int
13947 \begin_inset ERT
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951
13952
13953 \backslash
13954 leer 
13955 \end_layout
13956
13957 \end_inset
13958
13959 C=D
13960 \end_layout
13961
13962 \end_inset
13963 </cell>
13964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13965 \begin_inset Text
13966
13967 \begin_layout Plain Layout
13968 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 </row>
13977 </lyxtabular>
13978
13979 \end_inset
13980
13981
13982 \end_layout
13983
13984 \begin_layout Standard
13985
13986 \series bold
13987
13988 \backslash
13989 colorbox
13990 \series default
13991  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13992  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13993  
13994 \family sans
13995 Textstil
13996 \family default
13997  die gewünschte Farbe aus.
13998  Der Dialog kann mit dem Werkzeugleistenknopf 
13999 \begin_inset Graphics
14000         filename ../../images/dialog-show_character.png
14001         scale 85
14002
14003 \end_inset
14004
14005  oder dem Menü 
14006 \family sans
14007 Bearbeiten\SpecialChar \menuseparator
14008 Textstil\SpecialChar \menuseparator
14009 Benutzerdefiniert
14010 \family default
14011  aufgerufen werden.
14012  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
14013  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
14014  innerhalb der Formel die Farbe geändert werden.
14015 \end_layout
14016
14017 \begin_layout Standard
14018 Ein Beispiel:
14019 \end_layout
14020
14021 \begin_layout Standard
14022
14023 \color red
14024 \begin_inset Formula 
14025 \begin{equation}
14026 \int A=B\label{eq:rot}
14027 \end{equation}
14028
14029 \end_inset
14030
14031
14032 \color green
14033
14034 \begin_inset Formula 
14035 \begin{equation}
14036 \textcolor{red}{\int A=B}\label{eq:rotgruen}
14037 \end{equation}
14038
14039 \end_inset
14040
14041
14042 \end_layout
14043
14044 \begin_layout Standard
14045 Formel 
14046 \begin_inset CommandInset ref
14047 LatexCommand eqref
14048 reference "eq:rot"
14049
14050 \end_inset
14051
14052  ist komplett rot gefärbt.
14053 \begin_inset Newline newline
14054 \end_inset
14055
14056 Formel 
14057 \begin_inset CommandInset ref
14058 LatexCommand eqref
14059 reference "eq:rotgruen"
14060
14061 \end_inset
14062
14063  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14064  Anschließend wurden die Formelzeichen rot gefärbt.
14065 \end_layout
14066
14067 \begin_layout Standard
14068 \begin_inset VSpace bigskip
14069 \end_inset
14070
14071 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14072  den Befehl 
14073 \series bold
14074
14075 \backslash
14076 fcolorbox
14077 \series default
14078
14079 \begin_inset Index idx
14080 status collapsed
14081
14082 \begin_layout Plain Layout
14083 Befehle ! F ! 
14084 \backslash
14085 fcolorbox
14086 \end_layout
14087
14088 \end_inset
14089
14090  nach folgendem Schema:
14091 \end_layout
14092
14093 \begin_layout Standard
14094
14095 \series bold
14096
14097 \backslash
14098 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14099 \end_layout
14100
14101 \begin_layout Standard
14102
14103 \series bold
14104
14105 \backslash
14106 fcolorbox
14107 \series default
14108  stellt also eine Erweiterung des Befehls 
14109 \series bold
14110
14111 \backslash
14112 colorbox
14113 \series default
14114  dar.
14115  Die Rahmenbreite wird, wie bei 
14116 \series bold
14117
14118 \backslash
14119 framebox
14120 \series default
14121 , mit 
14122 \series bold
14123
14124 \backslash
14125 fboxrule
14126 \series default
14127  und 
14128 \series bold
14129
14130 \backslash
14131 fboxsep
14132 \series default
14133  festgelegt.
14134  Ein Beispiel:
14135 \begin_inset ERT
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139
14140
14141 \backslash
14142 fboxrule 1mm 
14143 \backslash
14144 fboxsep 1mm
14145 \end_layout
14146
14147 \end_inset
14148
14149
14150 \begin_inset Formula 
14151 \[
14152 \fcolorbox{cyan}{magenta}{A=B}
14153 \]
14154
14155 \end_inset
14156
14157
14158 \begin_inset ERT
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162
14163
14164 \backslash
14165 fboxrule 0.4pt 
14166 \backslash
14167 fboxsep 3pt
14168 \end_layout
14169
14170 \end_inset
14171
14172
14173 \end_layout
14174
14175 \begin_layout Standard
14176 Diese Formel wurde mit folgendem Befehl erstellt:
14177 \begin_inset Newline newline
14178 \end_inset
14179
14180
14181 \series bold
14182
14183 \backslash
14184 fcolorbox{cyan
14185 \begin_inset Formula $\to$
14186 \end_inset
14187
14188
14189 \backslash
14190 {magenta
14191 \begin_inset Formula $\to$
14192 \end_inset
14193
14194
14195 \backslash
14196 {A=B
14197 \end_layout
14198
14199 \begin_layout Standard
14200 \begin_inset VSpace bigskip
14201 \end_inset
14202
14203 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14204  selbst definieren.
14205 \end_layout
14206
14207 \begin_layout Standard
14208 Man kann z.
14209 \begin_inset space \thinspace{}
14210 \end_inset
14211
14212 B.
14213  mit folgender LaTeX-Vorspannzeile die Farbe 
14214 \begin_inset Quotes gld
14215 \end_inset
14216
14217
14218 \series bold
14219 dunkelgruen
14220 \series default
14221
14222 \begin_inset Quotes grd
14223 \end_inset
14224
14225
14226 \begin_inset Foot
14227 status collapsed
14228
14229 \begin_layout Plain Layout
14230 In Befehlen darf kein Umlaut stehen, siehe 
14231 \begin_inset CommandInset ref
14232 LatexCommand ref
14233 reference "sec:Benutzerdefinierte-Befehle"
14234
14235 \end_inset
14236
14237 .
14238 \end_layout
14239
14240 \end_inset
14241
14242  definieren:
14243 \end_layout
14244
14245 \begin_layout Standard
14246
14247 \series bold
14248
14249 \backslash
14250 definecolor{dunkelgruen}{cmyk}{0.5,
14251 \series default
14252  
14253 \series bold
14254 0,
14255 \series default
14256  
14257 \series bold
14258 1,
14259 \series default
14260  
14261 \series bold
14262 0.5}
14263 \series default
14264
14265 \begin_inset Index idx
14266 status collapsed
14267
14268 \begin_layout Plain Layout
14269 Befehle ! D ! 
14270 \backslash
14271 definecolor
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \begin_layout Standard
14280
14281 \series bold
14282 cmyk
14283 \series default
14284  ist der Farbraum und steht für die Farben 
14285 \series bold
14286 cyan
14287 \series default
14288
14289 \series bold
14290 magenta
14291 \series default
14292
14293 \series bold
14294 yellow
14295 \series default
14296  und 
14297 \series bold
14298 black
14299 \series default
14300 .
14301  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14302  Für den Anteil kann man Werte im Bereich 0
14303 \begin_inset space \thinspace{}
14304 \end_inset
14305
14306 -
14307 \begin_inset space \thinspace{}
14308 \end_inset
14309
14310 1 angeben.
14311  Anstelle von 
14312 \series bold
14313 cmyk
14314 \series default
14315  kann man zur Definition auch den Farbraum 
14316 \series bold
14317 rgb
14318 \series default
14319  verwenden.
14320  
14321 \series bold
14322 rgb
14323 \series default
14324  steht für 
14325 \series bold
14326 red
14327 \series default
14328
14329 \series bold
14330 green
14331 \series default
14332  und 
14333 \series bold
14334 blue
14335 \series default
14336 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14337  Des Weiteren gibt es noch den Farbraum 
14338 \series bold
14339 gray
14340 \series default
14341 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14342 \end_layout
14343
14344 \begin_layout Standard
14345 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14346 \series bold
14347 darkgreen
14348 \series default
14349 , bei der die Zeichenfarbe 
14350 \series bold
14351 yellow
14352 \series default
14353  gewählt wurde:
14354 \begin_inset Formula 
14355 \begin{equation}
14356 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14357 \end{equation}
14358
14359 \end_inset
14360
14361
14362 \end_layout
14363
14364 \begin_layout Standard
14365 Selbst definierte Farben können mit dem Befehl 
14366 \series bold
14367
14368 \backslash
14369 textcolor
14370 \series default
14371  auch für Text
14372 \begin_inset Index idx
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376 Text ! farbiger
14377 \end_layout
14378
14379 \end_inset
14380
14381  verwendet werden:
14382 \end_layout
14383
14384 \begin_layout Standard
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390
14391 \backslash
14392 textcolor{dunkelgruen}{
14393 \end_layout
14394
14395 \end_inset
14396
14397 Dieser Satz ist 
14398 \begin_inset Quotes gld
14399 \end_inset
14400
14401 dunkelgruen
14402 \begin_inset Quotes grd
14403 \end_inset
14404
14405 .
14406 \begin_inset ERT
14407 status collapsed
14408
14409 \begin_layout Plain Layout
14410
14411 }
14412 \end_layout
14413
14414 \end_inset
14415
14416
14417 \end_layout
14418
14419 \begin_layout Standard
14420
14421 \series bold
14422
14423 \backslash
14424 textcolor
14425 \series default
14426
14427 \begin_inset Index idx
14428 status collapsed
14429
14430 \begin_layout Plain Layout
14431 Befehle ! T ! 
14432 \backslash
14433 textcolor
14434 \end_layout
14435
14436 \end_inset
14437
14438  wird nach dem Schema 
14439 \series bold
14440
14441 \backslash
14442 textcolor{Farbe}{zu
14443 \series default
14444  
14445 \series bold
14446 färbende
14447 \series default
14448  
14449 \series bold
14450 Zeichen}
14451 \series default
14452  verwendet.
14453 \end_layout
14454
14455 \begin_layout Standard
14456 \begin_inset Newpage newpage
14457 \end_inset
14458
14459
14460 \end_layout
14461
14462 \begin_layout Subsection
14463 Absatzboxen
14464 \begin_inset CommandInset label
14465 LatexCommand label
14466 name "sub:Absatzboxen"
14467
14468 \end_inset
14469
14470
14471 \begin_inset Index idx
14472 status collapsed
14473
14474 \begin_layout Plain Layout
14475 Boxen ! Absatz-
14476 \end_layout
14477
14478 \end_inset
14479
14480
14481 \end_layout
14482
14483 \begin_layout Standard
14484 Mit dem Menü 
14485 \family sans
14486 Einfügen\SpecialChar \menuseparator
14487 Box
14488 \family default
14489  oder dem Werkzeugleistenknopf 
14490 \begin_inset Graphics
14491         filename ../../images/box-insert.png
14492         scale 85
14493
14494 \end_inset
14495
14496  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14497  eine so genannte 
14498 \emph on
14499 Parbox
14500 \emph default
14501  (Absatzbox).
14502 \end_layout
14503
14504 \begin_layout Standard
14505 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14506 \end_layout
14507
14508 \begin_layout Standard
14509 \begin_inset VSpace medskip
14510 \end_inset
14511
14512 Dies ist eine Zeile 
14513 \begin_inset Box Boxed
14514 position "c"
14515 hor_pos "c"
14516 has_inner_box 1
14517 inner_pos "t"
14518 use_parbox 1
14519 use_makebox 0
14520 width "5cm"
14521 special "none"
14522 height "1in"
14523 height_special "totalheight"
14524 status open
14525
14526 \begin_layout Plain Layout
14527 Dies ist die Absatzbox.
14528  Sie ist genau 5
14529 \begin_inset space \thinspace{}
14530 \end_inset
14531
14532 cm lang und kann auch Formeln enthalten: 
14533 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14534 \end_inset
14535
14536
14537 \end_layout
14538
14539 \end_inset
14540
14541  mit einer Absatzbox.
14542 \begin_inset VSpace medskip
14543 \end_inset
14544
14545
14546 \end_layout
14547
14548 \begin_layout Standard
14549 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14550  graue Box mit dem Namen 
14551 \begin_inset Quotes gld
14552 \end_inset
14553
14554 Box(Gerahmt)
14555 \begin_inset Quotes grd
14556 \end_inset
14557
14558  klickt.
14559  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14560  In diesem Fall: 
14561 \emph on
14562 Verzierung
14563 \emph default
14564 : Rechteckige Box, 
14565 \emph on
14566 Innere Box
14567 \emph default
14568 : Parbox, 
14569 \emph on
14570 Breite
14571 \emph default
14572 : 5
14573 \begin_inset space \thinspace{}
14574 \end_inset
14575
14576 cm, 
14577 \emph on
14578 Vertikale Box Ausrichtung
14579 \emph default
14580 : Mitte
14581 \end_layout
14582
14583 \begin_layout Standard
14584 \begin_inset VSpace medskip
14585 \end_inset
14586
14587 In LaTeX wird eine Absatzbox mit dem Befehl 
14588 \series bold
14589
14590 \backslash
14591 parbox
14592 \series default
14593
14594 \begin_inset Index idx
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598 Befehle ! P ! 
14599 \backslash
14600 parbox
14601 \end_layout
14602
14603 \end_inset
14604
14605  erstellt, welcher folgendes Schema besitzt:
14606 \end_layout
14607
14608 \begin_layout Standard
14609
14610 \series bold
14611
14612 \backslash
14613 parbox[Position]{Breite}{Boxinhalt}
14614 \end_layout
14615
14616 \begin_layout Standard
14617 Die Positionen 
14618 \emph on
14619 b
14620 \emph default
14621  und 
14622 \emph on
14623 t
14624 \emph default
14625  sind möglich.
14626  
14627 \emph on
14628 b
14629 \emph default
14630  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14631  Text eingepasst wird.
14632  Bei 
14633 \emph on
14634 t
14635 \emph default
14636  wie top geschieht dies für die erste Zeile.
14637  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14638  siehe das Kapitel 
14639 \emph on
14640 Boxen
14641 \emph default
14642  des Handbuchs
14643 \emph on
14644  Eingebettete
14645 \begin_inset space ~
14646 \end_inset
14647
14648 Objekte
14649 \emph default
14650  für Beispiele.
14651 \end_layout
14652
14653 \begin_layout Standard
14654 \begin_inset VSpace bigskip
14655 \end_inset
14656
14657 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14658  in eine Absatzbox setzen.
14659  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14660 \series bold
14661
14662 \backslash
14663 fbox{
14664 \backslash
14665 parbox{
14666 \backslash
14667 linewidth-2
14668 \backslash
14669 fboxsep-2
14670 \backslash
14671 fboxrule}{
14672 \series default
14673 .
14674  Hierbei steht 
14675 \series bold
14676
14677 \backslash
14678 linewidth
14679 \series default
14680
14681 \begin_inset Index idx
14682 status collapsed
14683
14684 \begin_layout Plain Layout
14685 Befehle ! L ! 
14686 \backslash
14687 linewidth
14688 \end_layout
14689
14690 \end_inset
14691
14692  für die im Dokument eingestellte Zeilenbreite.
14693  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14694 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14695  Da dies LyX aufgrund eines Fehlers
14696 \begin_inset Foot
14697 status collapsed
14698
14699 \begin_layout Plain Layout
14700 \begin_inset CommandInset href
14701 LatexCommand href
14702 name "LyX-Fehler #4483"
14703 target "http://www.lyx.org/trac/ticket/4483"
14704
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711
14712  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14713  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14714 spann das LaTeX-Paket 
14715 \series bold
14716 calc
14717 \series default
14718
14719 \begin_inset Foot
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723
14724 \series bold
14725 calc
14726 \series default
14727  ist Teil jeder LaTeX-Standardinstallation.
14728 \end_layout
14729
14730 \end_inset
14731
14732
14733 \begin_inset Index idx
14734 status collapsed
14735
14736 \begin_layout Plain Layout
14737 Pakete ! calc
14738 \end_layout
14739
14740 \end_inset
14741
14742  mit der Zeile
14743 \end_layout
14744
14745 \begin_layout Standard
14746
14747 \series bold
14748
14749 \backslash
14750 usepackage{calc}
14751 \end_layout
14752
14753 \begin_layout Standard
14754 geladen werden.
14755  Nach der Formel werden beide Boxen geschlossen, indem man 
14756 \series bold
14757 }}
14758 \series default
14759  im TeX-Modus eingibt.
14760  Dazu ein Beispiel:
14761 \begin_inset ERT
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765
14766
14767 \backslash
14768 fboxsep 5mm 
14769 \backslash
14770 fboxrule 5mm
14771 \end_layout
14772
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \begin_layout Standard
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784
14785 \backslash
14786 fbox{
14787 \backslash
14788 parbox{
14789 \backslash
14790 linewidth-2
14791 \backslash
14792 fboxsep-2
14793 \backslash
14794 fboxrule}{
14795 \end_layout
14796
14797 \end_inset
14798
14799
14800 \begin_inset Formula 
14801 \begin{equation}
14802 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14803 \end{equation}
14804
14805 \end_inset
14806
14807
14808 \begin_inset ERT
14809 status collapsed
14810
14811 \begin_layout Plain Layout
14812
14813 }}
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \begin_inset ERT
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823
14824
14825 \backslash
14826 fboxrule 0.4pt 
14827 \backslash
14828 fboxsep 3pt
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \begin_layout Standard
14837 \begin_inset VSpace medskip
14838 \end_inset
14839
14840 Da im Argument von 
14841 \series bold
14842
14843 \backslash
14844 fbox
14845 \series default
14846  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14847  keinen Unterschied zwischen 
14848 \series bold
14849
14850 \backslash
14851 fbox
14852 \series default
14853  und 
14854 \series bold
14855
14856 \backslash
14857 boxed
14858 \series default
14859 .
14860 \end_layout
14861
14862 \begin_layout Standard
14863 \begin_inset VSpace bigskip
14864 \end_inset
14865
14866 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14867  Dazu verwendet man 
14868 \series bold
14869
14870 \backslash
14871 parbox
14872 \series default
14873  in Verbindung mit dem Befehl 
14874 \series bold
14875
14876 \backslash
14877 tag
14878 \series default
14879 .
14880  (mehr zu 
14881 \series bold
14882
14883 \backslash
14884 tag
14885 \series default
14886  siehe 
14887 \begin_inset CommandInset ref
14888 LatexCommand ref
14889 reference "sub:Benutzerdefinierte-Nummerierung"
14890
14891 \end_inset
14892
14893 )
14894 \end_layout
14895
14896 \begin_layout Standard
14897 Ein Beispiel einer mit Hilfe von 
14898 \series bold
14899
14900 \backslash
14901 parbox
14902 \series default
14903  kommentierten Formel:
14904 \end_layout
14905
14906 \begin_layout Standard
14907 \begin_inset ERT
14908 status collapsed
14909
14910 \begin_layout Plain Layout
14911
14912
14913 \backslash
14914 [5x-7b=3b
14915 \backslash
14916 tag*{
14917 \backslash
14918 parbox{5cm}{
14919 \end_layout
14920
14921 \end_inset
14922
14923 Dies ist eine Beschreibung.
14924  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14925 \begin_inset ERT
14926 status collapsed
14927
14928 \begin_layout Plain Layout
14929
14930 }}
14931 \backslash
14932 ]
14933 \end_layout
14934
14935 \end_inset
14936
14937
14938 \end_layout
14939
14940 \begin_layout Standard
14941 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14942  Befehl 
14943 \series bold
14944
14945 \backslash
14946 parbox
14947 \series default
14948  in Formeln noch nicht unterstützt.
14949  Die Formel wird mit folgender Befehlssequenz erstellt:
14950 \end_layout
14951
14952 \begin_layout Standard
14953 Der Befehl 
14954 \series bold
14955
14956 \backslash
14957 [5x-7b=3b
14958 \backslash
14959 tag*
14960 \backslash
14961 {
14962 \backslash
14963 parbox{5cm}{
14964 \series default
14965  wird im TeX-Modus eingegeben.
14966 \begin_inset Foot
14967 status collapsed
14968
14969 \begin_layout Plain Layout
14970 Ist der Formelstil 
14971 \series bold
14972 Eingerückt
14973 \series default
14974  aktiviert, kann 
14975 \series bold
14976
14977 \backslash
14978 tag*
14979 \backslash
14980 {
14981 \series default
14982  auch durch 
14983 \series bold
14984
14985 \backslash
14986 hfill
14987 \series default
14988  ersetzt werden.
14989  (Formelstile siehe 
14990 \begin_inset CommandInset ref
14991 LatexCommand ref
14992 reference "sec:Formelstile"
14993
14994 \end_inset
14995
14996 )
14997 \end_layout
14998
14999 \end_inset
15000
15001  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
15002 \series bold
15003 }}
15004 \backslash
15005 ]
15006 \series default
15007  im TeX-Modus ein.
15008  Die Befehle 
15009 \series bold
15010
15011 \backslash
15012 [
15013 \series default
15014  und 
15015 \series bold
15016
15017 \backslash
15018 ]
15019 \series default
15020  erstellen hierbei eine abgesetzte Formel.
15021 \end_layout
15022
15023 \begin_layout Standard
15024 Die Vorteile von 
15025 \series bold
15026
15027 \backslash
15028 parbox
15029 \series default
15030  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
15031  Textmodus 
15032 \begin_inset Quotes gld
15033 \end_inset
15034
15035 kommentiert
15036 \begin_inset Quotes grd
15037 \end_inset
15038
15039  wurde:
15040 \begin_inset Formula 
15041 \[
15042 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
15043 \]
15044
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \begin_layout Standard
15051 \begin_inset Newpage newpage
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \begin_layout Section
15058 Operatoren
15059 \begin_inset Index idx
15060 status collapsed
15061
15062 \begin_layout Plain Layout
15063 Operatoren
15064 \end_layout
15065
15066 \end_inset
15067
15068
15069 \end_layout
15070
15071 \begin_layout Subsection
15072 Große Operatoren
15073 \begin_inset CommandInset label
15074 LatexCommand label
15075 name "sub:Große-Operatoren"
15076
15077 \end_inset
15078
15079
15080 \begin_inset Index idx
15081 status collapsed
15082
15083 \begin_layout Plain Layout
15084 Operatoren ! große
15085 \end_layout
15086
15087 \end_inset
15088
15089
15090 \begin_inset Index idx
15091 status collapsed
15092
15093 \begin_layout Plain Layout
15094 Summen
15095 \end_layout
15096
15097 \end_inset
15098
15099
15100 \begin_inset Index idx
15101 status collapsed
15102
15103 \begin_layout Plain Layout
15104 Integrale
15105 \end_layout
15106
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \begin_layout Standard
15113 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15114  sind, muss die Option 
15115 \family sans
15116 esint-Paket automatisch verwenden
15117 \family default
15118  in den Dokumenteinstellungen unter 
15119 \family sans
15120 Mathe-Optionen
15121 \family default
15122  gewählt sein.
15123 \end_layout
15124
15125 \begin_layout Standard
15126 \begin_inset space \hfill{}
15127 \end_inset
15128
15129
15130 \begin_inset Tabular
15131 <lyxtabular version="3" rows="11" columns="2">
15132 <features tabularvalignment="middle">
15133 <column alignment="center" valignment="top" width="0pt">
15134 <column alignment="center" valignment="top" width="0pt">
15135 <row>
15136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 Befehl
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 Ergebnis
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row>
15156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160
15161 \backslash
15162 int
15163 \begin_inset Index idx
15164 status collapsed
15165
15166 \begin_layout Plain Layout
15167 Befehle ! I ! 
15168 \backslash
15169 int
15170 \end_layout
15171
15172 \end_inset
15173
15174
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 \begin_inset Formula $\int$
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 </row>
15192 <row>
15193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197
15198 \backslash
15199 oint
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 \begin_inset Formula $\oint$
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \backslash
15224 ointctrclockwise
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 \begin_inset Formula $\ointctrclockwise$
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 </row>
15242 <row>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247
15248 \backslash
15249 ointclockwise
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258 \begin_inset Formula $\ointclockwise$
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 <row>
15268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272
15273 \backslash
15274 sqint
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 \begin_inset Formula $\sqint$
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 </row>
15292 <row>
15293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \backslash
15299 fint
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308  
15309 \begin_inset Formula $\fint$
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 </row>
15318 <row>
15319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323
15324 \backslash
15325 landupint
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334  
15335 \begin_inset Formula $\landupint$
15336 \end_inset
15337
15338
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row>
15345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \backslash
15351 landdownint
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360  
15361 \begin_inset Formula $\landdownint$
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 <row>
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375
15376 \backslash
15377 bigcap
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386 \begin_inset Formula $\bigcap$
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 </row>
15395 <row>
15396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400
15401 \backslash
15402 bigcup
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411 \begin_inset Formula $\bigcup$
15412 \end_inset
15413
15414
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 </lyxtabular>
15421
15422 \end_inset
15423
15424
15425 \begin_inset space \hfill{}
15426 \end_inset
15427
15428
15429 \begin_inset Tabular
15430 <lyxtabular version="3" rows="11" columns="2">
15431 <features tabularvalignment="middle">
15432 <column alignment="center" valignment="top" width="0pt">
15433 <column alignment="center" valignment="top" width="0pt">
15434 <row>
15435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439 Befehl
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 Ergebnis
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 <row>
15455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \backslash
15461 sum
15462 \begin_inset Index idx
15463 status collapsed
15464
15465 \begin_layout Plain Layout
15466 Befehle ! S ! 
15467 \backslash
15468 sum
15469 \end_layout
15470
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482 \begin_inset Formula $\sum$
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \end_inset
15489 </cell>
15490 </row>
15491 <row>
15492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496
15497 \backslash
15498 prod
15499 \begin_inset Index idx
15500 status collapsed
15501
15502 \begin_layout Plain Layout
15503 Befehle ! P ! 
15504 \backslash
15505 prod
15506 \end_layout
15507
15508 \end_inset
15509
15510
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519 \begin_inset Formula $\prod$
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row>
15529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \backslash
15535 coprod
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 \begin_inset Formula $\coprod$
15545 \end_inset
15546
15547
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 </row>
15553 <row>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558
15559 \backslash
15560 bigodot
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Formula $\bigodot$
15570 \end_inset
15571
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 <row>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583
15584 \backslash
15585 bigotimes
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594 \begin_inset Formula $\bigotimes$
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 </row>
15603 <row>
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \backslash
15610 bigoplus
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 \begin_inset Formula $\bigoplus$
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 </row>
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \backslash
15635 bigwedge
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644 \begin_inset Formula $\bigwedge$
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 </row>
15653 <row>
15654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658
15659 \backslash
15660 bigvee
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 \begin_inset Formula $\bigvee$
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 <row>
15679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683
15684 \backslash
15685 bigsqcup
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694 \begin_inset Formula $\bigsqcup$
15695 \end_inset
15696
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \backslash
15710 biguplus
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719 \begin_inset Formula $\biguplus$
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 </lyxtabular>
15729
15730 \end_inset
15731
15732
15733 \begin_inset space \hfill{}
15734 \end_inset
15735
15736
15737 \end_layout
15738
15739 \begin_layout Standard
15740 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15741 \begin_inset Graphics
15742         filename ../../images/math/intop.png
15743         scale 85
15744
15745 \end_inset
15746
15747  eingefügt werden.
15748 \end_layout
15749
15750 \begin_layout Standard
15751 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15752  Teil gleich aussehenden binären Operatoren.
15753  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15754  beschrieben.
15755 \end_layout
15756
15757 \begin_layout Standard
15758 Für alle Integrale gibt es Befehle, die auf 
15759 \series bold
15760 op
15761 \series default
15762  enden: 
15763 \series bold
15764
15765 \backslash
15766 intop
15767 \series default
15768
15769 \series bold
15770
15771 \backslash
15772 ointop
15773 \series default
15774  usw..
15775  Diese unterscheiden sich von 
15776 \series bold
15777
15778 \backslash
15779 int
15780 \series default
15781  usw.
15782 \begin_inset space \space{}
15783 \end_inset
15784
15785 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15786 \begin_inset CommandInset ref
15787 LatexCommand ref
15788 reference "sub:Operatorgrenzen"
15789
15790 \end_inset
15791
15792 .
15793  
15794 \end_layout
15795
15796 \begin_layout Subsubsection*
15797 Hinweise zu Integralen
15798 \end_layout
15799
15800 \begin_layout Standard
15801 Der Buchstabe 
15802 \emph on
15803 d
15804 \emph default
15805  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15806  muss.
15807  Dazu markiert man das 
15808 \emph on
15809 d
15810 \emph default
15811  und wandelt es mit der Tastenkombination 
15812 \family sans
15813 Alt+Z
15814 \begin_inset space ~
15815 \end_inset
15816
15817 R
15818 \family default
15819
15820 \begin_inset Foot
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 Schriftstile siehe 
15825 \begin_inset CommandInset ref
15826 LatexCommand ref
15827 reference "sub:Schriftstile"
15828
15829 \end_inset
15830
15831
15832 \end_layout
15833
15834 \end_inset
15835
15836  um.
15837  Anschließend fügt man vor dem 
15838 \emph on
15839 d
15840 \emph default
15841 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15842  Dazu ein Beispiel:
15843 \end_layout
15844
15845 \begin_layout Standard
15846 inkorrekt: 
15847 \begin_inset Formula $\int A(x)dx$
15848 \end_inset
15849
15850
15851 \begin_inset Newline newline
15852 \end_inset
15853
15854
15855 \begin_inset Phantom HPhantom
15856 status open
15857
15858 \begin_layout Plain Layout
15859 in
15860 \end_layout
15861
15862 \end_inset
15863
15864 korrekt: 
15865 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \begin_layout Standard
15872 \begin_inset VSpace medskip
15873 \end_inset
15874
15875 Für Mehrfachintegrale gibt es folgende Befehle:
15876 \begin_inset VSpace medskip
15877 \end_inset
15878
15879
15880 \end_layout
15881
15882 \begin_layout Standard
15883 \begin_inset space \hfill{}
15884 \end_inset
15885
15886
15887 \begin_inset Tabular
15888 <lyxtabular version="3" rows="4" columns="2">
15889 <features tabularvalignment="middle">
15890 <column alignment="center" valignment="top" width="0">
15891 <column alignment="center" valignment="top" width="0">
15892 <row>
15893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 Befehl
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 Ergebnis
15907 \begin_inset Note Note
15908 status collapsed
15909
15910 \begin_layout Plain Layout
15911
15912 \series bold
15913
15914 \backslash
15915 raisebox
15916 \series default
15917  dient nur als Abstandhalter.
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \backslash
15935 iint
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 <row>
15954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958
15959 \backslash
15960 oiint
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 </row>
15978 <row>
15979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983
15984 \backslash
15985 sqiint
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15995 \end_inset
15996
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 </row>
16003 </lyxtabular>
16004
16005 \end_inset
16006
16007
16008 \begin_inset space \hfill{}
16009 \end_inset
16010
16011
16012 \begin_inset Tabular
16013 <lyxtabular version="3" rows="4" columns="2">
16014 <features tabularvalignment="middle">
16015 <column alignment="center" valignment="top" width="0">
16016 <column alignment="center" valignment="top" width="0">
16017 <row>
16018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 Befehl
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031 Ergebnis
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 <row>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042
16043 \backslash
16044 iiint
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16054 \end_inset
16055
16056
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 </row>
16062 <row>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067
16068 \backslash
16069 iiiint
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 <row>
16088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \backslash
16094 dotsint
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 </lyxtabular>
16113
16114 \end_inset
16115
16116
16117 \begin_inset space \hfill{}
16118 \end_inset
16119
16120
16121 \end_layout
16122
16123 \begin_layout Subsection
16124 Operatorgrenzen
16125 \begin_inset CommandInset label
16126 LatexCommand label
16127 name "sub:Operatorgrenzen"
16128
16129 \end_inset
16130
16131
16132 \begin_inset Index idx
16133 status collapsed
16134
16135 \begin_layout Plain Layout
16136 Operatoren ! Grenzen
16137 \end_layout
16138
16139 \end_inset
16140
16141
16142 \end_layout
16143
16144 \begin_layout Standard
16145 Grenzen werden durch Hoch- bzw.
16146  Tiefstellen erzeugt:
16147 \end_layout
16148
16149 \begin_layout Standard
16150 \align center
16151 \begin_inset Tabular
16152 <lyxtabular version="3" rows="2" columns="2">
16153 <features tabularvalignment="middle">
16154 <column alignment="center" valignment="top" width="0pt">
16155 <column alignment="center" valignment="top" width="0pt">
16156 <row>
16157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 Befehl
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 Ergebnis
16171 \begin_inset Note Note
16172 status collapsed
16173
16174 \begin_layout Plain Layout
16175
16176 \series bold
16177
16178 \backslash
16179 raisebox
16180 \series default
16181  dient nur als Abstandhalter.
16182 \end_layout
16183
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \backslash
16199 prod^
16200 \backslash
16201 infty
16202 \begin_inset ERT
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206
16207
16208 \backslash
16209 leer 
16210 \end_layout
16211
16212 \end_inset
16213
16214
16215 \begin_inset Formula $\to$
16216 \end_inset
16217
16218 _0
16219 \begin_inset Formula $\to$
16220 \end_inset
16221
16222 A(x)
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 </lyxtabular>
16241
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \begin_layout Standard
16248 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16249  Operator gesetzt.
16250  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16251  bzw.
16252  unter den Operator gesetzt.
16253 \end_layout
16254
16255 \begin_layout Standard
16256 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16257  man den Cursor direkt hinter den Operator und setzt über das Menü 
16258 \family sans
16259 Bearbeiten\SpecialChar \menuseparator
16260 Mathe\SpecialChar \menuseparator
16261 Art der Operatorgrenzen ändern
16262 \family default
16263  die Grenzen auf 
16264 \series bold
16265 Eingebettet
16266 \series default
16267  (Tastenkombination 
16268 \family sans
16269 Alt+M
16270 \begin_inset space ~
16271 \end_inset
16272
16273 L
16274 \family default
16275 ).
16276  Dazu folgendes Beispiel:
16277 \end_layout
16278
16279 \begin_layout Standard
16280 Die normalen Grenzen sehen so aus:
16281 \begin_inset Formula 
16282 \[
16283 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16284 \]
16285
16286 \end_inset
16287
16288 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16289 \begin_inset Formula 
16290 \[
16291 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16292 \]
16293
16294 \end_inset
16295
16296 Bei Integralen werden mit Ausnahme von denen, die auf 
16297 \series bold
16298 op
16299 \series default
16300  enden (
16301 \series bold
16302
16303 \backslash
16304 intop
16305 \series default
16306
16307 \series bold
16308
16309 \backslash
16310 ointop
16311 \series default
16312  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16313  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16314  gesetzt.
16315  Im folgenden Beispiel wurde die Grenze deswegen auf 
16316 \series bold
16317 Anzeige
16318 \series default
16319  gesetzt und damit unter die Integrale geschrieben:
16320 \begin_inset Formula 
16321 \begin{equation}
16322 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16323 \end{equation}
16324
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \begin_layout Standard
16331 \begin_inset VSpace medskip
16332 \end_inset
16333
16334 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16335 \series bold
16336
16337 \backslash
16338 subarray
16339 \series default
16340
16341 \begin_inset Index idx
16342 status collapsed
16343
16344 \begin_layout Plain Layout
16345 Befehle ! S ! 
16346 \backslash
16347 subarray
16348 \end_layout
16349
16350 \end_inset
16351
16352  und 
16353 \series bold
16354
16355 \backslash
16356 substack
16357 \series default
16358
16359 \begin_inset Index idx
16360 status collapsed
16361
16362 \begin_layout Plain Layout
16363 Befehle ! S ! 
16364 \backslash
16365 substack
16366 \end_layout
16367
16368 \end_inset
16369
16370 .
16371  Um z.
16372 \begin_inset space \thinspace{}
16373 \end_inset
16374
16375 B.
16376  diesen Ausdruck 
16377 \begin_inset Formula 
16378 \begin{equation}
16379 \sum_{\begin{subarray}{c}
16380 0<k<1000\\
16381 \\
16382 k\,\in\,\mathbb{N}
16383 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16384 \end{equation}
16385
16386 \end_inset
16387
16388 zu erstellen, muss man Folgendes tun:
16389 \begin_inset Newline newline
16390 \end_inset
16391
16392 Zuerst gibt man den Befehl 
16393 \series bold
16394
16395 \backslash
16396 sum
16397 \series default
16398 ^
16399 \series bold
16400 n
16401 \begin_inset ERT
16402 status collapsed
16403
16404 \begin_layout Plain Layout
16405
16406
16407 \backslash
16408 leer 
16409 \end_layout
16410
16411 \end_inset
16412
16413 _
16414 \series default
16415  ein.
16416  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16417  In dieses gibt man den Befehl 
16418 \series bold
16419
16420 \backslash
16421 subarray
16422 \begin_inset ERT
16423 status collapsed
16424
16425 \begin_layout Plain Layout
16426
16427
16428 \backslash
16429 leer 
16430 \end_layout
16431
16432 \end_inset
16433
16434
16435 \series default
16436  ein.
16437  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16438  Zeilen untereinander schreiben.
16439  Mit Eingabe des Zeilenumbruchs (
16440 \family sans
16441 Strg+Enter
16442 \family default
16443 ) wird eine neue Zeile erstellt.
16444  Gibt man
16445 \begin_inset Newline newline
16446 \end_inset
16447
16448
16449 \series bold
16450 0<k<1000 Strg+Enter
16451 \begin_inset Newline newline
16452 \end_inset
16453
16454
16455 \series default
16456 ein, erscheint darunter ein Kästchen für die neue Zeile.
16457 \end_layout
16458
16459 \begin_layout Standard
16460 Die Ausrichtung der Zeilen kann mit der 
16461 \family sans
16462 Tabellen-Werkzeugleiste
16463 \family default
16464  oder dem Menü 
16465 \family sans
16466 Bearbeiten\SpecialChar \menuseparator
16467 Zeilen & Spalten
16468 \family default
16469  auf links geändert werden.
16470  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16471 \series bold
16472
16473 \backslash
16474 hfill
16475 \begin_inset ERT
16476 status collapsed
16477
16478 \begin_layout Plain Layout
16479
16480
16481 \backslash
16482 leer 
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \series default
16489  eingegeben.
16490 \end_layout
16491
16492 \begin_layout Standard
16493 Der Befehl 
16494 \series bold
16495
16496 \backslash
16497 substack
16498 \series default
16499  ist äquivalent zu 
16500 \series bold
16501
16502 \backslash
16503 subarray
16504 \series default
16505 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16506 \end_layout
16507
16508 \begin_layout Standard
16509 \begin_inset VSpace bigskip
16510 \end_inset
16511
16512 Wie bei Formel 
16513 \begin_inset CommandInset ref
16514 LatexCommand eqref
16515 reference "eq:substack"
16516
16517 \end_inset
16518
16519  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16520  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16521 \end_layout
16522
16523 \begin_layout Standard
16524 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16525 \end_layout
16526
16527 \begin_layout Standard
16528
16529 \series bold
16530
16531 \backslash
16532 def
16533 \backslash
16534 clap#1{
16535 \backslash
16536 hbox to 0pt{
16537 \backslash
16538 hss #1
16539 \backslash
16540 hss}}
16541 \begin_inset Newline newline
16542 \end_inset
16543
16544
16545 \backslash
16546 def
16547 \backslash
16548 mathclap {
16549 \backslash
16550 mathpalette 
16551 \backslash
16552 mathclapinternal}
16553 \begin_inset Newline newline
16554 \end_inset
16555
16556
16557 \backslash
16558 def
16559 \backslash
16560 mathclapinternal #1#2{
16561 \backslash
16562 clap{$
16563 \backslash
16564 mathsurround =0pt #1{#2}$}}
16565 \end_layout
16566
16567 \begin_layout Standard
16568 Dadurch wird der Befehl 
16569 \series bold
16570
16571 \backslash
16572 mathclap
16573 \series default
16574
16575 \begin_inset Index idx
16576 status collapsed
16577
16578 \begin_layout Plain Layout
16579 Befehle ! M ! 
16580 \backslash
16581 mathclap
16582 \end_layout
16583
16584 \end_inset
16585
16586  definiert, der die Breite der Grenze auf 0
16587 \begin_inset space \thinspace{}
16588 \end_inset
16589
16590 pt setzt.
16591  Das Befehlsschema lautet
16592 \end_layout
16593
16594 \begin_layout Standard
16595
16596 \series bold
16597
16598 \backslash
16599 mathclap{Grenze}
16600 \end_layout
16601
16602 \begin_layout Standard
16603 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16604 \end_layout
16605
16606 \begin_layout Standard
16607 Auf Formel 
16608 \begin_inset CommandInset ref
16609 LatexCommand eqref
16610 reference "eq:substack"
16611
16612 \end_inset
16613
16614  angewandt, gibt man also den Befehl
16615 \end_layout
16616
16617 \begin_layout Standard
16618
16619 \series bold
16620
16621 \backslash
16622 sum_
16623 \backslash
16624 mathclap{
16625 \backslash
16626 substack
16627 \begin_inset ERT
16628 status collapsed
16629
16630 \begin_layout Plain Layout
16631
16632
16633 \backslash
16634 leer 
16635 \end_layout
16636
16637 \end_inset
16638
16639 0<k<1000 Strg+Enter
16640 \end_layout
16641
16642 \begin_layout Standard
16643 ein, um die untere Grenze zu erstellen.
16644  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16645 \begin_inset Formula 
16646 \[
16647 \sum_{\mathclap{\substack{0<k<1000\\
16648 \\
16649 k\,\in\,\mathbb{N}
16650 }
16651 }}^{n}k^{-2}
16652 \]
16653
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \begin_layout Standard
16660 \begin_inset VSpace bigskip
16661 \end_inset
16662
16663 In 
16664 \begin_inset CommandInset ref
16665 LatexCommand ref
16666 reference "sub:Selbstdefinierte-Operatoren"
16667
16668 \end_inset
16669
16670  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16671 \end_layout
16672
16673 \begin_layout Subsection
16674 Binäre Operatoren
16675 \begin_inset CommandInset label
16676 LatexCommand label
16677 name "sub:Binäre-Operatoren"
16678
16679 \end_inset
16680
16681
16682 \begin_inset Index idx
16683 status collapsed
16684
16685 \begin_layout Plain Layout
16686 Operatoren ! binäre
16687 \end_layout
16688
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \begin_layout Standard
16695 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16696  ein Zeichen befindet.
16697 \begin_inset VSpace medskip
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \begin_layout Standard
16704 \begin_inset space \hfill{}
16705 \end_inset
16706
16707
16708 \begin_inset Tabular
16709 <lyxtabular version="3" rows="13" columns="2">
16710 <features tabularvalignment="middle">
16711 <column alignment="center" valignment="top" width="0pt">
16712 <column alignment="center" valignment="top" width="0pt">
16713 <row>
16714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 Befehl
16719 \begin_inset Note Note
16720 status collapsed
16721
16722 \begin_layout Plain Layout
16723
16724 \series bold
16725
16726 \backslash
16727 raisebox
16728 \series default
16729  dient nur als Abstandhalter.
16730 \end_layout
16731
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 Ergebnis
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 </row>
16749 <row>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 +
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 \begin_inset Formula $+$
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 </row>
16772 <row>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 -
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 \begin_inset Formula $-$
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800
16801 \backslash
16802 pm
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $\pm$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \backslash
16827 mp
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Formula $\mp$
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \backslash
16852 cdot
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 \begin_inset Formula $\cdot$
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 <row>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \backslash
16877 times
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $\times$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \backslash
16902 div
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Formula $\div$
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset ERT
16926 status collapsed
16927
16928 \begin_layout Plain Layout
16929
16930
16931 \backslash
16932 raisebox{-1.2mm}{
16933 \end_layout
16934
16935 \end_inset
16936
16937 *
16938 \begin_inset ERT
16939 status collapsed
16940
16941 \begin_layout Plain Layout
16942
16943 }
16944 \end_layout
16945
16946 \end_inset
16947
16948
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 \begin_inset Formula $*$
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 </row>
16966 <row>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \backslash
16973 star
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 \begin_inset Formula $\star$
16983 \end_inset
16984
16985
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 </row>
16991 <row>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996
16997 \backslash
16998 circ
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 \begin_inset Formula $\circ$
17008 \end_inset
17009
17010
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \backslash
17023 diamond
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Formula $\diamond$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 </row>
17041 <row>
17042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \backslash
17048 bullet
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 \begin_inset Formula $\bullet$
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 </row>
17066 </lyxtabular>
17067
17068 \end_inset
17069
17070
17071 \begin_inset space \hfill{}
17072 \end_inset
17073
17074
17075 \begin_inset Tabular
17076 <lyxtabular version="3" rows="13" columns="2">
17077 <features tabularvalignment="middle">
17078 <column alignment="center" valignment="top" width="0pt">
17079 <column alignment="center" valignment="top" width="0pt">
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 Befehl
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 Ergebnis
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 </row>
17100 <row>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \backslash
17107 nabla
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Formula $\nabla$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 </row>
17125 <row>
17126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130
17131 \backslash
17132 bigtriangledown
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Formula $\bigtriangledown$
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 </row>
17150 <row>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \backslash
17157 bigtriangleup
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 \begin_inset Formula $\bigtriangleup$
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180
17181 \backslash
17182 Box
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191 \begin_inset Formula $\Box$
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 </row>
17200 <row>
17201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205
17206 \backslash
17207 cap 
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 \begin_inset Formula $\cap$
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 </row>
17225 <row>
17226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230
17231 \backslash
17232 cup
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 \begin_inset Formula $\cup$
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 </row>
17250 <row>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255
17256 \backslash
17257 dagger
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266 \begin_inset Formula $\dagger$
17267 \end_inset
17268
17269
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 </row>
17275 <row>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \backslash
17282 ddagger
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $\ddagger$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 </row>
17300 <row>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \backslash
17307 wr
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 \begin_inset Formula $\wr$
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 </row>
17325 <row>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330
17331 \backslash
17332 bigcirc
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 \begin_inset Formula $\bigcirc$
17342 \end_inset
17343
17344
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 </row>
17350 <row>
17351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355
17356 \backslash
17357 wedge
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 \begin_inset Formula $\wedge$
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 <row>
17376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380
17381 \backslash
17382 vee
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 \begin_inset Formula $\vee$
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 </row>
17400 </lyxtabular>
17401
17402 \end_inset
17403
17404
17405 \begin_inset space \hfill{}
17406 \end_inset
17407
17408
17409 \begin_inset Tabular
17410 <lyxtabular version="3" rows="13" columns="2">
17411 <features tabularvalignment="middle">
17412 <column alignment="center" valignment="top" width="0pt">
17413 <column alignment="center" valignment="top" width="0pt">
17414 <row>
17415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419 Befehl
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 Ergebnis
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 <row>
17435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439
17440 \backslash
17441 oplus
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 \begin_inset Formula $\oplus$
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 </row>
17459 <row>
17460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464
17465 \backslash
17466 ominus
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 \begin_inset Formula $\ominus$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 <row>
17485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489
17490 \backslash
17491 otimes
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 \begin_inset Formula $\otimes$
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 </row>
17509 <row>
17510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514
17515 \backslash
17516 oslash
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525 \begin_inset Formula $\oslash$
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 </row>
17534 <row>
17535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539
17540 \backslash
17541 odot
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550 \begin_inset Formula $\odot$
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 </row>
17559 <row>
17560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564
17565 \backslash
17566 amalg
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 \begin_inset Formula $\amalg$
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 <row>
17585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589
17590 \backslash
17591 uplus
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600 \begin_inset Formula $\uplus$
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \backslash
17616 setminus
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 \begin_inset Formula $\setminus$
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 </row>
17634 <row>
17635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \backslash
17641 sqcap
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650 \begin_inset Formula $\sqcap$
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 </row>
17659 <row>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664
17665 \backslash
17666 sqcup
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675 \begin_inset Formula $\sqcup$
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 </row>
17684 <row>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689
17690 \backslash
17691 triangleleft
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700 \begin_inset Formula $\triangleleft$
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 </row>
17709 <row>
17710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714
17715 \backslash
17716 triangleright
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725 \begin_inset Formula $\triangleright$
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 </row>
17734 </lyxtabular>
17735
17736 \end_inset
17737
17738
17739 \begin_inset space \hfill{}
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \begin_layout Standard
17746 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17747  
17748 \begin_inset Graphics
17749         filename ../../images/math/pm.png
17750         scale 85
17751
17752 \end_inset
17753
17754  eingefügt werden.
17755 \end_layout
17756
17757 \begin_layout Standard
17758 Um den Laplace-Operator darzustellen, kann man statt 
17759 \series bold
17760
17761 \backslash
17762 bigtriangleup
17763 \series default
17764  auch 
17765 \series bold
17766
17767 \backslash
17768 Delta
17769 \series default
17770  verwenden oder man benutzt 
17771 \series bold
17772
17773 \backslash
17774 nabla
17775 \series default
17776 ^
17777 \series bold
17778 2
17779 \series default
17780  (
17781 \begin_inset Formula $\nabla^{2}$
17782 \end_inset
17783
17784 ).
17785 \end_layout
17786
17787 \begin_layout Standard
17788 Das Zeichen 
17789 \family sans
17790 Menütrenner
17791 \family default
17792  im Menü 
17793 \family sans
17794 Einfügen\SpecialChar \menuseparator
17795 Sonderzeichen
17796 \family default
17797  ist der Operator 
17798 \series bold
17799
17800 \backslash
17801 triangleright
17802 \series default
17803 .
17804 \end_layout
17805
17806 \begin_layout Subsection
17807 Selbst definierte Operatoren
17808 \begin_inset CommandInset label
17809 LatexCommand label
17810 name "sub:Selbstdefinierte-Operatoren"
17811
17812 \end_inset
17813
17814
17815 \begin_inset Index idx
17816 status collapsed
17817
17818 \begin_layout Plain Layout
17819 Operatoren ! selbstdefinierte
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \begin_layout Standard
17828 Mit Hilfe des Befehls 
17829 \series bold
17830
17831 \backslash
17832 DeclareMathOperator
17833 \series default
17834
17835 \begin_inset Index idx
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839 Befehle ! D ! 
17840 \backslash
17841 dbinom@
17842 \backslash
17843 DeclareMathOperator
17844 \end_layout
17845
17846 \end_inset
17847
17848  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17849  Das Befehlsschema dazu lautet:
17850 \end_layout
17851
17852 \begin_layout Standard
17853
17854 \series bold
17855
17856 \backslash
17857 DeclareMathOperator{neuer Befehl}{Anzeige}
17858 \end_layout
17859
17860 \begin_layout Standard
17861 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17862  im Ausdruck aussieht.
17863  Will man einen großen Operator definieren, setzt man hinter den Befehl
17864  ein 
17865 \series bold
17866 *
17867 \series default
17868 .
17869  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17870  wie in 
17871 \begin_inset CommandInset ref
17872 LatexCommand ref
17873 reference "sub:Operatorgrenzen"
17874
17875 \end_inset
17876
17877  beschrieben.
17878 \end_layout
17879
17880 \begin_layout Standard
17881 Beispielsweise definiert die LaTeX-Vorspannzeile
17882 \end_layout
17883
17884 \begin_layout Standard
17885
17886 \series bold
17887
17888 \backslash
17889 DeclareMathOperator*{
17890 \backslash
17891 Raute}{
17892 \backslash
17893 blacklozenge}
17894 \end_layout
17895
17896 \begin_layout Standard
17897 den Befehl 
17898 \series bold
17899
17900 \backslash
17901 Raute
17902 \series default
17903 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17904  aus 
17905 \begin_inset CommandInset ref
17906 LatexCommand ref
17907 reference "sub:Sonstige-Symbole"
17908
17909 \end_inset
17910
17911  besteht:
17912 \begin_inset Formula 
17913 \[
17914 \Raute_{n=1}^{\infty}
17915 \]
17916
17917 \end_inset
17918
17919 Der Befehl für diese Formel lautet: 
17920 \series bold
17921
17922 \backslash
17923 Raute
17924 \series default
17925 ^
17926 \series bold
17927
17928 \backslash
17929 infty
17930 \begin_inset Formula $\to$
17931 \end_inset
17932
17933 _n=1
17934 \end_layout
17935
17936 \begin_layout Standard
17937 \begin_inset VSpace bigskip
17938 \end_inset
17939
17940 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17941  auch mit den Befehlen 
17942 \series bold
17943
17944 \backslash
17945 mathop
17946 \series default
17947
17948 \begin_inset Index idx
17949 status collapsed
17950
17951 \begin_layout Plain Layout
17952 Befehle ! M ! 
17953 \backslash
17954 mathop
17955 \end_layout
17956
17957 \end_inset
17958
17959  und 
17960 \series bold
17961
17962 \backslash
17963 mathbin
17964 \series default
17965
17966 \begin_inset Index idx
17967 status collapsed
17968
17969 \begin_layout Plain Layout
17970 Befehle ! M ! 
17971 \backslash
17972 mathbin
17973 \end_layout
17974
17975 \end_inset
17976
17977  definieren, die folgendes Schema besitzen:
17978 \end_layout
17979
17980 \begin_layout Standard
17981
17982 \series bold
17983
17984 \backslash
17985 mathop{Anzeige}
17986 \series default
17987  bzw.
17988  
17989 \series bold
17990
17991 \backslash
17992 mathbin{Anzeige}
17993 \end_layout
17994
17995 \begin_layout Standard
17996
17997 \series bold
17998
17999 \backslash
18000 mathop
18001 \series default
18002  definiert große, 
18003 \series bold
18004
18005 \backslash
18006 mathbin
18007 \series default
18008  binäre Operatoren.
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014
18015 \backslash
18016 mathop
18017 \series default
18018  lässt sich z.
18019 \begin_inset space \thinspace{}
18020 \end_inset
18021
18022 B.
18023  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
18024 \begin_inset Formula 
18025 \[
18026 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18027 \]
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Standard
18035 Der Befehl für obige Formel lautet:
18036 \begin_inset Newline newline
18037 \end_inset
18038
18039  
18040 \series bold
18041
18042 \backslash
18043 mathop{
18044 \backslash
18045 sum
18046 \backslash
18047 negmedspace
18048 \backslash
18049 sum
18050 \series default
18051
18052 \begin_inset ERT
18053 status collapsed
18054
18055 \begin_layout Plain Layout
18056
18057
18058 \backslash
18059 leer 
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \series bold
18066
18067 \begin_inset Formula $\to$
18068 \end_inset
18069
18070 ^N
18071 \series default
18072
18073 \begin_inset ERT
18074 status collapsed
18075
18076 \begin_layout Plain Layout
18077
18078
18079 \backslash
18080 leer 
18081 \end_layout
18082
18083 \end_inset
18084
18085
18086 \series bold
18087 _i,j=1
18088 \end_layout
18089
18090 \begin_layout Section
18091 Schriften
18092 \begin_inset Index idx
18093 status collapsed
18094
18095 \begin_layout Plain Layout
18096 Schriften
18097 \end_layout
18098
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \begin_layout Subsection
18105 Schriftstile
18106 \begin_inset CommandInset label
18107 LatexCommand label
18108 name "sub:Schriftstile"
18109
18110 \end_inset
18111
18112
18113 \begin_inset Index idx
18114 status collapsed
18115
18116 \begin_layout Plain Layout
18117 Schriften ! Schriftstile
18118 \end_layout
18119
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \begin_layout Standard
18126 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18127  gesetzt werden:
18128 \begin_inset VSpace -2mm
18129 \end_inset
18130
18131
18132 \end_layout
18133
18134 \begin_layout Standard
18135 \align center
18136 \begin_inset Tabular
18137 <lyxtabular version="3" rows="7" columns="3">
18138 <features tabularvalignment="middle">
18139 <column alignment="center" valignment="top" width="0">
18140 <column alignment="center" valignment="top" width="0">
18141 <column alignment="center" valignment="top" width="0">
18142 <row>
18143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 Befehl
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 Ergebnis
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 Tastenkürzel
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 </row>
18171 <row>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176
18177 \backslash
18178 mathbb
18179 \series bold
18180
18181 \begin_inset ERT
18182 status collapsed
18183
18184 \begin_layout Plain Layout
18185
18186
18187 \backslash
18188 leer 
18189 \end_layout
18190
18191 \end_inset
18192
18193
18194 \series default
18195 ABC
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 \begin_inset Formula $\mathbb{ABC}$
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 Alt+Z K
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 </row>
18222 <row>
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227
18228 \backslash
18229 mathbf
18230 \series bold
18231
18232 \begin_inset ERT
18233 status collapsed
18234
18235 \begin_layout Plain Layout
18236
18237
18238 \backslash
18239 leer 
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \series default
18246 AbC
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 \begin_inset Formula $\mathbf{AbC}$
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 Strg+B
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 </row>
18273 <row>
18274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278
18279 \backslash
18280 boldsymbol
18281 \series bold
18282
18283 \begin_inset ERT
18284 status collapsed
18285
18286 \begin_layout Plain Layout
18287
18288
18289 \backslash
18290 leer 
18291 \end_layout
18292
18293 \end_inset
18294
18295
18296 \series default
18297 AbC
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 \begin_inset Formula $\boldsymbol{AbC}$
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 Alt+Z F oder Strg+Alt+B
18319 \end_layout
18320
18321 \end_inset
18322 </cell>
18323 </row>
18324 <row>
18325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329
18330 \backslash
18331 mathcal
18332 \series bold
18333
18334 \begin_inset ERT
18335 status collapsed
18336
18337 \begin_layout Plain Layout
18338
18339
18340 \backslash
18341 leer 
18342 \end_layout
18343
18344 \end_inset
18345
18346
18347 \series default
18348 ABC
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357 \begin_inset Formula $\mathcal{ABC}$
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 Alt+Z H
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 </row>
18375 <row>
18376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380
18381 \backslash
18382 mathfrak
18383 \series bold
18384
18385 \begin_inset ERT
18386 status collapsed
18387
18388 \begin_layout Plain Layout
18389
18390
18391 \backslash
18392 leer 
18393 \end_layout
18394
18395 \end_inset
18396
18397
18398 \series default
18399 AbC
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 \begin_inset Formula $\mathfrak{AbC}$
18409 \end_inset
18410
18411
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 -
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 <row>
18427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431
18432 \backslash
18433 mathscr
18434 \series bold
18435
18436 \begin_inset ERT
18437 status collapsed
18438
18439 \begin_layout Plain Layout
18440
18441
18442 \backslash
18443 leer 
18444 \end_layout
18445
18446 \end_inset
18447
18448
18449 \series default
18450 AbC
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 \begin_inset Formula $\mathscr{AbC}$
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 -
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 </row>
18477 </lyxtabular>
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Standard
18485 \align center
18486 \begin_inset Tabular
18487 <lyxtabular version="3" rows="5" columns="3">
18488 <features tabularvalignment="middle">
18489 <column alignment="center" valignment="top" width="0">
18490 <column alignment="center" valignment="top" width="0">
18491 <column alignment="center" valignment="top" width="0">
18492 <row>
18493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 Befehl
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 Ergebnis
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 Tastenkürzel
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 </row>
18521 <row>
18522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526
18527 \backslash
18528 mathit
18529 \series bold
18530
18531 \begin_inset ERT
18532 status collapsed
18533
18534 \begin_layout Plain Layout
18535
18536
18537 \backslash
18538 leer 
18539 \end_layout
18540
18541 \end_inset
18542
18543
18544 \series default
18545 AbC
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554 \begin_inset Formula $\mathit{AbC}$
18555 \end_inset
18556
18557
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 -
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 </row>
18572 <row>
18573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577
18578 \backslash
18579 mathrm
18580 \series bold
18581
18582 \begin_inset ERT
18583 status collapsed
18584
18585 \begin_layout Plain Layout
18586
18587
18588 \backslash
18589 leer 
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \series default
18596 AbC
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 \begin_inset Formula $\mathrm{AbC}$
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 Alt+Z R
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 </row>
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \backslash
18630 mathsf
18631 \series bold
18632
18633 \begin_inset ERT
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 leer 
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \series default
18647 AbC
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 \begin_inset Formula $\mathsf{AbC}$
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668 Alt+Z S
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 </row>
18674 <row>
18675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \backslash
18681 mathtt
18682 \series bold
18683
18684 \begin_inset ERT
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688
18689
18690 \backslash
18691 leer 
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \series default
18698 AbC
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707 \begin_inset Formula $\mathtt{AbC}$
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 Alt+Z C
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 </row>
18725 </lyxtabular>
18726
18727 \end_inset
18728
18729
18730 \end_layout
18731
18732 \begin_layout Standard
18733 \begin_inset Note Greyedout
18734 status open
18735
18736 \begin_layout Plain Layout
18737
18738 \series bold
18739 Achtung:
18740 \series default
18741  Die Stile 
18742 \series bold
18743
18744 \backslash
18745 mathbb
18746 \series default
18747  und 
18748 \series bold
18749
18750 \backslash
18751 mathcal
18752 \series default
18753  können nur für Großbuchstaben verwendet werden.
18754 \end_layout
18755
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \begin_layout Standard
18762 Voreingestellt ist der Stil 
18763 \series bold
18764
18765 \backslash
18766 mathnormal
18767 \series default
18768 .
18769 \end_layout
18770
18771 \begin_layout Standard
18772 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18773 \begin_inset Formula 
18774 \[
18775 \mathfrak{A=\frac{b}{C}}
18776 \]
18777
18778 \end_inset
18779
18780
18781 \end_layout
18782
18783 \begin_layout Standard
18784 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18785 ile, sondern in dem Textschriftstil 
18786 \series bold
18787
18788 \backslash
18789 textrm
18790 \series default
18791 .
18792  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18793  ein Fehler in LyX.
18794 \begin_inset Foot
18795 status collapsed
18796
18797 \begin_layout Plain Layout
18798 \begin_inset CommandInset href
18799 LatexCommand href
18800 name "LyX-Fehler #4629"
18801 target "http://www.lyx.org/trac/ticket/4629"
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \begin_layout Standard
18814 Anstelle der Stilbefehle kann man auch den Dialog 
18815 \family sans
18816 Bearbeiten\SpecialChar \menuseparator
18817 Mathe\SpecialChar \menuseparator
18818 Text-Stil
18819 \family default
18820  oder den Mathe-Werkzeugleistenknopf 
18821 \begin_inset Graphics
18822         filename ../../images/math/font.png
18823         scale 85
18824
18825 \end_inset
18826
18827  verwenden.
18828 \end_layout
18829
18830 \begin_layout Subsection
18831 Fett gedruckte Formeln
18832 \begin_inset CommandInset label
18833 LatexCommand label
18834 name "sub:Fett-gedruckte-Formeln"
18835
18836 \end_inset
18837
18838
18839 \begin_inset Index idx
18840 status collapsed
18841
18842 \begin_layout Plain Layout
18843 Formel ! fett gedruckte
18844 \end_layout
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Standard
18852 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18853  Kapitel angegebenen Befehl 
18854 \series bold
18855
18856 \backslash
18857 mathbf
18858 \series default
18859  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18860  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18861  Formel gut erkennt:
18862 \end_layout
18863
18864 \begin_layout Standard
18865 \begin_inset Formula 
18866 \[
18867 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18868 \]
18869
18870 \end_inset
18871
18872
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18877 \series bold
18878
18879 \backslash
18880 boldsymbol
18881 \series default
18882 :
18883 \begin_inset Formula 
18884 \[
18885 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18886 \]
18887
18888 \end_inset
18889
18890 Es gibt auch die Möglichkeit die Formel in eine 
18891 \series bold
18892 boldmath-Umgebung
18893 \series default
18894  zu setzen.
18895  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18896 \series bold
18897
18898 \backslash
18899 boldmath
18900 \series default
18901
18902 \begin_inset Index idx
18903 status collapsed
18904
18905 \begin_layout Plain Layout
18906 Befehle ! B ! 
18907 \backslash
18908 boldmath
18909 \end_layout
18910
18911 \end_inset
18912
18913  eingibt.
18914  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18915 \series bold
18916
18917 \backslash
18918 unboldmath
18919 \series default
18920
18921 \begin_inset Index idx
18922 status collapsed
18923
18924 \begin_layout Plain Layout
18925 Befehle ! U ! 
18926 \backslash
18927 unboldmath
18928 \end_layout
18929
18930 \end_inset
18931
18932  ein.
18933 \begin_inset ERT
18934 status collapsed
18935
18936 \begin_layout Plain Layout
18937
18938
18939 \backslash
18940 boldmath 
18941 \end_layout
18942
18943 \end_inset
18944
18945
18946 \begin_inset Formula 
18947 \[
18948 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18949 \]
18950
18951 \end_inset
18952
18953
18954 \begin_inset ERT
18955 status collapsed
18956
18957 \begin_layout Plain Layout
18958
18959
18960 \backslash
18961 unboldmath 
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \begin_layout Subsection
18970 Farbige Formeln
18971 \begin_inset Index idx
18972 status collapsed
18973
18974 \begin_layout Plain Layout
18975 Formel ! farbige
18976 \end_layout
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \begin_layout Standard
18984 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18985  oder Formelteile und verwenden dann den 
18986 \family sans
18987 Textstil
18988 \family default
18989  Dialog.
18990  Hier ist eine Formel in Magenta:
18991 \begin_inset Formula 
18992 \[
18993 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18994 \]
18995
18996 \end_inset
18997
18998
18999 \end_layout
19000
19001 \begin_layout Standard
19002 Man kann auch eigene Farben definieren, wie in 
19003 \begin_inset CommandInset ref
19004 LatexCommand ref
19005 reference "sub:Farbige-Boxen"
19006
19007 \end_inset
19008
19009  erklärt ist.
19010  Diese können dann mit dem TeX-Code Befehl 
19011 \series bold
19012
19013 \backslash
19014 textcolor
19015 \series default
19016
19017 \begin_inset Index idx
19018 status collapsed
19019
19020 \begin_layout Plain Layout
19021 Befehle! T ! 
19022 \backslash
19023 textcolor
19024 \end_layout
19025
19026 \end_inset
19027
19028  verwendet werden, dass folgendes Schema besitzt:
19029 \end_layout
19030
19031 \begin_layout Standard
19032
19033 \series bold
19034
19035 \backslash
19036 textcolor{Farbe}{Zeichen oder Formel}
19037 \end_layout
19038
19039 \begin_layout Standard
19040 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19041 \end_layout
19042
19043 \begin_layout Standard
19044 \begin_inset ERT
19045 status collapsed
19046
19047 \begin_layout Plain Layout
19048
19049
19050 \backslash
19051 textcolor{dunkelgruen}{
19052 \end_layout
19053
19054 \end_inset
19055
19056
19057 \begin_inset Formula 
19058 \[
19059 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19060 \]
19061
19062 \end_inset
19063
19064
19065 \begin_inset ERT
19066 status collapsed
19067
19068 \begin_layout Plain Layout
19069
19070 }
19071 \end_layout
19072
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \begin_layout Standard
19079 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
19080 n Farben gefärbt werden.
19081 \begin_inset Foot
19082 status collapsed
19083
19084 \begin_layout Plain Layout
19085 \begin_inset CommandInset href
19086 LatexCommand href
19087 name "LyX-bug #5269"
19088 target "http://www.lyx.org/trac/ticket/5269"
19089
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \begin_layout Subsection
19101 Schriftgrößen
19102 \begin_inset CommandInset label
19103 LatexCommand label
19104 name "sub:Schriftgrößen"
19105
19106 \end_inset
19107
19108
19109 \begin_inset Index idx
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113 Schriften ! Schriftgrößen
19114 \end_layout
19115
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \begin_layout Standard
19122 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19123 le:
19124 \end_layout
19125
19126 \begin_layout Standard
19127
19128 \series bold
19129
19130 \backslash
19131 Huge
19132 \series default
19133
19134 \series bold
19135
19136 \backslash
19137 huge
19138 \series default
19139
19140 \series bold
19141
19142 \backslash
19143 LARGE
19144 \series default
19145
19146 \series bold
19147
19148 \backslash
19149 Large
19150 \series default
19151
19152 \series bold
19153
19154 \backslash
19155 large
19156 \series default
19157
19158 \series bold
19159
19160 \backslash
19161 normalsize
19162 \series default
19163
19164 \series bold
19165
19166 \backslash
19167 small
19168 \series default
19169
19170 \series bold
19171
19172 \backslash
19173 footnotesize
19174 \series default
19175 ,
19176 \begin_inset Newline linebreak
19177 \end_inset
19178
19179
19180 \series bold
19181
19182 \backslash
19183 scriptsize
19184 \series default
19185  und 
19186 \series bold
19187
19188 \backslash
19189 tiny
19190 \end_layout
19191
19192 \begin_layout Standard
19193 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19194  ab, die dem Befehl 
19195 \series bold
19196
19197 \backslash
19198 normalsize
19199 \series default
19200  entspricht.
19201  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19202 \series bold
19203
19204 \backslash
19205 normalsize
19206 \series default
19207 .
19208  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19209  Beträgt z.
19210 \begin_inset space \thinspace{}
19211 \end_inset
19212
19213 B.
19214  die Dokumentschriftgröße 12
19215 \begin_inset space \thinspace{}
19216 \end_inset
19217
19218 pt, produziert der Befehl 
19219 \series bold
19220
19221 \backslash
19222 Huge
19223 \series default
19224  dasselbe wie 
19225 \series bold
19226
19227 \backslash
19228 huge
19229 \series default
19230 .
19231  
19232 \end_layout
19233
19234 \begin_layout Standard
19235 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19236  Größe aller nachfolgenden Formel- und Textzeichen fest.
19237  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19238  TeX-Modus den Befehl 
19239 \series bold
19240
19241 \backslash
19242 normalsize
19243 \series default
19244  ein.
19245 \end_layout
19246
19247 \begin_layout Standard
19248 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19249  werden:
19250 \end_layout
19251
19252 \begin_layout Standard
19253 \noindent
19254 \align center
19255 \begin_inset Tabular
19256 <lyxtabular version="3" rows="5" columns="2">
19257 <features tabularvalignment="middle">
19258 <column alignment="center" valignment="top" width="0">
19259 <column alignment="center" valignment="top" width="0">
19260 <row>
19261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 Befehl
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 Ergebnis
19275 \begin_inset Note Note
19276 status collapsed
19277
19278 \begin_layout Plain Layout
19279
19280 \series bold
19281
19282 \backslash
19283 raisebox
19284 \series default
19285  dient nur als Abstandhalter.
19286 \end_layout
19287
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 </row>
19296 <row>
19297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301
19302 \backslash
19303 displaystyle
19304 \begin_inset Index idx
19305 status collapsed
19306
19307 \begin_layout Plain Layout
19308 Befehle ! D ! 
19309 \backslash
19310 displaystyle
19311 \end_layout
19312
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 </row>
19333 <row>
19334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \backslash
19340 textstyle
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \end_inset
19356 </cell>
19357 </row>
19358 <row>
19359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363
19364 \backslash
19365 scriptstyle
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 <row>
19384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \backslash
19390 scriptscriptstyle
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 </row>
19408 </lyxtabular>
19409
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \begin_layout Standard
19416 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19417  in das die Formelteile eingegeben werden.
19418 \end_layout
19419
19420 \begin_layout Standard
19421 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19422  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19423  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19424  eingegeben.
19425  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19426  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19427  Dazu zwei Beispiele:
19428 \begin_inset VSpace -2mm
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \begin_layout Standard
19435 \begin_inset ERT
19436 status collapsed
19437
19438 \begin_layout Plain Layout
19439
19440
19441 \backslash
19442 huge 
19443 \end_layout
19444
19445 \end_inset
19446
19447
19448 \begin_inset Formula 
19449 \[
19450 A=\frac{B}{c}\cdot\maltese
19451 \]
19452
19453 \end_inset
19454
19455
19456 \begin_inset Formula 
19457 \[
19458 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19459 \]
19460
19461 \end_inset
19462
19463
19464 \begin_inset ERT
19465 status collapsed
19466
19467 \begin_layout Plain Layout
19468
19469
19470 \backslash
19471 normalsize 
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \begin_layout Standard
19480 \begin_inset VSpace medskip
19481 \end_inset
19482
19483 Vor beiden Formeln wurde der Befehl 
19484 \series bold
19485
19486 \backslash
19487 huge
19488 \series default
19489  eingegeben.
19490  Der Befehl für die zweite Formel lautet:
19491 \begin_inset Newline newline
19492 \end_inset
19493
19494
19495 \series bold
19496
19497 \backslash
19498 maltese
19499 \begin_inset ERT
19500 status collapsed
19501
19502 \begin_layout Plain Layout
19503
19504
19505 \backslash
19506 leer 
19507 \end_layout
19508
19509 \end_inset
19510
19511 A M-m m 
19512 \backslash
19513 Large
19514 \begin_inset ERT
19515 status collapsed
19516
19517 \begin_layout Plain Layout
19518
19519
19520 \backslash
19521 leer 
19522 \end_layout
19523
19524 \end_inset
19525
19526
19527 \backslash
19528 maltese
19529 \begin_inset ERT
19530 status collapsed
19531
19532 \begin_layout Plain Layout
19533
19534
19535 \backslash
19536 leer 
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \backslash
19543 textit
19544 \begin_inset ERT
19545 status collapsed
19546
19547 \begin_layout Plain Layout
19548
19549
19550 \backslash
19551 leer 
19552 \end_layout
19553
19554 \end_inset
19555
19556 A
19557 \begin_inset Formula $\to$
19558 \end_inset
19559
19560
19561 \begin_inset Formula $\to$
19562 \end_inset
19563
19564
19565 \begin_inset Newline newline
19566 \end_inset
19567
19568
19569 \begin_inset space \hspace*{}
19570 \length 1cm
19571 \end_inset
19572
19573 M-m
19574 \series default
19575  
19576 \series bold
19577
19578 \backslash
19579 tiny
19580 \begin_inset ERT
19581 status collapsed
19582
19583 \begin_layout Plain Layout
19584
19585
19586 \backslash
19587 leer 
19588 \end_layout
19589
19590 \end_inset
19591
19592
19593 \backslash
19594 maltese
19595 \begin_inset ERT
19596 status collapsed
19597
19598 \begin_layout Plain Layout
19599
19600
19601 \backslash
19602 leer 
19603 \end_layout
19604
19605 \end_inset
19606
19607
19608 \backslash
19609 textit
19610 \begin_inset ERT
19611 status collapsed
19612
19613 \begin_layout Plain Layout
19614
19615
19616 \backslash
19617 leer 
19618 \end_layout
19619
19620 \end_inset
19621
19622 A
19623 \end_layout
19624
19625 \begin_layout Standard
19626 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19627  immer in der Standardgröße dargestellt.
19628 \end_layout
19629
19630 \begin_layout Section
19631 Griechische Buchstaben
19632 \begin_inset Index idx
19633 status collapsed
19634
19635 \begin_layout Plain Layout
19636 griechische Buchstaben
19637 \end_layout
19638
19639 \end_inset
19640
19641
19642 \end_layout
19643
19644 \begin_layout Standard
19645 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19646  
19647 \begin_inset Graphics
19648         filename ../../images/math/alpha.png
19649         scale 85
19650
19651 \end_inset
19652
19653  eingefügt werden.
19654  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19655  in Formeln aufrecht gesetzt werden.
19656  In einigen Sprachen, wie z.
19657 \begin_inset space \thinspace{}
19658 \end_inset
19659
19660 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19661 \end_layout
19662
19663 \begin_layout Subsection
19664 Kleine Buchstaben
19665 \begin_inset Index idx
19666 status collapsed
19667
19668 \begin_layout Plain Layout
19669 griechische Buchstaben ! kleine
19670 \end_layout
19671
19672 \end_inset
19673
19674
19675 \end_layout
19676
19677 \begin_layout Standard
19678 \begin_inset space \hfill{}
19679 \end_inset
19680
19681
19682 \begin_inset Tabular
19683 <lyxtabular version="3" rows="11" columns="2">
19684 <features tabularvalignment="middle">
19685 <column alignment="center" valignment="top" width="0pt">
19686 <column alignment="center" valignment="top" width="0pt">
19687 <row>
19688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 Befehl
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701 Ergebnis
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 </row>
19707 <row>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712
19713 \backslash
19714 alpha
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 \begin_inset Formula $\alpha$
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 </row>
19732 <row>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737
19738 \backslash
19739 beta
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 \begin_inset Formula $\beta$
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 <row>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762
19763 \backslash
19764 gamma
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 \begin_inset Formula $\gamma$
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 </row>
19782 <row>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787
19788 \backslash
19789 delta
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 \begin_inset Formula $\delta$
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \backslash
19814 epsilon
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 \begin_inset Formula $\epsilon$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837
19838 \backslash
19839 varepsilon
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 \begin_inset Formula $\varepsilon$
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 zeta
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\zeta$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 eta
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\eta$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 theta
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\theta$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 vartheta
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\vartheta$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 </lyxtabular>
19958
19959 \end_inset
19960
19961
19962 \begin_inset space \hfill{}
19963 \end_inset
19964
19965
19966 \begin_inset Tabular
19967 <lyxtabular version="3" rows="12" columns="2">
19968 <features tabularvalignment="middle">
19969 <column alignment="center" valignment="top" width="0pt">
19970 <column alignment="center" valignment="top" width="0pt">
19971 <row>
19972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976 Befehl
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985 Ergebnis
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 </row>
19991 <row>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996
19997 \backslash
19998 iota
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 \begin_inset Formula $\iota$
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 </row>
20016 <row>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021
20022 \backslash
20023 kappa
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 \begin_inset Formula $\kappa$
20033 \end_inset
20034
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \backslash
20048 varkappa
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 \begin_inset Formula $\varkappa$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \backslash
20073 lambda
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\lambda$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096
20097 \backslash
20098 mu
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset Formula $\mu$
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 </row>
20116 <row>
20117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121
20122 \backslash
20123 nu
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132 \begin_inset Formula $\nu$
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 <row>
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146
20147 \backslash
20148 xi
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157 \begin_inset Formula $\xi$
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 </row>
20166 <row>
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 o
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180 \begin_inset Formula $o$
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194
20195 \backslash
20196 pi
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset Formula $\pi$
20206 \end_inset
20207
20208
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 </row>
20214 <row>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219
20220 \backslash
20221 varpi
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230 \begin_inset Formula $\varpi$
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row>
20240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \backslash
20246 rho
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255 \begin_inset Formula $\rho$
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 </lyxtabular>
20265
20266 \end_inset
20267
20268
20269 \begin_inset space \hfill{}
20270 \end_inset
20271
20272
20273 \begin_inset Tabular
20274 <lyxtabular version="3" rows="11" columns="2">
20275 <features tabularvalignment="middle">
20276 <column alignment="center" valignment="top" width="0pt">
20277 <column alignment="center" valignment="top" width="0pt">
20278 <row>
20279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 Befehl
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292 Ergebnis
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \backslash
20305 varrho
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $\varrho$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \backslash
20330 sigma
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\sigma$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \backslash
20355 varsigma
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset Formula $\varsigma$
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 </row>
20373 <row>
20374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \backslash
20380 tau
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 \begin_inset Formula $\tau$
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 </row>
20398 <row>
20399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403
20404 \backslash
20405 upsilon
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414 \begin_inset Formula $\upsilon$
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 <row>
20424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \backslash
20430 phi
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 \begin_inset Formula $\phi$
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 </row>
20448 <row>
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453
20454 \backslash
20455 varphi
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464 \begin_inset Formula $\varphi$
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \backslash
20480 chi
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $\chi$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 psi
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\psi$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 omega
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\omega$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 </lyxtabular>
20549
20550 \end_inset
20551
20552
20553 \begin_inset space \hfill{}
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \begin_layout Standard
20560 \begin_inset VSpace medskip
20561 \end_inset
20562
20563 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20564 \begin_inset CommandInset ref
20565 LatexCommand ref
20566 reference "sub:Aufrechte-kleine-griechische"
20567
20568 \end_inset
20569
20570  beschrieben.
20571 \end_layout
20572
20573 \begin_layout Subsection
20574 Große Buchstaben
20575 \begin_inset Index idx
20576 status collapsed
20577
20578 \begin_layout Plain Layout
20579 griechische Buchstaben ! große
20580 \end_layout
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Standard
20588 \begin_inset space \hfill{}
20589 \end_inset
20590
20591
20592 \begin_inset Tabular
20593 <lyxtabular version="3" rows="7" columns="2">
20594 <features tabularvalignment="middle">
20595 <column alignment="center" valignment="top" width="0pt">
20596 <column alignment="center" valignment="top" width="0pt">
20597 <row>
20598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 Befehl
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611 Ergebnis
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \backslash
20624 Gamma
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 \begin_inset Formula $\Gamma$
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \backslash
20649 Delta
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658 \begin_inset Formula $\Delta$
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 <row>
20668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672
20673 \backslash
20674 Theta
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\Theta$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 <row>
20693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \backslash
20699 Lambda
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 \begin_inset Formula $\Lambda$
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 <row>
20718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \backslash
20724 Xi
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 \begin_inset Formula $\Xi$
20734 \end_inset
20735
20736
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 </row>
20742 <row>
20743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747
20748 \backslash
20749 Pi
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758 \begin_inset Formula $\Pi$
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 </row>
20767 </lyxtabular>
20768
20769 \end_inset
20770
20771
20772 \begin_inset space \hfill{}
20773 \end_inset
20774
20775
20776 \begin_inset Tabular
20777 <lyxtabular version="3" rows="6" columns="2">
20778 <features tabularvalignment="middle">
20779 <column alignment="center" valignment="top" width="0pt">
20780 <column alignment="center" valignment="top" width="0pt">
20781 <row>
20782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786 Befehl
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 Ergebnis
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 </row>
20801 <row>
20802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806
20807 \backslash
20808 Sigma
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 \begin_inset Formula $\Sigma$
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 </row>
20826 <row>
20827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831
20832 \backslash
20833 Upsilon
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842 \begin_inset Formula $\Upsilon$
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 <row>
20852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \backslash
20858 Phi
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\Phi$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \backslash
20883 Psi
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Formula $\Psi$
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906
20907 \backslash
20908 Omega
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917 \begin_inset Formula $\Omega$
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 </row>
20926 </lyxtabular>
20927
20928 \end_inset
20929
20930
20931 \begin_inset space \hfill{}
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \begin_layout Standard
20938 \begin_inset VSpace medskip
20939 \end_inset
20940
20941 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20942  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20943  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20944  mit 
20945 \series bold
20946 var
20947 \series default
20948 .
20949  So ergibt z.
20950 \begin_inset space \thinspace{}
20951 \end_inset
20952
20953 B.
20954  der Befehl 
20955 \series bold
20956
20957 \backslash
20958 varGamma
20959 \series default
20960  
20961 \begin_inset Formula $\varGamma$
20962 \end_inset
20963
20964 .
20965  Eine andere Methode ist das Laden des Pakets 
20966 \series bold
20967 fixmath
20968 \series default
20969
20970 \begin_inset Foot
20971 status collapsed
20972
20973 \begin_layout Plain Layout
20974
20975 \series bold
20976 fixmath
20977 \series default
20978  ist Teil des LaTeX-Paketes 
20979 \series bold
20980 was
20981 \series default
20982
20983 \begin_inset Index idx
20984 status collapsed
20985
20986 \begin_layout Plain Layout
20987 Pakete ! was
20988 \begin_inset ERT
20989 status collapsed
20990
20991 \begin_layout Plain Layout
20992
20993
20994 \backslash
20995 vspace{4mm}
20996 \end_layout
20997
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \end_inset
21004
21005 .
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \begin_inset Index idx
21012 status collapsed
21013
21014 \begin_layout Plain Layout
21015 Pakete ! fixmath
21016 \end_layout
21017
21018 \end_inset
21019
21020  mit der LaTeX-Vorspannzeile
21021 \end_layout
21022
21023 \begin_layout Standard
21024
21025 \series bold
21026
21027 \backslash
21028 usepackage{fixmath}
21029 \end_layout
21030
21031 \begin_layout Standard
21032 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21033  kursiv ausgegeben.
21034 \end_layout
21035
21036 \begin_layout Subsection
21037 Fett gedruckte Buchstaben
21038 \begin_inset Index idx
21039 status collapsed
21040
21041 \begin_layout Plain Layout
21042 griechische Buchstaben ! fett gedruckte
21043 \end_layout
21044
21045 \end_inset
21046
21047
21048 \end_layout
21049
21050 \begin_layout Standard
21051 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21052  Schriftstilen darstellen.
21053  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21054 \series bold
21055
21056 \backslash
21057 boldsymbol
21058 \series default
21059
21060 \begin_inset Index idx
21061 status collapsed
21062
21063 \begin_layout Plain Layout
21064 Befehle ! B ! 
21065 \backslash
21066 boldsymbol
21067 \end_layout
21068
21069 \end_inset
21070
21071  fett gedruckt auszugeben.
21072 \end_layout
21073
21074 \begin_layout Standard
21075 \align center
21076 \begin_inset Tabular
21077 <lyxtabular version="3" rows="3" columns="2">
21078 <features tabularvalignment="middle">
21079 <column alignment="center" valignment="top" width="0">
21080 <column alignment="center" valignment="top" width="0">
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 Befehl
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 Ergebnis
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \backslash
21108 Upsilon
21109 \backslash
21110 boldsymbol
21111 \backslash
21112 Upsilon
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 </row>
21130 <row>
21131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135
21136 \backslash
21137 theta
21138 \backslash
21139 boldsymbol
21140 \backslash
21141 theta
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 \begin_inset Formula $\theta\boldsymbol{\theta}$
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 </row>
21159 </lyxtabular>
21160
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \begin_layout Standard
21167 \begin_inset Newpage newpage
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \begin_layout Section
21174 Symbole
21175 \begin_inset ERT
21176 status collapsed
21177
21178 \begin_layout Plain Layout
21179
21180
21181 \backslash
21182 texorpdfstring{
21183 \end_layout
21184
21185 \end_inset
21186
21187
21188 \begin_inset Foot
21189 status collapsed
21190
21191 \begin_layout Plain Layout
21192 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21193  
21194 \begin_inset CommandInset citation
21195 LatexCommand cite
21196 key "Symbole"
21197
21198 \end_inset
21199
21200 .
21201 \end_layout
21202
21203 \end_inset
21204
21205
21206 \begin_inset ERT
21207 status collapsed
21208
21209 \begin_layout Plain Layout
21210
21211 }{}
21212 \end_layout
21213
21214 \end_inset
21215
21216
21217 \begin_inset Note Note
21218 status collapsed
21219
21220 \begin_layout Plain Layout
21221
21222 \series bold
21223
21224 \backslash
21225 texorpdfstring
21226 \series default
21227  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21228 \end_layout
21229
21230 \begin_layout Plain Layout
21231 Näheres zu 
21232 \series bold
21233
21234 \backslash
21235 texorpdfstring
21236 \series default
21237  steht in Kapitel 
21238 \begin_inset CommandInset ref
21239 LatexCommand ref
21240 reference "sub:Formeln-in-Überschriften"
21241
21242 \end_inset
21243
21244 .
21245 \end_layout
21246
21247 \end_inset
21248
21249
21250 \begin_inset Index idx
21251 status collapsed
21252
21253 \begin_layout Plain Layout
21254 Symbole
21255 \end_layout
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \begin_layout Standard
21263 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21264
21265 leistenknöpfe 
21266 \begin_inset Graphics
21267         filename ../../images/math/nabla.png
21268         scale 85
21269
21270 \end_inset
21271
21272  und 
21273 \begin_inset Graphics
21274         filename ../../images/math/digamma.png
21275         scale 85
21276
21277 \end_inset
21278
21279  eingefügt werden.
21280 \end_layout
21281
21282 \begin_layout Subsection
21283 Mathematische Symbole
21284 \begin_inset CommandInset label
21285 LatexCommand label
21286 name "sub:Mathematische-Symbole"
21287
21288 \end_inset
21289
21290
21291 \begin_inset Index idx
21292 status collapsed
21293
21294 \begin_layout Plain Layout
21295 Symbole ! mathematische
21296 \end_layout
21297
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \begin_layout Standard
21304 \begin_inset space \hfill{}
21305 \end_inset
21306
21307
21308 \begin_inset Tabular
21309 <lyxtabular version="3" rows="10" columns="2">
21310 <features tabularvalignment="middle">
21311 <column alignment="center" valignment="top" width="0pt">
21312 <column alignment="center" valignment="top" width="0pt">
21313 <row>
21314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 Befehl
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 Ergebnis
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 </row>
21333 <row>
21334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338
21339 \backslash
21340 neg
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 \begin_inset Formula $\neg$
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 </row>
21358 <row>
21359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363
21364 \backslash
21365 Im
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374 \begin_inset Formula $\Im$
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 </row>
21383 <row>
21384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388
21389 \backslash
21390 Re
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399 \begin_inset Formula $\Re$
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 </row>
21408 <row>
21409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413
21414 \backslash
21415 aleph
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Formula $\aleph$
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 </row>
21433 <row>
21434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438
21439 \backslash
21440 partial
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449 \begin_inset Formula $\partial$
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 </row>
21458 <row>
21459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463
21464 \backslash
21465 infty
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474 \begin_inset Formula $\infty$
21475 \end_inset
21476
21477
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 </row>
21483 <row>
21484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488
21489 \backslash
21490 wp
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 \begin_inset Formula $\wp$
21500 \end_inset
21501
21502
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 </row>
21508 <row>
21509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513
21514 \backslash
21515 imath
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524 \begin_inset Formula $\imath$
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 </row>
21533 <row>
21534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538
21539 \backslash
21540 jmath
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549 \begin_inset Formula $\jmath$
21550 \end_inset
21551
21552
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 </row>
21558 </lyxtabular>
21559
21560 \end_inset
21561
21562
21563 \begin_inset space \hfill{}
21564 \end_inset
21565
21566
21567 \begin_inset Tabular
21568 <lyxtabular version="3" rows="10" columns="2">
21569 <features tabularvalignment="middle">
21570 <column alignment="center" valignment="top" width="0pt">
21571 <column alignment="center" valignment="top" width="0pt">
21572 <row>
21573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 Befehl
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 Ergebnis
21587 \begin_inset Note Note
21588 status collapsed
21589
21590 \begin_layout Plain Layout
21591
21592 \series bold
21593
21594 \backslash
21595 raisebox
21596 \series default
21597  dient nur als Abstandhalter.
21598 \end_layout
21599
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 <row>
21609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613
21614 \backslash
21615 forall
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 \begin_inset Formula $\forall$
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 </row>
21633 <row>
21634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638
21639 \backslash
21640 exists
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 \begin_inset Formula $\exists$
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 </row>
21658 <row>
21659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663
21664 \backslash
21665 nexists
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 \begin_inset Formula $\nexists$
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \backslash
21690 emptyset
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 \begin_inset Formula $\emptyset$
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 <row>
21709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \backslash
21715 varnothing
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Formula $\varnothing$
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 <row>
21734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738
21739 \backslash
21740 dag
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Formula $\dag$
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 ddag
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\ddag$
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 complement
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 ERT
21800 status collapsed
21801
21802 \begin_layout Plain Layout
21803
21804
21805 \backslash
21806 raisebox{-0.8mm}{
21807 \end_layout
21808
21809 \end_inset
21810
21811
21812 \begin_inset Formula $\complement$
21813 \end_inset
21814
21815
21816 \begin_inset ERT
21817 status collapsed
21818
21819 \begin_layout Plain Layout
21820
21821 }
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 <row>
21833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \backslash
21839 Bbbk
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 \begin_inset Formula $\Bbbk$
21849 \end_inset
21850
21851
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 </row>
21857 </lyxtabular>
21858
21859 \end_inset
21860
21861
21862 \begin_inset space \hfill{}
21863 \end_inset
21864
21865
21866 \begin_inset Tabular
21867 <lyxtabular version="3" rows="10" columns="2">
21868 <features tabularvalignment="middle">
21869 <column alignment="center" valignment="top" width="0pt">
21870 <column alignment="center" valignment="top" width="0pt">
21871 <row>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 Befehl
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 Ergebnis
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 </row>
21891 <row>
21892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896
21897 \backslash
21898 prime
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 \begin_inset Formula $\prime$
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \backslash
21923 backprime
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 \begin_inset Formula $\backprime$
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 <row>
21942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \backslash
21948 mho
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 \begin_inset Formula $\mho$
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 <row>
21967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971
21972 \backslash
21973 triangle
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Formula $\triangle$
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 <row>
21992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \backslash
21998 angle
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Formula $\angle$
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021
22022 \backslash
22023 measuredangle
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Formula $\measuredangle$
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \backslash
22048 sphericalangle
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 \begin_inset Formula $\sphericalangle$
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 <row>
22067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071
22072 \backslash
22073 top
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 \begin_inset Formula $\top$
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 </row>
22091 <row>
22092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096
22097 \backslash
22098 bot
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 \begin_inset Formula $\bot$
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 </row>
22116 </lyxtabular>
22117
22118 \end_inset
22119
22120
22121 \begin_inset space \hfill{}
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \begin_layout Subsection
22128 Sonstige Symbole
22129 \begin_inset CommandInset label
22130 LatexCommand label
22131 name "sub:Sonstige-Symbole"
22132
22133 \end_inset
22134
22135
22136 \begin_inset Index idx
22137 status collapsed
22138
22139 \begin_layout Plain Layout
22140 Symbole ! sonstige
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \begin_layout Standard
22149 \begin_inset VSpace -7mm
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \begin_layout Standard
22156 \noindent
22157 \align center
22158 \begin_inset Tabular
22159 <lyxtabular version="3" rows="10" columns="2">
22160 <features tabularvalignment="middle">
22161 <column alignment="center" valignment="top" width="0pt">
22162 <column alignment="center" valignment="top" width="0pt">
22163 <row>
22164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 Befehl
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177 Ergebnis
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 <row>
22184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \backslash
22190 flat
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199 \begin_inset Formula $\flat$
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 </row>
22208 <row>
22209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213
22214 \backslash
22215 natural
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 \begin_inset Formula $\natural$
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 </row>
22233 <row>
22234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238
22239 \backslash
22240 sharp
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 \begin_inset Formula $\sharp$
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 </row>
22258 <row>
22259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263
22264 \backslash
22265 surd
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 \begin_inset Formula $\surd$
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 </row>
22283 <row>
22284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288
22289 \backslash
22290 checkmark
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 \begin_inset Formula $\checkmark$
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 </row>
22308 <row>
22309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313
22314 \backslash
22315 yen
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 \begin_inset Formula $\yen$
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 </row>
22333 <row>
22334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338
22339 \backslash
22340 pounds
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 \begin_inset Formula $\pounds$
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 <row>
22359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 $
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\$$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 §
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395 \begin_inset Formula $§$
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 </row>
22404 </lyxtabular>
22405
22406 \end_inset
22407
22408
22409 \begin_inset Tabular
22410 <lyxtabular version="3" rows="10" columns="2">
22411 <features tabularvalignment="middle">
22412 <column alignment="center" valignment="top" width="0">
22413 <column alignment="center" valignment="top" width="0">
22414 <row>
22415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 Befehl
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428 Ergebnis
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 </row>
22434 <row>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \backslash
22441 hbar
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 \begin_inset Formula $\hbar$
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 </row>
22459 <row>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464
22465 \backslash
22466 hslash
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $\hslash$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 </row>
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489
22490 \backslash
22491 clubsuit
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $\clubsuit$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514
22515 \backslash
22516 spadesuit
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Formula $\spadesuit$
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \backslash
22541 bigstar
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $\bigstar$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \backslash
22566 blacklozenge
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 \begin_inset Formula $\blacklozenge$
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \backslash
22591 blacktriangle
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 \begin_inset Formula $\blacktriangle$
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \backslash
22616 blacktiangledown
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Formula $\blacktriangledown$
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 <row>
22635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639
22640 \backslash
22641 bullet
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 \begin_inset Formula $\bullet$
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 </row>
22659 </lyxtabular>
22660
22661 \end_inset
22662
22663
22664 \begin_inset Tabular
22665 <lyxtabular version="3" rows="10" columns="2">
22666 <features tabularvalignment="middle">
22667 <column alignment="center" valignment="top" width="0pt">
22668 <column alignment="center" valignment="top" width="0pt">
22669 <row>
22670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 Befehl
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 Ergebnis
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694
22695 \backslash
22696 diamondsuit
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 \begin_inset Formula $\diamondsuit$
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 Diamond
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\Diamond$
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744
22745 \backslash
22746 heartsuit
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\heartsuit$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \backslash
22771 P
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $\P$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 </row>
22789 <row>
22790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 copyright
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Formula $\copyright$
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 circledR
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\circledR$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \backslash
22846 maltese
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 \begin_inset Formula $\maltese$
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \backslash
22871 diagup
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $\diagup$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 <row>
22890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894
22895 \backslash
22896 diagdown
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 \begin_inset Formula $\diagdown$
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 </lyxtabular>
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \begin_layout Standard
22922 \begin_inset VSpace medskip
22923 \end_inset
22924
22925 Weitere Symbole sind in 
22926 \begin_inset CommandInset ref
22927 LatexCommand ref
22928 reference "sub:Sonstige-Sonderzeichen"
22929
22930 \end_inset
22931
22932  aufgelistet.
22933 \end_layout
22934
22935 \begin_layout Standard
22936 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22937  
22938 \begin_inset CommandInset ref
22939 LatexCommand ref
22940 reference "sub:Schriftgrößen"
22941
22942 \end_inset
22943
22944 .
22945 \end_layout
22946
22947 \begin_layout Subsection
22948 Das Euro-Symbol €
22949 \begin_inset Index idx
22950 status collapsed
22951
22952 \begin_layout Plain Layout
22953 Symbole ! Euro-Symbol
22954 \end_layout
22955
22956 \end_inset
22957
22958
22959 \begin_inset Index idx
22960 status collapsed
22961
22962 \begin_layout Plain Layout
22963
22964 \backslash
22965 @
22966 \begin_inset ERT
22967 status collapsed
22968
22969 \begin_layout Plain Layout
22970
22971
22972 \backslash
22973 officialeuro
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \begin_layout Standard
22987 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22988
22989 \series bold
22990 eurosym
22991 \series default
22992
22993 \begin_inset Index idx
22994 status collapsed
22995
22996 \begin_layout Plain Layout
22997 Pakete ! eurosym
22998 \end_layout
22999
23000 \end_inset
23001
23002  installieren und dieses mit der LaTeX-Vorspannzeile
23003 \end_layout
23004
23005 \begin_layout Standard
23006
23007 \series bold
23008
23009 \backslash
23010 usepackage[gennarrow]{eurosym}
23011 \end_layout
23012
23013 \begin_layout Standard
23014 aktivieren.
23015  Das Euro-Symbol kann man nun mit dem Befehl 
23016 \series bold
23017
23018 \backslash
23019 euro
23020 \series default
23021
23022 \begin_inset Index idx
23023 status collapsed
23024
23025 \begin_layout Plain Layout
23026 Befehle ! E ! 
23027 \backslash
23028 euro
23029 \end_layout
23030
23031 \end_inset
23032
23033  aufrufen.
23034 \end_layout
23035
23036 \begin_layout Standard
23037 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23038  eingeben, ohne 
23039 \series bold
23040 eurosym
23041 \series default
23042  installiert zu haben.
23043  Ist 
23044 \series bold
23045 eurosym
23046 \series default
23047  installiert, kann man 
23048 \series bold
23049
23050 \backslash
23051 euro
23052 \series default
23053  auch im TeX-Modus eingeben.
23054  Das offizielle Währungssymbol erhält man dann über den Befehl 
23055 \series bold
23056
23057 \backslash
23058 officialeuro
23059 \series default
23060
23061 \begin_inset Index idx
23062 status collapsed
23063
23064 \begin_layout Plain Layout
23065 Befehle ! O ! 
23066 \backslash
23067 officialeuro
23068 \end_layout
23069
23070 \end_inset
23071
23072 , der nur im TeX-Modus verfügbar ist.
23073 \end_layout
23074
23075 \begin_layout Standard
23076 \begin_inset ERT
23077 status collapsed
23078
23079 \begin_layout Plain Layout
23080
23081
23082 \backslash
23083 ifeurosym 
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \begin_inset Note Note
23090 status open
23091
23092 \begin_layout Plain Layout
23093 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23094 \series bold
23095 eurosym
23096 \series default
23097  installiert ist:
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 Eine Übersicht der verschiedenen Euro-Symbole:
23107 \end_layout
23108
23109 \begin_layout Standard
23110 \align center
23111 \begin_inset Tabular
23112 <lyxtabular version="3" rows="4" columns="3">
23113 <features tabularvalignment="middle">
23114 <column alignment="center" valignment="top" width="0pt">
23115 <column alignment="center" valignment="top" width="0pt">
23116 <column alignment="center" valignment="top" width="0pt">
23117 <row>
23118 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 Befehl 
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 Ergebnis
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 Formel
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 euro
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Formula $\euro$
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 mathematischer Text
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203 \begin_inset Formula $\mbox{€}$
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 </row>
23212 <row>
23213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 TeX-Modus
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 officialeuro
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset ERT
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241
23242
23243 \backslash
23244 officialeuro
23245 \end_layout
23246
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 </lyxtabular>
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \begin_layout Standard
23263 \begin_inset ERT
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267
23268
23269 \backslash
23270 else 
23271 \end_layout
23272
23273 \end_inset
23274
23275
23276 \begin_inset Note Note
23277 status open
23278
23279 \begin_layout Plain Layout
23280 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23281 \series bold
23282 eurosym
23283 \series default
23284  nicht installiert ist:
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 Das LaTeX-Paket 
23294 \series bold
23295 eurosym 
23296 \series default
23297 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23298 \end_layout
23299
23300 \begin_layout Standard
23301 \begin_inset ERT
23302 status collapsed
23303
23304 \begin_layout Plain Layout
23305
23306
23307 \backslash
23308 fi 
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \begin_layout Section
23317 Relationen
23318 \begin_inset CommandInset label
23319 LatexCommand label
23320 name "sec:Relationen"
23321
23322 \end_inset
23323
23324
23325 \begin_inset Index idx
23326 status collapsed
23327
23328 \begin_layout Plain Layout
23329 Relationen
23330 \end_layout
23331
23332 \end_inset
23333
23334
23335 \begin_inset Index idx
23336 status collapsed
23337
23338 \begin_layout Plain Layout
23339 Vergleiche|see
23340 \begin_inset ERT
23341 status collapsed
23342
23343 \begin_layout Plain Layout
23344
23345 {
23346 \end_layout
23347
23348 \end_inset
23349
23350 Relationen
23351 \begin_inset ERT
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355
23356 }
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \end_layout
23368
23369 \begin_layout Standard
23370 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23371  
23372 \begin_inset Graphics
23373         filename ../../images/math/leq.png
23374         scale 85
23375
23376 \end_inset
23377
23378  eingefügt werden.
23379 \end_layout
23380
23381 \begin_layout Standard
23382 \begin_inset space \hfill{}
23383 \end_inset
23384
23385
23386 \begin_inset Tabular
23387 <lyxtabular version="3" rows="17" columns="2">
23388 <features tabularvalignment="middle">
23389 <column alignment="center" valignment="top" width="0pt">
23390 <column alignment="center" valignment="top" width="0pt">
23391 <row>
23392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 Befehl
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 Ergebnis
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 <
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 \begin_inset Formula $<$
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 </row>
23434 <row>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439
23440 \backslash
23441 le
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 \begin_inset Formula $\le$
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \backslash
23466 ll
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 \begin_inset Formula $\ll$
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 </row>
23484 <row>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489
23490 \backslash
23491 prec
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Formula $\prec$
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514
23515 \backslash
23516 preceq
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 \begin_inset Formula $\preceq$
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 </row>
23534 <row>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539
23540 \backslash
23541 subset
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 \begin_inset Formula $\subset$
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564
23565 \backslash
23566 subseteq
23567 \end_layout
23568
23569 \end_inset
23570 </cell>
23571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 \begin_inset Formula $\subseteq$
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 </row>
23584 <row>
23585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589
23590 \backslash
23591 sqsubseteq
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 \begin_inset Formula $\sqsubseteq$
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 </row>
23609 <row>
23610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614
23615 \backslash
23616 in
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 \begin_inset Formula $\in$
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 </row>
23634 <row>
23635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639
23640 \backslash
23641 vdash
23642 \end_layout
23643
23644 \end_inset
23645 </cell>
23646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650 \begin_inset Formula $\vdash$
23651 \end_inset
23652
23653
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 </row>
23659 <row>
23660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664
23665 \backslash
23666 smile
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675 \begin_inset Formula $\smile$
23676 \end_inset
23677
23678
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 </row>
23684 <row>
23685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689
23690 \backslash
23691 lhd
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700 \begin_inset Formula $\lhd$
23701 \end_inset
23702
23703
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 </row>
23709 <row>
23710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \backslash
23716 unlhd
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 \begin_inset Formula $\unlhd$
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 </row>
23734 <row>
23735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739
23740 \backslash
23741 gtrless
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 \begin_inset Formula $\gtrless$
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 </row>
23759 <row>
23760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \backslash
23766 mid
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 \begin_inset Formula $\mid$
23776 \end_inset
23777
23778
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 </row>
23784 <row>
23785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789
23790 \backslash
23791 nmid
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 \begin_inset Formula $\nmid$
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 </row>
23809 </lyxtabular>
23810
23811 \end_inset
23812
23813
23814 \begin_inset space \hfill{}
23815 \end_inset
23816
23817
23818 \begin_inset Tabular
23819 <lyxtabular version="3" rows="17" columns="2">
23820 <features tabularvalignment="middle">
23821 <column alignment="center" valignment="top" width="0pt">
23822 <column alignment="center" valignment="top" width="0pt">
23823 <row>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 Befehl
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 Ergebnis
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 =
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 \begin_inset Formula $=$
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 </row>
23866 <row>
23867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \backslash
23873 not=
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 \begin_inset Formula $\not=$
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 </row>
23891 <row>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \backslash
23898 equiv
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Formula $\equiv$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 <row>
23917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921
23922 \backslash
23923 sim
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 \begin_inset Formula $\sim$
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 </row>
23941 <row>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946
23947 \backslash
23948 simeq
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 \begin_inset Formula $\simeq$
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 </row>
23966 <row>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971
23972 \backslash
23973 approx
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Formula $\approx$
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 </row>
23991 <row>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996
23997 \backslash
23998 cong
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 \begin_inset Formula $\cong$
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 </row>
24016 <row>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021
24022 \backslash
24023 bowtie
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 \begin_inset Formula $\bowtie$
24033 \end_inset
24034
24035
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 </row>
24041 <row>
24042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046
24047 \backslash
24048 notin
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 \begin_inset Formula $\notin$
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 </row>
24066 <row>
24067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071
24072 \backslash
24073 perp
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082 \begin_inset Formula $\perp$
24083 \end_inset
24084
24085
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 </row>
24091 <row>
24092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096
24097 \backslash
24098 propto
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 \begin_inset Formula $\propto$
24108 \end_inset
24109
24110
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 </row>
24116 <row>
24117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121
24122 \backslash
24123 asymp
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 \begin_inset Formula $\asymp$
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 </row>
24141 <row>
24142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146
24147 \backslash
24148 doteq
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 \begin_inset Formula $\doteq$
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 </row>
24166 <row>
24167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171
24172 \backslash
24173 circeq
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182 \begin_inset Formula $\circeq$
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 </row>
24191 <row>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \backslash
24198 models
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 \begin_inset Formula $\models$
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 </row>
24216 <row>
24217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221
24222 \backslash
24223 widehat=
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232 \begin_inset Formula $\widehat{=}$
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 </row>
24241 </lyxtabular>
24242
24243 \end_inset
24244
24245
24246 \begin_inset space \hfill{}
24247 \end_inset
24248
24249
24250 \begin_inset Tabular
24251 <lyxtabular version="3" rows="17" columns="2">
24252 <features tabularvalignment="middle">
24253 <column alignment="center" valignment="top" width="0pt">
24254 <column alignment="center" valignment="top" width="0pt">
24255 <row>
24256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24257 \begin_inset Text
24258
24259 \begin_layout Plain Layout
24260 Befehl
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269 Ergebnis
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 </row>
24275 <row>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 >
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 \begin_inset Formula $>$
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 </row>
24298 <row>
24299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303
24304 \backslash
24305 ge
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314 \begin_inset Formula $\ge$
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 </row>
24323 <row>
24324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328
24329 \backslash
24330 gg
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 \begin_inset Formula $\gg$
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 </row>
24348 <row>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 succ
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 \begin_inset Formula $\succ$
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 </row>
24373 <row>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 succeq
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 \begin_inset Formula $\succeq$
24390 \end_inset
24391
24392
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 </row>
24398 <row>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \backslash
24405 supset
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 \begin_inset Formula $\supset$
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 <row>
24424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \backslash
24430 supseteq
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439 \begin_inset Formula $\supseteq$
24440 \end_inset
24441
24442
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 </row>
24448 <row>
24449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453
24454 \backslash
24455 sqsupseteq
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464 \begin_inset Formula $\sqsupseteq$
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 </row>
24473 <row>
24474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \backslash
24480 ni
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489 \begin_inset Formula $\ni$
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 </row>
24498 <row>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 dashv
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514 \begin_inset Formula $\dashv$
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 </row>
24523 <row>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \backslash
24530 frown
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 \begin_inset Formula $\frown$
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 </row>
24548 <row>
24549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553
24554 \backslash
24555 rhd
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564 \begin_inset Formula $\rhd$
24565 \end_inset
24566
24567
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 </row>
24573 <row>
24574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578
24579 \backslash
24580 unrhd
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589 \begin_inset Formula $\unrhd$
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 </row>
24598 <row>
24599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Plain Layout
24603
24604 \backslash
24605 lessgtr
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24611 \begin_inset Text
24612
24613 \begin_layout Plain Layout
24614 \begin_inset Formula $\lessgtr$
24615 \end_inset
24616
24617
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 </row>
24623 <row>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628
24629 \backslash
24630 parallel
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639 \begin_inset Formula $\parallel$
24640 \end_inset
24641
24642
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 </row>
24648 <row>
24649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653
24654 \backslash
24655 nparallel
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 \begin_inset Formula $\nparallel$
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 </row>
24673 </lyxtabular>
24674
24675 \end_inset
24676
24677
24678 \begin_inset space \hfill{}
24679 \end_inset
24680
24681
24682 \end_layout
24683
24684 \begin_layout Standard
24685 \begin_inset VSpace medskip
24686 \end_inset
24687
24688 Die Zeichen 
24689 \series bold
24690
24691 \backslash
24692 lhd
24693 \series default
24694  bzw.
24695  
24696 \series bold
24697
24698 \backslash
24699 rhd
24700 \series default
24701  sind größer als die gleich aussehenden Operatoren
24702 \begin_inset Newline linebreak
24703 \end_inset
24704
24705
24706 \series bold
24707
24708 \backslash
24709 triangleleft
24710 \series default
24711  bzw.
24712  
24713 \series bold
24714
24715 \backslash
24716 triangleright
24717 \series default
24718 .
24719 \end_layout
24720
24721 \begin_layout Standard
24722 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24723 \end_layout
24724
24725 \begin_layout Standard
24726 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24727 \series bold
24728
24729 \backslash
24730 stackrel
24731 \series default
24732
24733 \begin_inset Index idx
24734 status collapsed
24735
24736 \begin_layout Plain Layout
24737 Befehle ! S ! 
24738 \backslash
24739 stackrel
24740 \end_layout
24741
24742 \end_inset
24743
24744  erstellt werden:
24745 \end_layout
24746
24747 \begin_layout Standard
24748 \align center
24749 \begin_inset Tabular
24750 <lyxtabular version="3" rows="2" columns="2">
24751 <features tabularvalignment="middle">
24752 <column alignment="center" valignment="top" width="0">
24753 <column alignment="center" valignment="top" width="0">
24754 <row>
24755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759 Befehl
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768 Ergebnis
24769 \begin_inset Note Note
24770 status collapsed
24771
24772 \begin_layout Plain Layout
24773
24774 \series bold
24775
24776 \backslash
24777 raisebox
24778 \series default
24779  dient nur als Abstandhalter.
24780 \end_layout
24781
24782 \end_inset
24783
24784
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 </row>
24790 <row>
24791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 A(r)
24796 \backslash
24797 stackrel
24798 \begin_inset ERT
24799 status collapsed
24800
24801 \begin_layout Plain Layout
24802
24803
24804 \backslash
24805 leer 
24806 \end_layout
24807
24808 \end_inset
24809
24810 r
24811 \backslash
24812 to
24813 \backslash
24814 infty
24815 \begin_inset ERT
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819
24820
24821 \backslash
24822 leer 
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \begin_inset Formula $\downarrow$
24829 \end_inset
24830
24831
24832 \backslash
24833 approx
24834 \begin_inset ERT
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838
24839
24840 \backslash
24841 leer 
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \begin_inset ERT
24848 status collapsed
24849
24850 \begin_layout Plain Layout
24851
24852
24853 \backslash
24854 leer 
24855 \end_layout
24856
24857 \end_inset
24858
24859 B
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 </row>
24877 </lyxtabular>
24878
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \begin_layout Section
24885 Funktionen
24886 \end_layout
24887
24888 \begin_layout Subsection
24889 Vordefinierte Funktionen
24890 \begin_inset CommandInset label
24891 LatexCommand label
24892 name "sub:Vordefinierte-Funktionen"
24893
24894 \end_inset
24895
24896
24897 \begin_inset Index idx
24898 status collapsed
24899
24900 \begin_layout Plain Layout
24901 Funktionen ! vordefinierte
24902 \end_layout
24903
24904 \end_inset
24905
24906
24907 \end_layout
24908
24909 \begin_layout Standard
24910 Allgemein werden in mathematischen Ausdrücken Variablen 
24911 \shape italic
24912 kursiv
24913 \shape default
24914  gesetzt, Funktionsnamen hingegen nicht, denn 
24915 \begin_inset Formula $sin$
24916 \end_inset
24917
24918  könnte als 
24919 \begin_inset Formula $s\cdot i\cdot n$
24920 \end_inset
24921
24922  missverstanden werden.
24923  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24924 en etwas abgesetzt sind.
24925  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24926 \end_layout
24927
24928 \begin_layout Standard
24929 \align center
24930 \begin_inset Tabular
24931 <lyxtabular version="3" rows="2" columns="4">
24932 <features tabularvalignment="middle">
24933 <column alignment="center" valignment="top" width="0pt">
24934 <column alignment="center" valignment="top" width="0pt">
24935 <column alignment="center" valignment="top" width="0pt">
24936 <column alignment="center" valignment="top" width="0pt">
24937 <row>
24938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942 Befehl
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951 Ergebnis
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960 Befehl
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969 Ergebnis
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 </row>
24975 <row>
24976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 Asin(x)+B
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 \begin_inset Formula $Asin(x)+B$
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001 A
25002 \backslash
25003 sin(x)+B
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012 \begin_inset Formula $A\sin(x)+B$
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 </row>
25021 </lyxtabular>
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \begin_layout Standard
25029 Folgende Funktionen sind vordefiniert:
25030 \end_layout
25031
25032 \begin_layout Standard
25033 \begin_inset VSpace -2mm
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \align center
25041 \begin_inset Tabular
25042 <lyxtabular version="3" rows="9" columns="4">
25043 <features tabularvalignment="middle">
25044 <column alignment="center" valignment="top" width="0pt">
25045 <column alignment="center" valignment="top" width="0pt">
25046 <column alignment="center" valignment="top" width="0pt">
25047 <column alignment="center" valignment="top" width="0pt">
25048 <row>
25049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 Befehl
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 Befehl
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 Befehl
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080 Befehl
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 </row>
25086 <row>
25087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Plain Layout
25091
25092 \backslash
25093 sin
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
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 sinh
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 arcsin
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 sup
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 </row>
25132 <row>
25133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137
25138 \backslash
25139 cos
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
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 cosh
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 arccos
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170
25171 \backslash
25172 inf
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 </row>
25178 <row>
25179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183
25184 \backslash
25185 tan
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
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 tanh
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 arctan
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 lim
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 </row>
25224 <row>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229
25230 \backslash
25231 cot
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
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 coth
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 arg
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 liminf
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 </row>
25270 <row>
25271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275
25276 \backslash
25277 sec
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
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 min
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 deg
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \backslash
25310 limsup
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 </row>
25316 <row>
25317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321
25322 \backslash
25323 csc
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
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 max
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 det
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354
25355 \backslash
25356 Pr
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 </row>
25362 <row>
25363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \backslash
25369 ln
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378
25379 \backslash
25380 exp
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 dim
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400
25401 \backslash
25402 hom
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 </row>
25408 <row>
25409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413
25414 \backslash
25415 lg
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424
25425 \backslash
25426 log
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435
25436 \backslash
25437 ker
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446
25447 \backslash
25448 gcd
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 </row>
25454 </lyxtabular>
25455
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \begin_layout Standard
25462 Sie können auch über den Mathe-Werkzeugleistenknopf 
25463 \begin_inset Graphics
25464         filename ../../images/math/functions.png
25465         scale 85
25466
25467 \end_inset
25468
25469  eingefügt werden.
25470 \end_layout
25471
25472 \begin_layout Subsection
25473 Selbst definierte Funktionen
25474 \begin_inset Index idx
25475 status collapsed
25476
25477 \begin_layout Plain Layout
25478 Funktionen ! selbstdefinierte
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25488 \begin_inset space \thinspace{}
25489 \end_inset
25490
25491 B.
25492  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25493 \end_layout
25494
25495 \begin_layout Itemize
25496 Man definiert die Funktion selbst.
25497  Dazu gibt man im LaTeX-Vorspann die Zeile
25498 \begin_inset Newline newline
25499 \end_inset
25500
25501
25502 \begin_inset VSpace -3mm
25503 \end_inset
25504
25505
25506 \begin_inset Newline newline
25507 \end_inset
25508
25509
25510 \series bold
25511
25512 \backslash
25513 DeclareMathOperator{
25514 \backslash
25515 sgn}{sgn}
25516 \series default
25517
25518 \begin_inset Index idx
25519 status collapsed
25520
25521 \begin_layout Plain Layout
25522 Befehle ! D ! 
25523 \backslash
25524 dbinom@
25525 \backslash
25526 DeclareMathOperator
25527 \end_layout
25528
25529 \end_inset
25530
25531
25532 \begin_inset Newline newline
25533 \end_inset
25534
25535
25536 \begin_inset VSpace -2mm
25537 \end_inset
25538
25539
25540 \begin_inset Newline newline
25541 \end_inset
25542
25543 ein
25544 \begin_inset Foot
25545 status collapsed
25546
25547 \begin_layout Plain Layout
25548 Näheres zu 
25549 \series bold
25550
25551 \backslash
25552 DeclareMathOperator
25553 \series default
25554  siehe 
25555 \begin_inset CommandInset ref
25556 LatexCommand ref
25557 reference "sub:Selbstdefinierte-Operatoren"
25558
25559 \end_inset
25560
25561 .
25562 \end_layout
25563
25564 \end_inset
25565
25566 .
25567  Nun kann man mit dem Befehl 
25568 \series bold
25569
25570 \backslash
25571 sgn
25572 \series default
25573  die neu definierte Funktion aufrufen.
25574 \end_layout
25575
25576 \begin_layout Itemize
25577 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25578  Beispiel die Buchstaben 
25579 \emph on
25580 sgn
25581 \emph default
25582 , und wandelt ihn in in mathematischen Text um.
25583  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25584 \end_layout
25585
25586 \begin_layout Standard
25587 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25588  Funktion
25589 \begin_inset Foot
25590 status collapsed
25591
25592 \begin_layout Plain Layout
25593 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25594 \end_layout
25595
25596 \end_inset
25597
25598 :
25599 \end_layout
25600
25601 \begin_layout Standard
25602 \align center
25603 \begin_inset Tabular
25604 <lyxtabular version="3" rows="3" columns="2">
25605 <features tabularvalignment="middle">
25606 <column alignment="center" valignment="top" width="0pt">
25607 <column alignment="center" valignment="top" width="0pt">
25608 <row>
25609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613 Befehl
25614 \end_layout
25615
25616 \end_inset
25617 </cell>
25618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622 Ergebnis
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 </row>
25628 <row>
25629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633 A
25634 \backslash
25635 sgn(x)+B
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644 \begin_inset Formula $A\sgn(x)+B$
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 </row>
25653 <row>
25654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658 A
25659 \backslash
25660 ,
25661 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25662 \end_inset
25663
25664 (x)+B
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25670 \begin_inset Text
25671
25672 \begin_layout Plain Layout
25673 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 </row>
25682 </lyxtabular>
25683
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \begin_layout Standard
25690 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25691  mehrfach verwendet werden soll.
25692 \end_layout
25693
25694 \begin_layout Subsection
25695 Grenzwerte
25696 \begin_inset Index idx
25697 status collapsed
25698
25699 \begin_layout Plain Layout
25700 Grenzwerte
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout Standard
25709 Für Grenzwerte sind außer 
25710 \series bold
25711
25712 \backslash
25713 lim
25714 \series default
25715
25716 \begin_inset Index idx
25717 status collapsed
25718
25719 \begin_layout Plain Layout
25720 Befehle ! L ! 
25721 \backslash
25722 lim
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \series bold
25729
25730 \backslash
25731 liminf
25732 \series default
25733  und 
25734 \series bold
25735
25736 \backslash
25737 limsup
25738 \series default
25739  noch folgende Funktionen definiert:
25740 \end_layout
25741
25742 \begin_layout Standard
25743 \align center
25744 \begin_inset Tabular
25745 <lyxtabular version="3" rows="5" columns="2">
25746 <features tabularvalignment="middle">
25747 <column alignment="center" valignment="top" width="0">
25748 <column alignment="center" valignment="top" width="0">
25749 <row>
25750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754 Befehl
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Plain Layout
25763 Ergebnis
25764 \begin_inset Note Note
25765 status collapsed
25766
25767 \begin_layout Plain Layout
25768
25769 \series bold
25770
25771 \backslash
25772 raisebox
25773 \series default
25774  dient nur als Abstandhalter.
25775 \end_layout
25776
25777 \end_inset
25778
25779
25780 \end_layout
25781
25782 \end_inset
25783 </cell>
25784 </row>
25785 <row>
25786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790
25791 \backslash
25792 varliminf
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801 \begin_inset Formula $\varliminf$
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \end_inset
25808 </cell>
25809 </row>
25810 <row>
25811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815
25816 \backslash
25817 varlimsup
25818 \end_layout
25819
25820 \end_inset
25821 </cell>
25822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826 \begin_inset Formula $\varlimsup$
25827 \end_inset
25828
25829
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 </row>
25835 <row>
25836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840
25841 \backslash
25842 varprojlim
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851 \begin_inset Formula $\varprojlim$
25852 \end_inset
25853
25854
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 </row>
25860 <row>
25861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865
25866 \backslash
25867 varinjlim
25868 \end_layout
25869
25870 \end_inset
25871 </cell>
25872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876 \begin_inset Formula $\varinjlim$
25877 \end_inset
25878
25879
25880 \begin_inset Formula $\raisebox{-2.5mm}{}$
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \end_inset
25887 </cell>
25888 </row>
25889 </lyxtabular>
25890
25891 \end_inset
25892
25893
25894 \end_layout
25895
25896 \begin_layout Standard
25897 \begin_inset VSpace medskip
25898 \end_inset
25899
25900 Der Grenzwert wird durch Tiefstellen erzeugt.
25901  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25902 \end_layout
25903
25904 \begin_layout Standard
25905 \align center
25906 \begin_inset Tabular
25907 <lyxtabular version="3" rows="2" columns="2">
25908 <features tabularvalignment="middle">
25909 <column alignment="center" valignment="top" width="0pt">
25910 <column alignment="center" valignment="top" width="0pt">
25911 <row>
25912 <cell alignment="center" valignment="top" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916 Befehl
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 <cell alignment="center" valignment="top" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 \begin_inset space \hspace{}
25926 \length 1cm
25927 \end_inset
25928
25929 Ergebnis
25930 \begin_inset Note Note
25931 status collapsed
25932
25933 \begin_layout Plain Layout
25934 Der Leerraum und 
25935 \series bold
25936
25937 \backslash
25938 raisebox
25939 \series default
25940  dienen nur als Abstandhalter.
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \end_inset
25949 </cell>
25950 </row>
25951 <row>
25952 <cell alignment="center" valignment="top" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956
25957 \backslash
25958 lim_x
25959 \backslash
25960 to
25961 \begin_inset ERT
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965
25966
25967 \backslash
25968 leer 
25969 \end_layout
25970
25971 \end_inset
25972
25973 A
25974 \begin_inset ERT
25975 status collapsed
25976
25977 \begin_layout Plain Layout
25978
25979
25980 \backslash
25981 leer 
25982 \end_layout
25983
25984 \end_inset
25985
25986 x=B
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 <cell alignment="center" valignment="top" usebox="none">
25992 \begin_inset Text
25993
25994 \begin_layout Plain Layout
25995 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 </row>
26004 </lyxtabular>
26005
26006 \end_inset
26007
26008
26009 \end_layout
26010
26011 \begin_layout Standard
26012 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26013 \begin_inset Formula 
26014 \[
26015 \lim_{x\to A}x=B
26016 \]
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset Newpage newpage
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \begin_layout Subsection
26031 Modulo-Funktionen
26032 \begin_inset Index idx
26033 status collapsed
26034
26035 \begin_layout Plain Layout
26036 Funktionen ! Modulo-
26037 \end_layout
26038
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \begin_layout Standard
26045 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26046  Varianten.
26047 \end_layout
26048
26049 \begin_layout Standard
26050 Die Varianten in einer abgesetzten Formel:
26051 \begin_inset Formula 
26052 \begin{align*}
26053 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26054 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
26055 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
26056 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
26057 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
26058 \end{align*}
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \begin_layout Standard
26066 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26067  weniger Leerraum gesetzt.
26068 \end_layout
26069
26070 \begin_layout Section
26071 Sonderzeichen
26072 \begin_inset Index idx
26073 status collapsed
26074
26075 \begin_layout Plain Layout
26076 Sonderzeichen
26077 \end_layout
26078
26079 \end_inset
26080
26081
26082 \end_layout
26083
26084 \begin_layout Subsection
26085 Sonderzeichen im mathematischen Text
26086 \end_layout
26087
26088 \begin_layout Standard
26089 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26090  verwendet werden:
26091 \end_layout
26092
26093 \begin_layout Standard
26094 \begin_inset space \hfill{}
26095 \end_inset
26096
26097
26098 \begin_inset Tabular
26099 <lyxtabular version="3" rows="8" columns="2">
26100 <features tabularvalignment="middle">
26101 <column alignment="block" valignment="top" width="0">
26102 <column alignment="block" valignment="top" width="0">
26103 <row>
26104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26105 \begin_inset Text
26106
26107 \begin_layout Plain Layout
26108 Befehl
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117 Ergebnis
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 </row>
26123 <row>
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128
26129 \backslash
26130 oe
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 \begin_inset Formula $\textrm{œ}$
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 </row>
26148 <row>
26149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153
26154 \backslash
26155 OE
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164 \begin_inset Formula $\textrm{Œ}$
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 </row>
26173 <row>
26174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178
26179 \backslash
26180 ae
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 \begin_inset Formula $\textrm{æ}$
26190 \end_inset
26191
26192
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 </row>
26198 <row>
26199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203
26204 \backslash
26205 AE
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Plain Layout
26214 \begin_inset Formula $\textrm{Æ}$
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 </row>
26223 <row>
26224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228
26229 \backslash
26230 aa
26231 \end_layout
26232
26233 \end_inset
26234 </cell>
26235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26236 \begin_inset Text
26237
26238 \begin_layout Plain Layout
26239 \begin_inset Formula $\textrm{\aa}$
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 </row>
26248 <row>
26249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26250 \begin_inset Text
26251
26252 \begin_layout Plain Layout
26253
26254 \backslash
26255 AA
26256 \begin_inset Index idx
26257 status collapsed
26258
26259 \begin_layout Plain Layout
26260
26261 \backslash
26262 @
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 textrm{
26271 \backslash
26272 AA}
26273 \end_layout
26274
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26288 \begin_inset Text
26289
26290 \begin_layout Plain Layout
26291 \begin_inset Formula $\textrm{Å}$
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 </row>
26300 <row>
26301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Plain Layout
26305
26306 \backslash
26307 i
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316 \begin_inset Formula $\textrm{ı}$
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 </lyxtabular>
26326
26327 \end_inset
26328
26329
26330 \begin_inset space \hfill{}
26331 \end_inset
26332
26333
26334 \begin_inset Tabular
26335 <lyxtabular version="3" rows="8" columns="2">
26336 <features tabularvalignment="middle">
26337 <column alignment="block" valignment="top" width="0">
26338 <column alignment="center" valignment="top" width="0">
26339 <row>
26340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26341 \begin_inset Text
26342
26343 \begin_layout Plain Layout
26344 Befehl
26345 \begin_inset Note Note
26346 status collapsed
26347
26348 \begin_layout Plain Layout
26349 Der Leerraum von 0
26350 \begin_inset space \thinspace{}
26351 \end_inset
26352
26353 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26354  ¿ erscheinen würde.
26355 \end_layout
26356
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \end_inset
26363 </cell>
26364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368 Ergebnis
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 </row>
26374 <row>
26375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379
26380 \backslash
26381 o
26382 \end_layout
26383
26384 \end_inset
26385 </cell>
26386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390 \begin_inset Formula $\textrm{ø}$
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 </row>
26399 <row>
26400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404
26405 \backslash
26406 O
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415 \begin_inset Formula $\textrm{Ø}$
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \end_inset
26422 </cell>
26423 </row>
26424 <row>
26425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429
26430 \backslash
26431 l
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440 \begin_inset Formula $\textrm{ł}$
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 </row>
26449 <row>
26450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26451 \begin_inset Text
26452
26453 \begin_layout Plain Layout
26454
26455 \backslash
26456 L
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 \begin_inset Formula $\textrm{Ł}$
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 </row>
26474 <row>
26475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Plain Layout
26479 !
26480 \begin_inset space \hspace{}
26481 \length 0mm
26482 \end_inset
26483
26484 `
26485 \begin_inset ERT
26486 status collapsed
26487
26488 \begin_layout Plain Layout
26489
26490
26491 \backslash
26492 leer 
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Plain Layout
26506 \begin_inset Formula $\textrm{!`}$
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 </row>
26515 <row>
26516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520 ?
26521 \begin_inset space \hspace{}
26522 \length 0mm
26523 \end_inset
26524
26525 `
26526 \begin_inset ERT
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530
26531
26532 \backslash
26533 leer 
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26544 \begin_inset Text
26545
26546 \begin_layout Plain Layout
26547 \begin_inset Formula $\textrm{?`}$
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 </row>
26556 <row>
26557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561
26562 \backslash
26563 j
26564 \end_layout
26565
26566 \end_inset
26567 </cell>
26568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26569 \begin_inset Text
26570
26571 \begin_layout Plain Layout
26572 \begin_inset Formula $\textrm{ȷ}$
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 </row>
26581 </lyxtabular>
26582
26583 \end_inset
26584
26585
26586 \begin_inset space \hfill{}
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \begin_layout Standard
26593 Die Zeichen 
26594 \begin_inset Formula $\textrm{\textrm{Å}}$
26595 \end_inset
26596
26597  und 
26598 \begin_inset Formula $\textrm{\textrm{Ø}}$
26599 \end_inset
26600
26601  können auch über den Mathe-Werkzeugleistenknopf 
26602 \begin_inset Graphics
26603         filename ../../images/math/digamma.png
26604         scale 85
26605
26606 \end_inset
26607
26608  eingefügt werden.
26609 \end_layout
26610
26611 \begin_layout Standard
26612 Eine Ausnahme bilden die Befehle 
26613 \series bold
26614 !
26615 \begin_inset space \hspace{}
26616 \length 0mm
26617 \end_inset
26618
26619 `
26620 \series default
26621  und 
26622 \series bold
26623 ?
26624 \begin_inset space \hspace{}
26625 \length 0mm
26626 \end_inset
26627
26628 `
26629 \series default
26630 , denn man kann sie in LyX direkt in den Text eingeben.
26631 \end_layout
26632
26633 \begin_layout Subsection
26634 Akzente im Text
26635 \begin_inset CommandInset label
26636 LatexCommand label
26637 name "sub:Sonderzeichen-Akzente"
26638
26639 \end_inset
26640
26641
26642 \begin_inset Index idx
26643 status collapsed
26644
26645 \begin_layout Plain Layout
26646 Akzente ! im Text
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \begin_layout Standard
26655 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26656  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26657 \end_layout
26658
26659 \begin_layout Standard
26660 \begin_inset space \hfill{}
26661 \end_inset
26662
26663
26664 \begin_inset Tabular
26665 <lyxtabular version="3" rows="8" columns="2">
26666 <features tabularvalignment="middle">
26667 <column alignment="block" valignment="top" width="0">
26668 <column alignment="block" valignment="top" width="0">
26669 <row>
26670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674 Befehl
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683 Ergebnis
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 </row>
26689 <row>
26690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694
26695 \backslash
26696
26697 \begin_inset Quotes grd
26698 \end_inset
26699
26700 e
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 \begin_inset ERT
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713
26714
26715 \backslash
26716 "e
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 </row>
26727 <row>
26728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732
26733 \backslash
26734 `e
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Plain Layout
26743 \begin_inset ERT
26744 status collapsed
26745
26746 \begin_layout Plain Layout
26747
26748
26749 \backslash
26750 `e
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row>
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766
26767 \backslash
26768 ^
26769 \begin_inset ERT
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773
26774
26775 \backslash
26776 leer 
26777 \end_layout
26778
26779 \end_inset
26780
26781 e
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790 \begin_inset ERT
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794
26795
26796 \backslash
26797 ^e
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 </row>
26808 <row>
26809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813
26814 \backslash
26815 =e
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26821 \begin_inset Text
26822
26823 \begin_layout Plain Layout
26824 \begin_inset ERT
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828
26829
26830 \backslash
26831 =e
26832 \end_layout
26833
26834 \end_inset
26835
26836
26837 \end_layout
26838
26839 \end_inset
26840 </cell>
26841 </row>
26842 <row>
26843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26844 \begin_inset Text
26845
26846 \begin_layout Plain Layout
26847
26848 \backslash
26849 u
26850 \begin_inset ERT
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854
26855
26856 \backslash
26857 leer 
26858 \end_layout
26859
26860 \end_inset
26861
26862 e
26863 \end_layout
26864
26865 \end_inset
26866 </cell>
26867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26868 \begin_inset Text
26869
26870 \begin_layout Plain Layout
26871 \begin_inset ERT
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875
26876
26877 \backslash
26878 u e
26879 \end_layout
26880
26881 \end_inset
26882
26883
26884 \end_layout
26885
26886 \end_inset
26887 </cell>
26888 </row>
26889 <row>
26890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Plain Layout
26894
26895 \backslash
26896 b
26897 \begin_inset ERT
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901
26902
26903 \backslash
26904 leer 
26905 \end_layout
26906
26907 \end_inset
26908
26909 e
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Plain Layout
26918 \begin_inset ERT
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922
26923
26924 \backslash
26925 b e
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \end_inset
26934 </cell>
26935 </row>
26936 <row>
26937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26938 \begin_inset Text
26939
26940 \begin_layout Plain Layout
26941
26942 \backslash
26943 t
26944 \begin_inset ERT
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948
26949
26950 \backslash
26951 leer 
26952 \end_layout
26953
26954 \end_inset
26955
26956 ee
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965 \begin_inset ERT
26966 status collapsed
26967
26968 \begin_layout Plain Layout
26969
26970
26971 \backslash
26972 t ee
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 </row>
26983 </lyxtabular>
26984
26985 \end_inset
26986
26987
26988 \begin_inset space \hfill{}
26989 \end_inset
26990
26991
26992 \begin_inset Tabular
26993 <lyxtabular version="3" rows="8" columns="2">
26994 <features tabularvalignment="middle">
26995 <column alignment="block" valignment="top" width="0">
26996 <column alignment="center" valignment="top" width="0">
26997 <row>
26998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26999 \begin_inset Text
27000
27001 \begin_layout Plain Layout
27002 Befehl
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 Ergebnis
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 </row>
27017 <row>
27018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27019 \begin_inset Text
27020
27021 \begin_layout Plain Layout
27022
27023 \backslash
27024 H
27025 \begin_inset ERT
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029
27030
27031 \backslash
27032 leer 
27033 \end_layout
27034
27035 \end_inset
27036
27037 e
27038 \end_layout
27039
27040 \end_inset
27041 </cell>
27042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Plain Layout
27046 \begin_inset ERT
27047 status collapsed
27048
27049 \begin_layout Plain Layout
27050
27051
27052 \backslash
27053 H e
27054 \end_layout
27055
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \end_inset
27062 </cell>
27063 </row>
27064 <row>
27065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27066 \begin_inset Text
27067
27068 \begin_layout Plain Layout
27069
27070 \backslash
27071 'e
27072 \end_layout
27073
27074 \end_inset
27075 </cell>
27076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27077 \begin_inset Text
27078
27079 \begin_layout Plain Layout
27080 \begin_inset ERT
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084
27085
27086 \backslash
27087 'e
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 </row>
27098 <row>
27099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27100 \begin_inset Text
27101
27102 \begin_layout Plain Layout
27103
27104 \backslash
27105 ~e
27106 \begin_inset Index idx
27107 status collapsed
27108
27109 \begin_layout Plain Layout
27110 Tilde
27111 \end_layout
27112
27113 \end_inset
27114
27115
27116 \end_layout
27117
27118 \end_inset
27119 </cell>
27120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124 \begin_inset ERT
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128
27129
27130 \backslash
27131 ~e
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 </row>
27142 <row>
27143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Plain Layout
27147
27148 \backslash
27149 .e
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158 \begin_inset ERT
27159 status collapsed
27160
27161 \begin_layout Plain Layout
27162
27163
27164 \backslash
27165 .e
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \end_layout
27172
27173 \end_inset
27174 </cell>
27175 </row>
27176 <row>
27177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Plain Layout
27181
27182 \backslash
27183 v
27184 \begin_inset ERT
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188
27189
27190 \backslash
27191 leer 
27192 \end_layout
27193
27194 \end_inset
27195
27196 e
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27202 \begin_inset Text
27203
27204 \begin_layout Plain Layout
27205 \begin_inset ERT
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209
27210
27211 \backslash
27212 v e
27213 \end_layout
27214
27215 \end_inset
27216
27217
27218 \end_layout
27219
27220 \end_inset
27221 </cell>
27222 </row>
27223 <row>
27224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27225 \begin_inset Text
27226
27227 \begin_layout Plain Layout
27228
27229 \backslash
27230 d
27231 \begin_inset ERT
27232 status collapsed
27233
27234 \begin_layout Plain Layout
27235
27236
27237 \backslash
27238 leer 
27239 \end_layout
27240
27241 \end_inset
27242
27243 e
27244 \end_layout
27245
27246 \end_inset
27247 </cell>
27248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27249 \begin_inset Text
27250
27251 \begin_layout Plain Layout
27252 \begin_inset ERT
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256
27257
27258 \backslash
27259 d e
27260 \end_layout
27261
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 </row>
27270 <row>
27271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Plain Layout
27275
27276 \backslash
27277 c
27278 \begin_inset ERT
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282
27283
27284 \backslash
27285 leer 
27286 \end_layout
27287
27288 \end_inset
27289
27290 e
27291 \end_layout
27292
27293 \end_inset
27294 </cell>
27295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27296 \begin_inset Text
27297
27298 \begin_layout Plain Layout
27299 \begin_inset ERT
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303
27304
27305 \backslash
27306 c e
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \end_inset
27315 </cell>
27316 </row>
27317 </lyxtabular>
27318
27319 \end_inset
27320
27321
27322 \begin_inset space \hfill{}
27323 \end_inset
27324
27325
27326 \end_layout
27327
27328 \begin_layout Standard
27329 \begin_inset VSpace medskip
27330 \end_inset
27331
27332 Mit dem Befehl 
27333 \series bold
27334
27335 \backslash
27336 t
27337 \series default
27338  können auch zwei verschiedene Zeichen akzentuiert werden.
27339  Der Befehl 
27340 \series bold
27341
27342 \backslash
27343 t
27344 \begin_inset ERT
27345 status collapsed
27346
27347 \begin_layout Plain Layout
27348
27349
27350 \backslash
27351 leer 
27352 \end_layout
27353
27354 \end_inset
27355
27356 sz
27357 \series default
27358  ergibt: 
27359 \begin_inset ERT
27360 status collapsed
27361
27362 \begin_layout Plain Layout
27363
27364
27365 \backslash
27366 t sz
27367 \end_layout
27368
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \begin_layout Standard
27375 Die Akzente 
27376 \series bold
27377 `
27378 \series default
27379  , 
27380 \series bold
27381 '
27382 \series default
27383  und 
27384 \series bold
27385 ^
27386 \series default
27387  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27388  werden ohne den TeX-Modus zu benutzen.
27389  Dasselbe gilt für die Tilde
27390 \begin_inset Foot
27391 status collapsed
27392
27393 \begin_layout Plain Layout
27394 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27395 \end_layout
27396
27397 \end_inset
27398
27399  
27400 \series bold
27401 ~
27402 \series default
27403  in Verbindung mit 
27404 \emph on
27405 a
27406 \emph default
27407  , 
27408 \emph on
27409 n
27410 \emph default
27411  oder 
27412 \emph on
27413 o
27414 \emph default
27415 .
27416 \end_layout
27417
27418 \begin_layout Standard
27419 Die Befehle 
27420 \series bold
27421
27422 \backslash
27423 b
27424 \series default
27425  , 
27426 \series bold
27427
27428 \backslash
27429 c
27430 \series default
27431  , 
27432 \series bold
27433
27434 \backslash
27435 d
27436 \series default
27437  , 
27438 \series bold
27439
27440 \backslash
27441 H
27442 \series default
27443  , 
27444 \series bold
27445
27446 \backslash
27447 t
27448 \series default
27449  , 
27450 \series bold
27451
27452 \backslash
27453 u
27454 \series default
27455  , 
27456 \series bold
27457
27458 \backslash
27459 v
27460 \series default
27461  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27462  Textmodus verfügbar.
27463  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27464  
27465 \begin_inset CommandInset ref
27466 LatexCommand ref
27467 reference "sub:Akzente-für-ein"
27468
27469 \end_inset
27470
27471 .
27472 \end_layout
27473
27474 \begin_layout Standard
27475 \begin_inset VSpace bigskip
27476 \end_inset
27477
27478 Des Weiteren kann man mit dem Befehl 
27479 \series bold
27480
27481 \backslash
27482 textcircled
27483 \series default
27484
27485 \begin_inset Index idx
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 Befehle ! T ! 
27490 \backslash
27491 textcircled
27492 \end_layout
27493
27494 \end_inset
27495
27496 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27497  Kreis setzen, quasi mit einem Kreis akzentuieren.
27498 \end_layout
27499
27500 \begin_layout Standard
27501 \align center
27502 \begin_inset Tabular
27503 <lyxtabular version="3" rows="3" columns="2">
27504 <features tabularvalignment="middle">
27505 <column alignment="center" valignment="top" width="0">
27506 <column alignment="center" valignment="top" width="0">
27507 <row>
27508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27509 \begin_inset Text
27510
27511 \begin_layout Plain Layout
27512 Befehl
27513 \end_layout
27514
27515 \end_inset
27516 </cell>
27517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27518 \begin_inset Text
27519
27520 \begin_layout Plain Layout
27521 Ergebnis
27522 \begin_inset Note Note
27523 status collapsed
27524
27525 \begin_layout Plain Layout
27526
27527 \series bold
27528
27529 \backslash
27530 raisebox
27531 \series default
27532  in der Formel dient nur als Abstandhalter.
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \end_layout
27539
27540 \end_inset
27541 </cell>
27542 </row>
27543 <row>
27544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27545 \begin_inset Text
27546
27547 \begin_layout Plain Layout
27548
27549 \backslash
27550 textcircled{w}
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27556 \begin_inset Text
27557
27558 \begin_layout Plain Layout
27559 \begin_inset ERT
27560 status collapsed
27561
27562 \begin_layout Plain Layout
27563
27564
27565 \backslash
27566 textcircled{w}
27567 \end_layout
27568
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \end_inset
27575 </cell>
27576 </row>
27577 <row>
27578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27579 \begin_inset Text
27580
27581 \begin_layout Plain Layout
27582
27583 \backslash
27584 Large 
27585 \backslash
27586 textcircled{
27587 \backslash
27588 normalsize
27589 \backslash
27590 protect
27591 \backslash
27592 raisebox{-1.5pt}{W}}
27593 \end_layout
27594
27595 \end_inset
27596 </cell>
27597 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27598 \begin_inset Text
27599
27600 \begin_layout Plain Layout
27601 \begin_inset Formula $\raisebox{4.5mm}{}$
27602 \end_inset
27603
27604
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609
27610
27611 \backslash
27612 Large 
27613 \backslash
27614 textcircled{
27615 \backslash
27616 normalsize
27617 \backslash
27618 protect
27619 \backslash
27620 raisebox{-1.5pt}W}
27621 \end_layout
27622
27623 \end_inset
27624
27625
27626 \begin_inset Formula $\raisebox{-2mm}{}$
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \end_inset
27633 </cell>
27634 </row>
27635 </lyxtabular>
27636
27637 \end_inset
27638
27639
27640 \end_layout
27641
27642 \begin_layout Standard
27643 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27644  
27645 \series bold
27646
27647 \backslash
27648 Large
27649 \series default
27650
27651 \begin_inset Foot
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 siehe 
27656 \begin_inset CommandInset ref
27657 LatexCommand ref
27658 reference "sub:Schriftgrößen"
27659
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \end_inset
27666
27667  bestimmt dabei die Größe des Kreises.
27668  Mit Hilfe von 
27669 \series bold
27670
27671 \backslash
27672 raisebox
27673 \series default
27674
27675 \begin_inset Foot
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679 siehe 
27680 \begin_inset CommandInset ref
27681 LatexCommand ref
27682 reference "sub:Boxen-ohne-Rahmen"
27683
27684 \end_inset
27685
27686
27687 \end_layout
27688
27689 \end_inset
27690
27691  kann man das Zeichen zentrieren.
27692 \end_layout
27693
27694 \begin_layout Subsection
27695 Minuskelziffern
27696 \begin_inset Index idx
27697 status collapsed
27698
27699 \begin_layout Plain Layout
27700 Minuskelziffern
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \end_layout
27707
27708 \begin_layout Standard
27709 Minuskelziffern werden mit dem Befehl 
27710 \series bold
27711
27712 \backslash
27713 oldstylenums
27714 \series default
27715
27716 \begin_inset Index idx
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720 Befehle ! O ! 
27721 \backslash
27722 oldstylenums
27723 \end_layout
27724
27725 \end_inset
27726
27727  erzeugt.
27728  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27729  Das Befehlsschema lautet:
27730 \end_layout
27731
27732 \begin_layout Standard
27733
27734 \series bold
27735
27736 \backslash
27737 oldstylenums{Ziffer}
27738 \end_layout
27739
27740 \begin_layout Standard
27741 Der Befehl 
27742 \series bold
27743
27744 \backslash
27745 oldstylenums{0123456789
27746 \series default
27747  ergibt: 
27748 \begin_inset Formula $\oldstylenums{0123456789}$
27749 \end_inset
27750
27751
27752 \end_layout
27753
27754 \begin_layout Subsection
27755 Sonstige Sonderzeichen
27756 \begin_inset CommandInset label
27757 LatexCommand label
27758 name "sub:Sonstige-Sonderzeichen"
27759
27760 \end_inset
27761
27762
27763 \begin_inset Index idx
27764 status collapsed
27765
27766 \begin_layout Plain Layout
27767 Sonderzeichen ! sonstige
27768 \end_layout
27769
27770 \end_inset
27771
27772
27773 \end_layout
27774
27775 \begin_layout Standard
27776 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27777 \end_layout
27778
27779 \begin_layout Standard
27780 \align center
27781 \begin_inset Tabular
27782 <lyxtabular version="3" rows="4" columns="2">
27783 <features tabularvalignment="middle">
27784 <column alignment="center" valignment="top" width="0">
27785 <column alignment="center" valignment="top" width="0">
27786 <row>
27787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27788 \begin_inset Text
27789
27790 \begin_layout Plain Layout
27791 Befehl
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27797 \begin_inset Text
27798
27799 \begin_layout Plain Layout
27800 Ergebnis
27801 \end_layout
27802
27803 \end_inset
27804 </cell>
27805 </row>
27806 <row>
27807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811
27812 \backslash
27813 ^
27814 \begin_inset ERT
27815 status collapsed
27816
27817 \begin_layout Plain Layout
27818
27819
27820 \backslash
27821 leer 
27822 \end_layout
27823
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \end_inset
27830 </cell>
27831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Plain Layout
27835 \begin_inset Formula $\mathcircumflex$
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 </row>
27844 <row>
27845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27846 \begin_inset Text
27847
27848 \begin_layout Plain Layout
27849
27850 \backslash
27851 _
27852 \end_layout
27853
27854 \end_inset
27855 </cell>
27856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27857 \begin_inset Text
27858
27859 \begin_layout Plain Layout
27860 \begin_inset Formula $\_$
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 </row>
27869 <row>
27870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27871 \begin_inset Text
27872
27873 \begin_layout Plain Layout
27874 ^
27875 \begin_inset ERT
27876 status collapsed
27877
27878 \begin_layout Plain Layout
27879
27880
27881 \backslash
27882 leer 
27883 \end_layout
27884
27885 \end_inset
27886
27887
27888 \backslash
27889 circ
27890 \begin_inset Index idx
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894
27895 \backslash
27896
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Plain Layout
27910 \begin_inset Formula $^{\circ}$
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \end_inset
27917 </cell>
27918 </row>
27919 </lyxtabular>
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \begin_layout Standard
27927 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27928  folgende Zeile enthält
27929 \begin_inset Foot
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933 Mehr dazu ist in 
27934 \begin_inset CommandInset ref
27935 LatexCommand ref
27936 reference "sub:Textzeichen-in-Formeln"
27937
27938 \end_inset
27939
27940  beschrieben.
27941 \end_layout
27942
27943 \end_inset
27944
27945 :
27946 \end_layout
27947
27948 \begin_layout Standard
27949
27950 \series bold
27951
27952 \backslash
27953 DeclareInputText{176}{
27954 \backslash
27955 ifmmode^
27956 \backslash
27957 circ
27958 \backslash
27959 else
27960 \backslash
27961 textdegree
27962 \backslash
27963 fi}
27964 \end_layout
27965
27966 \begin_layout Section
27967 Formelstile
27968 \begin_inset CommandInset label
27969 LatexCommand label
27970 name "sec:Formelstile"
27971
27972 \end_inset
27973
27974
27975 \begin_inset Index idx
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979 Formel ! Stile
27980 \end_layout
27981
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \begin_layout Itemize
27988 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27989 \end_layout
27990
27991 \begin_deeper
27992 \begin_layout Description
27993 Zentriert ist der voreingestellte Standard
27994 \end_layout
27995
27996 \begin_layout Description
27997 Eingerückt dazu muss im Menü 
27998 \family sans
27999 Dokument\SpecialChar \menuseparator
28000 Einstellungen
28001 \family default
28002  unter 
28003 \family sans
28004 Dokumentklasse
28005 \family default
28006  die Option 
28007 \series bold
28008 fleqn
28009 \series default
28010  eingeben werden
28011 \end_layout
28012
28013 \begin_layout Standard
28014 Wird 
28015 \series bold
28016 Eingerückt
28017 \series default
28018  verwendet, kann mit der Länge 
28019 \series bold
28020
28021 \backslash
28022 mathindent
28023 \series default
28024
28025 \begin_inset Index idx
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 Befehle ! M ! 
28030 \backslash
28031 mathindent
28032 \end_layout
28033
28034 \end_inset
28035
28036  die Einrückung eingestellt werden.
28037  Soll der Abstand 15
28038 \begin_inset space \thinspace{}
28039 \end_inset
28040
28041 mm betragen, gibt man im LaTeX-Vorspann die Zeile
28042 \end_layout
28043
28044 \begin_layout Standard
28045
28046 \series bold
28047
28048 \backslash
28049 setlength{
28050 \backslash
28051 mathindent}{15mm}
28052 \end_layout
28053
28054 \begin_layout Standard
28055 ein.
28056  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28057 \begin_inset space \thinspace{}
28058 \end_inset
28059
28060 pt verwendet.
28061 \end_layout
28062
28063 \end_deeper
28064 \begin_layout Itemize
28065 Und zwei verschiedene Nummerierungsstile:
28066 \end_layout
28067
28068 \begin_deeper
28069 \begin_layout Description
28070 Rechts ist der voreingestellte Standard
28071 \end_layout
28072
28073 \begin_layout Description
28074 Links dazu muss im Menü 
28075 \family sans
28076 Dokument\SpecialChar \menuseparator
28077 Einstellungen
28078 \family default
28079  unter 
28080 \family sans
28081 Dokumentklasse
28082 \family default
28083  die Option 
28084 \series bold
28085 leqno
28086 \series default
28087  eingeben werden
28088 \end_layout
28089
28090 \end_deeper
28091 \begin_layout Standard
28092
28093 \series bold
28094 fleqn
28095 \series default
28096  und 
28097 \series bold
28098 leqno
28099 \series default
28100  können auch gemeinsam verwendet werden.
28101  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28102 n.
28103 \end_layout
28104
28105 \begin_layout Standard
28106 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28107  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28108  ausgerichtete Formeln setzen, verwendet man den Stil 
28109 \series bold
28110 Zentriert
28111 \series default
28112 .
28113  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28114  
28115 \begin_inset CommandInset ref
28116 LatexCommand ref
28117 reference "sub:Flalign-Umgebung"
28118
28119 \end_inset
28120
28121 .
28122 \end_layout
28123
28124 \begin_layout Section
28125 Mehrzeilige Formeln
28126 \begin_inset CommandInset label
28127 LatexCommand label
28128 name "sec:Mehrzeilige-Formeln"
28129
28130 \end_inset
28131
28132
28133 \begin_inset Index idx
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137 Formel ! mehrzeilige
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Subsection
28146 Allgemeines
28147 \end_layout
28148
28149 \begin_layout Standard
28150 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28151 \family sans
28152 \series bold
28153 Strg+Enter
28154 \family default
28155 \series default
28156  drückt.
28157  Dies erzeugt entweder eine 
28158 \series bold
28159 eqnarray-Umgebung
28160 \series default
28161 , die in 
28162 \begin_inset CommandInset ref
28163 LatexCommand ref
28164 reference "sub:Eqnarray-Umgebung"
28165
28166 \end_inset
28167
28168  beschrieben ist oder, wenn die Option 
28169 \family sans
28170 AMS-Mathe-Paket verwenden
28171 \family default
28172  in den Dokumenteinstellungen gewählt ist, eine 
28173 \series bold
28174 align-Umgebung
28175 \series default
28176 , die in 
28177 \begin_inset CommandInset ref
28178 LatexCommand ref
28179 reference "sub:Standard-align-Umgebung"
28180
28181 \end_inset
28182
28183  beschrieben ist.
28184 \end_layout
28185
28186 \begin_layout Standard
28187 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28188 \family sans
28189 Einfügen\SpecialChar \menuseparator
28190 Mathe
28191 \family default
28192  erstellt werden können.
28193  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28194 \end_layout
28195
28196 \begin_layout Standard
28197 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28198  man 
28199 \family sans
28200 Strg+Enter
28201 \family default
28202  drückt.
28203  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28204 fe 
28205 \begin_inset Graphics
28206         filename ../../images/tabular-feature_append-row.png
28207         scale 85
28208
28209 \end_inset
28210
28211  bzw.
28212 \begin_inset space ~
28213 \end_inset
28214
28215
28216 \begin_inset Graphics
28217         filename ../../images/tabular-feature_delete-row.png
28218         scale 85
28219
28220 \end_inset
28221
28222  oder das Menü 
28223 \family sans
28224 Bearbeiten\SpecialChar \menuseparator
28225 Zeilen & Spalten
28226 \family default
28227  verwendet werden.
28228 \end_layout
28229
28230 \begin_layout Subsubsection
28231 Zeilenabstand
28232 \begin_inset CommandInset label
28233 LatexCommand label
28234 name "sub:Zeilenabstand"
28235
28236 \end_inset
28237
28238
28239 \begin_inset Index idx
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243 Formel ! mehrzeilige ! Zeilenabstand
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \begin_layout Standard
28252 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28253 \begin_inset Formula 
28254 \begin{eqnarray*}
28255 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}\\
28256 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
28257 \end{eqnarray*}
28258
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \begin_layout Standard
28265 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28266 chbefehls angegeben.
28267  Dies ist in LyX aber nicht möglich
28268 \begin_inset Foot
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272 siehe 
28273 \begin_inset CommandInset href
28274 LatexCommand href
28275 name "LyX-Fehler #1505"
28276 target "http://www.lyx.org/trac/ticket/1505"
28277
28278 \end_inset
28279
28280
28281 \end_layout
28282
28283 \end_inset
28284
28285 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28286  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28287  Zeile den Befehl 
28288 \series bold
28289
28290 \backslash
28291
28292 \backslash
28293 [3mm]
28294 \series default
28295  ein.
28296  Damit erhält man: 
28297 \begin_inset ERT
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301
28302
28303 \backslash
28304 begin{eqnarray*}
28305 \end_layout
28306
28307 \begin_layout Plain Layout
28308
28309 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28310  = & 
28311 \backslash
28312 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28313 \backslash
28314
28315 \backslash
28316 [3mm]
28317 \end_layout
28318
28319 \begin_layout Plain Layout
28320
28321 4x^{2}
28322 \backslash
28323 left(B^{2}+x_{0}^{2}
28324 \backslash
28325 right)+4x_{0}x
28326 \backslash
28327 left(D-B^{2}
28328 \backslash
28329 right)+B^{2}
28330 \backslash
28331 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28332 \backslash
28333 right) & = & 0
28334 \end_layout
28335
28336 \begin_layout Plain Layout
28337
28338
28339 \backslash
28340 end{eqnarray*}
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349 \begin_inset VSpace bigskip
28350 \end_inset
28351
28352 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28353  man die Länge 
28354 \series bold
28355
28356 \backslash
28357 jot
28358 \series default
28359
28360 \begin_inset Index idx
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 Befehle ! J ! 
28365 \backslash
28366 jot
28367 \end_layout
28368
28369 \end_inset
28370
28371 .
28372  Es gilt 
28373 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28374 \end_inset
28375
28376 .
28377  Voreingestellt ist für 
28378 \series bold
28379
28380 \backslash
28381 jot
28382 \series default
28383  der Wert 3
28384 \begin_inset space \thinspace{}
28385 \end_inset
28386
28387 pt.
28388  Um wie im vorigen Beispiel 3
28389 \begin_inset space \thinspace{}
28390 \end_inset
28391
28392 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28393 \end_layout
28394
28395 \begin_layout Standard
28396
28397 \series bold
28398
28399 \backslash
28400 setlength{
28401 \backslash
28402 jot}{3mm+3pt}
28403 \end_layout
28404
28405 \begin_layout Standard
28406 im TeX-Modus vor der Formel ein.
28407  Das setzt voraus, dass das LaTeX-Paket 
28408 \series bold
28409 calc
28410 \series default
28411
28412 \begin_inset Foot
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416
28417 \series bold
28418 calc
28419 \series default
28420  ist Teil jeder LaTeX-Standardinstallation.
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \begin_inset Index idx
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430 Pakete ! calc
28431 \end_layout
28432
28433 \end_inset
28434
28435  im LaTeX-Vorspann mit der Zeile
28436 \end_layout
28437
28438 \begin_layout Standard
28439
28440 \series bold
28441
28442 \backslash
28443 usepackage{calc}
28444 \end_layout
28445
28446 \begin_layout Standard
28447 geladen wurde.
28448 \end_layout
28449
28450 \begin_layout Standard
28451 Man erhält: 
28452 \begin_inset ERT
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456
28457
28458 \backslash
28459 setlength{
28460 \backslash
28461 jot}{3mm+3pt}
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \begin_inset Formula 
28468 \begin{eqnarray*}
28469 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}\\
28470 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
28471 \end{eqnarray*}
28472
28473 \end_inset
28474
28475
28476 \end_layout
28477
28478 \begin_layout Standard
28479 \begin_inset ERT
28480 status collapsed
28481
28482 \begin_layout Plain Layout
28483
28484
28485 \backslash
28486 setlength{
28487 \backslash
28488 jot}{3pt}
28489 \end_layout
28490
28491 \end_inset
28492
28493  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28494 \series bold
28495
28496 \backslash
28497 jot
28498 \series default
28499  auf den Wert 3
28500 \begin_inset space \thinspace{}
28501 \end_inset
28502
28503 pt.
28504 \end_layout
28505
28506 \begin_layout Subsubsection
28507 Spaltenabstand
28508 \begin_inset CommandInset label
28509 LatexCommand label
28510 name "sub:Spaltenabstand"
28511
28512 \end_inset
28513
28514
28515 \begin_inset Index idx
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519 Formel ! mehrzeilige ! Spaltenabstand
28520 \end_layout
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \begin_layout Standard
28528 Mehrzeilige Formeln bilden eine Matrix.
28529  Eine Formel in der Eqnarray-Umgebung ist z.
28530 \begin_inset space \thinspace{}
28531 \end_inset
28532
28533 B.
28534  eine dreispaltige Matrix.
28535  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28536  neben den Relationszeichen ändern.
28537 \end_layout
28538
28539 \begin_layout Standard
28540 Der Spaltenabstand wird mit der Länge 
28541 \series bold
28542
28543 \backslash
28544 arraycolsep
28545 \series default
28546
28547 \begin_inset Index idx
28548 status collapsed
28549
28550 \begin_layout Plain Layout
28551 Befehle ! A ! 
28552 \backslash
28553 arraycolsep
28554 \end_layout
28555
28556 \end_inset
28557
28558  festgelegt, wobei gilt:
28559 \begin_inset Newline newline
28560 \end_inset
28561
28562 Spaltenabstand = 2
28563 \begin_inset space \thinspace{}
28564 \end_inset
28565
28566
28567 \series bold
28568
28569 \backslash
28570 arraycolsep
28571 \series default
28572 .
28573 \begin_inset Newline newline
28574 \end_inset
28575
28576 Der im TeX-Modus eingegebene Befehl
28577 \end_layout
28578
28579 \begin_layout Standard
28580
28581 \series bold
28582
28583 \backslash
28584 setlength{
28585 \backslash
28586 arraycolsep}{1cm}
28587 \end_layout
28588
28589 \begin_layout Standard
28590 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28591 \begin_inset space \thinspace{}
28592 \end_inset
28593
28594 cm.
28595  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28596 \series bold
28597
28598 \backslash
28599 arraycolsep
28600 \series default
28601  auf 5
28602 \begin_inset space \thinspace{}
28603 \end_inset
28604
28605 pt.
28606 \end_layout
28607
28608 \begin_layout Standard
28609 Eine Formel mit 2
28610 \begin_inset space \thinspace{}
28611 \end_inset
28612
28613 cm Spaltenabstand:
28614 \begin_inset ERT
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618
28619
28620 \backslash
28621 setlength{
28622 \backslash
28623 arraycolsep}{1cm}
28624 \end_layout
28625
28626 \end_inset
28627
28628
28629 \begin_inset Formula 
28630 \begin{eqnarray*}
28631 A & = & B\\
28632 C & \ne & A
28633 \end{eqnarray*}
28634
28635 \end_inset
28636
28637 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28638 \begin_inset space \thinspace{}
28639 \end_inset
28640
28641 pt:
28642 \begin_inset ERT
28643 status collapsed
28644
28645 \begin_layout Plain Layout
28646
28647
28648 \backslash
28649 setlength{
28650 \backslash
28651 arraycolsep}{5pt}
28652 \end_layout
28653
28654 \end_inset
28655
28656
28657 \begin_inset Formula 
28658 \begin{eqnarray*}
28659 A & = & B\\
28660 C & \ne & A
28661 \end{eqnarray*}
28662
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \begin_layout Subsubsection
28669 Lange Formeln
28670 \begin_inset Index idx
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674 Formel ! lange
28675 \end_layout
28676
28677 \end_inset
28678
28679
28680 \end_layout
28681
28682 \begin_layout Standard
28683 Lange Formeln kann man wie folgt setzen:
28684 \end_layout
28685
28686 \begin_layout Itemize
28687 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28688  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28689 \begin_inset Formula 
28690 \begin{eqnarray}
28691 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 \\
28692  &  & -\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}
28693 \end{eqnarray}
28694
28695 \end_inset
28696
28697 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28698  als Operator, da es das erste Zeichen der Zeile ist.
28699  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28700  Bruchstrich unterscheiden.
28701  Um das zu verhindern, wurde mit dem Befehl 
28702 \series bold
28703
28704 \backslash
28705 hspace
28706 \series default
28707  3
28708 \begin_inset space \thinspace{}
28709 \end_inset
28710
28711 pt Leerraum hinter das Minuszeichen eingefügt.
28712 \begin_inset Foot
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716 mehr zu 
28717 \series bold
28718
28719 \backslash
28720 hspace
28721 \series default
28722  siehe 
28723 \begin_inset CommandInset ref
28724 LatexCommand ref
28725 reference "sub:Variabler-Leerraum"
28726
28727 \end_inset
28728
28729
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \begin_inset Index idx
28736 status collapsed
28737
28738 \begin_layout Plain Layout
28739 Befehle ! H ! 
28740 \backslash
28741 hspace
28742 \end_layout
28743
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \begin_layout Itemize
28750 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28751 \series bold
28752
28753 \backslash
28754 lefteqn
28755 \series default
28756
28757 \begin_inset Index idx
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761 Befehle ! L ! 
28762 \backslash
28763 lefteqn
28764 \end_layout
28765
28766 \end_inset
28767
28768 .
28769  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28770  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28771 \begin_inset Formula 
28772 \begin{eqnarray}
28773 \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 \\
28774  &  & -\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 \\
28775  &  & =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}
28776 \end{eqnarray}
28777
28778 \end_inset
28779
28780 Nachdem man 
28781 \series bold
28782
28783 \backslash
28784 lefteqn
28785 \series default
28786  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28787  das gegenüber dem blauen leicht verschoben ist.
28788  In dieses wird die Formel eingegeben.
28789 \begin_inset Newline newline
28790 \end_inset
28791
28792 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28793  eingegeben.
28794  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28795  Einrückung.
28796 \begin_inset VSpace medskip
28797 \end_inset
28798
28799
28800 \begin_inset Newline newline
28801 \end_inset
28802
28803
28804 \begin_inset Note Greyedout
28805 status open
28806
28807 \begin_layout Plain Layout
28808 Bei der Verwendung von 
28809 \series bold
28810
28811 \backslash
28812 lefteqn
28813 \series default
28814  ist Folgendes zu beachten:
28815 \end_layout
28816
28817 \begin_layout Itemize
28818 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28819  Würde man in obigem Beispiel der ersten Zeile den Term 
28820 \begin_inset Formula $-B^{2}$
28821 \end_inset
28822
28823  anfügen, befände sich dieser außerhalb des Seitenrands.
28824  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28825  Leerraum einfügen.
28826 \end_layout
28827
28828 \begin_layout Itemize
28829 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28830  erste Zeile gesetzt werden.
28831 \begin_inset Foot
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 \begin_inset CommandInset href
28836 LatexCommand href
28837 name "LyX-Fehler #1429"
28838 target "http://www.lyx.org/trac/ticket/1429"
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \end_inset
28846
28847  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28848  Pfeiltasten bewegen.
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Itemize
28857 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28858 \begin_inset CommandInset ref
28859 LatexCommand ref
28860 reference "sub:Multline-Umgebung"
28861
28862 \end_inset
28863
28864  und 
28865 \begin_inset CommandInset ref
28866 LatexCommand ref
28867 reference "sub:Mehrzeilige-Formelteile"
28868
28869 \end_inset
28870
28871  beschriebenen Umgebungen.
28872 \end_layout
28873
28874 \begin_layout Subsubsection
28875 Mehrzeilige Klammern
28876 \begin_inset CommandInset label
28877 LatexCommand label
28878 name "sub:Mehrzeilige-Klammern"
28879
28880 \end_inset
28881
28882
28883 \begin_inset Index idx
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887 Klammern ! mehrzeilige
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Standard
28896 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28897 \begin_inset Formula 
28898 \begin{eqnarray*}
28899 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28900  &  & \left.\cdots+B-D\right]
28901 \end{eqnarray*}
28902
28903 \end_inset
28904
28905
28906 \end_layout
28907
28908 \begin_layout Standard
28909 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28910  Größe dürfen nicht über mehrere Zeilen gehen.
28911 \end_layout
28912
28913 \begin_layout Standard
28914 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28915  erste Zeile mit 
28916 \series bold
28917
28918 \backslash
28919 right.
28920 \series default
28921
28922 \begin_inset Index idx
28923 status collapsed
28924
28925 \begin_layout Plain Layout
28926 Befehle ! R ! 
28927 \backslash
28928 right
28929 \end_layout
28930
28931 \end_inset
28932
28933  und beginnt die zweite Zeile mit 
28934 \series bold
28935
28936 \backslash
28937 left.
28938 \begin_inset Foot
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942 mehr zu 
28943 \series bold
28944
28945 \backslash
28946 left
28947 \series default
28948  und 
28949 \series bold
28950
28951 \backslash
28952 right
28953 \series default
28954  siehe 
28955 \begin_inset CommandInset ref
28956 LatexCommand ref
28957 reference "sub:Automatische-Klammergrößen"
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \end_inset
28965
28966
28967 \series default
28968
28969 \begin_inset Index idx
28970 status collapsed
28971
28972 \begin_layout Plain Layout
28973 Befehle ! L ! 
28974 \backslash
28975 left
28976 \end_layout
28977
28978 \end_inset
28979
28980 .
28981  Nach 
28982 \series bold
28983
28984 \backslash
28985 left.
28986
28987 \series default
28988  gibt man den Befehl 
28989 \series bold
28990
28991 \backslash
28992 vphantom
28993 \series default
28994
28995 \begin_inset ERT
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999
29000
29001 \backslash
29002 leer 
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \series bold
29009
29010 \backslash
29011 prod
29012 \series default
29013 ^
29014 \begin_inset ERT
29015 status collapsed
29016
29017 \begin_layout Plain Layout
29018
29019
29020 \backslash
29021 leer 
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \series bold
29028
29029 \backslash
29030 infty
29031 \series default
29032
29033 \begin_inset ERT
29034 status collapsed
29035
29036 \begin_layout Plain Layout
29037
29038
29039 \backslash
29040 leer 
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \series bold
29047
29048 \begin_inset Formula $\downarrow$
29049 \end_inset
29050
29051 _R=1}
29052 \series default
29053
29054 \begin_inset Index idx
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058 Befehle ! V ! 
29059 \backslash
29060 vphantom
29061 \end_layout
29062
29063 \end_inset
29064
29065  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29066  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29067 \end_layout
29068
29069 \begin_layout Standard
29070 Das Ergebnis sieht so aus:
29071 \begin_inset Formula 
29072 \begin{eqnarray*}
29073 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29074  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29075 \end{eqnarray*}
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \begin_layout Subsection
29083 Align-Umgebungen
29084 \end_layout
29085
29086 \begin_layout Standard
29087 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29088  werden.
29089  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29090 \end_layout
29091
29092 \begin_layout Standard
29093 Align-Umgebungen bestehen aus Spalten.
29094  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29095  ausgerichtet.
29096  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29097 \end_layout
29098
29099 \begin_layout Standard
29100 Align-Umgebung werden über das Menü 
29101 \family sans
29102 Einfügen\SpecialChar \menuseparator
29103 Mathe
29104 \family default
29105  erstellt.
29106  Über das Menü 
29107 \family sans
29108 Bearbeiten\SpecialChar \menuseparator
29109 Mathe\SpecialChar \menuseparator
29110 Formelart
29111 \begin_inset space ~
29112 \end_inset
29113
29114 ändern
29115 \family default
29116  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29117 \end_layout
29118
29119 \begin_layout Standard
29120 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29121
29122 \begin_inset Graphics
29123         filename ../../images/tabular-feature_append-column.png
29124         scale 85
29125
29126 \end_inset
29127
29128  bzw.
29129 \begin_inset space ~
29130 \end_inset
29131
29132
29133 \begin_inset Graphics
29134         filename ../../images/tabular-feature_delete-column.png
29135         scale 85
29136
29137 \end_inset
29138
29139  oder das Menü 
29140 \family sans
29141 Bearbeiten\SpecialChar \menuseparator
29142 Zeilen & Spalten
29143 \family default
29144  verwendet werden.
29145 \end_layout
29146
29147 \begin_layout Subsubsection
29148 Standard align-Umgebung
29149 \begin_inset CommandInset label
29150 LatexCommand label
29151 name "sub:Standard-align-Umgebung"
29152
29153 \end_inset
29154
29155
29156 \begin_inset Index idx
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160 Formel ! mehrzeilige ! align-Umgebung
29161 \end_layout
29162
29163 \end_inset
29164
29165
29166 \end_layout
29167
29168 \begin_layout Standard
29169 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29170 \family sans
29171 Strg+Enter
29172 \family default
29173  drückt oder das Menü 
29174 \family sans
29175 Einfügen\SpecialChar \menuseparator
29176 Mathe\SpecialChar \menuseparator
29177 AMS align-Umge\SpecialChar \-
29178 bung
29179 \family default
29180  aufruft.
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29185 n align-Umgebung erzeugt wurden:
29186 \begin_inset Formula 
29187 \begin{align*}
29188 A & =\sin(B) & C & =D\\
29189 C & \ne A & B & \ne D
29190 \end{align*}
29191
29192 \end_inset
29193
29194 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29195  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29196 \series bold
29197
29198 \backslash
29199 hfill
29200 \begin_inset Foot
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204 mehr zu 
29205 \series bold
29206
29207 \backslash
29208 hfill
29209 \series default
29210  siehe 
29211 \begin_inset CommandInset ref
29212 LatexCommand ref
29213 reference "sub:Variabler-Leerraum"
29214
29215 \end_inset
29216
29217
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \series default
29224  befinden.
29225  Ist der Formelstil 
29226 \series bold
29227 Eingerückt
29228 \begin_inset Foot
29229 status collapsed
29230
29231 \begin_layout Plain Layout
29232 Formelstile siehe 
29233 \begin_inset CommandInset ref
29234 LatexCommand ref
29235 reference "sec:Formelstile"
29236
29237 \end_inset
29238
29239
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \series default
29246  gewählt, wird die Formel ohne den 
29247 \series bold
29248
29249 \backslash
29250 hfill
29251 \series default
29252  vor der ersten Spalte gesetzt.
29253 \end_layout
29254
29255 \begin_layout Subsubsection
29256 Alignat-Umgebung
29257 \begin_inset Index idx
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261 Formel ! mehrzeilige ! alignat-Umgebung
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \end_layout
29268
29269 \begin_layout Standard
29270 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29271  Man kann ihn manuell durch die in 
29272 \begin_inset CommandInset ref
29273 LatexCommand ref
29274 reference "sub:Leerraum"
29275
29276 \end_inset
29277
29278  beschriebenen Leerräume einfügen.
29279 \end_layout
29280
29281 \begin_layout Standard
29282 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29283  Formel 1
29284 \begin_inset space \thinspace{}
29285 \end_inset
29286
29287 cm Leerraum eingefügt wurde:
29288 \begin_inset Formula 
29289 \begin{alignat*}{2}
29290 A & =\sin(B) & \hspace{1cm}C & =D\\
29291 C & \ne A & B & \ne D
29292 \end{alignat*}
29293
29294 \end_inset
29295
29296 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29297  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29298  Formeln.
29299 \end_layout
29300
29301 \begin_layout Subsubsection
29302 Flalign-Umgebung
29303 \begin_inset CommandInset label
29304 LatexCommand label
29305 name "sub:Flalign-Umgebung"
29306
29307 \end_inset
29308
29309
29310 \begin_inset Index idx
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314 Formel ! mehrzeilige ! flalign-Umgebung
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29324  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29325  Dazu ein Beispiel:
29326 \begin_inset Formula 
29327 \begin{flalign*}
29328 A & =1 & B & =2 & C & =3\\
29329 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29330 \end{flalign*}
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Standard
29338 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29339  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29340  im Dokument links setzen obwohl der Formelstil 
29341 \series bold
29342 Zentriert
29343 \series default
29344  eingestellt ist.
29345  Als Beispiel die eingerückte ausgerichtete Formel 
29346 \begin_inset CommandInset ref
29347 LatexCommand eqref
29348 reference "eq:VolInt"
29349
29350 \end_inset
29351
29352 :
29353 \begin_inset Formula 
29354 \begin{flalign}
29355 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29356 \end{flalign}
29357
29358 \end_inset
29359
29360 In den ersten beiden Spalten befindet sich die Formel.
29361  Damit sie wie beim Formelstil 
29362 \series bold
29363 Eingerückt
29364 \series default
29365  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29366 \begin_inset space \thinspace{}
29367 \end_inset
29368
29369 pt Leerraum eingefügt.
29370 \end_layout
29371
29372 \begin_layout Subsection
29373 Eqnarray-Umgebung
29374 \begin_inset CommandInset label
29375 LatexCommand label
29376 name "sub:Eqnarray-Umgebung"
29377
29378 \end_inset
29379
29380
29381 \begin_inset Index idx
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385 Formel ! mehrzeilige ! Eqnarray-Umgebung
29386 \end_layout
29387
29388 \end_inset
29389
29390
29391 \end_layout
29392
29393 \begin_layout Standard
29394 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29395  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29396  ausgerichtet.
29397  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29398  da dieses Kästchen nur für Relationzeichen gedacht ist.
29399 \begin_inset Formula 
29400 \begin{eqnarray*}
29401 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29402 AB & AB & AB\\
29403 A & = & A
29404 \end{eqnarray*}
29405
29406 \end_inset
29407
29408
29409 \end_layout
29410
29411 \begin_layout Subsection
29412 Gather-Umgebung
29413 \begin_inset Index idx
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417 Formel ! mehrzeilige ! Gather-Umgebung
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \begin_layout Standard
29426 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29427  Jede Zeile kann nummeriert werden.
29428 \begin_inset Formula 
29429 \begin{gather}
29430 A=1\\
29431 X=\textrm{-}1
29432 \end{gather}
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \begin_layout Subsection
29440 Multline-Umgebung
29441 \begin_inset CommandInset label
29442 LatexCommand label
29443 name "sub:Multline-Umgebung"
29444
29445 \end_inset
29446
29447
29448 \begin_inset Index idx
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452 Formel ! mehrzeilige ! Multline-Umgebung
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \begin_layout Standard
29461 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29462  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29463  Alle anderen Zeilen sind zentriert.
29464  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29465  Als Beispiel Formel 
29466 \begin_inset CommandInset ref
29467 LatexCommand eqref
29468 reference "eq:lefteqn"
29469
29470 \end_inset
29471
29472  in der multline-Umgebung:
29473 \begin_inset Formula 
29474 \begin{multline}
29475 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}\\
29476 -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}\\
29477 =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}}
29478 \end{multline}
29479
29480 \end_inset
29481
29482
29483 \end_layout
29484
29485 \begin_layout Standard
29486 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29487  nummeriert, wenn rechts (links) nummeriert wird.
29488 \begin_inset Foot
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492 Nummerierungsstile siehe 
29493 \begin_inset CommandInset ref
29494 LatexCommand ref
29495 reference "sec:Formelstile"
29496
29497 \end_inset
29498
29499
29500 \end_layout
29501
29502 \end_inset
29503
29504
29505 \end_layout
29506
29507 \begin_layout Standard
29508 Mit den Befehlen 
29509 \series bold
29510
29511 \backslash
29512 shoveright
29513 \series default
29514
29515 \begin_inset Index idx
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519 Befehle ! S ! 
29520 \backslash
29521 shoveright
29522 \end_layout
29523
29524 \end_inset
29525
29526  und 
29527 \series bold
29528
29529 \backslash
29530 shoveleft
29531 \series default
29532
29533 \begin_inset Index idx
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 Befehle ! S ! 
29538 \backslash
29539 shoveleft
29540 \end_layout
29541
29542 \end_inset
29543
29544  kann eine zentrierte Zeile rechts bzw.
29545  links ausgerichtet werden.
29546  Die Befehle werden folgendermaßen verwendet:
29547 \end_layout
29548
29549 \begin_layout Standard
29550
29551 \series bold
29552
29553 \backslash
29554 shoveright{Zeileninhalt}
29555 \series default
29556  bzw.
29557  
29558 \series bold
29559
29560 \backslash
29561 shoveleft{Zeileninhalt}
29562 \end_layout
29563
29564 \begin_layout Standard
29565 \begin_inset VSpace medskip
29566 \end_inset
29567
29568 Die Länge 
29569 \series bold
29570
29571 \backslash
29572 multlinegap
29573 \series default
29574
29575 \begin_inset Index idx
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579 Befehle ! M ! 
29580 \backslash
29581 multlinegap
29582 \end_layout
29583
29584 \end_inset
29585
29586  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29587  Voreingestellt ist die Länge 0
29588 \begin_inset space \thinspace{}
29589 \end_inset
29590
29591 pt.
29592 \end_layout
29593
29594 \begin_layout Standard
29595 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29596 \end_layout
29597
29598 \begin_layout Standard
29599
29600 \series bold
29601
29602 \backslash
29603 setlength{
29604 \backslash
29605 multlinegap}{2cm}
29606 \end_layout
29607
29608 \begin_layout Standard
29609 eingegeben wurde:
29610 \begin_inset ERT
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614
29615
29616 \backslash
29617 setlength{
29618 \backslash
29619 multlinegap}{2cm}
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \begin_inset Formula 
29626 \begin{multline}
29627 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}\\
29628 \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}}\\
29629 =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}}
29630 \end{multline}
29631
29632 \end_inset
29633
29634
29635 \begin_inset ERT
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639
29640
29641 \backslash
29642 setlength{
29643 \backslash
29644 multlinegap}{0pt}
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \begin_layout Standard
29653 Die zweite Zeile wurde mit 
29654 \series bold
29655
29656 \backslash
29657 shoveleft
29658 \series default
29659  linksbündig ausgerichtet.
29660 \end_layout
29661
29662 \begin_layout Subsection
29663 Mehrzeilige Formelteile
29664 \begin_inset CommandInset label
29665 LatexCommand label
29666 name "sub:Mehrzeilige-Formelteile"
29667
29668 \end_inset
29669
29670
29671 \begin_inset Index idx
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675 Formel ! mehrzeilige ! Formelteile
29676 \end_layout
29677
29678 \end_inset
29679
29680
29681 \end_layout
29682
29683 \begin_layout Standard
29684 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29685  der folgenden Umgebungen: 
29686 \series bold
29687 aligned
29688 \series default
29689
29690 \series bold
29691 alignedat
29692 \series default
29693
29694 \series bold
29695 gathered
29696 \series default
29697  oder 
29698 \series bold
29699 split
29700 \series default
29701 .
29702  Sie können über das Menü 
29703 \family sans
29704 Einfügen\SpecialChar \menuseparator
29705 Mathe
29706 \family default
29707  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29708 \end_layout
29709
29710 \begin_layout Standard
29711 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29712 n Formel\SpecialChar \-
29713 umgebungen.
29714  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29715  Dazu ein Beispiel:
29716 \begin_inset Formula 
29717 \[
29718 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29719 \Delta E\Delta t & \ge\frac{\hbar}{2}
29720 \end{aligned}
29721 \right\} \textrm{Unbestimmtheitsrelationen}
29722 \]
29723
29724 \end_inset
29725
29726
29727 \end_layout
29728
29729 \begin_layout Standard
29730 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29731  der Befehl 
29732 \series bold
29733
29734 \backslash
29735 aligned
29736 \series default
29737
29738 \begin_inset Index idx
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742 Befehle ! A ! 
29743 \backslash
29744 aligned
29745 \end_layout
29746
29747 \end_inset
29748
29749  eingegeben wird.
29750  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29751  und Zeilen hinzufügen kann.
29752  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29753  gesetzt werden.
29754 \end_layout
29755
29756 \begin_layout Standard
29757 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29758  ausgerichtet sind.
29759  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29760  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29761  Als Beispiel Formel 
29762 \begin_inset CommandInset ref
29763 LatexCommand eqref
29764 reference "eq:kurzlang"
29765
29766 \end_inset
29767
29768  in der aligned-Umgebung:
29769 \begin_inset Formula 
29770 \begin{equation}
29771 \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}|}\\
29772  & -\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}|}
29773 \end{aligned}
29774 \end{equation}
29775
29776 \end_inset
29777
29778
29779 \end_layout
29780
29781 \begin_layout Standard
29782 Möchte man die Umgebung 
29783 \series bold
29784 alignedat
29785 \series default
29786
29787 \series bold
29788 gathered
29789 \series default
29790  oder 
29791 \series bold
29792 split
29793 \series default
29794  verwenden, gibt man den Befehl 
29795 \series bold
29796
29797 \backslash
29798 alignedat
29799 \series default
29800 ,
29801 \begin_inset Index idx
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805 Befehle ! A ! 
29806 \backslash
29807 alignedat
29808 \end_layout
29809
29810 \end_inset
29811
29812  
29813 \series bold
29814
29815 \backslash
29816 gathered
29817 \series default
29818
29819 \begin_inset Index idx
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823 Befehle ! G ! 
29824 \backslash
29825 gathered
29826 \end_layout
29827
29828 \end_inset
29829
29830  bzw.
29831  
29832 \series bold
29833
29834 \backslash
29835 split
29836 \series default
29837
29838 \begin_inset Index idx
29839 status collapsed
29840
29841 \begin_layout Plain Layout
29842 Befehle ! S ! 
29843 \backslash
29844 split
29845 \end_layout
29846
29847 \end_inset
29848
29849  ein.
29850  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29851  jedoch darf sie nur zwei Spalten enthalten.
29852 \end_layout
29853
29854 \begin_layout Subsection
29855 Text in mehrzeiligen Formeln
29856 \begin_inset CommandInset label
29857 LatexCommand label
29858 name "sub:Text-in-mehrzeiligen"
29859
29860 \end_inset
29861
29862
29863 \begin_inset Index idx
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867 Text ! in Formeln
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \begin_inset Index idx
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877 Formel ! mehrzeilige ! Text
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29887  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29888  die Ausrichtung der Spalten nicht beeinflusst.
29889  Dazu wird der Befehl 
29890 \series bold
29891
29892 \backslash
29893 intertext
29894 \begin_inset Index idx
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898 Befehle ! I ! 
29899 \backslash
29900 intertext
29901 \end_layout
29902
29903 \end_inset
29904
29905
29906 \series default
29907  nach folgendem Schema benutzt:
29908 \end_layout
29909
29910 \begin_layout Standard
29911
29912 \series bold
29913
29914 \backslash
29915 intertext{Text}
29916 \end_layout
29917
29918 \begin_layout Standard
29919 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29920  werden kann.
29921  Weil LyX 
29922 \series bold
29923
29924 \backslash
29925 intertext
29926 \series default
29927  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29928  Text.
29929  
29930 \series bold
29931
29932 \backslash
29933 intertext
29934 \series default
29935  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29936  dieser Zeile.
29937  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29938 \begin_inset Formula 
29939 \begin{align}
29940 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29941 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29942 \end{align}
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \begin_layout Section
29950 Formelnummerierung
29951 \begin_inset Index idx
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955 Formelnummerierung
29956 \end_layout
29957
29958 \end_inset
29959
29960
29961 \begin_inset Index idx
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965 Formel ! Nummerierung|see
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971 {
29972 \end_layout
29973
29974 \end_inset
29975
29976 Formelnummerierung
29977 \begin_inset ERT
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981
29982 }
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Subsection
29996 Allgemeines
29997 \end_layout
29998
29999 \begin_layout Standard
30000 Nummerierte Formeln können mit dem Menü 
30001 \family sans
30002 Einfügen\SpecialChar \menuseparator
30003 Mathe\SpecialChar \menuseparator
30004 Nummerierte
30005 \begin_inset space ~
30006 \end_inset
30007
30008 Formel
30009 \family default
30010  (Tastenkürzel 
30011 \family sans
30012 Strg+Alt
30013 \begin_inset space ~
30014 \end_inset
30015
30016 N
30017 \family default
30018 ) erstellt, bestehende Formeln über das Menü 
30019 \family sans
30020 Bearbeiten\SpecialChar \menuseparator
30021 Mathe\SpecialChar \menuseparator
30022 Nummerierung
30023 \begin_inset space ~
30024 \end_inset
30025
30026 an/aus
30027 \family default
30028  (Tastenkürzel 
30029 \family sans
30030 Alt+M
30031 \begin_inset space ~
30032 \end_inset
30033
30034 N
30035 \family default
30036 ) nummeriert werden.
30037  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
30038  Klammern.
30039  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30040 \end_layout
30041
30042 \begin_layout Standard
30043 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30044  Zeilen nummeriert.
30045  Man kann jedoch über das Menü 
30046 \family sans
30047 Bearbeiten\SpecialChar \menuseparator
30048 Mathe\SpecialChar \menuseparator
30049 Zeilennummerierung an/aus
30050 \family default
30051  (Tastenkürzel 
30052 \family sans
30053 Alt+M
30054 \begin_inset space ~
30055 \end_inset
30056
30057 Shift+N
30058 \family default
30059 ) für jede Zeile die Nummerierung festlegen.
30060 \end_layout
30061
30062 \begin_layout Standard
30063 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30064  werden, siehe 
30065 \begin_inset CommandInset ref
30066 LatexCommand ref
30067 reference "sec:Formelstile"
30068
30069 \end_inset
30070
30071 .
30072 \end_layout
30073
30074 \begin_layout Subsection
30075 Querverweise
30076 \begin_inset Index idx
30077 status collapsed
30078
30079 \begin_layout Plain Layout
30080 Querverweise ! auf Formeln
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \end_layout
30087
30088 \begin_layout Standard
30089 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30090  Eine Marke wird mit dem Menü 
30091 \family sans
30092 Einfügen\SpecialChar \menuseparator
30093 Marke
30094 \family default
30095  oder dem Werkzeugleistenknopf 
30096 \begin_inset Graphics
30097         filename ../../images/label-insert.png
30098         scale 85
30099
30100 \end_inset
30101
30102  gesetzt.
30103  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30104  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30105 \series bold
30106 eq:
30107 \series default
30108 , nachdem der eigentliche Markenname eingegeben wird.
30109  Der voreingestellte Eintrag steht für 
30110 \begin_inset Quotes gld
30111 \end_inset
30112
30113 equation
30114 \begin_inset Quotes grd
30115 \end_inset
30116
30117  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30118  einer Formel und nicht zu einem Kapitel gehört.
30119  Um eine Marke zu ändern, wählt man wieder das Menü 
30120 \family sans
30121 Einfügen\SpecialChar \menuseparator
30122 Marke
30123 \family default
30124 .
30125 \end_layout
30126
30127 \begin_layout Standard
30128 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
30129  Eine Formel mit Marke wird immer nummeriert.
30130 \end_layout
30131
30132 \begin_layout Standard
30133 Querverweise werden mit dem Menü 
30134 \family sans
30135 Einfügen\SpecialChar \menuseparator
30136 Querverweis
30137 \family default
30138  oder dem Werkzeugleistenknopf 
30139 \begin_inset Graphics
30140         filename ../../images/dialog-show-new-inset_ref.png
30141         scale 85
30142
30143 \end_inset
30144
30145  eingefügt.
30146  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30147  Wenn man im Querverweis Dialogfenster das Format 
30148 \series bold
30149 (<Querverweis>)
30150 \series default
30151  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30152 \begin_inset Newline newline
30153 \end_inset
30154
30155 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
30156  man zur Formel auf die verwiesen wird.
30157 \end_layout
30158
30159 \begin_layout Standard
30160 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30161 \begin_inset Note Note
30162 status open
30163
30164 \begin_layout Plain Layout
30165 Man beachte die unterschiedlichen Querverweistypen.
30166 \end_layout
30167
30168 \end_inset
30169
30170
30171 \end_layout
30172
30173 \begin_layout Standard
30174 Die Gleichungen 
30175 \begin_inset CommandInset ref
30176 LatexCommand eqref
30177 reference "eq:tag"
30178
30179 \end_inset
30180
30181  und 
30182 \begin_inset CommandInset ref
30183 LatexCommand eqref
30184 reference "eq:c"
30185
30186 \end_inset
30187
30188  sind äquivalent.
30189  In (
30190 \begin_inset CommandInset ref
30191 LatexCommand ref
30192 reference "eq:Lat"
30193
30194 \end_inset
30195
30196 ) werden im Gegensatz zu (
30197 \begin_inset CommandInset ref
30198 LatexCommand ref
30199 reference "eq:Roem"
30200
30201 \end_inset
30202
30203 ) große lateinische Buchstaben zur Nummerierung verwendet.
30204 \end_layout
30205
30206 \begin_layout Standard
30207 \begin_inset VSpace medskip
30208 \end_inset
30209
30210 Ist im Argument von 
30211 \series bold
30212
30213 \backslash
30214 tag
30215 \begin_inset Foot
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219
30220 \series bold
30221
30222 \backslash
30223 tag
30224 \series default
30225  ist in 
30226 \begin_inset CommandInset ref
30227 LatexCommand ref
30228 reference "sub:Benutzerdefinierte-Nummerierung"
30229
30230 \end_inset
30231
30232  beschrieben.
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \series default
30239  wie in 
30240 \begin_inset CommandInset ref
30241 LatexCommand ref
30242 reference "sub:Absatzboxen"
30243
30244 \end_inset
30245
30246  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30247 \end_layout
30248
30249 \begin_layout Subsection
30250 Unternummerierung
30251 \begin_inset Index idx
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255 Formelnummerierung ! Unternummerierung
30256 \end_layout
30257
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \begin_layout Standard
30264 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30265  
30266 \begin_inset Newline newline
30267 \end_inset
30268
30269
30270 \series bold
30271
30272 \backslash
30273 begin{subequations}
30274 \series default
30275  und 
30276 \series bold
30277
30278 \backslash
30279 end{subequations}
30280 \series default
30281  erreichen.
30282  Beide Befehle werden im TeX-Modus eingegeben.
30283 \end_layout
30284
30285 \begin_layout Standard
30286 Dazu ein Beispiel:
30287 \begin_inset Formula 
30288 \begin{equation}
30289 A=C-B\label{eq:a}
30290 \end{equation}
30291
30292 \end_inset
30293
30294
30295 \begin_inset ERT
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299
30300
30301 \backslash
30302 addtocounter{equation}{-1}
30303 \end_layout
30304
30305 \end_inset
30306
30307
30308 \begin_inset ERT
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312
30313
30314 \backslash
30315 begin{subequations}
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \begin_inset VSpace -5mm
30322 \end_inset
30323
30324
30325 \begin_inset Formula 
30326 \begin{equation}
30327 B=C-A\label{eq:b}
30328 \end{equation}
30329
30330 \end_inset
30331
30332
30333 \begin_inset Formula 
30334 \begin{equation}
30335 C=A+B\label{eq:c}
30336 \end{equation}
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Standard
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349
30350 \backslash
30351 end{subequations}
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30361 \end_layout
30362
30363 \begin_layout Enumerate
30364 erste Formel eingeben
30365 \end_layout
30366
30367 \begin_layout Enumerate
30368
30369 \series bold
30370
30371 \backslash
30372 addtocounter{equation}{-1} 
30373 \backslash
30374 begin{subequations}
30375 \begin_inset Index idx
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379 Befehle ! A ! 
30380 \backslash
30381 addtocounter
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \begin_inset Newline newline
30388 \end_inset
30389
30390
30391 \series default
30392 nach der ersten Formel einfügen
30393 \end_layout
30394
30395 \begin_layout Enumerate
30396 zweite Formel eingeben
30397 \end_layout
30398
30399 \begin_layout Enumerate
30400 dritte Formel eingeben
30401 \end_layout
30402
30403 \begin_layout Enumerate
30404
30405 \series bold
30406
30407 \backslash
30408 end{subequations}
30409 \series default
30410  nach der dritten Formel einfügen
30411 \end_layout
30412
30413 \begin_layout Standard
30414 Jede Formel, die zwischen den Befehlen 
30415 \series bold
30416
30417 \backslash
30418 begin
30419 \series default
30420  und 
30421 \series bold
30422
30423 \backslash
30424 end
30425 \series default
30426  steht, wird mit a, b, c, \SpecialChar \ldots{}
30427  untergliedert.
30428  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30429  Alle untergliederten Formeln gelten als 
30430 \emph on
30431 eine
30432 \emph default
30433  nummerierte Formel.
30434  Da jede nummerierte Formel den Formelzähler 
30435 \series bold
30436 equation
30437 \series default
30438  um Eins erhöht, ist der Befehl 
30439 \series bold
30440
30441 \backslash
30442 addtocounter
30443 \series default
30444  notwendig um den Zähler wieder zu erniedrigen.
30445  Ansonsten würden die Formeln 
30446 \begin_inset CommandInset ref
30447 LatexCommand eqref
30448 reference "eq:a"
30449
30450 \end_inset
30451
30452
30453 \begin_inset CommandInset ref
30454 LatexCommand eqref
30455 reference "eq:b"
30456
30457 \end_inset
30458
30459
30460 \begin_inset CommandInset ref
30461 LatexCommand eqref
30462 reference "eq:c"
30463
30464 \end_inset
30465
30466  als 
30467 \begin_inset CommandInset ref
30468 LatexCommand eqref
30469 reference "eq:a"
30470
30471 \end_inset
30472
30473
30474 \begin_inset CommandInset ref
30475 LatexCommand eqref
30476 reference "eq:d"
30477
30478 \end_inset
30479
30480
30481 \begin_inset CommandInset ref
30482 LatexCommand eqref
30483 reference "eq:f"
30484
30485 \end_inset
30486
30487  nummeriert werden.
30488 \end_layout
30489
30490 \begin_layout Standard
30491 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30492  Formeln automatisch etwas Leerraum erstellt.
30493  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30494 \series bold
30495
30496 \backslash
30497 begin{subequations}
30498 \series default
30499  -5
30500 \begin_inset space \thinspace{}
30501 \end_inset
30502
30503 mm vertikalen Leerraum ein.
30504  Ist der Formelstil 
30505 \series bold
30506 Eingerückt
30507 \begin_inset Foot
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511 Formelstile siehe 
30512 \begin_inset CommandInset ref
30513 LatexCommand ref
30514 reference "sec:Formelstile"
30515
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \series default
30525  gewählt, fügt man -7
30526 \begin_inset space \thinspace{}
30527 \end_inset
30528
30529 mm Leerraum ein.
30530 \end_layout
30531
30532 \begin_layout Standard
30533 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30534  der zweiten Zeile abgeschaltet wurde:
30535 \begin_inset ERT
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539
30540
30541 \backslash
30542 begin{subequations}
30543 \end_layout
30544
30545 \end_inset
30546
30547
30548 \begin_inset Formula 
30549 \begin{eqnarray}
30550 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30551  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30552  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30553 \end{eqnarray}
30554
30555 \end_inset
30556
30557
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563
30564 \backslash
30565 end{subequations}
30566 \end_layout
30567
30568 \end_inset
30569
30570
30571 \end_layout
30572
30573 \begin_layout Subsection
30574 Benutzerdefinierte Nummerierung
30575 \begin_inset CommandInset label
30576 LatexCommand label
30577 name "sub:Benutzerdefinierte-Nummerierung"
30578
30579 \end_inset
30580
30581
30582 \begin_inset Index idx
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586 Formelnummerierung ! benutzerdefinierte
30587 \end_layout
30588
30589 \end_inset
30590
30591
30592 \end_layout
30593
30594 \begin_layout Standard
30595 \begin_inset Index idx
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599 Formelnummerierung ! eigene Klammern
30600 \end_layout
30601
30602 \end_inset
30603
30604 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30605  gesetzt.
30606  Will man diese Klammern z.
30607 \begin_inset space \thinspace{}
30608 \end_inset
30609
30610 B.
30611  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30612  an:
30613 \end_layout
30614
30615 \begin_layout Standard
30616
30617 \series bold
30618
30619 \backslash
30620 def
30621 \backslash
30622 tagform@#1{
30623 \backslash
30624 maketag@@@{|#1|}}
30625 \series default
30626
30627 \begin_inset Note Note
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30632  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30633  werden.
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Standard
30642 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30643 \series bold
30644 #1
30645 \series default
30646  durch ein oder mehrere gewünschte Zeichen.
30647  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30648 \end_layout
30649
30650 \begin_layout Standard
30651 \begin_inset VSpace bigskip
30652 \end_inset
30653
30654 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30655  hinter der Formel stehen, benutzt man den Befehl 
30656 \series bold
30657
30658 \backslash
30659 tag
30660 \series default
30661
30662 \begin_inset Index idx
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666 Befehle ! T ! 
30667 \backslash
30668 tag
30669 \end_layout
30670
30671 \end_inset
30672
30673 :
30674 \begin_inset Formula 
30675 \begin{equation}
30676 A+B=C\tag{etwas}\label{eq:tag}
30677 \end{equation}
30678
30679 \end_inset
30680
30681  In diesem Beispiel wurde in der Formel der Befehl 
30682 \series bold
30683
30684 \backslash
30685 tag
30686 \series default
30687
30688 \begin_inset ERT
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692
30693
30694 \backslash
30695 leer 
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \series bold
30702 etwas
30703 \series default
30704  eingegeben.
30705 \end_layout
30706
30707 \begin_layout Standard
30708 Gibt man stattdessen 
30709 \series bold
30710
30711 \backslash
30712 tag*
30713 \series default
30714
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720
30721 \backslash
30722 leer 
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \series bold
30729 etwas
30730 \series default
30731  ein, verhindert der Stern die Klammern um den Ausdruck:
30732 \begin_inset Formula 
30733 \[
30734 A+B=C\tag*{etwas}
30735 \]
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Standard
30743 \begin_inset VSpace bigskip
30744 \end_inset
30745
30746 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30747  oder 
30748 \begin_inset ERT
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752
30753
30754 \backslash
30755 mbox{
30756 \end_layout
30757
30758 \end_inset
30759
30760 -abschnitt
30761 \begin_inset ERT
30762 status collapsed
30763
30764 \begin_layout Plain Layout
30765
30766 }
30767 \end_layout
30768
30769 \end_inset
30770
30771
30772 \begin_inset Note Note
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776 Der Befehl 
30777 \series bold
30778
30779 \backslash
30780 mbox
30781 \series default
30782  verhindert, dass am Bindestrich umgebrochen wird.
30783 \end_layout
30784
30785 \end_inset
30786
30787  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30788 \end_layout
30789
30790 \begin_layout Standard
30791
30792 \series bold
30793
30794 \backslash
30795 @addtoreset{equation}{part}
30796 \series default
30797
30798 \begin_inset Index idx
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802 Befehle ! 
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808 "
30809 \end_layout
30810
30811 \end_inset
30812
30813 @
30814 \begin_inset ERT
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819 "
30820 \end_layout
30821
30822 \end_inset
30823
30824  ! 
30825 \backslash
30826
30827 \begin_inset ERT
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831
30832 "
30833 \end_layout
30834
30835 \end_inset
30836
30837 @
30838 \begin_inset ERT
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842
30843 "
30844 \end_layout
30845
30846 \end_inset
30847
30848 addtoreset
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \begin_inset Newline newline
30855 \end_inset
30856
30857 bzw.
30858 \begin_inset Newline newline
30859 \end_inset
30860
30861
30862 \series bold
30863
30864 \backslash
30865 @addtoreset{equation}{section}
30866 \end_layout
30867
30868 \begin_layout Standard
30869 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30870 \begin_inset Quotes gld
30871 \end_inset
30872
30873 @
30874 \begin_inset Quotes grd
30875 \end_inset
30876
30877  Zeichen für LaTeX mit dem Befehl 
30878 \series bold
30879
30880 \backslash
30881 makeatletter
30882 \series default
30883  
30884 \begin_inset Quotes gld
30885 \end_inset
30886
30887 aktiv
30888 \begin_inset Quotes grd
30889 \end_inset
30890
30891  gemacht werden.
30892  Der Befehl 
30893 \series bold
30894
30895 \backslash
30896 makeatother
30897 \series default
30898  macht dies wieder rückgängig.
30899  Daher ist die Befehlssequenz im TeX-Modus:
30900 \end_layout
30901
30902 \begin_layout Standard
30903
30904 \series bold
30905
30906 \backslash
30907 makeatletter
30908 \begin_inset Newline newline
30909 \end_inset
30910
30911
30912 \backslash
30913 @addtoreset{equation}{section}
30914 \begin_inset Newline newline
30915 \end_inset
30916
30917
30918 \backslash
30919 makeatother
30920 \end_layout
30921
30922 \begin_layout Standard
30923 Im LaTeX-Vorspann können 
30924 \series bold
30925
30926 \backslash
30927 makeatletter
30928 \series default
30929  und 
30930 \series bold
30931
30932 \backslash
30933 makeatother
30934 \series default
30935  weggelassen werden, da LyX sie automatisch intern einfügt.
30936 \end_layout
30937
30938 \begin_layout Standard
30939 Um 
30940 \series bold
30941
30942 \backslash
30943 @addtoreset
30944 \series default
30945  rückgängig zu machen, muss die Datei 
30946 \series bold
30947 remreset.sty
30948 \series default
30949
30950 \begin_inset Foot
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954
30955 \series bold
30956 remreset
30957 \series default
30958  ist Teil des LaTeX-Paketes 
30959 \series bold
30960 carlisle
30961 \series default
30962
30963 \begin_inset Index idx
30964 status collapsed
30965
30966 \begin_layout Plain Layout
30967 Pakete ! carlisle
30968 \end_layout
30969
30970 \end_inset
30971
30972 , das Teil jeder LaTeX-Standardinstallation ist.
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \begin_inset Index idx
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982 Pakete ! remreset
30983 \end_layout
30984
30985 \end_inset
30986
30987  im LaTeX-Vorspann mit der Zeile
30988 \end_layout
30989
30990 \begin_layout Standard
30991
30992 \series bold
30993
30994 \backslash
30995 usepackage{remreset}
30996 \end_layout
30997
30998 \begin_layout Standard
30999 geladen werden.
31000  Dann kann der Befehl 
31001 \series bold
31002
31003 \backslash
31004 @removefromreset
31005 \series default
31006
31007 \begin_inset Index idx
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011 Befehle ! 
31012 \begin_inset ERT
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016
31017 "
31018 \end_layout
31019
31020 \end_inset
31021
31022 @
31023 \begin_inset ERT
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027
31028 "
31029 \end_layout
31030
31031 \end_inset
31032
31033  ! 
31034 \backslash
31035
31036 \begin_inset ERT
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040
31041 "
31042 \end_layout
31043
31044 \end_inset
31045
31046 @
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052 "
31053 \end_layout
31054
31055 \end_inset
31056
31057 removefromreset
31058 \end_layout
31059
31060 \end_inset
31061
31062  mit dem selben Schema wie 
31063 \series bold
31064
31065 \backslash
31066 @addtoreset
31067 \series default
31068  benutzt werden.
31069 \end_layout
31070
31071 \begin_layout Standard
31072 \begin_inset VSpace bigskip
31073 \end_inset
31074
31075 Oftmals möchte man Formeln in folgender Art nummerieren:
31076 \end_layout
31077
31078 \begin_layout Standard
31079
31080 \family typewriter
31081 (Kapitelnummer.Formelnummer)
31082 \end_layout
31083
31084 \begin_layout Standard
31085 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31086 \end_layout
31087
31088 \begin_layout Standard
31089 Für diesen Fall gibt es den Befehl 
31090 \series bold
31091
31092 \backslash
31093 numberwithin
31094 \series default
31095
31096 \begin_inset Index idx
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100 Befehle ! N ! 
31101 \backslash
31102 numberwithin
31103 \end_layout
31104
31105 \end_inset
31106
31107 , der nach folgendem Schema benutzt wird:
31108 \end_layout
31109
31110 \begin_layout Standard
31111
31112 \series bold
31113
31114 \backslash
31115 numberwithin{Zähler}{Gliederung}
31116 \end_layout
31117
31118 \begin_layout Standard
31119 Zähler gibt an, welche Nummerierung betroffen ist.
31120  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31121 \end_layout
31122
31123 \begin_layout Standard
31124 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
31125  ein:
31126 \end_layout
31127
31128 \begin_layout Standard
31129
31130 \series bold
31131
31132 \backslash
31133 numberwithin{equation}{section}
31134 \end_layout
31135
31136 \begin_layout Standard
31137 Das ist das Ergebnis:
31138 \begin_inset ERT
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142
31143
31144 \backslash
31145 numberwithin{equation}{section}
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \begin_inset Formula 
31152 \begin{equation}
31153 A+B=C
31154 \end{equation}
31155
31156 \end_inset
31157
31158
31159 \end_layout
31160
31161 \begin_layout Standard
31162 Möchte man z.
31163 \begin_inset space \thinspace{}
31164 \end_inset
31165
31166 B.
31167  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31168  gibt man 
31169 \series bold
31170
31171 \backslash
31172 numberwithin{table}{part}
31173 \series default
31174  ein.
31175 \end_layout
31176
31177 \begin_layout Standard
31178 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31179 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31180  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31181 \end_layout
31182
31183 \begin_layout Standard
31184
31185 \series bold
31186
31187 \backslash
31188 renewcommand{
31189 \backslash
31190 theequation}{
31191 \backslash
31192 arabic{equation}}
31193 \begin_inset Index idx
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197 Befehle ! A ! 
31198 \backslash
31199 arabic
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \series default
31206
31207 \begin_inset ERT
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211
31212
31213 \backslash
31214 renewcommand{
31215 \backslash
31216 theequation}{
31217 \backslash
31218 arabic{equation}}
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \series bold
31225
31226 \begin_inset Newline newline
31227 \end_inset
31228
31229
31230 \series default
31231 bzw.
31232 \series bold
31233
31234 \begin_inset Newline newline
31235 \end_inset
31236
31237
31238 \backslash
31239 renewcommand{
31240 \backslash
31241 thetable}{
31242 \backslash
31243 arabic{table}}
31244 \end_layout
31245
31246 \begin_layout Standard
31247
31248 \series bold
31249
31250 \backslash
31251 numberwithin
31252 \series default
31253  benutzt intern den oben beschriebenen Befehl 
31254 \series bold
31255
31256 \backslash
31257 @addtoreset
31258 \series default
31259 , der ebenfalls rückgängig gemacht werden muss.
31260 \begin_inset ERT
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 makeatletter
31268 \end_layout
31269
31270 \begin_layout Plain Layout
31271
31272
31273 \backslash
31274 @removefromreset{equation}{section}
31275 \end_layout
31276
31277 \begin_layout Plain Layout
31278
31279
31280 \backslash
31281 makeatother
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \begin_layout Subsection
31290 Nummerierung mit römischen Zahlen und Buchstaben
31291 \begin_inset Index idx
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 Formelnummerierung ! mit Buchstaben
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \begin_inset Index idx
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305 Formelnummerierung ! mit römischen Zahlen
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \begin_layout Standard
31314 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31315  werden.
31316  Um z.
31317 \begin_inset space \thinspace{}
31318 \end_inset
31319
31320 B.
31321  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31322  TeX-Modus den Befehl
31323 \end_layout
31324
31325 \begin_layout Standard
31326
31327 \series bold
31328
31329 \backslash
31330 renewcommand{
31331 \backslash
31332 theequation}{
31333 \backslash
31334 roman{equation}}
31335 \end_layout
31336
31337 \begin_layout Standard
31338 ein.
31339  
31340 \series bold
31341
31342 \backslash
31343 renewcommand
31344 \series default
31345
31346 \begin_inset Index idx
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350 Befehle ! R ! 
31351 \backslash
31352 renewcommand
31353 \end_layout
31354
31355 \end_inset
31356
31357  weist dem vordefinierten Befehl 
31358 \series bold
31359
31360 \backslash
31361 theequation
31362 \series default
31363  den Befehl
31364 \begin_inset Newline linebreak
31365 \end_inset
31366
31367
31368 \series bold
31369
31370 \backslash
31371 roman{equation}
31372 \series default
31373  zu.
31374 \begin_inset Foot
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378 Der Befehl 
31379 \series bold
31380
31381 \backslash
31382 renewcommand
31383 \series default
31384  besitzt dasselbe Schema wie der in 
31385 \begin_inset CommandInset ref
31386 LatexCommand ref
31387 reference "sub:Der-Befehl-newcommand"
31388
31389 \end_inset
31390
31391  beschriebene Befehl
31392 \begin_inset Newline newline
31393 \end_inset
31394
31395
31396 \series bold
31397
31398 \backslash
31399 newcommand
31400 \series default
31401 .
31402 \end_layout
31403
31404 \end_inset
31405
31406  
31407 \series bold
31408 equation
31409 \series default
31410  ist der Formelzähler.
31411  Stellt man einem Zähler den Befehl 
31412 \series bold
31413
31414 \backslash
31415 the
31416 \series default
31417  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31418  wird.
31419  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31420  
31421 \series bold
31422
31423 \backslash
31424 theequation
31425 \series default
31426  hinter die Formel.
31427  
31428 \series bold
31429
31430 \backslash
31431 roman{equation}
31432 \begin_inset Index idx
31433 status collapsed
31434
31435 \begin_layout Plain Layout
31436 Befehle ! R ! 
31437 \backslash
31438 roman
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \series default
31445  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31446 \end_layout
31447
31448 \begin_layout Standard
31449 Alle Formeln nach dem 
31450 \series bold
31451
31452 \backslash
31453 renewcommand
31454 \series default
31455 -Befehl werden nun römisch nummeriert.
31456  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31457  den Befehl erneut ein, ersetzt aber 
31458 \series bold
31459
31460 \backslash
31461 roman
31462 \series default
31463  durch 
31464 \series bold
31465
31466 \backslash
31467 Roman
31468 \series default
31469
31470 \begin_inset Index idx
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474 Befehle ! R ! 
31475 \backslash
31476 roman@
31477 \backslash
31478 Roman
31479 \end_layout
31480
31481 \end_inset
31482
31483 .
31484  Für die 
31485 \begin_inset Quotes gld
31486 \end_inset
31487
31488 Nummerierung
31489 \begin_inset Quotes grd
31490 \end_inset
31491
31492  mit lateinischen Buchstaben gibt es den Befehl 
31493 \series bold
31494
31495 \backslash
31496 alph
31497 \series default
31498
31499 \begin_inset Index idx
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503 Befehle ! A ! 
31504 \backslash
31505 alph
31506 \end_layout
31507
31508 \end_inset
31509
31510  für kleine und 
31511 \series bold
31512
31513 \backslash
31514 Alph
31515 \series default
31516
31517 \begin_inset Index idx
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521 Befehle ! A ! 
31522 \backslash
31523 alph@
31524 \backslash
31525 Alph
31526 \end_layout
31527
31528 \end_inset
31529
31530  für große Buchstaben.
31531 \end_layout
31532
31533 \begin_layout Standard
31534 \begin_inset Note Greyedout
31535 status open
31536
31537 \begin_layout Plain Layout
31538
31539 \series bold
31540 Achtung:
31541 \series default
31542  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31543  nummeriert werden.
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Standard
31552 \begin_inset ERT
31553 status collapsed
31554
31555 \begin_layout Plain Layout
31556
31557
31558 \backslash
31559 renewcommand{
31560 \backslash
31561 theequation}{
31562 \backslash
31563 roman{equation}}
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \begin_layout Standard
31572 \begin_inset Formula 
31573 \begin{equation}
31574 A=\textrm{römisch}
31575 \end{equation}
31576
31577 \end_inset
31578
31579
31580 \begin_inset ERT
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584
31585
31586 \backslash
31587 renewcommand{
31588 \backslash
31589 theequation}{
31590 \backslash
31591 Roman{equation}}
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \begin_inset Formula 
31598 \begin{equation}
31599 B=\textrm{Römisch}\label{eq:Roem}
31600 \end{equation}
31601
31602 \end_inset
31603
31604
31605 \begin_inset ERT
31606 status collapsed
31607
31608 \begin_layout Plain Layout
31609
31610
31611 \backslash
31612 renewcommand{
31613 \backslash
31614 theequation}{
31615 \backslash
31616 alph{equation}}
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \begin_inset Formula 
31623 \begin{equation}
31624 C=\textrm{lateinisch}
31625 \end{equation}
31626
31627 \end_inset
31628
31629
31630 \begin_inset ERT
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634
31635
31636 \backslash
31637 renewcommand{
31638 \backslash
31639 theequation}{
31640 \backslash
31641 Alph{equation}}
31642 \end_layout
31643
31644 \end_inset
31645
31646
31647 \begin_inset Formula 
31648 \begin{equation}
31649 D=\textrm{Lateinisch}\label{eq:Lat}
31650 \end{equation}
31651
31652 \end_inset
31653
31654
31655 \end_layout
31656
31657 \begin_layout Standard
31658 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31659  ein:
31660 \end_layout
31661
31662 \begin_layout Standard
31663
31664 \series bold
31665
31666 \backslash
31667 renewcommand{
31668 \backslash
31669 theequation}{
31670 \backslash
31671 arabic{equation}}
31672 \begin_inset Index idx
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676 Befehle ! A ! 
31677 \backslash
31678 arabic
31679 \end_layout
31680
31681 \end_inset
31682
31683
31684 \end_layout
31685
31686 \begin_layout Standard
31687 \begin_inset ERT
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691
31692
31693 \backslash
31694 renewcommand{
31695 \backslash
31696 theequation}{
31697 \backslash
31698 arabic{equation}}
31699 \end_layout
31700
31701 \end_inset
31702
31703
31704 \begin_inset Formula 
31705 \begin{equation}
31706 E=\textrm{arabisch}
31707 \end{equation}
31708
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \begin_layout Standard
31715 \begin_inset VSpace medskip
31716 \end_inset
31717
31718 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31719 riert.
31720  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31721  beginnen, müssen neue Formelzähler angelegt werden.
31722  Eine Beschreibung dazu findet man in der Datei 
31723 \begin_inset CommandInset href
31724 LatexCommand href
31725 name "Formelnummerierung.lyx"
31726 target "run:Formelnummerierung.lyx"
31727
31728 \end_inset
31729
31730 .
31731 \end_layout
31732
31733 \begin_layout Section
31734 Chemische Symbole und Reaktionsgleichungen
31735 \begin_inset CommandInset label
31736 LatexCommand label
31737 name "sub:Chemische-Symbole-und"
31738
31739 \end_inset
31740
31741
31742 \begin_inset Index idx
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746 chemische Zeichen ! Symbole
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \begin_inset Index idx
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756 Reaktionsgleichungen
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \begin_inset Index idx
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766 Symbole ! chemische
31767 \end_layout
31768
31769 \end_inset
31770
31771
31772 \end_layout
31773
31774 \begin_layout Standard
31775 Ein Beispieltext aus der Chemie:
31776 \end_layout
31777
31778 \begin_layout Quote
31779 Das 
31780 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31781 \end_inset
31782
31783 -Ion verbindet sich mit zwei 
31784 \begin_inset Formula $\mathrm{Na^{+}}$
31785 \end_inset
31786
31787 -Ionen zu Natriumsulfat 
31788 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31789 \end_inset
31790
31791 .
31792  Die Reaktionsgleichung dazu lautet:
31793 \begin_inset Formula 
31794 \begin{equation}
31795 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31796 \end{equation}
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31805  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31806  in der Formel und wandelt diese mit der Tastenkombination 
31807 \family sans
31808 Alt+Z
31809 \begin_inset space ~
31810 \end_inset
31811
31812 R
31813 \family default
31814  in den aufrechten Schriftstil um.
31815 \begin_inset Foot
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819 Schriftstile siehe 
31820 \begin_inset CommandInset ref
31821 LatexCommand ref
31822 reference "sub:Schriftstile"
31823
31824 \end_inset
31825
31826
31827 \end_layout
31828
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \begin_layout Standard
31835 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31836 \series bold
31837  
31838 \backslash
31839 ce
31840 \series default
31841
31842 \begin_inset Index idx
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846 Befehle ! C ! 
31847 \backslash
31848 ce
31849 \end_layout
31850
31851 \end_inset
31852
31853  zu benutzen.
31854  Dieser ist verfügbar, wenn das LaTeX-Paket 
31855 \series bold
31856 mhchem
31857 \series default
31858
31859 \begin_inset Index idx
31860 status collapsed
31861
31862 \begin_layout Plain Layout
31863 Pakete ! mhchem
31864 \end_layout
31865
31866 \end_inset
31867
31868  installiert ist.
31869  Nachdem 
31870 \series bold
31871
31872 \backslash
31873 ce
31874 \series default
31875  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31876  Formeln in intuitiver Weise eingegeben werden können.
31877 \end_layout
31878
31879 \begin_layout Standard
31880 \align center
31881 \begin_inset Tabular
31882 <lyxtabular version="3" rows="9" columns="2">
31883 <features tabularvalignment="middle">
31884 <column alignment="center" valignment="top" width="0">
31885 <column alignment="center" valignment="top" width="0">
31886 <row>
31887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891 Befehl
31892 \end_layout
31893
31894 \end_inset
31895 </cell>
31896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31897 \begin_inset Text
31898
31899 \begin_layout Plain Layout
31900 Ergebnis
31901 \begin_inset Note Note
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905
31906 \series bold
31907
31908 \backslash
31909 raisebox
31910 \series default
31911  dient nur als Abstandhalter.
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \end_inset
31920 </cell>
31921 </row>
31922 <row>
31923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31924 \begin_inset Text
31925
31926 \begin_layout Plain Layout
31927
31928 \backslash
31929 ce
31930 \begin_inset ERT
31931 status collapsed
31932
31933 \begin_layout Plain Layout
31934
31935
31936 \backslash
31937 leer 
31938 \end_layout
31939
31940 \end_inset
31941
31942 H2CO3
31943 \end_layout
31944
31945 \end_inset
31946 </cell>
31947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31948 \begin_inset Text
31949
31950 \begin_layout Plain Layout
31951 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31952 \end_inset
31953
31954
31955 \end_layout
31956
31957 \end_inset
31958 </cell>
31959 </row>
31960 <row>
31961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31962 \begin_inset Text
31963
31964 \begin_layout Plain Layout
31965
31966 \backslash
31967 ce
31968 \begin_inset ERT
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972
31973
31974 \backslash
31975 leer 
31976 \end_layout
31977
31978 \end_inset
31979
31980 SO4^2-
31981 \end_layout
31982
31983 \end_inset
31984 </cell>
31985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31986 \begin_inset Text
31987
31988 \begin_layout Plain Layout
31989 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31990 \end_inset
31991
31992
31993 \end_layout
31994
31995 \end_inset
31996 </cell>
31997 </row>
31998 <row>
31999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32000 \begin_inset Text
32001
32002 \begin_layout Plain Layout
32003
32004 \backslash
32005 ce
32006 \begin_inset ERT
32007 status collapsed
32008
32009 \begin_layout Plain Layout
32010
32011
32012 \backslash
32013 leer 
32014 \end_layout
32015
32016 \end_inset
32017
32018 (NH4)2S
32019 \end_layout
32020
32021 \end_inset
32022 </cell>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32028 \end_inset
32029
32030
32031 \end_layout
32032
32033 \end_inset
32034 </cell>
32035 </row>
32036 <row>
32037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32038 \begin_inset Text
32039
32040 \begin_layout Plain Layout
32041
32042 \backslash
32043 ce
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 leer 
32052 \end_layout
32053
32054 \end_inset
32055
32056 KCr(SO4)2.12H2O
32057 \end_layout
32058
32059 \end_inset
32060 </cell>
32061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32062 \begin_inset Text
32063
32064 \begin_layout Plain Layout
32065 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32066 \end_inset
32067
32068
32069 \end_layout
32070
32071 \end_inset
32072 </cell>
32073 </row>
32074 <row>
32075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32076 \begin_inset Text
32077
32078 \begin_layout Plain Layout
32079
32080 \backslash
32081 ce
32082 \begin_inset ERT
32083 status collapsed
32084
32085 \begin_layout Plain Layout
32086
32087
32088 \backslash
32089 leer 
32090 \end_layout
32091
32092 \end_inset
32093
32094 A-B
32095 \backslash
32096 dbond
32097 \begin_inset ERT
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101
32102
32103 \backslash
32104 leer 
32105 \end_layout
32106
32107 \end_inset
32108
32109 C
32110 \backslash
32111 tbond
32112 \begin_inset ERT
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116
32117
32118 \backslash
32119 leer 
32120 \end_layout
32121
32122 \end_inset
32123
32124 D
32125 \end_layout
32126
32127 \end_inset
32128 </cell>
32129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32130 \begin_inset Text
32131
32132 \begin_layout Plain Layout
32133 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32134 \end_inset
32135
32136
32137 \end_layout
32138
32139 \end_inset
32140 </cell>
32141 </row>
32142 <row>
32143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32144 \begin_inset Text
32145
32146 \begin_layout Plain Layout
32147
32148 \backslash
32149 ce
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155
32156 \backslash
32157 leer 
32158 \end_layout
32159
32160 \end_inset
32161
32162 ^227
32163 \begin_inset Formula $\downarrow$
32164 \end_inset
32165
32166 _90
32167 \begin_inset Formula $\to$
32168 \end_inset
32169
32170 Th+
32171 \end_layout
32172
32173 \end_inset
32174 </cell>
32175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32176 \begin_inset Text
32177
32178 \begin_layout Plain Layout
32179 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \end_inset
32186 </cell>
32187 </row>
32188 <row>
32189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193
32194 \backslash
32195 ce
32196 \begin_inset ERT
32197 status collapsed
32198
32199 \begin_layout Plain Layout
32200
32201
32202 \backslash
32203 leer 
32204 \end_layout
32205
32206 \end_inset
32207
32208 CO2
32209 \begin_inset ERT
32210 status collapsed
32211
32212 \begin_layout Plain Layout
32213
32214
32215 \backslash
32216 leer 
32217 \end_layout
32218
32219 \end_inset
32220
32221 +
32222 \begin_inset ERT
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226
32227
32228 \backslash
32229 leer 
32230 \end_layout
32231
32232 \end_inset
32233
32234 C
32235 \begin_inset ERT
32236 status collapsed
32237
32238 \begin_layout Plain Layout
32239
32240
32241 \backslash
32242 leer 
32243 \end_layout
32244
32245 \end_inset
32246
32247 <=>
32248 \begin_inset ERT
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252
32253
32254 \backslash
32255 leer 
32256 \end_layout
32257
32258 \end_inset
32259
32260 2CO
32261 \end_layout
32262
32263 \end_inset
32264 </cell>
32265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32270 \end_inset
32271
32272
32273 \end_layout
32274
32275 \end_inset
32276 </cell>
32277 </row>
32278 <row>
32279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32280 \begin_inset Text
32281
32282 \begin_layout Plain Layout
32283
32284 \backslash
32285 ce
32286 \begin_inset ERT
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290
32291
32292 \backslash
32293 leer 
32294 \end_layout
32295
32296 \end_inset
32297
32298 CO2
32299 \begin_inset ERT
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303
32304
32305 \backslash
32306 leer 
32307 \end_layout
32308
32309 \end_inset
32310
32311 +
32312 \begin_inset ERT
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316
32317
32318 \backslash
32319 leer 
32320 \end_layout
32321
32322 \end_inset
32323
32324 C
32325 \begin_inset ERT
32326 status collapsed
32327
32328 \begin_layout Plain Layout
32329
32330
32331 \backslash
32332 leer 
32333 \end_layout
32334
32335 \end_inset
32336
32337 ->[
32338 \backslash
32339 alpha][
32340 \backslash
32341 beta]
32342 \begin_inset ERT
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346
32347
32348 \backslash
32349 leer 
32350 \end_layout
32351
32352 \end_inset
32353
32354 2CO}
32355 \end_layout
32356
32357 \end_inset
32358 </cell>
32359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32360 \begin_inset Text
32361
32362 \begin_layout Plain Layout
32363 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \end_inset
32370 </cell>
32371 </row>
32372 </lyxtabular>
32373
32374 \end_inset
32375
32376
32377 \end_layout
32378
32379 \begin_layout Standard
32380 \begin_inset Note Greyedout
32381 status open
32382
32383 \begin_layout Plain Layout
32384
32385 \series bold
32386 Achtung:
32387 \series default
32388  Wenn eine Formel in eine 
32389 \series bold
32390
32391 \backslash
32392 ce
32393 \series default
32394 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32395  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32396 \begin_inset space \thinspace{}
32397 \end_inset
32398
32399 B.
32400  für 
32401 \series bold
32402
32403 \backslash
32404 ce{$
32405 \backslash
32406 mu
32407 \backslash
32408 hyphen$Cl}
32409 \series default
32410
32411 \begin_inset ERT
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415
32416
32417 \backslash
32418 ce{$
32419 \backslash
32420 mu
32421 \backslash
32422 hyphen$Cl}
32423 \end_layout
32424
32425 \end_inset
32426
32427  
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \end_layout
32434
32435 \begin_layout Standard
32436 Wird 
32437 \series bold
32438
32439 \backslash
32440 ce
32441 \series default
32442  benutzt, lautet der Befehl für Gleichung
32443 \begin_inset space ~
32444 \end_inset
32445
32446
32447 \begin_inset CommandInset ref
32448 LatexCommand eqref
32449 reference "eq:chemische-Reaktion"
32450
32451 \end_inset
32452
32453 :
32454 \begin_inset Newline newline
32455 \end_inset
32456
32457
32458 \series bold
32459  
32460 \backslash
32461 ce
32462 \series default
32463
32464 \begin_inset ERT
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468
32469
32470 \backslash
32471 leer 
32472 \end_layout
32473
32474 \end_inset
32475
32476
32477 \series bold
32478 2Na+
32479 \series default
32480
32481 \begin_inset ERT
32482 status collapsed
32483
32484 \begin_layout Plain Layout
32485
32486
32487 \backslash
32488 leer 
32489 \end_layout
32490
32491 \end_inset
32492
32493
32494 \series bold
32495 +
32496 \series default
32497
32498 \begin_inset ERT
32499 status collapsed
32500
32501 \begin_layout Plain Layout
32502
32503
32504 \backslash
32505 leer 
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \series bold
32512 SO4^2-
32513 \series default
32514
32515 \begin_inset ERT
32516 status collapsed
32517
32518 \begin_layout Plain Layout
32519
32520
32521 \backslash
32522 leer 
32523 \end_layout
32524
32525 \end_inset
32526
32527
32528 \begin_inset ERT
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532
32533
32534 \backslash
32535 leer 
32536 \end_layout
32537
32538 \end_inset
32539
32540
32541 \series bold
32542 ->
32543 \series default
32544
32545 \begin_inset ERT
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549
32550
32551 \backslash
32552 leer 
32553 \end_layout
32554
32555 \end_inset
32556
32557
32558 \series bold
32559 Na2SO4
32560 \end_layout
32561
32562 \begin_layout Standard
32563 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32564  Formel erstellt, wie in 
32565 \begin_inset CommandInset ref
32566 LatexCommand ref
32567 reference "sec:Mehrzeilige-Formeln"
32568
32569 \end_inset
32570
32571  beschrieben.
32572  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32573 \series bold
32574
32575 \backslash
32576 ce
32577 \series default
32578  verwendet.
32579  
32580 \begin_inset CommandInset ref
32581 LatexCommand eqref
32582 reference "eq:TEOS-Reaktion-1"
32583
32584 \end_inset
32585
32586  und 
32587 \begin_inset CommandInset ref
32588 LatexCommand eqref
32589 reference "eq:TEOS-Reaktion-2"
32590
32591 \end_inset
32592
32593  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32594  Gleichung eine eigene Nummer hat.
32595 \begin_inset Formula 
32596 \begin{eqnarray}
32597 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32598 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32599 \end{eqnarray}
32600
32601 \end_inset
32602
32603
32604 \end_layout
32605
32606 \begin_layout Standard
32607 Außer 
32608 \series bold
32609
32610 \backslash
32611 ce
32612 \series default
32613  bietet das Paket 
32614 \series bold
32615 mhchem
32616 \series default
32617  noch den Befehl 
32618 \series bold
32619
32620 \backslash
32621 cf
32622 \series default
32623
32624 \begin_inset Index idx
32625 status collapsed
32626
32627 \begin_layout Plain Layout
32628 Befehle ! C ! 
32629 \backslash
32630 cf
32631 \end_layout
32632
32633 \end_inset
32634
32635  für spezielle Fälle.
32636  Mehr über 
32637 \series bold
32638
32639 \backslash
32640 cf
32641 \series default
32642  und weitere Beispiele sind in der Dokumentation von 
32643 \series bold
32644 mhchem
32645 \series default
32646  zu finden, 
32647 \begin_inset CommandInset citation
32648 LatexCommand cite
32649 key "mhchem"
32650
32651 \end_inset
32652
32653 .
32654 \end_layout
32655
32656 \begin_layout Section
32657 Diagramme
32658 \end_layout
32659
32660 \begin_layout Standard
32661 LyX unterstützt zwei Typen kommutativer Diagramme: 
32662 \series bold
32663 amscd
32664 \series default
32665  und 
32666 \series bold
32667 xymatrix
32668 \series default
32669 , die im Folgenden erläutert sind.
32670 \end_layout
32671
32672 \begin_layout Subsection
32673 amscd Diagramme
32674 \begin_inset Index idx
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678 Diagramme ! amscd
32679 \end_layout
32680
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \begin_layout Standard
32687 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32688  Linien oder Pfeilen dar:
32689 \begin_inset Formula 
32690 \[
32691 \begin{CD}A@>>>B@>>>C\\
32692 @AAA@.@VVV\\
32693 F@<<<E@<<<D
32694 \end{CD}
32695 \]
32696
32697 \end_inset
32698
32699
32700 \end_layout
32701
32702 \begin_layout Standard
32703 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32704 \series bold
32705
32706 \backslash
32707 CD
32708 \begin_inset Index idx
32709 status collapsed
32710
32711 \begin_layout Plain Layout
32712 Befehle ! C ! 
32713 \backslash
32714 CD
32715 \end_layout
32716
32717 \end_inset
32718
32719
32720 \series default
32721  ein.
32722  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32723  man die weiteren Befehle eingibt.
32724  Mit 
32725 \series bold
32726
32727 \begin_inset ERT
32728 status collapsed
32729
32730 \begin_layout Plain Layout
32731
32732
32733 \backslash
32734 mbox{
32735 \end_layout
32736
32737 \end_inset
32738
32739
32740 \family sans
32741 \series default
32742 Strg+Enter
32743 \family default
32744 \series bold
32745
32746 \begin_inset ERT
32747 status collapsed
32748
32749 \begin_layout Plain Layout
32750
32751 }
32752 \end_layout
32753
32754 \end_inset
32755
32756
32757 \series default
32758  wird eine neue Zeile erstellt.
32759  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32760  Zeilen der Formel eingegeben.
32761 \end_layout
32762
32763 \begin_layout Standard
32764 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32765 \end_layout
32766
32767 \begin_layout Itemize
32768
32769 \series bold
32770 @<<<
32771 \series default
32772  erstellt einen Linkspfeil, 
32773 \series bold
32774 @>>>
32775 \series default
32776  einen Rechtspfeil und 
32777 \series bold
32778 @=
32779 \series default
32780  ein langes Gleichheitszeichen
32781 \end_layout
32782
32783 \begin_layout Itemize
32784
32785 \series bold
32786 @AAA
32787 \series default
32788  erstellt einen Pfeil nach oben, 
32789 \series bold
32790 @VVV
32791 \series default
32792  einen Pfeil nach unten und 
32793 \series bold
32794 @|
32795 \series default
32796  ein senkrechtes Gleichheitszeichen
32797 \end_layout
32798
32799 \begin_layout Itemize
32800
32801 \series bold
32802 @.
32803
32804 \series default
32805  dient als Platzhalter für nicht vorhandene Beziehungen
32806 \end_layout
32807
32808 \begin_layout Standard
32809 Alle Pfeile sind wie folgt beschriftbar:
32810 \end_layout
32811
32812 \begin_layout Itemize
32813 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32814  > Text eingegeben, erscheint er über dem Pfeil.
32815  Wird der Text zwischen dem zweiten und dritten < bzw.
32816  > eingegeben, erscheint er unter dem Pfeil.
32817 \end_layout
32818
32819 \begin_layout Itemize
32820 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32821  V eingegeben, erscheint er links neben dem Pfeil.
32822  Bei Eingabe zwischen zweitem und drittem A bzw.
32823  V erscheint er rechts daneben.
32824  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32825  gesetzt werden.
32826 \end_layout
32827
32828 \begin_layout Standard
32829 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32830 \end_layout
32831
32832 \begin_layout Standard
32833 \begin_inset Formula 
32834 \[
32835 \begin{CD}A@>j>>B@>>k>C@=F\\
32836 @AmAA@.@VV{V}V@|\\
32837 D@<<j<E@>k>>F@=C
32838 \end{CD}
32839 \]
32840
32841 \end_inset
32842
32843
32844 \end_layout
32845
32846 \begin_layout Standard
32847 Der Befehl dazu lautet:
32848 \begin_inset Newline newline
32849 \end_inset
32850
32851
32852 \series bold
32853
32854 \backslash
32855 CD
32856 \begin_inset ERT
32857 status collapsed
32858
32859 \begin_layout Plain Layout
32860
32861
32862 \backslash
32863 leer 
32864 \end_layout
32865
32866 \end_inset
32867
32868 A@>j>>B@>>k>C@=F Strg+Enter
32869 \begin_inset Newline newline
32870 \end_inset
32871
32872
32873 \begin_inset Phantom HPhantom
32874 status open
32875
32876 \begin_layout Plain Layout
32877
32878 \series bold
32879
32880 \backslash
32881 CD
32882 \begin_inset ERT
32883 status collapsed
32884
32885 \begin_layout Plain Layout
32886
32887
32888 \backslash
32889 leer 
32890 \end_layout
32891
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \end_inset
32898
32899 @AmAA@.@VV
32900 \backslash
32901 {V
32902 \series default
32903
32904 \begin_inset Formula $\to$
32905 \end_inset
32906
32907
32908 \series bold
32909 V@| Strg+Enter
32910 \begin_inset Newline newline
32911 \end_inset
32912
32913
32914 \begin_inset Phantom HPhantom
32915 status open
32916
32917 \begin_layout Plain Layout
32918
32919 \series bold
32920
32921 \backslash
32922 CD
32923 \begin_inset ERT
32924 status collapsed
32925
32926 \begin_layout Plain Layout
32927
32928
32929 \backslash
32930 leer 
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \end_layout
32937
32938 \end_inset
32939
32940 D@<<j<E@>k>>F@=C
32941 \end_layout
32942
32943 \begin_layout Subsection
32944 xymatrix Diagramme
32945 \begin_inset Index idx
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949 Diagramme ! xymatrix
32950 \end_layout
32951
32952 \end_inset
32953
32954
32955 \end_layout
32956
32957 \begin_layout Standard
32958 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32959 \series bold
32960 xypic
32961 \series default
32962  installiert sein.
32963  Eine Xymatrix wird erstellt, indem der Befehl 
32964 \series bold
32965
32966 \backslash
32967 xymatrix
32968 \series default
32969  in eine Formel eingegeben wird.
32970  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32971  hinzufügen, siehe 
32972 \begin_inset CommandInset ref
32973 LatexCommand ref
32974 reference "sec:Matrizen"
32975
32976 \end_inset
32977
32978 .
32979 \end_layout
32980
32981 \begin_layout Standard
32982 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32983  gekrümmte Pfeile und vieles mehr.
32984  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32985  sind im Detail im 
32986 \emph on
32987 XY-pic-Handbuch
32988 \emph default
32989  erklärt, dass im Menü 
32990 \family sans
32991 Hilfe\SpecialChar \menuseparator
32992 Spezielle
32993 \begin_inset space ~
32994 \end_inset
32995
32996 Handbücher
32997 \family default
32998  zu finden ist.
32999 \end_layout
33000
33001 \begin_layout Subsection
33002
33003 \noun on
33004 Feynman
33005 \noun default
33006  Diagramme
33007 \begin_inset Index idx
33008 status collapsed
33009
33010 \begin_layout Plain Layout
33011 Diagramme ! Feynman
33012 \end_layout
33013
33014 \end_inset
33015
33016
33017 \end_layout
33018
33019 \begin_layout Standard
33020 Um 
33021 \noun on
33022 Feynman-
33023 \noun default
33024 Diagrammen nutzen zu können, muss das LaTeX-Paket 
33025 \series bold
33026 feyn
33027 \series default
33028  installiert sein.
33029  Ein 
33030 \noun on
33031 Feynman-
33032 \noun default
33033 Diagramm wird erstellt, indem der Befehl 
33034 \series bold
33035
33036 \backslash
33037 Diagram
33038 \series default
33039  in eine Formel eingegeben wird.
33040  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33041  hinzufügen, siehe 
33042 \begin_inset CommandInset ref
33043 LatexCommand ref
33044 reference "sec:Matrizen"
33045
33046 \end_inset
33047
33048 .
33049 \end_layout
33050
33051 \begin_layout Standard
33052 Beispiele wie man in LyX 
33053 \noun on
33054 Feynman-
33055 \noun default
33056 Diagramme erstellt sind im 
33057 \emph on
33058 Feynman-Diagramm Handbuch
33059 \emph default
33060  gegeben, dass im Menü 
33061 \family sans
33062 Hilfe\SpecialChar \menuseparator
33063 Spezielle
33064 \begin_inset space ~
33065 \end_inset
33066
33067 Handbücher
33068 \family default
33069  zu finden ist.
33070 \end_layout
33071
33072 \begin_layout Section
33073 Benutzerdefinierte Befehle
33074 \begin_inset CommandInset label
33075 LatexCommand label
33076 name "sec:Benutzerdefinierte-Befehle"
33077
33078 \end_inset
33079
33080
33081 \begin_inset Index idx
33082 status collapsed
33083
33084 \begin_layout Plain Layout
33085 benutzerdefinierte Befehle
33086 \end_layout
33087
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Standard
33094 \begin_inset Note Greyedout
33095 status open
33096
33097 \begin_layout Plain Layout
33098
33099 \series bold
33100 Achtung: 
33101 \series default
33102 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33103 n Buchstaben bestehen.
33104 \end_layout
33105
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Subsection
33112 Der Befehl 
33113 \backslash
33114 newcommand
33115 \begin_inset CommandInset label
33116 LatexCommand label
33117 name "sub:Der-Befehl-newcommand"
33118
33119 \end_inset
33120
33121
33122 \begin_inset Index idx
33123 status collapsed
33124
33125 \begin_layout Plain Layout
33126 benutzerdefinierte Befehle ! 
33127 \backslash
33128 newcommand
33129 \end_layout
33130
33131 \end_inset
33132
33133
33134 \begin_inset Index idx
33135 status collapsed
33136
33137 \begin_layout Plain Layout
33138 Befehle ! N ! 
33139 \backslash
33140 newcommand
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \begin_layout Standard
33149 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33150  Man kann sich aber mit dem Befehl 
33151 \series bold
33152
33153 \backslash
33154 newcommand
33155 \series default
33156  neue kürzere Befehle definieren.
33157 \end_layout
33158
33159 \begin_layout Standard
33160 Das Befehlsschema von 
33161 \series bold
33162
33163 \backslash
33164 newcommand
33165 \series default
33166  lautet:
33167 \end_layout
33168
33169 \begin_layout Standard
33170
33171 \series bold
33172
33173 \backslash
33174 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33175 \series default
33176  
33177 \series bold
33178 Wert]
33179 \begin_inset Newline newline
33180 \end_inset
33181
33182
33183 \begin_inset Phantom HPhantom
33184 status open
33185
33186 \begin_layout Plain Layout
33187
33188 \series bold
33189
33190 \backslash
33191 newcommand
33192 \end_layout
33193
33194 \end_inset
33195
33196 {Befehlsdefinition}
33197 \end_layout
33198
33199 \begin_layout Standard
33200 \begin_inset Note Greyedout
33201 status open
33202
33203 \begin_layout Plain Layout
33204
33205 \series bold
33206 Achtung:
33207 \series default
33208  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33209  oder von benutzten LaTeX-Paketen verwendet wird.
33210  Definiert man beispielsweise für 
33211 \series bold
33212
33213 \backslash
33214 Leftarrow
33215 \series default
33216  den Befehl 
33217 \series bold
33218
33219 \backslash
33220 le
33221 \series default
33222 , erhält man eine Fehlermeldung, denn 
33223 \series bold
33224
33225 \backslash
33226 le
33227 \series default
33228  ist schon für 
33229 \begin_inset Quotes gld
33230 \end_inset
33231
33232
33233 \begin_inset Formula $\le$
33234 \end_inset
33235
33236
33237 \begin_inset Quotes grd
33238 \end_inset
33239
33240  definiert.
33241 \end_layout
33242
33243 \end_inset
33244
33245
33246 \end_layout
33247
33248 \begin_layout Standard
33249 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33250 \begin_inset space \thinspace{}
33251 \end_inset
33252
33253 -
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33258  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33259  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33260 \emph on
33261 erste
33262 \emph default
33263  Argument des neuen Befehls ein optionales ist.
33264 \end_layout
33265
33266 \begin_layout Standard
33267 Es folgen einige Beispiele:
33268 \end_layout
33269
33270 \begin_layout Itemize
33271 Will man für 
33272 \series bold
33273
33274 \backslash
33275 Longrightarrow
33276 \series default
33277  den Befehl 
33278 \series bold
33279
33280 \backslash
33281 gr
33282 \series default
33283  definieren, lautet die LaTeX-Vor\SpecialChar \-
33284 spannzeile:
33285 \begin_inset VSpace medskip
33286 \end_inset
33287
33288
33289 \begin_inset Newline newline
33290 \end_inset
33291
33292
33293 \series bold
33294
33295 \backslash
33296 newcommand{
33297 \backslash
33298 gr}{
33299 \backslash
33300 Longrightarrow}
33301 \end_layout
33302
33303 \begin_layout Itemize
33304 Um für den Befehl 
33305 \series bold
33306
33307 \backslash
33308 underline
33309 \series default
33310  den Befehl 
33311 \series bold
33312
33313 \backslash
33314 us
33315 \series default
33316  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33317  werden.
33318  Dazu sieht die Vorspannzeile wie folgt aus:
33319 \begin_inset VSpace medskip
33320 \end_inset
33321
33322
33323 \begin_inset Newline newline
33324 \end_inset
33325
33326
33327 \series bold
33328
33329 \backslash
33330 newcommand{
33331 \backslash
33332 us}[1]{
33333 \backslash
33334 underline{#1}}
33335 \series default
33336
33337 \begin_inset VSpace medskip
33338 \end_inset
33339
33340
33341 \begin_inset Newline newline
33342 \end_inset
33343
33344 Das Zeichen 
33345 \series bold
33346 #
33347 \series default
33348  fungiert als Argumentplatzhalter, die 
33349 \series bold
33350 1
33351 \series default
33352  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33353 \end_layout
33354
33355 \begin_layout Itemize
33356 Für 
33357 \series bold
33358
33359 \backslash
33360 framebox
33361 \series default
33362  kann man z.
33363 \begin_inset space \thinspace{}
33364 \end_inset
33365
33366 B.
33367  den Befehl 
33368 \series bold
33369
33370 \backslash
33371 fb
33372 \series default
33373  definieren:
33374 \begin_inset VSpace medskip
33375 \end_inset
33376
33377
33378 \begin_inset Newline newline
33379 \end_inset
33380
33381
33382 \series bold
33383
33384 \backslash
33385 newcommand{
33386 \backslash
33387 fb}[3]{
33388 \backslash
33389 framebox#1#2{$#3$}}
33390 \series default
33391
33392 \begin_inset VSpace medskip
33393 \end_inset
33394
33395
33396 \begin_inset Newline newline
33397 \end_inset
33398
33399 Die beiden Dollarzeichen erstellen hierbei die für 
33400 \series bold
33401
33402 \backslash
33403 framebox
33404 \series default
33405  geforderte weitere Formel, siehe 
33406 \begin_inset CommandInset ref
33407 LatexCommand ref
33408 reference "sub:Boxen-mit-Rahmen"
33409
33410 \end_inset
33411
33412 .
33413 \end_layout
33414
33415 \begin_layout Itemize
33416 Um einen neuen Befehl für 
33417 \series bold
33418
33419 \backslash
33420 fcolorbox
33421 \series default
33422  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33423  definiert man das Argument für die Farbe als optional:
33424 \begin_inset VSpace medskip
33425 \end_inset
33426
33427
33428 \begin_inset Newline newline
33429 \end_inset
33430
33431
33432 \series bold
33433
33434 \backslash
33435 newcommand{
33436 \backslash
33437 cb}[3][white]{
33438 \backslash
33439 fcolorbox{#2}{#1}{$#3$}}
33440 \series default
33441
33442 \begin_inset VSpace medskip
33443 \end_inset
33444
33445
33446 \begin_inset Newline newline
33447 \end_inset
33448
33449 Gibt man bei der Verwendung von 
33450 \series bold
33451
33452 \backslash
33453 cb
33454 \series default
33455  die Farbe nicht an, wird die voreingestellte Farbe 
33456 \series bold
33457 white
33458 \series default
33459  verwendet.
33460 \end_layout
33461
33462 \begin_layout Standard
33463 Ein Test der neu definierten Befehle:
33464 \end_layout
33465
33466 \begin_layout Standard
33467 \align center
33468 \begin_inset Tabular
33469 <lyxtabular version="3" rows="6" columns="2">
33470 <features tabularvalignment="middle">
33471 <column alignment="center" valignment="top" width="0">
33472 <column alignment="center" valignment="top" width="0">
33473 <row>
33474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478 Befehl
33479 \end_layout
33480
33481 \end_inset
33482 </cell>
33483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33484 \begin_inset Text
33485
33486 \begin_layout Plain Layout
33487 Ergebnis
33488 \begin_inset Note Note
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492
33493 \series bold
33494
33495 \backslash
33496 raisebox
33497 \series default
33498  dient nur als Abstandhalter.
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 </row>
33509 <row>
33510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33511 \begin_inset Text
33512
33513 \begin_layout Plain Layout
33514 A
33515 \backslash
33516 gr
33517 \begin_inset ERT
33518 status collapsed
33519
33520 \begin_layout Plain Layout
33521
33522
33523 \backslash
33524 leer 
33525 \end_layout
33526
33527 \end_inset
33528
33529 B
33530 \end_layout
33531
33532 \end_inset
33533 </cell>
33534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33535 \begin_inset Text
33536
33537 \begin_layout Plain Layout
33538 \begin_inset Formula $A\gr B$
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \end_inset
33545 </cell>
33546 </row>
33547 <row>
33548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552
33553 \backslash
33554 us{ABcd
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33564 \end_inset
33565
33566
33567 \end_layout
33568
33569 \end_inset
33570 </cell>
33571 </row>
33572 <row>
33573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577
33578 \backslash
33579 fb{[2cm]
33580 \begin_inset Formula $\to$
33581 \end_inset
33582
33583
33584 \backslash
33585 {
33586 \begin_inset Formula $\to$
33587 \end_inset
33588
33589
33590 \backslash
33591 {
33592 \backslash
33593 int
33594 \begin_inset ERT
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598
33599
33600 \backslash
33601 leer 
33602 \end_layout
33603
33604 \end_inset
33605
33606 A=B
33607 \end_layout
33608
33609 \end_inset
33610 </cell>
33611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33612 \begin_inset Text
33613
33614 \begin_layout Plain Layout
33615 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \end_inset
33622 </cell>
33623 </row>
33624 <row>
33625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33626 \begin_inset Text
33627
33628 \begin_layout Plain Layout
33629
33630 \backslash
33631 cb{red
33632 \begin_inset Formula $\to$
33633 \end_inset
33634
33635
33636 \backslash
33637 {
33638 \backslash
33639 int
33640 \begin_inset ERT
33641 status collapsed
33642
33643 \begin_layout Plain Layout
33644
33645
33646 \backslash
33647 leer 
33648 \end_layout
33649
33650 \end_inset
33651
33652 A=B
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33658 \begin_inset Text
33659
33660 \begin_layout Plain Layout
33661 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \end_inset
33668 </cell>
33669 </row>
33670 <row>
33671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33672 \begin_inset Text
33673
33674 \begin_layout Plain Layout
33675
33676 \backslash
33677 cb[green]
33678 \backslash
33679 {red
33680 \begin_inset Formula $\to$
33681 \end_inset
33682
33683
33684 \backslash
33685 {
33686 \backslash
33687 int
33688 \begin_inset ERT
33689 status collapsed
33690
33691 \begin_layout Plain Layout
33692
33693
33694 \backslash
33695 leer 
33696 \end_layout
33697
33698 \end_inset
33699
33700 A=B
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33706 \begin_inset Text
33707
33708 \begin_layout Plain Layout
33709 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \end_inset
33716 </cell>
33717 </row>
33718 </lyxtabular>
33719
33720 \end_inset
33721
33722
33723 \end_layout
33724
33725 \begin_layout Subsection
33726 Mathe-Makros
33727 \begin_inset Index idx
33728 status collapsed
33729
33730 \begin_layout Plain Layout
33731 benutzerdefinierte Befehle ! Mathe-Makros
33732 \end_layout
33733
33734 \end_inset
33735
33736
33737 \begin_inset Index idx
33738 status collapsed
33739
33740 \begin_layout Plain Layout
33741 Makros
33742 \end_layout
33743
33744 \end_inset
33745
33746
33747 \end_layout
33748
33749 \begin_layout Standard
33750 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33751  Hat man es in einem Dokument z.
33752 \begin_inset space \thinspace{}
33753 \end_inset
33754
33755 B.
33756  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33757  auf.
33758  Die allgemeine Form einer quadratischen Gleichung ist
33759 \begin_inset Formula 
33760 \[
33761 0=\lambda^{2}+p\lambda+q
33762 \]
33763
33764 \end_inset
33765
33766 Die allgemeine Form der Lösung lautet
33767 \begin_inset Formula 
33768 \[
33769 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33770 \]
33771
33772 \end_inset
33773
33774
33775 \end_layout
33776
33777 \begin_layout Standard
33778 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33779  drei Parameter 
33780 \begin_inset Formula $\lambda$
33781 \end_inset
33782
33783
33784 \begin_inset Formula $p$
33785 \end_inset
33786
33787  und 
33788 \begin_inset Formula $q$
33789 \end_inset
33790
33791  angegeben werden müssen und der Index von 
33792 \begin_inset Formula $\lambda$
33793 \end_inset
33794
33795  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33796 \begin_inset Newline newline
33797 \end_inset
33798
33799
33800 \series bold
33801
33802 \backslash
33803 newcommand{
33804 \backslash
33805 qG}[4][1,
33806 \backslash
33807 ,2]{#2_{#1}=-
33808 \backslash
33809 frac{#3}{2}
33810 \backslash
33811 pm
33812 \begin_inset Newline newline
33813 \end_inset
33814
33815
33816 \begin_inset Phantom HPhantom
33817 status open
33818
33819 \begin_layout Plain Layout
33820
33821 \series bold
33822
33823 \backslash
33824 newcommand
33825 \end_layout
33826
33827 \end_inset
33828
33829
33830 \backslash
33831 sqrt{
33832 \backslash
33833 frac{#3^{2}}{4}-#4}}
33834 \end_layout
33835
33836 \begin_layout Standard
33837 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33838  
33839 \begin_inset Newline newline
33840 \end_inset
33841
33842
33843 \series bold
33844
33845 \backslash
33846 qG{
33847 \backslash
33848 lambda
33849 \begin_inset Formula $\to$
33850 \end_inset
33851
33852
33853 \backslash
33854 {p
33855 \begin_inset Formula $\to$
33856 \end_inset
33857
33858
33859 \backslash
33860 {q 
33861 \series default
33862 ein.
33863 \end_layout
33864
33865 \begin_layout Standard
33866 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33867  aller verwendeten LaTeX-Befehle kennen, z.
33868 \begin_inset space \thinspace{}
33869 \end_inset
33870
33871 B.
33872  dass ein Bruch in LaTeX mit 
33873 \series bold
33874
33875 \backslash
33876 frac{Zähler}
33877 \begin_inset Newline linebreak
33878 \end_inset
33879
33880 {Nenner}
33881 \series default
33882  eingegeben wird.
33883  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33884  in LyX nicht sehen, was der neue Befehl macht.
33885  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33886  Mathe-Makros statt den Befehl 
33887 \series bold
33888
33889 \backslash
33890 newcommand
33891 \series default
33892  zu verwenden.
33893 \end_layout
33894
33895 \begin_layout Standard
33896 Ein Mathe-Makro wird erstellt, indem man das Menü 
33897 \family sans
33898 Einfügen\SpecialChar \menuseparator
33899 Mathe\SpecialChar \menuseparator
33900 Makro
33901 \family default
33902  oder den Werkzeugleistenknopf 
33903 \begin_inset Graphics
33904         filename ../../images/math-macro_newmacroname_newcommand.png
33905         scale 85
33906
33907 \end_inset
33908
33909  verwendet.
33910  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33911  Makro definiert wird:
33912 \begin_inset Newline newline
33913 \end_inset
33914
33915
33916 \lang english
33917
33918 \begin_inset space \hspace*{\fill}
33919 \end_inset
33920
33921
33922 \lang ngerman
33923
33924 \begin_inset Graphics
33925         filename ../clipart/macrobox.png
33926
33927 \end_inset
33928
33929
33930 \lang english
33931
33932 \begin_inset space \hspace*{\fill}
33933 \end_inset
33934
33935
33936 \lang ngerman
33937
33938 \begin_inset Newline newline
33939 \end_inset
33940
33941
33942 \begin_inset FormulaMacro
33943 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33944 \end_inset
33945
33946
33947 \backslash
33948 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33949  geändert werden sollte.
33950  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33951  Einen Argumentplatzhalter fügt man mit dem Befehl 
33952 \series bold
33953
33954 \backslash
33955 #Argumentnummer
33956 \series default
33957  ein, z.
33958 \begin_inset space \thinspace{}
33959 \end_inset
33960
33961 B.
33962  
33963 \series bold
33964
33965 \backslash
33966 #1
33967 \series default
33968  oder man verwendet den Makro-Werkzeugleistenknopf 
33969 \begin_inset Graphics
33970         filename ../../images/math-macro-add-param.png
33971         scale 85
33972
33973 \end_inset
33974
33975 .
33976  Argumentplatzhalter werden rot dargestellt.
33977  Es sind maximal 9 Argumente möglich.
33978  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33979 \begin_inset Graphics
33980         filename ../../images/math-macro-add-optional-param.png
33981         scale 85
33982
33983 \end_inset
33984
33985  erstellt.
33986  Mit dem Werkzeugleistenknopf 
33987 \begin_inset Graphics
33988         filename ../../images/math-macro-make-optional.png
33989         scale 85
33990
33991 \end_inset
33992
33993  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33994  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33995  werden soll.
33996  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33997  Kästchen leer lässt.
33998  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33999  einnimmt, kann man in das Kästchen z.
34000 \begin_inset space \thinspace{}
34001 \end_inset
34002
34003 B.
34004 \begin_inset Newline newline
34005 \end_inset
34006
34007
34008 \series bold
34009 qG: 
34010 \backslash
34011 #1
34012 \series default
34013  
34014 \series bold
34015 ,
34016 \series default
34017  
34018 \series bold
34019
34020 \backslash
34021 #2
34022 \series default
34023  
34024 \series bold
34025 ,
34026 \series default
34027  
34028 \series bold
34029
34030 \backslash
34031 #3, 
34032 \backslash
34033 #4
34034 \begin_inset Newline newline
34035 \end_inset
34036
34037
34038 \series default
34039 eingeben.
34040  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
34041  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
34042  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
34043  wurde.
34044 \begin_inset Newline newline
34045 \end_inset
34046
34047 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
34048  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
34049 \family sans
34050 Ansicht\SpecialChar \menuseparator
34051 Mathe-Makro
34052 \begin_inset space ~
34053 \end_inset
34054
34055 auf/zuklappen
34056 \family default
34057  verwendet.
34058 \end_layout
34059
34060 \begin_layout Standard
34061 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
34062  ein, in unserem Fall 
34063 \series bold
34064
34065 \backslash
34066 qG
34067 \series default
34068 .
34069  Unser Makro sieht in LyX folgendermaßen aus:
34070 \begin_inset Newline newline
34071 \end_inset
34072
34073
34074 \lang english
34075
34076 \begin_inset space \hspace*{\fill}
34077 \end_inset
34078
34079
34080 \lang ngerman
34081
34082 \begin_inset Graphics
34083         filename ../clipart/macrouse.png
34084
34085 \end_inset
34086
34087
34088 \lang english
34089
34090 \begin_inset space \hspace*{\fill}
34091 \end_inset
34092
34093
34094 \lang ngerman
34095
34096 \begin_inset Newline newline
34097 \end_inset
34098
34099 Hier ist unser Makro-Beispiel mit den Argumenten 
34100 \begin_inset Formula $x$
34101 \end_inset
34102
34103
34104 \begin_inset Formula $\ln(x)$
34105 \end_inset
34106
34107  und 
34108 \begin_inset Formula $B$
34109 \end_inset
34110
34111 :
34112 \end_layout
34113
34114 \begin_layout Standard
34115 \begin_inset Formula 
34116 \[
34117 \qG x{\ln(x)}B
34118 \]
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 LyX bietet im Menü 
34127 \family sans
34128 Werkzeuge\SpecialChar \menuseparator
34129 Einstellungen\SpecialChar \menuseparator
34130 Bearbeiten\SpecialChar \menuseparator
34131 Kontrolle
34132 \family default
34133  verschiedene Bearbeitungsstile für Makros an.
34134  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34135  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34136  zu sehen.
34137 \end_layout
34138
34139 \begin_layout Standard
34140 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34141 \series bold
34142
34143 \backslash
34144 new\SpecialChar \-
34145 command
34146 \series default
34147 -Befehl umgewandelt.
34148  Der 
34149 \series bold
34150
34151 \backslash
34152 newcommand
34153 \series default
34154 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34155  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34156  Makrodefinitionsbox befinden.
34157 \end_layout
34158
34159 \begin_layout Standard
34160 Mathe-Makros können auch direkt aus einem 
34161 \series bold
34162
34163 \backslash
34164 newcommand
34165 \series default
34166 -Befehl erstellt werden.
34167  Schreibt man z.
34168 \begin_inset space \thinspace{}
34169 \end_inset
34170
34171 B.
34172  den Befehl
34173 \series bold
34174
34175 \begin_inset Newline newline
34176 \end_inset
34177
34178
34179 \backslash
34180 newcommand{
34181 \backslash
34182 larrow}[2]{
34183 \backslash
34184 xleftarrow[#2]{#1}}
34185 \begin_inset Newline newline
34186 \end_inset
34187
34188
34189 \series default
34190 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34191 zel 
34192 \family sans
34193 Strg+M
34194 \family default
34195 , wird der Befehl in ein Mathe-Makro umgewandelt.
34196  Bei dieser Methode muss man jedoch aufpassen, dass der 
34197 \series bold
34198
34199 \backslash
34200 newcommand
34201 \series default
34202 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34203  erstellt, dass später LaTeX-Fehler hervorruft.
34204 \end_layout
34205
34206 \begin_layout Standard
34207 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34208  Makrodefinition fehlerhaft behandelt werden.
34209  Dadurch kann das Beispiel 
34210 \series bold
34211
34212 \backslash
34213 fb
34214 \series default
34215  aus 
34216 \begin_inset CommandInset ref
34217 LatexCommand ref
34218 reference "sub:Der-Befehl-newcommand"
34219
34220 \end_inset
34221
34222  nicht als Makro erzeugt werden.
34223 \end_layout
34224
34225 \begin_layout Standard
34226 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34227  in LyX angezeigt:
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \begin_inset VSpace defskip
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \begin_layout Standard
34238 \begin_inset Graphics
34239         filename ../clipart/MacroToolbar.png
34240
34241 \end_inset
34242
34243
34244 \begin_inset Index idx
34245 status collapsed
34246
34247 \begin_layout Plain Layout
34248 Makros ! Werkzeugleiste
34249 \end_layout
34250
34251 \end_inset
34252
34253
34254 \end_layout
34255
34256 \begin_layout Standard
34257 \begin_inset VSpace defskip
34258 \end_inset
34259
34260
34261 \end_layout
34262
34263 \begin_layout Standard
34264 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34265 \end_layout
34266
34267 \begin_layout Standard
34268 \begin_inset VSpace defskip
34269 \end_inset
34270
34271
34272 \end_layout
34273
34274 \begin_layout Standard
34275 \begin_inset Tabular
34276 <lyxtabular version="3" rows="9" columns="2">
34277 <features islongtable="true" longtabularalignment="center">
34278 <column alignment="left" valignment="top" width="0">
34279 <column alignment="left" valignment="top" width="85col%">
34280 <row interlinespace="2.5mm">
34281 <cell alignment="center" valignment="top" usebox="none">
34282 \begin_inset Text
34283
34284 \begin_layout Plain Layout
34285 \begin_inset Graphics
34286         filename ../../images/math-macro-remove-param.png
34287         rotateOrigin center
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \end_inset
34295 </cell>
34296 <cell alignment="center" valignment="top" usebox="none">
34297 \begin_inset Text
34298
34299 \begin_layout Plain Layout
34300
34301 \family sans
34302 Bearbeiten\SpecialChar \menuseparator
34303 Mathe\SpecialChar \menuseparator
34304 Makro-Definition\SpecialChar \menuseparator
34305 Letztes Argument entfernen
34306 \end_layout
34307
34308 \end_inset
34309 </cell>
34310 </row>
34311 <row interlinespace="2.5mm">
34312 <cell alignment="center" valignment="top" usebox="none">
34313 \begin_inset Text
34314
34315 \begin_layout Plain Layout
34316 \begin_inset Graphics
34317         filename ../../images/math-macro-add-param.png
34318         rotateOrigin center
34319
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 <cell alignment="center" valignment="top" usebox="none">
34328 \begin_inset Text
34329
34330 \begin_layout Plain Layout
34331
34332 \family sans
34333 Bearbeiten\SpecialChar \menuseparator
34334 Mathe\SpecialChar \menuseparator
34335 Makro-Definition\SpecialChar \menuseparator
34336 Argument hinzufügen
34337 \end_layout
34338
34339 \end_inset
34340 </cell>
34341 </row>
34342 <row interlinespace="2.5mm">
34343 <cell alignment="center" valignment="top" usebox="none">
34344 \begin_inset Text
34345
34346 \begin_layout Plain Layout
34347 \begin_inset Graphics
34348         filename ../../images/math-macro-make-optional.png
34349         rotateOrigin center
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 <cell alignment="center" valignment="top" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362
34363 \family sans
34364 Bearbeiten\SpecialChar \menuseparator
34365 Mathe\SpecialChar \menuseparator
34366 Makro-Definition\SpecialChar \menuseparator
34367 Das erste nicht-optionale
34368 \begin_inset Newline newline
34369 \end_inset
34370
34371
34372 \begin_inset Phantom HPhantom
34373 status open
34374
34375 \begin_layout Plain Layout
34376
34377 \family sans
34378 Bearbeiten\SpecialChar \menuseparator
34379 Mathe\SpecialChar \menuseparator
34380 Makro-Definition\SpecialChar \menuseparator
34381
34382 \end_layout
34383
34384 \end_inset
34385
34386 Argument in einen optionales
34387 \begin_inset Newline newline
34388 \end_inset
34389
34390
34391 \begin_inset Phantom HPhantom
34392 status open
34393
34394 \begin_layout Plain Layout
34395
34396 \family sans
34397 Bearbeiten\SpecialChar \menuseparator
34398 Mathe\SpecialChar \menuseparator
34399 Makro-Definition\SpecialChar \menuseparator
34400
34401 \end_layout
34402
34403 \end_inset
34404
34405 ändern
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 </row>
34411 <row interlinespace="2.5mm">
34412 <cell alignment="center" valignment="top" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Plain Layout
34416 \begin_inset Graphics
34417         filename ../../images/math-macro-make-nonoptional.png
34418         rotateOrigin center
34419
34420 \end_inset
34421
34422
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 <cell alignment="center" valignment="top" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431
34432 \family sans
34433 Bearbeiten\SpecialChar \menuseparator
34434 Mathe\SpecialChar \menuseparator
34435 Makro-Definition\SpecialChar \menuseparator
34436 Das letzte optionale Argument in
34437 \begin_inset Newline newline
34438 \end_inset
34439
34440
34441 \begin_inset Phantom HPhantom
34442 status open
34443
34444 \begin_layout Plain Layout
34445
34446 \family sans
34447 Bearbeiten\SpecialChar \menuseparator
34448 Mathe\SpecialChar \menuseparator
34449 Makro-Definition\SpecialChar \menuseparator
34450
34451 \end_layout
34452
34453 \end_inset
34454
34455 einen nicht-optionales ändern
34456 \end_layout
34457
34458 \end_inset
34459 </cell>
34460 </row>
34461 <row interlinespace="2.5mm">
34462 <cell alignment="center" valignment="top" usebox="none">
34463 \begin_inset Text
34464
34465 \begin_layout Plain Layout
34466 \begin_inset Graphics
34467         filename ../../images/math-macro-remove-optional-param.png
34468         rotateOrigin center
34469
34470 \end_inset
34471
34472
34473 \end_layout
34474
34475 \end_inset
34476 </cell>
34477 <cell alignment="center" valignment="top" usebox="none">
34478 \begin_inset Text
34479
34480 \begin_layout Plain Layout
34481
34482 \family sans
34483 Bearbeiten\SpecialChar \menuseparator
34484 Mathe\SpecialChar \menuseparator
34485 Makro-Definition\SpecialChar \menuseparator
34486 Optionales Argument entfernen
34487 \end_layout
34488
34489 \end_inset
34490 </cell>
34491 </row>
34492 <row interlinespace="2.5mm">
34493 <cell alignment="center" valignment="top" usebox="none">
34494 \begin_inset Text
34495
34496 \begin_layout Plain Layout
34497 \begin_inset Graphics
34498         filename ../../images/math-macro-add-optional-param.png
34499         rotateOrigin center
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 <cell alignment="center" valignment="top" usebox="none">
34509 \begin_inset Text
34510
34511 \begin_layout Plain Layout
34512
34513 \family sans
34514 Bearbeiten\SpecialChar \menuseparator
34515 Mathe\SpecialChar \menuseparator
34516 Makro-Definition\SpecialChar \menuseparator
34517 Optionales Argument einfügen
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 </row>
34523 <row interlinespace="2.5mm">
34524 <cell alignment="center" valignment="top" usebox="none">
34525 \begin_inset Text
34526
34527 \begin_layout Plain Layout
34528 \begin_inset Graphics
34529         filename ../../images/math-macro-remove-greedy-param.png
34530         rotateOrigin center
34531
34532 \end_inset
34533
34534
34535 \end_layout
34536
34537 \end_inset
34538 </cell>
34539 <cell alignment="center" valignment="top" usebox="none">
34540 \begin_inset Text
34541
34542 \begin_layout Plain Layout
34543
34544 \family sans
34545 Bearbeiten\SpecialChar \menuseparator
34546 Mathe\SpecialChar \menuseparator
34547 Makro-Definition\SpecialChar \menuseparator
34548 Letztes Argument rechts entfernen
34549 \end_layout
34550
34551 \end_inset
34552 </cell>
34553 </row>
34554 <row interlinespace="2.5mm">
34555 <cell alignment="center" valignment="top" usebox="none">
34556 \begin_inset Text
34557
34558 \begin_layout Plain Layout
34559 \begin_inset Graphics
34560         filename ../../images/math-macro-append-greedy-param.png
34561         rotateOrigin center
34562
34563 \end_inset
34564
34565
34566 \end_layout
34567
34568 \end_inset
34569 </cell>
34570 <cell alignment="center" valignment="top" usebox="none">
34571 \begin_inset Text
34572
34573 \begin_layout Plain Layout
34574
34575 \family sans
34576 Bearbeiten\SpecialChar \menuseparator
34577 Mathe\SpecialChar \menuseparator
34578 Makro-Definition\SpecialChar \menuseparator
34579 Argument von rechts hinzufügen
34580 \end_layout
34581
34582 \end_inset
34583 </cell>
34584 </row>
34585 <row interlinespace="2.5mm">
34586 <cell alignment="center" valignment="top" usebox="none">
34587 \begin_inset Text
34588
34589 \begin_layout Plain Layout
34590 \begin_inset Graphics
34591         filename ../../images/math-macro-add-greedy-optional-param.png
34592         rotateOrigin center
34593
34594 \end_inset
34595
34596
34597 \end_layout
34598
34599 \end_inset
34600 </cell>
34601 <cell alignment="center" valignment="top" usebox="none">
34602 \begin_inset Text
34603
34604 \begin_layout Plain Layout
34605
34606 \family sans
34607 Bearbeiten\SpecialChar \menuseparator
34608 Mathe\SpecialChar \menuseparator
34609 Makro-Definition\SpecialChar \menuseparator
34610 Optionales Argument von rechts
34611 \begin_inset Newline newline
34612 \end_inset
34613
34614
34615 \begin_inset Phantom HPhantom
34616 status open
34617
34618 \begin_layout Plain Layout
34619
34620 \family sans
34621 Bearbeiten\SpecialChar \menuseparator
34622 Mathe\SpecialChar \menuseparator
34623 Makro-Definition\SpecialChar \menuseparator
34624
34625 \end_layout
34626
34627 \end_inset
34628
34629 hinzufügen
34630 \end_layout
34631
34632 \end_inset
34633 </cell>
34634 </row>
34635 </lyxtabular>
34636
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \begin_layout Section
34643 Computeralgebrasysteme
34644 \end_layout
34645
34646 \begin_layout Standard
34647 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
34648  oder benutzerdefinierten Skripten auszutauschen.
34649  Momentan werden folgende Anwendungen unterstützt: 
34650 \family typewriter
34651 Maple
34652 \family default
34653
34654 \family typewriter
34655 Mathematica
34656 \family default
34657
34658 \family typewriter
34659 Maxima
34660 \family default
34661  und 
34662 \family typewriter
34663 Octave
34664 \family default
34665 .
34666  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34667  sehr einfache Fälle beschränkt sind.
34668 \end_layout
34669
34670 \begin_layout Subsection
34671 Verwendung
34672 \end_layout
34673
34674 \begin_layout Standard
34675 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34676 \family sans
34677 Bearbeiten\SpecialChar \menuseparator
34678 Mathe\SpecialChar \menuseparator
34679 Computer-Algebra-System verwenden
34680 \family default
34681  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34682  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34683  mit dem 
34684 \begin_inset Quotes gld
34685 \end_inset
34686
34687 =
34688 \begin_inset Quotes grd
34689 \end_inset
34690
34691  Operator erscheinen.
34692 \end_layout
34693
34694 \begin_layout Standard
34695 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34696 \family typewriter
34697 Maxima
34698 \family default
34699 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34700 \end_layout
34701
34702 \begin_layout Itemize
34703 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \begin_layout Itemize
34710 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \begin_layout Itemize
34717 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34718 \end_inset
34719
34720
34721 \end_layout
34722
34723 \begin_layout Itemize
34724 \begin_inset Formula $\det\left[\begin{array}{ccc}
34725 1 & 6 & 7\\
34726 2 & 5 & 8\\
34727 3 & 4 & 17
34728 \end{array}\right]=-56$
34729 \end_inset
34730
34731
34732 \end_layout
34733
34734 \begin_layout Itemize
34735 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34736 \end_inset
34737
34738
34739 \end_layout
34740
34741 \begin_layout Subsection
34742 Tastenkürzel
34743 \end_layout
34744
34745 \begin_layout Standard
34746 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34747  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
34748 \family sans
34749 math-extern
34750 \family default
34751  verknüpfen (siehe das 
34752 \emph on
34753 LyX-Funktionen
34754 \emph default
34755  Handbuch).
34756  Man kann z.
34757 \begin_inset space \thinspace{}
34758 \end_inset
34759
34760 B.
34761  die 
34762 \family sans
34763 Enter
34764 \family default
34765 -Taste in Formeln verknüpfen.
34766  Um sie mit 
34767 \family typewriter
34768 Maxima
34769 \family default
34770  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34771 \end_layout
34772
34773 \begin_layout Standard
34774
34775 \series bold
34776 command-alternatives break-paragraph;math-extern maxima
34777 \end_layout
34778
34779 \begin_layout Standard
34780 \begin_inset Newpage newpage
34781 \end_inset
34782
34783
34784 \end_layout
34785
34786 \begin_layout Section
34787 Tipps
34788 \begin_inset Index idx
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792 Tipps
34793 \end_layout
34794
34795 \end_inset
34796
34797
34798 \end_layout
34799
34800 \begin_layout Subsection
34801 Negative Zahlen
34802 \begin_inset Index idx
34803 status collapsed
34804
34805 \begin_layout Plain Layout
34806 Zahlen ! negative
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \begin_layout Standard
34815 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34816  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34817  dargestellt.
34818  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34819  Minuszeichen korrekt.
34820 \end_layout
34821
34822 \begin_layout Standard
34823 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34824  nicht mehr auf.
34825 \end_layout
34826
34827 \begin_layout Standard
34828 Ein Beispiel zur Veranschaulichung der Problematik:
34829 \end_layout
34830
34831 \begin_layout Standard
34832 \align center
34833 \begin_inset Tabular
34834 <lyxtabular version="3" rows="3" columns="2">
34835 <features tabularvalignment="middle">
34836 <column alignment="right" valignment="top" width="0">
34837 <column alignment="left" valignment="top" width="0">
34838 <row>
34839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843 normaler Text:
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34849 \begin_inset Text
34850
34851 \begin_layout Plain Layout
34852 x = -2
34853 \end_layout
34854
34855 \end_inset
34856 </cell>
34857 </row>
34858 <row>
34859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34860 \begin_inset Text
34861
34862 \begin_layout Plain Layout
34863 Formelmodus:
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Plain Layout
34872 \begin_inset Formula $x=-2$
34873 \end_inset
34874
34875
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 </row>
34881 <row>
34882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Plain Layout
34886 Lösung:
34887 \end_layout
34888
34889 \end_inset
34890 </cell>
34891 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895 \begin_inset Formula $x=\textrm{-}2$
34896 \end_inset
34897
34898
34899 \end_layout
34900
34901 \end_inset
34902 </cell>
34903 </row>
34904 </lyxtabular>
34905
34906 \end_inset
34907
34908
34909 \end_layout
34910
34911 \begin_layout Subsection
34912 Komma als Dezimaltrennzeichen
34913 \begin_inset Index idx
34914 status collapsed
34915
34916 \begin_layout Plain Layout
34917 Komma
34918 \end_layout
34919
34920 \end_inset
34921
34922
34923 \end_layout
34924
34925 \begin_layout Standard
34926 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34927  als Gruppentrennzeichen.
34928  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34929  eingefügt.
34930 \end_layout
34931
34932 \begin_layout Standard
34933 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34934  Text um (Tastenkürzel 
34935 \family sans
34936 Alt+M
34937 \begin_inset space ~
34938 \end_inset
34939
34940 M
34941 \family default
34942 ).
34943 \end_layout
34944
34945 \begin_layout Standard
34946 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34947  lädt man die Datei 
34948 \series bold
34949 icomma.sty
34950 \series default
34951
34952 \begin_inset Foot
34953 status collapsed
34954
34955 \begin_layout Plain Layout
34956
34957 \series bold
34958 icomma
34959 \series default
34960  ist Teil des LaTeX-Paketes 
34961 \series bold
34962 was
34963 \series default
34964
34965 \begin_inset Index idx
34966 status collapsed
34967
34968 \begin_layout Plain Layout
34969 Pakete ! was
34970 \begin_inset ERT
34971 status collapsed
34972
34973 \begin_layout Plain Layout
34974
34975
34976 \backslash
34977 vspace{4mm}
34978 \end_layout
34979
34980 \end_inset
34981
34982
34983 \end_layout
34984
34985 \end_inset
34986
34987 .
34988 \end_layout
34989
34990 \end_inset
34991
34992
34993 \begin_inset Index idx
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997 Pakete ! icomma
34998 \end_layout
34999
35000 \end_inset
35001
35002  mit der LaTeX-Vorspannzeile
35003 \end_layout
35004
35005 \begin_layout Standard
35006
35007 \series bold
35008
35009 \backslash
35010 usepackage{icomma}
35011 \end_layout
35012
35013 \begin_layout Subsection
35014 Physikalische Vektoren
35015 \begin_inset CommandInset label
35016 LatexCommand label
35017 name "sub:Physikalische-Vektoren"
35018
35019 \end_inset
35020
35021
35022 \begin_inset Index idx
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026 Vektoren ! physikalische
35027 \end_layout
35028
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \begin_layout Standard
35035 Vordefinierte Vektoren bietet das LaTeX-Paket 
35036 \series bold
35037 braket
35038 \series default
35039
35040 \begin_inset Index idx
35041 status collapsed
35042
35043 \begin_layout Plain Layout
35044 Pakete ! braket
35045 \end_layout
35046
35047 \end_inset
35048
35049 , das mit der LaTeX-Vorspannzeile
35050 \end_layout
35051
35052 \begin_layout Standard
35053
35054 \series bold
35055
35056 \backslash
35057 usepackage{braket}
35058 \end_layout
35059
35060 \begin_layout Standard
35061 geladen wird.
35062 \begin_inset ERT
35063 status collapsed
35064
35065 \begin_layout Plain Layout
35066
35067
35068 \backslash
35069 ifbraket 
35070 \end_layout
35071
35072 \end_inset
35073
35074
35075 \begin_inset Note Note
35076 status open
35077
35078 \begin_layout Plain Layout
35079 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35080 \series bold
35081 braket
35082 \series default
35083  installiert ist:
35084 \end_layout
35085
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \begin_layout Standard
35092 \begin_inset Newpage newpage
35093 \end_inset
35094
35095
35096 \end_layout
35097
35098 \begin_layout Standard
35099 Folgende Befehle sind definiert:
35100 \end_layout
35101
35102 \begin_layout Standard
35103 \align center
35104 \begin_inset Tabular
35105 <lyxtabular version="3" rows="4" columns="2">
35106 <features tabularvalignment="middle">
35107 <column alignment="center" valignment="top" width="0">
35108 <column alignment="center" valignment="top" width="0">
35109 <row>
35110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114 Befehl
35115 \end_layout
35116
35117 \end_inset
35118 </cell>
35119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123 Ergebnis
35124 \end_layout
35125
35126 \end_inset
35127 </cell>
35128 </row>
35129 <row>
35130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134
35135 \backslash
35136 Bra{
35137 \backslash
35138 psi
35139 \end_layout
35140
35141 \end_inset
35142 </cell>
35143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147 \begin_inset Formula $\Bra{\psi}$
35148 \end_inset
35149
35150
35151 \end_layout
35152
35153 \end_inset
35154 </cell>
35155 </row>
35156 <row>
35157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161
35162 \backslash
35163 Ket{
35164 \backslash
35165 psi
35166 \end_layout
35167
35168 \end_inset
35169 </cell>
35170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35171 \begin_inset Text
35172
35173 \begin_layout Plain Layout
35174 \begin_inset Formula $\Ket{\psi}$
35175 \end_inset
35176
35177
35178 \end_layout
35179
35180 \end_inset
35181 </cell>
35182 </row>
35183 <row>
35184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35185 \begin_inset Text
35186
35187 \begin_layout Plain Layout
35188
35189 \backslash
35190 Braket{
35191 \backslash
35192 psi|
35193 \backslash
35194 phi
35195 \end_layout
35196
35197 \end_inset
35198 </cell>
35199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35200 \begin_inset Text
35201
35202 \begin_layout Plain Layout
35203 \begin_inset Formula $\Braket{\psi|\phi}$
35204 \end_inset
35205
35206
35207 \end_layout
35208
35209 \end_inset
35210 </cell>
35211 </row>
35212 </lyxtabular>
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Standard
35220 Der Befehl 
35221 \series bold
35222
35223 \backslash
35224 Braket
35225 \series default
35226  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35227  Klammern gesetzt werden:
35228 \begin_inset Formula 
35229 \[
35230 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35231 \]
35232
35233 \end_inset
35234
35235
35236 \begin_inset ERT
35237 status collapsed
35238
35239 \begin_layout Plain Layout
35240
35241
35242 \backslash
35243 else 
35244 \end_layout
35245
35246 \end_inset
35247
35248
35249 \begin_inset Note Note
35250 status open
35251
35252 \begin_layout Plain Layout
35253 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35254 \series bold
35255 braket
35256 \series default
35257  nicht installiert ist:
35258 \end_layout
35259
35260 \end_inset
35261
35262
35263 \end_layout
35264
35265 \begin_layout Standard
35266 Das LaTeX-Paket 
35267 \series bold
35268 braket 
35269 \series default
35270 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35271 \end_layout
35272
35273 \begin_layout Standard
35274 \begin_inset ERT
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278
35279
35280 \backslash
35281 fi 
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \begin_layout Standard
35290 Der Effekt von 
35291 \series bold
35292
35293 \backslash
35294 Braket
35295 \series default
35296  kann auch mit dem Befehl 
35297 \series bold
35298
35299 \backslash
35300 middle
35301 \series default
35302  erzielt werden, der in 
35303 \begin_inset CommandInset ref
35304 LatexCommand ref
35305 reference "sub:Automatische-Klammergrößen"
35306
35307 \end_inset
35308
35309  beschrieben ist.
35310 \end_layout
35311
35312 \begin_layout Subsection
35313 Selbst definierte Brüche
35314 \begin_inset CommandInset label
35315 LatexCommand label
35316 name "sub:Selbstdefinierte-Brüche"
35317
35318 \end_inset
35319
35320
35321 \begin_inset Index idx
35322 status collapsed
35323
35324 \begin_layout Plain Layout
35325 Brüche ! selbstdefinierte
35326 \end_layout
35327
35328 \end_inset
35329
35330
35331 \end_layout
35332
35333 \begin_layout Standard
35334 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35335 \series bold
35336
35337 \backslash
35338 genfrac
35339 \series default
35340
35341 \begin_inset Index idx
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345 Befehle ! G ! 
35346 \backslash
35347 genfrac
35348 \end_layout
35349
35350 \end_inset
35351
35352  in folgendem Schema:
35353 \end_layout
35354
35355 \begin_layout Standard
35356
35357 \series bold
35358
35359 \backslash
35360 genfrac{linke
35361 \series default
35362  
35363 \series bold
35364 Klammer}{rechte
35365 \series default
35366  
35367 \series bold
35368 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35369 \begin_inset Newline newline
35370 \end_inset
35371
35372
35373 \begin_inset Phantom HPhantom
35374 status open
35375
35376 \begin_layout Plain Layout
35377
35378 \series bold
35379
35380 \backslash
35381 genfrac
35382 \end_layout
35383
35384 \end_inset
35385
35386 {Zähler}{Nenner}
35387 \end_layout
35388
35389 \begin_layout Standard
35390 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35391 \begin_inset space \thinspace{}
35392 \end_inset
35393
35394 -
35395 \begin_inset space \thinspace{}
35396 \end_inset
35397
35398 3 angegeben.
35399 \end_layout
35400
35401 \begin_layout Standard
35402 \align center
35403 \begin_inset Tabular
35404 <lyxtabular version="3" rows="5" columns="2">
35405 <features tabularvalignment="middle">
35406 <column alignment="center" valignment="top" width="0">
35407 <column alignment="center" valignment="top" width="0">
35408 <row>
35409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35410 \begin_inset Text
35411
35412 \begin_layout Plain Layout
35413 Nummer
35414 \end_layout
35415
35416 \end_inset
35417 </cell>
35418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422 Ansichtsstil
35423 \end_layout
35424
35425 \end_inset
35426 </cell>
35427 </row>
35428 <row>
35429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35430 \begin_inset Text
35431
35432 \begin_layout Plain Layout
35433 0
35434 \end_layout
35435
35436 \end_inset
35437 </cell>
35438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35439 \begin_inset Text
35440
35441 \begin_layout Plain Layout
35442 abgesetzte Formel
35443 \end_layout
35444
35445 \end_inset
35446 </cell>
35447 </row>
35448 <row>
35449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35450 \begin_inset Text
35451
35452 \begin_layout Plain Layout
35453 1
35454 \end_layout
35455
35456 \end_inset
35457 </cell>
35458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35459 \begin_inset Text
35460
35461 \begin_layout Plain Layout
35462 eingebettete Formel
35463 \end_layout
35464
35465 \end_inset
35466 </cell>
35467 </row>
35468 <row>
35469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35470 \begin_inset Text
35471
35472 \begin_layout Plain Layout
35473 2
35474 \end_layout
35475
35476 \end_inset
35477 </cell>
35478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35479 \begin_inset Text
35480
35481 \begin_layout Plain Layout
35482 klein
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 </row>
35488 <row>
35489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493 3
35494 \end_layout
35495
35496 \end_inset
35497 </cell>
35498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35499 \begin_inset Text
35500
35501 \begin_layout Plain Layout
35502 winzig
35503 \end_layout
35504
35505 \end_inset
35506 </cell>
35507 </row>
35508 </lyxtabular>
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \begin_layout Standard
35516 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35517  
35518 \series bold
35519
35520 \backslash
35521 frac
35522 \series default
35523  der Umgebung an.
35524 \end_layout
35525
35526 \begin_layout Standard
35527 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35528  0.4
35529 \begin_inset space \thinspace{}
35530 \end_inset
35531
35532 pt verwendet.
35533 \end_layout
35534
35535 \begin_layout Standard
35536 \begin_inset VSpace medskip
35537 \end_inset
35538
35539 Zum Beispiel sind die Befehle 
35540 \series bold
35541
35542 \backslash
35543 dfrac
35544 \series default
35545  und 
35546 \series bold
35547
35548 \backslash
35549 tbinom
35550 \series default
35551  aus 
35552 \begin_inset CommandInset ref
35553 LatexCommand ref
35554 reference "sub:Brüche"
35555
35556 \end_inset
35557
35558  folgendermaßen definiert:
35559 \end_layout
35560
35561 \begin_layout Standard
35562
35563 \series bold
35564
35565 \backslash
35566 newcommand{
35567 \backslash
35568 dfrac}[2]{
35569 \backslash
35570 genfrac{}{}{}{0}{#1}{#2}}
35571 \end_layout
35572
35573 \begin_layout Standard
35574 und
35575 \end_layout
35576
35577 \begin_layout Standard
35578
35579 \series bold
35580
35581 \backslash
35582 newcommand{
35583 \backslash
35584 tbinom}[2]{
35585 \backslash
35586 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35587 \end_layout
35588
35589 \begin_layout Standard
35590 \begin_inset VSpace medskip
35591 \end_inset
35592
35593 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35594  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35595 \end_layout
35596
35597 \begin_layout Standard
35598
35599 \series bold
35600
35601 \backslash
35602 newcommand{
35603 \backslash
35604 fracS}[3][]{
35605 \backslash
35606 genfrac{}{}{#1}{}{#2}{#3}}
35607 \end_layout
35608
35609 \begin_layout Standard
35610 Dazu ein Test:
35611 \begin_inset Formula 
35612 \begin{align*}
35613 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35614 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35615 \end{align*}
35616
35617 \end_inset
35618
35619 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35620  in etwa der dreifachen Strichdicke.
35621 \end_layout
35622
35623 \begin_layout Subsection
35624 Durchgestrichene Formeln
35625 \begin_inset Index idx
35626 status collapsed
35627
35628 \begin_layout Plain Layout
35629 Formel ! durchgestrichene
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \begin_layout Standard
35638 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35639 \series bold
35640 cancel
35641 \series default
35642
35643 \begin_inset Index idx
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647 Pakete ! cancel
35648 \end_layout
35649
35650 \end_inset
35651
35652  mit der LaTeX-Vorspannzeile
35653 \end_layout
35654
35655 \begin_layout Standard
35656
35657 \series bold
35658
35659 \backslash
35660 usepackage[samesize]{cancel}
35661 \end_layout
35662
35663 \begin_layout Standard
35664 geladen werden.
35665 \end_layout
35666
35667 \begin_layout Standard
35668 \begin_inset ERT
35669 status collapsed
35670
35671 \begin_layout Plain Layout
35672
35673
35674 \backslash
35675 ifcancel 
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \begin_inset Note Note
35682 status open
35683
35684 \begin_layout Plain Layout
35685 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35686 \series bold
35687 cancel
35688 \series default
35689  installiert ist:
35690 \end_layout
35691
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \begin_layout Standard
35698 Es gibt vier verschiedene Arten durchzustreichen:
35699 \end_layout
35700
35701 \begin_layout Standard
35702 \align center
35703 \begin_inset Tabular
35704 <lyxtabular version="3" rows="5" columns="2">
35705 <features tabularvalignment="middle">
35706 <column alignment="center" valignment="top" width="0">
35707 <column alignment="center" valignment="top" width="0">
35708 <row>
35709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713 Befehl
35714 \end_layout
35715
35716 \end_inset
35717 </cell>
35718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35719 \begin_inset Text
35720
35721 \begin_layout Plain Layout
35722 Ergebnis
35723 \begin_inset Note Note
35724 status collapsed
35725
35726 \begin_layout Plain Layout
35727 Der Leerraum und 
35728 \series bold
35729
35730 \backslash
35731 raisebox
35732 \series default
35733  dienen nur als Abstandhalter.
35734 \end_layout
35735
35736 \end_inset
35737
35738
35739 \end_layout
35740
35741 \end_inset
35742 </cell>
35743 </row>
35744 <row>
35745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35746 \begin_inset Text
35747
35748 \begin_layout Plain Layout
35749
35750 \backslash
35751 cancel{
35752 \backslash
35753 int
35754 \begin_inset ERT
35755 status collapsed
35756
35757 \begin_layout Plain Layout
35758
35759
35760 \backslash
35761 leer 
35762 \end_layout
35763
35764 \end_inset
35765
35766 A=B
35767 \end_layout
35768
35769 \end_inset
35770 </cell>
35771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35772 \begin_inset Text
35773
35774 \begin_layout Plain Layout
35775 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35776 \end_inset
35777
35778
35779 \end_layout
35780
35781 \end_inset
35782 </cell>
35783 </row>
35784 <row>
35785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35786 \begin_inset Text
35787
35788 \begin_layout Plain Layout
35789
35790 \backslash
35791 bcancel{
35792 \backslash
35793 int
35794 \begin_inset ERT
35795 status collapsed
35796
35797 \begin_layout Plain Layout
35798
35799
35800 \backslash
35801 leer 
35802 \end_layout
35803
35804 \end_inset
35805
35806 A=B
35807 \end_layout
35808
35809 \end_inset
35810 </cell>
35811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35812 \begin_inset Text
35813
35814 \begin_layout Plain Layout
35815 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 </row>
35824 <row>
35825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35826 \begin_inset Text
35827
35828 \begin_layout Plain Layout
35829
35830 \backslash
35831 xcancel{
35832 \backslash
35833 int
35834 \begin_inset ERT
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838
35839
35840 \backslash
35841 leer 
35842 \end_layout
35843
35844 \end_inset
35845
35846 A=B
35847 \end_layout
35848
35849 \end_inset
35850 </cell>
35851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35852 \begin_inset Text
35853
35854 \begin_layout Plain Layout
35855 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \end_inset
35862 </cell>
35863 </row>
35864 <row>
35865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35866 \begin_inset Text
35867
35868 \begin_layout Plain Layout
35869
35870 \backslash
35871 cancelto{1
35872 \begin_inset Formula $\to$
35873 \end_inset
35874
35875
35876 \backslash
35877 {
35878 \backslash
35879 int
35880 \begin_inset ERT
35881 status collapsed
35882
35883 \begin_layout Plain Layout
35884
35885
35886 \backslash
35887 leer 
35888 \end_layout
35889
35890 \end_inset
35891
35892 A=B
35893 \end_layout
35894
35895 \end_inset
35896 </cell>
35897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35898 \begin_inset Text
35899
35900 \begin_layout Plain Layout
35901 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35902 \end_inset
35903
35904
35905 \end_layout
35906
35907 \end_inset
35908 </cell>
35909 </row>
35910 </lyxtabular>
35911
35912 \end_inset
35913
35914
35915 \end_layout
35916
35917 \begin_layout Standard
35918
35919 \series bold
35920
35921 \backslash
35922 cancelto
35923 \series default
35924  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35925  will:
35926 \begin_inset Formula 
35927 \[
35928 \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}}}
35929 \]
35930
35931 \end_inset
35932
35933
35934 \end_layout
35935
35936 \begin_layout Standard
35937 \begin_inset ERT
35938 status collapsed
35939
35940 \begin_layout Plain Layout
35941
35942
35943 \backslash
35944 else 
35945 \end_layout
35946
35947 \end_inset
35948
35949
35950 \begin_inset Note Note
35951 status open
35952
35953 \begin_layout Plain Layout
35954 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35955 \series bold
35956 cancel
35957 \series default
35958  nicht installiert ist:
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \begin_layout Standard
35967 Das LaTeX-Paket 
35968 \series bold
35969 cancel 
35970 \series default
35971 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35972 \end_layout
35973
35974 \begin_layout Standard
35975 \begin_inset ERT
35976 status collapsed
35977
35978 \begin_layout Plain Layout
35979
35980
35981 \backslash
35982 fi 
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \end_layout
35989
35990 \begin_layout Subsection
35991 Formeln in Überschriften
35992 \begin_inset CommandInset label
35993 LatexCommand label
35994 name "sub:Formeln-in-Überschriften"
35995
35996 \end_inset
35997
35998
35999 \begin_inset Index idx
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003 Formel ! in Überschriften
36004 \end_layout
36005
36006 \end_inset
36007
36008
36009 \end_layout
36010
36011 \begin_layout Standard
36012 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
36013 \end_layout
36014
36015 \begin_layout Standard
36016 \begin_inset Note Greyedout
36017 status open
36018
36019 \begin_layout Plain Layout
36020 Verwendet man 
36021 \series bold
36022 hyperref
36023 \series default
36024
36025 \begin_inset Index idx
36026 status collapsed
36027
36028 \begin_layout Plain Layout
36029 Pakete ! hyperref
36030 \end_layout
36031
36032 \end_inset
36033
36034  Unterstützung im den Dokumenteinstellungen unter 
36035 \family sans
36036 PDF-Eigenschaften
36037 \family default
36038 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36039  erzeugt.
36040  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36041  dargestellt.
36042  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \end_layout
36049
36050 \begin_layout Standard
36051 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36052  Kurztitel über das Menü 
36053 \family sans
36054 Einfügen\SpecialChar \menuseparator
36055 Kurztitel
36056 \family default
36057  einfügt.
36058  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36059  um das Inhaltsverzeichnis übersichtlich zu halten.
36060  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36061 chen.
36062 \end_layout
36063
36064 \begin_layout Standard
36065 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36066 \series bold
36067 hyperref
36068 \series default
36069 , verwendet man im TeX-Modus den Befehl
36070 \end_layout
36071
36072 \begin_layout Standard
36073
36074 \series bold
36075
36076 \backslash
36077 texorpdfstring{Teil}{Alternative}
36078 \begin_inset Index idx
36079 status collapsed
36080
36081 \begin_layout Plain Layout
36082 Befehle ! T ! 
36083 \backslash
36084 texorpdfstring
36085 \end_layout
36086
36087 \end_inset
36088
36089
36090 \end_layout
36091
36092 \begin_layout Standard
36093 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36094  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36095  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36096  soll.
36097 \end_layout
36098
36099 \begin_layout Standard
36100 Es folgen zwei Beispielüberschriften:
36101 \begin_inset VSpace -3mm
36102 \end_inset
36103
36104
36105 \begin_inset ERT
36106 status collapsed
36107
36108 \begin_layout Plain Layout
36109
36110
36111 \backslash
36112 boldmath 
36113 \end_layout
36114
36115 \end_inset
36116
36117
36118 \end_layout
36119
36120 \begin_layout Subsubsection
36121 Überschrift ohne Formel im Inhaltsverzeichnis 
36122 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36123 \end_inset
36124
36125
36126 \begin_inset Argument
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130 Überschrift ohne Formel im Inhaltsverzeichnis
36131 \end_layout
36132
36133 \end_inset
36134
36135
36136 \end_layout
36137
36138 \begin_layout Subsubsection
36139 Überschrift mit Formel im Inhaltsverzeichnis
36140 \begin_inset ERT
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144
36145
36146 \backslash
36147 texorpdfstring{
36148 \end_layout
36149
36150 \end_inset
36151
36152  
36153 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36154 \end_inset
36155
36156
36157 \begin_inset ERT
36158 status collapsed
36159
36160 \begin_layout Plain Layout
36161
36162 }{}
36163 \end_layout
36164
36165 \end_inset
36166
36167
36168 \end_layout
36169
36170 \begin_layout Standard
36171 \begin_inset ERT
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175
36176
36177 \backslash
36178 unboldmath 
36179 \end_layout
36180
36181 \end_inset
36182
36183 In der ersten Überschrift wurde ein Kurztitel verwendet.
36184  In der zweiten 
36185 \series bold
36186
36187 \backslash
36188 texorpdfstring
36189 \series default
36190 .
36191 \end_layout
36192
36193 \begin_layout Standard
36194 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36195  die komplette Überschrift in eine 
36196 \series bold
36197 boldmath
36198 \series default
36199 -Umgebung
36200 \begin_inset Foot
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204 siehe 
36205 \begin_inset CommandInset ref
36206 LatexCommand ref
36207 reference "sub:Fett-gedruckte-Formeln"
36208
36209 \end_inset
36210
36211
36212 \end_layout
36213
36214 \end_inset
36215
36216  gesetzt.
36217 \end_layout
36218
36219 \begin_layout Subsection
36220 Formeln im mehrspaltigen Text
36221 \begin_inset Index idx
36222 status collapsed
36223
36224 \begin_layout Plain Layout
36225 Formel ! im mehrspaltigen Text
36226 \end_layout
36227
36228 \end_inset
36229
36230
36231 \end_layout
36232
36233 \begin_layout Standard
36234 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36235  müssen daher über die gesamte Seitenbreite gesetzt werden.
36236  Dazu verwendet man das LaTeX-Paket 
36237 \series bold
36238 multicol
36239 \series default
36240
36241 \begin_inset Foot
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245
36246 \series bold
36247 multicol
36248 \series default
36249  ist Teil jeder LaTeX-Standardinstallation.
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \begin_inset Index idx
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259 Pakete ! multicol
36260 \end_layout
36261
36262 \end_inset
36263
36264 , das mit der LaTeX-Vorspannzeile
36265 \end_layout
36266
36267 \begin_layout Standard
36268
36269 \series bold
36270
36271 \backslash
36272 usepackage{multicol}
36273 \end_layout
36274
36275 \begin_layout Standard
36276 geladen wird.
36277 \end_layout
36278
36279 \begin_layout Standard
36280 \begin_inset Note Greyedout
36281 status open
36282
36283 \begin_layout Plain Layout
36284 Dabei ist zu beachten, dass im Menü 
36285 \family sans
36286 Dokument\SpecialChar \menuseparator
36287 Einstellungen
36288 \family default
36289  unter 
36290 \family sans
36291 Textformat
36292 \family default
36293  
36294 \emph on
36295 nicht
36296 \emph default
36297  
36298 \family sans
36299 Zweispaltiges
36300 \begin_inset space ~
36301 \end_inset
36302
36303 Dokument
36304 \family default
36305  ausgewählt sein darf.
36306 \end_layout
36307
36308 \end_inset
36309
36310
36311 \end_layout
36312
36313 \begin_layout Standard
36314 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36315 \end_layout
36316
36317 \begin_layout Standard
36318
36319 \series bold
36320
36321 \backslash
36322 begin{multicols}{Spaltenanzahl}
36323 \end_layout
36324
36325 \begin_layout Standard
36326 wobei die Spaltenanzahl eine Zahl im Bereich 2
36327 \begin_inset space \thinspace{}
36328 \end_inset
36329
36330 -
36331 \begin_inset space \thinspace{}
36332 \end_inset
36333
36334 10 ist.
36335  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36336 \end_layout
36337
36338 \begin_layout Standard
36339
36340 \series bold
36341
36342 \backslash
36343 end{multicols}
36344 \end_layout
36345
36346 \begin_layout Standard
36347 der im TeX-Modus eingegeben wird.
36348 \end_layout
36349
36350 \begin_layout Standard
36351 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36352  Um dies rückgängig zu machen, fügt man vor der Formel -6
36353 \begin_inset space \thinspace{}
36354 \end_inset
36355
36356 mm vertikalen Leerraum ein.
36357  Ist der Formelstil 
36358 \series bold
36359 Eingerückt
36360 \begin_inset Foot
36361 status collapsed
36362
36363 \begin_layout Plain Layout
36364 Formelstile siehe 
36365 \begin_inset CommandInset ref
36366 LatexCommand ref
36367 reference "sec:Formelstile"
36368
36369 \end_inset
36370
36371
36372 \end_layout
36373
36374 \end_inset
36375
36376
36377 \series default
36378  gewählt, fügt man stattdessen -9
36379 \begin_inset space \thinspace{}
36380 \end_inset
36381
36382 mm Leerraum ein.
36383 \end_layout
36384
36385 \begin_layout Standard
36386 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36387 \end_layout
36388
36389 \begin_layout Standard
36390 \begin_inset ERT
36391 status collapsed
36392
36393 \begin_layout Plain Layout
36394
36395
36396 \backslash
36397 begin{multicols}{2}
36398 \end_layout
36399
36400 \end_inset
36401
36402 Das Spektrum wird fouriertransformiert.
36403  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36404 , Lösungsmittel) zu trennen.
36405  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36406  nun das Aussehen des Ausgangssignals.
36407  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36408  über alle Phasen integrieren muss.
36409  Sei nun 
36410 \begin_inset Formula $S$
36411 \end_inset
36412
36413  unser normiertes Ausgangssignal und 
36414 \begin_inset Formula $P$
36415 \end_inset
36416
36417  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36418 \begin_inset ERT
36419 status collapsed
36420
36421 \begin_layout Plain Layout
36422
36423
36424 \backslash
36425 end{multicols}
36426 \end_layout
36427
36428 \end_inset
36429
36430
36431 \begin_inset VSpace -6mm
36432 \end_inset
36433
36434
36435 \begin_inset Formula 
36436 \begin{equation}
36437 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36438 \end{equation}
36439
36440 \end_inset
36441
36442
36443 \begin_inset ERT
36444 status collapsed
36445
36446 \begin_layout Plain Layout
36447
36448
36449 \backslash
36450 begin{multicols}{2}
36451 \end_layout
36452
36453 \end_inset
36454
36455 wobei 
36456 \begin_inset Formula $S_{0}$
36457 \end_inset
36458
36459  das Signal ohne Gradient ist und die Normierungsbedingung 
36460 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36461 \end_inset
36462
36463  gilt.
36464  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36465  Direkt nach dem 
36466 \begin_inset Formula $\nicefrac{\pi}{2}$
36467 \end_inset
36468
36469
36470 \begin_inset space \thinspace{}
36471 \end_inset
36472
36473 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36474  das Signal zusätzlich abschwächt.
36475  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36476  
36477 \begin_inset Formula $T_{2}$
36478 \end_inset
36479
36480 -Zeit.
36481 \end_layout
36482
36483 \begin_layout Standard
36484 \begin_inset ERT
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488
36489
36490 \backslash
36491 end{multicols}
36492 \end_layout
36493
36494 \end_inset
36495
36496  
36497 \end_layout
36498
36499 \begin_layout Subsection
36500 Formeln mit Beschreibung der Variablen
36501 \begin_inset Index idx
36502 status collapsed
36503
36504 \begin_layout Plain Layout
36505 Formel ! mit Variablenbeschreibung
36506 \end_layout
36507
36508 \end_inset
36509
36510
36511 \end_layout
36512
36513 \begin_layout Standard
36514 Möchte man wie in Formel 
36515 \begin_inset CommandInset ref
36516 LatexCommand eqref
36517 reference "eq:innerhalb"
36518
36519 \end_inset
36520
36521 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36522 \series bold
36523 ×
36524 \series default
36525
36526 \begin_inset Formula $n$
36527 \end_inset
36528
36529
36530 \begin_inset space ~
36531 \end_inset
36532
36533 Matrix mit links ausgerichteten Spalten für die verwendeten 
36534 \begin_inset Formula $n$
36535 \end_inset
36536
36537  Variablen.
36538 \begin_inset Foot
36539 status collapsed
36540
36541 \begin_layout Plain Layout
36542 Matrizen siehe 
36543 \begin_inset CommandInset ref
36544 LatexCommand ref
36545 reference "sec:Matrizen"
36546
36547 \end_inset
36548
36549
36550 \end_layout
36551
36552 \end_inset
36553
36554  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36555 \begin_inset space \thinspace{}
36556 \end_inset
36557
36558 B.
36559  den Befehl 
36560 \series bold
36561
36562 \backslash
36563 footnotesize
36564 \series default
36565  ein.
36566 \begin_inset Foot
36567 status collapsed
36568
36569 \begin_layout Plain Layout
36570 Schriftgrößen siehe 
36571 \begin_inset CommandInset ref
36572 LatexCommand ref
36573 reference "sub:Schriftgrößen"
36574
36575 \end_inset
36576
36577
36578 \end_layout
36579
36580 \end_inset
36581
36582
36583 \end_layout
36584
36585 \begin_layout Standard
36586 Wird der Formelstil 
36587 \series bold
36588 Eingerückt
36589 \begin_inset Foot
36590 status collapsed
36591
36592 \begin_layout Plain Layout
36593 Formelstile siehe 
36594 \begin_inset CommandInset ref
36595 LatexCommand ref
36596 reference "sec:Formelstile"
36597
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \end_inset
36604
36605
36606 \series default
36607  verwendet, fügt man vor und nach der Matrix ein 
36608 \series bold
36609
36610 \backslash
36611 hfill
36612 \series default
36613
36614 \begin_inset Foot
36615 status collapsed
36616
36617 \begin_layout Plain Layout
36618
36619 \series bold
36620
36621 \backslash
36622 hfill
36623 \series default
36624  wirkt nur in Formeln mit dem Stil 
36625 \series bold
36626 Eingerückt
36627 \series default
36628 , siehe 
36629 \begin_inset CommandInset ref
36630 LatexCommand ref
36631 reference "sub:Variabler-Leerraum"
36632
36633 \end_inset
36634
36635 .
36636 \end_layout
36637
36638 \end_inset
36639
36640  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36641  gleich ist.
36642 \end_layout
36643
36644 \begin_layout Standard
36645 Ist der Formelstil 
36646 \series bold
36647 Zentriert
36648 \series default
36649  gewählt, nutzt man die in 
36650 \begin_inset CommandInset ref
36651 LatexCommand ref
36652 reference "sub:Flalign-Umgebung"
36653
36654 \end_inset
36655
36656  beschriebene Möglichkeit, Formeln einzurücken.
36657  Formel 
36658 \begin_inset CommandInset ref
36659 LatexCommand eqref
36660 reference "eq:innerhalb"
36661
36662 \end_inset
36663
36664  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36665  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36666 \begin_inset Formula 
36667 \begin{flalign}
36668 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36669 \rho & \textrm{Dichte}\\
36670 V & \textrm{Volumen}\\
36671 g & \textrm{Fallbeschleunigung}
36672 \end{array} &  & {}\label{eq:innerhalb}
36673 \end{flalign}
36674
36675 \end_inset
36676
36677
36678 \end_layout
36679
36680 \begin_layout Subsection
36681 Aufrechte kleine griechische Buchstaben
36682 \begin_inset CommandInset label
36683 LatexCommand label
36684 name "sub:Aufrechte-kleine-griechische"
36685
36686 \end_inset
36687
36688
36689 \begin_inset Index idx
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693 griechische Buchstaben ! aufrechte
36694 \end_layout
36695
36696 \end_inset
36697
36698
36699 \end_layout
36700
36701 \begin_layout Standard
36702 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36703  zur Verfügung.
36704  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36705  aufrechte griechische Buchstaben benötigt.
36706  Die Datei 
36707 \series bold
36708 upgreek.sty
36709 \series default
36710
36711 \begin_inset Foot
36712 status collapsed
36713
36714 \begin_layout Plain Layout
36715
36716 \series bold
36717 upgreek
36718 \series default
36719  ist Teil des LaTeX-Paketes 
36720 \series bold
36721 was
36722 \series default
36723
36724 \begin_inset Index idx
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728 Pakete ! was
36729 \begin_inset ERT
36730 status collapsed
36731
36732 \begin_layout Plain Layout
36733
36734
36735 \backslash
36736 vspace{4mm}
36737 \end_layout
36738
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \end_inset
36745
36746 .
36747 \end_layout
36748
36749 \end_inset
36750
36751
36752 \begin_inset Index idx
36753 status collapsed
36754
36755 \begin_layout Plain Layout
36756 Pakete ! upgreek
36757 \end_layout
36758
36759 \end_inset
36760
36761 , die mit der LaTeX-Vorspannzeile
36762 \end_layout
36763
36764 \begin_layout Standard
36765
36766 \series bold
36767
36768 \backslash
36769 usepackage{upgreek}
36770 \end_layout
36771
36772 \begin_layout Standard
36773 geladen wird, stellt diese Buchstaben zur Verfügung.
36774  
36775 \begin_inset ERT
36776 status collapsed
36777
36778 \begin_layout Plain Layout
36779
36780
36781 \backslash
36782 ifupgreek 
36783 \end_layout
36784
36785 \end_inset
36786
36787
36788 \begin_inset Note Note
36789 status open
36790
36791 \begin_layout Plain Layout
36792 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36793 \series bold
36794 upgreek
36795 \series default
36796  installiert ist:
36797 \end_layout
36798
36799 \end_inset
36800
36801  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36802  
36803 \series bold
36804 up
36805 \series default
36806  begonnen wird.
36807  So erzeugt z.
36808 \begin_inset space \thinspace{}
36809 \end_inset
36810
36811 B.
36812  der Befehl 
36813 \series bold
36814
36815 \backslash
36816 uptau
36817 \series default
36818  dies: 
36819 \begin_inset Formula $\uptau$
36820 \end_inset
36821
36822
36823 \end_layout
36824
36825 \begin_layout Standard
36826 Damit kann man Elementarteilchenreaktionen erstellen:
36827 \begin_inset Formula 
36828 \[
36829 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36830 \]
36831
36832 \end_inset
36833
36834
36835 \end_layout
36836
36837 \begin_layout Standard
36838 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36839  Sie sollten daher nicht für Einheiten wie 
36840 \begin_inset Quotes gld
36841 \end_inset
36842
36843 µm
36844 \begin_inset Quotes grd
36845 \end_inset
36846
36847  verwendet werden.
36848 \end_layout
36849
36850 \begin_layout Standard
36851 \begin_inset ERT
36852 status collapsed
36853
36854 \begin_layout Plain Layout
36855
36856
36857 \backslash
36858 else 
36859 \end_layout
36860
36861 \end_inset
36862
36863
36864 \begin_inset Note Note
36865 status open
36866
36867 \begin_layout Plain Layout
36868 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36869 \series bold
36870 upgreek
36871 \series default
36872  nicht installiert ist:
36873 \end_layout
36874
36875 \end_inset
36876
36877
36878 \end_layout
36879
36880 \begin_layout Standard
36881 Das LaTeX-Paket 
36882 \series bold
36883 upgreek 
36884 \series default
36885 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36886 \end_layout
36887
36888 \begin_layout Standard
36889 \begin_inset ERT
36890 status collapsed
36891
36892 \begin_layout Plain Layout
36893
36894
36895 \backslash
36896 fi 
36897 \end_layout
36898
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \begin_layout Subsection
36905 Textzeichen in Formeln
36906 \begin_inset CommandInset label
36907 LatexCommand label
36908 name "sub:Textzeichen-in-Formeln"
36909
36910 \end_inset
36911
36912
36913 \begin_inset Index idx
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917 Text ! in Formeln
36918 \end_layout
36919
36920 \end_inset
36921
36922
36923 \end_layout
36924
36925 \begin_layout Standard
36926 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36927  Benötigt man z.
36928 \begin_inset space \thinspace{}
36929 \end_inset
36930
36931 B.
36932  den mittigen Punkt · in Formeln wie 
36933 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36934 \end_inset
36935
36936 , müsste man dafür jedes Mal den Befehl 
36937 \series bold
36938
36939 \backslash
36940 cdot
36941 \series default
36942  eingeben
36943 \begin_inset Foot
36944 status collapsed
36945
36946 \begin_layout Plain Layout
36947 siehe 
36948 \begin_inset CommandInset ref
36949 LatexCommand ref
36950 reference "sub:Binäre-Operatoren"
36951
36952 \end_inset
36953
36954
36955 \end_layout
36956
36957 \end_inset
36958
36959 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36960  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36961 \end_layout
36962
36963 \begin_layout Standard
36964
36965 \series bold
36966
36967 \backslash
36968 DeclareInputText{183}{
36969 \backslash
36970 ifmmode
36971 \backslash
36972 cdot
36973 \backslash
36974 else
36975 \backslash
36976 textperiodcentered
36977 \backslash
36978 f\SpecialChar \textcompwordmark{}
36979 i}
36980 \end_layout
36981
36982 \begin_layout Standard
36983 Die Zeichenkodierung (Menü 
36984 \family sans
36985 Dokument\SpecialChar \menuseparator
36986 Einstellungen\SpecialChar \menuseparator
36987 Sprache
36988 \family default
36989 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36990  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36991 \series bold
36992
36993 \backslash
36994 textperiodcentered
36995 \series default
36996  verwendet.
36997  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36998  LaTeX-Fehlern kommen würde.
36999  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
37000  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
37001  nicht.
37002 \end_layout
37003
37004 \begin_layout Standard
37005 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
37006  Z.
37007 \begin_inset space \thinspace{}
37008 \end_inset
37009
37010 B.
37011  ist die Kodierung 
37012 \series bold
37013 latin9
37014 \series default
37015  in der Datei 
37016 \series bold
37017 latin9.def
37018 \series default
37019  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
37020  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
37021 eien geändert werden.
37022  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
37023  nicht ohne Weiteres bearbeitet werden.
37024 \end_layout
37025
37026 \begin_layout Standard
37027 \begin_inset VSpace medskip
37028 \end_inset
37029
37030 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
37031  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
37032  Formel eingegeben werden können:
37033 \end_layout
37034
37035 \begin_layout Standard
37036
37037 \series bold
37038
37039 \backslash
37040 DeclareInputText{176}{
37041 \backslash
37042 ifmmode^
37043 \backslash
37044 circ
37045 \backslash
37046 else
37047 \backslash
37048 textdegree
37049 \backslash
37050 f\SpecialChar \textcompwordmark{}
37051 i}
37052 \end_layout
37053
37054 \begin_layout Standard
37055 \begin_inset Newpage newpage
37056 \end_inset
37057
37058
37059 \end_layout
37060
37061 \begin_layout Section
37062 \start_of_appendix
37063 Typographische Hinweise
37064 \begin_inset Index idx
37065 status collapsed
37066
37067 \begin_layout Plain Layout
37068 Typographische Hinweise
37069 \end_layout
37070
37071 \end_inset
37072
37073
37074 \end_layout
37075
37076 \begin_layout Standard
37077 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37078  Regeln, die teilweise auch im Duden 
37079 \begin_inset CommandInset citation
37080 LatexCommand cite
37081 key "Duden"
37082
37083 \end_inset
37084
37085  unter 
37086 \family typewriter
37087 Textverarbeitung
37088 \family default
37089  aufgelistet sind.
37090  Weitere Regeln sind in 
37091 \begin_inset CommandInset citation
37092 LatexCommand cite
37093 key "Checklist"
37094
37095 \end_inset
37096
37097  zu finden.
37098 \end_layout
37099
37100 \begin_layout Itemize
37101 Physikalische Einheiten werden 
37102 \emph on
37103 immer
37104 \emph default
37105  aufrecht gesetzt
37106 \begin_inset Foot
37107 status collapsed
37108
37109 \begin_layout Plain Layout
37110 wird durch Schriftstile erreicht, siehe 
37111 \begin_inset CommandInset ref
37112 LatexCommand ref
37113 reference "sub:Schriftstile"
37114
37115 \end_inset
37116
37117
37118 \end_layout
37119
37120 \end_inset
37121
37122 , egal ob sie sich in einem kursiven Text befinden: 30
37123 \begin_inset space \thinspace{}
37124 \end_inset
37125
37126 km/h
37127 \begin_inset Newline newline
37128 \end_inset
37129
37130 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37131 \begin_inset CommandInset ref
37132 LatexCommand ref
37133 reference "sub:Vordefinierter-Leerraum"
37134
37135 \end_inset
37136
37137 .
37138 \begin_inset Newline newline
37139 \end_inset
37140
37141 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37142 \series bold
37143
37144 \backslash
37145 unittwo
37146 \series default
37147  verwendet.
37148  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37149  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37150  erhält wie oben: 
37151 \begin_inset Formula $\unit[30]{km/h}$
37152 \end_inset
37153
37154
37155 \begin_inset space \thinspace{}
37156 \end_inset
37157
37158 .
37159  Zu beachten ist, dass 
37160 \series bold
37161
37162 \backslash
37163 unittwo
37164 \series default
37165  kein echter LaTeX-Befehl, sondern der Befehl 
37166 \series bold
37167
37168 \backslash
37169 unit[Wert]{Einheit}
37170 \series default
37171  ist, daher kann man ihn nicht im TeX-Code benutzen.
37172 \end_layout
37173
37174 \begin_layout Itemize
37175 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37176 \begin_inset Newline newline
37177 \end_inset
37178
37179 1,2
37180 \begin_inset space \thinspace{}
37181 \end_inset
37182
37183 ‰ Alkohol im Blut
37184 \begin_inset Newline newline
37185 \end_inset
37186
37187 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37188  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37189 \end_layout
37190
37191 \begin_layout Itemize
37192 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37193  wird in einer Einheit verwendet: 15
37194 \begin_inset space \thinspace{}
37195 \end_inset
37196
37197 °C
37198 \end_layout
37199
37200 \begin_layout Itemize
37201 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37202  Ziffer der kleinste Leerraum eingefügt: 18
37203 \begin_inset space \thinspace{}
37204 \end_inset
37205
37206 473
37207 \begin_inset space \thinspace{}
37208 \end_inset
37209
37210 588
37211 \end_layout
37212
37213 \begin_layout Itemize
37214 Für Bemaßungen wie z.
37215 \begin_inset space \thinspace{}
37216 \end_inset
37217
37218 B.
37219  120×90×40
37220 \begin_inset space \thinspace{}
37221 \end_inset
37222
37223 cm, verwendet man das gelegte Kreuz 
37224 \begin_inset Quotes gld
37225 \end_inset
37226
37227 ×
37228 \begin_inset Quotes grd
37229 \end_inset
37230
37231 , dass entweder über den Befehl 
37232 \series bold
37233
37234 \backslash
37235 times
37236 \series default
37237  oder über das Menü 
37238 \family sans
37239 Einfügen\SpecialChar \menuseparator
37240 Sonderzeichen\SpecialChar \menuseparator
37241 Symbole
37242 \family default
37243  verfügbar ist.
37244 \end_layout
37245
37246 \begin_layout Itemize
37247 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37248  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37249 \begin_inset space \thinspace{}
37250 \end_inset
37251
37252 6.
37253 \begin_inset space ~
37254 \end_inset
37255
37256 1979
37257 \end_layout
37258
37259 \begin_layout Itemize
37260 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37261  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37262 \begin_inset CommandInset ref
37263 LatexCommand ref
37264 reference "sub:Vordefinierte-Funktionen"
37265
37266 \end_inset
37267
37268 .
37269 \end_layout
37270
37271 \begin_layout Itemize
37272 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37273  
37274 \begin_inset Formula $E_{\mathrm{kin}}$
37275 \end_inset
37276
37277
37278 \begin_inset Newline newline
37279 \end_inset
37280
37281 Komponenten von Matrizen werden kursiv gesetzt: 
37282 \begin_inset Formula $\hat{H}_{kl}$
37283 \end_inset
37284
37285
37286 \end_layout
37287
37288 \begin_layout Itemize
37289 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37290  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37291  Variablen zu verwechseln.
37292 \end_layout
37293
37294 \begin_layout Itemize
37295 Das Symbol für eine 
37296 \noun on
37297 Fourier
37298 \noun default
37299 -Transformation kann entweder mit dem Befehl 
37300 \series bold
37301
37302 \backslash
37303 mathscr
37304 \begin_inset ERT
37305 status collapsed
37306
37307 \begin_layout Plain Layout
37308
37309
37310 \backslash
37311 leer 
37312 \end_layout
37313
37314 \end_inset
37315
37316 F
37317 \series default
37318  oder über das Menü 
37319 \family sans
37320 Einfügen\SpecialChar \menuseparator
37321 Sonderzeichen\SpecialChar \menuseparator
37322 Symbole\SpecialChar \menuseparator
37323 Buchstabenähnliche
37324 \begin_inset space ~
37325 \end_inset
37326
37327 Symbole
37328 \family default
37329  eingefügt werden: 
37330 \begin_inset Formula $\mathscr{F}$
37331 \end_inset
37332
37333
37334 \end_layout
37335
37336 \begin_layout Standard
37337 \begin_inset Newpage newpage
37338 \end_inset
37339
37340
37341 \end_layout
37342
37343 \begin_layout Section
37344 Synonyme
37345 \begin_inset Index idx
37346 status collapsed
37347
37348 \begin_layout Plain Layout
37349 Synonyme
37350 \end_layout
37351
37352 \end_inset
37353
37354
37355 \end_layout
37356
37357 \begin_layout Standard
37358 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37359  Hier ist eine Übersicht der Synonymbefehle:
37360 \end_layout
37361
37362 \begin_layout Standard
37363 \begin_inset VSpace bigskip
37364 \end_inset
37365
37366
37367 \begin_inset space \hfill{}
37368 \end_inset
37369
37370
37371 \begin_inset Tabular
37372 <lyxtabular version="3" rows="12" columns="2">
37373 <features tabularvalignment="middle">
37374 <column alignment="center" valignment="top" width="0pt">
37375 <column alignment="center" valignment="top" width="0pt">
37376 <row>
37377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381 Befehl
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37387 \begin_inset Text
37388
37389 \begin_layout Plain Layout
37390 äquivalent zu
37391 \begin_inset Note Note
37392 status collapsed
37393
37394 \begin_layout Plain Layout
37395
37396 \series bold
37397
37398 \backslash
37399 raisebox
37400 \series default
37401  dient nur als Abstandhalter.
37402 \end_layout
37403
37404 \end_inset
37405
37406
37407 \end_layout
37408
37409 \end_inset
37410 </cell>
37411 </row>
37412 <row>
37413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37414 \begin_inset Text
37415
37416 \begin_layout Plain Layout
37417
37418 \backslash
37419 ast
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428 \begin_inset ERT
37429 status collapsed
37430
37431 \begin_layout Plain Layout
37432
37433
37434 \backslash
37435 raisebox{-1.2mm}{
37436 \end_layout
37437
37438 \end_inset
37439
37440 *
37441 \begin_inset ERT
37442 status collapsed
37443
37444 \begin_layout Plain Layout
37445
37446 }
37447 \end_layout
37448
37449 \end_inset
37450
37451
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 </row>
37457 <row>
37458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37459 \begin_inset Text
37460
37461 \begin_layout Plain Layout
37462
37463 \backslash
37464 choose
37465 \end_layout
37466
37467 \end_inset
37468 </cell>
37469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37470 \begin_inset Text
37471
37472 \begin_layout Plain Layout
37473
37474 \backslash
37475 binom
37476 \end_layout
37477
37478 \end_inset
37479 </cell>
37480 </row>
37481 <row>
37482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37483 \begin_inset Text
37484
37485 \begin_layout Plain Layout
37486
37487 \backslash
37488 geq
37489 \end_layout
37490
37491 \end_inset
37492 </cell>
37493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497
37498 \backslash
37499 ge
37500 \end_layout
37501
37502 \end_inset
37503 </cell>
37504 </row>
37505 <row>
37506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37507 \begin_inset Text
37508
37509 \begin_layout Plain Layout
37510
37511 \backslash
37512 lbrace
37513 \end_layout
37514
37515 \end_inset
37516 </cell>
37517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37518 \begin_inset Text
37519
37520 \begin_layout Plain Layout
37521 {
37522 \end_layout
37523
37524 \end_inset
37525 </cell>
37526 </row>
37527 <row>
37528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37529 \begin_inset Text
37530
37531 \begin_layout Plain Layout
37532
37533 \backslash
37534 lbracket
37535 \end_layout
37536
37537 \end_inset
37538 </cell>
37539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37540 \begin_inset Text
37541
37542 \begin_layout Plain Layout
37543 [
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 </row>
37549 <row>
37550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554
37555 \backslash
37556 leftarrow
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565
37566 \backslash
37567 gets
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 </row>
37573 <row>
37574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37575 \begin_inset Text
37576
37577 \begin_layout Plain Layout
37578
37579 \backslash
37580 leq
37581 \end_layout
37582
37583 \end_inset
37584 </cell>
37585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37586 \begin_inset Text
37587
37588 \begin_layout Plain Layout
37589
37590 \backslash
37591 le
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 </row>
37597 <row>
37598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37599 \begin_inset Text
37600
37601 \begin_layout Plain Layout
37602
37603 \backslash
37604 lor
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613
37614 \backslash
37615 vee
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 </row>
37621 <row>
37622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626
37627 \backslash
37628 neq
37629 \end_layout
37630
37631 \end_inset
37632 </cell>
37633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637
37638 \backslash
37639 not=
37640 \end_layout
37641
37642 \end_inset
37643 </cell>
37644 </row>
37645 <row>
37646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37647 \begin_inset Text
37648
37649 \begin_layout Plain Layout
37650
37651 \backslash
37652 slash
37653 \end_layout
37654
37655 \end_inset
37656 </cell>
37657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37658 \begin_inset Text
37659
37660 \begin_layout Plain Layout
37661 /
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 </row>
37667 <row>
37668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672
37673 \backslash
37674 vert
37675 \end_layout
37676
37677 \end_inset
37678 </cell>
37679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37680 \begin_inset Text
37681
37682 \begin_layout Plain Layout
37683 |
37684 \end_layout
37685
37686 \end_inset
37687 </cell>
37688 </row>
37689 </lyxtabular>
37690
37691 \end_inset
37692
37693
37694 \begin_inset space \hfill{}
37695 \end_inset
37696
37697
37698 \begin_inset Tabular
37699 <lyxtabular version="3" rows="12" columns="2">
37700 <features tabularvalignment="middle">
37701 <column alignment="center" valignment="top" width="0pt">
37702 <column alignment="center" valignment="top" width="0pt">
37703 <row>
37704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708 Befehl
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37714 \begin_inset Text
37715
37716 \begin_layout Plain Layout
37717 äquivalent zu
37718 \end_layout
37719
37720 \end_inset
37721 </cell>
37722 </row>
37723 <row>
37724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37725 \begin_inset Text
37726
37727 \begin_layout Plain Layout
37728
37729 \backslash
37730 backslash
37731 \end_layout
37732
37733 \end_inset
37734 </cell>
37735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37736 \begin_inset Text
37737
37738 \begin_layout Plain Layout
37739
37740 \backslash
37741
37742 \backslash
37743
37744 \end_layout
37745
37746 \end_inset
37747 </cell>
37748 </row>
37749 <row>
37750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754
37755 \backslash
37756 dasharrow
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37762 \begin_inset Text
37763
37764 \begin_layout Plain Layout
37765
37766 \backslash
37767 dashrightarrow
37768 \end_layout
37769
37770 \end_inset
37771 </cell>
37772 </row>
37773 <row>
37774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778
37779 \backslash
37780 land
37781 \end_layout
37782
37783 \end_inset
37784 </cell>
37785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37786 \begin_inset Text
37787
37788 \begin_layout Plain Layout
37789
37790 \backslash
37791 wedge
37792 \end_layout
37793
37794 \end_inset
37795 </cell>
37796 </row>
37797 <row>
37798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37799 \begin_inset Text
37800
37801 \begin_layout Plain Layout
37802
37803 \backslash
37804 rbrace
37805 \end_layout
37806
37807 \end_inset
37808 </cell>
37809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37810 \begin_inset Text
37811
37812 \begin_layout Plain Layout
37813 }
37814 \end_layout
37815
37816 \end_inset
37817 </cell>
37818 </row>
37819 <row>
37820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37821 \begin_inset Text
37822
37823 \begin_layout Plain Layout
37824
37825 \backslash
37826 rbracket
37827 \end_layout
37828
37829 \end_inset
37830 </cell>
37831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37832 \begin_inset Text
37833
37834 \begin_layout Plain Layout
37835 ]
37836 \end_layout
37837
37838 \end_inset
37839 </cell>
37840 </row>
37841 <row>
37842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37843 \begin_inset Text
37844
37845 \begin_layout Plain Layout
37846
37847 \backslash
37848 rightarrow
37849 \end_layout
37850
37851 \end_inset
37852 </cell>
37853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37854 \begin_inset Text
37855
37856 \begin_layout Plain Layout
37857
37858 \backslash
37859 to
37860 \end_layout
37861
37862 \end_inset
37863 </cell>
37864 </row>
37865 <row>
37866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37867 \begin_inset Text
37868
37869 \begin_layout Plain Layout
37870
37871 \backslash
37872 lnot
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37878 \begin_inset Text
37879
37880 \begin_layout Plain Layout
37881
37882 \backslash
37883 neg
37884 \end_layout
37885
37886 \end_inset
37887 </cell>
37888 </row>
37889 <row>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894
37895 \backslash
37896 ne
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37902 \begin_inset Text
37903
37904 \begin_layout Plain Layout
37905
37906 \backslash
37907 not=
37908 \end_layout
37909
37910 \end_inset
37911 </cell>
37912 </row>
37913 <row>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 owns
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929
37930 \backslash
37931 ni
37932 \end_layout
37933
37934 \end_inset
37935 </cell>
37936 </row>
37937 <row>
37938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942
37943 \backslash
37944 square
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37950 \begin_inset Text
37951
37952 \begin_layout Plain Layout
37953
37954 \backslash
37955 Box
37956 \end_layout
37957
37958 \end_inset
37959 </cell>
37960 </row>
37961 <row>
37962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37963 \begin_inset Text
37964
37965 \begin_layout Plain Layout
37966
37967 \backslash
37968 Vert
37969 \end_layout
37970
37971 \end_inset
37972 </cell>
37973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37974 \begin_inset Text
37975
37976 \begin_layout Plain Layout
37977
37978 \backslash
37979 |
37980 \end_layout
37981
37982 \end_inset
37983 </cell>
37984 </row>
37985 </lyxtabular>
37986
37987 \end_inset
37988
37989
37990 \begin_inset space \hfill{}
37991 \end_inset
37992
37993
37994 \end_layout
37995
37996 \begin_layout Standard
37997 \begin_inset Newpage newpage
37998 \end_inset
37999
38000
38001 \end_layout
38002
38003 \begin_layout Bibliography
38004 \labelwidthstring Referenzen
38005 \begin_inset CommandInset bibitem
38006 LatexCommand bibitem
38007 key "TLC2"
38008
38009 \end_inset
38010
38011
38012 \shape smallcaps
38013 Mittelbach, F.
38014  ; Goossens, M.
38015 \shape default
38016
38017 \shape italic
38018 The LaTeX Companion
38019 \shape default
38020 .
38021  Addison Wesley, 2004
38022 \end_layout
38023
38024 \begin_layout Bibliography
38025 \labelwidthstring Referenzen
38026 \begin_inset CommandInset bibitem
38027 LatexCommand bibitem
38028 key "Mathmode"
38029
38030 \end_inset
38031
38032
38033 \begin_inset CommandInset href
38034 LatexCommand href
38035 name "Beschreibung"
38036 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38037
38038 \end_inset
38039
38040  der mathematischen Fähigkeiten von LaTeX
38041 \end_layout
38042
38043 \begin_layout Bibliography
38044 \labelwidthstring Referenzen
38045 \begin_inset CommandInset bibitem
38046 LatexCommand bibitem
38047 key "AMS"
38048
38049 \end_inset
38050
38051
38052 \begin_inset CommandInset href
38053 LatexCommand href
38054 name "Beschreibung"
38055 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38056
38057 \end_inset
38058
38059  von 
38060 \begin_inset ERT
38061 status collapsed
38062
38063 \begin_layout Plain Layout
38064
38065
38066 \backslash
38067 AmS
38068 \end_layout
38069
38070 \end_inset
38071
38072 -LaTeX
38073 \end_layout
38074
38075 \begin_layout Bibliography
38076 \labelwidthstring Referenzen
38077 \begin_inset CommandInset bibitem
38078 LatexCommand bibitem
38079 key "Symbole"
38080
38081 \end_inset
38082
38083
38084 \begin_inset CommandInset href
38085 LatexCommand href
38086 name "Auflistung"
38087 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38088
38089 \end_inset
38090
38091  aller über LaTeX-Pakete verfügbare Symbole
38092 \end_layout
38093
38094 \begin_layout Bibliography
38095 \labelwidthstring Referenzen
38096 \begin_inset CommandInset bibitem
38097 LatexCommand bibitem
38098 key "hyperref"
38099
38100 \end_inset
38101
38102
38103 \begin_inset CommandInset href
38104 LatexCommand href
38105 name "Dokumentation"
38106 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38107
38108 \end_inset
38109
38110  des LaTeX-Pakets 
38111 \series bold
38112 hyperref
38113 \series default
38114
38115 \begin_inset Index idx
38116 status collapsed
38117
38118 \begin_layout Plain Layout
38119 Pakete ! hyperref
38120 \end_layout
38121
38122 \end_inset
38123
38124
38125 \end_layout
38126
38127 \begin_layout Bibliography
38128 \labelwidthstring Referenzen
38129 \begin_inset CommandInset bibitem
38130 LatexCommand bibitem
38131 key "mhchem"
38132
38133 \end_inset
38134
38135
38136 \begin_inset CommandInset href
38137 LatexCommand href
38138 name "Dokumentation"
38139 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38140
38141 \end_inset
38142
38143  des LaTeX-Pakets 
38144 \series bold
38145 mhchem
38146 \series default
38147
38148 \begin_inset Index idx
38149 status collapsed
38150
38151 \begin_layout Plain Layout
38152 Pakete ! mhchem
38153 \end_layout
38154
38155 \end_inset
38156
38157
38158 \end_layout
38159
38160 \begin_layout Bibliography
38161 \labelwidthstring Referenzen
38162 \begin_inset CommandInset bibitem
38163 LatexCommand bibitem
38164 key "Mathclap"
38165
38166 \end_inset
38167
38168
38169 \begin_inset CommandInset href
38170 LatexCommand href
38171 name "Beschreibung"
38172 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38173
38174 \end_inset
38175
38176  des in 
38177 \begin_inset CommandInset ref
38178 LatexCommand ref
38179 reference "sub:Operatorgrenzen"
38180
38181 \end_inset
38182
38183  vorgestellten Befehls 
38184 \series bold
38185
38186 \backslash
38187 mathclap
38188 \series default
38189
38190 \begin_inset Index idx
38191 status collapsed
38192
38193 \begin_layout Plain Layout
38194 Befehle ! M ! 
38195 \backslash
38196 mathclap
38197 \end_layout
38198
38199 \end_inset
38200
38201
38202 \end_layout
38203
38204 \begin_layout Bibliography
38205 \labelwidthstring Referenzen
38206 \begin_inset CommandInset bibitem
38207 LatexCommand bibitem
38208 key "Duden"
38209
38210 \end_inset
38211
38212
38213 \emph on
38214 Duden Band 1
38215 \emph default
38216 .
38217  22.
38218  Auflage, Duden Verlag 2001
38219 \end_layout
38220
38221 \begin_layout Bibliography
38222 \labelwidthstring Referenzen
38223 \begin_inset CommandInset bibitem
38224 LatexCommand bibitem
38225 key "Checklist"
38226
38227 \end_inset
38228
38229
38230 \begin_inset CommandInset href
38231 LatexCommand href
38232 name "Prüfliste"
38233 target "http://physics.nist.gov/Document/checklist.pdf"
38234
38235 \end_inset
38236
38237  für das Rezensieren von Manuskripten
38238 \end_layout
38239
38240 \begin_layout Standard
38241 \begin_inset Note Note
38242 status collapsed
38243
38244 \begin_layout Plain Layout
38245 Damit der Index den Namen 
38246 \begin_inset Quotes gld
38247 \end_inset
38248
38249 Stichwortverzeichnis
38250 \begin_inset Quotes grd
38251 \end_inset
38252
38253  erhält, wurde im LaTeX-Vorspann
38254 \end_layout
38255
38256 \begin_layout Plain Layout
38257
38258 \series bold
38259
38260 \backslash
38261 addto
38262 \backslash
38263 captionsngerman{
38264 \backslash
38265 renewcommand{
38266 \backslash
38267 indexname}{Stichwortverzeichnis}}
38268 \end_layout
38269
38270 \begin_layout Plain Layout
38271 eingefügt.
38272 \end_layout
38273
38274 \begin_layout Plain Layout
38275 Das Paket 
38276 \series bold
38277 babel
38278 \series default
38279  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38280  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38281  Außerdem wird 
38282 \series bold
38283 babel
38284 \series default
38285  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38286  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38287 che verwendet wurde.
38288 \end_layout
38289
38290 \begin_layout Plain Layout
38291 Möchte man andere Beschriftungen ändern, ersetzt man 
38292 \series bold
38293
38294 \backslash
38295 indexname
38296 \series default
38297  durch 
38298 \series bold
38299
38300 \backslash
38301 <Beschriftungs>name
38302 \series default
38303 .
38304  Eine Auflistung der möglichen Namen findet man unter
38305 \end_layout
38306
38307 \begin_layout Plain Layout
38308
38309 \family typewriter
38310 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38311 \end_layout
38312
38313 \begin_layout Plain Layout
38314 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38315 \series bold
38316 ngerman
38317 \series default
38318  durch die Dokumentsprache und
38319 \end_layout
38320
38321 \begin_layout Plain Layout
38322
38323 \series bold
38324
38325 \backslash
38326 captionsgerman
38327 \series default
38328  durch 
38329 \series bold
38330
38331 \backslash
38332 captions<Dokumentsprache>
38333 \series default
38334 .
38335 \end_layout
38336
38337 \end_inset
38338
38339
38340 \begin_inset CommandInset index_print
38341 LatexCommand printindex
38342 type "idx"
38343
38344 \end_inset
38345
38346
38347 \end_layout
38348
38349 \end_body
38350 \end_document