]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
Math.lyx: describe command \adjustlimits
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 % Linkfläche für Querverweise vergrößern und automatisch benennen,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasngerman{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{Kap.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}%
42 }
43
44 % Makros damit Pakete nicht doppelt geladen werden.
45 % siehe erste Fußnote in Kap. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
49 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % für Mehrfachzeilen, benutzt in Kap. 24.7
70 \usepackage{multicol}
71
72 % benutzt in Kap. 19.4
73 \usepackage{remreset}
74
75 % für das Fourier-Transformationssymbol
76 \usepackage{mathrsfs}
77
78 % Farbdefinition aus Kap. 9.3
79 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
80
81 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
82 \DeclareMathOperator*{\Raute}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % Beispielbefehle aus Kap. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % Beispielmakro aus Kap. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95 % Damit der Index einen anderen Namen erhält.
96 \addto\captionsngerman
97 {\renewcommand{\indexname}
98 {Stichwort- und Befehlsverzeichnis}}
99
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % testen ob das Paket undertilde installiert ist
106 % wird benutzt für den Befehl \utilde
107 \newboolean{undertilde}
108 \IfFileExists{undertilde.sty}
109  {\usepackage{undertilde}
110   \setboolean{undertilde}{true}}
111  {\setboolean{undertilde}{false}}
112
113 % testen ob das Paket eurosym installiert ist
114 % wird benutzt für das Euro-Symbol
115 \newboolean{eurosym}
116 \IfFileExists{eurosym.sty}
117  {\usepackage[gennarrow]{eurosym}
118   \setboolean{eurosym}{true}}
119  {\setboolean{eurosym}{false}}
120
121 % testen ob Paket braket installiert ist
122 % benötigt für physikalische Vektoren
123 \newboolean{braket}
124 \IfFileExists{braket.sty}
125  {\usepackage{braket}
126   \setboolean{braket}{true}}
127  {\setboolean{braket}{false}}
128
129 % testen ob Paket cancel installiert ist
130 \newboolean{cancel}
131 \IfFileExists{cancel.sty}
132  {\usepackage{cancel}
133   \setboolean{cancel}{true}}
134  {\setboolean{cancel}{false}}
135
136 % testen ob Paket upgreek installiert ist
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142
143 % benötigt für Kommas in Formeln, siehe Kap. 22.3
144 \IfFileExists{icomma.sty}
145  {\usepackage{icomma}}{}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
148 \use_default_options false
149 \maintain_unincluded_children false
150 \language ngerman
151 \language_package default
152 \inputencoding auto
153 \fontencoding global
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_math auto
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164 \graphics default
165 \default_output_format default
166 \output_sync 0
167 \bibtex_command default
168 \index_command default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "LyXs Mathehandbuch"
173 \pdf_author "LyX Team, Uwe Stöhr"
174 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
186 \papersize a4paper
187 \use_geometry false
188 \use_package amsmath 2
189 \use_package amssymb 2
190 \use_package cancel 0
191 \use_package esint 1
192 \use_package mathdots 1
193 \use_package mathtools 1
194 \use_package mhchem 1
195 \use_package stackrel 0
196 \use_package stmaryrd 0
197 \use_package undertilde 0
198 \cite_engine basic
199 \cite_engine_type default
200 \biblio_style plain
201 \use_bibtopic false
202 \use_indices false
203 \paperorientation portrait
204 \suppress_date false
205 \justification true
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.1.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, mathtools, mhchem, undertilde
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://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
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 \begin_inset space \space{}
697 \end_inset
698
699 tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
700 \end_layout
701
702 \begin_layout Plain Layout
703 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
704  man ein TeX-Klammerpaar ein.
705 \end_layout
706
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 In den LaTeX-Vorspann
714 \begin_inset Index idx
715 status collapsed
716
717 \begin_layout Plain Layout
718 L@LaTeX-Vorspann
719 \end_layout
720
721 \end_inset
722
723  gelangt man über das Menü 
724 \family sans
725 Dokument\SpecialChar \menuseparator
726 Einstellungen\SpecialChar \menuseparator
727 LaT
728 \begin_inset ERT
729 status collapsed
730
731 \begin_layout Plain Layout
732
733 {}
734 \end_layout
735
736 \end_inset
737
738 eX-Vorspann
739 \family default
740 .
741 \end_layout
742
743 \begin_layout Standard
744 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
745 en Formeln kann man die Menüs 
746 \family sans
747 Bearbeiten\SpecialChar \menuseparator
748 Mathe
749 \family default
750  und 
751 \family sans
752 Bearbeiten\SpecialChar \menuseparator
753 Zeilen
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 &
758 \begin_inset space \thinspace{}
759 \end_inset
760
761 Spalten
762 \family default
763  oder die 
764 \family sans
765 Tabellen-Werkzeugleiste
766 \family default
767  verwenden.
768  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
769  die Spalte bzw.
770 \begin_inset space \space{}
771 \end_inset
772
773 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
774  bzw.
775 \begin_inset space \space{}
776 \end_inset
777
778 darunter liegenden Zeile vertauscht.
779  Befindet sich der Cursor in der letzten Spalte bzw.
780 \begin_inset space \space{}
781 \end_inset
782
783 Zeile, wird mit der links daneben stehenden Spalte bzw.
784 \begin_inset space \space{}
785 \end_inset
786
787 darüber liegenden Zeile vertauscht.
788 \end_layout
789
790 \begin_layout Standard
791 Zum Schreiben von Text in einer Formel
792 \begin_inset Foot
793 status collapsed
794
795 \begin_layout Plain Layout
796 Bei mehrzeiligen Formeln wird der Befehl 
797 \series bold
798
799 \backslash
800 intertext
801 \series default
802  verwendet, siehe 
803 \begin_inset CommandInset ref
804 LatexCommand ref
805 reference "sub:Text-in-mehrzeiligen"
806
807 \end_inset
808
809 .
810 \end_layout
811
812 \end_inset
813
814  verwendet man den 
815 \emph on
816 mathematischen Textmodus
817 \emph default
818
819 \begin_inset Index idx
820 status collapsed
821
822 \begin_layout Plain Layout
823 Text ! in Formeln
824 \end_layout
825
826 \end_inset
827
828
829 \begin_inset Index idx
830 status collapsed
831
832 \begin_layout Plain Layout
833 Mathematischer Textmodus
834 \end_layout
835
836 \end_inset
837
838 , in den man mit dem Tastenkürzel 
839 \family sans
840 Alt+M
841 \begin_inset space ~
842 \end_inset
843
844 M
845 \family default
846  oder durch Eingabe des Befehls 
847 \series bold
848
849 \backslash
850 text
851 \begin_inset Index idx
852 status collapsed
853
854 \begin_layout Plain Layout
855 Befehle ! T ! 
856 \backslash
857 text
858 \end_layout
859
860 \end_inset
861
862
863 \series default
864  gelangt.
865  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
866  Formel unterscheiden.
867  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
868  anderen Zeichen einer Formel nicht kursiv.
869 \end_layout
870
871 \begin_layout Subsection*
872 Befehlsschema
873 \end_layout
874
875 \begin_layout Standard
876 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
877  Schema:
878 \end_layout
879
880 \begin_layout Standard
881
882 \series bold
883
884 \backslash
885 Befehlsname[optionales
886 \series default
887  
888 \series bold
889 Argument]{anzugebendes
890 \series default
891  
892 \series bold
893 Argument}
894 \end_layout
895
896 \begin_layout Standard
897 Ein Befehl muss immer mit einem Backslash 
898 \begin_inset Quotes gld
899 \end_inset
900
901
902 \series bold
903
904 \backslash
905
906 \series default
907
908 \begin_inset Quotes grd
909 \end_inset
910
911  beginnen.
912  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
913  eckigen Klammern weggelassen werden.
914  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
915 \begin_inset Index idx
916 status collapsed
917
918 \begin_layout Plain Layout
919 T@TeX-Klammern
920 \end_layout
921
922 \end_inset
923
924  bezeichnet.
925  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
926  an, erzeugt LyX automatisch eine TeX-Klammer.
927  Ansonsten werden sie in Formeln mit dem Befehl 
928 \series bold
929
930 \backslash
931 {
932 \series default
933  erzeugt.
934  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
935  Klammern, die blau erscheinen.
936  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
937  TeX-Klammern erscheinen nicht im Ausdruck.
938 \end_layout
939
940 \begin_layout Standard
941 Werden Befehle ohne Argumente, wie z.
942 \begin_inset space \thinspace{}
943 \end_inset
944
945 B.
946  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
947 \emph on
948 immer
949 \emph default
950  ein Leerzeichen folgen um ihn zu beenden.
951  Dieses Leerzeichen erscheint nicht im Ausdruck.
952  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
953  normalen Text ein geschütztes Leerzeichen folgen.
954 \end_layout
955
956 \begin_layout Standard
957 Ein geschütztes Leerzeichen gibt man mit 
958 \family sans
959 Strg+Leertaste
960 \family default
961  ein.
962 \end_layout
963
964 \begin_layout Subsection*
965 Zeichenerklärung
966 \end_layout
967
968 \begin_layout Itemize
969 Das Symbol 
970 \begin_inset space \textvisiblespace{}
971 \end_inset
972
973  steht für ein einzugebendes Leerzeichen.
974 \end_layout
975
976 \begin_layout Itemize
977 Ein Pfeil wie z.
978 \begin_inset space \thinspace{}
979 \end_inset
980
981 B.
982  
983 \begin_inset Formula $\to$
984 \end_inset
985
986  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
987  Die 
988 \family sans
989 Tabulator
990 \family default
991 -Taste kann oft anstelle von 
992 \begin_inset Formula $\to$
993 \end_inset
994
995  und 
996 \begin_inset Formula $\downarrow$
997 \end_inset
998
999  benutzt werden und 
1000 \family sans
1001 Umschalt+Tabulator
1002 \family default
1003  anstelle von 
1004 \begin_inset Formula $\leftarrow$
1005 \end_inset
1006
1007  und 
1008 \begin_inset Formula $\uparrow$
1009 \end_inset
1010
1011 .
1012 \end_layout
1013
1014 \begin_layout Subsection*
1015 Verfügbare Einheiten
1016 \end_layout
1017
1018 \begin_layout Standard
1019 \align center
1020 \begin_inset Float table
1021 placement H
1022 wide false
1023 sideways false
1024 status open
1025
1026 \begin_layout Plain Layout
1027 \align center
1028 \begin_inset Caption Standard
1029
1030 \begin_layout Plain Layout
1031 \begin_inset CommandInset label
1032 LatexCommand label
1033 name "tab:Verfügbare-Einheiten"
1034
1035 \end_inset
1036
1037 Verfügbare Einheiten
1038 \end_layout
1039
1040 \end_inset
1041
1042
1043 \end_layout
1044
1045 \begin_layout Plain Layout
1046 \align center
1047 \begin_inset Tabular
1048 <lyxtabular version="3" rows="13" columns="2">
1049 <features rotate="0" tabularvalignment="middle">
1050 <column alignment="center" valignment="top">
1051 <column alignment="center" valignment="top">
1052 <row>
1053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 Einheit
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 Name / Beschreibung
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 </row>
1072 <row>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 mm
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 Millimeter
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 </row>
1092 <row>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 cm
1098 \end_layout
1099
1100 \end_inset
1101 </cell>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 Zentimeter
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 in
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Inch / Zoll (1
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 in = 2,54
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 cm)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 pt
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Punkt (72,27
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 pt = 1
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 in)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 pc
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 Pica (1
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 pc = 12
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 pt)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 sp
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 skalierter Punkt(65536
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 sp = 1
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 pt)
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 </row>
1224 <row>
1225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Plain Layout
1229 bp
1230 \end_layout
1231
1232 \end_inset
1233 </cell>
1234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1235 \begin_inset Text
1236
1237 \begin_layout Plain Layout
1238 großer Punkt (72
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 bp = 1
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 in)
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 </row>
1252 <row>
1253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Plain Layout
1257 dd
1258 \end_layout
1259
1260 \end_inset
1261 </cell>
1262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 Didot (1
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 dd 
1271 \begin_inset Formula $\approx$
1272 \end_inset
1273
1274  0,376
1275 \begin_inset space \thinspace{}
1276 \end_inset
1277
1278 mm)
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 </row>
1284 <row>
1285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 cc
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Plain Layout
1298 Cicero (1
1299 \begin_inset space \thinspace{}
1300 \end_inset
1301
1302 cc = 12
1303 \begin_inset space \thinspace{}
1304 \end_inset
1305
1306 dd)
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 ex
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 Höhe des Buchstabens 
1327 \emph on
1328 x
1329 \emph default
1330  in der aktuellen Schrift
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 </row>
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 em
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 Breite des Buchstabens 
1351 \emph on
1352 M
1353 \emph default
1354  in der aktuellen Schrift
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 </row>
1360 <row>
1361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1362 \begin_inset Text
1363
1364 \begin_layout Plain Layout
1365 mu
1366 \end_layout
1367
1368 \end_inset
1369 </cell>
1370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1371 \begin_inset Text
1372
1373 \begin_layout Plain Layout
1374 Mathe-Einheit (1
1375 \begin_inset space \thinspace{}
1376 \end_inset
1377
1378 mu = 
1379 \begin_inset Formula $\nicefrac{1}{18}$
1380 \end_inset
1381
1382
1383 \begin_inset space \thinspace{}
1384 \end_inset
1385
1386 em)
1387 \end_layout
1388
1389 \end_inset
1390 </cell>
1391 </row>
1392 </lyxtabular>
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \begin_layout Standard
1405 \begin_inset Newpage newpage
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \begin_layout Section
1412 Grundlegende Funktionen
1413 \end_layout
1414
1415 \begin_layout Subsection
1416 Exponenten
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 Exponenten
1422 \end_layout
1423
1424 \end_inset
1425
1426  und Indizes
1427 \begin_inset Index idx
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 Indizes
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \begin_inset Index idx
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 Hochstellen|see
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 {
1448 \end_layout
1449
1450 \end_inset
1451
1452 Exponenten
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 }
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \begin_inset Index idx
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473 Tiefstellen|see
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 {
1480 \end_layout
1481
1482 \end_inset
1483
1484 Indizes
1485 \begin_inset ERT
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489
1490 }
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \begin_layout Standard
1504 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1505  
1506 \begin_inset Graphics
1507         filename ../../images/math-subscript.png
1508         scale 85
1509
1510 \end_inset
1511
1512 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1513  
1514 \begin_inset Graphics
1515         filename ../../images/math-superscript.png
1516         scale 85
1517
1518 \end_inset
1519
1520  erzeugt.
1521 \end_layout
1522
1523 \begin_layout Standard
1524 \align center
1525 \begin_inset Tabular
1526 <lyxtabular version="3" rows="4" columns="2">
1527 <features rotate="0" tabularvalignment="middle">
1528 <column alignment="center" valignment="top" width="0pt">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <row>
1531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1532 \begin_inset Text
1533
1534 \begin_layout Plain Layout
1535 Befehl
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 Ergebnis
1545 \begin_inset Note Note
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549
1550 \series bold
1551
1552 \backslash
1553 raisebox
1554 \series default
1555  dient nur als Abstandhalter.
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 </row>
1566 <row>
1567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 B_V
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 \begin_inset Formula $B_{V}$
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 </row>
1589 <row>
1590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594 B^V
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 </row>
1612 <row>
1613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Plain Layout
1617 B^
1618 \begin_inset space \textvisiblespace{}
1619 \end_inset
1620
1621 A
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1631 \end_inset
1632
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 </row>
1639 </lyxtabular>
1640
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \begin_layout Standard
1647 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1648 llt
1649 \begin_inset Foot
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1654 \end_layout
1655
1656 \end_inset
1657
1658 .
1659  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1660  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1661 \end_layout
1662
1663 \begin_layout Subsection
1664 Brüche
1665 \begin_inset CommandInset label
1666 LatexCommand label
1667 name "sub:Brüche"
1668
1669 \end_inset
1670
1671
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 Brüche
1677 \end_layout
1678
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \begin_layout Standard
1685 Brüche werden mit dem Befehl 
1686 \series bold
1687
1688 \backslash
1689 frac
1690 \series default
1691
1692 \begin_inset Index idx
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696 Befehle ! F ! 
1697 \backslash
1698 frac
1699 \end_layout
1700
1701 \end_inset
1702
1703  oder mit dem Mathe-Werkzeugleistenknopf 
1704 \begin_inset Graphics
1705         filename ../../images/math/frac.png
1706         scale 50
1707
1708 \end_inset
1709
1710  erstellt.
1711  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1712  in einer eingebetteten oder abgesetzten Formel befindet.
1713  Mit dem Mathe-Werkzeugleistenknopf 
1714 \begin_inset Graphics
1715         filename ../../images/math/frac-square.png
1716         scale 85
1717
1718 \end_inset
1719
1720  können verschieden Bruchtypen gewählt werden.
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Mit dem Befehl 
1725 \series bold
1726
1727 \backslash
1728 dfrac
1729 \series default
1730
1731 \begin_inset Index idx
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735 Befehle ! D ! 
1736 \backslash
1737 dfrac
1738 \end_layout
1739
1740 \end_inset
1741
1742  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1743  Formel erscheint.
1744  Mit 
1745 \series bold
1746
1747 \backslash
1748 tfrac
1749 \series default
1750
1751 \begin_inset Index idx
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755 Befehle ! T ! 
1756 \backslash
1757 tfrac
1758 \end_layout
1759
1760 \end_inset
1761
1762  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1763  Ein Beispiel:
1764 \end_layout
1765
1766 \begin_layout Standard
1767 Eine Zeile mit dem Bruch 
1768 \begin_inset Formula $\frac{1}{2}$
1769 \end_inset
1770
1771 , der mit dem Befehl 
1772 \series bold
1773
1774 \backslash
1775 frac
1776 \series default
1777  erstellt wurde.
1778 \end_layout
1779
1780 \begin_layout Standard
1781 Eine Zeile mit dem Bruch 
1782 \begin_inset Formula $\dfrac{1}{2}$
1783 \end_inset
1784
1785 , der mit dem Befehl 
1786 \series bold
1787
1788 \backslash
1789 dfrac
1790 \series default
1791  erstellt wurde.
1792 \end_layout
1793
1794 \begin_layout Standard
1795 \align center
1796 \begin_inset Tabular
1797 <lyxtabular version="3" rows="4" columns="2">
1798 <features rotate="0" tabularvalignment="middle">
1799 <column alignment="center" valignment="top" width="0pt">
1800 <column alignment="center" valignment="top" width="0pt">
1801 <row>
1802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806 Befehl
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815 Ergebnis
1816 \begin_inset Note Note
1817 status collapsed
1818
1819 \begin_layout Plain Layout
1820
1821 \series bold
1822
1823 \backslash
1824 raisebox
1825 \series default
1826  dient nur als Abstandhalter.
1827 \end_layout
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 </row>
1837 <row>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \backslash
1844 frac
1845 \begin_inset space \textvisiblespace{}
1846 \end_inset
1847
1848 A
1849 \begin_inset Formula $\downarrow$
1850 \end_inset
1851
1852 B
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1862 \end_inset
1863
1864
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 </row>
1870 <row>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875
1876 \backslash
1877 dfrac
1878 \begin_inset space \textvisiblespace{}
1879 \end_inset
1880
1881 A
1882 \begin_inset Formula $\downarrow$
1883 \end_inset
1884
1885 B
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1895 \end_inset
1896
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 </row>
1903 <row>
1904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \backslash
1910 dfrac
1911 \begin_inset space \textvisiblespace{}
1912 \end_inset
1913
1914 e^
1915 \backslash
1916 frac
1917 \begin_inset space \textvisiblespace{}
1918 \end_inset
1919
1920 1
1921 \begin_inset Formula $\downarrow$
1922 \end_inset
1923
1924 2
1925 \begin_inset Formula $\downarrow\downarrow$
1926 \end_inset
1927
1928 3
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1938 \end_inset
1939
1940
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 </row>
1946 </lyxtabular>
1947
1948 \end_inset
1949
1950
1951 \end_layout
1952
1953 \begin_layout Standard
1954 \begin_inset VSpace bigskip
1955 \end_inset
1956
1957
1958 \begin_inset Newpage newpage
1959 \end_inset
1960
1961 Für Mehrfachbrüche gibt es den Befehl 
1962 \series bold
1963
1964 \backslash
1965 cfrac
1966 \series default
1967
1968 \begin_inset Index idx
1969 status collapsed
1970
1971 \begin_layout Plain Layout
1972 Befehle ! C ! 
1973 \backslash
1974 cfrac
1975 \end_layout
1976
1977 \end_inset
1978
1979 .
1980  Dazu ein Beispiel:
1981 \begin_inset VSpace -3mm
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \begin_layout Standard
1988 \begin_inset Formula 
1989 \begin{align*}
1990 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1991 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1992 \end{align*}
1993
1994 \end_inset
1995
1996
1997 \end_layout
1998
1999 \begin_layout Standard
2000 Der Befehl für obiges Beispiel lautet:
2001 \end_layout
2002
2003 \begin_layout Standard
2004
2005 \series bold
2006
2007 \backslash
2008 cfrac
2009 \begin_inset space \textvisiblespace{}
2010 \end_inset
2011
2012 A
2013 \begin_inset Formula $\downarrow$
2014 \end_inset
2015
2016 B+
2017 \backslash
2018 cfrac
2019 \begin_inset space \textvisiblespace{}
2020 \end_inset
2021
2022 C+
2023 \backslash
2024 cfrac
2025 \begin_inset space \textvisiblespace{}
2026 \end_inset
2027
2028 E
2029 \begin_inset Formula $\downarrow$
2030 \end_inset
2031
2032 F
2033 \begin_inset Formula $\downarrow$
2034 \end_inset
2035
2036 D
2037 \end_layout
2038
2039 \begin_layout Standard
2040 \begin_inset VSpace medskip
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047
2048 \series bold
2049
2050 \backslash
2051 cfrac
2052 \series default
2053  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2054  auch wenn er selbst Teil eines Bruches ist.
2055 \end_layout
2056
2057 \begin_layout Standard
2058 Es ist möglich die Ausrichtung des Zählers einzustellen.
2059  Der Befehl 
2060 \series bold
2061
2062 \backslash
2063 cfracleft
2064 \series default
2065  richtet ihn links, der Befehl 
2066 \series bold
2067
2068 \backslash
2069 cfracright
2070 \series default
2071  rechts aus.
2072  
2073 \series bold
2074
2075 \backslash
2076 cfrac
2077 \series default
2078  zentriert den Zähler.
2079  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2080 \end_layout
2081
2082 \begin_layout Standard
2083
2084 \series bold
2085 \begin_inset Formula 
2086 \[
2087 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2088 \]
2089
2090 \end_inset
2091
2092
2093 \end_layout
2094
2095 \begin_layout Standard
2096 \begin_inset Note Greyedout
2097 status open
2098
2099 \begin_layout Plain Layout
2100
2101 \series bold
2102 Achtung:
2103 \series default
2104  
2105 \series bold
2106
2107 \backslash
2108 cfracleft
2109 \series default
2110  und
2111 \series bold
2112  
2113 \backslash
2114 cfracright
2115 \series default
2116  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2117 \series bold
2118
2119 \backslash
2120 cfrac[Ausrichtung]{Zähler}{Nenner}
2121 \series default
2122  dar.
2123  Daher kann man sie nicht im TeX-Code benutzen.
2124 \end_layout
2125
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132 \begin_inset VSpace medskip
2133 \end_inset
2134
2135 Oftmals ist es am günstigsten 
2136 \series bold
2137
2138 \backslash
2139 cfrac
2140 \series default
2141  und 
2142 \series bold
2143
2144 \backslash
2145 frac
2146 \series default
2147  zu kombinieren:
2148 \begin_inset Formula 
2149 \[
2150 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2151 \]
2152
2153 \end_inset
2154
2155
2156 \end_layout
2157
2158 \begin_layout Standard
2159 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2160 \series bold
2161
2162 \backslash
2163 nicefrac
2164 \series default
2165
2166 \begin_inset Index idx
2167 status collapsed
2168
2169 \begin_layout Plain Layout
2170 Befehle ! N ! 
2171 \backslash
2172 nicefrac
2173 \end_layout
2174
2175 \end_inset
2176
2177
2178 \begin_inset Formula $\nicefrac{5}{31}$
2179 \end_inset
2180
2181  oder 
2182 \series bold
2183
2184 \backslash
2185 unitfrac
2186 \series default
2187
2188 \begin_inset Index idx
2189 status collapsed
2190
2191 \begin_layout Plain Layout
2192 Befehle! U ! 
2193 \backslash
2194 unitfrac
2195 \end_layout
2196
2197 \end_inset
2198
2199
2200 \begin_inset Formula $\unitfrac{5}{31}$
2201 \end_inset
2202
2203  benutzt werden.
2204  Des Weiteren gibt es den Befehl 
2205 \series bold
2206
2207 \backslash
2208 unitfracthree
2209 \series default
2210  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2211 \begin_inset Formula $\unitfrac[2]{1}{3}$
2212 \end_inset
2213
2214
2215 \end_layout
2216
2217 \begin_layout Standard
2218 \begin_inset Note Greyedout
2219 status open
2220
2221 \begin_layout Plain Layout
2222
2223 \series bold
2224 Achtung:
2225 \series default
2226  
2227 \series bold
2228
2229 \backslash
2230 unitfracthree
2231 \series default
2232  ist kein echter LaTeX-Befehl, sondern der Befehl
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236
2237 \series bold
2238
2239 \backslash
2240 unitfrac[Zahl]{Zähler}{Nenner}
2241 \series default
2242  .
2243  Daher kann man ihn nicht im TeX-Code benutzen.
2244 \end_layout
2245
2246 \end_inset
2247
2248
2249 \end_layout
2250
2251 \begin_layout Standard
2252 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2253  in 
2254 \begin_inset CommandInset ref
2255 LatexCommand ref
2256 reference "sub:Selbstdefinierte-Brüche"
2257
2258 \end_inset
2259
2260  erklärt.
2261 \end_layout
2262
2263 \begin_layout Standard
2264 \begin_inset Newpage newpage
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \begin_layout Subsection
2271 Wurzeln
2272 \begin_inset Index idx
2273 status collapsed
2274
2275 \begin_layout Plain Layout
2276 Wurzeln
2277 \end_layout
2278
2279 \end_inset
2280
2281
2282 \end_layout
2283
2284 \begin_layout Standard
2285 Quadratwurzeln werden mit 
2286 \series bold
2287
2288 \backslash
2289 sqrt
2290 \series default
2291
2292 \begin_inset Index idx
2293 status collapsed
2294
2295 \begin_layout Plain Layout
2296 Befehle ! S ! 
2297 \backslash
2298 sqrt
2299 \end_layout
2300
2301 \end_inset
2302
2303  oder dem Mathe-Werkzeugleistenknopf 
2304 \begin_inset Graphics
2305         filename ../../images/math/sqrt.png
2306         scale 85
2307
2308 \end_inset
2309
2310  gesetzt, alle anderen Wurzeln mit dem Befehl 
2311 \series bold
2312
2313 \backslash
2314 root
2315 \series default
2316
2317 \begin_inset Index idx
2318 status collapsed
2319
2320 \begin_layout Plain Layout
2321 Befehle ! R ! 
2322 \backslash
2323 root
2324 \end_layout
2325
2326 \end_inset
2327
2328  oder dem Mathe-Werkzeugleistenknopf 
2329 \begin_inset Graphics
2330         filename ../../images/math/root.png
2331         scale 85
2332
2333 \end_inset
2334
2335 .
2336 \end_layout
2337
2338 \begin_layout Standard
2339 \align center
2340 \begin_inset Tabular
2341 <lyxtabular version="3" rows="3" columns="2">
2342 <features rotate="0" tabularvalignment="middle">
2343 <column alignment="center" valignment="top" width="0pt">
2344 <column alignment="center" valignment="top" width="0pt">
2345 <row>
2346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Plain Layout
2350 Befehl
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359 Ergebnis
2360 \begin_inset Note Note
2361 status collapsed
2362
2363 \begin_layout Plain Layout
2364
2365 \series bold
2366
2367 \backslash
2368 raisebox
2369 \series default
2370  dient nur als Abstandhalter.
2371 \end_layout
2372
2373 \end_inset
2374
2375
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 </row>
2381 <row>
2382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2383 \begin_inset Text
2384
2385 \begin_layout Plain Layout
2386
2387 \backslash
2388 sqrt
2389 \begin_inset space \textvisiblespace{}
2390 \end_inset
2391
2392 A-B
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2398 \begin_inset Text
2399
2400 \begin_layout Plain Layout
2401 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2402 \end_inset
2403
2404
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 </row>
2410 <row>
2411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415
2416 \backslash
2417 root
2418 \begin_inset space \textvisiblespace{}
2419 \end_inset
2420
2421 3
2422 \begin_inset Formula $\downarrow$
2423 \end_inset
2424
2425 A-B
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2435 \end_inset
2436
2437
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 </row>
2443 </lyxtabular>
2444
2445 \end_inset
2446
2447
2448 \end_layout
2449
2450 \begin_layout Standard
2451 Eine Quadratwurzel kann man auch mit 
2452 \series bold
2453
2454 \backslash
2455 root
2456 \series default
2457  erstellen, indem man das Feld über der Wurzel frei lässt.
2458 \end_layout
2459
2460 \begin_layout Standard
2461 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2462  Formel: 
2463 \begin_inset Formula $\sqrt[\beta]{B}$
2464 \end_inset
2465
2466
2467 \begin_inset Newline newline
2468 \end_inset
2469
2470 Das 
2471 \begin_inset Formula $\beta$
2472 \end_inset
2473
2474  berührt die Wurzel.
2475  Um dies zu verhindern, verwendet man die Befehle 
2476 \series bold
2477
2478 \backslash
2479 leftroot
2480 \series default
2481
2482 \begin_inset Index idx
2483 status collapsed
2484
2485 \begin_layout Plain Layout
2486 Befehle ! L ! 
2487 \backslash
2488 leftroot
2489 \end_layout
2490
2491 \end_inset
2492
2493  und 
2494 \series bold
2495
2496 \backslash
2497 uproot
2498 \series default
2499
2500 \begin_inset Index idx
2501 status collapsed
2502
2503 \begin_layout Plain Layout
2504 Befehle ! U ! 
2505 \backslash
2506 uproot
2507 \end_layout
2508
2509 \end_inset
2510
2511 , die folgendes Schema besitzen:
2512 \end_layout
2513
2514 \begin_layout Standard
2515
2516 \series bold
2517
2518 \backslash
2519 leftroot{Abstand}
2520 \series default
2521  bzw.
2522 \begin_inset space \space{}
2523 \end_inset
2524
2525
2526 \series bold
2527
2528 \backslash
2529 uproot{Abstand}
2530 \end_layout
2531
2532 \begin_layout Standard
2533 Abstand ist die Anzahl der Big Points (Einheit bp; 
2534 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2535 \end_inset
2536
2537 ), um die der Index nach links bzw.
2538 \begin_inset space \space{}
2539 \end_inset
2540
2541 nach oben verschoben werden soll.
2542  Die Befehle werden in den Index geschrieben.
2543  So ergibt der Befehl
2544 \begin_inset Newline newline
2545 \end_inset
2546
2547
2548 \series bold
2549
2550 \backslash
2551 root
2552 \backslash
2553 leftroot{-1
2554 \begin_inset Formula $\to$
2555 \end_inset
2556
2557
2558 \backslash
2559 uproot{2
2560 \begin_inset Formula $\to$
2561 \end_inset
2562
2563
2564 \backslash
2565 beta
2566 \begin_inset space \textvisiblespace{}
2567 \end_inset
2568
2569
2570 \begin_inset Formula $\to$
2571 \end_inset
2572
2573 B
2574 \begin_inset Newline newline
2575 \end_inset
2576
2577
2578 \series default
2579 eine korrekt gesetzte Formel: 
2580 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2581 \end_inset
2582
2583
2584 \end_layout
2585
2586 \begin_layout Subsection
2587 Binomialkoeffizienten
2588 \begin_inset Index idx
2589 status collapsed
2590
2591 \begin_layout Plain Layout
2592 Binomialkoeffizienten
2593 \end_layout
2594
2595 \end_inset
2596
2597
2598 \end_layout
2599
2600 \begin_layout Standard
2601 Binomialkoeffizienten können mit dem Befehl 
2602 \series bold
2603
2604 \backslash
2605 binom
2606 \series default
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 Befehle ! B ! 
2613 \backslash
2614 binom
2615 \end_layout
2616
2617 \end_inset
2618
2619  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2620 \begin_inset Graphics
2621         filename ../../images/math/frac-square.png
2622         scale 85
2623
2624 \end_inset
2625
2626 eingefügt werden.
2627  Analog zu Brüchen (
2628 \series bold
2629
2630 \backslash
2631 frac
2632 \series default
2633 ) gibt es außer 
2634 \series bold
2635
2636 \backslash
2637 binom
2638 \series default
2639  noch die Befehle 
2640 \series bold
2641
2642 \backslash
2643 dbinom
2644 \series default
2645
2646 \begin_inset Index idx
2647 status collapsed
2648
2649 \begin_layout Plain Layout
2650 Befehle ! D ! 
2651 \backslash
2652 dbinom
2653 \end_layout
2654
2655 \end_inset
2656
2657  und 
2658 \series bold
2659
2660 \backslash
2661 tbinom
2662 \series default
2663
2664 \begin_inset Index idx
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668 Befehle ! T ! 
2669 \backslash
2670 tbinom
2671 \end_layout
2672
2673 \end_inset
2674
2675 .
2676  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2677 \series bold
2678
2679 \backslash
2680 brace
2681 \series default
2682
2683 \begin_inset Index idx
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 Befehle ! B ! 
2688 \backslash
2689 brace
2690 \end_layout
2691
2692 \end_inset
2693
2694  und 
2695 \series bold
2696
2697 \backslash
2698 brack
2699 \series default
2700
2701 \begin_inset Index idx
2702 status collapsed
2703
2704 \begin_layout Plain Layout
2705 Befehle ! B ! 
2706 \backslash
2707 brack
2708 \end_layout
2709
2710 \end_inset
2711
2712 .
2713 \end_layout
2714
2715 \begin_layout Standard
2716 \align center
2717 \begin_inset Tabular
2718 <lyxtabular version="3" rows="6" columns="2">
2719 <features rotate="0" tabularvalignment="middle">
2720 <column alignment="center" valignment="top" width="0pt">
2721 <column alignment="center" valignment="top" width="0pt">
2722 <row>
2723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727 Befehl
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736 Ergebnis
2737 \begin_inset Note Note
2738 status collapsed
2739
2740 \begin_layout Plain Layout
2741
2742 \series bold
2743
2744 \backslash
2745 raisebox
2746 \series default
2747  dient nur als Abstandhalter.
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 </row>
2758 <row>
2759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \backslash
2765 binom
2766 \begin_inset space \textvisiblespace{}
2767 \end_inset
2768
2769 A
2770 \begin_inset Formula $\downarrow$
2771 \end_inset
2772
2773 B
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row>
2792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 dbinom
2799 \begin_inset space \textvisiblespace{}
2800 \end_inset
2801
2802 A
2803 \begin_inset Formula $\downarrow$
2804 \end_inset
2805
2806 B
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row>
2825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \backslash
2831 tbinom
2832 \begin_inset space \textvisiblespace{}
2833 \end_inset
2834
2835 A
2836 \begin_inset Formula $\downarrow$
2837 \end_inset
2838
2839 B
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 <row>
2858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862
2863 \backslash
2864 brack
2865 \begin_inset space \textvisiblespace{}
2866 \end_inset
2867
2868 A
2869 \begin_inset Formula $\downarrow$
2870 \end_inset
2871
2872 B
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Plain Layout
2881 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2882 \end_inset
2883
2884
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 </row>
2890 <row>
2891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895
2896 \backslash
2897 brace
2898 \begin_inset space \textvisiblespace{}
2899 \end_inset
2900
2901 A
2902 \begin_inset Formula $\downarrow$
2903 \end_inset
2904
2905 B
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2915 \end_inset
2916
2917
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 </row>
2923 </lyxtabular>
2924
2925 \end_inset
2926
2927
2928 \end_layout
2929
2930 \begin_layout Subsection
2931 Fallunterscheidungen
2932 \begin_inset Index idx
2933 status collapsed
2934
2935 \begin_layout Plain Layout
2936 Fallunterscheidungen
2937 \end_layout
2938
2939 \end_inset
2940
2941
2942 \end_layout
2943
2944 \begin_layout Standard
2945 \align center
2946 \begin_inset Tabular
2947 <lyxtabular version="3" rows="3" columns="2">
2948 <features rotate="0" tabularvalignment="middle">
2949 <column alignment="center" valignment="top" width="0pt">
2950 <column alignment="center" valignment="top" width="0pt">
2951 <row>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 Befehl
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965 Ergebnis
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row>
2972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \backslash
2978 cases
2979 \begin_inset space \textvisiblespace{}
2980 \end_inset
2981
2982 A
2983 \begin_inset Formula $\to$
2984 \end_inset
2985
2986 B>0
2987 \begin_inset Index idx
2988 status collapsed
2989
2990 \begin_layout Plain Layout
2991 Befehle ! C ! 
2992 \backslash
2993 cases
2994 \end_layout
2995
2996 \end_inset
2997
2998
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 \begin_inset Formula $\begin{cases}
3008 A & B>0\end{cases}$
3009 \end_inset
3010
3011
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 </row>
3017 <row>
3018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022
3023 \backslash
3024 cases
3025 \begin_inset space \textvisiblespace{}
3026 \end_inset
3027
3028 Strg+Enter
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037 \begin_inset Formula $\begin{cases}
3038 A & \textrm{für }x>0\\
3039 B & \textrm{für }x=0
3040 \end{cases}$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 </lyxtabular>
3050
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \begin_layout Standard
3057 Nach der Eingabe von 
3058 \series bold
3059
3060 \backslash
3061 cases
3062 \series default
3063  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3064 \begin_inset Graphics
3065         filename ../../images/math/cases.png
3066         scale 85
3067
3068 \end_inset
3069
3070  können mit 
3071 \family sans
3072 Strg+Enter
3073 \family default
3074  oder dem Tabellen-Werkzeugleistenknopf 
3075 \begin_inset Graphics
3076         filename ../../images/tabular-feature_append-row.png
3077         scale 85
3078
3079 \end_inset
3080
3081  neue Zeilen erstellt werden.
3082 \begin_inset Foot
3083 status collapsed
3084
3085 \begin_layout Plain Layout
3086 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3087 \begin_inset CommandInset ref
3088 LatexCommand ref
3089 reference "sub:Akzente-für-ein"
3090
3091 \end_inset
3092
3093  beschrieben.
3094 \end_layout
3095
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \begin_layout Standard
3102 Der Befehl 
3103 \series bold
3104
3105 \backslash
3106 cases
3107 \series default
3108  ist auch über das Menü 
3109 \family sans
3110 Einfügen\SpecialChar \menuseparator
3111 Mathe\SpecialChar \menuseparator
3112 Cases-Umgebung
3113 \family default
3114  verfügbar.
3115 \end_layout
3116
3117 \begin_layout Subsection
3118 Verneinungen
3119 \begin_inset Index idx
3120 status collapsed
3121
3122 \begin_layout Plain Layout
3123 Verneinungen
3124 \end_layout
3125
3126 \end_inset
3127
3128
3129 \end_layout
3130
3131 \begin_layout Standard
3132 Durch die Eingabe von 
3133 \series bold
3134
3135 \backslash
3136 not
3137 \series default
3138
3139 \begin_inset Index idx
3140 status collapsed
3141
3142 \begin_layout Plain Layout
3143 Befehle ! N ! 
3144 \backslash
3145 not
3146 \end_layout
3147
3148 \end_inset
3149
3150  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3151  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3152 \end_layout
3153
3154 \begin_layout Standard
3155 \align center
3156 \begin_inset Tabular
3157 <lyxtabular version="3" rows="4" columns="2">
3158 <features rotate="0" tabularvalignment="middle">
3159 <column alignment="center" valignment="top" width="0pt">
3160 <column alignment="center" valignment="top" width="0pt">
3161 <row>
3162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 Befehl
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175 Ergebnis
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \backslash
3188 not=
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 \begin_inset Formula $\not=$
3198 \end_inset
3199
3200
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 <row>
3207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \backslash
3213 not 
3214 \backslash
3215 le
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224 \begin_inset Formula $\not\le$
3225 \end_inset
3226
3227
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 </row>
3233 <row>
3234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \backslash
3240 not 
3241 \backslash
3242 parallel
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 \begin_inset Formula $\not\parallel$
3252 \end_inset
3253
3254
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 </lyxtabular>
3261
3262 \end_inset
3263
3264
3265 \end_layout
3266
3267 \begin_layout Standard
3268 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3269  Deswegen gibt es für Einige spezielle Befehle (siehe 
3270 \begin_inset CommandInset ref
3271 LatexCommand ref
3272 reference "sub:Mathematische-Symbole"
3273
3274 \end_inset
3275
3276  und 
3277 \begin_inset CommandInset ref
3278 LatexCommand ref
3279 reference "sec:Relationen"
3280
3281 \end_inset
3282
3283 ).
3284 \end_layout
3285
3286 \begin_layout Subsection
3287 Platzhalter
3288 \begin_inset CommandInset label
3289 LatexCommand label
3290 name "sub:Platzhalter"
3291
3292 \end_inset
3293
3294
3295 \begin_inset Index idx
3296 status collapsed
3297
3298 \begin_layout Plain Layout
3299 Platzhalter
3300 \end_layout
3301
3302 \end_inset
3303
3304
3305 \begin_inset Index idx
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309 chemische Zeichen ! Isotope
3310 \end_layout
3311
3312 \end_inset
3313
3314
3315 \begin_inset Index idx
3316 status collapsed
3317
3318 \begin_layout Plain Layout
3319 Isotope|see
3320 \begin_inset ERT
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324
3325 {
3326 \end_layout
3327
3328 \end_inset
3329
3330 chemische Zeichen
3331 \begin_inset ERT
3332 status collapsed
3333
3334 \begin_layout Plain Layout
3335
3336 }
3337 \end_layout
3338
3339 \end_inset
3340
3341
3342 \end_layout
3343
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \begin_layout Standard
3350 Möchte man z.
3351 \begin_inset space \thinspace{}
3352 \end_inset
3353
3354 B.
3355  Isotope
3356 \begin_inset Foot
3357 status collapsed
3358
3359 \begin_layout Plain Layout
3360 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3361 \begin_inset CommandInset ref
3362 LatexCommand ref
3363 reference "sub:Chemische-Symbole-und"
3364
3365 \end_inset
3366
3367  beschrieben.
3368 \end_layout
3369
3370 \end_inset
3371
3372  darstellen, tritt folgendes Problem auf:
3373 \end_layout
3374
3375 \begin_layout Standard
3376 \align center
3377 \begin_inset Tabular
3378 <lyxtabular version="3" rows="2" columns="2">
3379 <features rotate="0" tabularvalignment="middle">
3380 <column alignment="center" valignment="top" width="0pt">
3381 <column alignment="center" valignment="top" width="0pt">
3382 <row>
3383 <cell alignment="center" valignment="top" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387 durch Hoch- und Tiefstellen erzeugte Indizes:
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3397 \end_inset
3398
3399
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 <row>
3406 <cell alignment="center" valignment="top" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 korrekte Indizes:
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 </lyxtabular>
3429
3430 \end_inset
3431
3432
3433 \begin_inset Note Note
3434 status collapsed
3435
3436 \begin_layout Plain Layout
3437
3438 \series bold
3439
3440 \backslash
3441 raisebox
3442 \series default
3443  dient nur
3444 \end_layout
3445
3446 \begin_layout Plain Layout
3447 als Abstandhalter.
3448 \end_layout
3449
3450 \end_inset
3451
3452
3453 \end_layout
3454
3455 \begin_layout Standard
3456 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3457  längeren Index gesetzt.
3458  Um das zu verhindern gibt es den Befehl 
3459 \series bold
3460
3461 \backslash
3462 phantom
3463 \series default
3464
3465 \begin_inset Index idx
3466 status collapsed
3467
3468 \begin_layout Plain Layout
3469 Befehle ! P ! 
3470 \backslash
3471 phantom
3472 \end_layout
3473
3474 \end_inset
3475
3476  oder den Mathe-Werkzeugleistenknopf
3477 \begin_inset space \thinspace{}
3478 \end_inset
3479
3480
3481 \begin_inset Foot
3482 status collapsed
3483
3484 \begin_layout Plain Layout
3485 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3486 \begin_inset Graphics
3487         filename ../../images/math/space.png
3488         scale 85
3489
3490 \end_inset
3491
3492
3493 \end_layout
3494
3495 \end_inset
3496
3497  
3498 \begin_inset Graphics
3499         filename ../../images/math/phantom.png
3500         scale 85
3501
3502 \end_inset
3503
3504 , der ein oder mehrere Phantomzeichen erstellt.
3505  Wenn 
3506 \series bold
3507
3508 \backslash
3509 phantom
3510 \series default
3511  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3512  Pfeilen überlagert wird.
3513  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3514  als Leerraum erstellt wird.
3515  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3516  Zeichen.
3517 \end_layout
3518
3519 \begin_layout Standard
3520 \align center
3521 \begin_inset Tabular
3522 <lyxtabular version="3" rows="4" columns="2">
3523 <features rotate="0" tabularvalignment="middle">
3524 <column alignment="center" valignment="top">
3525 <column alignment="center" valignment="top">
3526 <row>
3527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 Befehl
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 Ergebnis
3541 \begin_inset Note Note
3542 status collapsed
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547
3548 \backslash
3549 raisebox
3550 \series default
3551  dient nur als Abstandhalter.
3552 \end_layout
3553
3554 \end_inset
3555
3556
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 ^19
3568 \begin_inset space \textvisiblespace{}
3569 \end_inset
3570
3571 _
3572 \backslash
3573 phantom
3574 \begin_inset space \textvisiblespace{}
3575 \end_inset
3576
3577 1
3578 \begin_inset Formula $\to$
3579 \end_inset
3580
3581 9
3582 \begin_inset space \textvisiblespace{}
3583 \end_inset
3584
3585 F
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3595 \end_inset
3596
3597
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 ^235
3609 \begin_inset space \textvisiblespace{}
3610 \end_inset
3611
3612 _
3613 \backslash
3614 phantom
3615 \begin_inset space \textvisiblespace{}
3616 \end_inset
3617
3618 23
3619 \begin_inset Formula $\to$
3620 \end_inset
3621
3622 9
3623 \begin_inset space \textvisiblespace{}
3624 \end_inset
3625
3626 F
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3636 \end_inset
3637
3638
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \backslash
3651 Lambda^
3652 \begin_inset space \textvisiblespace{}
3653 \end_inset
3654
3655
3656 \backslash
3657 phantom
3658 \begin_inset space \textvisiblespace{}
3659 \end_inset
3660
3661 ii
3662 \begin_inset Formula $\to$
3663 \end_inset
3664
3665 t
3666 \begin_inset space \textvisiblespace{}
3667 \end_inset
3668
3669 _MMt
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3679 \end_inset
3680
3681
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 </lyxtabular>
3688
3689 \end_inset
3690
3691
3692 \end_layout
3693
3694 \begin_layout Standard
3695 Des Weiteren gibt es noch die Befehle 
3696 \series bold
3697
3698 \backslash
3699 vphantom
3700 \series default
3701
3702 \begin_inset Index idx
3703 status collapsed
3704
3705 \begin_layout Plain Layout
3706 Befehle ! V ! 
3707 \backslash
3708 vphantom
3709 \end_layout
3710
3711 \end_inset
3712
3713  (Werkzeugleistenknopf 
3714 \begin_inset space ~
3715 \end_inset
3716
3717
3718 \begin_inset Graphics
3719         filename ../../images/math/vphantom.png
3720         scale 85
3721
3722 \end_inset
3723
3724 ) und 
3725 \series bold
3726
3727 \backslash
3728 hphantom
3729 \series default
3730
3731 \begin_inset Index idx
3732 status collapsed
3733
3734 \begin_layout Plain Layout
3735 Befehle ! H ! 
3736 \backslash
3737 hphantom
3738 \end_layout
3739
3740 \end_inset
3741
3742  (Werkzeugleistenknopf 
3743 \begin_inset space ~
3744 \end_inset
3745
3746
3747 \begin_inset Graphics
3748         filename ../../images/math/hphantom.png
3749         scale 85
3750
3751 \end_inset
3752
3753 ).
3754  
3755 \series bold
3756
3757 \backslash
3758 hphantom
3759 \series default
3760  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3761  nicht jedoch für deren Breite.
3762  Bei 
3763 \series bold
3764
3765 \backslash
3766 vphantom
3767 \series default
3768  wird nur Platz mit der Breite des Kästchens erstellt.
3769  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3770 \end_layout
3771
3772 \begin_layout Standard
3773 Zum Beispiel erzeugt 
3774 \series bold
3775
3776 \backslash
3777 vphantom
3778 \series default
3779
3780 \begin_inset space \textvisiblespace{}
3781 \end_inset
3782
3783
3784 \series bold
3785 a
3786 \backslash
3787 int
3788 \series default
3789  Platz der Höhe des Integralzeichens,
3790 \begin_inset Foot
3791 status collapsed
3792
3793 \begin_layout Plain Layout
3794 Der Befehl 
3795 \series bold
3796
3797 \backslash
3798 int
3799 \series default
3800  erzeugt ein Integralzeichen, siehe 
3801 \begin_inset CommandInset ref
3802 LatexCommand ref
3803 reference "sub:Große-Operatoren"
3804
3805 \end_inset
3806
3807 .
3808 \end_layout
3809
3810 \end_inset
3811
3812  da dieses das größere Zeichen ist.
3813  Eine Beispielanwendung ist in 
3814 \begin_inset CommandInset ref
3815 LatexCommand ref
3816 reference "sub:Mehrzeilige-Klammern"
3817
3818 \end_inset
3819
3820  zu finden.
3821 \end_layout
3822
3823 \begin_layout Standard
3824 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3825  
3826 \family sans
3827 Einfügen\SpecialChar \menuseparator
3828 Formatierung\SpecialChar \menuseparator
3829 Phantom
3830 \family default
3831  eingefügt werden:
3832 \end_layout
3833
3834 \begin_layout Standard
3835 Dies ist ein Satz.
3836 \begin_inset Newline newline
3837 \end_inset
3838
3839
3840 \begin_inset Phantom Phantom
3841 status open
3842
3843 \begin_layout Plain Layout
3844 Dies
3845 \end_layout
3846
3847 \end_inset
3848
3849  ist ein Satz.
3850 \end_layout
3851
3852 \begin_layout Subsection
3853 Linien
3854 \begin_inset Index idx
3855 status collapsed
3856
3857 \begin_layout Plain Layout
3858 Linien
3859 \end_layout
3860
3861 \end_inset
3862
3863
3864 \begin_inset Index idx
3865 status collapsed
3866
3867 \begin_layout Plain Layout
3868 Formel ! unterstrichene
3869 \end_layout
3870
3871 \end_inset
3872
3873
3874 \end_layout
3875
3876 \begin_layout Standard
3877 \align center
3878 \begin_inset Tabular
3879 <lyxtabular version="3" rows="4" columns="2">
3880 <features rotate="0" tabularvalignment="middle">
3881 <column alignment="center" valignment="top" width="0pt">
3882 <column alignment="center" valignment="top" width="0pt">
3883 <row>
3884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Befehl
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Ergebnis
3898 \begin_inset Note Note
3899 status collapsed
3900
3901 \begin_layout Plain Layout
3902
3903 \series bold
3904
3905 \backslash
3906 raisebox
3907 \series default
3908  dient nur als Abstandhalter.
3909 \end_layout
3910
3911 \end_inset
3912
3913
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 </row>
3919 <row>
3920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924
3925 \backslash
3926 overline
3927 \begin_inset space \textvisiblespace{}
3928 \end_inset
3929
3930 A+B
3931 \begin_inset Index idx
3932 status collapsed
3933
3934 \begin_layout Plain Layout
3935 Befehle ! O ! 
3936 \backslash
3937 overline
3938 \end_layout
3939
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3952 \end_inset
3953
3954
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 </row>
3960 <row>
3961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965
3966 \backslash
3967 underline
3968 \begin_inset space \textvisiblespace{}
3969 \end_inset
3970
3971 A+B
3972 \begin_inset Index idx
3973 status collapsed
3974
3975 \begin_layout Plain Layout
3976 Befehle ! U ! 
3977 \backslash
3978 underline
3979 \end_layout
3980
3981 \end_inset
3982
3983
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3993 \end_inset
3994
3995
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \backslash
4008 overline
4009 \begin_inset space \textvisiblespace{}
4010 \end_inset
4011
4012
4013 \backslash
4014 underline
4015 \begin_inset space \textvisiblespace{}
4016 \end_inset
4017
4018 A+B
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4028 \end_inset
4029
4030
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 </lyxtabular>
4037
4038 \end_inset
4039
4040
4041 \end_layout
4042
4043 \begin_layout Standard
4044 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4045 \series bold
4046
4047 \backslash
4048 overline
4049 \series default
4050  oder 
4051 \series bold
4052
4053 \backslash
4054 underline
4055 \series default
4056  eingibt.
4057 \end_layout
4058
4059 \begin_layout Standard
4060 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4061 \begin_inset Newline linebreak
4062 \end_inset
4063
4064
4065 \series bold
4066
4067 \backslash
4068 underline
4069 \series default
4070 .
4071 \end_layout
4072
4073 \begin_layout Standard
4074 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4075 \end_layout
4076
4077 \begin_layout Standard
4078 \begin_inset VSpace bigskip
4079 \end_inset
4080
4081 Benutzerdefinierte Linien können mit dem Befehl 
4082 \series bold
4083
4084 \backslash
4085 rule
4086 \series default
4087
4088 \begin_inset Index idx
4089 status collapsed
4090
4091 \begin_layout Plain Layout
4092 Befehle! R ! 
4093 \backslash
4094 rule
4095 \end_layout
4096
4097 \end_inset
4098
4099  erstellt werden, der folgendes Schema besitzt:
4100 \end_layout
4101
4102 \begin_layout Standard
4103
4104 \series bold
4105
4106 \backslash
4107 rule[vertikaler Versatz]{Länge}{Dicke}
4108 \end_layout
4109
4110 \begin_layout Standard
4111 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4112  unten, wenn der Wert negativ ist).
4113  Die Einheiten, die in 
4114 \begin_inset CommandInset ref
4115 LatexCommand ref
4116 reference "tab:Verfügbare-Einheiten"
4117
4118 \end_inset
4119
4120  aufgelistet sind, können für die Werte benutzt werden.
4121  Hier sind zwei Beispiele, die mit den Befehlen
4122 \begin_inset Newline newline
4123 \end_inset
4124
4125
4126 \series bold
4127
4128 \backslash
4129 rule[-2ex]{3cm}{2pt}
4130 \series default
4131  und 
4132 \series bold
4133
4134 \backslash
4135 rule{2cm}{1pt}
4136 \series default
4137  erzeugt wurden:
4138 \end_layout
4139
4140 \begin_layout Standard
4141 Dies ist ein Satz 
4142 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4143 \end_inset
4144
4145  mit zwei Linien.
4146 \end_layout
4147
4148 \begin_layout Standard
4149
4150 \series bold
4151
4152 \backslash
4153 rule
4154 \series default
4155  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4156 \family sans
4157 Einfügen\SpecialChar \menuseparator
4158 Formatierung\SpecialChar \menuseparator
4159 Horizontale
4160 \begin_inset space ~
4161 \end_inset
4162
4163 Line
4164 \family default
4165  eingefügt wird:
4166 \end_layout
4167
4168 \begin_layout Standard
4169 Dies ist ein Satz 
4170 \begin_inset CommandInset line
4171 LatexCommand rule
4172 offset "0.5ex"
4173 width "3cm"
4174 height "1pt"
4175
4176 \end_inset
4177
4178  mit einer Linie.
4179 \end_layout
4180
4181 \begin_layout Subsection
4182 Fortsetzungspunkte
4183 \begin_inset CommandInset label
4184 LatexCommand label
4185 name "sub:Fortsetzungspunkte"
4186
4187 \end_inset
4188
4189
4190 \begin_inset Index idx
4191 status collapsed
4192
4193 \begin_layout Plain Layout
4194 Fortsetzungspunkte
4195 \end_layout
4196
4197 \end_inset
4198
4199
4200 \end_layout
4201
4202 \begin_layout Standard
4203 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4204 \begin_inset Foot
4205 status collapsed
4206
4207 \begin_layout Plain Layout
4208 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4209 \begin_inset Graphics
4210         filename ../../images/math/ldots.png
4211         scale 85
4212
4213 \end_inset
4214
4215
4216 \end_layout
4217
4218 \end_inset
4219
4220  Für Aufzählungen verwendet man unten sitzende Punkte (
4221 \series bold
4222
4223 \backslash
4224 ldots
4225 \series default
4226
4227 \begin_inset Index idx
4228 status collapsed
4229
4230 \begin_layout Plain Layout
4231 Befehle ! L ! 
4232 \backslash
4233 ldots
4234 \end_layout
4235
4236 \end_inset
4237
4238 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4239  die Operatoren sind (
4240 \series bold
4241
4242 \backslash
4243 cdots
4244 \series default
4245
4246 \begin_inset Index idx
4247 status collapsed
4248
4249 \begin_layout Plain Layout
4250 Befehle ! C ! 
4251 \backslash
4252 cdots
4253 \end_layout
4254
4255 \end_inset
4256
4257 ).
4258  Verwendet man den Befehl 
4259 \series bold
4260
4261 \backslash
4262 dots
4263 \series default
4264
4265 \begin_inset Index idx
4266 status collapsed
4267
4268 \begin_layout Plain Layout
4269 Befehle ! D ! 
4270 \backslash
4271 dots
4272 \end_layout
4273
4274 \end_inset
4275
4276 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4277  wird.
4278 \end_layout
4279
4280 \begin_layout Standard
4281 \align center
4282 \begin_inset Tabular
4283 <lyxtabular version="3" rows="9" columns="2">
4284 <features rotate="0" tabularvalignment="middle">
4285 <column alignment="center" valignment="top" width="0pt">
4286 <column alignment="center" valignment="top" width="0pt">
4287 <row>
4288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Befehl
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Ergebnis
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 A_1
4313 \begin_inset space \textvisiblespace{}
4314 \end_inset
4315
4316 ,
4317 \backslash
4318 dots
4319 \begin_inset space \textvisiblespace{}
4320 \end_inset
4321
4322 ,A_n
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 \begin_inset Formula $A_{1},\dots,A_{n}$
4332 \end_inset
4333
4334
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 A_1
4346 \begin_inset space \textvisiblespace{}
4347 \end_inset
4348
4349 +
4350 \backslash
4351 dots
4352 \begin_inset space \textvisiblespace{}
4353 \end_inset
4354
4355 +A_n
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 \begin_inset Formula $A_{1}+\dots+A_{n}$
4365 \end_inset
4366
4367
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 A_1
4379 \begin_inset space \textvisiblespace{}
4380 \end_inset
4381
4382 ,
4383 \backslash
4384 ldots
4385 \begin_inset space \textvisiblespace{}
4386 \end_inset
4387
4388 ,A_n
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 \begin_inset Formula $A_{1},\ldots,A_{n}$
4398 \end_inset
4399
4400
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 A_1
4412 \begin_inset space \textvisiblespace{}
4413 \end_inset
4414
4415 +
4416 \backslash
4417 cdots
4418 \begin_inset space \textvisiblespace{}
4419 \end_inset
4420
4421 +A_n
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4431 \end_inset
4432
4433
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 </row>
4439 <row>
4440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444
4445 \backslash
4446 vdots
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 \begin_inset Formula $\vdots$
4456 \end_inset
4457
4458
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \backslash
4471 ddots
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 \begin_inset Formula $\ddots$
4481 \end_inset
4482
4483
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \backslash
4496 iddots
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 \begin_inset Formula $\iddots$
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 3
4520 \series bold
4521 ×
4522 \series default
4523 3
4524 \begin_inset space \thinspace{}
4525 \end_inset
4526
4527 Matrix mit obigen Befehlen
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 \begin_inset Formula $\begin{array}{ccc}
4537 A_{11} & \cdots & A_{1m}\\
4538 \vdots & \ddots & \vdots\\
4539 A_{n1} & \cdots & A_{nm}
4540 \end{array}$
4541 \end_inset
4542
4543
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 </row>
4549 </lyxtabular>
4550
4551 \end_inset
4552
4553
4554 \end_layout
4555
4556 \begin_layout Standard
4557 Die im Menü 
4558 \family sans
4559 Einfügen\SpecialChar \menuseparator
4560 Sonderzeichen
4561 \family default
4562  verfügbaren Fortsetzungspunkte sind 
4563 \series bold
4564
4565 \backslash
4566 ldots
4567 \series default
4568 .
4569 \end_layout
4570
4571 \begin_layout Standard
4572 \begin_inset VSpace medskip
4573 \end_inset
4574
4575 Um 
4576 \series bold
4577
4578 \backslash
4579 iddots
4580 \series default
4581  nutzen zu können, muss eine der Optionen 
4582 \family sans
4583 Mathdots Paket (automatisch) verwenden 
4584 \family default
4585 in den Dokumenteinstellungen unter 
4586 \family sans
4587 Mathe-Optionen
4588 \family default
4589  gewählt sein.
4590 \begin_inset Newline newline
4591 \end_inset
4592
4593 Die Option 
4594 \family sans
4595 Mathdots Paket verwenden
4596 \family default
4597  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4598  Schriftstil oder die Schriftgröße nicht Standard sind.
4599 \end_layout
4600
4601 \begin_layout Standard
4602 \begin_inset VSpace medskip
4603 \end_inset
4604
4605 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4606  Spalten erstrecken.
4607  Man erhält sie mit dem Befehl 
4608 \series bold
4609
4610 \backslash
4611 hdotsfor
4612 \series default
4613
4614 \begin_inset Index idx
4615 status collapsed
4616
4617 \begin_layout Plain Layout
4618 Befehle ! H ! 
4619 \backslash
4620 hdotsfor
4621 \end_layout
4622
4623 \end_inset
4624
4625 , der folgendes Schema besitzt:
4626 \end_layout
4627
4628 \begin_layout Standard
4629
4630 \series bold
4631
4632 \backslash
4633 hdotsfor[Abstand]{Anzahl der Spalten}
4634 \end_layout
4635
4636 \begin_layout Standard
4637 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4638  sollen.
4639  Abstand ist ein Faktor, der den Punktabstand festlegt.
4640 \end_layout
4641
4642 \begin_layout Standard
4643 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4644  
4645 \series bold
4646
4647 \backslash
4648 hdotsfor[2]{4}
4649 \series default
4650  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4651  beim Befehl 
4652 \series bold
4653
4654 \backslash
4655 dots
4656 \series default
4657  zu erhalten:
4658 \begin_inset Formula 
4659 \[
4660 \left(\begin{array}{cccc}
4661 A & B & C & D\\
4662 \hdotsfor[2]{4}\\
4663 q & w & e & r
4664 \end{array}\right)
4665 \]
4666
4667 \end_inset
4668
4669 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4670  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4671 \end_layout
4672
4673 \begin_layout Standard
4674 \begin_inset VSpace bigskip
4675 \end_inset
4676
4677 Des Weiteren kann man mit dem Befehl 
4678 \series bold
4679
4680 \backslash
4681 dotfill
4682 \series default
4683
4684 \begin_inset Index idx
4685 status collapsed
4686
4687 \begin_layout Plain Layout
4688 Befehle ! D ! 
4689 \backslash
4690 dotfill
4691 \end_layout
4692
4693 \end_inset
4694
4695  den Rest einer Zeile mit Punkten füllen.
4696  Die Wirkungsweise des Befehls entspricht der von 
4697 \series bold
4698
4699 \backslash
4700 hfill
4701 \series default
4702 , siehe 
4703 \begin_inset CommandInset ref
4704 LatexCommand ref
4705 reference "sub:Variabler-Leerraum"
4706
4707 \end_inset
4708
4709 .
4710 \end_layout
4711
4712 \begin_layout Standard
4713 Z.
4714 \begin_inset space \thinspace{}
4715 \end_inset
4716
4717 B.
4718  ergibt der Befehl 
4719 \series bold
4720 A
4721 \backslash
4722 dotfill
4723 \begin_inset space \textvisiblespace{}
4724 \end_inset
4725
4726 B
4727 \end_layout
4728
4729 \begin_layout Standard
4730 \begin_inset Formula $A\dotfill B$
4731 \end_inset
4732
4733
4734 \end_layout
4735
4736 \begin_layout Standard
4737 Analog dazu gibt es für eine Linie den Befehl 
4738 \series bold
4739
4740 \backslash
4741 hrulefill
4742 \series default
4743
4744 \begin_inset Index idx
4745 status collapsed
4746
4747 \begin_layout Plain Layout
4748 Befehle ! H ! 
4749 \backslash
4750 hrulefill
4751 \end_layout
4752
4753 \end_inset
4754
4755 :
4756 \end_layout
4757
4758 \begin_layout Standard
4759 \begin_inset Formula $A\hrulefill B$
4760 \end_inset
4761
4762
4763 \end_layout
4764
4765 \begin_layout Standard
4766 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4767  werden.
4768 \end_layout
4769
4770 \begin_layout Section
4771 Matrizen
4772 \begin_inset CommandInset label
4773 LatexCommand label
4774 name "sec:Matrizen"
4775
4776 \end_inset
4777
4778
4779 \begin_inset Index idx
4780 status collapsed
4781
4782 \begin_layout Plain Layout
4783 Matrizen
4784 \end_layout
4785
4786 \end_inset
4787
4788
4789 \end_layout
4790
4791 \begin_layout Standard
4792 Matrizen können über den Mathe-Werkzeugleistenknopf
4793 \family sans
4794  
4795 \family default
4796
4797 \begin_inset Graphics
4798         filename ../../images/dialog-show_mathmatrix.png
4799         scale 85
4800
4801 \end_inset
4802
4803  oder das Menü 
4804 \family sans
4805 Einfügen\SpecialChar \menuseparator
4806 Mathe\SpecialChar \menuseparator
4807 Matrix
4808 \family default
4809  eingefügt werden.
4810  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4811  Verzierung gefragt.
4812  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4813  von Bedeutung:
4814 \end_layout
4815
4816 \begin_layout Standard
4817 Die erste Matrix ist oben 
4818 \begin_inset Formula $\begin{array}[t]{cccc}
4819 A & D & G & J\\
4820 B & E & H & K\\
4821 C & F & I & L
4822 \end{array}$
4823 \end_inset
4824
4825 , die zweite mittig 
4826 \begin_inset Formula $\begin{array}{cccc}
4827 A & D & G & J\\
4828 B & E & H & K\\
4829 C & F & I & L
4830 \end{array}$
4831 \end_inset
4832
4833  und die dritte unten 
4834 \begin_inset Formula $\begin{array}[b]{cccc}
4835 A & D & G & J\\
4836 B & E & H & K\\
4837 C & F & I & L
4838 \end{array}$
4839 \end_inset
4840
4841  ausgerichtet.
4842 \end_layout
4843
4844 \begin_layout Standard
4845 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4846  werden sollen.
4847  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4848  
4849 \emph on
4850 l
4851 \emph default
4852  steht für linksbündig, 
4853 \emph on
4854 c
4855 \emph default
4856  für mittig und 
4857 \emph on
4858 r
4859 \emph default
4860  für rechtsbündig.
4861  Möchte man z.
4862 \begin_inset space \thinspace{}
4863 \end_inset
4864
4865 B.
4866  eine 4
4867 \series bold
4868 ×
4869 \series default
4870 4
4871 \begin_inset space ~
4872 \end_inset
4873
4874 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4875  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4876  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4877 \series bold
4878 lccr
4879 \series default
4880  an.
4881  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4882  die Voreinstellung für jede Spalte ein 
4883 \series bold
4884 c
4885 \series default
4886  ist.
4887 \end_layout
4888
4889 \begin_layout Standard
4890 Horizontale Ausrichtung:
4891 \end_layout
4892
4893 \begin_layout Standard
4894
4895 \series bold
4896 lll
4897 \series default
4898  : 
4899 \begin_inset Formula $\begin{array}{lll}
4900 10000 & D & G\\
4901 B & 10000 & H\\
4902 C & F & 10000
4903 \end{array}$
4904 \end_inset
4905
4906  , 
4907 \series bold
4908 ccc
4909 \series default
4910  : 
4911 \begin_inset Formula $\begin{array}{ccc}
4912 10000 & D & G\\
4913 B & 10000 & H\\
4914 C & F & 10000
4915 \end{array}$
4916 \end_inset
4917
4918  , 
4919 \series bold
4920 rrr
4921 \series default
4922  : 
4923 \begin_inset Formula $\begin{array}{rrr}
4924 10000 & D & G\\
4925 B & 10000 & H\\
4926 C & F & 10000
4927 \end{array}$
4928 \end_inset
4929
4930
4931 \end_layout
4932
4933 \begin_layout Standard
4934 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4935  man die Mathe-Werkzeugleistenknöpfe 
4936 \begin_inset Graphics
4937         filename ../../images/tabular-feature_append-row.png
4938         scale 85
4939
4940 \end_inset
4941
4942
4943 \begin_inset Graphics
4944         filename ../../images/tabular-feature_delete-row.png
4945         scale 85
4946
4947 \end_inset
4948
4949 , usw.
4950 \begin_inset space \space{}
4951 \end_inset
4952
4953 oder das Menü 
4954 \family sans
4955 Bearbeiten\SpecialChar \menuseparator
4956 Zeilen & Spalten
4957 \family default
4958  verwenden.
4959  Neue Zeilen können auch mit 
4960 \family sans
4961 Strg+Enter
4962 \family default
4963  erstellt werden.
4964 \end_layout
4965
4966 \begin_layout Standard
4967 \begin_inset VSpace bigskip
4968 \end_inset
4969
4970 Die 
4971 \family sans
4972 Verzierung
4973 \family default
4974  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4975  Alternativ können Klammern entweder mit den Befehlen 
4976 \series bold
4977
4978 \backslash
4979 left
4980 \series default
4981
4982 \begin_inset Index idx
4983 status collapsed
4984
4985 \begin_layout Plain Layout
4986 Befehle ! L ! 
4987 \backslash
4988 left
4989 \end_layout
4990
4991 \end_inset
4992
4993  und 
4994 \series bold
4995
4996 \backslash
4997 right
4998 \series default
4999
5000 \begin_inset Index idx
5001 status collapsed
5002
5003 \begin_layout Plain Layout
5004 Befehle ! R ! 
5005 \backslash
5006 right
5007 \end_layout
5008
5009 \end_inset
5010
5011  erstellt werden (Tastenkürzel 
5012 \family sans
5013 Alt+M
5014 \begin_inset space ~
5015 \end_inset
5016
5017 Klammer
5018 \family default
5019 ), siehe 
5020 \begin_inset CommandInset ref
5021 LatexCommand ref
5022 reference "sub:Automatische-Klammergrößen"
5023
5024 \end_inset
5025
5026 , oder man verwendet folgende Befehle:
5027 \begin_inset VSpace bigskip
5028 \end_inset
5029
5030
5031 \end_layout
5032
5033 \begin_layout Standard
5034 \begin_inset space \hfill{}
5035 \end_inset
5036
5037
5038 \begin_inset Tabular
5039 <lyxtabular version="3" rows="4" columns="2">
5040 <features rotate="0" tabularvalignment="middle">
5041 <column alignment="center" valignment="top">
5042 <column alignment="center" valignment="top">
5043 <row>
5044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 Befehl
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 Ergebnis
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 </row>
5063 <row>
5064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068
5069 \backslash
5070 bmatrix
5071 \begin_inset space \textvisiblespace{}
5072 \end_inset
5073
5074 2
5075 \series bold
5076 ×
5077 \series default
5078 2
5079 \begin_inset space \thinspace{}
5080 \end_inset
5081
5082 Matrix
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5092 0 & \textrm{-}\mathrm{i}\\
5093 \mathrm{i} & 0
5094 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5095 \end_inset
5096
5097
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 </row>
5103 <row>
5104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108
5109 \backslash
5110 Bmatrix
5111 \begin_inset space \textvisiblespace{}
5112 \end_inset
5113
5114 2
5115 \series bold
5116 ×
5117 \series default
5118 2
5119 \begin_inset space \thinspace{}
5120 \end_inset
5121
5122 Matrix
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5132 0 & \textrm{-}\mathrm{i}\\
5133 \mathrm{i} & 0
5134 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5135 \end_inset
5136
5137
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \backslash
5150 pmatrix
5151 \begin_inset space \textvisiblespace{}
5152 \end_inset
5153
5154 2
5155 \series bold
5156 ×
5157 \series default
5158 2
5159 \begin_inset space \thinspace{}
5160 \end_inset
5161
5162 Matrix
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5172 0 & \textrm{-}\mathrm{i}\\
5173 \mathrm{i} & 0
5174 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 </row>
5183 </lyxtabular>
5184
5185 \end_inset
5186
5187
5188 \begin_inset space \hfill{}
5189 \end_inset
5190
5191
5192 \begin_inset Tabular
5193 <lyxtabular version="3" rows="4" columns="2">
5194 <features rotate="0" tabularvalignment="middle">
5195 <column alignment="center" valignment="top">
5196 <column alignment="center" valignment="top">
5197 <row>
5198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 Befehl
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 Ergebnis
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 </row>
5217 <row>
5218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222
5223 \backslash
5224 vmatrix
5225 \begin_inset space \textvisiblespace{}
5226 \end_inset
5227
5228 2
5229 \series bold
5230 ×
5231 \series default
5232 2
5233 \begin_inset space \thinspace{}
5234 \end_inset
5235
5236 Matrix
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5246 0 & \textrm{-}\mathrm{i}\\
5247 \mathrm{i} & 0
5248 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5249 \end_inset
5250
5251
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 </row>
5257 <row>
5258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262
5263 \backslash
5264 Vmatrix
5265 \begin_inset space \textvisiblespace{}
5266 \end_inset
5267
5268 2
5269 \series bold
5270 ×
5271 \series default
5272 2
5273 \begin_inset space \thinspace{}
5274 \end_inset
5275
5276 Matrix
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5286 0 & \textrm{-}\mathrm{i}\\
5287 \mathrm{i} & 0
5288 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row>
5298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302
5303 \backslash
5304 matrix
5305 \begin_inset space \textvisiblespace{}
5306 \end_inset
5307
5308 2
5309 \series bold
5310 ×
5311 \series default
5312 2
5313 \begin_inset space \thinspace{}
5314 \end_inset
5315
5316 Matrix
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5326 0 & \textrm{-}\mathrm{i}\\
5327 \mathrm{i} & 0
5328 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 </lyxtabular>
5338
5339 \end_inset
5340
5341
5342 \begin_inset space \hfill{}
5343 \end_inset
5344
5345
5346 \end_layout
5347
5348 \begin_layout Standard
5349 \begin_inset VSpace medskip
5350 \end_inset
5351
5352 Wurde z.
5353 \begin_inset space \thinspace{}
5354 \end_inset
5355
5356 B.
5357  
5358 \series bold
5359
5360 \backslash
5361 vmatrix
5362 \series default
5363  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5364  in das die Matrix eingefügt wird.
5365 \begin_inset Newline newline
5366 \end_inset
5367
5368 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5369 \end_layout
5370
5371 \begin_layout Standard
5372 \begin_inset VSpace bigskip
5373 \end_inset
5374
5375 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5376 \begin_inset CommandInset ref
5377 LatexCommand ref
5378 reference "sub:Spaltenabstand"
5379
5380 \end_inset
5381
5382  beschriebene Länge 
5383 \series bold
5384
5385 \backslash
5386 arraycolsep
5387 \series default
5388
5389 \begin_inset Index idx
5390 status collapsed
5391
5392 \begin_layout Plain Layout
5393 Befehle ! A ! 
5394 \backslash
5395 arraycolsep
5396 \end_layout
5397
5398 \end_inset
5399
5400  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5401 \end_layout
5402
5403 \begin_layout Standard
5404 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5405 \series bold
5406
5407 \backslash
5408 arraystretch
5409 \series default
5410
5411 \begin_inset Index idx
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415 Befehle ! A ! 
5416 \backslash
5417 arraystretch
5418 \end_layout
5419
5420 \end_inset
5421
5422 .
5423  Dieser wird folgendermaßen benutzt:
5424 \end_layout
5425
5426 \begin_layout Standard
5427
5428 \series bold
5429
5430 \backslash
5431 renewcommand{
5432 \backslash
5433 arraystretch}{Dehnungsfaktor}
5434 \begin_inset Index idx
5435 status collapsed
5436
5437 \begin_layout Plain Layout
5438 Befehle ! R ! 
5439 \backslash
5440 renewcommand
5441 \end_layout
5442
5443 \end_inset
5444
5445
5446 \end_layout
5447
5448 \begin_layout Standard
5449 Der Befehl 
5450 \series bold
5451
5452 \backslash
5453 renewcommand
5454 \series default
5455  weist dabei dem vordefinierten Befehl 
5456 \series bold
5457
5458 \backslash
5459 arraystretch
5460 \series default
5461  den Dehnungsfaktor zu.
5462  Möchte man z.
5463 \begin_inset space \thinspace{}
5464 \end_inset
5465
5466 B.
5467  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5468  Dieser wird dann für alle folgenden Matrizen verwendet.
5469  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5470 \series bold
5471
5472 \backslash
5473 arraystretch
5474 \series default
5475  den Faktor 1 zu.
5476 \end_layout
5477
5478 \begin_layout Standard
5479 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5480 \series bold
5481
5482 \backslash
5483 smallmatrix
5484 \series default
5485
5486 \begin_inset Index idx
5487 status collapsed
5488
5489 \begin_layout Plain Layout
5490 Befehle ! S ! 
5491 \backslash
5492 smallmatrix
5493 \end_layout
5494
5495 \end_inset
5496
5497 .
5498  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5499  gestrichelten Linien.
5500  In dieses Kästchen wird die Matrix eingegeben.
5501  Man verwendet stattdessen das Menü 
5502 \family sans
5503 Bearbeiten\SpecialChar \menuseparator
5504 Zeilen
5505 \begin_inset space ~
5506 \end_inset
5507
5508 &
5509 \begin_inset space ~
5510 \end_inset
5511
5512 Spalten
5513 \family default
5514  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5515  Neue Zeilen können auch mit 
5516 \family sans
5517 Strg+Enter
5518 \family default
5519  erstellt werden.
5520 \end_layout
5521
5522 \begin_layout Standard
5523 Dies ist eine Matrix 
5524 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5525 C & D
5526 \end{smallmatrix}\right)$
5527 \end_inset
5528
5529  in einer Textzeile.
5530 \end_layout
5531
5532 \begin_layout Section
5533 Klammern und Begrenzungszeichen
5534 \begin_inset Index idx
5535 status collapsed
5536
5537 \begin_layout Plain Layout
5538 Klammern
5539 \end_layout
5540
5541 \end_inset
5542
5543
5544 \begin_inset Index idx
5545 status collapsed
5546
5547 \begin_layout Plain Layout
5548 Begrenzungszeichen
5549 \end_layout
5550
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \begin_layout Subsection
5557 Vertikale Klammern und Begrenzungszeichen
5558 \begin_inset Index idx
5559 status collapsed
5560
5561 \begin_layout Plain Layout
5562 Klammern ! vertikale
5563 \end_layout
5564
5565 \end_inset
5566
5567
5568 \end_layout
5569
5570 \begin_layout Standard
5571 \begin_inset space \hfill{}
5572 \end_inset
5573
5574
5575 \begin_inset Tabular
5576 <lyxtabular version="3" rows="9" columns="2">
5577 <features rotate="0" tabularvalignment="middle">
5578 <column alignment="center" valignment="top" width="0pt">
5579 <column alignment="center" valignment="top" width="0pt">
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 Befehl
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 Ergebnis
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 </row>
5600 <row>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 (
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 \begin_inset Formula $($
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 <row>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 {
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 \begin_inset Formula $\{$
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 <row>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 [
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 \begin_inset Formula $[$
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 <row>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674
5675 \backslash
5676 langle
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 \begin_inset Formula $\langle$
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 </row>
5694 <row>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699
5700 \backslash
5701 lceil
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 \begin_inset Formula $\lceil$
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724
5725 \backslash
5726 lfloor
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $\lfloor$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 /
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 \begin_inset Formula $/$
5759 \end_inset
5760
5761
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 |
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 \begin_inset Formula $|$
5782 \end_inset
5783
5784
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 </row>
5790 </lyxtabular>
5791
5792 \end_inset
5793
5794
5795 \begin_inset space \hfill{}
5796 \end_inset
5797
5798
5799 \begin_inset Tabular
5800 <lyxtabular version="3" rows="9" columns="2">
5801 <features rotate="0" tabularvalignment="middle">
5802 <column alignment="center" valignment="top" width="0pt">
5803 <column alignment="center" valignment="top" width="0pt">
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 Befehl
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 Ergebnis
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 </row>
5824 <row>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 )
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 \begin_inset Formula $)$
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 }
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 \begin_inset Formula $\}$
5862 \end_inset
5863
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 </row>
5870 <row>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 ]
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 \begin_inset Formula $]$
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898
5899 \backslash
5900 rangle
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 \begin_inset Formula $\rangle$
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 </row>
5918 <row>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923
5924 \backslash
5925 rceil
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 \begin_inset Formula $\rceil$
5935 \end_inset
5936
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 </row>
5943 <row>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948
5949 \backslash
5950 rfloor
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 \begin_inset Formula $\rfloor$
5960 \end_inset
5961
5962
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973
5974 \backslash
5975
5976 \backslash
5977
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 \begin_inset Formula $\backslash$
5987 \end_inset
5988
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 </row>
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000
6001 \backslash
6002 |
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 \begin_inset Formula $\|$
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 </lyxtabular>
6021
6022 \end_inset
6023
6024
6025 \begin_inset space \hfill{}
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Standard
6032
6033 \series medium
6034 \begin_inset Note Greyedout
6035 status open
6036
6037 \begin_layout Plain Layout
6038
6039 \series bold
6040 Achtung:
6041 \series default
6042  Im TeX-Modus muss für den Backslash der Befehl 
6043 \series bold
6044
6045 \backslash
6046 textbackslash
6047 \series default
6048
6049 \begin_inset Index idx
6050 status collapsed
6051
6052 \begin_layout Plain Layout
6053 Befehle ! T ! 
6054 \backslash
6055 textbackslash
6056 \end_layout
6057
6058 \end_inset
6059
6060  verwendet werden, denn der Befehl 
6061 \series bold
6062
6063 \backslash
6064
6065 \backslash
6066
6067 \series default
6068  steht dort für einen Zeilenumbruch.
6069 \end_layout
6070
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \begin_layout Standard
6077 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6078  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6079  Dabei können dann statt den Befehlen 
6080 \series bold
6081
6082 \backslash
6083 langle
6084 \series default
6085  und 
6086 \series bold
6087
6088 \backslash
6089 rangle
6090 \series default
6091  direkt die Zeichen < und > verwendet werden.
6092 \end_layout
6093
6094 \begin_layout Subsubsection
6095 Manuelle Klammergrößen
6096 \begin_inset CommandInset label
6097 LatexCommand label
6098 name "sub:Manuelle-Klammergrößen"
6099
6100 \end_inset
6101
6102
6103 \begin_inset Index idx
6104 status collapsed
6105
6106 \begin_layout Plain Layout
6107 Klammergrößen ! manuelle
6108 \end_layout
6109
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \begin_layout Standard
6116 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6117  LaTeX-Befehle 
6118 \series bold
6119
6120 \backslash
6121 big
6122 \series default
6123
6124 \begin_inset Index idx
6125 status collapsed
6126
6127 \begin_layout Plain Layout
6128 Befehle ! B ! 
6129 \backslash
6130 big
6131 \end_layout
6132
6133 \end_inset
6134
6135
6136 \series bold
6137
6138 \backslash
6139 Big
6140 \series default
6141
6142 \series bold
6143
6144 \backslash
6145 bigg
6146 \series default
6147  und 
6148 \series bold
6149
6150 \backslash
6151 Bigg
6152 \series default
6153  tun.
6154  
6155 \series bold
6156
6157 \backslash
6158 big
6159 \series default
6160  steht hierbei für die kleinste und 
6161 \series bold
6162
6163 \backslash
6164 Bigg
6165 \series default
6166  für die größte Klammergröße.
6167 \end_layout
6168
6169 \begin_layout Standard
6170 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6171 \end_layout
6172
6173 \begin_layout Standard
6174 \align center
6175 \begin_inset Tabular
6176 <lyxtabular version="3" rows="2" columns="2">
6177 <features rotate="0" tabularvalignment="middle">
6178 <column alignment="center" valignment="top" width="0pt">
6179 <column alignment="center" valignment="top" width="0pt">
6180 <row>
6181 <cell alignment="center" valignment="top" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 einheitliche Klammergröße:
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 <row>
6204 <cell alignment="center" valignment="top" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 besser sieht das so aus:
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6218 \end_inset
6219
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 </row>
6226 </lyxtabular>
6227
6228 \end_inset
6229
6230
6231 \begin_inset Note Note
6232 status collapsed
6233
6234 \begin_layout Plain Layout
6235
6236 \series bold
6237
6238 \backslash
6239 raisebox
6240 \series default
6241  dient nur
6242 \end_layout
6243
6244 \begin_layout Plain Layout
6245 als Abstandhalter.
6246 \end_layout
6247
6248 \end_inset
6249
6250
6251 \end_layout
6252
6253 \begin_layout Standard
6254 Für die zweite Formel wurde der Befehl 
6255 \series bold
6256
6257 \backslash
6258 Big((A+B)(A-B)
6259 \backslash
6260 Big)^
6261 \begin_inset space \textvisiblespace{}
6262 \end_inset
6263
6264 C
6265 \series default
6266  verwendet.
6267 \end_layout
6268
6269 \begin_layout Standard
6270 Hier alle Klammergrößen in der Übersicht:
6271 \end_layout
6272
6273 \begin_layout Standard
6274 \align center
6275
6276 \backslash
6277 Bigg(
6278 \backslash
6279 exp
6280 \backslash
6281 bigg<
6282 \backslash
6283 Big[
6284 \backslash
6285 big{
6286 \backslash
6287 ln(3x)
6288 \backslash
6289 big}^2
6290 \begin_inset space \textvisiblespace{}
6291 \end_inset
6292
6293
6294 \backslash
6295 sin(x)
6296 \backslash
6297 Big]^
6298 \begin_inset space \textvisiblespace{}
6299 \end_inset
6300
6301 A
6302 \begin_inset space \textvisiblespace{}
6303 \end_inset
6304
6305
6306 \backslash
6307 bigg>
6308 \backslash
6309 Bigg)^0,5
6310 \end_layout
6311
6312 \begin_layout Standard
6313 \align center
6314 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \begin_layout Standard
6321 Es gibt außer den 
6322 \series bold
6323
6324 \backslash
6325 big
6326 \series default
6327 -Befehlen noch die Variante 
6328 \series bold
6329
6330 \backslash
6331 bigm
6332 \series default
6333
6334 \begin_inset Index idx
6335 status collapsed
6336
6337 \begin_layout Plain Layout
6338 Befehle ! B ! 
6339 \backslash
6340 bigm
6341 \end_layout
6342
6343 \end_inset
6344
6345 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6346  die Variante 
6347 \series bold
6348
6349 \backslash
6350 bigl
6351 \series default
6352 -
6353 \series bold
6354
6355 \backslash
6356 bigr
6357 \series default
6358
6359 \begin_inset Index idx
6360 status collapsed
6361
6362 \begin_layout Plain Layout
6363 Befehle ! B ! 
6364 \backslash
6365 bigl - 
6366 \backslash
6367 bigr
6368 \end_layout
6369
6370 \end_inset
6371
6372 , die keinen zusätzlichen Leerraum erzeugt.
6373  Das 
6374 \emph on
6375 l
6376 \emph default
6377  am Ende des Befehls 
6378 \series bold
6379
6380 \backslash
6381 bigl
6382 \series default
6383  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6384  ein 
6385 \emph on
6386 r
6387 \emph default
6388  ersetzt.
6389  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6390  sein.
6391 \end_layout
6392
6393 \begin_layout Standard
6394 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6395 \end_layout
6396
6397 \begin_layout Standard
6398 \align center
6399 \begin_inset Tabular
6400 <lyxtabular version="3" rows="5" columns="2">
6401 <features rotate="0" tabularvalignment="middle">
6402 <column alignment="center" valignment="middle">
6403 <column alignment="center" valignment="middle">
6404 <row>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 Befehl
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 Ergebnis
6419 \begin_inset Note Note
6420 status collapsed
6421
6422 \begin_layout Plain Layout
6423
6424 \series bold
6425
6426 \backslash
6427 raisebox
6428 \series default
6429  dient nur als Abstandhalter.
6430 \end_layout
6431
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445
6446 \backslash
6447 Bigm(
6448 \backslash
6449 bigm(
6450 \backslash
6451 ln(3x)
6452 \backslash
6453 bigm)^2
6454 \begin_inset space \textvisiblespace{}
6455 \end_inset
6456
6457
6458 \backslash
6459 Bigm)
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 </row>
6477 <row>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482
6483 \backslash
6484 Big(
6485 \backslash
6486 big(
6487 \backslash
6488 ln(3x)
6489 \backslash
6490 big)^2
6491 \begin_inset space \textvisiblespace{}
6492 \end_inset
6493
6494
6495 \backslash
6496 Big)
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 </row>
6514 <row>
6515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519
6520 \backslash
6521 Bigl(
6522 \backslash
6523 bigl(
6524 \backslash
6525 ln(3x)
6526 \backslash
6527 bigr)^2
6528 \begin_inset space \textvisiblespace{}
6529 \end_inset
6530
6531
6532 \backslash
6533 Bigr)
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6543 \end_inset
6544
6545
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 </row>
6551 <row>
6552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556
6557 \backslash
6558 bigl)
6559 \backslash
6560 ln(3x)
6561 \backslash
6562 bigr(
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 </row>
6580 </lyxtabular>
6581
6582 \end_inset
6583
6584
6585 \end_layout
6586
6587 \begin_layout Subsubsection
6588 Automatische Klammergrößen
6589 \begin_inset CommandInset label
6590 LatexCommand label
6591 name "sub:Automatische-Klammergrößen"
6592
6593 \end_inset
6594
6595
6596 \begin_inset Index idx
6597 status collapsed
6598
6599 \begin_layout Plain Layout
6600 Klammergrößen ! automatische
6601 \end_layout
6602
6603 \end_inset
6604
6605
6606 \end_layout
6607
6608 \begin_layout Standard
6609 Klammern variabler Größe können mit den Befehlen 
6610 \series bold
6611
6612 \backslash
6613 left
6614 \series default
6615
6616 \begin_inset Index idx
6617 status collapsed
6618
6619 \begin_layout Plain Layout
6620 Befehle ! L ! 
6621 \backslash
6622 left
6623 \end_layout
6624
6625 \end_inset
6626
6627  und 
6628 \series bold
6629
6630 \backslash
6631 right
6632 \series default
6633
6634 \begin_inset Index idx
6635 status collapsed
6636
6637 \begin_layout Plain Layout
6638 Befehle ! R ! 
6639 \backslash
6640 right
6641 \end_layout
6642
6643 \end_inset
6644
6645  oder über den Mathe-Werkzeugleistenknopf
6646 \family sans
6647  
6648 \family default
6649
6650 \begin_inset Graphics
6651         filename ../../images/dialog-show_mathdelimiter.png
6652         scale 85
6653
6654 \end_inset
6655
6656  eingefügt werden.
6657  Auf 
6658 \series bold
6659
6660 \backslash
6661 left
6662 \series default
6663  und 
6664 \series bold
6665
6666 \backslash
6667 right
6668 \series default
6669  muss unmittelbar die gewünschte Klammer folgen.
6670  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6671 \end_layout
6672
6673 \begin_layout Standard
6674 \align center
6675 normale Klammer: Der Befehl 
6676 \series bold
6677
6678 \backslash
6679 ln(
6680 \backslash
6681 frac
6682 \begin_inset space \textvisiblespace{}
6683 \end_inset
6684
6685 A
6686 \begin_inset Formula $\downarrow$
6687 \end_inset
6688
6689 C
6690 \begin_inset space \textvisiblespace{}
6691 \end_inset
6692
6693 )
6694 \series default
6695  ergibt
6696 \begin_inset Formula 
6697 \[
6698 \ln(\frac{A}{C})
6699 \]
6700
6701 \end_inset
6702
6703
6704 \end_layout
6705
6706 \begin_layout Standard
6707 \align center
6708 mehrzeilige Klammer: Der Befehl 
6709 \series bold
6710
6711 \backslash
6712 ln
6713 \backslash
6714 left(
6715 \backslash
6716 frac
6717 \begin_inset space \textvisiblespace{}
6718 \end_inset
6719
6720 A
6721 \begin_inset Formula $\downarrow$
6722 \end_inset
6723
6724 C
6725 \begin_inset space \textvisiblespace{}
6726 \end_inset
6727
6728
6729 \backslash
6730 right)
6731 \series default
6732  ergibt
6733 \begin_inset Formula 
6734 \[
6735 \ln\left(\frac{A}{C}\right)
6736 \]
6737
6738 \end_inset
6739
6740
6741 \end_layout
6742
6743 \begin_layout Standard
6744 An Stelle von 
6745 \series bold
6746
6747 \backslash
6748 left
6749 \series default
6750  und 
6751 \series bold
6752
6753 \backslash
6754 right
6755 \series default
6756  kann man die Tastenkürzel 
6757 \family sans
6758 Alt+M
6759 \begin_inset space ~
6760 \end_inset
6761
6762 Klammer
6763 \family default
6764  verwenden.
6765  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6766  und dass die rechte Klammer gleich mit erstellt wird.
6767 \begin_inset Newline newline
6768 \end_inset
6769
6770 Der Befehl für das letzte Beispiel würde dann lauten: 
6771 \series bold
6772
6773 \backslash
6774 ln Alt+M
6775 \series default
6776  
6777 \series bold
6778 (
6779 \backslash
6780 frac
6781 \begin_inset space \textvisiblespace{}
6782 \end_inset
6783
6784 A
6785 \begin_inset Formula $\downarrow$
6786 \end_inset
6787
6788 C
6789 \end_layout
6790
6791 \begin_layout Standard
6792 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6793  Klammer einen Punkt.
6794  So ergibt z.
6795 \begin_inset space \thinspace{}
6796 \end_inset
6797
6798 B.
6799  der Befehl 
6800 \series bold
6801
6802 \backslash
6803 left.
6804 \backslash
6805 frac
6806 \begin_inset space \textvisiblespace{}
6807 \end_inset
6808
6809 A
6810 \begin_inset Formula $\downarrow$
6811 \end_inset
6812
6813 B
6814 \begin_inset space \textvisiblespace{}
6815 \end_inset
6816
6817
6818 \backslash
6819 right}
6820 \series default
6821
6822 \begin_inset space \thinspace{}
6823 \end_inset
6824
6825 :
6826 \series bold
6827
6828 \begin_inset Formula 
6829 \[
6830 \left.\frac{A}{B}\right\} 
6831 \]
6832
6833 \end_inset
6834
6835
6836 \series default
6837 Die Befehle 
6838 \series bold
6839
6840 \backslash
6841 left
6842 \series default
6843  und 
6844 \series bold
6845
6846 \backslash
6847 right
6848 \series default
6849  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
6850  umgewandelt.
6851  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
6852 \end_layout
6853
6854 \begin_layout Standard
6855 \begin_inset VSpace bigskip
6856 \end_inset
6857
6858 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
6859  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
6860  Befehl 
6861 \series bold
6862
6863 \backslash
6864 middle
6865 \series default
6866
6867 \begin_inset Index idx
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871 Befehle ! M ! 
6872 \backslash
6873 middle
6874 \end_layout
6875
6876 \end_inset
6877
6878  zur Verfügung.
6879  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6880  angepasst, was z.
6881 \begin_inset space \thinspace{}
6882 \end_inset
6883
6884 B.
6885  für physikalische Vektoren von Nutzen ist:
6886 \begin_inset Formula 
6887 \[
6888 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6889 \]
6890
6891 \end_inset
6892
6893 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
6894 \begin_inset CommandInset ref
6895 LatexCommand ref
6896 reference "sub:Physikalische-Vektoren"
6897
6898 \end_inset
6899
6900  beschrieben ist.
6901 \end_layout
6902
6903 \begin_layout Subsection
6904 Horizontale Klammern
6905 \begin_inset Index idx
6906 status collapsed
6907
6908 \begin_layout Plain Layout
6909 Klammern ! horizontale
6910 \end_layout
6911
6912 \end_inset
6913
6914
6915 \end_layout
6916
6917 \begin_layout Standard
6918 \align center
6919 \begin_inset Tabular
6920 <lyxtabular version="3" rows="4" columns="2">
6921 <features rotate="0" tabularvalignment="middle">
6922 <column alignment="center" valignment="top" width="0pt">
6923 <column alignment="center" valignment="top" width="0pt">
6924 <row>
6925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 Befehl
6930 \begin_inset Note Note
6931 status collapsed
6932
6933 \begin_layout Plain Layout
6934
6935 \series bold
6936
6937 \backslash
6938 raisebox
6939 \series default
6940  dient nur als Abstandhalter.
6941 \end_layout
6942
6943 \end_inset
6944
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 Ergebnis
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 \begin_inset ERT
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969
6970
6971 \backslash
6972 raisebox{2.3mm}{
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \backslash
6979 overbrace
6980 \begin_inset space \textvisiblespace{}
6981 \end_inset
6982
6983 A+B
6984 \begin_inset space \textvisiblespace{}
6985 \end_inset
6986
6987 ^
6988 \begin_inset space \textvisiblespace{}
6989 \end_inset
6990
6991 3
6992 \begin_inset ERT
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996
6997 }
6998 \end_layout
6999
7000 \end_inset
7001
7002
7003 \begin_inset Index idx
7004 status collapsed
7005
7006 \begin_layout Plain Layout
7007 Befehle ! O ! 
7008 \backslash
7009 overbrace
7010 \end_layout
7011
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 \begin_inset Formula $\overbrace{A+B}^{3}$
7024 \end_inset
7025
7026
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 </row>
7032 <row>
7033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 \begin_inset ERT
7038 status collapsed
7039
7040 \begin_layout Plain Layout
7041
7042
7043 \backslash
7044 raisebox{-2.2mm}{
7045 \end_layout
7046
7047 \end_inset
7048
7049
7050 \backslash
7051 underbrace
7052 \begin_inset space \textvisiblespace{}
7053 \end_inset
7054
7055 A+B
7056 \begin_inset space \textvisiblespace{}
7057 \end_inset
7058
7059 _5
7060 \begin_inset ERT
7061 status collapsed
7062
7063 \begin_layout Plain Layout
7064
7065 }
7066 \end_layout
7067
7068 \end_inset
7069
7070
7071 \begin_inset Index idx
7072 status collapsed
7073
7074 \begin_layout Plain Layout
7075 Befehle ! U ! 
7076 \backslash
7077 underbrace
7078 \end_layout
7079
7080 \end_inset
7081
7082
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 \begin_inset Formula $\underbrace{A+B}_{5}$
7092 \end_inset
7093
7094
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 </row>
7100 <row>
7101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105
7106 \backslash
7107 overbrace
7108 \begin_inset space \textvisiblespace{}
7109 \end_inset
7110
7111
7112 \backslash
7113 underbrace
7114 \begin_inset space \textvisiblespace{}
7115 \end_inset
7116
7117 A+B_w
7118 \begin_inset space \textvisiblespace{}
7119 \end_inset
7120
7121
7122 \begin_inset space \textvisiblespace{}
7123 \end_inset
7124
7125 _7
7126 \begin_inset space \textvisiblespace{}
7127 \end_inset
7128
7129
7130 \begin_inset space \textvisiblespace{}
7131 \end_inset
7132
7133 ^
7134 \begin_inset space \textvisiblespace{}
7135 \end_inset
7136
7137 C
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7147 \end_inset
7148
7149
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 </row>
7155 </lyxtabular>
7156
7157 \end_inset
7158
7159
7160 \end_layout
7161
7162 \begin_layout Standard
7163 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7164 \series bold
7165
7166 \backslash
7167 overbrace
7168 \series default
7169  oder 
7170 \series bold
7171
7172 \backslash
7173 underbrace
7174 \series default
7175  eingibt.
7176 \end_layout
7177
7178 \begin_layout Standard
7179 \begin_inset VSpace bigskip
7180 \end_inset
7181
7182 Benötigt man Klammern, die sich überschneiden, muss man die in 
7183 \begin_inset CommandInset ref
7184 LatexCommand ref
7185 reference "sec:Mehrzeilige-Formeln"
7186
7187 \end_inset
7188
7189  beschriebenen mehrzeiligen Formeln verwenden:
7190 \begin_inset Formula 
7191 \begin{eqnarray*}
7192 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7193  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7194 \end{eqnarray*}
7195
7196 \end_inset
7197
7198 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7199  Dabei ist es wichtig, dass vor dem ersten 
7200 \begin_inset Formula $d$
7201 \end_inset
7202
7203  der Abstandsbefehl
7204 \begin_inset Foot
7205 status collapsed
7206
7207 \begin_layout Plain Layout
7208 Abstandsbefehle sind in 
7209 \begin_inset CommandInset ref
7210 LatexCommand ref
7211 reference "sub:Vordefinierter-Leerraum"
7212
7213 \end_inset
7214
7215  erklärt.
7216 \end_layout
7217
7218 \end_inset
7219
7220  
7221 \series bold
7222
7223 \backslash
7224 :
7225 \series default
7226  eingegeben wird, denn die nach dem 
7227 \begin_inset Formula $q$
7228 \end_inset
7229
7230  endende Klammer verhindert, dass das nachfolgende 
7231 \begin_inset Quotes gld
7232 \end_inset
7233
7234 +
7235 \begin_inset Quotes grd
7236 \end_inset
7237
7238  von Leerraum umgeben ist.
7239 \begin_inset Foot
7240 status collapsed
7241
7242 \begin_layout Plain Layout
7243 weil eine Klammer nicht als Zeichen gilt, siehe 
7244 \begin_inset CommandInset ref
7245 LatexCommand ref
7246 reference "sub:Binäre-Operatoren"
7247
7248 \end_inset
7249
7250
7251 \end_layout
7252
7253 \end_inset
7254
7255  In die zweite Zeile wird die zweite Klammer eingegeben.
7256  Da sie vor dem 
7257 \begin_inset Formula $b$
7258 \end_inset
7259
7260  beginnen soll, gibt man zuerst 
7261 \series bold
7262
7263 \backslash
7264 hphantom{gggg+
7265 \backslash
7266 :}
7267 \series default
7268  ein.
7269 \begin_inset Foot
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273 mehr zu 
7274 \series bold
7275
7276 \backslash
7277 hphantom
7278 \series default
7279  siehe 
7280 \begin_inset CommandInset ref
7281 LatexCommand ref
7282 reference "sub:Platzhalter"
7283
7284 \end_inset
7285
7286 .
7287 \end_layout
7288
7289 \end_inset
7290
7291  Dieser Leerraum wird benötigt, weil das 
7292 \begin_inset Quotes gld
7293 \end_inset
7294
7295 +
7296 \begin_inset Quotes grd
7297 \end_inset
7298
7299  in der Formel auch von Leerraum umgeben ist.
7300  Die Klammer wird unter den Befehl 
7301 \series bold
7302
7303 \backslash
7304 hphantom{bbqq+dddd}
7305 \series default
7306  gesetzt.
7307 \end_layout
7308
7309 \begin_layout Standard
7310 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7311 n, wie in folgendem Beispiel:
7312 \begin_inset ERT
7313 status collapsed
7314
7315 \begin_layout Plain Layout
7316
7317
7318 \backslash
7319 setlength{
7320 \backslash
7321 jot}{-6pt}
7322 \end_layout
7323
7324 \end_inset
7325
7326
7327 \begin_inset Formula 
7328 \begin{eqnarray*}
7329  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7330 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7331 \end{eqnarray*}
7332
7333 \end_inset
7334
7335
7336 \begin_inset ERT
7337 status collapsed
7338
7339 \begin_layout Plain Layout
7340
7341
7342 \backslash
7343 setlength{
7344 \backslash
7345 jot}{3pt}
7346 \end_layout
7347
7348 \end_inset
7349
7350 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7351  mit dem Unterschied, dass sich die Klammer oben befindet.
7352  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7353  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7354  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7355  werden.
7356  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7357 \begin_inset Foot
7358 status collapsed
7359
7360 \begin_layout Plain Layout
7361 \begin_inset CommandInset href
7362 LatexCommand href
7363 name "LyX-Fehler #1505"
7364 target "http://www.lyx.org/trac/ticket/1505"
7365
7366 \end_inset
7367
7368
7369 \end_layout
7370
7371 \end_inset
7372
7373 .
7374  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7375 \series bold
7376
7377 \backslash
7378 jot
7379 \series default
7380
7381 \begin_inset Index idx
7382 status collapsed
7383
7384 \begin_layout Plain Layout
7385 Befehle ! J ! 
7386 \backslash
7387 jot
7388 \end_layout
7389
7390 \end_inset
7391
7392  vor der Formel mit dem Befehl 
7393 \series bold
7394
7395 \backslash
7396 setlength{
7397 \backslash
7398 jot}{-6pt}
7399 \series default
7400  im TeX-Modus auf den Wert -6
7401 \begin_inset space \thinspace{}
7402 \end_inset
7403
7404 pt geändert.
7405  Nach der Formel wird 
7406 \series bold
7407
7408 \backslash
7409 jot
7410 \series default
7411  mit demselben Befehl wieder auf den Standardwert 3
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 pt zurückgesetzt.
7416  Genaueres zum Zeilenabstand in Formeln ist in 
7417 \begin_inset CommandInset ref
7418 LatexCommand ref
7419 reference "sub:Zeilenabstand"
7420
7421 \end_inset
7422
7423  erklärt.
7424 \end_layout
7425
7426 \begin_layout Section
7427 Pfeile
7428 \begin_inset Index idx
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432 Pfeile
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 Pfeile können über den Mathe-Werkzeugleistenknopf 
7442 \begin_inset Graphics
7443         filename ../../images/math/leftarrow.png
7444         scale 85
7445
7446 \end_inset
7447
7448  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7449  aufgelistet sind.
7450 \end_layout
7451
7452 \begin_layout Subsection
7453 Horizontale Pfeile
7454 \begin_inset Index idx
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458 Pfeile ! horizontale
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \begin_layout Standard
7467 \begin_inset space \hfill{}
7468 \end_inset
7469
7470
7471 \begin_inset Tabular
7472 <lyxtabular version="3" rows="8" columns="2">
7473 <features rotate="0" tabularvalignment="middle">
7474 <column alignment="center" valignment="top" width="0pt">
7475 <column alignment="center" valignment="top" width="0pt">
7476 <row>
7477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 Befehl
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 Ergebnis
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 </row>
7496 <row>
7497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \backslash
7503 gets
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 \begin_inset Formula $\gets$
7513 \end_inset
7514
7515
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 <row>
7522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526
7527 \backslash
7528 Leftarrow
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 \begin_inset Formula $\Leftarrow$
7538 \end_inset
7539
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row>
7547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \backslash
7553 longleftarrow
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 \begin_inset Formula $\longleftarrow$
7563 \end_inset
7564
7565
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row>
7572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \backslash
7578 Longleftarrow
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 \begin_inset Formula $\Longleftarrow$
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row>
7597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \backslash
7603 leftharpoonup
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 \begin_inset Formula $\leftharpoonup$
7613 \end_inset
7614
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row>
7622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \backslash
7628 leftharpoondown
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 \begin_inset Formula $\leftharpoondown$
7638 \end_inset
7639
7640
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row>
7647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651
7652 \backslash
7653 hookleftarrow
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662 \begin_inset Formula $\hookleftarrow$
7663 \end_inset
7664
7665
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 </lyxtabular>
7672
7673 \end_inset
7674
7675
7676 \begin_inset space \hfill{}
7677 \end_inset
7678
7679
7680 \begin_inset Tabular
7681 <lyxtabular version="3" rows="8" columns="2">
7682 <features rotate="0" tabularvalignment="middle">
7683 <column alignment="center" valignment="top" width="0pt">
7684 <column alignment="center" valignment="top" width="0pt">
7685 <row>
7686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 Befehl
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 Ergebnis
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row>
7706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \backslash
7712 to
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 \begin_inset Formula $\to$
7722 \end_inset
7723
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row>
7731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \backslash
7737 Rightarrow
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746 \begin_inset Formula $\Rightarrow$
7747 \end_inset
7748
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \backslash
7762 longrightarrow
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 \begin_inset Formula $\longrightarrow$
7772 \end_inset
7773
7774
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 </row>
7780 <row>
7781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \backslash
7787 Longrightarrow
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 \begin_inset Formula $\Longrightarrow$
7797 \end_inset
7798
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \backslash
7812 rightharpoonup
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 \begin_inset Formula $\rightharpoonup$
7822 \end_inset
7823
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \backslash
7837 rightharpoondown
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 \begin_inset Formula $\rightharpoondown$
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \backslash
7862 hookrightarrow
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 \begin_inset Formula $\hookrightarrow$
7872 \end_inset
7873
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 </lyxtabular>
7881
7882 \end_inset
7883
7884
7885 \begin_inset space \hfill{}
7886 \end_inset
7887
7888
7889 \end_layout
7890
7891 \begin_layout Standard
7892 \begin_inset space \hfill{}
7893 \end_inset
7894
7895
7896 \begin_inset Tabular
7897 <lyxtabular version="3" rows="6" columns="2">
7898 <features rotate="0" tabularvalignment="middle">
7899 <column alignment="center" valignment="top" width="0pt">
7900 <column alignment="center" valignment="top" width="0pt">
7901 <row>
7902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Befehl
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Ergebnis
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \backslash
7928 leftrightarrow
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 \begin_inset Formula $\leftrightarrow$
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \backslash
7953 Leftrightarrow
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 \begin_inset Formula $\Leftrightarrow$
7963 \end_inset
7964
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \backslash
7978 longleftrightarrow
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 \begin_inset Formula $\longleftrightarrow$
7988 \end_inset
7989
7990
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \backslash
8003 Longleftrightarrow
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 \begin_inset Formula $\Longleftrightarrow$
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \backslash
8028 rightleftharpoons
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 \begin_inset Formula $\rightleftharpoons$
8038 \end_inset
8039
8040
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 </lyxtabular>
8047
8048 \end_inset
8049
8050
8051 \begin_inset space \hspace{}
8052 \length 25pt
8053 \end_inset
8054
8055
8056 \begin_inset space \hfill{}
8057 \end_inset
8058
8059
8060 \begin_inset Tabular
8061 <lyxtabular version="3" rows="5" columns="2">
8062 <features rotate="0" tabularvalignment="middle">
8063 <column alignment="center" valignment="top" width="0pt">
8064 <column alignment="center" valignment="top" width="0pt">
8065 <row>
8066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 Befehl
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Ergebnis
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \backslash
8092 mapsto
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 \begin_inset Formula $\mapsto$
8102 \end_inset
8103
8104
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \backslash
8117 longmapsto
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 \begin_inset Formula $\longmapsto$
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \backslash
8142 leadsto
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 \begin_inset Formula $\leadsto$
8152 \end_inset
8153
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 dasharrow
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\dasharrow$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 </lyxtabular>
8186
8187 \end_inset
8188
8189
8190 \begin_inset space \hfill{}
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \begin_layout Standard
8197 \begin_inset VSpace medskip
8198 \end_inset
8199
8200 Als Akzente verwendete Pfeile, wie z.
8201 \begin_inset space \thinspace{}
8202 \end_inset
8203
8204 B.
8205  Vektorpfeile, sind in 
8206 \begin_inset CommandInset ref
8207 LatexCommand ref
8208 reference "sec:Akzente"
8209
8210 \end_inset
8211
8212  aufgelistet.
8213 \end_layout
8214
8215 \begin_layout Standard
8216 \begin_inset VSpace bigskip
8217 \end_inset
8218
8219 Des Weiteren gibt es die beschriftbaren Pfeile
8220 \begin_inset Index idx
8221 status collapsed
8222
8223 \begin_layout Plain Layout
8224 Pfeile ! beschriftbare
8225 \end_layout
8226
8227 \end_inset
8228
8229  
8230 \series bold
8231
8232 \backslash
8233 xleftarrow
8234 \series default
8235
8236 \begin_inset Index idx
8237 status collapsed
8238
8239 \begin_layout Plain Layout
8240 Befehle ! X ! 
8241 \backslash
8242 xleftarrow
8243 \end_layout
8244
8245 \end_inset
8246
8247  und 
8248 \series bold
8249
8250 \backslash
8251 xrightarrow
8252 \series default
8253
8254 \begin_inset Index idx
8255 status collapsed
8256
8257 \begin_layout Plain Layout
8258 Befehle ! X ! 
8259 \backslash
8260 xrightarrow
8261 \begin_inset ERT
8262 status collapsed
8263
8264 \begin_layout Plain Layout
8265
8266
8267 \backslash
8268 vspace{4mm}
8269 \end_layout
8270
8271 \end_inset
8272
8273
8274 \end_layout
8275
8276 \end_inset
8277
8278 .
8279  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8280  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8281  Die Pfeillänge passt sich der Breite der Beschriftung an.
8282 \end_layout
8283
8284 \begin_layout Standard
8285 \align center
8286 \begin_inset Tabular
8287 <lyxtabular version="3" rows="3" columns="2">
8288 <features rotate="0" tabularvalignment="middle">
8289 <column alignment="center" valignment="top" width="0pt">
8290 <column alignment="center" valignment="top" width="0pt">
8291 <row>
8292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Befehl
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Ergebnis
8306 \begin_inset Note Note
8307 status collapsed
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312
8313 \backslash
8314 raisebox
8315 \series default
8316  dient nur als Abstandhalter.
8317 \end_layout
8318
8319 \end_inset
8320
8321
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 </row>
8327 <row>
8328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 F(a)
8333 \backslash
8334 xleftarrow
8335 \begin_inset space \textvisiblespace{}
8336 \end_inset
8337
8338 x=a
8339 \begin_inset Formula $\downarrow$
8340 \end_inset
8341
8342 x>0
8343 \begin_inset Formula $\to$
8344 \end_inset
8345
8346 F(x)
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8356 \end_inset
8357
8358
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 F(x)
8370 \backslash
8371 xrightarrow
8372 \begin_inset space \textvisiblespace{}
8373 \end_inset
8374
8375 x=a
8376 \begin_inset Formula $\downarrow$
8377 \end_inset
8378
8379 x>0
8380 \begin_inset Formula $\to$
8381 \end_inset
8382
8383 F(a)
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8393 \end_inset
8394
8395
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 </lyxtabular>
8402
8403 \end_inset
8404
8405
8406 \end_layout
8407
8408 \begin_layout Subsection
8409 Vertikale und diagonale Pfeile
8410 \begin_inset Index idx
8411 status collapsed
8412
8413 \begin_layout Plain Layout
8414 Pfeile ! diagonale
8415 \end_layout
8416
8417 \end_inset
8418
8419
8420 \begin_inset Index idx
8421 status collapsed
8422
8423 \begin_layout Plain Layout
8424 Pfeile ! vertikale
8425 \end_layout
8426
8427 \end_inset
8428
8429
8430 \end_layout
8431
8432 \begin_layout Standard
8433 \begin_inset space \hfill{}
8434 \end_inset
8435
8436
8437 \begin_inset Tabular
8438 <lyxtabular version="3" rows="7" columns="2">
8439 <features rotate="0" tabularvalignment="middle">
8440 <column alignment="center" valignment="top" width="0pt">
8441 <column alignment="center" valignment="top" width="0pt">
8442 <row>
8443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Befehl
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Ergebnis
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \backslash
8469 uparrow
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 \begin_inset Formula $\uparrow$
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \backslash
8494 Uparrow
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 \begin_inset Formula $\Uparrow$
8504 \end_inset
8505
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \backslash
8519 updownarrow
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 \begin_inset Formula $\updownarrow$
8529 \end_inset
8530
8531
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \backslash
8544 Updownarrow
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 \begin_inset Formula $\Updownarrow$
8554 \end_inset
8555
8556
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \backslash
8569 Downarrow
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 \begin_inset Formula $\Downarrow$
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \backslash
8594 downarrow
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 \begin_inset Formula $\downarrow$
8604 \end_inset
8605
8606
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 </lyxtabular>
8613
8614 \end_inset
8615
8616
8617 \begin_inset space \hfill{}
8618 \end_inset
8619
8620
8621 \begin_inset Tabular
8622 <lyxtabular version="3" rows="5" columns="2">
8623 <features rotate="0" tabularvalignment="middle">
8624 <column alignment="center" valignment="top" width="0pt">
8625 <column alignment="center" valignment="top" width="0pt">
8626 <row>
8627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Befehl
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Ergebnis
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \backslash
8653 nearrow
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 \begin_inset Formula $\nearrow$
8663 \end_inset
8664
8665
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \backslash
8678 searrow
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 \begin_inset Formula $\searrow$
8688 \end_inset
8689
8690
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \backslash
8703 swarrow
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 \begin_inset Formula $\swarrow$
8713 \end_inset
8714
8715
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726
8727 \backslash
8728 nwarrow
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 \begin_inset Formula $\nwarrow$
8738 \end_inset
8739
8740
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 </lyxtabular>
8747
8748 \end_inset
8749
8750
8751 \begin_inset space \hfill{}
8752 \end_inset
8753
8754
8755 \end_layout
8756
8757 \begin_layout Standard
8758 \begin_inset VSpace medskip
8759 \end_inset
8760
8761 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
8762  
8763 \begin_inset CommandInset ref
8764 LatexCommand ref
8765 reference "sub:Manuelle-Klammergrößen"
8766
8767 \end_inset
8768
8769  und 
8770 \begin_inset CommandInset ref
8771 LatexCommand ref
8772 reference "sub:Automatische-Klammergrößen"
8773
8774 \end_inset
8775
8776  beschriebenen Befehlen verwendet werden.
8777 \end_layout
8778
8779 \begin_layout Section
8780 Akzente
8781 \begin_inset CommandInset label
8782 LatexCommand label
8783 name "sec:Akzente"
8784
8785 \end_inset
8786
8787
8788 \begin_inset Index idx
8789 status collapsed
8790
8791 \begin_layout Plain Layout
8792 Akzente
8793 \end_layout
8794
8795 \end_inset
8796
8797
8798 \end_layout
8799
8800 \begin_layout Standard
8801 Akzente können über den Mathe-Werkzeugleistenknopf 
8802 \begin_inset Graphics
8803         filename ../../images/math/hat.png
8804         scale 85
8805
8806 \end_inset
8807
8808  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8809  aufgelistet sind.
8810 \end_layout
8811
8812 \begin_layout Subsection
8813 Akzente für ein Zeichen
8814 \begin_inset ERT
8815 status collapsed
8816
8817 \begin_layout Plain Layout
8818
8819
8820 \backslash
8821 texorpdfstring{
8822 \end_layout
8823
8824 \end_inset
8825
8826
8827 \begin_inset Foot
8828 status collapsed
8829
8830 \begin_layout Plain Layout
8831 Akzente im Text siehe 
8832 \begin_inset CommandInset ref
8833 LatexCommand ref
8834 reference "sub:Sonderzeichen-Akzente"
8835
8836 \end_inset
8837
8838
8839 \end_layout
8840
8841 \end_inset
8842
8843
8844 \begin_inset ERT
8845 status collapsed
8846
8847 \begin_layout Plain Layout
8848
8849 }{}
8850 \end_layout
8851
8852 \end_inset
8853
8854
8855 \begin_inset Note Note
8856 status collapsed
8857
8858 \begin_layout Plain Layout
8859
8860 \series bold
8861
8862 \backslash
8863 texorpdfstring
8864 \series default
8865  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
8866 \end_layout
8867
8868 \begin_layout Plain Layout
8869 Näheres zu 
8870 \series bold
8871
8872 \backslash
8873 texorpdfstring
8874 \series default
8875  steht in Kapitel 
8876 \begin_inset CommandInset ref
8877 LatexCommand ref
8878 reference "sub:Formeln-in-Überschriften"
8879
8880 \end_inset
8881
8882 .
8883 \end_layout
8884
8885 \end_inset
8886
8887
8888 \begin_inset CommandInset label
8889 LatexCommand label
8890 name "sub:Akzente-für-ein"
8891
8892 \end_inset
8893
8894
8895 \begin_inset Index idx
8896 status collapsed
8897
8898 \begin_layout Plain Layout
8899 Akzente ! für ein Zeichen
8900 \end_layout
8901
8902 \end_inset
8903
8904
8905 \end_layout
8906
8907 \begin_layout Standard
8908 \begin_inset space \hfill{}
8909 \end_inset
8910
8911
8912 \begin_inset Tabular
8913 <lyxtabular version="3" rows="8" columns="2">
8914 <features rotate="0" tabularvalignment="middle">
8915 <column alignment="center" valignment="top" width="0pt">
8916 <column alignment="center" valignment="top" width="0pt">
8917 <row>
8918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 Befehl
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 Ergebnis
8932 \begin_inset Note Note
8933 status collapsed
8934
8935 \begin_layout Plain Layout
8936
8937 \series bold
8938
8939 \backslash
8940 raisebox
8941 \series default
8942  dient nur als Abstandhalter.
8943 \end_layout
8944
8945 \end_inset
8946
8947
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \backslash
8960 dot
8961 \begin_inset space \textvisiblespace{}
8962 \end_inset
8963
8964 A
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \backslash
8989 ddot
8990 \begin_inset space \textvisiblespace{}
8991 \end_inset
8992
8993 A
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9003 \end_inset
9004
9005
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \backslash
9018 dddot
9019 \begin_inset space \textvisiblespace{}
9020 \end_inset
9021
9022 A
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9032 \end_inset
9033
9034
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \backslash
9047 ddddot
9048 \begin_inset space \textvisiblespace{}
9049 \end_inset
9050
9051 A
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9061 \end_inset
9062
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row>
9070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \backslash
9076 vec
9077 \begin_inset space \textvisiblespace{}
9078 \end_inset
9079
9080 A
9081 \begin_inset Index idx
9082 status collapsed
9083
9084 \begin_layout Plain Layout
9085 Vektoren
9086 \end_layout
9087
9088 \end_inset
9089
9090
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9100 \end_inset
9101
9102
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \backslash
9115 bar
9116 \begin_inset space \textvisiblespace{}
9117 \end_inset
9118
9119 A
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \backslash
9144 mathring
9145 \begin_inset space \textvisiblespace{}
9146 \end_inset
9147
9148 A
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9158 \end_inset
9159
9160
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 </lyxtabular>
9167
9168 \end_inset
9169
9170
9171 \begin_inset space \hfill{}
9172 \end_inset
9173
9174
9175 \begin_inset Tabular
9176 <lyxtabular version="3" rows="7" columns="2">
9177 <features rotate="0" tabularvalignment="middle">
9178 <column alignment="center" valignment="top" width="0pt">
9179 <column alignment="center" valignment="top" width="0pt">
9180 <row>
9181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 Befehl
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 Ergebnis
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205
9206 \backslash
9207 tilde
9208 \begin_inset space \textvisiblespace{}
9209 \end_inset
9210
9211 A
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9221 \end_inset
9222
9223
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \backslash
9236 hat
9237 \begin_inset space \textvisiblespace{}
9238 \end_inset
9239
9240 A
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \backslash
9265 check
9266 \begin_inset space \textvisiblespace{}
9267 \end_inset
9268
9269 A
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9279 \end_inset
9280
9281
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 </row>
9287 <row>
9288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292
9293 \backslash
9294 acute
9295 \begin_inset space \textvisiblespace{}
9296 \end_inset
9297
9298 A
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \backslash
9323 grave
9324 \begin_inset space \textvisiblespace{}
9325 \end_inset
9326
9327 A
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \backslash
9352 breve
9353 \begin_inset space \textvisiblespace{}
9354 \end_inset
9355
9356 A
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 </lyxtabular>
9375
9376 \end_inset
9377
9378
9379 \begin_inset space \hfill{}
9380 \end_inset
9381
9382
9383 \end_layout
9384
9385 \begin_layout Standard
9386 \begin_inset VSpace bigskip
9387 \end_inset
9388
9389 Akzente wie z.B.
9390  é können direkt in Formeln eingegeben werden.
9391  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
9392  Für Umlaute
9393 \begin_inset Index idx
9394 status collapsed
9395
9396 \begin_layout Plain Layout
9397 Umlaute
9398 \end_layout
9399
9400 \end_inset
9401
9402  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
9403  Diese beiden Zeichen bilden dann für LaTeX 
9404 \emph on
9405 ein
9406 \emph default
9407  Zeichen.
9408  Im Gegensatz zu 
9409 \series bold
9410
9411 \backslash
9412 ddot
9413 \series default
9414  entstehen damit 
9415 \begin_inset Quotes gld
9416 \end_inset
9417
9418 echte
9419 \begin_inset Quotes grd
9420 \end_inset
9421
9422  Umlaute, was folgendes Beispiel zeigt:
9423 \end_layout
9424
9425 \begin_layout Standard
9426 \begin_inset VSpace -2mm
9427 \end_inset
9428
9429
9430 \end_layout
9431
9432 \begin_layout Standard
9433 \align center
9434 \begin_inset Tabular
9435 <lyxtabular version="3" rows="3" columns="2">
9436 <features rotate="0" tabularvalignment="middle">
9437 <column alignment="center" valignment="top">
9438 <column alignment="center" valignment="top">
9439 <row>
9440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Befehl
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Ergebnis
9454 \begin_inset Note Note
9455 status collapsed
9456
9457 \begin_layout Plain Layout
9458
9459 \series bold
9460
9461 \backslash
9462 raisebox
9463 \series default
9464  dient nur als Abstandhalter.
9465 \end_layout
9466
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 \begin_inset Quotes grd
9481 \end_inset
9482
9483 i
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 \begin_inset Formula $"i$
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 <row>
9502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \backslash
9508 ddot
9509 \begin_inset space \textvisiblespace{}
9510 \end_inset
9511
9512 i
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 </lyxtabular>
9531
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \begin_layout Standard
9538 Ein weiterer Vorteil gegenüber 
9539 \series bold
9540
9541 \backslash
9542 ddot
9543 \series default
9544  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9545  denn die obigen Akzentbefehle sind 
9546 \emph on
9547 im mathematischen Text\SpecialChar \-
9548 modus nicht erlaubt
9549 \emph default
9550 .
9551  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9552  nur das Zeichen unter dem Akzent umgewandelt werden.
9553  Das gilt auch für alle anderen Umwandlungen wie z.
9554 \begin_inset space \thinspace{}
9555 \end_inset
9556
9557 B.
9558  in kursiv oder fett.
9559 \end_layout
9560
9561 \begin_layout Standard
9562 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9563  direkt eingegeben werden.
9564 \end_layout
9565
9566 \begin_layout Standard
9567 \begin_inset VSpace bigskip
9568 \end_inset
9569
9570
9571 \end_layout
9572
9573 \begin_layout Standard
9574 LyX unterstützt auch eine Tilde unter einem Zeichen, wenn das LaTeX-Paket
9575  
9576 \series bold
9577 undertilde
9578 \series default
9579
9580 \begin_inset Index idx
9581 status collapsed
9582
9583 \begin_layout Plain Layout
9584 Pakete ! undertilde
9585 \end_layout
9586
9587 \end_inset
9588
9589  auf Ihrem System installiert ist:
9590 \end_layout
9591
9592 \begin_layout Standard
9593 \begin_inset ERT
9594 status collapsed
9595
9596 \begin_layout Plain Layout
9597
9598
9599 \backslash
9600 ifundertilde 
9601 \end_layout
9602
9603 \end_inset
9604
9605
9606 \begin_inset Note Note
9607 status open
9608
9609 \begin_layout Plain Layout
9610 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
9611 \series bold
9612 undertilde
9613 \series default
9614  installiert ist:
9615 \end_layout
9616
9617 \end_inset
9618
9619
9620 \end_layout
9621
9622 \begin_layout Standard
9623 \noindent
9624 \align center
9625 \begin_inset Tabular
9626 <lyxtabular version="3" rows="2" columns="2">
9627 <features rotate="0" tabularvalignment="middle">
9628 <column alignment="center" valignment="top" width="0pt">
9629 <column alignment="center" valignment="top" width="0pt">
9630 <row>
9631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 Befehl
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 Ergebnis
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \backslash
9657 utilde
9658 \begin_inset space \textvisiblespace{}
9659 \end_inset
9660
9661 A
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 </lyxtabular>
9680
9681 \end_inset
9682
9683
9684 \end_layout
9685
9686 \begin_layout Standard
9687 \begin_inset ERT
9688 status collapsed
9689
9690 \begin_layout Plain Layout
9691
9692
9693 \backslash
9694 else 
9695 \end_layout
9696
9697 \end_inset
9698
9699
9700 \begin_inset Note Note
9701 status open
9702
9703 \begin_layout Plain Layout
9704 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
9705 \series bold
9706 undertilde
9707 \series default
9708  nicht installiert ist:
9709 \end_layout
9710
9711 \end_inset
9712
9713
9714 \end_layout
9715
9716 \begin_layout Standard
9717 Das LaTeX-Paket 
9718 \series bold
9719 undertilde 
9720 \series default
9721 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
9722 \end_layout
9723
9724 \begin_layout Standard
9725 \begin_inset ERT
9726 status collapsed
9727
9728 \begin_layout Plain Layout
9729
9730
9731 \backslash
9732 fi 
9733 \end_layout
9734
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \begin_layout Subsection
9741 Akzente für mehrere Zeichen
9742 \begin_inset Index idx
9743 status collapsed
9744
9745 \begin_layout Plain Layout
9746 Akzente ! für mehrere Zeichen
9747 \end_layout
9748
9749 \end_inset
9750
9751
9752 \end_layout
9753
9754 \begin_layout Standard
9755 \begin_inset space \hfill{}
9756 \end_inset
9757
9758
9759 \begin_inset Tabular
9760 <lyxtabular version="3" rows="5" columns="2">
9761 <features rotate="0" tabularvalignment="middle">
9762 <column alignment="center" valignment="top" width="0pt">
9763 <column alignment="center" valignment="top" width="0pt">
9764 <row>
9765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 Befehl
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 Ergebnis
9779 \begin_inset Note Note
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783
9784 \series bold
9785
9786 \backslash
9787 raisebox
9788 \series default
9789  dient nur als Abstandhalter.
9790 \end_layout
9791
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row>
9801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \backslash
9807 overleftarrow
9808 \begin_inset space \textvisiblespace{}
9809 \end_inset
9810
9811 A=B
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \backslash
9836 underleftarrow
9837 \begin_inset space \textvisiblespace{}
9838 \end_inset
9839
9840 A=B
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row>
9859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \backslash
9865 overleftrightarrow
9866 \begin_inset space \textvisiblespace{}
9867 \end_inset
9868
9869 A=B
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 </row>
9887 <row>
9888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \backslash
9894 underleftrightarrow
9895 \begin_inset space \textvisiblespace{}
9896 \end_inset
9897
9898 A=B
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 </row>
9916 </lyxtabular>
9917
9918 \end_inset
9919
9920
9921 \begin_inset space \hfill{}
9922 \end_inset
9923
9924
9925 \begin_inset Tabular
9926 <lyxtabular version="3" rows="5" columns="2">
9927 <features rotate="0" tabularvalignment="middle">
9928 <column alignment="center" valignment="top" width="0pt">
9929 <column alignment="center" valignment="top" width="0pt">
9930 <row>
9931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935 Befehl
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 Ergebnis
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row>
9951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \backslash
9957 overrightarrow
9958 \begin_inset space \textvisiblespace{}
9959 \end_inset
9960
9961 A=B
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9971 \end_inset
9972
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 <row>
9980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984
9985 \backslash
9986 underrightarrow
9987 \begin_inset space \textvisiblespace{}
9988 \end_inset
9989
9990 A=B
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row>
10009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \backslash
10015 widetilde
10016 \begin_inset space \textvisiblespace{}
10017 \end_inset
10018
10019 A=B
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \backslash
10044 widehat
10045 \begin_inset space \textvisiblespace{}
10046 \end_inset
10047
10048 A=B
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10058 \end_inset
10059
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 </lyxtabular>
10067
10068 \end_inset
10069
10070
10071 \begin_inset space \hfill{}
10072 \end_inset
10073
10074
10075 \end_layout
10076
10077 \begin_layout Standard
10078 \begin_inset VSpace medskip
10079 \end_inset
10080
10081 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10082  Die Akzente
10083 \begin_inset Newline linebreak
10084 \end_inset
10085
10086
10087 \series bold
10088
10089 \backslash
10090 widetilde
10091 \series default
10092  und 
10093 \series bold
10094
10095 \backslash
10096 widehat
10097 \series default
10098  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10099  was folgendes Beispiel verdeutlicht:
10100 \begin_inset Formula 
10101 \[
10102 \widetilde{A+B=C-D}
10103 \]
10104
10105 \end_inset
10106
10107
10108 \end_layout
10109
10110 \begin_layout Standard
10111 Mit den im vorigen Kapitel beschriebenen Befehlen 
10112 \series bold
10113
10114 \backslash
10115 overset
10116 \series default
10117
10118 \begin_inset Index idx
10119 status collapsed
10120
10121 \begin_layout Plain Layout
10122 Befehle ! O ! 
10123 \backslash
10124 overset
10125 \end_layout
10126
10127 \end_inset
10128
10129  und 
10130 \series bold
10131
10132 \backslash
10133 underset
10134 \series default
10135
10136 \begin_inset Index idx
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140 Befehle ! U ! 
10141 \backslash
10142 underset
10143 \end_layout
10144
10145 \end_inset
10146
10147  ist es auch möglich mehrere Zeichen zu akzentuieren.
10148  Der Befehl 
10149 \series bold
10150
10151 \backslash
10152 underset
10153 \begin_inset space \textvisiblespace{}
10154 \end_inset
10155
10156 A=B
10157 \begin_inset Formula $\downarrow$
10158 \end_inset
10159
10160 ***
10161 \series default
10162  ergibt:
10163 \begin_inset Formula 
10164 \[
10165 \underset{***}{A=B}
10166 \]
10167
10168 \end_inset
10169
10170
10171 \end_layout
10172
10173 \begin_layout Section
10174 Leerraum
10175 \begin_inset CommandInset label
10176 LatexCommand label
10177 name "sub:Leerraum"
10178
10179 \end_inset
10180
10181
10182 \begin_inset Index idx
10183 status collapsed
10184
10185 \begin_layout Plain Layout
10186 Leerraum ! horizontaler
10187 \end_layout
10188
10189 \end_inset
10190
10191
10192 \end_layout
10193
10194 \begin_layout Subsection
10195 Vordefinierter Leerraum
10196 \begin_inset CommandInset label
10197 LatexCommand label
10198 name "sub:Vordefinierter-Leerraum"
10199
10200 \end_inset
10201
10202
10203 \begin_inset Index idx
10204 status collapsed
10205
10206 \begin_layout Plain Layout
10207 Leerraum ! horizontaler ! vordefiniert
10208 \end_layout
10209
10210 \end_inset
10211
10212
10213 \end_layout
10214
10215 \begin_layout Standard
10216 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10217  Dazu gibt man ein geschütztes Leerzeichen ein.
10218  Es erscheint ein 
10219 \begin_inset Quotes gld
10220 \end_inset
10221
10222
10223 \color blue
10224
10225 \begin_inset space \textvisiblespace{}
10226 \end_inset
10227
10228
10229 \color inherit
10230
10231 \begin_inset Quotes grd
10232 \end_inset
10233
10234  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10235  Leerraum-Größen wählen.
10236  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10237 \begin_inset Graphics
10238         filename ../../images/math/space.png
10239         scale 85
10240
10241 \end_inset
10242
10243  oder mit einzelnen Befehlen aufrufen.
10244  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10245  danach wieder aus allen Größen wählen.
10246 \end_layout
10247
10248 \begin_layout Standard
10249 \align center
10250 \begin_inset Tabular
10251 <lyxtabular version="3" rows="6" columns="3">
10252 <features rotate="0" tabularvalignment="middle">
10253 <column alignment="center" valignment="top">
10254 <column alignment="center" valignment="top" width="15col%">
10255 <column alignment="center" valignment="top">
10256 <row>
10257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Befehl
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 Anzahl der Leertastendrücke
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Ergebnis
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 </row>
10285 <row>
10286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \backslash
10292 ,
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 0
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 \begin_inset Formula $A\, B$
10311 \end_inset
10312
10313
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \backslash
10326 :
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 1
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 \begin_inset Formula $A\: B$
10345 \end_inset
10346
10347
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row>
10354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \backslash
10360 ;
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 2
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 \begin_inset Formula $A\; B$
10379 \end_inset
10380
10381
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \backslash
10394 quad
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 3
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 \begin_inset Formula $A\quad B$
10413 \end_inset
10414
10415
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \backslash
10428 qquad
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 4
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 \begin_inset Formula $A\qquad B$
10447 \end_inset
10448
10449
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 </lyxtabular>
10456
10457 \end_inset
10458
10459
10460 \begin_inset space \hfill{}
10461 \end_inset
10462
10463
10464 \begin_inset Tabular
10465 <lyxtabular version="3" rows="6" columns="3">
10466 <features rotate="0" tabularvalignment="middle">
10467 <column alignment="center" valignment="top">
10468 <column alignment="center" valignment="top" width="15col%">
10469 <column alignment="center" valignment="top">
10470 <row>
10471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 Befehl
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Anzahl der Leertastendrücke
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Ergebnis
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \backslash
10506 hfill
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 5
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 \begin_inset Formula $A\hfill B$
10525 \end_inset
10526
10527
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \backslash
10540 hspace*{1em}
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 6
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 \begin_inset Formula $A\hspace*{1em}B$
10559 \end_inset
10560
10561
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \backslash
10574 hspace{1em}
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 7
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 \begin_inset Formula $A\hspace{1em}B$
10593 \end_inset
10594
10595
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \backslash
10608
10609 \begin_inset space \textvisiblespace{}
10610 \end_inset
10611
10612
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 8
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 \begin_inset Formula $A\ B$
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 </row>
10639 <row>
10640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644
10645 \backslash
10646 !
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 9
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 \begin_inset Formula $A\! B$
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 </lyxtabular>
10674
10675 \end_inset
10676
10677
10678 \end_layout
10679
10680 \begin_layout Standard
10681 Leerraum
10682 \begin_inset space ~
10683 \end_inset
10684
10685 5
10686 \begin_inset space \thinspace{}
10687 \end_inset
10688
10689 --
10690 \begin_inset space \thinspace{}
10691 \end_inset
10692
10693 7 sind variable Leerräume, die in 
10694 \begin_inset CommandInset ref
10695 LatexCommand ref
10696 reference "sub:Variabler-Leerraum"
10697
10698 \end_inset
10699
10700  erläutert sind.
10701  Leerraum
10702 \begin_inset space ~
10703 \end_inset
10704
10705 9 scheint überhaupt keinen Leerraum zu produzieren.
10706  Er ist in LyX allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
10707  denn er erstellt negativen Leerraum.
10708  Es gibt noch zwei weitere negative Leerräume:
10709 \end_layout
10710
10711 \begin_layout Standard
10712 \align center
10713 \begin_inset Tabular
10714 <lyxtabular version="3" rows="3" columns="3">
10715 <features rotate="0" tabularvalignment="middle">
10716 <column alignment="center" valignment="middle" width="6.8cm">
10717 <column alignment="center" valignment="top" width="0pt">
10718 <column alignment="center" valignment="top" width="0pt">
10719 <row>
10720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Befehl
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \backslash
10735 negmedspace
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \backslash
10746 negthickspace
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 </row>
10752 <row>
10753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 10
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 11
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 </row>
10781 <row>
10782 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Ergebnis
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 \begin_inset Formula $A\negmedspace B$
10796 \end_inset
10797
10798
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 \begin_inset Formula $A\negthickspace B$
10808 \end_inset
10809
10810
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 </row>
10816 </lyxtabular>
10817
10818 \end_inset
10819
10820
10821 \end_layout
10822
10823 \begin_layout Standard
10824 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
10825  Man kann auf diese Weise Ligaturen erzwingen, was z.
10826 \begin_inset space \thinspace{}
10827 \end_inset
10828
10829 B.
10830  für Summenzeichen von Nutzen ist: 
10831 \end_layout
10832
10833 \begin_layout Standard
10834 \align center
10835 \begin_inset Tabular
10836 <lyxtabular version="3" rows="3" columns="2">
10837 <features rotate="0" tabularvalignment="middle">
10838 <column alignment="center" valignment="top">
10839 <column alignment="center" valignment="top">
10840 <row>
10841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845 Befehl
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 Ergebnis
10855 \begin_inset Note Note
10856 status collapsed
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861
10862 \backslash
10863 raisebox
10864 \series default
10865  dient nur als Abstandhalter.
10866 \end_layout
10867
10868 \end_inset
10869
10870
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 </row>
10876 <row>
10877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \backslash
10883 sum
10884 \backslash
10885 sum
10886 \begin_inset space \textvisiblespace{}
10887 \end_inset
10888
10889 f_kl
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10899 \end_inset
10900
10901
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912
10913 \backslash
10914 sum
10915 \backslash
10916 negmedspace
10917 \backslash
10918 sum
10919 \begin_inset space \textvisiblespace{}
10920 \end_inset
10921
10922 f_kl
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 </lyxtabular>
10941
10942 \end_inset
10943
10944
10945 \end_layout
10946
10947 \begin_layout Standard
10948 \noindent
10949 \begin_inset VSpace medskip
10950 \end_inset
10951
10952
10953 \end_layout
10954
10955 \begin_layout Standard
10956 \noindent
10957 Relationen, wie z.
10958 \begin_inset space \thinspace{}
10959 \end_inset
10960
10961 B.
10962  Gleichheitszeichen, sind immer von Leerraum umgeben.
10963  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
10964  TeX-Klammer.
10965  Die Wirkung kann man an folgendem Beispiel gut erkennen:
10966 \end_layout
10967
10968 \begin_layout Standard
10969 \align center
10970 \begin_inset Tabular
10971 <lyxtabular version="3" rows="2" columns="2">
10972 <features rotate="0" tabularvalignment="middle">
10973 <column alignment="center" valignment="top" width="0pt">
10974 <column alignment="center" valignment="top" width="0pt">
10975 <row>
10976 <cell alignment="center" valignment="top" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 normale Gleichung
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 \begin_inset Formula $A=B$
10990 \end_inset
10991
10992
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 \begin_inset Note Note
11004 status collapsed
11005
11006 \begin_layout Plain Layout
11007
11008 \series bold
11009
11010 \backslash
11011 raisebox
11012 \series default
11013  dient nur als Abstandhalter.
11014 \end_layout
11015
11016 \end_inset
11017
11018
11019 \begin_inset Formula $\raisebox{5mm}{}$
11020 \end_inset
11021
11022 Gleichung ohne Leerraum
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 \begin_inset Formula $A{=}B$
11032 \end_inset
11033
11034
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 </row>
11040 </lyxtabular>
11041
11042 \end_inset
11043
11044
11045 \end_layout
11046
11047 \begin_layout Standard
11048 Der Befehl für die letzte Formel lautet: 
11049 \series bold
11050 A
11051 \backslash
11052 {=
11053 \begin_inset Formula $\to$
11054 \end_inset
11055
11056 B
11057 \end_layout
11058
11059 \begin_layout Standard
11060 \begin_inset VSpace bigskip
11061 \end_inset
11062
11063 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11064  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11065  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11066 \family sans
11067 Einfügen\SpecialChar \menuseparator
11068 Formatierung\SpecialChar \menuseparator
11069 Kleiner
11070 \begin_inset space ~
11071 \end_inset
11072
11073 Abstand
11074 \family default
11075  (Tastenkürzel 
11076 \family sans
11077 Strg+Shift+Leertaste
11078 \family default
11079 ) ein.
11080 \end_layout
11081
11082 \begin_layout Standard
11083 Ein Beispiel zur Veranschaulichung:
11084 \end_layout
11085
11086 \begin_layout Standard
11087 \begin_inset Tabular
11088 <lyxtabular version="3" rows="2" columns="2">
11089 <features rotate="0" tabularvalignment="middle">
11090 <column alignment="left" valignment="top">
11091 <column alignment="left" valignment="top">
11092 <row>
11093 <cell alignment="center" valignment="top" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 24 kW
11098 \begin_inset Formula $\cdot$
11099 \end_inset
11100
11101 h
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 Leerzeichen zwischen Wert und Einheit
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 <row>
11117 <cell alignment="center" valignment="top" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 24
11122 \begin_inset space \thinspace{}
11123 \end_inset
11124
11125 kW
11126 \begin_inset Formula $\cdot$
11127 \end_inset
11128
11129 h
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 kleinster Leerraum zwischen Wert und Einheit
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 </lyxtabular>
11145
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \begin_layout Standard
11152 \begin_inset Newpage newpage
11153 \end_inset
11154
11155
11156 \end_layout
11157
11158 \begin_layout Subsection
11159 Variabler Leerraum
11160 \begin_inset ERT
11161 status collapsed
11162
11163 \begin_layout Plain Layout
11164
11165
11166 \backslash
11167 texorpdfstring{
11168 \end_layout
11169
11170 \end_inset
11171
11172
11173 \begin_inset Foot
11174 status collapsed
11175
11176 \begin_layout Plain Layout
11177 für vertikalen Leerraum in Formeln siehe 
11178 \begin_inset CommandInset ref
11179 LatexCommand ref
11180 reference "sub:Zeilenabstand"
11181
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \end_inset
11188
11189
11190 \begin_inset ERT
11191 status collapsed
11192
11193 \begin_layout Plain Layout
11194
11195 }{}
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \begin_inset Note Note
11202 status collapsed
11203
11204 \begin_layout Plain Layout
11205
11206 \series bold
11207
11208 \backslash
11209 texorpdfstring
11210 \series default
11211  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11212 \end_layout
11213
11214 \begin_layout Plain Layout
11215 Näheres zu 
11216 \series bold
11217
11218 \backslash
11219 texorpdfstring
11220 \series default
11221  steht in Kapitel 
11222 \begin_inset CommandInset ref
11223 LatexCommand ref
11224 reference "sub:Formeln-in-Überschriften"
11225
11226 \end_inset
11227
11228 .
11229 \end_layout
11230
11231 \end_inset
11232
11233
11234 \begin_inset CommandInset label
11235 LatexCommand label
11236 name "sub:Variabler-Leerraum"
11237
11238 \end_inset
11239
11240
11241 \begin_inset Index idx
11242 status collapsed
11243
11244 \begin_layout Plain Layout
11245 Leerraum ! horizontaler ! variabel
11246 \end_layout
11247
11248 \end_inset
11249
11250
11251 \end_layout
11252
11253 \begin_layout Standard
11254 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11255 \series bold
11256
11257 \backslash
11258 hspace
11259 \series default
11260
11261 \begin_inset Index idx
11262 status collapsed
11263
11264 \begin_layout Plain Layout
11265 Befehle ! H ! 
11266 \backslash
11267 hspace
11268 \end_layout
11269
11270 \end_inset
11271
11272  einfügen.
11273  Es erscheint ein langes 
11274 \begin_inset Quotes gld
11275 \end_inset
11276
11277
11278 \color blue
11279
11280 \begin_inset space \textvisiblespace{}
11281 \end_inset
11282
11283
11284 \color inherit
11285
11286 \begin_inset Quotes grd
11287 \end_inset
11288
11289 .
11290  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11291  das 
11292 \begin_inset Quotes gld
11293 \end_inset
11294
11295
11296 \color blue
11297
11298 \begin_inset space \textvisiblespace{}
11299 \end_inset
11300
11301
11302 \color inherit
11303
11304 \begin_inset Quotes grd
11305 \end_inset
11306
11307  klickt.
11308  Die Länge darf auch negativ sein.
11309  Wenn ein Leerraum das erste Zeichen in einer Zeile ist, wird er automatisch
11310  weggelassen.
11311  Um seine Ausgabe zu erzwingen, verwendet man den Befehl 
11312 \series bold
11313
11314 \backslash
11315 hspace*
11316 \series default
11317  statt 
11318 \series bold
11319
11320 \backslash
11321 hspace
11322 \series default
11323  oder klickt mit der linken Maustaste auf das 
11324 \begin_inset Quotes gld
11325 \end_inset
11326
11327
11328 \color blue
11329
11330 \begin_inset space \textvisiblespace{}
11331 \end_inset
11332
11333
11334 \color inherit
11335
11336 \begin_inset Quotes grd
11337 \end_inset
11338
11339  und wählt die Option 
11340 \family sans
11341 Schützen
11342 \family default
11343  aus.
11344 \begin_inset Newline newline
11345 \end_inset
11346
11347 Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11348  einnimmt, benutzt man den Befehl 
11349 \series bold
11350
11351 \backslash
11352 hfill
11353 \series default
11354
11355 \begin_inset Index idx
11356 status collapsed
11357
11358 \begin_layout Plain Layout
11359 Befehle ! H ! 
11360 \backslash
11361 hfill
11362 \end_layout
11363
11364 \end_inset
11365
11366 .
11367 \end_layout
11368
11369 \begin_layout Standard
11370 \begin_inset VSpace -1mm
11371 \end_inset
11372
11373
11374 \end_layout
11375
11376 \begin_layout Standard
11377 \align center
11378 \begin_inset Tabular
11379 <lyxtabular version="3" rows="4" columns="2">
11380 <features rotate="0" tabularvalignment="middle">
11381 <column alignment="center" valignment="top">
11382 <column alignment="center" valignment="top">
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 Befehl (
11389 \backslash
11390 hspace Länge)
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 Ergebnis
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 A=B
11411 \backslash
11412 hspace
11413 \begin_inset space \textvisiblespace{}
11414 \end_inset
11415
11416 A
11417 \backslash
11418 not=C (3
11419 \begin_inset space \thinspace{}
11420 \end_inset
11421
11422 cm)
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 <row>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 A
11446 \backslash
11447 hspace
11448 \begin_inset space \textvisiblespace{}
11449 \end_inset
11450
11451 A
11452 \backslash
11453 not=A (-1
11454 \begin_inset space \thinspace{}
11455 \end_inset
11456
11457 mm)
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 A=A
11481 \backslash
11482 hfill
11483 \begin_inset space \textvisiblespace{}
11484 \end_inset
11485
11486 B=B
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 \begin_inset Formula $A=A\hfill B=B$
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 </lyxtabular>
11505
11506 \end_inset
11507
11508
11509 \end_layout
11510
11511 \begin_layout Standard
11512 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11513  Spalteneintrags der Tabelle vorgegeben.
11514  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11515  in die 
11516 \series bold
11517
11518 \backslash
11519 hfill
11520 \series default
11521  eingegeben wird.
11522  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11523  
11524 \series bold
11525
11526 \backslash
11527 hfill
11528 \series default
11529  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11530 \series bold
11531 Eingerückt
11532 \series default
11533  eingestellt ist.
11534  (Formelstile sind in 
11535 \begin_inset CommandInset ref
11536 LatexCommand ref
11537 reference "sec:Formelstile"
11538
11539 \end_inset
11540
11541  erklärt.)
11542 \end_layout
11543
11544 \begin_layout Standard
11545 Neben 
11546 \series bold
11547
11548 \backslash
11549 hfill
11550 \series default
11551  gibt es noch die Befehle 
11552 \series bold
11553
11554 \backslash
11555 dotfill
11556 \series default
11557  und 
11558 \series bold
11559
11560 \backslash
11561 hrulefill
11562 \series default
11563 , die den Leerraum mit einem Muster füllen, siehe 
11564 \begin_inset CommandInset ref
11565 LatexCommand ref
11566 reference "sub:Fortsetzungspunkte"
11567
11568 \end_inset
11569
11570  für ein Beispiel.
11571 \end_layout
11572
11573 \begin_layout Standard
11574 Variabler Leerraum kann für Text über das Menü 
11575 \family sans
11576 Einfügen\SpecialChar \menuseparator
11577 Formatierung\SpecialChar \menuseparator
11578 Horizontaler
11579 \begin_inset space ~
11580 \end_inset
11581
11582 Abstand
11583 \family default
11584  eingefügt werden:
11585 \end_layout
11586
11587 \begin_layout Standard
11588 Dies ist eine Zeile mit
11589 \begin_inset space \hspace{}
11590 \length 2cm
11591 \end_inset
11592
11593 2
11594 \begin_inset space \thinspace{}
11595 \end_inset
11596
11597 cm Leerraum.
11598 \end_layout
11599
11600 \begin_layout Standard
11601 Dies ist eine Zeile mit
11602 \begin_inset space \hfill{}
11603 \end_inset
11604
11605 maximalem Leerraum.
11606 \end_layout
11607
11608 \begin_layout Subsection
11609 Leerraum neben eingebetteten Formeln
11610 \begin_inset Index idx
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614 Leerraum ! neben eingebetteten Formeln
11615 \end_layout
11616
11617 \end_inset
11618
11619
11620 \end_layout
11621
11622 \begin_layout Standard
11623 Über die Länge 
11624 \series bold
11625
11626 \backslash
11627 mathsurround
11628 \series default
11629
11630 \begin_inset Index idx
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 Befehle ! M ! 
11635 \backslash
11636 mathsurround
11637 \end_layout
11638
11639 \end_inset
11640
11641  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11642  wird.
11643  Der Wert einer Länge wird mit dem Befehl 
11644 \series bold
11645
11646 \backslash
11647 setlength
11648 \series default
11649
11650 \begin_inset Index idx
11651 status collapsed
11652
11653 \begin_layout Plain Layout
11654 Befehle ! S ! 
11655 \backslash
11656 setlength
11657 \end_layout
11658
11659 \end_inset
11660
11661  gesetzt.
11662  Dieser besitzt folgendes Befehlsschema:
11663 \end_layout
11664
11665 \begin_layout Standard
11666
11667 \series bold
11668
11669 \backslash
11670 setlength{Längenname}{Wert}
11671 \end_layout
11672
11673 \begin_layout Standard
11674 Um 
11675 \series bold
11676
11677 \backslash
11678 mathsurround
11679 \series default
11680  den Wert 5
11681 \begin_inset space \thinspace{}
11682 \end_inset
11683
11684 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11685 \end_layout
11686
11687 \begin_layout Standard
11688
11689 \series bold
11690
11691 \backslash
11692 setlength{
11693 \backslash
11694 mathsurround}{5mm}
11695 \end_layout
11696
11697 \begin_layout Standard
11698 ein.
11699  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
11700 \begin_inset space \thinspace{}
11701 \end_inset
11702
11703 mm Leerraum gesetzt:
11704 \begin_inset ERT
11705 status collapsed
11706
11707 \begin_layout Plain Layout
11708
11709
11710 \backslash
11711 setlength{
11712 \backslash
11713 mathsurround}{5mm}
11714 \end_layout
11715
11716 \end_inset
11717
11718
11719 \end_layout
11720
11721 \begin_layout Standard
11722 Dies ist eine Zeile in der sich 
11723 \begin_inset Formula $A=B$
11724 \end_inset
11725
11726  eine Formel mit 5
11727 \begin_inset space \thinspace{}
11728 \end_inset
11729
11730 mm umgebendem Leerraum befindet.
11731 \begin_inset ERT
11732 status collapsed
11733
11734 \begin_layout Plain Layout
11735
11736
11737 \backslash
11738 setlength{
11739 \backslash
11740 mathsurround}{0pt}
11741 \end_layout
11742
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \begin_layout Standard
11749 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
11750 \series bold
11751
11752 \backslash
11753 mathsurround
11754 \series default
11755  auf den Wert 0
11756 \begin_inset space \thinspace{}
11757 \end_inset
11758
11759 pt.
11760 \end_layout
11761
11762 \begin_layout Section
11763 Boxen und Rahmen
11764 \begin_inset Index idx
11765 status collapsed
11766
11767 \begin_layout Plain Layout
11768 Boxen
11769 \end_layout
11770
11771 \end_inset
11772
11773
11774 \begin_inset Index idx
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778 Rahmen | see
11779 \begin_inset ERT
11780 status collapsed
11781
11782 \begin_layout Plain Layout
11783
11784 {
11785 \end_layout
11786
11787 \end_inset
11788
11789 Boxen
11790 \begin_inset ERT
11791 status collapsed
11792
11793 \begin_layout Plain Layout
11794
11795 }
11796 \end_layout
11797
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \begin_layout Standard
11809 Boxen für Text sind im Kapitel 
11810 \family typewriter
11811 Boxen
11812 \family default
11813  im Handbuch 
11814 \family typewriter
11815 Eingebettete
11816 \begin_inset space ~
11817 \end_inset
11818
11819 Objekte
11820 \family default
11821  beschrieben.
11822 \end_layout
11823
11824 \begin_layout Subsection
11825 Boxen mit Rahmen
11826 \begin_inset CommandInset label
11827 LatexCommand label
11828 name "sub:Boxen-mit-Rahmen"
11829
11830 \end_inset
11831
11832
11833 \begin_inset Index idx
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837 Boxen ! mit Rahmen
11838 \end_layout
11839
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \begin_layout Standard
11846 Es ist möglich Formeln oder Teile davon mit den Befehlen 
11847 \series bold
11848
11849 \backslash
11850 fbox
11851 \series default
11852
11853 \begin_inset Index idx
11854 status collapsed
11855
11856 \begin_layout Plain Layout
11857 Befehle ! F ! 
11858 \backslash
11859 fbox
11860 \end_layout
11861
11862 \end_inset
11863
11864  und 
11865 \series bold
11866
11867 \backslash
11868 boxed
11869 \series default
11870
11871 \begin_inset Index idx
11872 status collapsed
11873
11874 \begin_layout Plain Layout
11875 Befehle ! B ! 
11876 \backslash
11877 boxed
11878 \end_layout
11879
11880 \end_inset
11881
11882  zu umranden.
11883 \end_layout
11884
11885 \begin_layout Standard
11886 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
11887  in einem Rahmen.
11888  Bei 
11889 \series bold
11890
11891 \backslash
11892 fbox
11893 \series default
11894  muss in diesem Eingabefeld mit 
11895 \family sans
11896 Strg+M
11897 \family default
11898  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
11899  als mathematischer Text behandelt.
11900  Verwendet man 
11901 \series bold
11902
11903 \backslash
11904 boxed
11905 \series default
11906 , wird automatisch im Rahmen eine neue Formel erzeugt.
11907 \end_layout
11908
11909 \begin_layout Standard
11910 Der Befehl 
11911 \series bold
11912
11913 \backslash
11914 fbox
11915 \series default
11916  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
11917  wird dann immer in Textzeilengröße gesetzt.
11918  Im Gegensatz dazu ist 
11919 \series bold
11920
11921 \backslash
11922 boxed
11923 \series default
11924  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
11925  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
11926 \end_layout
11927
11928 \begin_layout Standard
11929 Als Erweiterung zu 
11930 \series bold
11931
11932 \backslash
11933 fbox
11934 \series default
11935  gibt es den Befehl 
11936 \series bold
11937
11938 \backslash
11939 framebox
11940 \series default
11941
11942 \begin_inset Index idx
11943 status collapsed
11944
11945 \begin_layout Plain Layout
11946 Befehle ! F ! 
11947 \backslash
11948 framebox
11949 \end_layout
11950
11951 \end_inset
11952
11953 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
11954  kann.
11955  
11956 \series bold
11957
11958 \backslash
11959 framebox
11960 \series default
11961  wird nach folgendem Schema verwendet:
11962 \end_layout
11963
11964 \begin_layout Standard
11965
11966 \series bold
11967
11968 \backslash
11969 framebox[Rahmenbreite][Position]{Boxinhalt}
11970 \end_layout
11971
11972 \begin_layout Standard
11973 Die Position kann entweder 
11974 \emph on
11975 l
11976 \emph default
11977  oder 
11978 \emph on
11979 r
11980 \emph default
11981  sein.
11982  
11983 \emph on
11984 l
11985 \emph default
11986  bewirkt linksbündige, 
11987 \emph on
11988 r
11989 \emph default
11990  rechtsbündige Ausrichtung der Formel in der Box.
11991  Gibt man keine Position an, wird die Formel zentriert.
11992 \begin_inset Newline newline
11993 \end_inset
11994
11995 Gibt man keine Breite an, darf auch keine Position angegeben werden.
11996  In diesem Falle wird die Rahmenbreite wie bei 
11997 \series bold
11998
11999 \backslash
12000 fbox
12001 \series default
12002  an den Boxinhalt angepasst.
12003 \end_layout
12004
12005 \begin_layout Standard
12006 Wenn man den Befehl 
12007 \series bold
12008
12009 \backslash
12010 framebox
12011 \series default
12012  eingibt, erscheint eine Box mit drei Eingabefeldern.
12013  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12014  beiden optionalen Argumente.
12015  In das dritte Feld wird wie bei 
12016 \series bold
12017
12018 \backslash
12019 fbox
12020 \series default
12021  die Formel eingegeben.
12022 \end_layout
12023
12024 \begin_layout Standard
12025 \align center
12026 \begin_inset Tabular
12027 <lyxtabular version="3" rows="5" columns="2">
12028 <features rotate="0" tabularvalignment="middle">
12029 <column alignment="center" valignment="top">
12030 <column alignment="center" valignment="top">
12031 <row>
12032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036 Befehl
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045 Ergebnis
12046 \begin_inset Note Note
12047 status collapsed
12048
12049 \begin_layout Plain Layout
12050
12051 \series bold
12052
12053 \backslash
12054 raisebox
12055 \series default
12056  dient nur als Abstandhalter.
12057 \end_layout
12058
12059 \end_inset
12060
12061
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 </row>
12067 <row>
12068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072
12073 \backslash
12074 fbox
12075 \begin_inset space \textvisiblespace{}
12076 \end_inset
12077
12078
12079 \family sans
12080 Strg+M
12081 \family default
12082  
12083 \backslash
12084 int
12085 \begin_inset space \textvisiblespace{}
12086 \end_inset
12087
12088 A=B
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 </row>
12106 <row>
12107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111
12112 \backslash
12113 boxed
12114 \begin_inset space \textvisiblespace{}
12115 \end_inset
12116
12117
12118 \backslash
12119 int
12120 \begin_inset space \textvisiblespace{}
12121 \end_inset
12122
12123 A=B
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 A+
12147 \backslash
12148 fbox
12149 \begin_inset space \textvisiblespace{}
12150 \end_inset
12151
12152 B
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 </row>
12170 <row>
12171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175
12176 \backslash
12177 framebox
12178 \begin_inset space \textvisiblespace{}
12179 \end_inset
12180
12181 20mm
12182 \begin_inset Formula $\to$
12183 \end_inset
12184
12185
12186 \begin_inset Formula $\to$
12187 \end_inset
12188
12189
12190 \family sans
12191 Strg+M
12192 \family default
12193  
12194 \backslash
12195 frac
12196 \begin_inset space \textvisiblespace{}
12197 \end_inset
12198
12199 A
12200 \begin_inset Formula $\downarrow$
12201 \end_inset
12202
12203 B
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 \begin_inset Formula $\raisebox{6mm}{}$
12213 \end_inset
12214
12215
12216 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12217 \end_inset
12218
12219
12220 \begin_inset Formula $\raisebox{-4mm}{}$
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 </row>
12229 </lyxtabular>
12230
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \begin_layout Standard
12237 Die Rahmendicke kann ebenfalls eingestellt werden.
12238  Dazu müssen vor der Formel im TeX-Modus die Befehle
12239 \end_layout
12240
12241 \begin_layout Standard
12242
12243 \series bold
12244
12245 \backslash
12246 fboxrule
12247 \series default
12248  
12249 \series bold
12250
12251 \begin_inset Quotes gld
12252 \end_inset
12253
12254 Dicke
12255 \begin_inset Quotes grd
12256 \end_inset
12257
12258
12259 \series default
12260  
12261 \series bold
12262
12263 \backslash
12264 fboxsep
12265 \series default
12266  
12267 \series bold
12268
12269 \begin_inset Quotes gld
12270 \end_inset
12271
12272 Abstand
12273 \begin_inset Quotes grd
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280 eingegeben werden.
12281  
12282 \begin_inset Quotes gld
12283 \end_inset
12284
12285 Abstand
12286 \begin_inset Quotes grd
12287 \end_inset
12288
12289  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12290  in der Box fest.
12291  Ein Beispiel dafür ist folgende umrandete Formel:
12292 \begin_inset ERT
12293 status collapsed
12294
12295 \begin_layout Plain Layout
12296
12297
12298 \backslash
12299 fboxrule 2mm 
12300 \backslash
12301 fboxsep 3mm
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \begin_inset Formula 
12308 \[
12309 \boxed{A+B=C}
12310 \]
12311
12312 \end_inset
12313
12314 Vor dieser Formel wurde im TeX-Modus
12315 \end_layout
12316
12317 \begin_layout Standard
12318
12319 \series bold
12320
12321 \backslash
12322 fboxrule
12323 \series default
12324  
12325 \series bold
12326 2mm
12327 \series default
12328  
12329 \series bold
12330
12331 \backslash
12332 fboxsep
12333 \series default
12334  
12335 \series bold
12336 3mm
12337 \end_layout
12338
12339 \begin_layout Standard
12340 eingegeben.
12341  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12342 \end_layout
12343
12344 \begin_layout Standard
12345 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12346  nächsten Formel im TeX-Modus folgende Befehle ein:
12347 \end_layout
12348
12349 \begin_layout Standard
12350
12351 \series bold
12352
12353 \backslash
12354 fboxrule
12355 \series default
12356  
12357 \series bold
12358 0.4pt
12359 \series default
12360  
12361 \series bold
12362
12363 \backslash
12364 fboxsep
12365 \series default
12366  
12367 \series bold
12368 3pt
12369 \series default
12370
12371 \begin_inset ERT
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375
12376
12377 \backslash
12378 fboxrule 0.4pt 
12379 \backslash
12380 fboxsep 3pt
12381 \end_layout
12382
12383 \end_inset
12384
12385
12386 \end_layout
12387
12388 \begin_layout Subsection
12389 Boxen ohne Rahmen
12390 \begin_inset CommandInset label
12391 LatexCommand label
12392 name "sub:Boxen-ohne-Rahmen"
12393
12394 \end_inset
12395
12396
12397 \begin_inset Index idx
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401 Boxen ! ohne Rahmen
12402 \end_layout
12403
12404 \end_inset
12405
12406
12407 \end_layout
12408
12409 \begin_layout Standard
12410 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12411 \series bold
12412
12413 \backslash
12414 mbox
12415 \series default
12416
12417 \begin_inset Index idx
12418 status collapsed
12419
12420 \begin_layout Plain Layout
12421 Befehle ! M ! 
12422 \backslash
12423 mbox
12424 \end_layout
12425
12426 \end_inset
12427
12428
12429 \series bold
12430
12431 \backslash
12432 makebox
12433 \series default
12434
12435 \begin_inset Index idx
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439 Befehle ! M ! 
12440 \backslash
12441 makebox
12442 \end_layout
12443
12444 \end_inset
12445
12446  und
12447 \begin_inset Newline linebreak
12448 \end_inset
12449
12450
12451 \series bold
12452
12453 \backslash
12454 raisebox
12455 \series default
12456
12457 \begin_inset Index idx
12458 status collapsed
12459
12460 \begin_layout Plain Layout
12461 Befehle ! R ! 
12462 \backslash
12463 raisebox
12464 \end_layout
12465
12466 \end_inset
12467
12468
12469 \end_layout
12470
12471 \begin_layout Standard
12472 Mit 
12473 \series bold
12474
12475 \backslash
12476 raisebox
12477 \series default
12478  kann man eine Box hoch- oder tiefstellen.
12479  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12480 n die Schriftgröße bei.
12481  
12482 \series bold
12483
12484 \backslash
12485 raisebox
12486 \series default
12487  wird dabei mit folgendem Schema benutzt:
12488 \end_layout
12489
12490 \begin_layout Standard
12491
12492 \series bold
12493
12494 \backslash
12495 raisebox{Höhe}{Boxinhalt}
12496 \end_layout
12497
12498 \begin_layout Standard
12499 Soll in der Box eine Formel stehen, muss man wie bei 
12500 \series bold
12501
12502 \backslash
12503 fbox
12504 \series default
12505  eine weitere Formel erstellen.
12506  
12507 \begin_inset Note Greyedout
12508 status open
12509
12510 \begin_layout Plain Layout
12511
12512 \series bold
12513 Achtung:
12514 \series default
12515  Für 
12516 \series bold
12517
12518 \backslash
12519 raisebox
12520 \series default
12521  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
12522  
12523 \family sans
12524 Strg+M
12525 \family default
12526  erstellt, denn LyX unterstützt 
12527 \series bold
12528
12529 \backslash
12530 raisebox
12531 \series default
12532  noch nicht direkt.
12533 \end_layout
12534
12535 \end_inset
12536
12537
12538 \end_layout
12539
12540 \begin_layout Standard
12541 \align center
12542 \begin_inset Tabular
12543 <lyxtabular version="3" rows="4" columns="2">
12544 <features rotate="0" tabularvalignment="middle">
12545 <column alignment="center" valignment="top">
12546 <column alignment="center" valignment="top">
12547 <row>
12548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 Befehl
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 Ergebnis
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 </row>
12567 <row>
12568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 H
12573 \backslash
12574 raisebox{2mm
12575 \begin_inset Formula $\to$
12576 \end_inset
12577
12578
12579 \backslash
12580 {al
12581 \begin_inset Formula $\to$
12582 \end_inset
12583
12584  lo
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12594 \end_inset
12595
12596
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 </row>
12602 <row>
12603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 H
12608 \backslash
12609 raisebox{-2mm
12610 \begin_inset Formula $\to$
12611 \end_inset
12612
12613
12614 \backslash
12615 {al
12616 \begin_inset Formula $\to$
12617 \end_inset
12618
12619 lo
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12629 \end_inset
12630
12631
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 </row>
12637 <row>
12638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 A=
12643 \backslash
12644 raisebox{-2mm
12645 \begin_inset Formula $\to$
12646 \end_inset
12647
12648
12649 \backslash
12650 {
12651 \family sans
12652 Strg+M Strg+M
12653 \family default
12654  
12655 \backslash
12656 sqrt
12657 \begin_inset space \textvisiblespace{}
12658 \end_inset
12659
12660
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12670 \end_inset
12671
12672
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 </row>
12678 </lyxtabular>
12679
12680 \end_inset
12681
12682
12683 \end_layout
12684
12685 \begin_layout Standard
12686 Der Befehl 
12687 \series bold
12688
12689 \backslash
12690 mbox
12691 \series default
12692  ist äquivalent zu 
12693 \series bold
12694
12695 \backslash
12696 fbox
12697 \series default
12698  und 
12699 \series bold
12700
12701 \backslash
12702 makebox
12703 \series default
12704  ist äquivalent zu 
12705 \series bold
12706
12707 \backslash
12708 framebox
12709 \series default
12710 , nur dass es keinen Rahmen gibt.
12711 \end_layout
12712
12713 \begin_layout Subsection
12714 Farbige Boxen
12715 \begin_inset CommandInset label
12716 LatexCommand label
12717 name "sub:Farbige-Boxen"
12718
12719 \end_inset
12720
12721
12722 \begin_inset Index idx
12723 status collapsed
12724
12725 \begin_layout Plain Layout
12726 Boxen ! farbige
12727 \end_layout
12728
12729 \end_inset
12730
12731
12732 \end_layout
12733
12734 \begin_layout Standard
12735 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
12736  im LaTeX-Vorspann das LaTeX-Paket 
12737 \series bold
12738 color
12739 \series default
12740
12741 \begin_inset Foot
12742 status collapsed
12743
12744 \begin_layout Plain Layout
12745 Das Paket 
12746 \series bold
12747 color
12748 \series default
12749  ist Teil jeder LaTeX-Standardinstallation.
12750 \end_layout
12751
12752 \end_inset
12753
12754
12755 \begin_inset Index idx
12756 status collapsed
12757
12758 \begin_layout Plain Layout
12759 Pakete ! color
12760 \end_layout
12761
12762 \end_inset
12763
12764  mit der Zeile
12765 \end_layout
12766
12767 \begin_layout Standard
12768
12769 \series bold
12770
12771 \backslash
12772 usepackage{color}
12773 \end_layout
12774
12775 \begin_layout Standard
12776 geladen werden
12777 \begin_inset Foot
12778 status collapsed
12779
12780 \begin_layout Plain Layout
12781 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
12782  LyX das LaTeX-Paket 
12783 \series bold
12784 color
12785 \series default
12786  automatisch.
12787  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
12788  keine Probleme hervorruft.
12789 \end_layout
12790
12791 \end_inset
12792
12793
12794 \begin_inset Note Note
12795 status collapsed
12796
12797 \begin_layout Plain Layout
12798 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
12799  ein Makro eingefügt.
12800 \end_layout
12801
12802 \end_inset
12803
12804 .
12805 \end_layout
12806
12807 \begin_layout Standard
12808 \begin_inset VSpace medskip
12809 \end_inset
12810
12811 Um Boxen einzufärben, verwendet man den Befehl 
12812 \series bold
12813
12814 \backslash
12815 colorbox
12816 \series default
12817
12818 \begin_inset Index idx
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822 Befehle ! C ! 
12823 \backslash
12824 colorbox
12825 \end_layout
12826
12827 \end_inset
12828
12829  nach folgendem Schema:
12830 \end_layout
12831
12832 \begin_layout Standard
12833
12834 \series bold
12835
12836 \backslash
12837 colorbox{Farbe}{Boxinhalt}
12838 \end_layout
12839
12840 \begin_layout Standard
12841 Der Boxinhalt kann auch wieder eine Box sein und eine 
12842 \series bold
12843
12844 \backslash
12845 colorbox
12846 \series default
12847  kann auch ein Teil einer anderen Box sein (siehe 2.
12848  und 3.
12849  Beispiel).
12850  Soll in der Box eine Formel stehen, muss wie bei 
12851 \series bold
12852
12853 \backslash
12854 raisebox
12855 \series default
12856  eine weitere Formel erstellt werden.
12857 \begin_inset Foot
12858 status collapsed
12859
12860 \begin_layout Plain Layout
12861 Das gilt auch für den Befehl 
12862 \series bold
12863
12864 \backslash
12865 fcolorbox
12866 \series default
12867 .
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \begin_layout Standard
12876 Aus folgenden vordefinierten Farben kann gewählt werden:
12877 \end_layout
12878
12879 \begin_layout Standard
12880
12881 \series bold
12882 black
12883 \series default
12884
12885 \series bold
12886 blue
12887 \series default
12888
12889 \series bold
12890 cyan
12891 \series default
12892
12893 \series bold
12894 green
12895 \series default
12896
12897 \series bold
12898 magenta
12899 \series default
12900
12901 \series bold
12902 red
12903 \series default
12904
12905 \series bold
12906 white
12907 \series default
12908  und 
12909 \series bold
12910 yellow
12911 \end_layout
12912
12913 \begin_layout Standard
12914 \align center
12915 \begin_inset Tabular
12916 <lyxtabular version="3" rows="4" columns="2">
12917 <features rotate="0" tabularvalignment="middle">
12918 <column alignment="center" valignment="top">
12919 <column alignment="center" valignment="top">
12920 <row>
12921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 Befehl
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12931 \begin_inset Text
12932
12933 \begin_layout Plain Layout
12934 Ergebnis
12935 \begin_inset Note Note
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940 \series bold
12941
12942 \backslash
12943 raisebox
12944 \series default
12945  dient nur als Abstandhalter.
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 </row>
12956 <row>
12957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961
12962 \backslash
12963 colorbox{yellow
12964 \begin_inset Formula $\to$
12965 \end_inset
12966
12967
12968 \backslash
12969 {A=B
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 </row>
12987 <row>
12988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992
12993 \backslash
12994 colorbox{green
12995 \begin_inset Formula $\to$
12996 \end_inset
12997
12998
12999 \backslash
13000 {
13001 \backslash
13002 fbox
13003 \begin_inset space \textvisiblespace{}
13004 \end_inset
13005
13006 A=B
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 </row>
13024 <row>
13025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029
13030 \backslash
13031 fbox
13032 \begin_inset space \textvisiblespace{}
13033 \end_inset
13034
13035
13036 \backslash
13037 colorbox{green
13038 \begin_inset Formula $\to$
13039 \end_inset
13040
13041
13042 \backslash
13043 {
13044 \family sans
13045 Strg+M Strg+M
13046 \family default
13047  
13048 \backslash
13049 int
13050 \begin_inset space \textvisiblespace{}
13051 \end_inset
13052
13053 C=D
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13063 \end_inset
13064
13065
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 </row>
13071 </lyxtabular>
13072
13073 \end_inset
13074
13075
13076 \end_layout
13077
13078 \begin_layout Standard
13079
13080 \series bold
13081
13082 \backslash
13083 colorbox
13084 \series default
13085  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13086  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13087  
13088 \family sans
13089 Textstil
13090 \family default
13091  die gewünschte Farbe aus.
13092  Der Dialog kann mit dem Werkzeugleistenknopf 
13093 \begin_inset Graphics
13094         filename ../../images/dialog-show_character.png
13095         scale 85
13096
13097 \end_inset
13098
13099  oder dem Menü 
13100 \family sans
13101 Bearbeiten\SpecialChar \menuseparator
13102 Textstil\SpecialChar \menuseparator
13103 Benutzerdefiniert
13104 \family default
13105  aufgerufen werden.
13106  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13107  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13108  innerhalb der Formel die Farbe geändert werden.
13109 \end_layout
13110
13111 \begin_layout Standard
13112 Ein Beispiel:
13113 \end_layout
13114
13115 \begin_layout Standard
13116
13117 \color red
13118 \begin_inset Formula 
13119 \begin{equation}
13120 \int A=B\label{eq:rot}
13121 \end{equation}
13122
13123 \end_inset
13124
13125
13126 \color green
13127
13128 \begin_inset Formula 
13129 \begin{equation}
13130 \textcolor{red}{\int A=B}\label{eq:rotgruen}
13131 \end{equation}
13132
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 Formel 
13140 \begin_inset CommandInset ref
13141 LatexCommand eqref
13142 reference "eq:rot"
13143
13144 \end_inset
13145
13146  ist komplett rot gefärbt.
13147 \begin_inset Newline newline
13148 \end_inset
13149
13150 Formel 
13151 \begin_inset CommandInset ref
13152 LatexCommand eqref
13153 reference "eq:rotgruen"
13154
13155 \end_inset
13156
13157  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13158  Anschließend wurden die Formelzeichen rot gefärbt.
13159 \end_layout
13160
13161 \begin_layout Standard
13162 \begin_inset VSpace bigskip
13163 \end_inset
13164
13165 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13166  den Befehl 
13167 \series bold
13168
13169 \backslash
13170 fcolorbox
13171 \series default
13172
13173 \begin_inset Index idx
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177 Befehle ! F ! 
13178 \backslash
13179 fcolorbox
13180 \end_layout
13181
13182 \end_inset
13183
13184  nach folgendem Schema:
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190
13191 \backslash
13192 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13193 \end_layout
13194
13195 \begin_layout Standard
13196
13197 \series bold
13198
13199 \backslash
13200 fcolorbox
13201 \series default
13202  stellt also eine Erweiterung des Befehls 
13203 \series bold
13204
13205 \backslash
13206 colorbox
13207 \series default
13208  dar.
13209  Die Rahmenbreite wird, wie bei 
13210 \series bold
13211
13212 \backslash
13213 framebox
13214 \series default
13215 , mit 
13216 \series bold
13217
13218 \backslash
13219 fboxrule
13220 \series default
13221  und 
13222 \series bold
13223
13224 \backslash
13225 fboxsep
13226 \series default
13227  festgelegt.
13228  Ein Beispiel:
13229 \begin_inset ERT
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233
13234
13235 \backslash
13236 fboxrule 1mm 
13237 \backslash
13238 fboxsep 1mm
13239 \end_layout
13240
13241 \end_inset
13242
13243
13244 \begin_inset Formula 
13245 \[
13246 \fcolorbox{cyan}{magenta}{A=B}
13247 \]
13248
13249 \end_inset
13250
13251
13252 \begin_inset ERT
13253 status collapsed
13254
13255 \begin_layout Plain Layout
13256
13257
13258 \backslash
13259 fboxrule 0.4pt 
13260 \backslash
13261 fboxsep 3pt
13262 \end_layout
13263
13264 \end_inset
13265
13266
13267 \end_layout
13268
13269 \begin_layout Standard
13270 Diese Formel wurde mit folgendem Befehl erstellt:
13271 \begin_inset Newline newline
13272 \end_inset
13273
13274
13275 \series bold
13276
13277 \backslash
13278 fcolorbox{cyan
13279 \begin_inset Formula $\to$
13280 \end_inset
13281
13282
13283 \backslash
13284 {magenta
13285 \begin_inset Formula $\to$
13286 \end_inset
13287
13288
13289 \backslash
13290 {A=B
13291 \end_layout
13292
13293 \begin_layout Standard
13294 \begin_inset VSpace bigskip
13295 \end_inset
13296
13297 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13298  selbst definieren.
13299 \end_layout
13300
13301 \begin_layout Standard
13302 Man kann z.
13303 \begin_inset space \thinspace{}
13304 \end_inset
13305
13306 B.
13307  mit folgender LaTeX-Vorspannzeile die Farbe 
13308 \begin_inset Quotes gld
13309 \end_inset
13310
13311
13312 \series bold
13313 dunkelgruen
13314 \series default
13315
13316 \begin_inset Quotes grd
13317 \end_inset
13318
13319
13320 \begin_inset Foot
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 In Befehlen darf kein Umlaut stehen, siehe 
13325 \begin_inset CommandInset ref
13326 LatexCommand ref
13327 reference "sec:Benutzerdefinierte-Befehle"
13328
13329 \end_inset
13330
13331 .
13332 \end_layout
13333
13334 \end_inset
13335
13336  definieren:
13337 \end_layout
13338
13339 \begin_layout Standard
13340
13341 \series bold
13342
13343 \backslash
13344 definecolor{dunkelgruen}{cmyk}{0.5,
13345 \series default
13346  
13347 \series bold
13348 0,
13349 \series default
13350  
13351 \series bold
13352 1,
13353 \series default
13354  
13355 \series bold
13356 0.5}
13357 \series default
13358
13359 \begin_inset Index idx
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363 Befehle ! D ! 
13364 \backslash
13365 definecolor
13366 \end_layout
13367
13368 \end_inset
13369
13370
13371 \end_layout
13372
13373 \begin_layout Standard
13374
13375 \series bold
13376 cmyk
13377 \series default
13378  ist der Farbraum und steht für die Farben 
13379 \series bold
13380 cyan
13381 \series default
13382
13383 \series bold
13384 magenta
13385 \series default
13386
13387 \series bold
13388 yellow
13389 \series default
13390  und 
13391 \series bold
13392 black
13393 \series default
13394 .
13395  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13396  Für den Anteil kann man Werte im Bereich 0
13397 \begin_inset space \thinspace{}
13398 \end_inset
13399
13400 -
13401 \begin_inset space \thinspace{}
13402 \end_inset
13403
13404 1 angeben.
13405  Anstelle von 
13406 \series bold
13407 cmyk
13408 \series default
13409  kann man zur Definition auch den Farbraum 
13410 \series bold
13411 rgb
13412 \series default
13413  verwenden.
13414  
13415 \series bold
13416 rgb
13417 \series default
13418  steht für 
13419 \series bold
13420 red
13421 \series default
13422
13423 \series bold
13424 green
13425 \series default
13426  und 
13427 \series bold
13428 blue
13429 \series default
13430 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13431  Des Weiteren gibt es noch den Farbraum 
13432 \series bold
13433 gray
13434 \series default
13435 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13436 \end_layout
13437
13438 \begin_layout Standard
13439 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13440 \series bold
13441 darkgreen
13442 \series default
13443 , bei der die Zeichenfarbe 
13444 \series bold
13445 yellow
13446 \series default
13447  gewählt wurde:
13448 \begin_inset Formula 
13449 \begin{equation}
13450 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13451 \end{equation}
13452
13453 \end_inset
13454
13455
13456 \end_layout
13457
13458 \begin_layout Standard
13459 Selbst definierte Farben können mit dem Befehl 
13460 \series bold
13461
13462 \backslash
13463 textcolor
13464 \series default
13465  auch für Text
13466 \begin_inset Index idx
13467 status collapsed
13468
13469 \begin_layout Plain Layout
13470 Text ! farbiger
13471 \end_layout
13472
13473 \end_inset
13474
13475  verwendet werden:
13476 \end_layout
13477
13478 \begin_layout Standard
13479 \begin_inset ERT
13480 status collapsed
13481
13482 \begin_layout Plain Layout
13483
13484
13485 \backslash
13486 textcolor{dunkelgruen}{
13487 \end_layout
13488
13489 \end_inset
13490
13491 Dieser Satz ist 
13492 \begin_inset Quotes gld
13493 \end_inset
13494
13495 dunkelgruen
13496 \begin_inset Quotes grd
13497 \end_inset
13498
13499 .
13500 \begin_inset ERT
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504
13505 }
13506 \end_layout
13507
13508 \end_inset
13509
13510
13511 \end_layout
13512
13513 \begin_layout Standard
13514
13515 \series bold
13516
13517 \backslash
13518 textcolor
13519 \series default
13520
13521 \begin_inset Index idx
13522 status collapsed
13523
13524 \begin_layout Plain Layout
13525 Befehle ! T ! 
13526 \backslash
13527 textcolor
13528 \end_layout
13529
13530 \end_inset
13531
13532  wird nach dem Schema 
13533 \series bold
13534
13535 \backslash
13536 textcolor{Farbe}{zu
13537 \series default
13538  
13539 \series bold
13540 färbende
13541 \series default
13542  
13543 \series bold
13544 Zeichen}
13545 \series default
13546  verwendet.
13547 \end_layout
13548
13549 \begin_layout Subsection
13550 Absatzboxen
13551 \begin_inset CommandInset label
13552 LatexCommand label
13553 name "sub:Absatzboxen"
13554
13555 \end_inset
13556
13557
13558 \begin_inset Index idx
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562 Boxen ! Absatz-
13563 \end_layout
13564
13565 \end_inset
13566
13567
13568 \end_layout
13569
13570 \begin_layout Standard
13571 Mit dem Menü 
13572 \family sans
13573 Einfügen\SpecialChar \menuseparator
13574 Box
13575 \family default
13576  oder dem Werkzeugleistenknopf 
13577 \begin_inset Graphics
13578         filename ../../images/box-insert.png
13579         scale 85
13580
13581 \end_inset
13582
13583  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
13584  eine so genannte 
13585 \emph on
13586 Parbox
13587 \emph default
13588  (Absatzbox).
13589 \end_layout
13590
13591 \begin_layout Standard
13592 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
13593 \end_layout
13594
13595 \begin_layout Standard
13596 \begin_inset VSpace medskip
13597 \end_inset
13598
13599 Dies ist eine Zeile 
13600 \begin_inset Box Boxed
13601 position "c"
13602 hor_pos "c"
13603 has_inner_box 1
13604 inner_pos "t"
13605 use_parbox 1
13606 use_makebox 0
13607 width "5cm"
13608 special "none"
13609 height "1in"
13610 height_special "totalheight"
13611 status open
13612
13613 \begin_layout Plain Layout
13614 Dies ist die Absatzbox.
13615  Sie ist genau 5
13616 \begin_inset space \thinspace{}
13617 \end_inset
13618
13619 cm lang und kann auch Formeln enthalten: 
13620 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13621 \end_inset
13622
13623
13624 \end_layout
13625
13626 \end_inset
13627
13628  mit einer Absatzbox.
13629 \begin_inset VSpace medskip
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \begin_layout Standard
13636 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
13637  graue Box mit dem Namen 
13638 \begin_inset Quotes gld
13639 \end_inset
13640
13641 Box(Gerahmt)
13642 \begin_inset Quotes grd
13643 \end_inset
13644
13645  klickt.
13646  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
13647  In diesem Fall: 
13648 \emph on
13649 Verzierung
13650 \emph default
13651 : Rechteckige Box, 
13652 \emph on
13653 Innere Box
13654 \emph default
13655 : Parbox, 
13656 \emph on
13657 Breite
13658 \emph default
13659 : 5
13660 \begin_inset space \thinspace{}
13661 \end_inset
13662
13663 cm, 
13664 \emph on
13665 Vertikale Box Ausrichtung
13666 \emph default
13667 : Mitte
13668 \end_layout
13669
13670 \begin_layout Standard
13671 \begin_inset VSpace medskip
13672 \end_inset
13673
13674 In LaTeX wird eine Absatzbox mit dem Befehl 
13675 \series bold
13676
13677 \backslash
13678 parbox
13679 \series default
13680
13681 \begin_inset Index idx
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685 Befehle ! P ! 
13686 \backslash
13687 parbox
13688 \end_layout
13689
13690 \end_inset
13691
13692  erstellt, welcher folgendes Schema besitzt:
13693 \end_layout
13694
13695 \begin_layout Standard
13696
13697 \series bold
13698
13699 \backslash
13700 parbox[Position]{Breite}{Boxinhalt}
13701 \end_layout
13702
13703 \begin_layout Standard
13704 Die Positionen 
13705 \emph on
13706 b
13707 \emph default
13708  und 
13709 \emph on
13710 t
13711 \emph default
13712  sind möglich.
13713  
13714 \emph on
13715 b
13716 \emph default
13717  steht für 
13718 \begin_inset Quotes gld
13719 \end_inset
13720
13721 bottom
13722 \begin_inset Quotes grd
13723 \end_inset
13724
13725  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
13726  eingepasst wird.
13727  Bei 
13728 \emph on
13729 t
13730 \emph default
13731  wie 
13732 \begin_inset Quotes gld
13733 \end_inset
13734
13735 top
13736 \begin_inset Quotes grd
13737 \end_inset
13738
13739  (oben) geschieht dies für die erste Zeile.
13740  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
13741  siehe das Kapitel 
13742 \emph on
13743 Boxen
13744 \emph default
13745  des Handbuchs
13746 \emph on
13747  Eingebettete
13748 \begin_inset space ~
13749 \end_inset
13750
13751 Objekte
13752 \emph default
13753  für Beispiele.
13754 \end_layout
13755
13756 \begin_layout Standard
13757 \begin_inset VSpace bigskip
13758 \end_inset
13759
13760 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
13761  in eine Absatzbox setzen.
13762  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
13763 \series bold
13764
13765 \backslash
13766 fbox{
13767 \backslash
13768 parbox{
13769 \backslash
13770 linewidth-2
13771 \backslash
13772 fboxsep-2
13773 \backslash
13774 fboxrule}{
13775 \series default
13776 .
13777  Hierbei steht 
13778 \series bold
13779
13780 \backslash
13781 linewidth
13782 \series default
13783
13784 \begin_inset Index idx
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788 Befehle ! L ! 
13789 \backslash
13790 linewidth
13791 \end_layout
13792
13793 \end_inset
13794
13795  für die im Dokument eingestellte Zeilenbreite.
13796  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
13797 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
13798  Da dies LyX aufgrund eines Fehlers
13799 \begin_inset Foot
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803 \begin_inset CommandInset href
13804 LatexCommand href
13805 name "LyX-Fehler #4483"
13806 target "http://www.lyx.org/trac/ticket/4483"
13807
13808 \end_inset
13809
13810
13811 \end_layout
13812
13813 \end_inset
13814
13815  nicht automatisch macht, muss der TeX-Modus verwendet werden.
13816  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
13817 spann das LaTeX-Paket 
13818 \series bold
13819 calc
13820 \series default
13821
13822 \begin_inset Foot
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826
13827 \series bold
13828 calc
13829 \series default
13830  ist Teil jeder LaTeX-Standardinstallation.
13831 \end_layout
13832
13833 \end_inset
13834
13835
13836 \begin_inset Index idx
13837 status collapsed
13838
13839 \begin_layout Plain Layout
13840 Pakete ! calc
13841 \end_layout
13842
13843 \end_inset
13844
13845  mit der Zeile
13846 \end_layout
13847
13848 \begin_layout Standard
13849
13850 \series bold
13851
13852 \backslash
13853 usepackage{calc}
13854 \end_layout
13855
13856 \begin_layout Standard
13857 geladen werden.
13858  Nach der Formel werden beide Boxen geschlossen, indem man 
13859 \series bold
13860 }}
13861 \series default
13862  im TeX-Modus eingibt.
13863  Dazu ein Beispiel:
13864 \begin_inset ERT
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868
13869
13870 \backslash
13871 fboxsep 5mm 
13872 \backslash
13873 fboxrule 5mm
13874 \end_layout
13875
13876 \end_inset
13877
13878
13879 \end_layout
13880
13881 \begin_layout Standard
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887
13888 \backslash
13889 fbox{
13890 \backslash
13891 parbox{
13892 \backslash
13893 linewidth-2
13894 \backslash
13895 fboxsep-2
13896 \backslash
13897 fboxrule}{
13898 \end_layout
13899
13900 \end_inset
13901
13902
13903 \begin_inset Formula 
13904 \begin{equation}
13905 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13906 \end{equation}
13907
13908 \end_inset
13909
13910
13911 \begin_inset ERT
13912 status collapsed
13913
13914 \begin_layout Plain Layout
13915
13916 }}
13917 \end_layout
13918
13919 \end_inset
13920
13921
13922 \begin_inset ERT
13923 status collapsed
13924
13925 \begin_layout Plain Layout
13926
13927
13928 \backslash
13929 fboxrule 0.4pt 
13930 \backslash
13931 fboxsep 3pt
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \begin_layout Standard
13940 \begin_inset VSpace medskip
13941 \end_inset
13942
13943 Da im Argument von 
13944 \series bold
13945
13946 \backslash
13947 fbox
13948 \series default
13949  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
13950  keinen Unterschied zwischen 
13951 \series bold
13952
13953 \backslash
13954 fbox
13955 \series default
13956  und 
13957 \series bold
13958
13959 \backslash
13960 boxed
13961 \series default
13962 .
13963 \end_layout
13964
13965 \begin_layout Standard
13966 \begin_inset VSpace bigskip
13967 \end_inset
13968
13969 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
13970  Dazu verwendet man 
13971 \series bold
13972
13973 \backslash
13974 parbox
13975 \series default
13976  in Verbindung mit dem Befehl 
13977 \series bold
13978
13979 \backslash
13980 tag
13981 \series default
13982 .
13983  (mehr zu 
13984 \series bold
13985
13986 \backslash
13987 tag
13988 \series default
13989  siehe 
13990 \begin_inset CommandInset ref
13991 LatexCommand ref
13992 reference "sub:Benutzerdefinierte-Nummerierung"
13993
13994 \end_inset
13995
13996 )
13997 \end_layout
13998
13999 \begin_layout Standard
14000 Ein Beispiel einer mit Hilfe von 
14001 \series bold
14002
14003 \backslash
14004 parbox
14005 \series default
14006  kommentierten Formel:
14007 \end_layout
14008
14009 \begin_layout Standard
14010 \begin_inset ERT
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017 [5x-7b=3b
14018 \backslash
14019 tag*{
14020 \backslash
14021 parbox{5cm}{
14022 \end_layout
14023
14024 \end_inset
14025
14026 Dies ist eine Beschreibung.
14027  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033 }}
14034 \backslash
14035 ]
14036 \end_layout
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \begin_layout Standard
14044 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14045  Befehl 
14046 \series bold
14047
14048 \backslash
14049 parbox
14050 \series default
14051  in Formeln noch nicht unterstützt.
14052  Die Formel wird mit folgender Befehlssequenz erstellt:
14053 \end_layout
14054
14055 \begin_layout Standard
14056 Der Befehl 
14057 \series bold
14058
14059 \backslash
14060 [5x-7b=3b
14061 \backslash
14062 tag*
14063 \backslash
14064 {
14065 \backslash
14066 parbox{5cm}{
14067 \series default
14068  wird im TeX-Modus eingegeben.
14069 \begin_inset Foot
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073 Ist der Formelstil 
14074 \series bold
14075 Eingerückt
14076 \series default
14077  aktiviert, kann 
14078 \series bold
14079
14080 \backslash
14081 tag*
14082 \backslash
14083 {
14084 \series default
14085  auch durch 
14086 \series bold
14087
14088 \backslash
14089 hfill
14090 \series default
14091  ersetzt werden.
14092  (Formelstile siehe 
14093 \begin_inset CommandInset ref
14094 LatexCommand ref
14095 reference "sec:Formelstile"
14096
14097 \end_inset
14098
14099 )
14100 \end_layout
14101
14102 \end_inset
14103
14104  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14105 \series bold
14106 }}
14107 \backslash
14108 ]
14109 \series default
14110  im TeX-Modus ein.
14111  Die Befehle 
14112 \series bold
14113
14114 \backslash
14115 [
14116 \series default
14117  und 
14118 \series bold
14119
14120 \backslash
14121 ]
14122 \series default
14123  erstellen hierbei eine abgesetzte Formel.
14124 \end_layout
14125
14126 \begin_layout Standard
14127 Die Vorteile von 
14128 \series bold
14129
14130 \backslash
14131 parbox
14132 \series default
14133  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14134  Textmodus 
14135 \begin_inset Quotes gld
14136 \end_inset
14137
14138 kommentiert
14139 \begin_inset Quotes grd
14140 \end_inset
14141
14142  wurde:
14143 \begin_inset Formula 
14144 \[
14145 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
14146 \]
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \begin_layout Standard
14154 \begin_inset Newpage newpage
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Section
14161 Operatoren
14162 \begin_inset Index idx
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166 Operatoren
14167 \end_layout
14168
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \begin_layout Subsection
14175 Große Operatoren
14176 \begin_inset CommandInset label
14177 LatexCommand label
14178 name "sub:Große-Operatoren"
14179
14180 \end_inset
14181
14182
14183 \begin_inset Index idx
14184 status collapsed
14185
14186 \begin_layout Plain Layout
14187 Operatoren ! große
14188 \end_layout
14189
14190 \end_inset
14191
14192
14193 \begin_inset Index idx
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197 Summen
14198 \end_layout
14199
14200 \end_inset
14201
14202
14203 \begin_inset Index idx
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207 Integrale
14208 \end_layout
14209
14210 \end_inset
14211
14212
14213 \end_layout
14214
14215 \begin_layout Standard
14216 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14217  sind, muss die Option 
14218 \family sans
14219 esint-Paket automatisch verwenden
14220 \family default
14221  in den Dokumenteinstellungen unter 
14222 \family sans
14223 Mathe-Optionen
14224 \family default
14225  gewählt sein.
14226 \end_layout
14227
14228 \begin_layout Standard
14229 \begin_inset space \hfill{}
14230 \end_inset
14231
14232
14233 \begin_inset Tabular
14234 <lyxtabular version="3" rows="11" columns="2">
14235 <features rotate="0" tabularvalignment="middle">
14236 <column alignment="center" valignment="top" width="0pt">
14237 <column alignment="center" valignment="top" width="0pt">
14238 <row>
14239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Plain Layout
14243 Befehl
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 Ergebnis
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 <row>
14259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263
14264 \backslash
14265 int
14266 \begin_inset Index idx
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270 Befehle ! I ! 
14271 \backslash
14272 int
14273 \end_layout
14274
14275 \end_inset
14276
14277
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 \begin_inset Formula $\int$
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 </row>
14295 <row>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300
14301 \backslash
14302 oint
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 \begin_inset Formula $\oint$
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 </row>
14320 <row>
14321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325
14326 \backslash
14327 ointctrclockwise
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 \begin_inset Formula $\ointctrclockwise$
14337 \end_inset
14338
14339
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 </row>
14345 <row>
14346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350
14351 \backslash
14352 ointclockwise
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 \begin_inset Formula $\ointclockwise$
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 <row>
14371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375
14376 \backslash
14377 sqint
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 \begin_inset Formula $\sqint$
14387 \end_inset
14388
14389
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 </row>
14395 <row>
14396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400
14401 \backslash
14402 fint
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411  
14412 \begin_inset Formula $\fint$
14413 \end_inset
14414
14415
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 </row>
14421 <row>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426
14427 \backslash
14428 landupint
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437  
14438 \begin_inset Formula $\landupint$
14439 \end_inset
14440
14441
14442 \end_layout
14443
14444 \end_inset
14445 </cell>
14446 </row>
14447 <row>
14448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452
14453 \backslash
14454 landdownint
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463  
14464 \begin_inset Formula $\landdownint$
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row>
14474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478
14479 \backslash
14480 bigcap
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 \begin_inset Formula $\bigcap$
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 </row>
14498 <row>
14499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504 \backslash
14505 bigcup
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 \begin_inset Formula $\bigcup$
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 </lyxtabular>
14524
14525 \end_inset
14526
14527
14528 \begin_inset space \hfill{}
14529 \end_inset
14530
14531
14532 \begin_inset Tabular
14533 <lyxtabular version="3" rows="11" columns="2">
14534 <features rotate="0" tabularvalignment="middle">
14535 <column alignment="center" valignment="top" width="0pt">
14536 <column alignment="center" valignment="top" width="0pt">
14537 <row>
14538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 Befehl
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 Ergebnis
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 </row>
14557 <row>
14558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562
14563 \backslash
14564 sum
14565 \begin_inset Index idx
14566 status collapsed
14567
14568 \begin_layout Plain Layout
14569 Befehle ! S ! 
14570 \backslash
14571 sum
14572 \end_layout
14573
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 \begin_inset Formula $\sum$
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 </row>
14594 <row>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \backslash
14601 prod
14602 \begin_inset Index idx
14603 status collapsed
14604
14605 \begin_layout Plain Layout
14606 Befehle ! P ! 
14607 \backslash
14608 prod
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 \begin_inset Formula $\prod$
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 </row>
14631 <row>
14632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14633 \begin_inset Text
14634
14635 \begin_layout Plain Layout
14636
14637 \backslash
14638 coprod
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647 \begin_inset Formula $\coprod$
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 </row>
14656 <row>
14657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661
14662 \backslash
14663 bigodot
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 \begin_inset Formula $\bigodot$
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 </row>
14681 <row>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686
14687 \backslash
14688 bigotimes
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 \begin_inset Formula $\bigotimes$
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 </row>
14706 <row>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711
14712 \backslash
14713 bigoplus
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 \begin_inset Formula $\bigoplus$
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 </row>
14731 <row>
14732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Plain Layout
14736
14737 \backslash
14738 bigwedge
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747 \begin_inset Formula $\bigwedge$
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 </row>
14756 <row>
14757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Plain Layout
14761
14762 \backslash
14763 bigvee
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 \begin_inset Formula $\bigvee$
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \end_inset
14779 </cell>
14780 </row>
14781 <row>
14782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786
14787 \backslash
14788 bigsqcup
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797 \begin_inset Formula $\bigsqcup$
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 </row>
14806 <row>
14807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Plain Layout
14811
14812 \backslash
14813 biguplus
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Plain Layout
14822 \begin_inset Formula $\biguplus$
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 </row>
14831 </lyxtabular>
14832
14833 \end_inset
14834
14835
14836 \begin_inset space \hfill{}
14837 \end_inset
14838
14839
14840 \end_layout
14841
14842 \begin_layout Standard
14843 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
14844 \begin_inset Graphics
14845         filename ../../images/math/intop.png
14846         scale 85
14847
14848 \end_inset
14849
14850  eingefügt werden.
14851 \end_layout
14852
14853 \begin_layout Standard
14854 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
14855  Teil gleich aussehenden binären Operatoren.
14856  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
14857  beschrieben.
14858 \end_layout
14859
14860 \begin_layout Standard
14861 Für alle Integrale gibt es Befehle, die auf 
14862 \series bold
14863 op
14864 \series default
14865  enden: 
14866 \series bold
14867
14868 \backslash
14869 intop
14870 \series default
14871
14872 \series bold
14873
14874 \backslash
14875 ointop
14876 \series default
14877  usw..
14878  Diese unterscheiden sich von 
14879 \series bold
14880
14881 \backslash
14882 int
14883 \series default
14884  usw.
14885 \begin_inset space \space{}
14886 \end_inset
14887
14888 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
14889 \begin_inset CommandInset ref
14890 LatexCommand ref
14891 reference "sub:Operatorgrenzen"
14892
14893 \end_inset
14894
14895 .
14896  
14897 \end_layout
14898
14899 \begin_layout Subsubsection*
14900 Hinweise zu Integralen
14901 \end_layout
14902
14903 \begin_layout Standard
14904 Der Buchstabe 
14905 \emph on
14906 d
14907 \emph default
14908  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
14909  muss.
14910  Dazu markiert man das 
14911 \emph on
14912 d
14913 \emph default
14914  und wandelt es mit der Tastenkombination 
14915 \family sans
14916 Alt+Z
14917 \begin_inset space ~
14918 \end_inset
14919
14920 R
14921 \family default
14922
14923 \begin_inset Foot
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 Schriftstile siehe 
14928 \begin_inset CommandInset ref
14929 LatexCommand ref
14930 reference "sub:Schriftstile"
14931
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \end_inset
14938
14939  um.
14940  Anschließend fügt man vor dem 
14941 \emph on
14942 d
14943 \emph default
14944 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
14945  Dazu ein Beispiel:
14946 \end_layout
14947
14948 \begin_layout Standard
14949 inkorrekt: 
14950 \begin_inset Formula $\int A(x)dx$
14951 \end_inset
14952
14953
14954 \begin_inset Newline newline
14955 \end_inset
14956
14957
14958 \begin_inset Phantom HPhantom
14959 status open
14960
14961 \begin_layout Plain Layout
14962 in
14963 \end_layout
14964
14965 \end_inset
14966
14967 korrekt: 
14968 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \begin_layout Standard
14975 \begin_inset VSpace medskip
14976 \end_inset
14977
14978 Für Mehrfachintegrale gibt es folgende Befehle:
14979 \begin_inset VSpace medskip
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Standard
14986 \begin_inset space \hfill{}
14987 \end_inset
14988
14989
14990 \begin_inset Tabular
14991 <lyxtabular version="3" rows="4" columns="2">
14992 <features rotate="0" tabularvalignment="middle">
14993 <column alignment="center" valignment="top">
14994 <column alignment="center" valignment="top">
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 Befehl
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 Ergebnis
15010 \begin_inset Note Note
15011 status collapsed
15012
15013 \begin_layout Plain Layout
15014
15015 \series bold
15016
15017 \backslash
15018 raisebox
15019 \series default
15020  dient nur als Abstandhalter.
15021 \end_layout
15022
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \backslash
15038 iint
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061
15062 \backslash
15063 oiint
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row>
15082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086
15087 \backslash
15088 sqiint
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15098 \end_inset
15099
15100
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 </row>
15106 </lyxtabular>
15107
15108 \end_inset
15109
15110
15111 \begin_inset space \hfill{}
15112 \end_inset
15113
15114
15115 \begin_inset Tabular
15116 <lyxtabular version="3" rows="4" columns="2">
15117 <features rotate="0" tabularvalignment="middle">
15118 <column alignment="center" valignment="top">
15119 <column alignment="center" valignment="top">
15120 <row>
15121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 Befehl
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 Ergebnis
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 <row>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145
15146 \backslash
15147 iiint
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170
15171 \backslash
15172 iiiint
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row>
15191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \backslash
15197 dotsint
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 </lyxtabular>
15216
15217 \end_inset
15218
15219
15220 \begin_inset space \hfill{}
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \begin_layout Subsection
15227 Operatorgrenzen
15228 \begin_inset CommandInset label
15229 LatexCommand label
15230 name "sub:Operatorgrenzen"
15231
15232 \end_inset
15233
15234
15235 \begin_inset Index idx
15236 status collapsed
15237
15238 \begin_layout Plain Layout
15239 Operatoren ! Grenzen
15240 \end_layout
15241
15242 \end_inset
15243
15244
15245 \end_layout
15246
15247 \begin_layout Standard
15248 Grenzen werden durch Hoch- bzw.
15249 \begin_inset space \space{}
15250 \end_inset
15251
15252 Tiefstellen erzeugt:
15253 \end_layout
15254
15255 \begin_layout Standard
15256 \align center
15257 \begin_inset Tabular
15258 <lyxtabular version="3" rows="2" columns="2">
15259 <features rotate="0" tabularvalignment="middle">
15260 <column alignment="center" valignment="top" width="0pt">
15261 <column alignment="center" valignment="top" width="0pt">
15262 <row>
15263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 Befehl
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 Ergebnis
15277 \begin_inset Note Note
15278 status collapsed
15279
15280 \begin_layout Plain Layout
15281
15282 \series bold
15283
15284 \backslash
15285 raisebox
15286 \series default
15287  dient nur als Abstandhalter.
15288 \end_layout
15289
15290 \end_inset
15291
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 </row>
15298 <row>
15299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303
15304 \backslash
15305 prod^
15306 \backslash
15307 infty
15308 \begin_inset space \textvisiblespace{}
15309 \end_inset
15310
15311
15312 \begin_inset Formula $\to$
15313 \end_inset
15314
15315 _0
15316 \begin_inset Formula $\to$
15317 \end_inset
15318
15319 A(x)
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 </row>
15337 </lyxtabular>
15338
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15346  Operator gesetzt.
15347  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15348  bzw.
15349 \begin_inset space \space{}
15350 \end_inset
15351
15352 unter den Operator gesetzt.
15353 \end_layout
15354
15355 \begin_layout Standard
15356 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15357  man den Cursor direkt hinter den Operator und setzt über das Menü 
15358 \family sans
15359 Bearbeiten\SpecialChar \menuseparator
15360 Mathe\SpecialChar \menuseparator
15361 Art der Operatorgrenzen ändern
15362 \family default
15363  die Grenzen auf 
15364 \series bold
15365 Eingebettet
15366 \series default
15367  (Tastenkombination 
15368 \family sans
15369 Alt+M
15370 \begin_inset space ~
15371 \end_inset
15372
15373 L
15374 \family default
15375 ).
15376  Dazu folgendes Beispiel:
15377 \end_layout
15378
15379 \begin_layout Standard
15380 Die normalen Grenzen sehen so aus:
15381 \begin_inset Formula 
15382 \[
15383 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15384 \]
15385
15386 \end_inset
15387
15388 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15389 \begin_inset Formula 
15390 \[
15391 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15392 \]
15393
15394 \end_inset
15395
15396 Bei Integralen werden mit Ausnahme von denen, die auf 
15397 \series bold
15398 op
15399 \series default
15400  enden (
15401 \series bold
15402
15403 \backslash
15404 intop
15405 \series default
15406
15407 \series bold
15408
15409 \backslash
15410 ointop
15411 \series default
15412  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
15413  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15414  gesetzt.
15415  Im folgenden Beispiel wurde die Grenze deswegen auf 
15416 \series bold
15417 Anzeige
15418 \series default
15419  gesetzt und damit unter die Integrale geschrieben:
15420 \begin_inset Formula 
15421 \begin{equation}
15422 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15423 \end{equation}
15424
15425 \end_inset
15426
15427
15428 \end_layout
15429
15430 \begin_layout Standard
15431 \begin_inset VSpace medskip
15432 \end_inset
15433
15434 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15435 \series bold
15436
15437 \backslash
15438 subarray
15439 \series default
15440
15441 \begin_inset Index idx
15442 status collapsed
15443
15444 \begin_layout Plain Layout
15445 Befehle ! S ! 
15446 \backslash
15447 subarray
15448 \end_layout
15449
15450 \end_inset
15451
15452  und 
15453 \series bold
15454
15455 \backslash
15456 substack
15457 \series default
15458
15459 \begin_inset Index idx
15460 status collapsed
15461
15462 \begin_layout Plain Layout
15463 Befehle ! S ! 
15464 \backslash
15465 substack
15466 \end_layout
15467
15468 \end_inset
15469
15470 .
15471  Um z.
15472 \begin_inset space \thinspace{}
15473 \end_inset
15474
15475 B.
15476  diesen Ausdruck 
15477 \begin_inset Formula 
15478 \begin{equation}
15479 \sum_{\begin{subarray}{c}
15480 0<k<1000\\
15481 \\
15482 k\,\in\,\mathbb{N}
15483 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15484 \end{equation}
15485
15486 \end_inset
15487
15488 zu erstellen, muss man Folgendes tun:
15489 \begin_inset Newline newline
15490 \end_inset
15491
15492 Zuerst gibt man den Befehl 
15493 \series bold
15494
15495 \backslash
15496 sum
15497 \series default
15498 ^
15499 \series bold
15500 n
15501 \begin_inset space \textvisiblespace{}
15502 \end_inset
15503
15504 _
15505 \series default
15506  ein.
15507  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15508  In dieses gibt man den Befehl 
15509 \series bold
15510
15511 \backslash
15512 subarray
15513 \begin_inset space \textvisiblespace{}
15514 \end_inset
15515
15516
15517 \series default
15518  ein.
15519  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
15520  Zeilen untereinander schreiben.
15521  Mit Eingabe des Zeilenumbruchs (
15522 \family sans
15523 Strg+Enter
15524 \family default
15525 ) wird eine neue Zeile erstellt.
15526  Gibt man
15527 \begin_inset Newline newline
15528 \end_inset
15529
15530
15531 \series bold
15532 0<k<1000 Strg+Enter
15533 \begin_inset Newline newline
15534 \end_inset
15535
15536
15537 \series default
15538 ein, erscheint darunter ein Kästchen für die neue Zeile.
15539 \end_layout
15540
15541 \begin_layout Standard
15542 Die Ausrichtung der Zeilen kann mit der 
15543 \family sans
15544 Tabellen-Werkzeugleiste
15545 \family default
15546  oder dem Menü 
15547 \family sans
15548 Bearbeiten\SpecialChar \menuseparator
15549 Zeilen & Spalten
15550 \family default
15551  auf links geändert werden.
15552  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15553 \series bold
15554
15555 \backslash
15556 hfill
15557 \begin_inset space \textvisiblespace{}
15558 \end_inset
15559
15560
15561 \series default
15562  eingegeben.
15563 \end_layout
15564
15565 \begin_layout Standard
15566 Der Befehl 
15567 \series bold
15568
15569 \backslash
15570 substack
15571 \series default
15572  ist äquivalent zu 
15573 \series bold
15574
15575 \backslash
15576 subarray
15577 \series default
15578 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
15579 \end_layout
15580
15581 \begin_layout Standard
15582 \begin_inset VSpace bigskip
15583 \end_inset
15584
15585 Wie bei Formel 
15586 \begin_inset CommandInset ref
15587 LatexCommand eqref
15588 reference "eq:substack"
15589
15590 \end_inset
15591
15592  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
15593  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
15594  Um das zu verhindern, kann man den Befehl 
15595 \series bold
15596
15597 \backslash
15598 mathclap
15599 \series default
15600
15601 \begin_inset Index idx
15602 status collapsed
15603
15604 \begin_layout Plain Layout
15605 Befehle ! M ! 
15606 \backslash
15607 mathclap
15608 \end_layout
15609
15610 \end_inset
15611
15612  verwenden, der die Breite seines Inhalts auf 0
15613 \begin_inset space \thinspace{}
15614 \end_inset
15615
15616 pt setzt.
15617 \begin_inset Newline newline
15618 \end_inset
15619
15620 Auf Formel 
15621 \begin_inset CommandInset ref
15622 LatexCommand eqref
15623 reference "eq:substack"
15624
15625 \end_inset
15626
15627  angewandt, gibt man den Befehl
15628 \end_layout
15629
15630 \begin_layout Standard
15631
15632 \series bold
15633
15634 \backslash
15635 sum_
15636 \backslash
15637 mathclap
15638 \backslash
15639 substack
15640 \begin_inset space \textvisiblespace{}
15641 \end_inset
15642
15643 0<k<1000 Strg+Enter
15644 \end_layout
15645
15646 \begin_layout Standard
15647 ein, um die untere Grenze zu erstellen.
15648  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
15649 \begin_inset Formula 
15650 \[
15651 \sum_{\mathclap{\substack{0<k<1000\\
15652 \\
15653 k\,\in\,\mathbb{N}
15654 }
15655 }}^{n}k^{-2}
15656 \]
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \begin_layout Standard
15664 \begin_inset VSpace bigskip
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \begin_layout Standard
15671 Wenn mehrere aufeinanderfolgende Operatoren Grenzen haben, sieht der Schriftsatz
15672  der Grenzen oft nicht ansprechend aus, wie dieses Beispiel zeigt:
15673 \begin_inset Formula 
15674 \[
15675 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
15676 \]
15677
15678 \end_inset
15679
15680 Um den Schriftsatz zu verbessern, stellt man in den Dokumenteinstellungen
15681  unter 
15682 \family sans
15683 Mathe-Optionen
15684 \family default
15685  für das Paket 
15686 \series bold
15687 mathtools
15688 \series default
15689
15690 \begin_inset Index idx
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694 Pakete ! mathtools
15695 \end_layout
15696
15697 \end_inset
15698
15699  die Option 
15700 \family sans
15701 Immer
15702 \begin_inset space ~
15703 \end_inset
15704
15705 laden
15706 \family default
15707  ein.
15708  Nun fügt man direkt vor den ersten Operator denn Befehl 
15709 \series bold
15710
15711 \backslash
15712 adjustlimits
15713 \series default
15714
15715 \begin_inset Index idx
15716 status collapsed
15717
15718 \begin_layout Plain Layout
15719 Befehle ! A ! 
15720 \backslash
15721 adjustlimits
15722 \end_layout
15723
15724 \end_inset
15725
15726  ein.
15727  Das Beispiel schaut dann so aus:
15728 \begin_inset Formula 
15729 \[
15730 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
15731 \]
15732
15733 \end_inset
15734
15735
15736 \end_layout
15737
15738 \begin_layout Standard
15739 \begin_inset VSpace bigskip
15740 \end_inset
15741
15742 In 
15743 \begin_inset CommandInset ref
15744 LatexCommand ref
15745 reference "sub:Selbstdefinierte-Operatoren"
15746
15747 \end_inset
15748
15749  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
15750 \end_layout
15751
15752 \begin_layout Subsection
15753 Dekoration für Operatoren
15754 \begin_inset Index idx
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758 Operatoren ! Dekoration
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Standard
15767 Zum Dekorieren von Operatoren gibt es die Befehle 
15768 \series bold
15769
15770 \backslash
15771 overset
15772 \series default
15773
15774 \begin_inset Index idx
15775 status collapsed
15776
15777 \begin_layout Plain Layout
15778 Befehle ! O ! 
15779 \backslash
15780 overset
15781 \end_layout
15782
15783 \end_inset
15784
15785  und 
15786 \series bold
15787
15788 \backslash
15789 underset
15790 \series default
15791
15792 \begin_inset Index idx
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796 Befehle ! U ! 
15797 \backslash
15798 underset
15799 \end_layout
15800
15801 \end_inset
15802
15803 , mit denen man Zeichen über bzw.
15804 \begin_inset space \space{}
15805 \end_inset
15806
15807 unter einen Operator setzen kann.
15808  Mit dem Befehl 
15809 \series bold
15810
15811 \backslash
15812 sideset
15813 \series default
15814
15815 \begin_inset Index idx
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819 Befehle ! S ! 
15820 \backslash
15821 sideset
15822 \end_layout
15823
15824 \end_inset
15825
15826  können Zeichen vor und nach einen großen Operator gesetzt werden.
15827 \end_layout
15828
15829 \begin_layout Standard
15830 Es gibt 4
15831 \begin_inset space ~
15832 \end_inset
15833
15834 Varianten von 
15835 \series bold
15836
15837 \backslash
15838 sideset
15839 \series default
15840 :
15841 \end_layout
15842
15843 \begin_layout Itemize
15844
15845 \series bold
15846
15847 \backslash
15848 sideset
15849 \series default
15850  zum Setzen von Zeichen an die Ecken des Operators
15851 \end_layout
15852
15853 \begin_layout Itemize
15854
15855 \series bold
15856
15857 \backslash
15858 sidesetn
15859 \series default
15860  zum Setzen von Zeichen vor und/oder nach den Operator (diese Variante entsprich
15861 t LaTeXs originalem 
15862 \series bold
15863
15864 \backslash
15865 sideset
15866 \series default
15867  Befehl)
15868 \end_layout
15869
15870 \begin_layout Itemize
15871
15872 \series bold
15873
15874 \backslash
15875 sidesetl
15876 \series default
15877  zum Setzen von Zeichen an die linken Ecken und/oder nach den Operator
15878 \end_layout
15879
15880 \begin_layout Itemize
15881
15882 \series bold
15883
15884 \backslash
15885 sidesetr
15886 \series default
15887  zum Setzen von Zeichen an die rechten Ecken und/oder vor den Operator
15888 \end_layout
15889
15890 \begin_layout Standard
15891 Z.
15892 \begin_inset space \thinspace{}
15893 \end_inset
15894
15895 B.
15896  ergibt der Befehl 
15897 \series bold
15898
15899 \backslash
15900 sidesetn
15901 \begin_inset space \textvisiblespace{}
15902 \end_inset
15903
15904
15905 \backslash
15906 sum
15907 \begin_inset space \textvisiblespace{}
15908 \end_inset
15909
15910
15911 \begin_inset Formula $\to$
15912 \end_inset
15913
15914 '
15915 \begin_inset Formula $\to$
15916 \end_inset
15917
15918 _k=1
15919 \begin_inset space \textvisiblespace{}
15920 \end_inset
15921
15922
15923 \series default
15924 ^
15925 \series bold
15926 n
15927 \series default
15928  :
15929 \begin_inset Formula 
15930 \[
15931 \sideset{}{'}\sum_{k=1}^{n}
15932 \]
15933
15934 \end_inset
15935
15936
15937 \end_layout
15938
15939 \begin_layout Standard
15940 \begin_inset Note Greyedout
15941 status open
15942
15943 \begin_layout Plain Layout
15944
15945 \series bold
15946 Achtung: 
15947 \backslash
15948 sideset
15949 \series default
15950  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
15951  Operatoren sind nicht erlaubt.
15952 \end_layout
15953
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \begin_layout Standard
15960 Mit 
15961 \series bold
15962
15963 \backslash
15964 overset
15965 \series default
15966  bzw.
15967 \begin_inset space \space{}
15968 \end_inset
15969
15970
15971 \series bold
15972
15973 \backslash
15974 underset
15975 \series default
15976  kann man auch Symbole und Zeichen dekorieren.
15977  Beispielsweise ergibt der Befehl 
15978 \series bold
15979
15980 \backslash
15981 overset
15982 \begin_inset space \textvisiblespace{}
15983 \end_inset
15984
15985
15986 \backslash
15987 maltese
15988 \begin_inset space \textvisiblespace{}
15989 \end_inset
15990
15991
15992 \series default
15993
15994 \begin_inset Formula $\uparrow$
15995 \end_inset
15996
15997
15998 \series bold
15999 a
16000 \series default
16001  :
16002 \begin_inset Formula 
16003 \[
16004 \overset{a}{\maltese}
16005 \]
16006
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \begin_layout Subsection
16013 Binäre Operatoren
16014 \begin_inset CommandInset label
16015 LatexCommand label
16016 name "sub:Binäre-Operatoren"
16017
16018 \end_inset
16019
16020
16021 \begin_inset Index idx
16022 status collapsed
16023
16024 \begin_layout Plain Layout
16025 Operatoren ! binäre
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Standard
16034 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16035  ein Zeichen befindet.
16036 \begin_inset VSpace medskip
16037 \end_inset
16038
16039
16040 \end_layout
16041
16042 \begin_layout Standard
16043 \begin_inset space \hfill{}
16044 \end_inset
16045
16046
16047 \begin_inset Tabular
16048 <lyxtabular version="3" rows="13" columns="2">
16049 <features rotate="0" tabularvalignment="middle">
16050 <column alignment="center" valignment="top" width="0pt">
16051 <column alignment="center" valignment="top" width="0pt">
16052 <row>
16053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 Befehl
16058 \begin_inset Note Note
16059 status collapsed
16060
16061 \begin_layout Plain Layout
16062
16063 \series bold
16064
16065 \backslash
16066 raisebox
16067 \series default
16068  dient nur als Abstandhalter.
16069 \end_layout
16070
16071 \end_inset
16072
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082 Ergebnis
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 <row>
16089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 +
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102 \begin_inset Formula $+$
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 </row>
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 -
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 \begin_inset Formula $-$
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 </row>
16134 <row>
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139
16140 \backslash
16141 pm
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 \begin_inset Formula $\pm$
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 <row>
16160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164
16165 \backslash
16166 mp
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 \begin_inset Formula $\mp$
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 </row>
16184 <row>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189
16190 \backslash
16191 cdot
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 \begin_inset Formula $\cdot$
16201 \end_inset
16202
16203
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 <row>
16210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214
16215 \backslash
16216 times
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225 \begin_inset Formula $\times$
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 </row>
16234 <row>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239
16240 \backslash
16241 div
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 \begin_inset Formula $\div$
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264 \begin_inset ERT
16265 status collapsed
16266
16267 \begin_layout Plain Layout
16268
16269
16270 \backslash
16271 raisebox{-1.2mm}{
16272 \end_layout
16273
16274 \end_inset
16275
16276 *
16277 \begin_inset ERT
16278 status collapsed
16279
16280 \begin_layout Plain Layout
16281
16282 }
16283 \end_layout
16284
16285 \end_inset
16286
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 \begin_inset Formula $*$
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 </row>
16305 <row>
16306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310
16311 \backslash
16312 star
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 \begin_inset Formula $\star$
16322 \end_inset
16323
16324
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335
16336 \backslash
16337 circ
16338 \end_layout
16339
16340 \end_inset
16341 </cell>
16342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346 \begin_inset Formula $\circ$
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 </row>
16355 <row>
16356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360
16361 \backslash
16362 diamond
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 \begin_inset Formula $\diamond$
16372 \end_inset
16373
16374
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 </row>
16380 <row>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385
16386 \backslash
16387 bullet
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 \begin_inset Formula $\bullet$
16397 \end_inset
16398
16399
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 </lyxtabular>
16406
16407 \end_inset
16408
16409
16410 \begin_inset space \hfill{}
16411 \end_inset
16412
16413
16414 \begin_inset Tabular
16415 <lyxtabular version="3" rows="13" columns="2">
16416 <features rotate="0" tabularvalignment="middle">
16417 <column alignment="center" valignment="top" width="0pt">
16418 <column alignment="center" valignment="top" width="0pt">
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 Befehl
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 Ergebnis
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \backslash
16446 nabla
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 \begin_inset Formula $\nabla$
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469
16470 \backslash
16471 bigtriangledown
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 \begin_inset Formula $\bigtriangledown$
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 </row>
16489 <row>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494
16495 \backslash
16496 bigtriangleup
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Formula $\bigtriangleup$
16506 \end_inset
16507
16508
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 </row>
16514 <row>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519
16520 \backslash
16521 Box
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530 \begin_inset Formula $\Box$
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544
16545 \backslash
16546 cap 
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555 \begin_inset Formula $\cap$
16556 \end_inset
16557
16558
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 </row>
16564 <row>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569
16570 \backslash
16571 cup
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 \begin_inset Formula $\cup$
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594
16595 \backslash
16596 dagger
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 \begin_inset Formula $\dagger$
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619
16620 \backslash
16621 ddagger
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 \begin_inset Formula $\ddagger$
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 <row>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644
16645 \backslash
16646 wr
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 \begin_inset Formula $\wr$
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669
16670 \backslash
16671 bigcirc
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 \begin_inset Formula $\bigcirc$
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 <row>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694
16695 \backslash
16696 wedge
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 \begin_inset Formula $\wedge$
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719
16720 \backslash
16721 vee
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 \begin_inset Formula $\vee$
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 </row>
16739 </lyxtabular>
16740
16741 \end_inset
16742
16743
16744 \begin_inset space \hfill{}
16745 \end_inset
16746
16747
16748 \begin_inset Tabular
16749 <lyxtabular version="3" rows="13" columns="2">
16750 <features rotate="0" tabularvalignment="middle">
16751 <column alignment="center" valignment="top" width="0pt">
16752 <column alignment="center" valignment="top" width="0pt">
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 Befehl
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 Ergebnis
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 </row>
16773 <row>
16774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778
16779 \backslash
16780 oplus
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Formula $\oplus$
16790 \end_inset
16791
16792
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 <row>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803
16804 \backslash
16805 ominus
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 \begin_inset Formula $\ominus$
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828
16829 \backslash
16830 otimes
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 \begin_inset Formula $\otimes$
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \backslash
16855 oslash
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 \begin_inset Formula $\oslash$
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \backslash
16880 odot
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 \begin_inset Formula $\odot$
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 </row>
16898 <row>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \backslash
16905 amalg
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Formula $\amalg$
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 </row>
16923 <row>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \backslash
16930 uplus
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 \begin_inset Formula $\uplus$
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \backslash
16955 setminus
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Formula $\setminus$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \backslash
16980 sqcap
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $\sqcap$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \backslash
17005 sqcup
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 \begin_inset Formula $\sqcup$
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \backslash
17030 triangleleft
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 \begin_inset Formula $\triangleleft$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 <row>
17049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053
17054 \backslash
17055 triangleright
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 \begin_inset Formula $\triangleright$
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 </row>
17073 </lyxtabular>
17074
17075 \end_inset
17076
17077
17078 \begin_inset space \hfill{}
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \begin_layout Standard
17085 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17086  
17087 \begin_inset Graphics
17088         filename ../../images/math/pm.png
17089         scale 85
17090
17091 \end_inset
17092
17093  eingefügt werden.
17094 \end_layout
17095
17096 \begin_layout Standard
17097 Um den Laplace-Operator darzustellen, kann man statt 
17098 \series bold
17099
17100 \backslash
17101 bigtriangleup
17102 \series default
17103  auch 
17104 \series bold
17105
17106 \backslash
17107 Delta
17108 \series default
17109  verwenden oder man benutzt 
17110 \series bold
17111
17112 \backslash
17113 nabla
17114 \series default
17115 ^
17116 \series bold
17117 2
17118 \series default
17119  (
17120 \begin_inset Formula $\nabla^{2}$
17121 \end_inset
17122
17123 ).
17124 \end_layout
17125
17126 \begin_layout Standard
17127 Das Zeichen 
17128 \family sans
17129 Menütrenner
17130 \family default
17131  im Menü 
17132 \family sans
17133 Einfügen\SpecialChar \menuseparator
17134 Sonderzeichen
17135 \family default
17136  ist der Operator 
17137 \series bold
17138
17139 \backslash
17140 triangleright
17141 \series default
17142 .
17143 \end_layout
17144
17145 \begin_layout Subsection
17146 Selbst definierte Operatoren
17147 \begin_inset CommandInset label
17148 LatexCommand label
17149 name "sub:Selbstdefinierte-Operatoren"
17150
17151 \end_inset
17152
17153
17154 \begin_inset Index idx
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158 Operatoren ! selbstdefinierte
17159 \end_layout
17160
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \begin_layout Standard
17167 Mit Hilfe des Befehls 
17168 \series bold
17169
17170 \backslash
17171 DeclareMathOperator
17172 \series default
17173
17174 \begin_inset Index idx
17175 status collapsed
17176
17177 \begin_layout Plain Layout
17178 Befehle ! D ! 
17179 \backslash
17180 dbinom@
17181 \backslash
17182 DeclareMathOperator
17183 \end_layout
17184
17185 \end_inset
17186
17187  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17188  Das Befehlsschema dazu lautet:
17189 \end_layout
17190
17191 \begin_layout Standard
17192
17193 \series bold
17194
17195 \backslash
17196 DeclareMathOperator{neuer Befehl}{Anzeige}
17197 \end_layout
17198
17199 \begin_layout Standard
17200 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17201  im Ausdruck aussieht.
17202  Will man einen großen Operator definieren, setzt man hinter den Befehl
17203  ein 
17204 \series bold
17205 *
17206 \series default
17207 .
17208  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17209  wie in 
17210 \begin_inset CommandInset ref
17211 LatexCommand ref
17212 reference "sub:Operatorgrenzen"
17213
17214 \end_inset
17215
17216  beschrieben.
17217 \end_layout
17218
17219 \begin_layout Standard
17220 Beispielsweise definiert die LaTeX-Vorspannzeile
17221 \end_layout
17222
17223 \begin_layout Standard
17224
17225 \series bold
17226
17227 \backslash
17228 DeclareMathOperator*{
17229 \backslash
17230 Raute}{
17231 \backslash
17232 blacklozenge}
17233 \end_layout
17234
17235 \begin_layout Standard
17236 den Befehl 
17237 \series bold
17238
17239 \backslash
17240 Raute
17241 \series default
17242 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17243  aus 
17244 \begin_inset CommandInset ref
17245 LatexCommand ref
17246 reference "sub:Sonstige-Symbole"
17247
17248 \end_inset
17249
17250  besteht:
17251 \begin_inset Formula 
17252 \[
17253 \Raute_{n=1}^{\infty}
17254 \]
17255
17256 \end_inset
17257
17258 Der Befehl für diese Formel lautet: 
17259 \series bold
17260
17261 \backslash
17262 Raute
17263 \series default
17264 ^
17265 \series bold
17266
17267 \backslash
17268 infty
17269 \begin_inset Formula $\to$
17270 \end_inset
17271
17272 _n=1
17273 \end_layout
17274
17275 \begin_layout Standard
17276 \begin_inset VSpace bigskip
17277 \end_inset
17278
17279 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17280  auch mit den Befehlen 
17281 \series bold
17282
17283 \backslash
17284 mathop
17285 \series default
17286
17287 \begin_inset Index idx
17288 status collapsed
17289
17290 \begin_layout Plain Layout
17291 Befehle ! M ! 
17292 \backslash
17293 mathop
17294 \end_layout
17295
17296 \end_inset
17297
17298  und 
17299 \series bold
17300
17301 \backslash
17302 mathbin
17303 \series default
17304
17305 \begin_inset Index idx
17306 status collapsed
17307
17308 \begin_layout Plain Layout
17309 Befehle ! M ! 
17310 \backslash
17311 mathbin
17312 \end_layout
17313
17314 \end_inset
17315
17316  definieren, die folgendes Schema besitzen:
17317 \end_layout
17318
17319 \begin_layout Standard
17320
17321 \series bold
17322
17323 \backslash
17324 mathop{Anzeige}
17325 \series default
17326  bzw.
17327 \begin_inset space \space{}
17328 \end_inset
17329
17330
17331 \series bold
17332
17333 \backslash
17334 mathbin{Anzeige}
17335 \end_layout
17336
17337 \begin_layout Standard
17338
17339 \series bold
17340
17341 \backslash
17342 mathop
17343 \series default
17344  definiert große, 
17345 \series bold
17346
17347 \backslash
17348 mathbin
17349 \series default
17350  binäre Operatoren.
17351 \end_layout
17352
17353 \begin_layout Standard
17354
17355 \series bold
17356
17357 \backslash
17358 mathop
17359 \series default
17360  lässt sich z.
17361 \begin_inset space \thinspace{}
17362 \end_inset
17363
17364 B.
17365  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17366 \begin_inset Formula 
17367 \[
17368 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17369 \]
17370
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \begin_layout Standard
17377 Der Befehl für obige Formel lautet:
17378 \begin_inset Newline newline
17379 \end_inset
17380
17381  
17382 \series bold
17383
17384 \backslash
17385 mathop{
17386 \backslash
17387 sum
17388 \backslash
17389 negmedspace
17390 \backslash
17391 sum
17392 \series default
17393
17394 \begin_inset space \textvisiblespace{}
17395 \end_inset
17396
17397
17398 \series bold
17399
17400 \begin_inset Formula $\to$
17401 \end_inset
17402
17403 ^N
17404 \series default
17405
17406 \begin_inset space \textvisiblespace{}
17407 \end_inset
17408
17409
17410 \series bold
17411 _i,j=1
17412 \end_layout
17413
17414 \begin_layout Standard
17415 \begin_inset Newpage newpage
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \begin_layout Section
17422 Schriften
17423 \begin_inset Index idx
17424 status collapsed
17425
17426 \begin_layout Plain Layout
17427 Schriften
17428 \end_layout
17429
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \begin_layout Subsection
17436 Schriftstile
17437 \begin_inset CommandInset label
17438 LatexCommand label
17439 name "sub:Schriftstile"
17440
17441 \end_inset
17442
17443
17444 \begin_inset Index idx
17445 status collapsed
17446
17447 \begin_layout Plain Layout
17448 Schriften ! Schriftstile
17449 \end_layout
17450
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \begin_layout Standard
17457 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17458  gesetzt werden:
17459 \begin_inset VSpace -2mm
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \begin_layout Standard
17466 \align center
17467 \begin_inset Tabular
17468 <lyxtabular version="3" rows="7" columns="3">
17469 <features rotate="0" tabularvalignment="middle">
17470 <column alignment="center" valignment="top">
17471 <column alignment="center" valignment="top">
17472 <column alignment="center" valignment="top">
17473 <row>
17474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 Befehl
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 Ergebnis
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 Tastenkürzel
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507
17508 \backslash
17509 mathbb
17510 \series bold
17511
17512 \begin_inset space \textvisiblespace{}
17513 \end_inset
17514
17515
17516 \series default
17517 ABC
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 \begin_inset Formula $\mathbb{ABC}$
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 Alt+Z K
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 <row>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549
17550 \backslash
17551 mathbf
17552 \series bold
17553
17554 \begin_inset space \textvisiblespace{}
17555 \end_inset
17556
17557
17558 \series default
17559 AbC
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\mathbf{AbC}$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 Strg+B
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 <row>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591
17592 \backslash
17593 boldsymbol
17594 \series bold
17595
17596 \begin_inset space \textvisiblespace{}
17597 \end_inset
17598
17599
17600 \series default
17601 AbC
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 \begin_inset Formula $\boldsymbol{AbC}$
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \end_inset
17617 </cell>
17618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 Alt+Z F oder Strg+Alt+B
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 </row>
17628 <row>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633
17634 \backslash
17635 mathcal
17636 \series bold
17637
17638 \begin_inset space \textvisiblespace{}
17639 \end_inset
17640
17641
17642 \series default
17643 ABC
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $\mathcal{ABC}$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664 Alt+Z H
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 </row>
17670 <row>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675
17676 \backslash
17677 mathfrak
17678 \series bold
17679
17680 \begin_inset space \textvisiblespace{}
17681 \end_inset
17682
17683
17684 \series default
17685 AbC
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 \begin_inset Formula $\mathfrak{AbC}$
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 -
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 <row>
17713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717
17718 \backslash
17719 mathscr
17720 \series bold
17721
17722 \begin_inset space \textvisiblespace{}
17723 \end_inset
17724
17725
17726 \series default
17727 AbC
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset Formula $\mathscr{AbC}$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748 -
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 </row>
17754 </lyxtabular>
17755
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \begin_layout Standard
17762 \align center
17763 \begin_inset Tabular
17764 <lyxtabular version="3" rows="5" columns="3">
17765 <features rotate="0" tabularvalignment="middle">
17766 <column alignment="center" valignment="top">
17767 <column alignment="center" valignment="top">
17768 <column alignment="center" valignment="top">
17769 <row>
17770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774 Befehl
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783 Ergebnis
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 Tastenkürzel
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 </row>
17798 <row>
17799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803
17804 \backslash
17805 mathit
17806 \series bold
17807
17808 \begin_inset space \textvisiblespace{}
17809 \end_inset
17810
17811
17812 \series default
17813 AbC
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 \begin_inset Formula $\mathit{AbC}$
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 -
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 </row>
17840 <row>
17841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845
17846 \backslash
17847 mathrm
17848 \series bold
17849
17850 \begin_inset space \textvisiblespace{}
17851 \end_inset
17852
17853
17854 \series default
17855 AbC
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 \begin_inset Formula $\mathrm{AbC}$
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 Alt+Z R
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 </row>
17882 <row>
17883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887
17888 \backslash
17889 mathsf
17890 \series bold
17891
17892 \begin_inset space \textvisiblespace{}
17893 \end_inset
17894
17895
17896 \series default
17897 AbC
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906 \begin_inset Formula $\mathsf{AbC}$
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918 Alt+Z S
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 </row>
17924 <row>
17925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929
17930 \backslash
17931 mathtt
17932 \series bold
17933
17934 \begin_inset space \textvisiblespace{}
17935 \end_inset
17936
17937
17938 \series default
17939 AbC
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 \begin_inset Formula $\mathtt{AbC}$
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 Alt+Z C
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 </row>
17966 </lyxtabular>
17967
17968 \end_inset
17969
17970
17971 \end_layout
17972
17973 \begin_layout Standard
17974 \begin_inset Note Greyedout
17975 status open
17976
17977 \begin_layout Plain Layout
17978
17979 \series bold
17980 Achtung:
17981 \series default
17982  Die Stile 
17983 \series bold
17984
17985 \backslash
17986 mathbb
17987 \series default
17988  und 
17989 \series bold
17990
17991 \backslash
17992 mathcal
17993 \series default
17994  können nur für Großbuchstaben verwendet werden.
17995 \end_layout
17996
17997 \end_inset
17998
17999
18000 \end_layout
18001
18002 \begin_layout Standard
18003 Voreingestellt ist der Stil 
18004 \series bold
18005
18006 \backslash
18007 mathnormal
18008 \series default
18009 .
18010 \end_layout
18011
18012 \begin_layout Standard
18013 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18014 \begin_inset Formula 
18015 \[
18016 \mathfrak{A=\frac{b}{C}}
18017 \]
18018
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \begin_layout Standard
18025 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18026 ile, sondern in dem Textschriftstil 
18027 \series bold
18028
18029 \backslash
18030 textrm
18031 \series default
18032 .
18033  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18034  ein Fehler in LyX.
18035 \begin_inset Foot
18036 status collapsed
18037
18038 \begin_layout Plain Layout
18039 \begin_inset CommandInset href
18040 LatexCommand href
18041 name "LyX-Fehler #4629"
18042 target "http://www.lyx.org/trac/ticket/4629"
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \begin_layout Standard
18055 Anstelle der Stilbefehle kann man auch den Dialog 
18056 \family sans
18057 Bearbeiten\SpecialChar \menuseparator
18058 Mathe\SpecialChar \menuseparator
18059 Text-Stil
18060 \family default
18061  oder den Mathe-Werkzeugleistenknopf 
18062 \begin_inset Graphics
18063         filename ../../images/math/font.png
18064         scale 85
18065
18066 \end_inset
18067
18068  verwenden.
18069 \end_layout
18070
18071 \begin_layout Subsection
18072 Fett gedruckte Formeln
18073 \begin_inset CommandInset label
18074 LatexCommand label
18075 name "sub:Fett-gedruckte-Formeln"
18076
18077 \end_inset
18078
18079
18080 \begin_inset Index idx
18081 status collapsed
18082
18083 \begin_layout Plain Layout
18084 Formel ! fett gedruckte
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \begin_layout Standard
18093 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18094  Kapitel angegebenen Befehl 
18095 \series bold
18096
18097 \backslash
18098 mathbf
18099 \series default
18100  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18101  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18102  Formel gut erkennt:
18103 \end_layout
18104
18105 \begin_layout Standard
18106 \begin_inset Formula 
18107 \[
18108 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18109 \]
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \begin_layout Standard
18117 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18118 \series bold
18119
18120 \backslash
18121 boldsymbol
18122 \series default
18123 :
18124 \begin_inset Formula 
18125 \[
18126 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18127 \]
18128
18129 \end_inset
18130
18131 Es gibt auch die Möglichkeit die Formel in eine 
18132 \series bold
18133 boldmath-Umgebung
18134 \series default
18135  zu setzen.
18136  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18137 \series bold
18138
18139 \backslash
18140 boldmath
18141 \series default
18142
18143 \begin_inset Index idx
18144 status collapsed
18145
18146 \begin_layout Plain Layout
18147 Befehle ! B ! 
18148 \backslash
18149 boldmath
18150 \end_layout
18151
18152 \end_inset
18153
18154  eingibt.
18155  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18156 \series bold
18157
18158 \backslash
18159 unboldmath
18160 \series default
18161
18162 \begin_inset Index idx
18163 status collapsed
18164
18165 \begin_layout Plain Layout
18166 Befehle ! U ! 
18167 \backslash
18168 unboldmath
18169 \end_layout
18170
18171 \end_inset
18172
18173  ein.
18174 \begin_inset ERT
18175 status collapsed
18176
18177 \begin_layout Plain Layout
18178
18179
18180 \backslash
18181 boldmath 
18182 \end_layout
18183
18184 \end_inset
18185
18186
18187 \begin_inset Formula 
18188 \[
18189 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18190 \]
18191
18192 \end_inset
18193
18194
18195 \begin_inset ERT
18196 status collapsed
18197
18198 \begin_layout Plain Layout
18199
18200
18201 \backslash
18202 unboldmath 
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \begin_layout Subsection
18211 Farbige Formeln
18212 \begin_inset Index idx
18213 status collapsed
18214
18215 \begin_layout Plain Layout
18216 Formel ! farbige
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \begin_layout Standard
18225 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18226  oder Formelteile und verwenden dann den 
18227 \family sans
18228 Textstil
18229 \family default
18230  Dialog.
18231  Hier ist eine Formel in Magenta:
18232 \begin_inset Formula 
18233 \[
18234 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18235 \]
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \begin_layout Standard
18243 Man kann auch eigene Farben definieren, wie in 
18244 \begin_inset CommandInset ref
18245 LatexCommand ref
18246 reference "sub:Farbige-Boxen"
18247
18248 \end_inset
18249
18250  erklärt ist.
18251  Diese können dann mit dem TeX-Code Befehl 
18252 \series bold
18253
18254 \backslash
18255 textcolor
18256 \series default
18257
18258 \begin_inset Index idx
18259 status collapsed
18260
18261 \begin_layout Plain Layout
18262 Befehle! T ! 
18263 \backslash
18264 textcolor
18265 \end_layout
18266
18267 \end_inset
18268
18269  verwendet werden, dass folgendes Schema besitzt:
18270 \end_layout
18271
18272 \begin_layout Standard
18273
18274 \series bold
18275
18276 \backslash
18277 textcolor{Farbe}{Zeichen oder Formel}
18278 \end_layout
18279
18280 \begin_layout Standard
18281 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18282 \end_layout
18283
18284 \begin_layout Standard
18285 \begin_inset ERT
18286 status collapsed
18287
18288 \begin_layout Plain Layout
18289
18290
18291 \backslash
18292 textcolor{dunkelgruen}{
18293 \end_layout
18294
18295 \end_inset
18296
18297
18298 \begin_inset Formula 
18299 \[
18300 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18301 \]
18302
18303 \end_inset
18304
18305
18306 \begin_inset ERT
18307 status collapsed
18308
18309 \begin_layout Plain Layout
18310
18311 }
18312 \end_layout
18313
18314 \end_inset
18315
18316
18317 \end_layout
18318
18319 \begin_layout Standard
18320 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18321 n Farben gefärbt werden.
18322 \begin_inset Foot
18323 status collapsed
18324
18325 \begin_layout Plain Layout
18326 \begin_inset CommandInset href
18327 LatexCommand href
18328 name "LyX-bug #5269"
18329 target "http://www.lyx.org/trac/ticket/5269"
18330
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \begin_layout Subsection
18342 Schriftgrößen
18343 \begin_inset CommandInset label
18344 LatexCommand label
18345 name "sub:Schriftgrößen"
18346
18347 \end_inset
18348
18349
18350 \begin_inset Index idx
18351 status collapsed
18352
18353 \begin_layout Plain Layout
18354 Schriften ! Schriftgrößen
18355 \end_layout
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \begin_layout Standard
18363 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18364 le:
18365 \end_layout
18366
18367 \begin_layout Standard
18368
18369 \series bold
18370
18371 \backslash
18372 Huge
18373 \series default
18374
18375 \series bold
18376
18377 \backslash
18378 huge
18379 \series default
18380
18381 \series bold
18382
18383 \backslash
18384 LARGE
18385 \series default
18386
18387 \series bold
18388
18389 \backslash
18390 Large
18391 \series default
18392
18393 \series bold
18394
18395 \backslash
18396 large
18397 \series default
18398
18399 \series bold
18400
18401 \backslash
18402 normalsize
18403 \series default
18404
18405 \series bold
18406
18407 \backslash
18408 small
18409 \series default
18410
18411 \series bold
18412
18413 \backslash
18414 footnotesize
18415 \series default
18416 ,
18417 \begin_inset Newline linebreak
18418 \end_inset
18419
18420
18421 \series bold
18422
18423 \backslash
18424 scriptsize
18425 \series default
18426  und 
18427 \series bold
18428
18429 \backslash
18430 tiny
18431 \end_layout
18432
18433 \begin_layout Standard
18434 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18435  ab, die dem Befehl 
18436 \series bold
18437
18438 \backslash
18439 normalsize
18440 \series default
18441  entspricht.
18442  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18443 \series bold
18444
18445 \backslash
18446 normalsize
18447 \series default
18448 .
18449  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18450  Beträgt z.
18451 \begin_inset space \thinspace{}
18452 \end_inset
18453
18454 B.
18455  die Dokumentschriftgröße 12
18456 \begin_inset space \thinspace{}
18457 \end_inset
18458
18459 pt, produziert der Befehl 
18460 \series bold
18461
18462 \backslash
18463 Huge
18464 \series default
18465  dasselbe wie 
18466 \series bold
18467
18468 \backslash
18469 huge
18470 \series default
18471 .
18472  
18473 \end_layout
18474
18475 \begin_layout Standard
18476 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18477  Größe aller nachfolgenden Formel- und Textzeichen fest.
18478  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18479  TeX-Modus den Befehl 
18480 \series bold
18481
18482 \backslash
18483 normalsize
18484 \series default
18485  ein.
18486 \end_layout
18487
18488 \begin_layout Standard
18489 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
18490  werden:
18491 \end_layout
18492
18493 \begin_layout Standard
18494 \noindent
18495 \align center
18496 \begin_inset Tabular
18497 <lyxtabular version="3" rows="5" columns="2">
18498 <features rotate="0" tabularvalignment="middle">
18499 <column alignment="center" valignment="top">
18500 <column alignment="center" valignment="top">
18501 <row>
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 Befehl
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 Ergebnis
18516 \begin_inset Note Note
18517 status collapsed
18518
18519 \begin_layout Plain Layout
18520
18521 \series bold
18522
18523 \backslash
18524 raisebox
18525 \series default
18526  dient nur als Abstandhalter.
18527 \end_layout
18528
18529 \end_inset
18530
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 </row>
18537 <row>
18538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \backslash
18544 displaystyle
18545 \begin_inset Index idx
18546 status collapsed
18547
18548 \begin_layout Plain Layout
18549 Befehle ! D ! 
18550 \backslash
18551 displaystyle
18552 \end_layout
18553
18554 \end_inset
18555
18556
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 </row>
18574 <row>
18575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \backslash
18581 textstyle
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 </row>
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \backslash
18606 scriptstyle
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 </row>
18624 <row>
18625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629
18630 \backslash
18631 scriptscriptstyle
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 </lyxtabular>
18650
18651 \end_inset
18652
18653
18654 \end_layout
18655
18656 \begin_layout Standard
18657 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
18658  in das die Formelteile eingegeben werden.
18659 \end_layout
18660
18661 \begin_layout Standard
18662 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
18663  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
18664  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
18665  eingegeben.
18666  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18667  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18668  Dazu zwei Beispiele:
18669 \begin_inset VSpace -2mm
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 \begin_inset ERT
18677 status collapsed
18678
18679 \begin_layout Plain Layout
18680
18681
18682 \backslash
18683 huge 
18684 \end_layout
18685
18686 \end_inset
18687
18688
18689 \begin_inset Formula 
18690 \[
18691 A=\frac{B}{c}\cdot\maltese
18692 \]
18693
18694 \end_inset
18695
18696
18697 \begin_inset Formula 
18698 \[
18699 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18700 \]
18701
18702 \end_inset
18703
18704
18705 \begin_inset ERT
18706 status collapsed
18707
18708 \begin_layout Plain Layout
18709
18710
18711 \backslash
18712 normalsize 
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Standard
18721 \begin_inset VSpace medskip
18722 \end_inset
18723
18724 Vor beiden Formeln wurde der Befehl 
18725 \series bold
18726
18727 \backslash
18728 huge
18729 \series default
18730  eingegeben.
18731  Der Befehl für die zweite Formel lautet:
18732 \begin_inset Newline newline
18733 \end_inset
18734
18735
18736 \series bold
18737
18738 \backslash
18739 maltese
18740 \begin_inset space \textvisiblespace{}
18741 \end_inset
18742
18743 A M-m m 
18744 \backslash
18745 Large
18746 \begin_inset space \textvisiblespace{}
18747 \end_inset
18748
18749
18750 \backslash
18751 maltese
18752 \begin_inset space \textvisiblespace{}
18753 \end_inset
18754
18755
18756 \backslash
18757 textit
18758 \begin_inset space \textvisiblespace{}
18759 \end_inset
18760
18761 A
18762 \begin_inset Formula $\to$
18763 \end_inset
18764
18765
18766 \begin_inset Formula $\to$
18767 \end_inset
18768
18769
18770 \begin_inset Newline newline
18771 \end_inset
18772
18773
18774 \begin_inset space \hspace*{}
18775 \length 1cm
18776 \end_inset
18777
18778 M-m
18779 \series default
18780  
18781 \series bold
18782
18783 \backslash
18784 tiny
18785 \begin_inset space \textvisiblespace{}
18786 \end_inset
18787
18788
18789 \backslash
18790 maltese
18791 \begin_inset space \textvisiblespace{}
18792 \end_inset
18793
18794
18795 \backslash
18796 textit
18797 \begin_inset space \textvisiblespace{}
18798 \end_inset
18799
18800 A
18801 \end_layout
18802
18803 \begin_layout Standard
18804 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18805  immer in der Standardgröße dargestellt.
18806 \end_layout
18807
18808 \begin_layout Section
18809 Griechische Buchstaben
18810 \begin_inset Index idx
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814 griechische Buchstaben
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Standard
18823 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18824  
18825 \begin_inset Graphics
18826         filename ../../images/math/alpha.png
18827         scale 85
18828
18829 \end_inset
18830
18831  eingefügt werden.
18832  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
18833  in Formeln aufrecht gesetzt werden.
18834  In einigen Sprachen, wie z.
18835 \begin_inset space \thinspace{}
18836 \end_inset
18837
18838 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
18839 \end_layout
18840
18841 \begin_layout Subsection
18842 Kleine Buchstaben
18843 \begin_inset Index idx
18844 status collapsed
18845
18846 \begin_layout Plain Layout
18847 griechische Buchstaben ! kleine
18848 \end_layout
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \begin_layout Standard
18856 \begin_inset space \hfill{}
18857 \end_inset
18858
18859
18860 \begin_inset Tabular
18861 <lyxtabular version="3" rows="11" columns="2">
18862 <features rotate="0" tabularvalignment="middle">
18863 <column alignment="center" valignment="top" width="0pt">
18864 <column alignment="center" valignment="top" width="0pt">
18865 <row>
18866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870 Befehl
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879 Ergebnis
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 </row>
18885 <row>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \backslash
18892 alpha
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 \begin_inset Formula $\alpha$
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 <row>
18911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915
18916 \backslash
18917 beta
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926 \begin_inset Formula $\beta$
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 </row>
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \backslash
18942 gamma
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 \begin_inset Formula $\gamma$
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \backslash
18967 delta
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 \begin_inset Formula $\delta$
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 </row>
18985 <row>
18986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \backslash
18992 epsilon
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001 \begin_inset Formula $\epsilon$
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 <row>
19011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015
19016 \backslash
19017 varepsilon
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026 \begin_inset Formula $\varepsilon$
19027 \end_inset
19028
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 </row>
19035 <row>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \backslash
19042 zeta
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051 \begin_inset Formula $\zeta$
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 </row>
19060 <row>
19061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065
19066 \backslash
19067 eta
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 \begin_inset Formula $\eta$
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 </row>
19085 <row>
19086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \backslash
19092 theta
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 \begin_inset Formula $\theta$
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \backslash
19117 vartheta
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 \begin_inset Formula $\vartheta$
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 </row>
19135 </lyxtabular>
19136
19137 \end_inset
19138
19139
19140 \begin_inset space \hfill{}
19141 \end_inset
19142
19143
19144 \begin_inset Tabular
19145 <lyxtabular version="3" rows="12" columns="2">
19146 <features rotate="0" tabularvalignment="middle">
19147 <column alignment="center" valignment="top" width="0pt">
19148 <column alignment="center" valignment="top" width="0pt">
19149 <row>
19150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 Befehl
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 Ergebnis
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \backslash
19176 iota
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 \begin_inset Formula $\iota$
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 <row>
19195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199
19200 \backslash
19201 kappa
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 \begin_inset Formula $\kappa$
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \backslash
19226 varkappa
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 \begin_inset Formula $\varkappa$
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \backslash
19251 lambda
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 \begin_inset Formula $\lambda$
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 </row>
19269 <row>
19270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274
19275 \backslash
19276 mu
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 \begin_inset Formula $\mu$
19286 \end_inset
19287
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 </row>
19294 <row>
19295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299
19300 \backslash
19301 nu
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 \begin_inset Formula $\nu$
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 </row>
19319 <row>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324
19325 \backslash
19326 xi
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 \begin_inset Formula $\xi$
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 </row>
19344 <row>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 o
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 \begin_inset Formula $o$
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row>
19368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \backslash
19374 pi
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 \begin_inset Formula $\pi$
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 <row>
19393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \backslash
19399 varpi
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 \begin_inset Formula $\varpi$
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 </row>
19417 <row>
19418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422
19423 \backslash
19424 rho
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 \begin_inset Formula $\rho$
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 </lyxtabular>
19443
19444 \end_inset
19445
19446
19447 \begin_inset space \hfill{}
19448 \end_inset
19449
19450
19451 \begin_inset Tabular
19452 <lyxtabular version="3" rows="11" columns="2">
19453 <features rotate="0" tabularvalignment="middle">
19454 <column alignment="center" valignment="top" width="0pt">
19455 <column alignment="center" valignment="top" width="0pt">
19456 <row>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 Befehl
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 Ergebnis
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481
19482 \backslash
19483 varrho
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 \begin_inset Formula $\varrho$
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 </row>
19501 <row>
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \backslash
19508 sigma
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 \begin_inset Formula $\sigma$
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 </row>
19526 <row>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531
19532 \backslash
19533 varsigma
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 \begin_inset Formula $\varsigma$
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \backslash
19558 tau
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Formula $\tau$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \backslash
19583 upsilon
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Formula $\upsilon$
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \backslash
19608 phi
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset Formula $\phi$
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \backslash
19633 varphi
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 \begin_inset Formula $\varphi$
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 <row>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \backslash
19658 chi
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667 \begin_inset Formula $\chi$
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 </row>
19676 <row>
19677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681
19682 \backslash
19683 psi
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 \begin_inset Formula $\psi$
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 <row>
19702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \backslash
19708 omega
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717 \begin_inset Formula $\omega$
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 </row>
19726 </lyxtabular>
19727
19728 \end_inset
19729
19730
19731 \begin_inset space \hfill{}
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \begin_layout Standard
19738 \begin_inset VSpace medskip
19739 \end_inset
19740
19741 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
19742 \begin_inset CommandInset ref
19743 LatexCommand ref
19744 reference "sub:Aufrechte-kleine-griechische"
19745
19746 \end_inset
19747
19748  beschrieben.
19749 \end_layout
19750
19751 \begin_layout Subsection
19752 Große Buchstaben
19753 \begin_inset Index idx
19754 status collapsed
19755
19756 \begin_layout Plain Layout
19757 griechische Buchstaben ! große
19758 \end_layout
19759
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \begin_layout Standard
19766 \begin_inset space \hfill{}
19767 \end_inset
19768
19769
19770 \begin_inset Tabular
19771 <lyxtabular version="3" rows="7" columns="2">
19772 <features rotate="0" tabularvalignment="middle">
19773 <column alignment="center" valignment="top" width="0pt">
19774 <column alignment="center" valignment="top" width="0pt">
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 Befehl
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 Ergebnis
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 <row>
19796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800
19801 \backslash
19802 Gamma
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 \begin_inset Formula $\Gamma$
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 </row>
19820 <row>
19821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825
19826 \backslash
19827 Delta
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 \begin_inset Formula $\Delta$
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 </row>
19845 <row>
19846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850
19851 \backslash
19852 Theta
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 \begin_inset Formula $\Theta$
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 </row>
19870 <row>
19871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875
19876 \backslash
19877 Lambda
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886 \begin_inset Formula $\Lambda$
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 </row>
19895 <row>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900
19901 \backslash
19902 Xi
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911 \begin_inset Formula $\Xi$
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 </row>
19920 <row>
19921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \backslash
19927 Pi
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 \begin_inset Formula $\Pi$
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 </lyxtabular>
19946
19947 \end_inset
19948
19949
19950 \begin_inset space \hfill{}
19951 \end_inset
19952
19953
19954 \begin_inset Tabular
19955 <lyxtabular version="3" rows="6" columns="2">
19956 <features rotate="0" tabularvalignment="middle">
19957 <column alignment="center" valignment="top" width="0pt">
19958 <column alignment="center" valignment="top" width="0pt">
19959 <row>
19960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964 Befehl
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 Ergebnis
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984
19985 \backslash
19986 Sigma
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 \begin_inset Formula $\Sigma$
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 </row>
20004 <row>
20005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009
20010 \backslash
20011 Upsilon
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020 \begin_inset Formula $\Upsilon$
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 </row>
20029 <row>
20030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034
20035 \backslash
20036 Phi
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045 \begin_inset Formula $\Phi$
20046 \end_inset
20047
20048
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 </row>
20054 <row>
20055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059
20060 \backslash
20061 Psi
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070 \begin_inset Formula $\Psi$
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row>
20080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084
20085 \backslash
20086 Omega
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095 \begin_inset Formula $\Omega$
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 </row>
20104 </lyxtabular>
20105
20106 \end_inset
20107
20108
20109 \begin_inset space \hfill{}
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \begin_layout Standard
20116 \begin_inset VSpace medskip
20117 \end_inset
20118
20119 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20120  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20121  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20122  mit 
20123 \series bold
20124 var
20125 \series default
20126 .
20127  So ergibt z.
20128 \begin_inset space \thinspace{}
20129 \end_inset
20130
20131 B.
20132  der Befehl 
20133 \series bold
20134
20135 \backslash
20136 varGamma
20137 \series default
20138  
20139 \begin_inset Formula $\varGamma$
20140 \end_inset
20141
20142 .
20143  Eine andere Methode ist das Laden des Pakets 
20144 \series bold
20145 fixmath
20146 \series default
20147
20148 \begin_inset Foot
20149 status collapsed
20150
20151 \begin_layout Plain Layout
20152
20153 \series bold
20154 fixmath
20155 \series default
20156  ist Teil des LaTeX-Paketes 
20157 \series bold
20158 was
20159 \series default
20160
20161 \begin_inset Index idx
20162 status collapsed
20163
20164 \begin_layout Plain Layout
20165 Pakete ! was
20166 \begin_inset ERT
20167 status collapsed
20168
20169 \begin_layout Plain Layout
20170
20171
20172 \backslash
20173 vspace{4mm}
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \end_inset
20182
20183 .
20184 \end_layout
20185
20186 \end_inset
20187
20188
20189 \begin_inset Index idx
20190 status collapsed
20191
20192 \begin_layout Plain Layout
20193 Pakete ! fixmath
20194 \end_layout
20195
20196 \end_inset
20197
20198  mit der LaTeX-Vorspannzeile
20199 \end_layout
20200
20201 \begin_layout Standard
20202
20203 \series bold
20204
20205 \backslash
20206 usepackage{fixmath}
20207 \end_layout
20208
20209 \begin_layout Standard
20210 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
20211  kursiv ausgegeben.
20212 \end_layout
20213
20214 \begin_layout Subsection
20215 Fett gedruckte Buchstaben
20216 \begin_inset Index idx
20217 status collapsed
20218
20219 \begin_layout Plain Layout
20220 griechische Buchstaben ! fett gedruckte
20221 \end_layout
20222
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \begin_layout Standard
20229 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20230  Schriftstilen darstellen.
20231  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20232 \series bold
20233
20234 \backslash
20235 boldsymbol
20236 \series default
20237
20238 \begin_inset Index idx
20239 status collapsed
20240
20241 \begin_layout Plain Layout
20242 Befehle ! B ! 
20243 \backslash
20244 boldsymbol
20245 \end_layout
20246
20247 \end_inset
20248
20249  fett gedruckt auszugeben.
20250 \end_layout
20251
20252 \begin_layout Standard
20253 \align center
20254 \begin_inset Tabular
20255 <lyxtabular version="3" rows="3" columns="2">
20256 <features rotate="0" tabularvalignment="middle">
20257 <column alignment="center" valignment="top">
20258 <column alignment="center" valignment="top">
20259 <row>
20260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264 Befehl
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 Ergebnis
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 </row>
20279 <row>
20280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284
20285 \backslash
20286 Upsilon
20287 \backslash
20288 boldsymbol
20289 \backslash
20290 Upsilon
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20300 \end_inset
20301
20302
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 </row>
20308 <row>
20309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313
20314 \backslash
20315 theta
20316 \backslash
20317 boldsymbol
20318 \backslash
20319 theta
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 \begin_inset Formula $\theta\boldsymbol{\theta}$
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 </row>
20337 </lyxtabular>
20338
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \begin_layout Section
20345 Symbole
20346 \begin_inset ERT
20347 status collapsed
20348
20349 \begin_layout Plain Layout
20350
20351
20352 \backslash
20353 texorpdfstring{
20354 \end_layout
20355
20356 \end_inset
20357
20358
20359 \begin_inset Foot
20360 status collapsed
20361
20362 \begin_layout Plain Layout
20363 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20364  
20365 \begin_inset CommandInset citation
20366 LatexCommand cite
20367 key "Symbole"
20368
20369 \end_inset
20370
20371 .
20372 \end_layout
20373
20374 \end_inset
20375
20376
20377 \begin_inset ERT
20378 status collapsed
20379
20380 \begin_layout Plain Layout
20381
20382 }{}
20383 \end_layout
20384
20385 \end_inset
20386
20387
20388 \begin_inset Note Note
20389 status collapsed
20390
20391 \begin_layout Plain Layout
20392
20393 \series bold
20394
20395 \backslash
20396 texorpdfstring
20397 \series default
20398  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20399 \end_layout
20400
20401 \begin_layout Plain Layout
20402 Näheres zu 
20403 \series bold
20404
20405 \backslash
20406 texorpdfstring
20407 \series default
20408  steht in Kapitel 
20409 \begin_inset CommandInset ref
20410 LatexCommand ref
20411 reference "sub:Formeln-in-Überschriften"
20412
20413 \end_inset
20414
20415 .
20416 \end_layout
20417
20418 \end_inset
20419
20420
20421 \begin_inset Index idx
20422 status collapsed
20423
20424 \begin_layout Plain Layout
20425 Symbole
20426 \end_layout
20427
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20435
20436 leistenknöpfe 
20437 \begin_inset Graphics
20438         filename ../../images/math/nabla.png
20439         scale 85
20440
20441 \end_inset
20442
20443  und 
20444 \begin_inset Graphics
20445         filename ../../images/math/digamma.png
20446         scale 85
20447
20448 \end_inset
20449
20450  eingefügt werden.
20451 \end_layout
20452
20453 \begin_layout Subsection
20454 Mathematische Symbole
20455 \begin_inset CommandInset label
20456 LatexCommand label
20457 name "sub:Mathematische-Symbole"
20458
20459 \end_inset
20460
20461
20462 \begin_inset Index idx
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 Symbole ! mathematische
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 \begin_inset space \hfill{}
20476 \end_inset
20477
20478
20479 \begin_inset Tabular
20480 <lyxtabular version="3" rows="10" columns="2">
20481 <features rotate="0" tabularvalignment="middle">
20482 <column alignment="center" valignment="top" width="0pt">
20483 <column alignment="center" valignment="top" width="0pt">
20484 <row>
20485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 Befehl
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 Ergebnis
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 neg
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\neg$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 Im
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\Im$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 Re
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\Re$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 aleph
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\aleph$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \backslash
20611 partial
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 \begin_inset Formula $\partial$
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 <row>
20630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \backslash
20636 infty
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645 \begin_inset Formula $\infty$
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 <row>
20655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659
20660 \backslash
20661 wp
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670 \begin_inset Formula $\wp$
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 </row>
20679 <row>
20680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684
20685 \backslash
20686 imath
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 \begin_inset Formula $\imath$
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \backslash
20711 jmath
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\jmath$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 </lyxtabular>
20730
20731 \end_inset
20732
20733
20734 \begin_inset space \hfill{}
20735 \end_inset
20736
20737
20738 \begin_inset Tabular
20739 <lyxtabular version="3" rows="10" columns="2">
20740 <features rotate="0" tabularvalignment="middle">
20741 <column alignment="center" valignment="top" width="0pt">
20742 <column alignment="center" valignment="top" width="0pt">
20743 <row>
20744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 Befehl
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 Ergebnis
20758 \begin_inset Note Note
20759 status collapsed
20760
20761 \begin_layout Plain Layout
20762
20763 \series bold
20764
20765 \backslash
20766 raisebox
20767 \series default
20768  dient nur als Abstandhalter.
20769 \end_layout
20770
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 </row>
20779 <row>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \backslash
20786 forall
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $\forall$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 exists
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\exists$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \backslash
20836 nexists
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Formula $\nexists$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \backslash
20861 emptyset
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Formula $\emptyset$
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 </row>
20879 <row>
20880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884
20885 \backslash
20886 varnothing
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 \begin_inset Formula $\varnothing$
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 </row>
20904 <row>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \backslash
20911 dag
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920 \begin_inset Formula $\dag$
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 </row>
20929 <row>
20930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934
20935 \backslash
20936 ddag
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $\ddag$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959
20960 \backslash
20961 complement
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 \begin_inset ERT
20971 status collapsed
20972
20973 \begin_layout Plain Layout
20974
20975
20976 \backslash
20977 raisebox{-0.8mm}{
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \begin_inset Formula $\complement$
20984 \end_inset
20985
20986
20987 \begin_inset ERT
20988 status collapsed
20989
20990 \begin_layout Plain Layout
20991
20992 }
20993 \end_layout
20994
20995 \end_inset
20996
20997
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 </row>
21003 <row>
21004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008
21009 \backslash
21010 Bbbk
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 \begin_inset Formula $\Bbbk$
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 </row>
21028 </lyxtabular>
21029
21030 \end_inset
21031
21032
21033 \begin_inset space \hfill{}
21034 \end_inset
21035
21036
21037 \begin_inset Tabular
21038 <lyxtabular version="3" rows="10" columns="2">
21039 <features rotate="0" tabularvalignment="middle">
21040 <column alignment="center" valignment="top" width="0pt">
21041 <column alignment="center" valignment="top" width="0pt">
21042 <row>
21043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 Befehl
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 Ergebnis
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 <row>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \backslash
21069 prime
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 \begin_inset Formula $\prime$
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 </row>
21087 <row>
21088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092
21093 \backslash
21094 backprime
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 \begin_inset Formula $\backprime$
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 </row>
21112 <row>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117
21118 \backslash
21119 mho
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 \begin_inset Formula $\mho$
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 </row>
21137 <row>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142
21143 \backslash
21144 triangle
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153 \begin_inset Formula $\triangle$
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 </row>
21162 <row>
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167
21168 \backslash
21169 angle
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Formula $\angle$
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 <row>
21188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192
21193 \backslash
21194 measuredangle
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 \begin_inset Formula $\measuredangle$
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \backslash
21219 sphericalangle
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\sphericalangle$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 top
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\top$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 bot
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\bot$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 </lyxtabular>
21288
21289 \end_inset
21290
21291
21292 \begin_inset space \hfill{}
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \begin_layout Subsection
21299 Sonstige Symbole
21300 \begin_inset CommandInset label
21301 LatexCommand label
21302 name "sub:Sonstige-Symbole"
21303
21304 \end_inset
21305
21306
21307 \begin_inset Index idx
21308 status collapsed
21309
21310 \begin_layout Plain Layout
21311 Symbole ! sonstige
21312 \end_layout
21313
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \begin_layout Standard
21320 \begin_inset VSpace -7mm
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \begin_layout Standard
21327 \noindent
21328 \align center
21329 \begin_inset Tabular
21330 <lyxtabular version="3" rows="10" columns="2">
21331 <features rotate="0" tabularvalignment="middle">
21332 <column alignment="center" valignment="top" width="0pt">
21333 <column alignment="center" valignment="top" width="0pt">
21334 <row>
21335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 Befehl
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 Ergebnis
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 <row>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359
21360 \backslash
21361 flat
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 \begin_inset Formula $\flat$
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 <row>
21380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384
21385 \backslash
21386 natural
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\natural$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409
21410 \backslash
21411 sharp
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Formula $\sharp$
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 </row>
21429 <row>
21430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434
21435 \backslash
21436 surd
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Formula $\surd$
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459
21460 \backslash
21461 checkmark
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 \begin_inset Formula $\checkmark$
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 </row>
21479 <row>
21480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484
21485 \backslash
21486 yen
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495 \begin_inset Formula $\yen$
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 </row>
21504 <row>
21505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509
21510 \backslash
21511 pounds
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520 \begin_inset Formula $\pounds$
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 </row>
21529 <row>
21530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 $
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Formula $\$$
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 §
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Formula $§$
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 </lyxtabular>
21576
21577 \end_inset
21578
21579
21580 \begin_inset Tabular
21581 <lyxtabular version="3" rows="10" columns="2">
21582 <features rotate="0" tabularvalignment="middle">
21583 <column alignment="center" valignment="top">
21584 <column alignment="center" valignment="top">
21585 <row>
21586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 Befehl
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 Ergebnis
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 </row>
21605 <row>
21606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610
21611 \backslash
21612 hbar
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 \begin_inset Formula $\hbar$
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 <row>
21631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635
21636 \backslash
21637 hslash
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 \begin_inset Formula $\hslash$
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 </row>
21655 <row>
21656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660
21661 \backslash
21662 clubsuit
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 \begin_inset Formula $\clubsuit$
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 </row>
21680 <row>
21681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685
21686 \backslash
21687 spadesuit
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 \begin_inset Formula $\spadesuit$
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 </row>
21705 <row>
21706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710
21711 \backslash
21712 bigstar
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 \begin_inset Formula $\bigstar$
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 <row>
21731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735
21736 \backslash
21737 blacklozenge
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746 \begin_inset Formula $\blacklozenge$
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 <row>
21756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \backslash
21762 blacktriangle
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771 \begin_inset Formula $\blacktriangle$
21772 \end_inset
21773
21774
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 </row>
21780 <row>
21781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785
21786 \backslash
21787 blacktiangledown
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796 \begin_inset Formula $\blacktriangledown$
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \backslash
21812 bullet
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Formula $\bullet$
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 </row>
21830 </lyxtabular>
21831
21832 \end_inset
21833
21834
21835 \begin_inset Tabular
21836 <lyxtabular version="3" rows="10" columns="2">
21837 <features rotate="0" tabularvalignment="middle">
21838 <column alignment="center" valignment="top" width="0pt">
21839 <column alignment="center" valignment="top" width="0pt">
21840 <row>
21841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 Befehl
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 Ergebnis
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 diamondsuit
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $\diamondsuit$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 <row>
21886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \backslash
21892 Diamond
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 \begin_inset Formula $\Diamond$
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \backslash
21917 heartsuit
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Formula $\heartsuit$
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 P
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Formula $\P$
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 <row>
21961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965
21966 \backslash
21967 copyright
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 \begin_inset Formula $\copyright$
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 </row>
21985 <row>
21986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990
21991 \backslash
21992 circledR
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 \begin_inset Formula $\circledR$
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 <row>
22011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015
22016 \backslash
22017 maltese
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026 \begin_inset Formula $\maltese$
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040
22041 \backslash
22042 diagup
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 \begin_inset Formula $\diagup$
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 </row>
22060 <row>
22061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065
22066 \backslash
22067 diagdown
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 \begin_inset Formula $\diagdown$
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 </row>
22085 </lyxtabular>
22086
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \begin_layout Standard
22093 \begin_inset VSpace medskip
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Standard
22100 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22101  
22102 \begin_inset CommandInset ref
22103 LatexCommand ref
22104 reference "sub:Schriftgrößen"
22105
22106 \end_inset
22107
22108 .
22109 \end_layout
22110
22111 \begin_layout Subsection
22112 Das Euro-Symbol €
22113 \begin_inset Index idx
22114 status collapsed
22115
22116 \begin_layout Plain Layout
22117 Symbole ! Euro-Symbol
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \begin_inset Index idx
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127
22128 \backslash
22129 @
22130 \begin_inset ERT
22131 status collapsed
22132
22133 \begin_layout Plain Layout
22134
22135
22136 \backslash
22137 officialeuro
22138 \end_layout
22139
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \begin_layout Standard
22151 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22152
22153 \series bold
22154 eurosym
22155 \series default
22156
22157 \begin_inset Index idx
22158 status collapsed
22159
22160 \begin_layout Plain Layout
22161 Pakete ! eurosym
22162 \end_layout
22163
22164 \end_inset
22165
22166  installieren und dieses mit der LaTeX-Vorspannzeile
22167 \end_layout
22168
22169 \begin_layout Standard
22170
22171 \series bold
22172
22173 \backslash
22174 usepackage[gennarrow]{eurosym}
22175 \end_layout
22176
22177 \begin_layout Standard
22178 aktivieren.
22179  Das Euro-Symbol kann man nun mit dem Befehl 
22180 \series bold
22181
22182 \backslash
22183 euro
22184 \series default
22185
22186 \begin_inset Index idx
22187 status collapsed
22188
22189 \begin_layout Plain Layout
22190 Befehle ! E ! 
22191 \backslash
22192 euro
22193 \end_layout
22194
22195 \end_inset
22196
22197  aufrufen.
22198 \end_layout
22199
22200 \begin_layout Standard
22201 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22202  eingeben, ohne 
22203 \series bold
22204 eurosym
22205 \series default
22206  installiert zu haben.
22207  Ist 
22208 \series bold
22209 eurosym
22210 \series default
22211  installiert, kann man 
22212 \series bold
22213
22214 \backslash
22215 euro
22216 \series default
22217  auch im TeX-Modus eingeben.
22218  Das offizielle Währungssymbol erhält man dann über den Befehl 
22219 \series bold
22220
22221 \backslash
22222 officialeuro
22223 \series default
22224
22225 \begin_inset Index idx
22226 status collapsed
22227
22228 \begin_layout Plain Layout
22229 Befehle ! O ! 
22230 \backslash
22231 officialeuro
22232 \end_layout
22233
22234 \end_inset
22235
22236 , der nur im TeX-Modus verfügbar ist.
22237 \end_layout
22238
22239 \begin_layout Standard
22240 \begin_inset ERT
22241 status collapsed
22242
22243 \begin_layout Plain Layout
22244
22245
22246 \backslash
22247 ifeurosym 
22248 \end_layout
22249
22250 \end_inset
22251
22252
22253 \begin_inset Note Note
22254 status open
22255
22256 \begin_layout Plain Layout
22257 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22258 \series bold
22259 eurosym
22260 \series default
22261  installiert ist:
22262 \end_layout
22263
22264 \end_inset
22265
22266
22267 \end_layout
22268
22269 \begin_layout Standard
22270 Eine Übersicht der verschiedenen Euro-Symbole:
22271 \end_layout
22272
22273 \begin_layout Standard
22274 \align center
22275 \begin_inset Tabular
22276 <lyxtabular version="3" rows="4" columns="3">
22277 <features rotate="0" tabularvalignment="middle">
22278 <column alignment="center" valignment="top" width="0pt">
22279 <column alignment="center" valignment="top" width="0pt">
22280 <column alignment="center" valignment="top" width="0pt">
22281 <row>
22282 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 Befehl 
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 Ergebnis
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 Formel
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324
22325 \backslash
22326 euro
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 \begin_inset Formula $\euro$
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 <row>
22345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 mathematischer Text
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset Formula $\mbox{€}$
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381 TeX-Modus
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390
22391 \backslash
22392 officialeuro
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset ERT
22402 status collapsed
22403
22404 \begin_layout Plain Layout
22405
22406
22407 \backslash
22408 officialeuro
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 </row>
22419 </lyxtabular>
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \begin_layout Standard
22427 \begin_inset ERT
22428 status collapsed
22429
22430 \begin_layout Plain Layout
22431
22432
22433 \backslash
22434 else 
22435 \end_layout
22436
22437 \end_inset
22438
22439
22440 \begin_inset Note Note
22441 status open
22442
22443 \begin_layout Plain Layout
22444 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22445 \series bold
22446 eurosym
22447 \series default
22448  nicht installiert ist:
22449 \end_layout
22450
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \begin_layout Standard
22457 Das LaTeX-Paket 
22458 \series bold
22459 eurosym 
22460 \series default
22461 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22462 \end_layout
22463
22464 \begin_layout Standard
22465 \begin_inset ERT
22466 status collapsed
22467
22468 \begin_layout Plain Layout
22469
22470
22471 \backslash
22472 fi 
22473 \end_layout
22474
22475 \end_inset
22476
22477
22478 \end_layout
22479
22480 \begin_layout Section
22481 Relationen
22482 \begin_inset CommandInset label
22483 LatexCommand label
22484 name "sec:Relationen"
22485
22486 \end_inset
22487
22488
22489 \begin_inset Index idx
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493 Relationen
22494 \end_layout
22495
22496 \end_inset
22497
22498
22499 \begin_inset Index idx
22500 status collapsed
22501
22502 \begin_layout Plain Layout
22503 Vergleiche|see
22504 \begin_inset ERT
22505 status collapsed
22506
22507 \begin_layout Plain Layout
22508
22509 {
22510 \end_layout
22511
22512 \end_inset
22513
22514 Relationen
22515 \begin_inset ERT
22516 status collapsed
22517
22518 \begin_layout Plain Layout
22519
22520 }
22521 \end_layout
22522
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \begin_layout Standard
22534 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22535  
22536 \begin_inset Graphics
22537         filename ../../images/math/leq.png
22538         scale 85
22539
22540 \end_inset
22541
22542  eingefügt werden.
22543 \end_layout
22544
22545 \begin_layout Standard
22546 \begin_inset space \hfill{}
22547 \end_inset
22548
22549
22550 \begin_inset Tabular
22551 <lyxtabular version="3" rows="17" columns="2">
22552 <features rotate="0" tabularvalignment="middle">
22553 <column alignment="center" valignment="top" width="0pt">
22554 <column alignment="center" valignment="top" width="0pt">
22555 <row>
22556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560 Befehl
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 Ergebnis
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 <
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 \begin_inset Formula $<$
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603
22604 \backslash
22605 le
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Formula $\le$
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 <row>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628
22629 \backslash
22630 ll
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 \begin_inset Formula $\ll$
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 </row>
22648 <row>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653
22654 \backslash
22655 prec
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Formula $\prec$
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 </row>
22673 <row>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678
22679 \backslash
22680 preceq
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 \begin_inset Formula $\preceq$
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 </row>
22698 <row>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703
22704 \backslash
22705 subset
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 \begin_inset Formula $\subset$
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 </row>
22723 <row>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728
22729 \backslash
22730 subseteq
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 \begin_inset Formula $\subseteq$
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753
22754 \backslash
22755 sqsubseteq
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 \begin_inset Formula $\sqsubseteq$
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 </row>
22773 <row>
22774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778
22779 \backslash
22780 in
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 \begin_inset Formula $\in$
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 </row>
22798 <row>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803
22804 \backslash
22805 vdash
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Formula $\vdash$
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 </row>
22823 <row>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828
22829 \backslash
22830 smile
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Formula $\smile$
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 </row>
22848 <row>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853
22854 \backslash
22855 lhd
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Formula $\lhd$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row>
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 unlhd
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Formula $\unlhd$
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903
22904 \backslash
22905 gtrless
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Formula $\gtrless$
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \backslash
22930 mid
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\mid$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 <row>
22949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953
22954 \backslash
22955 nmid
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset Formula $\nmid$
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 </lyxtabular>
22974
22975 \end_inset
22976
22977
22978 \begin_inset space \hfill{}
22979 \end_inset
22980
22981
22982 \begin_inset Tabular
22983 <lyxtabular version="3" rows="17" columns="2">
22984 <features rotate="0" tabularvalignment="middle">
22985 <column alignment="center" valignment="top" width="0pt">
22986 <column alignment="center" valignment="top" width="0pt">
22987 <row>
22988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 Befehl
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001 Ergebnis
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 <row>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 =
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 \begin_inset Formula $=$
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035
23036 \backslash
23037 not=
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 \begin_inset Formula $\not=$
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 </row>
23055 <row>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \backslash
23062 equiv
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \begin_inset Formula $\equiv$
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 </row>
23080 <row>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \backslash
23087 sim
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 \begin_inset Formula $\sim$
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110
23111 \backslash
23112 simeq
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 \begin_inset Formula $\simeq$
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 </row>
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \backslash
23137 approx
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Formula $\approx$
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
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 cong
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 $\cong$
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
23186 \backslash
23187 bowtie
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\bowtie$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \backslash
23212 notin
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Formula $\notin$
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235
23236 \backslash
23237 perp
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Formula $\perp$
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \backslash
23262 propto
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Formula $\propto$
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \backslash
23287 asymp
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $\asymp$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310
23311 \backslash
23312 doteq
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $\doteq$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \backslash
23337 circeq
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $\circeq$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \backslash
23362 models
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $\models$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \backslash
23387 widehat=
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Formula $\widehat{=}$
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 </lyxtabular>
23406
23407 \end_inset
23408
23409
23410 \begin_inset space \hfill{}
23411 \end_inset
23412
23413
23414 \begin_inset Tabular
23415 <lyxtabular version="3" rows="17" columns="2">
23416 <features rotate="0" tabularvalignment="middle">
23417 <column alignment="center" valignment="top" width="0pt">
23418 <column alignment="center" valignment="top" width="0pt">
23419 <row>
23420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 Befehl
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 Ergebnis
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 >
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $>$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 ge
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\ge$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 gg
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\gg$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 succ
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\succ$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 succeq
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\succeq$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 supset
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\supset$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 supseteq
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\supseteq$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 sqsupseteq
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\sqsupseteq$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 ni
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\ni$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 dashv
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\dashv$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 frown
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $\frown$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 rhd
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\rhd$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \backslash
23744 unrhd
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $\unrhd$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 <row>
23763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767
23768 \backslash
23769 lessgtr
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778 \begin_inset Formula $\lessgtr$
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 </row>
23787 <row>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792
23793 \backslash
23794 parallel
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 \begin_inset Formula $\parallel$
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 </row>
23812 <row>
23813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \backslash
23819 nparallel
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 \begin_inset Formula $\nparallel$
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 </row>
23837 </lyxtabular>
23838
23839 \end_inset
23840
23841
23842 \begin_inset space \hfill{}
23843 \end_inset
23844
23845
23846 \end_layout
23847
23848 \begin_layout Standard
23849 \begin_inset VSpace medskip
23850 \end_inset
23851
23852 Die Zeichen 
23853 \series bold
23854
23855 \backslash
23856 lhd
23857 \series default
23858  bzw.
23859 \begin_inset space \space{}
23860 \end_inset
23861
23862
23863 \series bold
23864
23865 \backslash
23866 rhd
23867 \series default
23868  sind größer als die gleich aussehenden Operatoren
23869 \begin_inset Newline linebreak
23870 \end_inset
23871
23872
23873 \series bold
23874
23875 \backslash
23876 triangleleft
23877 \series default
23878  bzw.
23879 \begin_inset space \space{}
23880 \end_inset
23881
23882
23883 \series bold
23884
23885 \backslash
23886 triangleright
23887 \series default
23888 .
23889 \end_layout
23890
23891 \begin_layout Standard
23892 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23893 \end_layout
23894
23895 \begin_layout Standard
23896 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23897 \series bold
23898
23899 \backslash
23900 stackrel
23901 \series default
23902
23903 \begin_inset Index idx
23904 status collapsed
23905
23906 \begin_layout Plain Layout
23907 Befehle ! S ! 
23908 \backslash
23909 stackrel
23910 \end_layout
23911
23912 \end_inset
23913
23914  erstellt werden:
23915 \end_layout
23916
23917 \begin_layout Standard
23918 \align center
23919 \begin_inset Tabular
23920 <lyxtabular version="3" rows="2" columns="2">
23921 <features rotate="0" tabularvalignment="middle">
23922 <column alignment="center" valignment="top">
23923 <column alignment="center" valignment="top">
23924 <row>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 Befehl
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 Ergebnis
23939 \begin_inset Note Note
23940 status collapsed
23941
23942 \begin_layout Plain Layout
23943
23944 \series bold
23945
23946 \backslash
23947 raisebox
23948 \series default
23949  dient nur als Abstandhalter.
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 </row>
23960 <row>
23961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965 A(r)
23966 \backslash
23967 stackrel
23968 \begin_inset space \textvisiblespace{}
23969 \end_inset
23970
23971 r
23972 \backslash
23973 to
23974 \backslash
23975 infty
23976 \begin_inset space \textvisiblespace{}
23977 \end_inset
23978
23979
23980 \begin_inset Formula $\downarrow$
23981 \end_inset
23982
23983
23984 \backslash
23985 approx
23986 \begin_inset space \textvisiblespace{}
23987 \end_inset
23988
23989
23990 \begin_inset space \textvisiblespace{}
23991 \end_inset
23992
23993 B
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 </row>
24011 </lyxtabular>
24012
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \begin_layout Section
24019 Funktionen
24020 \end_layout
24021
24022 \begin_layout Subsection
24023 Vordefinierte Funktionen
24024 \begin_inset CommandInset label
24025 LatexCommand label
24026 name "sub:Vordefinierte-Funktionen"
24027
24028 \end_inset
24029
24030
24031 \begin_inset Index idx
24032 status collapsed
24033
24034 \begin_layout Plain Layout
24035 Funktionen ! vordefinierte
24036 \end_layout
24037
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \begin_layout Standard
24044 Allgemein werden in mathematischen Ausdrücken Variablen 
24045 \shape italic
24046 kursiv
24047 \shape default
24048  gesetzt, Funktionsnamen hingegen nicht, denn 
24049 \begin_inset Formula $sin$
24050 \end_inset
24051
24052  könnte als 
24053 \begin_inset Formula $s\cdot i\cdot n$
24054 \end_inset
24055
24056  missverstanden werden.
24057  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24058 en etwas abgesetzt sind.
24059  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24060 \end_layout
24061
24062 \begin_layout Standard
24063 \align center
24064 \begin_inset Tabular
24065 <lyxtabular version="3" rows="2" columns="4">
24066 <features rotate="0" tabularvalignment="middle">
24067 <column alignment="center" valignment="top" width="0pt">
24068 <column alignment="center" valignment="top" width="0pt">
24069 <column alignment="center" valignment="top" width="0pt">
24070 <column alignment="center" valignment="top" width="0pt">
24071 <row>
24072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076 Befehl
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 Ergebnis
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094 Befehl
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 Ergebnis
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 Asin(x)+B
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 \begin_inset Formula $Asin(x)+B$
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135 A
24136 \backslash
24137 sin(x)+B
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146 \begin_inset Formula $A\sin(x)+B$
24147 \end_inset
24148
24149
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 </row>
24155 </lyxtabular>
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Standard
24163 Folgende Funktionen sind vordefiniert:
24164 \end_layout
24165
24166 \begin_layout Standard
24167 \begin_inset VSpace -2mm
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \align center
24175 \begin_inset Tabular
24176 <lyxtabular version="3" rows="9" columns="4">
24177 <features rotate="0" tabularvalignment="middle">
24178 <column alignment="center" valignment="top" width="0pt">
24179 <column alignment="center" valignment="top" width="0pt">
24180 <column alignment="center" valignment="top" width="0pt">
24181 <column alignment="center" valignment="top" width="0pt">
24182 <row>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 Befehl
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 Befehl
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 Befehl
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214 Befehl
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225
24226 \backslash
24227 sin
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24233 \begin_inset Text
24234
24235 \begin_layout Plain Layout
24236
24237 \backslash
24238 sinh
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247
24248 \backslash
24249 arcsin
24250 \end_layout
24251
24252 \end_inset
24253 </cell>
24254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24255 \begin_inset Text
24256
24257 \begin_layout Plain Layout
24258
24259 \backslash
24260 sup
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 </row>
24266 <row>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \backslash
24273 cos
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282
24283 \backslash
24284 cosh
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293
24294 \backslash
24295 arccos
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \backslash
24306 inf
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 </row>
24312 <row>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317
24318 \backslash
24319 tan
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
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 tanh
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339
24340 \backslash
24341 arctan
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350
24351 \backslash
24352 lim
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 </row>
24358 <row>
24359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363
24364 \backslash
24365 cot
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374
24375 \backslash
24376 coth
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385
24386 \backslash
24387 arg
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 liminf
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 <row>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 sec
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \backslash
24422 min
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431
24432 \backslash
24433 deg
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442
24443 \backslash
24444 limsup
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 </row>
24450 <row>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \backslash
24457 csc
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466
24467 \backslash
24468 max
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477
24478 \backslash
24479 det
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488
24489 \backslash
24490 Pr
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 </row>
24496 <row>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \backslash
24503 ln
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \backslash
24514 exp
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \backslash
24525 dim
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534
24535 \backslash
24536 hom
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 </row>
24542 <row>
24543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547
24548 \backslash
24549 lg
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558
24559 \backslash
24560 log
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569
24570 \backslash
24571 ker
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580
24581 \backslash
24582 gcd
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 </row>
24588 </lyxtabular>
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Standard
24596 Sie können auch über den Mathe-Werkzeugleistenknopf 
24597 \begin_inset Graphics
24598         filename ../../images/math/functions.png
24599         scale 85
24600
24601 \end_inset
24602
24603  eingefügt werden.
24604 \end_layout
24605
24606 \begin_layout Subsection
24607 Selbst definierte Funktionen
24608 \begin_inset Index idx
24609 status collapsed
24610
24611 \begin_layout Plain Layout
24612 Funktionen ! selbstdefinierte
24613 \end_layout
24614
24615 \end_inset
24616
24617
24618 \end_layout
24619
24620 \begin_layout Standard
24621 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24622 \begin_inset space \thinspace{}
24623 \end_inset
24624
24625 B.
24626  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24627 \end_layout
24628
24629 \begin_layout Itemize
24630 Man definiert die Funktion selbst.
24631  Dazu gibt man im LaTeX-Vorspann die Zeile
24632 \begin_inset Newline newline
24633 \end_inset
24634
24635
24636 \begin_inset VSpace -3mm
24637 \end_inset
24638
24639
24640 \begin_inset Newline newline
24641 \end_inset
24642
24643
24644 \series bold
24645
24646 \backslash
24647 DeclareMathOperator{
24648 \backslash
24649 sgn}{sgn}
24650 \series default
24651
24652 \begin_inset Index idx
24653 status collapsed
24654
24655 \begin_layout Plain Layout
24656 Befehle ! D ! 
24657 \backslash
24658 dbinom@
24659 \backslash
24660 DeclareMathOperator
24661 \end_layout
24662
24663 \end_inset
24664
24665
24666 \begin_inset Newline newline
24667 \end_inset
24668
24669
24670 \begin_inset VSpace -2mm
24671 \end_inset
24672
24673
24674 \begin_inset Newline newline
24675 \end_inset
24676
24677 ein
24678 \begin_inset Foot
24679 status collapsed
24680
24681 \begin_layout Plain Layout
24682 Näheres zu 
24683 \series bold
24684
24685 \backslash
24686 DeclareMathOperator
24687 \series default
24688  siehe 
24689 \begin_inset CommandInset ref
24690 LatexCommand ref
24691 reference "sub:Selbstdefinierte-Operatoren"
24692
24693 \end_inset
24694
24695 .
24696 \end_layout
24697
24698 \end_inset
24699
24700 .
24701  Nun kann man mit dem Befehl 
24702 \series bold
24703
24704 \backslash
24705 sgn
24706 \series default
24707  die neu definierte Funktion aufrufen.
24708 \end_layout
24709
24710 \begin_layout Itemize
24711 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24712  Beispiel die Buchstaben 
24713 \emph on
24714 sgn
24715 \emph default
24716 , und wandelt ihn in in mathematischen Text um.
24717  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24718 \end_layout
24719
24720 \begin_layout Standard
24721 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24722  Funktion
24723 \begin_inset Foot
24724 status collapsed
24725
24726 \begin_layout Plain Layout
24727 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24728 \end_layout
24729
24730 \end_inset
24731
24732 :
24733 \end_layout
24734
24735 \begin_layout Standard
24736 \align center
24737 \begin_inset Tabular
24738 <lyxtabular version="3" rows="3" columns="2">
24739 <features rotate="0" tabularvalignment="middle">
24740 <column alignment="center" valignment="top" width="0pt">
24741 <column alignment="center" valignment="top" width="0pt">
24742 <row>
24743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747 Befehl
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756 Ergebnis
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 </row>
24762 <row>
24763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767 A
24768 \backslash
24769 sgn(x)+B
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778 \begin_inset Formula $A\sgn(x)+B$
24779 \end_inset
24780
24781
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 </row>
24787 <row>
24788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792 A
24793 \backslash
24794 ,
24795 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24796 \end_inset
24797
24798 (x)+B
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 </row>
24816 </lyxtabular>
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \begin_layout Standard
24824 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24825  mehrfach verwendet werden soll.
24826 \end_layout
24827
24828 \begin_layout Subsection
24829 Grenzwerte
24830 \begin_inset Index idx
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834 Grenzwerte
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \begin_layout Standard
24843 Für Grenzwerte sind außer 
24844 \series bold
24845
24846 \backslash
24847 lim
24848 \series default
24849
24850 \begin_inset Index idx
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854 Befehle ! L ! 
24855 \backslash
24856 lim
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \series bold
24863
24864 \backslash
24865 liminf
24866 \series default
24867  und 
24868 \series bold
24869
24870 \backslash
24871 limsup
24872 \series default
24873  noch folgende Funktionen definiert:
24874 \end_layout
24875
24876 \begin_layout Standard
24877 \align center
24878 \begin_inset Tabular
24879 <lyxtabular version="3" rows="5" columns="2">
24880 <features rotate="0" tabularvalignment="middle">
24881 <column alignment="center" valignment="top">
24882 <column alignment="center" valignment="top">
24883 <row>
24884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888 Befehl
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897 Ergebnis
24898 \begin_inset Note Note
24899 status collapsed
24900
24901 \begin_layout Plain Layout
24902
24903 \series bold
24904
24905 \backslash
24906 raisebox
24907 \series default
24908  dient nur als Abstandhalter.
24909 \end_layout
24910
24911 \end_inset
24912
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 </row>
24919 <row>
24920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 varliminf
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935 \begin_inset Formula $\varliminf$
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 </row>
24944 <row>
24945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 varlimsup
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960 \begin_inset Formula $\varlimsup$
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 </row>
24969 <row>
24970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 varprojlim
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 \begin_inset Formula $\varprojlim$
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 </row>
24994 <row>
24995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999
25000 \backslash
25001 varinjlim
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010 \begin_inset Formula $\varinjlim$
25011 \end_inset
25012
25013
25014 \begin_inset Formula $\raisebox{-2.5mm}{}$
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 </row>
25023 </lyxtabular>
25024
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \begin_layout Standard
25031 \begin_inset VSpace medskip
25032 \end_inset
25033
25034 Der Grenzwert wird durch Tiefstellen erzeugt.
25035  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25036 \end_layout
25037
25038 \begin_layout Standard
25039 \align center
25040 \begin_inset Tabular
25041 <lyxtabular version="3" rows="2" columns="2">
25042 <features rotate="0" tabularvalignment="middle">
25043 <column alignment="center" valignment="top" width="0pt">
25044 <column alignment="center" valignment="top" width="0pt">
25045 <row>
25046 <cell alignment="center" valignment="top" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050 Befehl
25051 \end_layout
25052
25053 \end_inset
25054 </cell>
25055 <cell alignment="center" valignment="top" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Plain Layout
25059 \begin_inset space \hspace{}
25060 \length 1cm
25061 \end_inset
25062
25063 Ergebnis
25064 \begin_inset Note Note
25065 status collapsed
25066
25067 \begin_layout Plain Layout
25068 Der Leerraum und 
25069 \series bold
25070
25071 \backslash
25072 raisebox
25073 \series default
25074  dienen nur als Abstandhalter.
25075 \end_layout
25076
25077 \end_inset
25078
25079
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 </row>
25085 <row>
25086 <cell alignment="center" valignment="top" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090
25091 \backslash
25092 lim_x
25093 \backslash
25094 to
25095 \begin_inset space \textvisiblespace{}
25096 \end_inset
25097
25098 A
25099 \begin_inset space \textvisiblespace{}
25100 \end_inset
25101
25102 x=B
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell alignment="center" valignment="top" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25112 \end_inset
25113
25114
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 </row>
25120 </lyxtabular>
25121
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \begin_layout Standard
25128 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25129 \begin_inset Formula 
25130 \[
25131 \lim_{x\to A}x=B
25132 \]
25133
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \begin_layout Standard
25140 \begin_inset VSpace medskip
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Wie man den Schriftsatz von Grenzen einstellt, ist in 
25148 \begin_inset CommandInset ref
25149 LatexCommand ref
25150 reference "sub:Operatorgrenzen"
25151
25152 \end_inset
25153
25154  erklärt.
25155 \end_layout
25156
25157 \begin_layout Subsection
25158 Modulo-Funktionen
25159 \begin_inset Index idx
25160 status collapsed
25161
25162 \begin_layout Plain Layout
25163 Funktionen ! Modulo-
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \begin_layout Standard
25172 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25173  Varianten.
25174 \end_layout
25175
25176 \begin_layout Standard
25177 Die Varianten in einer abgesetzten Formel:
25178 \begin_inset Formula 
25179 \begin{align*}
25180 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25181 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25182 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25183 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25184 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25185 \end{align*}
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Standard
25193 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25194  weniger Leerraum gesetzt.
25195  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
25196  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
25197 \begin_inset Formula 
25198 \begin{align*}
25199 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25200 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25201 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25202 \end{align*}
25203
25204 \end_inset
25205
25206
25207 \end_layout
25208
25209 \begin_layout Section
25210 Sonderzeichen
25211 \begin_inset Index idx
25212 status collapsed
25213
25214 \begin_layout Plain Layout
25215 Sonderzeichen
25216 \end_layout
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Subsection
25224 Sonderzeichen im mathematischen Text
25225 \end_layout
25226
25227 \begin_layout Standard
25228 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25229  verwendet werden:
25230 \end_layout
25231
25232 \begin_layout Standard
25233 \begin_inset space \hfill{}
25234 \end_inset
25235
25236
25237 \begin_inset Tabular
25238 <lyxtabular version="3" rows="8" columns="2">
25239 <features rotate="0" tabularvalignment="middle">
25240 <column alignment="block" valignment="top">
25241 <column alignment="block" valignment="top">
25242 <row>
25243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247 Befehl
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 Ergebnis
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 </row>
25262 <row>
25263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25264 \begin_inset Text
25265
25266 \begin_layout Plain Layout
25267
25268 \backslash
25269 oe
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25275 \begin_inset Text
25276
25277 \begin_layout Plain Layout
25278 \begin_inset Formula $\textrm{œ}$
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 </row>
25287 <row>
25288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292
25293 \backslash
25294 OE
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303 \begin_inset Formula $\textrm{Œ}$
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 <row>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 ae
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328 \begin_inset Formula $\textrm{æ}$
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 </row>
25337 <row>
25338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Plain Layout
25342
25343 \backslash
25344 AE
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353 \begin_inset Formula $\textrm{Æ}$
25354 \end_inset
25355
25356
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 aa
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378 \begin_inset Formula $\textrm{\aa}$
25379 \end_inset
25380
25381
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 </row>
25387 <row>
25388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392
25393 \backslash
25394 AA
25395 \begin_inset Index idx
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399
25400 \backslash
25401 @
25402 \begin_inset ERT
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406
25407
25408 \backslash
25409 textrm{
25410 \backslash
25411 AA}
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430 \begin_inset Formula $\textrm{Å}$
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 </row>
25439 <row>
25440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444
25445 \backslash
25446 i
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 \begin_inset Formula $\textrm{ı}$
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \end_inset
25462 </cell>
25463 </row>
25464 </lyxtabular>
25465
25466 \end_inset
25467
25468
25469 \begin_inset space \hfill{}
25470 \end_inset
25471
25472
25473 \begin_inset Tabular
25474 <lyxtabular version="3" rows="8" columns="2">
25475 <features rotate="0" tabularvalignment="middle">
25476 <column alignment="block" valignment="top">
25477 <column alignment="center" valignment="top">
25478 <row>
25479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483 Befehl
25484 \begin_inset Note Note
25485 status collapsed
25486
25487 \begin_layout Plain Layout
25488 Der Leerraum von 0
25489 \begin_inset space \thinspace{}
25490 \end_inset
25491
25492 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25493 \begin_inset space \space{}
25494 \end_inset
25495
25496 ¿ erscheinen würde.
25497 \end_layout
25498
25499 \end_inset
25500
25501
25502 \end_layout
25503
25504 \end_inset
25505 </cell>
25506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Plain Layout
25510 Ergebnis
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 </row>
25516 <row>
25517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521
25522 \backslash
25523 o
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532 \begin_inset Formula $\textrm{ø}$
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 </row>
25541 <row>
25542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546
25547 \backslash
25548 O
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25554 \begin_inset Text
25555
25556 \begin_layout Plain Layout
25557 \begin_inset Formula $\textrm{Ø}$
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 </row>
25566 <row>
25567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25568 \begin_inset Text
25569
25570 \begin_layout Plain Layout
25571
25572 \backslash
25573 l
25574 \end_layout
25575
25576 \end_inset
25577 </cell>
25578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582 \begin_inset Formula $\textrm{ł}$
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 </row>
25591 <row>
25592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25593 \begin_inset Text
25594
25595 \begin_layout Plain Layout
25596
25597 \backslash
25598 L
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Plain Layout
25607 \begin_inset Formula $\textrm{Ł}$
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 </row>
25616 <row>
25617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621 !
25622 \begin_inset space \hspace{}
25623 \length 0mm
25624 \end_inset
25625
25626 `
25627 \begin_inset space \textvisiblespace{}
25628 \end_inset
25629
25630
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639 \begin_inset Formula $\textrm{!`}$
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 </row>
25648 <row>
25649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653 ?
25654 \begin_inset space \hspace{}
25655 \length 0mm
25656 \end_inset
25657
25658 `
25659 \begin_inset space \textvisiblespace{}
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \end_inset
25666 </cell>
25667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25668 \begin_inset Text
25669
25670 \begin_layout Plain Layout
25671 \begin_inset Formula $\textrm{?`}$
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \end_inset
25678 </cell>
25679 </row>
25680 <row>
25681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25682 \begin_inset Text
25683
25684 \begin_layout Plain Layout
25685
25686 \backslash
25687 j
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696 \begin_inset Formula $\textrm{ȷ}$
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 </row>
25705 </lyxtabular>
25706
25707 \end_inset
25708
25709
25710 \begin_inset space \hfill{}
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717 Die Zeichen 
25718 \begin_inset Formula $\textrm{\textrm{Å}}$
25719 \end_inset
25720
25721  und 
25722 \begin_inset Formula $\textrm{\textrm{Ø}}$
25723 \end_inset
25724
25725  können auch über den Mathe-Werkzeugleistenknopf 
25726 \begin_inset Graphics
25727         filename ../../images/math/digamma.png
25728         scale 85
25729
25730 \end_inset
25731
25732  eingefügt werden.
25733 \end_layout
25734
25735 \begin_layout Standard
25736 Eine Ausnahme bilden die Befehle 
25737 \series bold
25738 !
25739 \begin_inset space \hspace{}
25740 \length 0mm
25741 \end_inset
25742
25743 `
25744 \series default
25745  und 
25746 \series bold
25747 ?
25748 \begin_inset space \hspace{}
25749 \length 0mm
25750 \end_inset
25751
25752 `
25753 \series default
25754 , denn man kann sie in LyX direkt in den Text eingeben.
25755 \end_layout
25756
25757 \begin_layout Subsection
25758 Akzente im Text
25759 \begin_inset CommandInset label
25760 LatexCommand label
25761 name "sub:Sonderzeichen-Akzente"
25762
25763 \end_inset
25764
25765
25766 \begin_inset Index idx
25767 status collapsed
25768
25769 \begin_layout Plain Layout
25770 Akzente ! im Text
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \begin_layout Standard
25779 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25780  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25781 \end_layout
25782
25783 \begin_layout Standard
25784 \begin_inset space \hfill{}
25785 \end_inset
25786
25787
25788 \begin_inset Tabular
25789 <lyxtabular version="3" rows="8" columns="2">
25790 <features rotate="0" tabularvalignment="middle">
25791 <column alignment="block" valignment="top">
25792 <column alignment="block" valignment="top">
25793 <row>
25794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Plain Layout
25798 Befehl
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807 Ergebnis
25808 \end_layout
25809
25810 \end_inset
25811 </cell>
25812 </row>
25813 <row>
25814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818
25819 \backslash
25820
25821 \begin_inset Quotes grd
25822 \end_inset
25823
25824 e
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 \begin_inset ERT
25834 status collapsed
25835
25836 \begin_layout Plain Layout
25837
25838
25839 \backslash
25840 "e
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 </row>
25851 <row>
25852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856
25857 \backslash
25858 `e
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867 \begin_inset ERT
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871
25872
25873 \backslash
25874 `e
25875 \end_layout
25876
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 </row>
25885 <row>
25886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25887 \begin_inset Text
25888
25889 \begin_layout Plain Layout
25890
25891 \backslash
25892 ^
25893 \begin_inset space \textvisiblespace{}
25894 \end_inset
25895
25896 e
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905 \begin_inset ERT
25906 status collapsed
25907
25908 \begin_layout Plain Layout
25909
25910
25911 \backslash
25912 ^e
25913 \end_layout
25914
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \end_inset
25921 </cell>
25922 </row>
25923 <row>
25924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25925 \begin_inset Text
25926
25927 \begin_layout Plain Layout
25928
25929 \backslash
25930 =e
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Plain Layout
25939 \begin_inset ERT
25940 status collapsed
25941
25942 \begin_layout Plain Layout
25943
25944
25945 \backslash
25946 =e
25947 \end_layout
25948
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 </row>
25957 <row>
25958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Plain Layout
25962
25963 \backslash
25964 u
25965 \begin_inset space \textvisiblespace{}
25966 \end_inset
25967
25968 e
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977 \begin_inset ERT
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981
25982
25983 \backslash
25984 u e
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \end_inset
25993 </cell>
25994 </row>
25995 <row>
25996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000
26001 \backslash
26002 b
26003 \begin_inset space \textvisiblespace{}
26004 \end_inset
26005
26006 e
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 \begin_inset ERT
26016 status collapsed
26017
26018 \begin_layout Plain Layout
26019
26020
26021 \backslash
26022 b e
26023 \end_layout
26024
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 </row>
26033 <row>
26034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038
26039 \backslash
26040 t
26041 \begin_inset space \textvisiblespace{}
26042 \end_inset
26043
26044 ee
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26050 \begin_inset Text
26051
26052 \begin_layout Plain Layout
26053 \begin_inset ERT
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057
26058
26059 \backslash
26060 t ee
26061 \end_layout
26062
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 </row>
26071 </lyxtabular>
26072
26073 \end_inset
26074
26075
26076 \begin_inset space \hfill{}
26077 \end_inset
26078
26079
26080 \begin_inset Tabular
26081 <lyxtabular version="3" rows="8" columns="2">
26082 <features rotate="0" tabularvalignment="middle">
26083 <column alignment="block" valignment="top">
26084 <column alignment="center" valignment="top">
26085 <row>
26086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090 Befehl
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 Ergebnis
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 </row>
26105 <row>
26106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110
26111 \backslash
26112 H
26113 \begin_inset space \textvisiblespace{}
26114 \end_inset
26115
26116 e
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 \begin_inset ERT
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129
26130
26131 \backslash
26132 H e
26133 \end_layout
26134
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 </row>
26143 <row>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148
26149 \backslash
26150 'e
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 'e
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 <row>
26178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182
26183 \backslash
26184 ~e
26185 \begin_inset Index idx
26186 status collapsed
26187
26188 \begin_layout Plain Layout
26189 Tilde
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207
26208
26209 \backslash
26210 ~e
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 </row>
26221 <row>
26222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226
26227 \backslash
26228 .e
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237 \begin_inset ERT
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241
26242
26243 \backslash
26244 .e
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 <row>
26256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260
26261 \backslash
26262 v
26263 \begin_inset space \textvisiblespace{}
26264 \end_inset
26265
26266 e
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26272 \begin_inset Text
26273
26274 \begin_layout Plain Layout
26275 \begin_inset ERT
26276 status collapsed
26277
26278 \begin_layout Plain Layout
26279
26280
26281 \backslash
26282 v e
26283 \end_layout
26284
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 </row>
26293 <row>
26294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298
26299 \backslash
26300 d
26301 \begin_inset space \textvisiblespace{}
26302 \end_inset
26303
26304 e
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26310 \begin_inset Text
26311
26312 \begin_layout Plain Layout
26313 \begin_inset ERT
26314 status collapsed
26315
26316 \begin_layout Plain Layout
26317
26318
26319 \backslash
26320 d e
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 </row>
26331 <row>
26332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336
26337 \backslash
26338 c
26339 \begin_inset space \textvisiblespace{}
26340 \end_inset
26341
26342 e
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26348 \begin_inset Text
26349
26350 \begin_layout Plain Layout
26351 \begin_inset ERT
26352 status collapsed
26353
26354 \begin_layout Plain Layout
26355
26356
26357 \backslash
26358 c e
26359 \end_layout
26360
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 </row>
26369 </lyxtabular>
26370
26371 \end_inset
26372
26373
26374 \begin_inset space \hfill{}
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \begin_layout Standard
26381 \begin_inset VSpace medskip
26382 \end_inset
26383
26384 Mit dem Befehl 
26385 \series bold
26386
26387 \backslash
26388 t
26389 \series default
26390  können auch zwei verschiedene Zeichen akzentuiert werden.
26391  Der Befehl 
26392 \series bold
26393
26394 \backslash
26395 t
26396 \begin_inset space \textvisiblespace{}
26397 \end_inset
26398
26399 sz
26400 \series default
26401  ergibt: 
26402 \begin_inset ERT
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406
26407
26408 \backslash
26409 t sz
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \begin_layout Standard
26418 Die Akzente 
26419 \series bold
26420 `
26421 \series default
26422  , 
26423 \series bold
26424 '
26425 \series default
26426  und 
26427 \series bold
26428 ^
26429 \series default
26430  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26431  werden ohne den TeX-Modus zu benutzen.
26432  Dasselbe gilt für die Tilde
26433 \begin_inset Foot
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26438 \end_layout
26439
26440 \end_inset
26441
26442  
26443 \series bold
26444 ~
26445 \series default
26446  in Verbindung mit 
26447 \emph on
26448 a
26449 \emph default
26450  , 
26451 \emph on
26452 n
26453 \emph default
26454  oder 
26455 \emph on
26456 o
26457 \emph default
26458 .
26459 \end_layout
26460
26461 \begin_layout Standard
26462 Die Befehle 
26463 \series bold
26464
26465 \backslash
26466 b
26467 \series default
26468  , 
26469 \series bold
26470
26471 \backslash
26472 c
26473 \series default
26474  , 
26475 \series bold
26476
26477 \backslash
26478 d
26479 \series default
26480  , 
26481 \series bold
26482
26483 \backslash
26484 H
26485 \series default
26486  , 
26487 \series bold
26488
26489 \backslash
26490 t
26491 \series default
26492  , 
26493 \series bold
26494
26495 \backslash
26496 u
26497 \series default
26498  , 
26499 \series bold
26500
26501 \backslash
26502 v
26503 \series default
26504  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26505  Textmodus verfügbar.
26506  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26507  
26508 \begin_inset CommandInset ref
26509 LatexCommand ref
26510 reference "sub:Akzente-für-ein"
26511
26512 \end_inset
26513
26514 .
26515 \end_layout
26516
26517 \begin_layout Standard
26518 \begin_inset VSpace bigskip
26519 \end_inset
26520
26521 Des Weiteren kann man mit dem Befehl 
26522 \series bold
26523
26524 \backslash
26525 textcircled
26526 \series default
26527
26528 \begin_inset Index idx
26529 status collapsed
26530
26531 \begin_layout Plain Layout
26532 Befehle ! T ! 
26533 \backslash
26534 textcircled
26535 \end_layout
26536
26537 \end_inset
26538
26539 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26540  Kreis setzen, quasi mit einem Kreis akzentuieren.
26541 \end_layout
26542
26543 \begin_layout Standard
26544 \align center
26545 \begin_inset Tabular
26546 <lyxtabular version="3" rows="3" columns="2">
26547 <features rotate="0" tabularvalignment="middle">
26548 <column alignment="center" valignment="top">
26549 <column alignment="center" valignment="top">
26550 <row>
26551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 Befehl
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26561 \begin_inset Text
26562
26563 \begin_layout Plain Layout
26564 Ergebnis
26565 \begin_inset Note Note
26566 status collapsed
26567
26568 \begin_layout Plain Layout
26569
26570 \series bold
26571
26572 \backslash
26573 raisebox
26574 \series default
26575  in der Formel dient nur als Abstandhalter.
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 </row>
26586 <row>
26587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591
26592 \backslash
26593 textcircled{w}
26594 \end_layout
26595
26596 \end_inset
26597 </cell>
26598 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26599 \begin_inset Text
26600
26601 \begin_layout Plain Layout
26602 \begin_inset ERT
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606
26607
26608 \backslash
26609 textcircled{w}
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 </row>
26620 <row>
26621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625
26626 \backslash
26627 Large 
26628 \backslash
26629 textcircled{
26630 \backslash
26631 normalsize
26632 \backslash
26633 protect
26634 \backslash
26635 raisebox{-1.5pt}{W}}
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644 \begin_inset Formula $\raisebox{4.5mm}{}$
26645 \end_inset
26646
26647
26648 \begin_inset ERT
26649 status collapsed
26650
26651 \begin_layout Plain Layout
26652
26653
26654 \backslash
26655 Large 
26656 \backslash
26657 textcircled{
26658 \backslash
26659 normalsize
26660 \backslash
26661 protect
26662 \backslash
26663 raisebox{-1.5pt}W}
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \begin_inset Formula $\raisebox{-2mm}{}$
26670 \end_inset
26671
26672
26673 \end_layout
26674
26675 \end_inset
26676 </cell>
26677 </row>
26678 </lyxtabular>
26679
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \begin_layout Standard
26686 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26687  
26688 \series bold
26689
26690 \backslash
26691 Large
26692 \series default
26693
26694 \begin_inset Foot
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698 siehe 
26699 \begin_inset CommandInset ref
26700 LatexCommand ref
26701 reference "sub:Schriftgrößen"
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709
26710  bestimmt dabei die Größe des Kreises.
26711  Mit Hilfe von 
26712 \series bold
26713
26714 \backslash
26715 raisebox
26716 \series default
26717
26718 \begin_inset Foot
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722 siehe 
26723 \begin_inset CommandInset ref
26724 LatexCommand ref
26725 reference "sub:Boxen-ohne-Rahmen"
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \end_inset
26733
26734  kann man das Zeichen zentrieren.
26735 \end_layout
26736
26737 \begin_layout Subsection
26738 Minuskelziffern
26739 \begin_inset Index idx
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743 Minuskelziffern
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \begin_layout Standard
26752 Minuskelziffern werden mit dem Befehl 
26753 \series bold
26754
26755 \backslash
26756 oldstylenums
26757 \series default
26758
26759 \begin_inset Index idx
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763 Befehle ! O ! 
26764 \backslash
26765 oldstylenums
26766 \end_layout
26767
26768 \end_inset
26769
26770  erzeugt.
26771  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26772  Das Befehlsschema lautet:
26773 \end_layout
26774
26775 \begin_layout Standard
26776
26777 \series bold
26778
26779 \backslash
26780 oldstylenums{Ziffer}
26781 \end_layout
26782
26783 \begin_layout Standard
26784 Der Befehl 
26785 \series bold
26786
26787 \backslash
26788 oldstylenums{0123456789
26789 \series default
26790  ergibt: 
26791 \begin_inset Formula $\oldstylenums{0123456789}$
26792 \end_inset
26793
26794
26795 \end_layout
26796
26797 \begin_layout Section
26798 Formelstile
26799 \begin_inset CommandInset label
26800 LatexCommand label
26801 name "sec:Formelstile"
26802
26803 \end_inset
26804
26805
26806 \begin_inset Index idx
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810 Formel ! Stile
26811 \end_layout
26812
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \begin_layout Itemize
26819 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
26820 \end_layout
26821
26822 \begin_deeper
26823 \begin_layout Description
26824 Zentriert ist der voreingestellte Standard
26825 \end_layout
26826
26827 \begin_layout Description
26828 Eingerückt dazu muss im Menü 
26829 \family sans
26830 Dokument\SpecialChar \menuseparator
26831 Einstellungen
26832 \family default
26833  unter 
26834 \family sans
26835 Dokumentklasse
26836 \family default
26837  die Option 
26838 \series bold
26839 fleqn
26840 \series default
26841  eingeben werden
26842 \end_layout
26843
26844 \begin_layout Standard
26845 Wird 
26846 \series bold
26847 Eingerückt
26848 \series default
26849  verwendet, kann mit der Länge 
26850 \series bold
26851
26852 \backslash
26853 mathindent
26854 \series default
26855
26856 \begin_inset Index idx
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860 Befehle ! M ! 
26861 \backslash
26862 mathindent
26863 \end_layout
26864
26865 \end_inset
26866
26867  die Einrückung eingestellt werden.
26868  Soll der Abstand 15
26869 \begin_inset space \thinspace{}
26870 \end_inset
26871
26872 mm betragen, gibt man im LaTeX-Vorspann die Zeile
26873 \end_layout
26874
26875 \begin_layout Standard
26876
26877 \series bold
26878
26879 \backslash
26880 setlength{
26881 \backslash
26882 mathindent}{15mm}
26883 \end_layout
26884
26885 \begin_layout Standard
26886 ein.
26887  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
26888 \begin_inset space \thinspace{}
26889 \end_inset
26890
26891 pt verwendet.
26892 \end_layout
26893
26894 \end_deeper
26895 \begin_layout Itemize
26896 Und zwei verschiedene Nummerierungsstile:
26897 \end_layout
26898
26899 \begin_deeper
26900 \begin_layout Description
26901 Rechts ist der voreingestellte Standard
26902 \end_layout
26903
26904 \begin_layout Description
26905 Links dazu muss im Menü 
26906 \family sans
26907 Dokument\SpecialChar \menuseparator
26908 Einstellungen
26909 \family default
26910  unter 
26911 \family sans
26912 Dokumentklasse
26913 \family default
26914  die Option 
26915 \series bold
26916 leqno
26917 \series default
26918  eingeben werden
26919 \end_layout
26920
26921 \end_deeper
26922 \begin_layout Standard
26923
26924 \series bold
26925 fleqn
26926 \series default
26927  und 
26928 \series bold
26929 leqno
26930 \series default
26931  können auch gemeinsam verwendet werden.
26932  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
26933 n.
26934 \end_layout
26935
26936 \begin_layout Standard
26937 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
26938  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
26939  ausgerichtete Formeln setzen, verwendet man den Stil 
26940 \series bold
26941 Zentriert
26942 \series default
26943 .
26944  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
26945  
26946 \begin_inset CommandInset ref
26947 LatexCommand ref
26948 reference "sub:Flalign-Umgebung"
26949
26950 \end_inset
26951
26952 .
26953 \end_layout
26954
26955 \begin_layout Section
26956 Mehrzeilige Formeln
26957 \begin_inset CommandInset label
26958 LatexCommand label
26959 name "sec:Mehrzeilige-Formeln"
26960
26961 \end_inset
26962
26963
26964 \begin_inset Index idx
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968 Formel ! mehrzeilige
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \begin_layout Subsection
26977 Allgemeines
26978 \end_layout
26979
26980 \begin_layout Standard
26981 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
26982 \family sans
26983 \series bold
26984 Strg+Enter
26985 \family default
26986 \series default
26987  drückt.
26988  Dies erzeugt entweder eine 
26989 \series bold
26990 eqnarray-Umgebung
26991 \series default
26992 , die in 
26993 \begin_inset CommandInset ref
26994 LatexCommand ref
26995 reference "sub:Eqnarray-Umgebung"
26996
26997 \end_inset
26998
26999  beschrieben ist oder, wenn die Option 
27000 \family sans
27001 AMS-Mathe-Paket verwenden
27002 \family default
27003  in den Dokumenteinstellungen gewählt ist, eine 
27004 \series bold
27005 align-Umgebung
27006 \series default
27007 , die in 
27008 \begin_inset CommandInset ref
27009 LatexCommand ref
27010 reference "sub:Standard-align-Umgebung"
27011
27012 \end_inset
27013
27014  beschrieben ist.
27015  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
27016  jedem Fall typographisch korrekt in der Ausgabe.
27017 \end_layout
27018
27019 \begin_layout Standard
27020 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27021 \family sans
27022 Einfügen\SpecialChar \menuseparator
27023 Mathe
27024 \family default
27025  erstellt werden können.
27026  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27027 \end_layout
27028
27029 \begin_layout Standard
27030 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27031  man 
27032 \family sans
27033 Strg+Enter
27034 \family default
27035  drückt.
27036  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27037 fe 
27038 \begin_inset Graphics
27039         filename ../../images/tabular-feature_append-row.png
27040         scale 85
27041
27042 \end_inset
27043
27044  bzw.
27045 \begin_inset space \space{}
27046 \end_inset
27047
27048
27049 \begin_inset Graphics
27050         filename ../../images/tabular-feature_delete-row.png
27051         scale 85
27052
27053 \end_inset
27054
27055  oder das Menü 
27056 \family sans
27057 Bearbeiten\SpecialChar \menuseparator
27058 Zeilen & Spalten
27059 \family default
27060  verwendet werden.
27061 \end_layout
27062
27063 \begin_layout Subsubsection
27064 Zeilenabstand
27065 \begin_inset CommandInset label
27066 LatexCommand label
27067 name "sub:Zeilenabstand"
27068
27069 \end_inset
27070
27071
27072 \begin_inset Index idx
27073 status collapsed
27074
27075 \begin_layout Plain Layout
27076 Formel ! mehrzeilige ! Zeilenabstand
27077 \end_layout
27078
27079 \end_inset
27080
27081
27082 \end_layout
27083
27084 \begin_layout Standard
27085 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27086 \begin_inset Formula 
27087 \begin{eqnarray*}
27088 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}\\
27089 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
27090 \end{eqnarray*}
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Standard
27098 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27099 chbefehls angegeben.
27100  Dies ist in LyX aber nicht möglich
27101 \begin_inset Foot
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105 siehe 
27106 \begin_inset CommandInset href
27107 LatexCommand href
27108 name "LyX-Fehler #1505"
27109 target "http://www.lyx.org/trac/ticket/1505"
27110
27111 \end_inset
27112
27113
27114 \end_layout
27115
27116 \end_inset
27117
27118 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27119  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27120  Zeile den Befehl 
27121 \series bold
27122
27123 \backslash
27124
27125 \backslash
27126 [3mm]
27127 \series default
27128  ein.
27129  Damit erhält man: 
27130 \begin_inset ERT
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134
27135
27136 \backslash
27137 begin{eqnarray*}
27138 \end_layout
27139
27140 \begin_layout Plain Layout
27141
27142 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27143  = & 
27144 \backslash
27145 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27146 \backslash
27147
27148 \backslash
27149 [3mm]
27150 \end_layout
27151
27152 \begin_layout Plain Layout
27153
27154 4x^{2}
27155 \backslash
27156 left(B^{2}+x_{0}^{2}
27157 \backslash
27158 right)+4x_{0}x
27159 \backslash
27160 left(D-B^{2}
27161 \backslash
27162 right)+B^{2}
27163 \backslash
27164 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27165 \backslash
27166 right) & = & 0
27167 \end_layout
27168
27169 \begin_layout Plain Layout
27170
27171
27172 \backslash
27173 end{eqnarray*}
27174 \end_layout
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \begin_layout Standard
27182 \begin_inset VSpace bigskip
27183 \end_inset
27184
27185 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27186  man die Länge 
27187 \series bold
27188
27189 \backslash
27190 jot
27191 \series default
27192
27193 \begin_inset Index idx
27194 status collapsed
27195
27196 \begin_layout Plain Layout
27197 Befehle ! J ! 
27198 \backslash
27199 jot
27200 \end_layout
27201
27202 \end_inset
27203
27204 .
27205  Es gilt 
27206 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27207 \end_inset
27208
27209 .
27210  Voreingestellt ist für 
27211 \series bold
27212
27213 \backslash
27214 jot
27215 \series default
27216  der Wert 3
27217 \begin_inset space \thinspace{}
27218 \end_inset
27219
27220 pt.
27221  Um wie im vorigen Beispiel 3
27222 \begin_inset space \thinspace{}
27223 \end_inset
27224
27225 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27226 \end_layout
27227
27228 \begin_layout Standard
27229
27230 \series bold
27231
27232 \backslash
27233 setlength{
27234 \backslash
27235 jot}{3mm+3pt}
27236 \end_layout
27237
27238 \begin_layout Standard
27239 im TeX-Modus vor der Formel ein.
27240  Das setzt voraus, dass das LaTeX-Paket 
27241 \series bold
27242 calc
27243 \series default
27244
27245 \begin_inset Foot
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249
27250 \series bold
27251 calc
27252 \series default
27253  ist Teil jeder LaTeX-Standardinstallation.
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \begin_inset Index idx
27260 status collapsed
27261
27262 \begin_layout Plain Layout
27263 Pakete ! calc
27264 \end_layout
27265
27266 \end_inset
27267
27268  im LaTeX-Vorspann mit der Zeile
27269 \end_layout
27270
27271 \begin_layout Standard
27272
27273 \series bold
27274
27275 \backslash
27276 usepackage{calc}
27277 \end_layout
27278
27279 \begin_layout Standard
27280 geladen wurde.
27281 \end_layout
27282
27283 \begin_layout Standard
27284 Man erhält: 
27285 \begin_inset ERT
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289
27290
27291 \backslash
27292 setlength{
27293 \backslash
27294 jot}{3mm+3pt}
27295 \end_layout
27296
27297 \end_inset
27298
27299
27300 \begin_inset Formula 
27301 \begin{eqnarray*}
27302 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}\\
27303 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
27304 \end{eqnarray*}
27305
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \begin_layout Standard
27312 \begin_inset ERT
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316
27317
27318 \backslash
27319 setlength{
27320 \backslash
27321 jot}{3pt}
27322 \end_layout
27323
27324 \end_inset
27325
27326  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27327 \series bold
27328
27329 \backslash
27330 jot
27331 \series default
27332  auf den Wert 3
27333 \begin_inset space \thinspace{}
27334 \end_inset
27335
27336 pt.
27337 \end_layout
27338
27339 \begin_layout Subsubsection
27340 Spaltenabstand
27341 \begin_inset CommandInset label
27342 LatexCommand label
27343 name "sub:Spaltenabstand"
27344
27345 \end_inset
27346
27347
27348 \begin_inset Index idx
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352 Formel ! mehrzeilige ! Spaltenabstand
27353 \end_layout
27354
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \begin_layout Standard
27361 Mehrzeilige Formeln bilden eine Matrix.
27362  Eine Formel in der Eqnarray-Umgebung ist z.
27363 \begin_inset space \thinspace{}
27364 \end_inset
27365
27366 B.
27367  eine dreispaltige Matrix.
27368  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27369  neben den Relationszeichen ändern.
27370 \end_layout
27371
27372 \begin_layout Standard
27373 Der Spaltenabstand wird mit der Länge 
27374 \series bold
27375
27376 \backslash
27377 arraycolsep
27378 \series default
27379
27380 \begin_inset Index idx
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384 Befehle ! A ! 
27385 \backslash
27386 arraycolsep
27387 \end_layout
27388
27389 \end_inset
27390
27391  festgelegt, wobei gilt:
27392 \begin_inset Newline newline
27393 \end_inset
27394
27395 Spaltenabstand = 2
27396 \begin_inset space \thinspace{}
27397 \end_inset
27398
27399
27400 \series bold
27401
27402 \backslash
27403 arraycolsep
27404 \series default
27405 .
27406 \begin_inset Newline newline
27407 \end_inset
27408
27409 Der im TeX-Modus eingegebene Befehl
27410 \end_layout
27411
27412 \begin_layout Standard
27413
27414 \series bold
27415
27416 \backslash
27417 setlength{
27418 \backslash
27419 arraycolsep}{1cm}
27420 \end_layout
27421
27422 \begin_layout Standard
27423 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27424 \begin_inset space \thinspace{}
27425 \end_inset
27426
27427 cm.
27428  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27429 \series bold
27430
27431 \backslash
27432 arraycolsep
27433 \series default
27434  auf 5
27435 \begin_inset space \thinspace{}
27436 \end_inset
27437
27438 pt.
27439 \end_layout
27440
27441 \begin_layout Standard
27442 Eine Formel mit 2
27443 \begin_inset space \thinspace{}
27444 \end_inset
27445
27446 cm Spaltenabstand:
27447 \begin_inset ERT
27448 status collapsed
27449
27450 \begin_layout Plain Layout
27451
27452
27453 \backslash
27454 setlength{
27455 \backslash
27456 arraycolsep}{1cm}
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \begin_inset Formula 
27463 \begin{eqnarray*}
27464 A & = & B\\
27465 C & \ne & A
27466 \end{eqnarray*}
27467
27468 \end_inset
27469
27470 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27471 \begin_inset space \thinspace{}
27472 \end_inset
27473
27474 pt:
27475 \begin_inset ERT
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479
27480
27481 \backslash
27482 setlength{
27483 \backslash
27484 arraycolsep}{5pt}
27485 \end_layout
27486
27487 \end_inset
27488
27489
27490 \begin_inset Formula 
27491 \begin{eqnarray*}
27492 A & = & B\\
27493 C & \ne & A
27494 \end{eqnarray*}
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Subsubsection
27502 Lange Formeln
27503 \begin_inset Index idx
27504 status collapsed
27505
27506 \begin_layout Plain Layout
27507 Formel ! lange
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \end_layout
27514
27515 \begin_layout Standard
27516 Lange Formeln kann man wie folgt setzen:
27517 \end_layout
27518
27519 \begin_layout Itemize
27520 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27521  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27522 \begin_inset Formula 
27523 \begin{eqnarray}
27524 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 \\
27525  &  & -\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}
27526 \end{eqnarray}
27527
27528 \end_inset
27529
27530 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27531  als Operator, da es das erste Zeichen der Zeile ist.
27532  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27533  Bruchstrich unterscheiden.
27534  Um das zu verhindern, wurde mit dem Befehl 
27535 \series bold
27536
27537 \backslash
27538 hspace
27539 \series default
27540  3
27541 \begin_inset space \thinspace{}
27542 \end_inset
27543
27544 pt Leerraum hinter das Minuszeichen eingefügt.
27545 \begin_inset Foot
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549 mehr zu 
27550 \series bold
27551
27552 \backslash
27553 hspace
27554 \series default
27555  siehe 
27556 \begin_inset CommandInset ref
27557 LatexCommand ref
27558 reference "sub:Variabler-Leerraum"
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \begin_inset Index idx
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 Befehle ! H ! 
27573 \backslash
27574 hspace
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Itemize
27583 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27584 \series bold
27585
27586 \backslash
27587 lefteqn
27588 \series default
27589
27590 \begin_inset Index idx
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594 Befehle ! L ! 
27595 \backslash
27596 lefteqn
27597 \end_layout
27598
27599 \end_inset
27600
27601 .
27602  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27603  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27604 \begin_inset Formula 
27605 \begin{eqnarray}
27606 \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 \\
27607  &  & -\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 \\
27608  &  & =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}
27609 \end{eqnarray}
27610
27611 \end_inset
27612
27613 Nachdem man 
27614 \series bold
27615
27616 \backslash
27617 lefteqn
27618 \series default
27619  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27620  das gegenüber dem blauen leicht verschoben ist.
27621  In dieses wird die Formel eingegeben.
27622 \begin_inset Newline newline
27623 \end_inset
27624
27625 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27626  eingegeben.
27627  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27628  Einrückung.
27629 \begin_inset VSpace medskip
27630 \end_inset
27631
27632
27633 \begin_inset Newline newline
27634 \end_inset
27635
27636
27637 \begin_inset Note Greyedout
27638 status open
27639
27640 \begin_layout Plain Layout
27641 Bei der Verwendung von 
27642 \series bold
27643
27644 \backslash
27645 lefteqn
27646 \series default
27647  ist Folgendes zu beachten:
27648 \end_layout
27649
27650 \begin_layout Itemize
27651 Die Formel nutzt nicht die gesamte Seitenbreite aus.
27652  Würde man in obigem Beispiel der ersten Zeile den Term 
27653 \begin_inset Formula $-B^{2}$
27654 \end_inset
27655
27656  anfügen, befände sich dieser außerhalb des Seitenrands.
27657  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
27658  Leerraum einfügen.
27659 \end_layout
27660
27661 \begin_layout Itemize
27662 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
27663  erste Zeile gesetzt werden.
27664 \begin_inset Foot
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668 \begin_inset CommandInset href
27669 LatexCommand href
27670 name "LyX-Fehler #1429"
27671 target "http://www.lyx.org/trac/ticket/1429"
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \end_inset
27679
27680  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
27681  Pfeiltasten bewegen.
27682 \end_layout
27683
27684 \end_inset
27685
27686
27687 \end_layout
27688
27689 \begin_layout Itemize
27690 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
27691 \begin_inset CommandInset ref
27692 LatexCommand ref
27693 reference "sub:Multline-Umgebung"
27694
27695 \end_inset
27696
27697  und 
27698 \begin_inset CommandInset ref
27699 LatexCommand ref
27700 reference "sub:Mehrzeilige-Formelteile"
27701
27702 \end_inset
27703
27704  beschriebenen Umgebungen.
27705 \end_layout
27706
27707 \begin_layout Subsubsection
27708 Mehrzeilige Klammern
27709 \begin_inset CommandInset label
27710 LatexCommand label
27711 name "sub:Mehrzeilige-Klammern"
27712
27713 \end_inset
27714
27715
27716 \begin_inset Index idx
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720 Klammern ! mehrzeilige
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \end_layout
27727
27728 \begin_layout Standard
27729 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
27730 \begin_inset Formula 
27731 \begin{eqnarray*}
27732 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27733  &  & \left.\cdots+B-D\right]
27734 \end{eqnarray*}
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \begin_layout Standard
27742 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
27743  Größe dürfen nicht über mehrere Zeilen gehen.
27744 \end_layout
27745
27746 \begin_layout Standard
27747 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
27748  erste Zeile mit 
27749 \series bold
27750
27751 \backslash
27752 right.
27753 \series default
27754
27755 \begin_inset Index idx
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 Befehle ! R ! 
27760 \backslash
27761 right
27762 \end_layout
27763
27764 \end_inset
27765
27766  und beginnt die zweite Zeile mit 
27767 \series bold
27768
27769 \backslash
27770 left.
27771 \begin_inset Foot
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775 mehr zu 
27776 \series bold
27777
27778 \backslash
27779 left
27780 \series default
27781  und 
27782 \series bold
27783
27784 \backslash
27785 right
27786 \series default
27787  siehe 
27788 \begin_inset CommandInset ref
27789 LatexCommand ref
27790 reference "sub:Automatische-Klammergrößen"
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \series default
27801
27802 \begin_inset Index idx
27803 status collapsed
27804
27805 \begin_layout Plain Layout
27806 Befehle ! L ! 
27807 \backslash
27808 left
27809 \end_layout
27810
27811 \end_inset
27812
27813 .
27814  Nach 
27815 \series bold
27816
27817 \backslash
27818 left.
27819
27820 \series default
27821  gibt man den Befehl 
27822 \series bold
27823
27824 \backslash
27825 vphantom
27826 \series default
27827
27828 \begin_inset space \textvisiblespace{}
27829 \end_inset
27830
27831
27832 \series bold
27833
27834 \backslash
27835 prod
27836 \series default
27837 ^
27838 \begin_inset space \textvisiblespace{}
27839 \end_inset
27840
27841
27842 \series bold
27843
27844 \backslash
27845 infty
27846 \series default
27847
27848 \begin_inset space \textvisiblespace{}
27849 \end_inset
27850
27851
27852 \series bold
27853
27854 \begin_inset Formula $\downarrow$
27855 \end_inset
27856
27857 _R=1}
27858 \series default
27859
27860 \begin_inset Index idx
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 Befehle ! V ! 
27865 \backslash
27866 vphantom
27867 \end_layout
27868
27869 \end_inset
27870
27871  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
27872  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
27873 \end_layout
27874
27875 \begin_layout Standard
27876 Das Ergebnis sieht so aus:
27877 \begin_inset Formula 
27878 \begin{eqnarray*}
27879 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27880  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27881 \end{eqnarray*}
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Subsection
27889 Align-Umgebungen
27890 \end_layout
27891
27892 \begin_layout Standard
27893 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
27894  werden.
27895  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
27896 \end_layout
27897
27898 \begin_layout Standard
27899 Align-Umgebungen bestehen aus Spalten.
27900  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
27901  ausgerichtet.
27902  Jede Zeile einer Align-Umgebung kann nummeriert werden.
27903 \end_layout
27904
27905 \begin_layout Standard
27906 Align-Umgebung werden über das Menü 
27907 \family sans
27908 Einfügen\SpecialChar \menuseparator
27909 Mathe
27910 \family default
27911  erstellt.
27912  Über das Menü 
27913 \family sans
27914 Bearbeiten\SpecialChar \menuseparator
27915 Mathe\SpecialChar \menuseparator
27916 Formelart
27917 \begin_inset space ~
27918 \end_inset
27919
27920 ändern
27921 \family default
27922  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
27923 \end_layout
27924
27925 \begin_layout Standard
27926 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
27927
27928 \begin_inset Graphics
27929         filename ../../images/tabular-feature_append-column.png
27930         scale 85
27931
27932 \end_inset
27933
27934  bzw.
27935 \begin_inset space \space{}
27936 \end_inset
27937
27938
27939 \begin_inset Graphics
27940         filename ../../images/tabular-feature_delete-column.png
27941         scale 85
27942
27943 \end_inset
27944
27945  oder das Menü 
27946 \family sans
27947 Bearbeiten\SpecialChar \menuseparator
27948 Zeilen & Spalten
27949 \family default
27950  verwendet werden.
27951 \end_layout
27952
27953 \begin_layout Subsubsection
27954 Standard align-Umgebung
27955 \begin_inset CommandInset label
27956 LatexCommand label
27957 name "sub:Standard-align-Umgebung"
27958
27959 \end_inset
27960
27961
27962 \begin_inset Index idx
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966 Formel ! mehrzeilige ! align-Umgebung
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \begin_layout Standard
27975 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
27976 \family sans
27977 Strg+Enter
27978 \family default
27979  drückt oder das Menü 
27980 \family sans
27981 Einfügen\SpecialChar \menuseparator
27982 Mathe\SpecialChar \menuseparator
27983 AMS align-Umge\SpecialChar \-
27984 bung
27985 \family default
27986  aufruft.
27987 \end_layout
27988
27989 \begin_layout Standard
27990 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
27991 n align-Umgebung erzeugt wurden:
27992 \begin_inset Formula 
27993 \begin{align*}
27994 A & =\sin(B) & C & =D\\
27995 C & \ne A & B & \ne D
27996 \end{align*}
27997
27998 \end_inset
27999
28000 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28001  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28002 \series bold
28003
28004 \backslash
28005 hfill
28006 \begin_inset Foot
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010 mehr zu 
28011 \series bold
28012
28013 \backslash
28014 hfill
28015 \series default
28016  siehe 
28017 \begin_inset CommandInset ref
28018 LatexCommand ref
28019 reference "sub:Variabler-Leerraum"
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \series default
28030  befinden.
28031  Ist der Formelstil 
28032 \series bold
28033 Eingerückt
28034 \begin_inset Foot
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038 Formelstile siehe 
28039 \begin_inset CommandInset ref
28040 LatexCommand ref
28041 reference "sec:Formelstile"
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \series default
28052  gewählt, wird die Formel ohne den 
28053 \series bold
28054
28055 \backslash
28056 hfill
28057 \series default
28058  vor der ersten Spalte gesetzt.
28059 \end_layout
28060
28061 \begin_layout Subsubsection
28062 Alignat-Umgebung
28063 \begin_inset Index idx
28064 status collapsed
28065
28066 \begin_layout Plain Layout
28067 Formel ! mehrzeilige ! alignat-Umgebung
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Standard
28076 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28077  Man kann ihn manuell durch die in 
28078 \begin_inset CommandInset ref
28079 LatexCommand ref
28080 reference "sub:Leerraum"
28081
28082 \end_inset
28083
28084  beschriebenen Leerräume einfügen.
28085 \end_layout
28086
28087 \begin_layout Standard
28088 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28089  Formel 1
28090 \begin_inset space \thinspace{}
28091 \end_inset
28092
28093 cm Leerraum eingefügt wurde:
28094 \begin_inset Formula 
28095 \begin{alignat*}{2}
28096 A & =\sin(B) & \hspace{1cm}C & =D\\
28097 C & \ne A & B & \ne D
28098 \end{alignat*}
28099
28100 \end_inset
28101
28102 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28103  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28104  Formeln.
28105 \end_layout
28106
28107 \begin_layout Subsubsection
28108 Flalign-Umgebung
28109 \begin_inset CommandInset label
28110 LatexCommand label
28111 name "sub:Flalign-Umgebung"
28112
28113 \end_inset
28114
28115
28116 \begin_inset Index idx
28117 status collapsed
28118
28119 \begin_layout Plain Layout
28120 Formel ! mehrzeilige ! flalign-Umgebung
28121 \end_layout
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Standard
28129 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28130  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28131  Dazu ein Beispiel:
28132 \begin_inset Formula 
28133 \begin{flalign*}
28134 A & =1 & B & =2 & C & =3\\
28135 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28136 \end{flalign*}
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Standard
28144 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28145  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28146  im Dokument links setzen obwohl der Formelstil 
28147 \series bold
28148 Zentriert
28149 \series default
28150  eingestellt ist.
28151  Als Beispiel die eingerückte ausgerichtete Formel 
28152 \begin_inset CommandInset ref
28153 LatexCommand eqref
28154 reference "eq:VolInt"
28155
28156 \end_inset
28157
28158 :
28159 \begin_inset Formula 
28160 \begin{flalign}
28161 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28162 \end{flalign}
28163
28164 \end_inset
28165
28166 In den ersten beiden Spalten befindet sich die Formel.
28167  Damit sie wie beim Formelstil 
28168 \series bold
28169 Eingerückt
28170 \series default
28171  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28172 \begin_inset space \thinspace{}
28173 \end_inset
28174
28175 pt Leerraum eingefügt.
28176 \end_layout
28177
28178 \begin_layout Subsection
28179 Eqnarray-Umgebung
28180 \begin_inset CommandInset label
28181 LatexCommand label
28182 name "sub:Eqnarray-Umgebung"
28183
28184 \end_inset
28185
28186
28187 \begin_inset Index idx
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191 Formel ! mehrzeilige ! Eqnarray-Umgebung
28192 \end_layout
28193
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \begin_layout Standard
28200 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28201  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28202  ausgerichtet.
28203  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28204  da dieses Kästchen nur für Relationzeichen gedacht ist.
28205 \begin_inset Formula 
28206 \begin{eqnarray*}
28207 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28208 AB & AB & AB\\
28209 A & = & A
28210 \end{eqnarray*}
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \begin_layout Subsection
28218 Gather-Umgebung
28219 \begin_inset Index idx
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223 Formel ! mehrzeilige ! Gather-Umgebung
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \end_layout
28230
28231 \begin_layout Standard
28232 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28233  Jede Zeile kann nummeriert werden.
28234 \begin_inset Formula 
28235 \begin{gather}
28236 A=1\\
28237 X=\textrm{-}1
28238 \end{gather}
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Subsection
28246 Multline-Umgebung
28247 \begin_inset CommandInset label
28248 LatexCommand label
28249 name "sub:Multline-Umgebung"
28250
28251 \end_inset
28252
28253
28254 \begin_inset Index idx
28255 status collapsed
28256
28257 \begin_layout Plain Layout
28258 Formel ! mehrzeilige ! Multline-Umgebung
28259 \end_layout
28260
28261 \end_inset
28262
28263
28264 \end_layout
28265
28266 \begin_layout Standard
28267 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28268  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28269  Alle anderen Zeilen sind zentriert.
28270  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28271  Als Beispiel Formel 
28272 \begin_inset CommandInset ref
28273 LatexCommand eqref
28274 reference "eq:lefteqn"
28275
28276 \end_inset
28277
28278  in der multline-Umgebung:
28279 \begin_inset Formula 
28280 \begin{multline}
28281 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}\\
28282 -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}\\
28283 =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}}
28284 \end{multline}
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Standard
28292 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28293  nummeriert, wenn rechts (links) nummeriert wird.
28294 \begin_inset Foot
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298 Nummerierungsstile siehe 
28299 \begin_inset CommandInset ref
28300 LatexCommand ref
28301 reference "sec:Formelstile"
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \begin_layout Standard
28314 Mit den Befehlen 
28315 \series bold
28316
28317 \backslash
28318 shoveright
28319 \series default
28320
28321 \begin_inset Index idx
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325 Befehle ! S ! 
28326 \backslash
28327 shoveright
28328 \end_layout
28329
28330 \end_inset
28331
28332  und 
28333 \series bold
28334
28335 \backslash
28336 shoveleft
28337 \series default
28338
28339 \begin_inset Index idx
28340 status collapsed
28341
28342 \begin_layout Plain Layout
28343 Befehle ! S ! 
28344 \backslash
28345 shoveleft
28346 \end_layout
28347
28348 \end_inset
28349
28350  kann eine zentrierte Zeile rechts bzw.
28351 \begin_inset space \space{}
28352 \end_inset
28353
28354 links ausgerichtet werden.
28355  Die Befehle werden folgendermaßen verwendet:
28356 \end_layout
28357
28358 \begin_layout Standard
28359
28360 \series bold
28361
28362 \backslash
28363 shoveright{Zeileninhalt}
28364 \series default
28365  bzw.
28366 \begin_inset space \space{}
28367 \end_inset
28368
28369
28370 \series bold
28371
28372 \backslash
28373 shoveleft{Zeileninhalt}
28374 \end_layout
28375
28376 \begin_layout Standard
28377 \begin_inset VSpace medskip
28378 \end_inset
28379
28380 Die Länge 
28381 \series bold
28382
28383 \backslash
28384 multlinegap
28385 \series default
28386
28387 \begin_inset Index idx
28388 status collapsed
28389
28390 \begin_layout Plain Layout
28391 Befehle ! M ! 
28392 \backslash
28393 multlinegap
28394 \end_layout
28395
28396 \end_inset
28397
28398  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28399  Voreingestellt ist die Länge 0
28400 \begin_inset space \thinspace{}
28401 \end_inset
28402
28403 pt.
28404 \end_layout
28405
28406 \begin_layout Standard
28407 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28408 \end_layout
28409
28410 \begin_layout Standard
28411
28412 \series bold
28413
28414 \backslash
28415 setlength{
28416 \backslash
28417 multlinegap}{2cm}
28418 \end_layout
28419
28420 \begin_layout Standard
28421 eingegeben wurde:
28422 \begin_inset ERT
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426
28427
28428 \backslash
28429 setlength{
28430 \backslash
28431 multlinegap}{2cm}
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \begin_inset Formula 
28438 \begin{multline}
28439 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}\\
28440 \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}}\\
28441 =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}}
28442 \end{multline}
28443
28444 \end_inset
28445
28446
28447 \begin_inset ERT
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451
28452
28453 \backslash
28454 setlength{
28455 \backslash
28456 multlinegap}{0pt}
28457 \end_layout
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \begin_layout Standard
28465 Die zweite Zeile wurde mit 
28466 \series bold
28467
28468 \backslash
28469 shoveleft
28470 \series default
28471  linksbündig ausgerichtet.
28472 \end_layout
28473
28474 \begin_layout Subsection
28475 Mehrzeilige Formelteile
28476 \begin_inset CommandInset label
28477 LatexCommand label
28478 name "sub:Mehrzeilige-Formelteile"
28479
28480 \end_inset
28481
28482
28483 \begin_inset Index idx
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487 Formel ! mehrzeilige ! Formelteile
28488 \end_layout
28489
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \begin_layout Standard
28496 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28497  der folgenden Umgebungen: 
28498 \series bold
28499 aligned
28500 \series default
28501
28502 \series bold
28503 alignedat
28504 \series default
28505
28506 \series bold
28507 gathered
28508 \series default
28509  oder 
28510 \series bold
28511 split
28512 \series default
28513 .
28514  Sie können über das Menü 
28515 \family sans
28516 Einfügen\SpecialChar \menuseparator
28517 Mathe
28518 \family default
28519  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28520 \end_layout
28521
28522 \begin_layout Standard
28523 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28524 n Formel\SpecialChar \-
28525 umgebungen.
28526  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28527  Dazu ein Beispiel:
28528 \begin_inset Formula 
28529 \[
28530 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28531 \Delta E\Delta t & \ge\frac{\hbar}{2}
28532 \end{aligned}
28533 \right\} \textrm{Unbestimmtheitsrelationen}
28534 \]
28535
28536 \end_inset
28537
28538
28539 \end_layout
28540
28541 \begin_layout Standard
28542 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28543  der Befehl 
28544 \series bold
28545
28546 \backslash
28547 aligned
28548 \series default
28549
28550 \begin_inset Index idx
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554 Befehle ! A ! 
28555 \backslash
28556 aligned
28557 \end_layout
28558
28559 \end_inset
28560
28561  eingegeben wird.
28562  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28563  und Zeilen hinzufügen kann.
28564  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28565  gesetzt werden.
28566 \end_layout
28567
28568 \begin_layout Standard
28569 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28570  ausgerichtet sind.
28571  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28572  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28573  Als Beispiel Formel 
28574 \begin_inset CommandInset ref
28575 LatexCommand eqref
28576 reference "eq:kurzlang"
28577
28578 \end_inset
28579
28580  in der aligned-Umgebung:
28581 \begin_inset Formula 
28582 \begin{equation}
28583 \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}|}\\
28584  & -\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}|}
28585 \end{aligned}
28586 \end{equation}
28587
28588 \end_inset
28589
28590
28591 \end_layout
28592
28593 \begin_layout Standard
28594 Möchte man die Umgebung 
28595 \series bold
28596 alignedat
28597 \series default
28598
28599 \series bold
28600 gathered
28601 \series default
28602  oder 
28603 \series bold
28604 split
28605 \series default
28606  verwenden, gibt man den Befehl 
28607 \series bold
28608
28609 \backslash
28610 alignedat
28611 \series default
28612 ,
28613 \begin_inset Index idx
28614 status collapsed
28615
28616 \begin_layout Plain Layout
28617 Befehle ! A ! 
28618 \backslash
28619 alignedat
28620 \end_layout
28621
28622 \end_inset
28623
28624  
28625 \series bold
28626
28627 \backslash
28628 gathered
28629 \series default
28630
28631 \begin_inset Index idx
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 Befehle ! G ! 
28636 \backslash
28637 gathered
28638 \end_layout
28639
28640 \end_inset
28641
28642  bzw.
28643 \begin_inset space \space{}
28644 \end_inset
28645
28646
28647 \series bold
28648
28649 \backslash
28650 split
28651 \series default
28652
28653 \begin_inset Index idx
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657 Befehle ! S ! 
28658 \backslash
28659 split
28660 \end_layout
28661
28662 \end_inset
28663
28664  ein.
28665  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
28666  jedoch darf sie nur zwei Spalten enthalten.
28667 \end_layout
28668
28669 \begin_layout Subsection
28670 Text in mehrzeiligen Formeln
28671 \begin_inset CommandInset label
28672 LatexCommand label
28673 name "sub:Text-in-mehrzeiligen"
28674
28675 \end_inset
28676
28677
28678 \begin_inset Index idx
28679 status collapsed
28680
28681 \begin_layout Plain Layout
28682 Text ! in Formeln
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \begin_inset Index idx
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692 Formel ! mehrzeilige ! Text
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Standard
28701 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
28702  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
28703  die Ausrichtung der Spalten nicht beeinflusst.
28704  Dazu wird der Befehl 
28705 \series bold
28706
28707 \backslash
28708 intertext
28709 \begin_inset Index idx
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713 Befehle ! I ! 
28714 \backslash
28715 intertext
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \series default
28722  nach folgendem Schema benutzt:
28723 \end_layout
28724
28725 \begin_layout Standard
28726
28727 \series bold
28728
28729 \backslash
28730 intertext{Text}
28731 \end_layout
28732
28733 \begin_layout Standard
28734 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
28735  werden kann.
28736  Weil LyX 
28737 \series bold
28738
28739 \backslash
28740 intertext
28741 \series default
28742  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
28743  Text.
28744  
28745 \series bold
28746
28747 \backslash
28748 intertext
28749 \series default
28750  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
28751  dieser Zeile.
28752  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
28753 \begin_inset Formula 
28754 \begin{align}
28755 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28756 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28757 \end{align}
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \begin_layout Section
28765 Formelnummerierung
28766 \begin_inset Index idx
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770 Formelnummerierung
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \begin_inset Index idx
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780 Formel ! Nummerierung|see
28781 \begin_inset ERT
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785
28786 {
28787 \end_layout
28788
28789 \end_inset
28790
28791 Formelnummerierung
28792 \begin_inset ERT
28793 status collapsed
28794
28795 \begin_layout Plain Layout
28796
28797 }
28798 \end_layout
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \begin_layout Subsection
28811 Allgemeines
28812 \end_layout
28813
28814 \begin_layout Standard
28815 Nummerierte Formeln können mit dem Menü 
28816 \family sans
28817 Einfügen\SpecialChar \menuseparator
28818 Mathe\SpecialChar \menuseparator
28819 Nummerierte
28820 \begin_inset space ~
28821 \end_inset
28822
28823 Formel
28824 \family default
28825  (Tastenkürzel 
28826 \family sans
28827 Strg+Alt
28828 \begin_inset space ~
28829 \end_inset
28830
28831 N
28832 \family default
28833 ) erstellt, bestehende Formeln über das Menü 
28834 \family sans
28835 Bearbeiten\SpecialChar \menuseparator
28836 Mathe\SpecialChar \menuseparator
28837 Nummerierung
28838 \begin_inset space ~
28839 \end_inset
28840
28841 an/aus
28842 \family default
28843  (Tastenkürzel 
28844 \family sans
28845 Alt+M
28846 \begin_inset space ~
28847 \end_inset
28848
28849 N
28850 \family default
28851 ) nummeriert werden.
28852  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
28853  Klammern.
28854  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
28855 \end_layout
28856
28857 \begin_layout Standard
28858 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
28859  Zeilen nummeriert.
28860  Man kann jedoch über das Menü 
28861 \family sans
28862 Bearbeiten\SpecialChar \menuseparator
28863 Mathe\SpecialChar \menuseparator
28864 Zeilennummerierung an/aus
28865 \family default
28866  (Tastenkürzel 
28867 \family sans
28868 Alt+M
28869 \begin_inset space ~
28870 \end_inset
28871
28872 Shift+N
28873 \family default
28874 ) für jede Zeile die Nummerierung festlegen.
28875 \end_layout
28876
28877 \begin_layout Standard
28878 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
28879  werden, siehe 
28880 \begin_inset CommandInset ref
28881 LatexCommand ref
28882 reference "sec:Formelstile"
28883
28884 \end_inset
28885
28886 .
28887 \end_layout
28888
28889 \begin_layout Subsection
28890 Querverweise
28891 \begin_inset Index idx
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895 Querverweise ! auf Formeln
28896 \end_layout
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \begin_layout Standard
28904 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
28905  Eine Marke wird mit dem Menü 
28906 \family sans
28907 Einfügen\SpecialChar \menuseparator
28908 Marke
28909 \family default
28910  oder dem Werkzeugleistenknopf 
28911 \begin_inset Graphics
28912         filename ../../images/label-insert.png
28913         scale 85
28914
28915 \end_inset
28916
28917  gesetzt.
28918  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
28919  Alternativ klickt man mit rechts auf die Formel und wählt 
28920 \family sans
28921 Formelmarke
28922 \family default
28923 .
28924  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
28925 \series bold
28926 eq:
28927 \series default
28928 , nachdem der eigentliche Markenname eingegeben wird.
28929  Der voreingestellte Eintrag steht für 
28930 \begin_inset Quotes gld
28931 \end_inset
28932
28933 equation
28934 \begin_inset Quotes grd
28935 \end_inset
28936
28937  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
28938  einer Formel und nicht zu einem Kapitel gehört.
28939  Um eine Marke zu ändern, wählt man wieder das Menü 
28940 \family sans
28941 Einfügen\SpecialChar \menuseparator
28942 Marke
28943 \family default
28944  oder man klickt mit rechts auf eine Formel und dann auf 
28945 \family sans
28946 Formelmarke
28947 \family default
28948 .
28949 \end_layout
28950
28951 \begin_layout Standard
28952 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
28953  Eine Formel mit Marke wird immer nummeriert.
28954 \end_layout
28955
28956 \begin_layout Standard
28957 Querverweise werden mit dem Menü 
28958 \family sans
28959 Einfügen\SpecialChar \menuseparator
28960 Querverweis
28961 \family default
28962  oder dem Werkzeugleistenknopf 
28963 \begin_inset Graphics
28964         filename ../../images/dialog-show-new-inset_ref.png
28965         scale 85
28966
28967 \end_inset
28968
28969  eingefügt.
28970  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
28971  Wenn man im Querverweis Dialogfenster das Format 
28972 \series bold
28973 (<Querverweis>)
28974 \series default
28975  wählt, erscheint der Querverweis als Formelnummer in Klammern.
28976 \begin_inset Newline newline
28977 \end_inset
28978
28979 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
28980  man zur Formel auf die verwiesen wird.
28981 \end_layout
28982
28983 \begin_layout Standard
28984 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
28985 \begin_inset Note Note
28986 status open
28987
28988 \begin_layout Plain Layout
28989 Man beachte die unterschiedlichen Querverweistypen.
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 Die Gleichungen 
28999 \begin_inset CommandInset ref
29000 LatexCommand eqref
29001 reference "eq:tag"
29002
29003 \end_inset
29004
29005  und 
29006 \begin_inset CommandInset ref
29007 LatexCommand eqref
29008 reference "eq:c"
29009
29010 \end_inset
29011
29012  sind äquivalent.
29013  In (
29014 \begin_inset CommandInset ref
29015 LatexCommand ref
29016 reference "eq:Lat"
29017
29018 \end_inset
29019
29020 ) werden im Gegensatz zu (
29021 \begin_inset CommandInset ref
29022 LatexCommand ref
29023 reference "eq:Roem"
29024
29025 \end_inset
29026
29027 ) große lateinische Buchstaben zur Nummerierung verwendet.
29028 \end_layout
29029
29030 \begin_layout Standard
29031 \begin_inset VSpace medskip
29032 \end_inset
29033
29034 Ist im Argument von 
29035 \series bold
29036
29037 \backslash
29038 tag
29039 \begin_inset Foot
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043
29044 \series bold
29045
29046 \backslash
29047 tag
29048 \series default
29049  ist in 
29050 \begin_inset CommandInset ref
29051 LatexCommand ref
29052 reference "sub:Benutzerdefinierte-Nummerierung"
29053
29054 \end_inset
29055
29056  beschrieben.
29057 \end_layout
29058
29059 \end_inset
29060
29061
29062 \series default
29063  wie in 
29064 \begin_inset CommandInset ref
29065 LatexCommand ref
29066 reference "sub:Absatzboxen"
29067
29068 \end_inset
29069
29070  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29071 \end_layout
29072
29073 \begin_layout Subsection
29074 Unternummerierung
29075 \begin_inset Index idx
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079 Formelnummerierung ! Unternummerierung
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \begin_layout Standard
29088 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29089  
29090 \begin_inset Newline newline
29091 \end_inset
29092
29093
29094 \series bold
29095
29096 \backslash
29097 begin{subequations}
29098 \series default
29099  und 
29100 \series bold
29101
29102 \backslash
29103 end{subequations}
29104 \series default
29105  erreichen.
29106  Beide Befehle werden im TeX-Modus eingegeben.
29107 \end_layout
29108
29109 \begin_layout Standard
29110 Dazu ein Beispiel:
29111 \begin_inset Formula 
29112 \begin{equation}
29113 A=C-B\label{eq:a}
29114 \end{equation}
29115
29116 \end_inset
29117
29118
29119 \begin_inset ERT
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123
29124
29125 \backslash
29126 addtocounter{equation}{-1}
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \begin_inset ERT
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136
29137
29138 \backslash
29139 begin{subequations}
29140 \end_layout
29141
29142 \end_inset
29143
29144
29145 \begin_inset VSpace -5mm
29146 \end_inset
29147
29148
29149 \begin_inset Formula 
29150 \begin{equation}
29151 B=C-A\label{eq:b}
29152 \end{equation}
29153
29154 \end_inset
29155
29156
29157 \begin_inset Formula 
29158 \begin{equation}
29159 C=A+B\label{eq:c}
29160 \end{equation}
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Standard
29168 \begin_inset ERT
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172
29173
29174 \backslash
29175 end{subequations}
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29185 \end_layout
29186
29187 \begin_layout Enumerate
29188 erste Formel eingeben
29189 \end_layout
29190
29191 \begin_layout Enumerate
29192
29193 \series bold
29194
29195 \backslash
29196 addtocounter{equation}{-1} 
29197 \backslash
29198 begin{subequations}
29199 \begin_inset Index idx
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203 Befehle ! A ! 
29204 \backslash
29205 addtocounter
29206 \end_layout
29207
29208 \end_inset
29209
29210
29211 \begin_inset Newline newline
29212 \end_inset
29213
29214
29215 \series default
29216 nach der ersten Formel einfügen
29217 \end_layout
29218
29219 \begin_layout Enumerate
29220 zweite Formel eingeben
29221 \end_layout
29222
29223 \begin_layout Enumerate
29224 dritte Formel eingeben
29225 \end_layout
29226
29227 \begin_layout Enumerate
29228
29229 \series bold
29230
29231 \backslash
29232 end{subequations}
29233 \series default
29234  nach der dritten Formel einfügen
29235 \end_layout
29236
29237 \begin_layout Standard
29238 Jede Formel, die zwischen den Befehlen 
29239 \series bold
29240
29241 \backslash
29242 begin
29243 \series default
29244  und 
29245 \series bold
29246
29247 \backslash
29248 end
29249 \series default
29250  steht, wird mit a, b, c, \SpecialChar \ldots{}
29251  untergliedert.
29252  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29253  Alle untergliederten Formeln gelten als 
29254 \emph on
29255 eine
29256 \emph default
29257  nummerierte Formel.
29258  Da jede nummerierte Formel den Formelzähler 
29259 \series bold
29260 equation
29261 \series default
29262  um Eins erhöht, ist der Befehl 
29263 \series bold
29264
29265 \backslash
29266 addtocounter
29267 \series default
29268  notwendig um den Zähler wieder zu erniedrigen.
29269  Ansonsten würden die Formeln 
29270 \begin_inset CommandInset ref
29271 LatexCommand eqref
29272 reference "eq:a"
29273
29274 \end_inset
29275
29276
29277 \begin_inset CommandInset ref
29278 LatexCommand eqref
29279 reference "eq:b"
29280
29281 \end_inset
29282
29283
29284 \begin_inset CommandInset ref
29285 LatexCommand eqref
29286 reference "eq:c"
29287
29288 \end_inset
29289
29290  als 
29291 \begin_inset CommandInset ref
29292 LatexCommand eqref
29293 reference "eq:a"
29294
29295 \end_inset
29296
29297
29298 \begin_inset CommandInset ref
29299 LatexCommand eqref
29300 reference "eq:d"
29301
29302 \end_inset
29303
29304
29305 \begin_inset CommandInset ref
29306 LatexCommand eqref
29307 reference "eq:f"
29308
29309 \end_inset
29310
29311  nummeriert werden.
29312 \end_layout
29313
29314 \begin_layout Standard
29315 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29316  Formeln automatisch etwas Leerraum erstellt.
29317  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29318 \series bold
29319
29320 \backslash
29321 begin{subequations}
29322 \series default
29323  -5
29324 \begin_inset space \thinspace{}
29325 \end_inset
29326
29327 mm vertikalen Leerraum ein.
29328  Ist der Formelstil 
29329 \series bold
29330 Eingerückt
29331 \begin_inset Foot
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335 Formelstile siehe 
29336 \begin_inset CommandInset ref
29337 LatexCommand ref
29338 reference "sec:Formelstile"
29339
29340 \end_inset
29341
29342
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \series default
29349  gewählt, fügt man -7
29350 \begin_inset space \thinspace{}
29351 \end_inset
29352
29353 mm Leerraum ein.
29354 \end_layout
29355
29356 \begin_layout Standard
29357 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29358  der zweiten Zeile abgeschaltet wurde:
29359 \begin_inset ERT
29360 status collapsed
29361
29362 \begin_layout Plain Layout
29363
29364
29365 \backslash
29366 begin{subequations}
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \begin_inset Formula 
29373 \begin{eqnarray}
29374 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29375  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29376  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29377 \end{eqnarray}
29378
29379 \end_inset
29380
29381
29382 \begin_inset ERT
29383 status collapsed
29384
29385 \begin_layout Plain Layout
29386
29387
29388 \backslash
29389 end{subequations}
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Subsection
29398 Benutzerdefinierte Nummerierung
29399 \begin_inset CommandInset label
29400 LatexCommand label
29401 name "sub:Benutzerdefinierte-Nummerierung"
29402
29403 \end_inset
29404
29405
29406 \begin_inset Index idx
29407 status collapsed
29408
29409 \begin_layout Plain Layout
29410 Formelnummerierung ! benutzerdefinierte
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \begin_layout Standard
29419 \begin_inset Index idx
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423 Formelnummerierung ! eigene Klammern
29424 \end_layout
29425
29426 \end_inset
29427
29428 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29429  gesetzt.
29430  Will man diese Klammern z.
29431 \begin_inset space \thinspace{}
29432 \end_inset
29433
29434 B.
29435  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29436  an:
29437 \end_layout
29438
29439 \begin_layout Standard
29440
29441 \series bold
29442
29443 \backslash
29444 def
29445 \backslash
29446 tagform@#1{
29447 \backslash
29448 maketag@@@{|#1|}}
29449 \series default
29450
29451 \begin_inset Note Note
29452 status collapsed
29453
29454 \begin_layout Plain Layout
29455 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29456  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29457  werden.
29458 \end_layout
29459
29460 \end_inset
29461
29462
29463 \end_layout
29464
29465 \begin_layout Standard
29466 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29467 \series bold
29468 #1
29469 \series default
29470  durch ein oder mehrere gewünschte Zeichen.
29471  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29472 \end_layout
29473
29474 \begin_layout Standard
29475 \begin_inset VSpace bigskip
29476 \end_inset
29477
29478 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29479  hinter der Formel stehen, benutzt man den Befehl 
29480 \series bold
29481
29482 \backslash
29483 tag
29484 \series default
29485
29486 \begin_inset Index idx
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 Befehle ! T ! 
29491 \backslash
29492 tag
29493 \end_layout
29494
29495 \end_inset
29496
29497 :
29498 \begin_inset Formula 
29499 \begin{equation}
29500 A+B=C\tag{etwas}\label{eq:tag}
29501 \end{equation}
29502
29503 \end_inset
29504
29505  In diesem Beispiel wurde in der Formel der Befehl 
29506 \series bold
29507
29508 \backslash
29509 tag
29510 \series default
29511
29512 \begin_inset space \textvisiblespace{}
29513 \end_inset
29514
29515
29516 \series bold
29517 etwas
29518 \series default
29519  eingegeben.
29520 \end_layout
29521
29522 \begin_layout Standard
29523 Gibt man stattdessen 
29524 \series bold
29525
29526 \backslash
29527 tag*
29528 \series default
29529
29530 \begin_inset space \textvisiblespace{}
29531 \end_inset
29532
29533
29534 \series bold
29535 etwas
29536 \series default
29537  ein, verhindert der Stern die Klammern um den Ausdruck:
29538 \begin_inset Formula 
29539 \[
29540 A+B=C\tag*{etwas}
29541 \]
29542
29543 \end_inset
29544
29545
29546 \end_layout
29547
29548 \begin_layout Standard
29549 \begin_inset VSpace bigskip
29550 \end_inset
29551
29552 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29553  oder 
29554 \begin_inset ERT
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558
29559
29560 \backslash
29561 mbox{
29562 \end_layout
29563
29564 \end_inset
29565
29566 -abschnitt
29567 \begin_inset ERT
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571
29572 }
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \begin_inset Note Note
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582 Der Befehl 
29583 \series bold
29584
29585 \backslash
29586 mbox
29587 \series default
29588  verhindert, dass am Bindestrich umgebrochen wird.
29589 \end_layout
29590
29591 \end_inset
29592
29593  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29594 \end_layout
29595
29596 \begin_layout Standard
29597
29598 \series bold
29599
29600 \backslash
29601 @addtoreset{equation}{part}
29602 \series default
29603
29604 \begin_inset Index idx
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 Befehle ! 
29609 \begin_inset ERT
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613
29614 "
29615 \end_layout
29616
29617 \end_inset
29618
29619 @
29620 \begin_inset ERT
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624
29625 "
29626 \end_layout
29627
29628 \end_inset
29629
29630  ! 
29631 \backslash
29632
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638 "
29639 \end_layout
29640
29641 \end_inset
29642
29643 @
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649 "
29650 \end_layout
29651
29652 \end_inset
29653
29654 addtoreset
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \begin_inset Newline newline
29661 \end_inset
29662
29663 bzw.
29664 \begin_inset Newline newline
29665 \end_inset
29666
29667
29668 \series bold
29669
29670 \backslash
29671 @addtoreset{equation}{section}
29672 \end_layout
29673
29674 \begin_layout Standard
29675 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
29676 \begin_inset Quotes gld
29677 \end_inset
29678
29679 @
29680 \begin_inset Quotes grd
29681 \end_inset
29682
29683  Zeichen für LaTeX mit dem Befehl 
29684 \series bold
29685
29686 \backslash
29687 makeatletter
29688 \series default
29689  
29690 \begin_inset Quotes gld
29691 \end_inset
29692
29693 aktiv
29694 \begin_inset Quotes grd
29695 \end_inset
29696
29697  gemacht werden.
29698  Der Befehl 
29699 \series bold
29700
29701 \backslash
29702 makeatother
29703 \series default
29704  macht dies wieder rückgängig.
29705  Daher ist die Befehlssequenz im TeX-Modus:
29706 \end_layout
29707
29708 \begin_layout Standard
29709
29710 \series bold
29711
29712 \backslash
29713 makeatletter
29714 \begin_inset Newline newline
29715 \end_inset
29716
29717
29718 \backslash
29719 @addtoreset{equation}{section}
29720 \begin_inset Newline newline
29721 \end_inset
29722
29723
29724 \backslash
29725 makeatother
29726 \end_layout
29727
29728 \begin_layout Standard
29729 Im LaTeX-Vorspann können 
29730 \series bold
29731
29732 \backslash
29733 makeatletter
29734 \series default
29735  und 
29736 \series bold
29737
29738 \backslash
29739 makeatother
29740 \series default
29741  weggelassen werden, da LyX sie automatisch intern einfügt.
29742 \end_layout
29743
29744 \begin_layout Standard
29745 Um 
29746 \series bold
29747
29748 \backslash
29749 @addtoreset
29750 \series default
29751  rückgängig zu machen, muss die Datei 
29752 \series bold
29753 remreset.sty
29754 \series default
29755
29756 \begin_inset Foot
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760
29761 \series bold
29762 remreset
29763 \series default
29764  ist Teil des LaTeX-Paketes 
29765 \series bold
29766 carlisle
29767 \series default
29768
29769 \begin_inset Index idx
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 Pakete ! carlisle
29774 \end_layout
29775
29776 \end_inset
29777
29778 , das Teil jeder LaTeX-Standardinstallation ist.
29779 \end_layout
29780
29781 \end_inset
29782
29783
29784 \begin_inset Index idx
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 Pakete ! remreset
29789 \end_layout
29790
29791 \end_inset
29792
29793  im LaTeX-Vorspann mit der Zeile
29794 \end_layout
29795
29796 \begin_layout Standard
29797
29798 \series bold
29799
29800 \backslash
29801 usepackage{remreset}
29802 \end_layout
29803
29804 \begin_layout Standard
29805 geladen werden.
29806  Dann kann der Befehl 
29807 \series bold
29808
29809 \backslash
29810 @removefromreset
29811 \series default
29812
29813 \begin_inset Index idx
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817 Befehle ! 
29818 \begin_inset ERT
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822
29823 "
29824 \end_layout
29825
29826 \end_inset
29827
29828 @
29829 \begin_inset ERT
29830 status collapsed
29831
29832 \begin_layout Plain Layout
29833
29834 "
29835 \end_layout
29836
29837 \end_inset
29838
29839  ! 
29840 \backslash
29841
29842 \begin_inset ERT
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846
29847 "
29848 \end_layout
29849
29850 \end_inset
29851
29852 @
29853 \begin_inset ERT
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857
29858 "
29859 \end_layout
29860
29861 \end_inset
29862
29863 removefromreset
29864 \end_layout
29865
29866 \end_inset
29867
29868  mit dem selben Schema wie 
29869 \series bold
29870
29871 \backslash
29872 @addtoreset
29873 \series default
29874  benutzt werden.
29875 \end_layout
29876
29877 \begin_layout Standard
29878 \begin_inset VSpace bigskip
29879 \end_inset
29880
29881 Oftmals möchte man Formeln in folgender Art nummerieren:
29882 \end_layout
29883
29884 \begin_layout Standard
29885
29886 \family typewriter
29887 (Kapitelnummer.Formelnummer)
29888 \end_layout
29889
29890 \begin_layout Standard
29891 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
29892 \end_layout
29893
29894 \begin_layout Standard
29895 Für diesen Fall gibt es den Befehl 
29896 \series bold
29897
29898 \backslash
29899 numberwithin
29900 \series default
29901
29902 \begin_inset Index idx
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906 Befehle ! N ! 
29907 \backslash
29908 numberwithin
29909 \end_layout
29910
29911 \end_inset
29912
29913 , der nach folgendem Schema benutzt wird:
29914 \end_layout
29915
29916 \begin_layout Standard
29917
29918 \series bold
29919
29920 \backslash
29921 numberwithin{Zähler}{Gliederung}
29922 \end_layout
29923
29924 \begin_layout Standard
29925 Zähler gibt an, welche Nummerierung betroffen ist.
29926  Gliederung gibt an, welche Nummer vor dem Punkt steht.
29927 \end_layout
29928
29929 \begin_layout Standard
29930 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
29931  ein:
29932 \end_layout
29933
29934 \begin_layout Standard
29935
29936 \series bold
29937
29938 \backslash
29939 numberwithin{equation}{section}
29940 \end_layout
29941
29942 \begin_layout Standard
29943 Das ist das Ergebnis:
29944 \begin_inset ERT
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948
29949
29950 \backslash
29951 numberwithin{equation}{section}
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset Formula 
29958 \begin{equation}
29959 A+B=C
29960 \end{equation}
29961
29962 \end_inset
29963
29964
29965 \end_layout
29966
29967 \begin_layout Standard
29968 Möchte man z.
29969 \begin_inset space \thinspace{}
29970 \end_inset
29971
29972 B.
29973  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
29974  gibt man 
29975 \series bold
29976
29977 \backslash
29978 numberwithin{table}{part}
29979 \series default
29980  ein.
29981 \end_layout
29982
29983 \begin_layout Standard
29984 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
29985 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
29986  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
29987 \end_layout
29988
29989 \begin_layout Standard
29990
29991 \series bold
29992
29993 \backslash
29994 renewcommand{
29995 \backslash
29996 theequation}{
29997 \backslash
29998 arabic{equation}}
29999 \begin_inset Index idx
30000 status collapsed
30001
30002 \begin_layout Plain Layout
30003 Befehle ! A ! 
30004 \backslash
30005 arabic
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \series default
30012
30013 \begin_inset ERT
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017
30018
30019 \backslash
30020 renewcommand{
30021 \backslash
30022 theequation}{
30023 \backslash
30024 arabic{equation}}
30025 \end_layout
30026
30027 \end_inset
30028
30029
30030 \series bold
30031
30032 \begin_inset Newline newline
30033 \end_inset
30034
30035
30036 \series default
30037 bzw.
30038 \series bold
30039
30040 \begin_inset Newline newline
30041 \end_inset
30042
30043
30044 \backslash
30045 renewcommand{
30046 \backslash
30047 thetable}{
30048 \backslash
30049 arabic{table}}
30050 \end_layout
30051
30052 \begin_layout Standard
30053
30054 \series bold
30055
30056 \backslash
30057 numberwithin
30058 \series default
30059  benutzt intern den oben beschriebenen Befehl 
30060 \series bold
30061
30062 \backslash
30063 @addtoreset
30064 \series default
30065 , der ebenfalls rückgängig gemacht werden muss.
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071
30072 \backslash
30073 makeatletter
30074 \end_layout
30075
30076 \begin_layout Plain Layout
30077
30078
30079 \backslash
30080 @removefromreset{equation}{section}
30081 \end_layout
30082
30083 \begin_layout Plain Layout
30084
30085
30086 \backslash
30087 makeatother
30088 \end_layout
30089
30090 \end_inset
30091
30092
30093 \end_layout
30094
30095 \begin_layout Subsection
30096 Nummerierung mit römischen Zahlen und Buchstaben
30097 \begin_inset Index idx
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101 Formelnummerierung ! mit Buchstaben
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \begin_inset Index idx
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111 Formelnummerierung ! mit römischen Zahlen
30112 \end_layout
30113
30114 \end_inset
30115
30116
30117 \end_layout
30118
30119 \begin_layout Standard
30120 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30121  werden.
30122  Um z.
30123 \begin_inset space \thinspace{}
30124 \end_inset
30125
30126 B.
30127  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30128  TeX-Modus den Befehl
30129 \end_layout
30130
30131 \begin_layout Standard
30132
30133 \series bold
30134
30135 \backslash
30136 renewcommand{
30137 \backslash
30138 theequation}{
30139 \backslash
30140 roman{equation}}
30141 \end_layout
30142
30143 \begin_layout Standard
30144 ein.
30145  
30146 \series bold
30147
30148 \backslash
30149 renewcommand
30150 \series default
30151
30152 \begin_inset Index idx
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156 Befehle ! R ! 
30157 \backslash
30158 renewcommand
30159 \end_layout
30160
30161 \end_inset
30162
30163  weist dem vordefinierten Befehl 
30164 \series bold
30165
30166 \backslash
30167 theequation
30168 \series default
30169  den Befehl
30170 \begin_inset Newline linebreak
30171 \end_inset
30172
30173
30174 \series bold
30175
30176 \backslash
30177 roman{equation}
30178 \series default
30179  zu.
30180 \begin_inset Foot
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184 Der Befehl 
30185 \series bold
30186
30187 \backslash
30188 renewcommand
30189 \series default
30190  besitzt dasselbe Schema wie der in 
30191 \begin_inset CommandInset ref
30192 LatexCommand ref
30193 reference "sub:Der-Befehl-newcommand"
30194
30195 \end_inset
30196
30197  beschriebene Befehl
30198 \begin_inset Newline newline
30199 \end_inset
30200
30201
30202 \series bold
30203
30204 \backslash
30205 newcommand
30206 \series default
30207 .
30208 \end_layout
30209
30210 \end_inset
30211
30212  
30213 \series bold
30214 equation
30215 \series default
30216  ist der Formelzähler.
30217  Stellt man einem Zähler den Befehl 
30218 \series bold
30219
30220 \backslash
30221 the
30222 \series default
30223  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30224  wird.
30225  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30226  
30227 \series bold
30228
30229 \backslash
30230 theequation
30231 \series default
30232  hinter die Formel.
30233  
30234 \series bold
30235
30236 \backslash
30237 roman{equation}
30238 \begin_inset Index idx
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Befehle ! R ! 
30243 \backslash
30244 roman
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \series default
30251  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30252 \end_layout
30253
30254 \begin_layout Standard
30255 Alle Formeln nach dem 
30256 \series bold
30257
30258 \backslash
30259 renewcommand
30260 \series default
30261 -Befehl werden nun römisch nummeriert.
30262  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30263  den Befehl erneut ein, ersetzt aber 
30264 \series bold
30265
30266 \backslash
30267 roman
30268 \series default
30269  durch 
30270 \series bold
30271
30272 \backslash
30273 Roman
30274 \series default
30275
30276 \begin_inset Index idx
30277 status collapsed
30278
30279 \begin_layout Plain Layout
30280 Befehle ! R ! 
30281 \backslash
30282 roman@
30283 \backslash
30284 Roman
30285 \end_layout
30286
30287 \end_inset
30288
30289 .
30290  Für die 
30291 \begin_inset Quotes gld
30292 \end_inset
30293
30294 Nummerierung
30295 \begin_inset Quotes grd
30296 \end_inset
30297
30298  mit lateinischen Buchstaben gibt es den Befehl 
30299 \series bold
30300
30301 \backslash
30302 alph
30303 \series default
30304
30305 \begin_inset Index idx
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309 Befehle ! A ! 
30310 \backslash
30311 alph
30312 \end_layout
30313
30314 \end_inset
30315
30316  für kleine und 
30317 \series bold
30318
30319 \backslash
30320 Alph
30321 \series default
30322
30323 \begin_inset Index idx
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327 Befehle ! A ! 
30328 \backslash
30329 alph@
30330 \backslash
30331 Alph
30332 \end_layout
30333
30334 \end_inset
30335
30336  für große Buchstaben.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 \begin_inset Note Greyedout
30341 status open
30342
30343 \begin_layout Plain Layout
30344
30345 \series bold
30346 \color none
30347 Achtung:
30348 \series default
30349  Es können nur maximal 26
30350 \begin_inset space ~
30351 \end_inset
30352
30353 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \begin_layout Standard
30362 \begin_inset ERT
30363 status collapsed
30364
30365 \begin_layout Plain Layout
30366
30367
30368 \backslash
30369 renewcommand{
30370 \backslash
30371 theequation}{
30372 \backslash
30373 roman{equation}}
30374 \end_layout
30375
30376 \end_inset
30377
30378
30379 \end_layout
30380
30381 \begin_layout Standard
30382 \begin_inset Formula 
30383 \begin{equation}
30384 A=\textrm{römisch}
30385 \end{equation}
30386
30387 \end_inset
30388
30389
30390 \begin_inset ERT
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394
30395
30396 \backslash
30397 renewcommand{
30398 \backslash
30399 theequation}{
30400 \backslash
30401 Roman{equation}}
30402 \end_layout
30403
30404 \end_inset
30405
30406
30407 \begin_inset Formula 
30408 \begin{equation}
30409 B=\textrm{Römisch}\label{eq:Roem}
30410 \end{equation}
30411
30412 \end_inset
30413
30414
30415 \begin_inset ERT
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419
30420
30421 \backslash
30422 renewcommand{
30423 \backslash
30424 theequation}{
30425 \backslash
30426 alph{equation}}
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \begin_inset Formula 
30433 \begin{equation}
30434 C=\textrm{lateinisch}
30435 \end{equation}
30436
30437 \end_inset
30438
30439
30440 \begin_inset ERT
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444
30445
30446 \backslash
30447 renewcommand{
30448 \backslash
30449 theequation}{
30450 \backslash
30451 Alph{equation}}
30452 \end_layout
30453
30454 \end_inset
30455
30456
30457 \begin_inset Formula 
30458 \begin{equation}
30459 D=\textrm{Lateinisch}\label{eq:Lat}
30460 \end{equation}
30461
30462 \end_inset
30463
30464
30465 \end_layout
30466
30467 \begin_layout Standard
30468 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30469  ein:
30470 \end_layout
30471
30472 \begin_layout Standard
30473
30474 \series bold
30475
30476 \backslash
30477 renewcommand{
30478 \backslash
30479 theequation}{
30480 \backslash
30481 arabic{equation}}
30482 \begin_inset Index idx
30483 status collapsed
30484
30485 \begin_layout Plain Layout
30486 Befehle ! A ! 
30487 \backslash
30488 arabic
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Standard
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502
30503 \backslash
30504 renewcommand{
30505 \backslash
30506 theequation}{
30507 \backslash
30508 arabic{equation}}
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \begin_inset Formula 
30515 \begin{equation}
30516 E=\textrm{arabisch}
30517 \end{equation}
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \begin_layout Standard
30525 \begin_inset VSpace medskip
30526 \end_inset
30527
30528 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30529 riert.
30530  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30531  beginnen, müssen neue Formelzähler angelegt werden.
30532  Eine Beschreibung dazu findet man in der Datei 
30533 \begin_inset CommandInset href
30534 LatexCommand href
30535 name "Formelnummerierung.lyx"
30536 target "run:Formelnummerierung.lyx"
30537
30538 \end_inset
30539
30540 .
30541 \end_layout
30542
30543 \begin_layout Section
30544 Chemische Symbole und Reaktionsgleichungen
30545 \begin_inset CommandInset label
30546 LatexCommand label
30547 name "sub:Chemische-Symbole-und"
30548
30549 \end_inset
30550
30551
30552 \begin_inset Index idx
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556 chemische Zeichen ! Symbole
30557 \end_layout
30558
30559 \end_inset
30560
30561
30562 \begin_inset Index idx
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566 Reaktionsgleichungen
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \begin_inset Index idx
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576 Symbole ! chemische
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Standard
30585 Ein Beispieltext aus der Chemie:
30586 \end_layout
30587
30588 \begin_layout Quote
30589 Das 
30590 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30591 \end_inset
30592
30593 -Ion verbindet sich mit zwei 
30594 \begin_inset Formula $\mathrm{Na^{+}}$
30595 \end_inset
30596
30597 -Ionen zu Natriumsulfat 
30598 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30599 \end_inset
30600
30601 .
30602  Die Reaktionsgleichung dazu lautet:
30603 \begin_inset Formula 
30604 \begin{equation}
30605 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
30606 \end{equation}
30607
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \begin_layout Standard
30614 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
30615  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
30616  in der Formel und wandelt diese mit der Tastenkombination 
30617 \family sans
30618 Alt+Z
30619 \begin_inset space ~
30620 \end_inset
30621
30622 R
30623 \family default
30624  in den aufrechten Schriftstil um.
30625 \begin_inset Foot
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 Schriftstile siehe 
30630 \begin_inset CommandInset ref
30631 LatexCommand ref
30632 reference "sub:Schriftstile"
30633
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \end_layout
30643
30644 \begin_layout Standard
30645 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
30646 \series bold
30647  
30648 \backslash
30649 ce
30650 \series default
30651
30652 \begin_inset Index idx
30653 status collapsed
30654
30655 \begin_layout Plain Layout
30656 Befehle ! C ! 
30657 \backslash
30658 ce
30659 \end_layout
30660
30661 \end_inset
30662
30663  zu benutzen.
30664  Dieser ist verfügbar, wenn das LaTeX-Paket 
30665 \series bold
30666 mhchem
30667 \series default
30668
30669 \begin_inset Index idx
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673 Pakete ! mhchem
30674 \end_layout
30675
30676 \end_inset
30677
30678  installiert ist.
30679  Nachdem 
30680 \series bold
30681
30682 \backslash
30683 ce
30684 \series default
30685  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
30686  Formeln in intuitiver Weise eingegeben werden können.
30687 \end_layout
30688
30689 \begin_layout Standard
30690 \align center
30691 \begin_inset Tabular
30692 <lyxtabular version="3" rows="9" columns="2">
30693 <features rotate="0" tabularvalignment="middle">
30694 <column alignment="center" valignment="top">
30695 <column alignment="center" valignment="top">
30696 <row>
30697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30698 \begin_inset Text
30699
30700 \begin_layout Plain Layout
30701 Befehl
30702 \end_layout
30703
30704 \end_inset
30705 </cell>
30706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30707 \begin_inset Text
30708
30709 \begin_layout Plain Layout
30710 Ergebnis
30711 \begin_inset Note Note
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715
30716 \series bold
30717
30718 \backslash
30719 raisebox
30720 \series default
30721  dient nur als Abstandhalter.
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \end_layout
30728
30729 \end_inset
30730 </cell>
30731 </row>
30732 <row>
30733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30734 \begin_inset Text
30735
30736 \begin_layout Plain Layout
30737
30738 \backslash
30739 ce
30740 \begin_inset space \textvisiblespace{}
30741 \end_inset
30742
30743 H2CO3
30744 \end_layout
30745
30746 \end_inset
30747 </cell>
30748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30749 \begin_inset Text
30750
30751 \begin_layout Plain Layout
30752 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30753 \end_inset
30754
30755
30756 \end_layout
30757
30758 \end_inset
30759 </cell>
30760 </row>
30761 <row>
30762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30763 \begin_inset Text
30764
30765 \begin_layout Plain Layout
30766
30767 \backslash
30768 ce
30769 \begin_inset space \textvisiblespace{}
30770 \end_inset
30771
30772 SO4^2-
30773 \end_layout
30774
30775 \end_inset
30776 </cell>
30777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30778 \begin_inset Text
30779
30780 \begin_layout Plain Layout
30781 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30782 \end_inset
30783
30784
30785 \end_layout
30786
30787 \end_inset
30788 </cell>
30789 </row>
30790 <row>
30791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30792 \begin_inset Text
30793
30794 \begin_layout Plain Layout
30795
30796 \backslash
30797 ce
30798 \begin_inset space \textvisiblespace{}
30799 \end_inset
30800
30801 (NH4)2S
30802 \end_layout
30803
30804 \end_inset
30805 </cell>
30806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30807 \begin_inset Text
30808
30809 \begin_layout Plain Layout
30810 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30811 \end_inset
30812
30813
30814 \end_layout
30815
30816 \end_inset
30817 </cell>
30818 </row>
30819 <row>
30820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30821 \begin_inset Text
30822
30823 \begin_layout Plain Layout
30824
30825 \backslash
30826 ce
30827 \begin_inset space \textvisiblespace{}
30828 \end_inset
30829
30830 KCr(SO4)2.12H2O
30831 \end_layout
30832
30833 \end_inset
30834 </cell>
30835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30836 \begin_inset Text
30837
30838 \begin_layout Plain Layout
30839 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30840 \end_inset
30841
30842
30843 \end_layout
30844
30845 \end_inset
30846 </cell>
30847 </row>
30848 <row>
30849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30850 \begin_inset Text
30851
30852 \begin_layout Plain Layout
30853
30854 \backslash
30855 ce
30856 \begin_inset space \textvisiblespace{}
30857 \end_inset
30858
30859 A-B
30860 \backslash
30861 dbond
30862 \begin_inset space \textvisiblespace{}
30863 \end_inset
30864
30865 C
30866 \backslash
30867 tbond
30868 \begin_inset space \textvisiblespace{}
30869 \end_inset
30870
30871 D
30872 \end_layout
30873
30874 \end_inset
30875 </cell>
30876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30877 \begin_inset Text
30878
30879 \begin_layout Plain Layout
30880 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30881 \end_inset
30882
30883
30884 \end_layout
30885
30886 \end_inset
30887 </cell>
30888 </row>
30889 <row>
30890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30891 \begin_inset Text
30892
30893 \begin_layout Plain Layout
30894
30895 \backslash
30896 ce
30897 \begin_inset space \textvisiblespace{}
30898 \end_inset
30899
30900 ^227
30901 \begin_inset Formula $\downarrow$
30902 \end_inset
30903
30904 _90
30905 \begin_inset Formula $\to$
30906 \end_inset
30907
30908 Th+
30909 \end_layout
30910
30911 \end_inset
30912 </cell>
30913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30914 \begin_inset Text
30915
30916 \begin_layout Plain Layout
30917 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30918 \end_inset
30919
30920
30921 \end_layout
30922
30923 \end_inset
30924 </cell>
30925 </row>
30926 <row>
30927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30928 \begin_inset Text
30929
30930 \begin_layout Plain Layout
30931
30932 \backslash
30933 ce
30934 \begin_inset space \textvisiblespace{}
30935 \end_inset
30936
30937 CO2
30938 \begin_inset space \textvisiblespace{}
30939 \end_inset
30940
30941 +
30942 \begin_inset space \textvisiblespace{}
30943 \end_inset
30944
30945 C
30946 \begin_inset space \textvisiblespace{}
30947 \end_inset
30948
30949 <=>
30950 \begin_inset space \textvisiblespace{}
30951 \end_inset
30952
30953 2CO
30954 \end_layout
30955
30956 \end_inset
30957 </cell>
30958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30959 \begin_inset Text
30960
30961 \begin_layout Plain Layout
30962 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30963 \end_inset
30964
30965
30966 \end_layout
30967
30968 \end_inset
30969 </cell>
30970 </row>
30971 <row>
30972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30973 \begin_inset Text
30974
30975 \begin_layout Plain Layout
30976
30977 \backslash
30978 ce
30979 \begin_inset space \textvisiblespace{}
30980 \end_inset
30981
30982 CO2
30983 \begin_inset space \textvisiblespace{}
30984 \end_inset
30985
30986 +
30987 \begin_inset space \textvisiblespace{}
30988 \end_inset
30989
30990 C
30991 \begin_inset space \textvisiblespace{}
30992 \end_inset
30993
30994 ->[
30995 \backslash
30996 alpha][
30997 \backslash
30998 beta]
30999 \begin_inset space \textvisiblespace{}
31000 \end_inset
31001
31002 2CO}
31003 \end_layout
31004
31005 \end_inset
31006 </cell>
31007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31008 \begin_inset Text
31009
31010 \begin_layout Plain Layout
31011 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \end_inset
31018 </cell>
31019 </row>
31020 </lyxtabular>
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Standard
31028 \begin_inset Note Greyedout
31029 status open
31030
31031 \begin_layout Plain Layout
31032
31033 \series bold
31034 \color none
31035 Achtung:
31036 \series default
31037  Wenn eine Formel in eine 
31038 \series bold
31039
31040 \backslash
31041 ce
31042 \series default
31043 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
31044  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
31045 \begin_inset space \thinspace{}
31046 \end_inset
31047
31048 B.
31049  für
31050 \begin_inset Newline newline
31051 \end_inset
31052
31053
31054 \series bold
31055
31056 \backslash
31057 ce{$
31058 \backslash
31059 mu
31060 \backslash
31061 hyphen$Cl}
31062 \series default
31063
31064 \begin_inset ERT
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068
31069
31070 \backslash
31071 ce{$
31072 \backslash
31073 mu
31074 \backslash
31075 hyphen$Cl}
31076 \end_layout
31077
31078 \end_inset
31079
31080  
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \end_layout
31087
31088 \begin_layout Standard
31089 \begin_inset Note Greyedout
31090 status open
31091
31092 \begin_layout Plain Layout
31093
31094 \series bold
31095 \color none
31096 Achtung:
31097 \series default
31098  Es ist nicht möglich in LyX das Zeichen ^ zu verwenden um einen Pfeil nach
31099  oben zu bekommen, wie es im 
31100 \series bold
31101 mhchem
31102 \series default
31103 -Handbuch steht.
31104  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
31105  Befehl 
31106 \series bold
31107
31108 \backslash
31109 uparrow
31110 \series default
31111 :
31112 \begin_inset Newline newline
31113 \end_inset
31114
31115
31116 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31117 \end_inset
31118
31119
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \end_layout
31126
31127 \begin_layout Standard
31128 Wird 
31129 \series bold
31130
31131 \backslash
31132 ce
31133 \series default
31134  benutzt, lautet der Befehl für Gleichung
31135 \begin_inset space ~
31136 \end_inset
31137
31138
31139 \begin_inset CommandInset ref
31140 LatexCommand eqref
31141 reference "eq:chemische-Reaktion"
31142
31143 \end_inset
31144
31145 :
31146 \begin_inset Newline newline
31147 \end_inset
31148
31149
31150 \series bold
31151  
31152 \backslash
31153 ce
31154 \series default
31155
31156 \begin_inset space \textvisiblespace{}
31157 \end_inset
31158
31159
31160 \series bold
31161 2Na+
31162 \series default
31163
31164 \begin_inset space \textvisiblespace{}
31165 \end_inset
31166
31167
31168 \series bold
31169 +
31170 \series default
31171
31172 \begin_inset space \textvisiblespace{}
31173 \end_inset
31174
31175
31176 \series bold
31177 SO4^2-
31178 \series default
31179
31180 \begin_inset space \textvisiblespace{}
31181 \end_inset
31182
31183
31184 \begin_inset space \textvisiblespace{}
31185 \end_inset
31186
31187
31188 \series bold
31189 ->
31190 \series default
31191
31192 \begin_inset space \textvisiblespace{}
31193 \end_inset
31194
31195
31196 \series bold
31197 Na2SO4
31198 \end_layout
31199
31200 \begin_layout Standard
31201 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
31202  Formel erstellt, wie in 
31203 \begin_inset CommandInset ref
31204 LatexCommand ref
31205 reference "sec:Mehrzeilige-Formeln"
31206
31207 \end_inset
31208
31209  beschrieben.
31210  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
31211 \series bold
31212
31213 \backslash
31214 ce
31215 \series default
31216  verwendet.
31217  
31218 \begin_inset CommandInset ref
31219 LatexCommand eqref
31220 reference "eq:TEOS-Reaktion-1"
31221
31222 \end_inset
31223
31224  und 
31225 \begin_inset CommandInset ref
31226 LatexCommand eqref
31227 reference "eq:TEOS-Reaktion-2"
31228
31229 \end_inset
31230
31231  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
31232  Gleichung eine eigene Nummer hat.
31233 \begin_inset Formula 
31234 \begin{eqnarray}
31235 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
31236 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
31237 \end{eqnarray}
31238
31239 \end_inset
31240
31241
31242 \end_layout
31243
31244 \begin_layout Standard
31245 Außer 
31246 \series bold
31247
31248 \backslash
31249 ce
31250 \series default
31251  bietet das Paket 
31252 \series bold
31253 mhchem
31254 \series default
31255  noch den Befehl 
31256 \series bold
31257
31258 \backslash
31259 cf
31260 \series default
31261
31262 \begin_inset Index idx
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266 Befehle ! C ! 
31267 \backslash
31268 cf
31269 \end_layout
31270
31271 \end_inset
31272
31273  für spezielle Fälle.
31274  Mehr über 
31275 \series bold
31276
31277 \backslash
31278 cf
31279 \series default
31280  und weitere Beispiele sind in der Dokumentation von 
31281 \series bold
31282 mhchem
31283 \series default
31284  zu finden, 
31285 \begin_inset CommandInset citation
31286 LatexCommand cite
31287 key "mhchem"
31288
31289 \end_inset
31290
31291 .
31292 \end_layout
31293
31294 \begin_layout Section
31295 Diagramme
31296 \end_layout
31297
31298 \begin_layout Standard
31299 LyX unterstützt zwei Typen kommutativer Diagramme: 
31300 \series bold
31301 amscd
31302 \series default
31303  und 
31304 \series bold
31305 xymatrix
31306 \series default
31307 , die im Folgenden erläutert sind.
31308 \end_layout
31309
31310 \begin_layout Subsection
31311 amscd Diagramme
31312 \begin_inset Index idx
31313 status collapsed
31314
31315 \begin_layout Plain Layout
31316 Diagramme ! amscd
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \begin_layout Standard
31325 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
31326  Linien oder Pfeilen dar:
31327 \begin_inset Formula 
31328 \[
31329 \begin{CD}A@>>>B@>>>C\\
31330 @AAA@.@VVV\\
31331 F@<<<E@<<<D
31332 \end{CD}
31333 \]
31334
31335 \end_inset
31336
31337
31338 \end_layout
31339
31340 \begin_layout Standard
31341 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31342 \series bold
31343
31344 \backslash
31345 CD
31346 \begin_inset Index idx
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350 Befehle ! C ! 
31351 \backslash
31352 CD
31353 \end_layout
31354
31355 \end_inset
31356
31357
31358 \series default
31359  ein.
31360  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31361  man die weiteren Befehle eingibt.
31362  Mit 
31363 \series bold
31364
31365 \begin_inset ERT
31366 status collapsed
31367
31368 \begin_layout Plain Layout
31369
31370
31371 \backslash
31372 mbox{
31373 \end_layout
31374
31375 \end_inset
31376
31377
31378 \family sans
31379 \series default
31380 Strg+Enter
31381 \family default
31382 \series bold
31383
31384 \begin_inset ERT
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388
31389 }
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \series default
31396  wird eine neue Zeile erstellt.
31397  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31398  Zeilen der Formel eingegeben.
31399 \end_layout
31400
31401 \begin_layout Standard
31402 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31403 \end_layout
31404
31405 \begin_layout Itemize
31406
31407 \series bold
31408 @<<<
31409 \series default
31410  erstellt einen Linkspfeil, 
31411 \series bold
31412 @>>>
31413 \series default
31414  einen Rechtspfeil und 
31415 \series bold
31416 @=
31417 \series default
31418  ein langes Gleichheitszeichen
31419 \end_layout
31420
31421 \begin_layout Itemize
31422
31423 \series bold
31424 @AAA
31425 \series default
31426  erstellt einen Pfeil nach oben, 
31427 \series bold
31428 @VVV
31429 \series default
31430  einen Pfeil nach unten und 
31431 \series bold
31432 @|
31433 \series default
31434  ein senkrechtes Gleichheitszeichen
31435 \end_layout
31436
31437 \begin_layout Itemize
31438
31439 \series bold
31440 @.
31441
31442 \series default
31443  dient als Platzhalter für nicht vorhandene Beziehungen
31444 \end_layout
31445
31446 \begin_layout Standard
31447 Alle Pfeile sind wie folgt beschriftbar:
31448 \end_layout
31449
31450 \begin_layout Itemize
31451 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31452 \begin_inset space \space{}
31453 \end_inset
31454
31455 > Text eingegeben, erscheint er über dem Pfeil.
31456  Wird der Text zwischen dem zweiten und dritten < bzw.
31457 \begin_inset space \space{}
31458 \end_inset
31459
31460 > eingegeben, erscheint er unter dem Pfeil.
31461 \end_layout
31462
31463 \begin_layout Itemize
31464 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31465 \begin_inset space \space{}
31466 \end_inset
31467
31468 V eingegeben, erscheint er links neben dem Pfeil.
31469  Bei Eingabe zwischen zweitem und drittem A bzw.
31470 \begin_inset space \space{}
31471 \end_inset
31472
31473 V erscheint er rechts daneben.
31474  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31475  gesetzt werden.
31476 \end_layout
31477
31478 \begin_layout Standard
31479 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31480 \end_layout
31481
31482 \begin_layout Standard
31483 \begin_inset Formula 
31484 \[
31485 \begin{CD}A@>j>>B@>>k>C@=F\\
31486 @AmAA@.@VV{V}V@|\\
31487 D@<<j<E@>k>>F@=C
31488 \end{CD}
31489 \]
31490
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Standard
31497 Der Befehl dazu lautet:
31498 \begin_inset Newline newline
31499 \end_inset
31500
31501
31502 \series bold
31503
31504 \backslash
31505 CD
31506 \begin_inset space \textvisiblespace{}
31507 \end_inset
31508
31509 A@>j>>B@>>k>C@=F Strg+Enter
31510 \begin_inset Newline newline
31511 \end_inset
31512
31513
31514 \begin_inset Phantom HPhantom
31515 status open
31516
31517 \begin_layout Plain Layout
31518
31519 \series bold
31520
31521 \backslash
31522 CD
31523 \begin_inset space \textvisiblespace{}
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \end_inset
31530
31531 @AmAA@.@VV
31532 \backslash
31533 {V
31534 \series default
31535
31536 \begin_inset Formula $\to$
31537 \end_inset
31538
31539
31540 \series bold
31541 V@| Strg+Enter
31542 \begin_inset Newline newline
31543 \end_inset
31544
31545
31546 \begin_inset Phantom HPhantom
31547 status open
31548
31549 \begin_layout Plain Layout
31550
31551 \series bold
31552
31553 \backslash
31554 CD
31555 \begin_inset space \textvisiblespace{}
31556 \end_inset
31557
31558
31559 \end_layout
31560
31561 \end_inset
31562
31563 D@<<j<E@>k>>F@=C
31564 \end_layout
31565
31566 \begin_layout Subsection
31567 xymatrix Diagramme
31568 \begin_inset Index idx
31569 status collapsed
31570
31571 \begin_layout Plain Layout
31572 Diagramme ! xymatrix
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Standard
31581 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
31582 \series bold
31583 xypic
31584 \series default
31585  installiert sein.
31586  Eine Xymatrix wird erstellt, indem der Befehl 
31587 \series bold
31588
31589 \backslash
31590 xymatrix
31591 \series default
31592  in eine Formel eingegeben wird.
31593  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31594  hinzufügen, siehe 
31595 \begin_inset CommandInset ref
31596 LatexCommand ref
31597 reference "sec:Matrizen"
31598
31599 \end_inset
31600
31601 .
31602 \end_layout
31603
31604 \begin_layout Standard
31605 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
31606  gekrümmte Pfeile und vieles mehr.
31607  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
31608  sind im Detail im 
31609 \emph on
31610 XY-pic-Handbuch
31611 \emph default
31612  erklärt, dass im Menü 
31613 \family sans
31614 Hilfe\SpecialChar \menuseparator
31615 Spezielle
31616 \begin_inset space ~
31617 \end_inset
31618
31619 Handbücher
31620 \family default
31621  zu finden ist.
31622 \end_layout
31623
31624 \begin_layout Subsection
31625
31626 \noun on
31627 Feynman
31628 \noun default
31629  Diagramme
31630 \begin_inset Index idx
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634 Diagramme ! Feynman
31635 \end_layout
31636
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \begin_layout Standard
31643 Um 
31644 \noun on
31645 Feynman-
31646 \noun default
31647 Diagrammen nutzen zu können, muss das LaTeX-Paket 
31648 \series bold
31649 feyn
31650 \series default
31651  installiert sein.
31652  Ein 
31653 \noun on
31654 Feynman-
31655 \noun default
31656 Diagramm wird erstellt, indem der Befehl 
31657 \series bold
31658
31659 \backslash
31660 Diagram
31661 \series default
31662  in eine Formel eingegeben wird.
31663  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31664  hinzufügen, siehe 
31665 \begin_inset CommandInset ref
31666 LatexCommand ref
31667 reference "sec:Matrizen"
31668
31669 \end_inset
31670
31671 .
31672 \end_layout
31673
31674 \begin_layout Standard
31675 Beispiele wie man in LyX 
31676 \noun on
31677 Feynman-
31678 \noun default
31679 Diagramme erstellt sind im 
31680 \emph on
31681 Feynman-Diagramm Handbuch
31682 \emph default
31683  gegeben, dass im Menü 
31684 \family sans
31685 Hilfe\SpecialChar \menuseparator
31686 Spezielle
31687 \begin_inset space ~
31688 \end_inset
31689
31690 Handbücher
31691 \family default
31692  zu finden ist.
31693 \end_layout
31694
31695 \begin_layout Standard
31696 \begin_inset Newpage newpage
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \begin_layout Section
31703 Benutzerdefinierte Befehle
31704 \begin_inset CommandInset label
31705 LatexCommand label
31706 name "sec:Benutzerdefinierte-Befehle"
31707
31708 \end_inset
31709
31710
31711 \begin_inset Index idx
31712 status collapsed
31713
31714 \begin_layout Plain Layout
31715 benutzerdefinierte Befehle
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Standard
31724 \begin_inset Note Greyedout
31725 status open
31726
31727 \begin_layout Plain Layout
31728
31729 \series bold
31730 Achtung: 
31731 \series default
31732 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
31733 n Buchstaben bestehen.
31734 \end_layout
31735
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \begin_layout Subsection
31742 Der Befehl 
31743 \backslash
31744 newcommand
31745 \begin_inset CommandInset label
31746 LatexCommand label
31747 name "sub:Der-Befehl-newcommand"
31748
31749 \end_inset
31750
31751
31752 \begin_inset Index idx
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756 benutzerdefinierte Befehle ! 
31757 \backslash
31758 newcommand
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \begin_inset Index idx
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768 Befehle ! N ! 
31769 \backslash
31770 newcommand
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \end_layout
31777
31778 \begin_layout Standard
31779 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31780  Man kann sich aber mit dem Befehl 
31781 \series bold
31782
31783 \backslash
31784 newcommand
31785 \series default
31786  neue kürzere Befehle definieren.
31787 \end_layout
31788
31789 \begin_layout Standard
31790 Das Befehlsschema von 
31791 \series bold
31792
31793 \backslash
31794 newcommand
31795 \series default
31796  lautet:
31797 \end_layout
31798
31799 \begin_layout Standard
31800
31801 \series bold
31802
31803 \backslash
31804 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31805 \series default
31806  
31807 \series bold
31808 Wert]
31809 \begin_inset Newline newline
31810 \end_inset
31811
31812
31813 \begin_inset Phantom HPhantom
31814 status open
31815
31816 \begin_layout Plain Layout
31817
31818 \series bold
31819
31820 \backslash
31821 newcommand
31822 \end_layout
31823
31824 \end_inset
31825
31826 {Befehlsdefinition}
31827 \end_layout
31828
31829 \begin_layout Standard
31830 \begin_inset Note Greyedout
31831 status open
31832
31833 \begin_layout Plain Layout
31834
31835 \series bold
31836 Achtung:
31837 \series default
31838  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31839  oder von benutzten LaTeX-Paketen verwendet wird.
31840  Definiert man beispielsweise für 
31841 \series bold
31842
31843 \backslash
31844 Leftarrow
31845 \series default
31846  den Befehl 
31847 \series bold
31848
31849 \backslash
31850 le
31851 \series default
31852 , erhält man eine Fehlermeldung, denn 
31853 \series bold
31854
31855 \backslash
31856 le
31857 \series default
31858  ist schon für 
31859 \begin_inset Quotes gld
31860 \end_inset
31861
31862
31863 \begin_inset Formula $\le$
31864 \end_inset
31865
31866
31867 \begin_inset Quotes grd
31868 \end_inset
31869
31870  definiert.
31871 \end_layout
31872
31873 \end_inset
31874
31875
31876 \end_layout
31877
31878 \begin_layout Standard
31879 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31880 \begin_inset space \thinspace{}
31881 \end_inset
31882
31883 -
31884 \begin_inset space \thinspace{}
31885 \end_inset
31886
31887 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31888  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31889  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31890 \emph on
31891 erste
31892 \emph default
31893  Argument des neuen Befehls ein optionales ist.
31894 \end_layout
31895
31896 \begin_layout Standard
31897 Es folgen einige Beispiele:
31898 \end_layout
31899
31900 \begin_layout Itemize
31901 Will man für 
31902 \series bold
31903
31904 \backslash
31905 Longrightarrow
31906 \series default
31907  den Befehl 
31908 \series bold
31909
31910 \backslash
31911 gr
31912 \series default
31913  definieren, lautet die LaTeX-Vor\SpecialChar \-
31914 spannzeile:
31915 \begin_inset VSpace medskip
31916 \end_inset
31917
31918
31919 \begin_inset Newline newline
31920 \end_inset
31921
31922
31923 \series bold
31924
31925 \backslash
31926 newcommand{
31927 \backslash
31928 gr}{
31929 \backslash
31930 Longrightarrow}
31931 \end_layout
31932
31933 \begin_layout Itemize
31934 Um für den Befehl 
31935 \series bold
31936
31937 \backslash
31938 underline
31939 \series default
31940  den Befehl 
31941 \series bold
31942
31943 \backslash
31944 us
31945 \series default
31946  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31947  werden.
31948  Dazu sieht die Vorspannzeile wie folgt aus:
31949 \begin_inset VSpace medskip
31950 \end_inset
31951
31952
31953 \begin_inset Newline newline
31954 \end_inset
31955
31956
31957 \series bold
31958
31959 \backslash
31960 newcommand{
31961 \backslash
31962 us}[1]{
31963 \backslash
31964 underline{#1}}
31965 \series default
31966
31967 \begin_inset VSpace medskip
31968 \end_inset
31969
31970
31971 \begin_inset Newline newline
31972 \end_inset
31973
31974 Das Zeichen 
31975 \series bold
31976 #
31977 \series default
31978  fungiert als Argumentplatzhalter, die 
31979 \series bold
31980 1
31981 \series default
31982  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31983 \end_layout
31984
31985 \begin_layout Itemize
31986 Für 
31987 \series bold
31988
31989 \backslash
31990 framebox
31991 \series default
31992  kann man z.
31993 \begin_inset space \thinspace{}
31994 \end_inset
31995
31996 B.
31997  den Befehl 
31998 \series bold
31999
32000 \backslash
32001 fb
32002 \series default
32003  definieren:
32004 \begin_inset VSpace medskip
32005 \end_inset
32006
32007
32008 \begin_inset Newline newline
32009 \end_inset
32010
32011
32012 \series bold
32013
32014 \backslash
32015 newcommand{
32016 \backslash
32017 fb}[3]{
32018 \backslash
32019 framebox#1#2{$#3$}}
32020 \series default
32021
32022 \begin_inset VSpace medskip
32023 \end_inset
32024
32025
32026 \begin_inset Newline newline
32027 \end_inset
32028
32029 Die beiden Dollarzeichen erstellen hierbei die für 
32030 \series bold
32031
32032 \backslash
32033 framebox
32034 \series default
32035  geforderte weitere Formel, siehe 
32036 \begin_inset CommandInset ref
32037 LatexCommand ref
32038 reference "sub:Boxen-mit-Rahmen"
32039
32040 \end_inset
32041
32042 .
32043 \end_layout
32044
32045 \begin_layout Itemize
32046 Um einen neuen Befehl für 
32047 \series bold
32048
32049 \backslash
32050 fcolorbox
32051 \series default
32052  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
32053  definiert man das Argument für die Farbe als optional:
32054 \begin_inset VSpace medskip
32055 \end_inset
32056
32057
32058 \begin_inset Newline newline
32059 \end_inset
32060
32061
32062 \series bold
32063
32064 \backslash
32065 newcommand{
32066 \backslash
32067 cb}[3][white]{
32068 \backslash
32069 fcolorbox{#2}{#1}{$#3$}}
32070 \series default
32071
32072 \begin_inset VSpace medskip
32073 \end_inset
32074
32075
32076 \begin_inset Newline newline
32077 \end_inset
32078
32079 Gibt man bei der Verwendung von 
32080 \series bold
32081
32082 \backslash
32083 cb
32084 \series default
32085  die Farbe nicht an, wird die voreingestellte Farbe 
32086 \series bold
32087 white
32088 \series default
32089  verwendet.
32090 \end_layout
32091
32092 \begin_layout Standard
32093 Ein Test der neu definierten Befehle:
32094 \end_layout
32095
32096 \begin_layout Standard
32097 \align center
32098 \begin_inset Tabular
32099 <lyxtabular version="3" rows="6" columns="2">
32100 <features rotate="0" tabularvalignment="middle">
32101 <column alignment="center" valignment="top">
32102 <column alignment="center" valignment="top">
32103 <row>
32104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32105 \begin_inset Text
32106
32107 \begin_layout Plain Layout
32108 Befehl
32109 \end_layout
32110
32111 \end_inset
32112 </cell>
32113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32114 \begin_inset Text
32115
32116 \begin_layout Plain Layout
32117 Ergebnis
32118 \begin_inset Note Note
32119 status collapsed
32120
32121 \begin_layout Plain Layout
32122
32123 \series bold
32124
32125 \backslash
32126 raisebox
32127 \series default
32128  dient nur als Abstandhalter.
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 </row>
32139 <row>
32140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32141 \begin_inset Text
32142
32143 \begin_layout Plain Layout
32144 A
32145 \backslash
32146 gr
32147 \begin_inset space \textvisiblespace{}
32148 \end_inset
32149
32150 B
32151 \end_layout
32152
32153 \end_inset
32154 </cell>
32155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32156 \begin_inset Text
32157
32158 \begin_layout Plain Layout
32159 \begin_inset Formula $A\gr B$
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \end_inset
32166 </cell>
32167 </row>
32168 <row>
32169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173
32174 \backslash
32175 us{ABcd
32176 \end_layout
32177
32178 \end_inset
32179 </cell>
32180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32181 \begin_inset Text
32182
32183 \begin_layout Plain Layout
32184 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32185 \end_inset
32186
32187
32188 \end_layout
32189
32190 \end_inset
32191 </cell>
32192 </row>
32193 <row>
32194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32195 \begin_inset Text
32196
32197 \begin_layout Plain Layout
32198
32199 \backslash
32200 fb{[2cm]
32201 \begin_inset Formula $\to$
32202 \end_inset
32203
32204
32205 \backslash
32206 {
32207 \begin_inset Formula $\to$
32208 \end_inset
32209
32210
32211 \backslash
32212 {
32213 \backslash
32214 int
32215 \begin_inset space \textvisiblespace{}
32216 \end_inset
32217
32218 A=B
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32224 \begin_inset Text
32225
32226 \begin_layout Plain Layout
32227 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32228 \end_inset
32229
32230
32231 \end_layout
32232
32233 \end_inset
32234 </cell>
32235 </row>
32236 <row>
32237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241
32242 \backslash
32243 cb{red
32244 \begin_inset Formula $\to$
32245 \end_inset
32246
32247
32248 \backslash
32249 {
32250 \backslash
32251 int
32252 \begin_inset space \textvisiblespace{}
32253 \end_inset
32254
32255 A=B
32256 \end_layout
32257
32258 \end_inset
32259 </cell>
32260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32261 \begin_inset Text
32262
32263 \begin_layout Plain Layout
32264 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \end_inset
32271 </cell>
32272 </row>
32273 <row>
32274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278
32279 \backslash
32280 cb[green]
32281 \backslash
32282 {red
32283 \begin_inset Formula $\to$
32284 \end_inset
32285
32286
32287 \backslash
32288 {
32289 \backslash
32290 int
32291 \begin_inset space \textvisiblespace{}
32292 \end_inset
32293
32294 A=B
32295 \end_layout
32296
32297 \end_inset
32298 </cell>
32299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32304 \end_inset
32305
32306
32307 \end_layout
32308
32309 \end_inset
32310 </cell>
32311 </row>
32312 </lyxtabular>
32313
32314 \end_inset
32315
32316
32317 \end_layout
32318
32319 \begin_layout Subsection
32320 Mathe-Makros
32321 \begin_inset Index idx
32322 status collapsed
32323
32324 \begin_layout Plain Layout
32325 benutzerdefinierte Befehle ! Mathe-Makros
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \begin_inset Index idx
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335 Makros
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Standard
32344 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
32345  Hat man es in einem Dokument z.
32346 \begin_inset space \thinspace{}
32347 \end_inset
32348
32349 B.
32350  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
32351  auf.
32352  Die allgemeine Form einer quadratischen Gleichung ist
32353 \begin_inset Formula 
32354 \[
32355 0=\lambda^{2}+p\lambda+q
32356 \]
32357
32358 \end_inset
32359
32360 Die allgemeine Form der Lösung lautet
32361 \begin_inset Formula 
32362 \[
32363 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32364 \]
32365
32366 \end_inset
32367
32368
32369 \end_layout
32370
32371 \begin_layout Standard
32372 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
32373  drei Parameter 
32374 \begin_inset Formula $\lambda$
32375 \end_inset
32376
32377
32378 \begin_inset Formula $p$
32379 \end_inset
32380
32381  und 
32382 \begin_inset Formula $q$
32383 \end_inset
32384
32385  angegeben werden müssen und der Index von 
32386 \begin_inset Formula $\lambda$
32387 \end_inset
32388
32389  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
32390 \begin_inset Newline newline
32391 \end_inset
32392
32393
32394 \series bold
32395
32396 \backslash
32397 newcommand{
32398 \backslash
32399 qG}[4][1,
32400 \backslash
32401 ,2]{#2_{#1}=-
32402 \backslash
32403 frac{#3}{2}
32404 \backslash
32405 pm
32406 \begin_inset Newline newline
32407 \end_inset
32408
32409
32410 \begin_inset Phantom HPhantom
32411 status open
32412
32413 \begin_layout Plain Layout
32414
32415 \series bold
32416
32417 \backslash
32418 newcommand
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \backslash
32425 sqrt{
32426 \backslash
32427 frac{#3^{2}}{4}-#4}}
32428 \end_layout
32429
32430 \begin_layout Standard
32431 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
32432  
32433 \begin_inset Newline newline
32434 \end_inset
32435
32436
32437 \series bold
32438
32439 \backslash
32440 qG{
32441 \backslash
32442 lambda
32443 \begin_inset Formula $\to$
32444 \end_inset
32445
32446
32447 \backslash
32448 {p
32449 \begin_inset Formula $\to$
32450 \end_inset
32451
32452
32453 \backslash
32454 {q 
32455 \series default
32456 ein.
32457 \end_layout
32458
32459 \begin_layout Standard
32460 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
32461  aller verwendeten LaTeX-Befehle kennen, z.
32462 \begin_inset space \thinspace{}
32463 \end_inset
32464
32465 B.
32466  dass ein Bruch in LaTeX mit 
32467 \series bold
32468
32469 \backslash
32470 frac{Zähler}
32471 \begin_inset Newline linebreak
32472 \end_inset
32473
32474 {Nenner}
32475 \series default
32476  eingegeben wird.
32477  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
32478  in LyX nicht sehen, was der neue Befehl macht.
32479  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
32480  Mathe-Makros statt den Befehl 
32481 \series bold
32482
32483 \backslash
32484 newcommand
32485 \series default
32486  zu verwenden.
32487 \end_layout
32488
32489 \begin_layout Standard
32490 Ein Mathe-Makro wird erstellt, indem man das Menü 
32491 \family sans
32492 Einfügen\SpecialChar \menuseparator
32493 Mathe\SpecialChar \menuseparator
32494 Makro
32495 \family default
32496  oder den Werkzeugleistenknopf 
32497 \begin_inset Graphics
32498         filename ../../images/math-macro_newmacroname_newcommand.png
32499         scale 85
32500
32501 \end_inset
32502
32503  verwendet.
32504  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
32505  Makro definiert wird:
32506 \begin_inset Newline newline
32507 \end_inset
32508
32509
32510 \begin_inset space \hspace*{\fill}
32511 \end_inset
32512
32513
32514 \begin_inset Graphics
32515         filename ../clipart/macrobox.png
32516
32517 \end_inset
32518
32519
32520 \begin_inset space \hspace*{\fill}
32521 \end_inset
32522
32523
32524 \begin_inset Newline newline
32525 \end_inset
32526
32527
32528 \begin_inset FormulaMacro
32529 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32530 \end_inset
32531
32532
32533 \backslash
32534 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
32535  geändert werden sollte.
32536  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
32537  Einen Argumentplatzhalter fügt man mit dem Befehl 
32538 \series bold
32539
32540 \backslash
32541 #Argumentnummer
32542 \series default
32543  ein, z.
32544 \begin_inset space \thinspace{}
32545 \end_inset
32546
32547 B.
32548  
32549 \series bold
32550
32551 \backslash
32552 #1
32553 \series default
32554  oder man verwendet den Makro-Werkzeugleistenknopf 
32555 \begin_inset Graphics
32556         filename ../../images/math-macro-add-param.png
32557         scale 85
32558
32559 \end_inset
32560
32561 .
32562  Argumentplatzhalter werden rot dargestellt.
32563  Es sind maximal 9
32564 \begin_inset space ~
32565 \end_inset
32566
32567 Argumente möglich.
32568  Optionale Argumente werden mit dem Werkzeugleistenknopf 
32569 \begin_inset Graphics
32570         filename ../../images/math-macro-add-optional-param.png
32571         scale 85
32572
32573 \end_inset
32574
32575  erstellt.
32576  Mit dem Werkzeugleistenknopf 
32577 \begin_inset Graphics
32578         filename ../../images/math-macro-make-optional.png
32579         scale 85
32580
32581 \end_inset
32582
32583  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
32584  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
32585  werden soll.
32586  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
32587  Kästchen leer lässt.
32588  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
32589  einnimmt, kann man in das Kästchen z.
32590 \begin_inset space \thinspace{}
32591 \end_inset
32592
32593 B.
32594 \begin_inset Newline newline
32595 \end_inset
32596
32597
32598 \series bold
32599 qG: 
32600 \backslash
32601 #1
32602 \series default
32603  
32604 \series bold
32605 ,
32606 \series default
32607  
32608 \series bold
32609
32610 \backslash
32611 #2
32612 \series default
32613  
32614 \series bold
32615 ,
32616 \series default
32617  
32618 \series bold
32619
32620 \backslash
32621 #3, 
32622 \backslash
32623 #4
32624 \begin_inset Newline newline
32625 \end_inset
32626
32627
32628 \series default
32629 eingeben.
32630  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
32631  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
32632  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
32633  wurde.
32634 \begin_inset Newline newline
32635 \end_inset
32636
32637 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
32638  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
32639 \family sans
32640 Ansicht\SpecialChar \menuseparator
32641 Mathe-Makro
32642 \begin_inset space ~
32643 \end_inset
32644
32645 auf/zuklappen
32646 \family default
32647  verwendet.
32648 \end_layout
32649
32650 \begin_layout Standard
32651 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
32652  ein, in unserem Fall 
32653 \series bold
32654
32655 \backslash
32656 qG
32657 \series default
32658 .
32659  Unser Makro sieht in LyX folgendermaßen aus:
32660 \begin_inset Newline newline
32661 \end_inset
32662
32663
32664 \begin_inset space \hspace*{\fill}
32665 \end_inset
32666
32667
32668 \begin_inset Graphics
32669         filename ../clipart/macrouse.png
32670
32671 \end_inset
32672
32673
32674 \begin_inset space \hspace*{\fill}
32675 \end_inset
32676
32677
32678 \begin_inset Newline newline
32679 \end_inset
32680
32681 Hier ist unser Makro-Beispiel mit den Argumenten 
32682 \begin_inset Formula $x$
32683 \end_inset
32684
32685
32686 \begin_inset Formula $\ln(x)$
32687 \end_inset
32688
32689  und 
32690 \begin_inset Formula $B$
32691 \end_inset
32692
32693 :
32694 \end_layout
32695
32696 \begin_layout Standard
32697 \begin_inset Formula 
32698 \[
32699 \qG x{\ln(x)}B
32700 \]
32701
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \begin_layout Standard
32708 LyX bietet im Menü 
32709 \family sans
32710 Werkzeuge\SpecialChar \menuseparator
32711 Einstellungen\SpecialChar \menuseparator
32712 Bearbeiten\SpecialChar \menuseparator
32713 Kontrolle
32714 \family default
32715  verschiedene Bearbeitungsstile für Makros an.
32716  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
32717  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
32718  zu sehen.
32719 \end_layout
32720
32721 \begin_layout Standard
32722 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
32723 \series bold
32724
32725 \backslash
32726 new\SpecialChar \-
32727 command
32728 \series default
32729 -Befehl umgewandelt.
32730  Der 
32731 \series bold
32732
32733 \backslash
32734 newcommand
32735 \series default
32736 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
32737  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
32738  Makrodefinitionsbox befinden.
32739 \end_layout
32740
32741 \begin_layout Standard
32742 Mathe-Makros können auch direkt aus einem 
32743 \series bold
32744
32745 \backslash
32746 newcommand
32747 \series default
32748 -Befehl erstellt werden.
32749  Schreibt man z.
32750 \begin_inset space \thinspace{}
32751 \end_inset
32752
32753 B.
32754  den Befehl
32755 \series bold
32756
32757 \begin_inset Newline newline
32758 \end_inset
32759
32760
32761 \backslash
32762 newcommand{
32763 \backslash
32764 larrow}[2]{
32765 \backslash
32766 xleftarrow[#2]{#1}}
32767 \begin_inset Newline newline
32768 \end_inset
32769
32770
32771 \series default
32772 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
32773 zel 
32774 \family sans
32775 Strg+M
32776 \family default
32777 , wird der Befehl in ein Mathe-Makro umgewandelt.
32778  Bei dieser Methode muss man jedoch aufpassen, dass der 
32779 \series bold
32780
32781 \backslash
32782 newcommand
32783 \series default
32784 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
32785  erstellt, dass später LaTeX-Fehler hervorruft.
32786 \end_layout
32787
32788 \begin_layout Standard
32789 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
32790  Makrodefinition fehlerhaft behandelt werden.
32791  Dadurch kann das Beispiel 
32792 \series bold
32793
32794 \backslash
32795 fb
32796 \series default
32797  aus 
32798 \begin_inset CommandInset ref
32799 LatexCommand ref
32800 reference "sub:Der-Befehl-newcommand"
32801
32802 \end_inset
32803
32804  nicht als Makro erzeugt werden.
32805 \end_layout
32806
32807 \begin_layout Standard
32808 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
32809  in LyX angezeigt:
32810 \end_layout
32811
32812 \begin_layout Standard
32813 \begin_inset VSpace defskip
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Standard
32820 \begin_inset Graphics
32821         filename ../clipart/MacroToolbar.png
32822
32823 \end_inset
32824
32825
32826 \begin_inset Index idx
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830 Makros ! Werkzeugleiste
32831 \end_layout
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Standard
32839 \begin_inset VSpace defskip
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \begin_layout Standard
32846 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
32847 \end_layout
32848
32849 \begin_layout Standard
32850 \begin_inset VSpace defskip
32851 \end_inset
32852
32853
32854 \end_layout
32855
32856 \begin_layout Standard
32857 \begin_inset Tabular
32858 <lyxtabular version="3" rows="9" columns="2">
32859 <features rotate="0" islongtable="true" longtabularalignment="center">
32860 <column alignment="left" valignment="top">
32861 <column alignment="left" valignment="top" width="85col%">
32862 <row interlinespace="2.5mm">
32863 <cell alignment="center" valignment="top" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867 \begin_inset Graphics
32868         filename ../../images/math-macro-remove-param.png
32869         rotateOrigin center
32870
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \end_inset
32877 </cell>
32878 <cell alignment="center" valignment="top" usebox="none">
32879 \begin_inset Text
32880
32881 \begin_layout Plain Layout
32882
32883 \family sans
32884 Bearbeiten\SpecialChar \menuseparator
32885 Mathe\SpecialChar \menuseparator
32886 Makro-Definition\SpecialChar \menuseparator
32887 Letztes Argument entfernen
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 </row>
32893 <row interlinespace="2.5mm">
32894 <cell alignment="center" valignment="top" usebox="none">
32895 \begin_inset Text
32896
32897 \begin_layout Plain Layout
32898 \begin_inset Graphics
32899         filename ../../images/math-macro-add-param.png
32900         rotateOrigin center
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \end_inset
32908 </cell>
32909 <cell alignment="center" valignment="top" usebox="none">
32910 \begin_inset Text
32911
32912 \begin_layout Plain Layout
32913
32914 \family sans
32915 Bearbeiten\SpecialChar \menuseparator
32916 Mathe\SpecialChar \menuseparator
32917 Makro-Definition\SpecialChar \menuseparator
32918 Argument hinzufügen
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 </row>
32924 <row interlinespace="2.5mm">
32925 <cell alignment="center" valignment="top" usebox="none">
32926 \begin_inset Text
32927
32928 \begin_layout Plain Layout
32929 \begin_inset Graphics
32930         filename ../../images/math-macro-make-optional.png
32931         rotateOrigin center
32932
32933 \end_inset
32934
32935
32936 \end_layout
32937
32938 \end_inset
32939 </cell>
32940 <cell alignment="center" valignment="top" usebox="none">
32941 \begin_inset Text
32942
32943 \begin_layout Plain Layout
32944
32945 \family sans
32946 Bearbeiten\SpecialChar \menuseparator
32947 Mathe\SpecialChar \menuseparator
32948 Makro-Definition\SpecialChar \menuseparator
32949 Das erste nicht-optionale
32950 \begin_inset Newline newline
32951 \end_inset
32952
32953
32954 \begin_inset Phantom HPhantom
32955 status open
32956
32957 \begin_layout Plain Layout
32958
32959 \family sans
32960 Bearbeiten\SpecialChar \menuseparator
32961 Mathe\SpecialChar \menuseparator
32962 Makro-Definition\SpecialChar \menuseparator
32963
32964 \end_layout
32965
32966 \end_inset
32967
32968 Argument in einen optionales
32969 \begin_inset Newline newline
32970 \end_inset
32971
32972
32973 \begin_inset Phantom HPhantom
32974 status open
32975
32976 \begin_layout Plain Layout
32977
32978 \family sans
32979 Bearbeiten\SpecialChar \menuseparator
32980 Mathe\SpecialChar \menuseparator
32981 Makro-Definition\SpecialChar \menuseparator
32982
32983 \end_layout
32984
32985 \end_inset
32986
32987 ändern
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 </row>
32993 <row interlinespace="2.5mm">
32994 <cell alignment="center" valignment="top" usebox="none">
32995 \begin_inset Text
32996
32997 \begin_layout Plain Layout
32998 \begin_inset Graphics
32999         filename ../../images/math-macro-make-nonoptional.png
33000         rotateOrigin center
33001
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \end_inset
33008 </cell>
33009 <cell alignment="center" valignment="top" usebox="none">
33010 \begin_inset Text
33011
33012 \begin_layout Plain Layout
33013
33014 \family sans
33015 Bearbeiten\SpecialChar \menuseparator
33016 Mathe\SpecialChar \menuseparator
33017 Makro-Definition\SpecialChar \menuseparator
33018 Das letzte optionale Argument in
33019 \begin_inset Newline newline
33020 \end_inset
33021
33022
33023 \begin_inset Phantom HPhantom
33024 status open
33025
33026 \begin_layout Plain Layout
33027
33028 \family sans
33029 Bearbeiten\SpecialChar \menuseparator
33030 Mathe\SpecialChar \menuseparator
33031 Makro-Definition\SpecialChar \menuseparator
33032
33033 \end_layout
33034
33035 \end_inset
33036
33037 einen nicht-optionales ändern
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 </row>
33043 <row interlinespace="2.5mm">
33044 <cell alignment="center" valignment="top" usebox="none">
33045 \begin_inset Text
33046
33047 \begin_layout Plain Layout
33048 \begin_inset Graphics
33049         filename ../../images/math-macro-remove-optional-param.png
33050         rotateOrigin center
33051
33052 \end_inset
33053
33054
33055 \end_layout
33056
33057 \end_inset
33058 </cell>
33059 <cell alignment="center" valignment="top" usebox="none">
33060 \begin_inset Text
33061
33062 \begin_layout Plain Layout
33063
33064 \family sans
33065 Bearbeiten\SpecialChar \menuseparator
33066 Mathe\SpecialChar \menuseparator
33067 Makro-Definition\SpecialChar \menuseparator
33068 Optionales Argument entfernen
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 </row>
33074 <row interlinespace="2.5mm">
33075 <cell alignment="center" valignment="top" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 \begin_inset Graphics
33080         filename ../../images/math-macro-add-optional-param.png
33081         rotateOrigin center
33082
33083 \end_inset
33084
33085
33086 \end_layout
33087
33088 \end_inset
33089 </cell>
33090 <cell alignment="center" valignment="top" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094
33095 \family sans
33096 Bearbeiten\SpecialChar \menuseparator
33097 Mathe\SpecialChar \menuseparator
33098 Makro-Definition\SpecialChar \menuseparator
33099 Optionales Argument einfügen
33100 \end_layout
33101
33102 \end_inset
33103 </cell>
33104 </row>
33105 <row interlinespace="2.5mm">
33106 <cell alignment="center" valignment="top" usebox="none">
33107 \begin_inset Text
33108
33109 \begin_layout Plain Layout
33110 \begin_inset Graphics
33111         filename ../../images/math-macro-remove-greedy-param.png
33112         rotateOrigin center
33113
33114 \end_inset
33115
33116
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 <cell alignment="center" valignment="top" usebox="none">
33122 \begin_inset Text
33123
33124 \begin_layout Plain Layout
33125
33126 \family sans
33127 Bearbeiten\SpecialChar \menuseparator
33128 Mathe\SpecialChar \menuseparator
33129 Makro-Definition\SpecialChar \menuseparator
33130 Letztes Argument rechts entfernen
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 </row>
33136 <row interlinespace="2.5mm">
33137 <cell alignment="center" valignment="top" usebox="none">
33138 \begin_inset Text
33139
33140 \begin_layout Plain Layout
33141 \begin_inset Graphics
33142         filename ../../images/math-macro-append-greedy-param.png
33143         rotateOrigin center
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 <cell alignment="center" valignment="top" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156
33157 \family sans
33158 Bearbeiten\SpecialChar \menuseparator
33159 Mathe\SpecialChar \menuseparator
33160 Makro-Definition\SpecialChar \menuseparator
33161 Argument von rechts hinzufügen
33162 \end_layout
33163
33164 \end_inset
33165 </cell>
33166 </row>
33167 <row interlinespace="2.5mm">
33168 <cell alignment="center" valignment="top" usebox="none">
33169 \begin_inset Text
33170
33171 \begin_layout Plain Layout
33172 \begin_inset Graphics
33173         filename ../../images/math-macro-add-greedy-optional-param.png
33174         rotateOrigin center
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \end_inset
33182 </cell>
33183 <cell alignment="center" valignment="top" usebox="none">
33184 \begin_inset Text
33185
33186 \begin_layout Plain Layout
33187
33188 \family sans
33189 Bearbeiten\SpecialChar \menuseparator
33190 Mathe\SpecialChar \menuseparator
33191 Makro-Definition\SpecialChar \menuseparator
33192 Optionales Argument von rechts
33193 \begin_inset Newline newline
33194 \end_inset
33195
33196
33197 \begin_inset Phantom HPhantom
33198 status open
33199
33200 \begin_layout Plain Layout
33201
33202 \family sans
33203 Bearbeiten\SpecialChar \menuseparator
33204 Mathe\SpecialChar \menuseparator
33205 Makro-Definition\SpecialChar \menuseparator
33206
33207 \end_layout
33208
33209 \end_inset
33210
33211 hinzufügen
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 </row>
33217 </lyxtabular>
33218
33219 \end_inset
33220
33221
33222 \end_layout
33223
33224 \begin_layout Section
33225 Computeralgebrasysteme
33226 \end_layout
33227
33228 \begin_layout Standard
33229 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
33230  oder benutzerdefinierten Skripten auszutauschen.
33231  Momentan werden folgende Anwendungen unterstützt: 
33232 \family typewriter
33233 Maple
33234 \family default
33235
33236 \family typewriter
33237 Mathematica
33238 \family default
33239
33240 \family typewriter
33241 Maxima
33242 \family default
33243  und 
33244 \family typewriter
33245 Octave
33246 \family default
33247 .
33248  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
33249  sehr einfache Fälle beschränkt sind.
33250 \end_layout
33251
33252 \begin_layout Subsection
33253 Verwendung
33254 \end_layout
33255
33256 \begin_layout Standard
33257 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
33258 \family sans
33259 Bearbeiten\SpecialChar \menuseparator
33260 Mathe\SpecialChar \menuseparator
33261 Computer-Algebra-System verwenden
33262 \family default
33263  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
33264  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
33265  mit dem 
33266 \begin_inset Quotes gld
33267 \end_inset
33268
33269 =
33270 \begin_inset Quotes grd
33271 \end_inset
33272
33273  Operator erscheinen.
33274 \end_layout
33275
33276 \begin_layout Standard
33277 Hier sind ein paar einfache Beispiele (mit Resultaten von 
33278 \family typewriter
33279 Maxima
33280 \family default
33281 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
33282 \end_layout
33283
33284 \begin_layout Itemize
33285 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Itemize
33292 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33293 \end_inset
33294
33295
33296 \end_layout
33297
33298 \begin_layout Itemize
33299 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Itemize
33306 \begin_inset Formula $\det\left[\begin{array}{ccc}
33307 1 & 6 & 7\\
33308 2 & 5 & 8\\
33309 3 & 4 & 17
33310 \end{array}\right]=-56$
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \begin_layout Itemize
33317 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33318 \end_inset
33319
33320
33321 \end_layout
33322
33323 \begin_layout Subsection
33324 Tastenkürzel
33325 \end_layout
33326
33327 \begin_layout Standard
33328 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
33329  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
33330 \family sans
33331 math-extern
33332 \family default
33333  verknüpfen (siehe das 
33334 \emph on
33335 LyX-Funktionen
33336 \emph default
33337  Handbuch).
33338  Man kann z.
33339 \begin_inset space \thinspace{}
33340 \end_inset
33341
33342 B.
33343  die 
33344 \family sans
33345 Enter
33346 \family default
33347 -Taste in Formeln verknüpfen.
33348  Um sie mit 
33349 \family typewriter
33350 Maxima
33351 \family default
33352  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
33353 \end_layout
33354
33355 \begin_layout Standard
33356
33357 \series bold
33358 command-alternatives break-paragraph;math-extern maxima
33359 \end_layout
33360
33361 \begin_layout Section
33362 Verschiedenes
33363 \begin_inset Index idx
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367 Verschiedenes
33368 \end_layout
33369
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \begin_layout Subsection
33376 Negative Zahlen
33377 \begin_inset Index idx
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381 Zahlen ! negative
33382 \end_layout
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \begin_layout Standard
33390 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
33391  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
33392  dargestellt.
33393  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
33394  Minuszeichen korrekt.
33395 \end_layout
33396
33397 \begin_layout Standard
33398 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
33399  nicht mehr auf.
33400 \end_layout
33401
33402 \begin_layout Standard
33403 Ein Beispiel zur Veranschaulichung der Problematik:
33404 \end_layout
33405
33406 \begin_layout Standard
33407 \align center
33408 \begin_inset Tabular
33409 <lyxtabular version="3" rows="3" columns="2">
33410 <features rotate="0" tabularvalignment="middle">
33411 <column alignment="right" valignment="top">
33412 <column alignment="left" valignment="top">
33413 <row>
33414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33415 \begin_inset Text
33416
33417 \begin_layout Plain Layout
33418 normaler Text:
33419 \end_layout
33420
33421 \end_inset
33422 </cell>
33423 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33424 \begin_inset Text
33425
33426 \begin_layout Plain Layout
33427 x = -2
33428 \end_layout
33429
33430 \end_inset
33431 </cell>
33432 </row>
33433 <row>
33434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438 Formelmodus:
33439 \end_layout
33440
33441 \end_inset
33442 </cell>
33443 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447 \begin_inset Formula $x=-2$
33448 \end_inset
33449
33450
33451 \end_layout
33452
33453 \end_inset
33454 </cell>
33455 </row>
33456 <row>
33457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33458 \begin_inset Text
33459
33460 \begin_layout Plain Layout
33461 Lösung:
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470 \begin_inset Formula $x=\textrm{-}2$
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 </row>
33479 </lyxtabular>
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Subsection
33487 Komma als Dezimaltrennzeichen
33488 \begin_inset Index idx
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492 Komma
33493 \end_layout
33494
33495 \end_inset
33496
33497
33498 \end_layout
33499
33500 \begin_layout Standard
33501 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
33502  als Gruppentrennzeichen.
33503  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
33504  eingefügt.
33505 \end_layout
33506
33507 \begin_layout Standard
33508 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
33509  Text um (Tastenkürzel 
33510 \family sans
33511 Alt+M
33512 \begin_inset space ~
33513 \end_inset
33514
33515 M
33516 \family default
33517 ).
33518 \end_layout
33519
33520 \begin_layout Standard
33521 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
33522  lädt man die Datei 
33523 \series bold
33524 icomma.sty
33525 \series default
33526
33527 \begin_inset Foot
33528 status collapsed
33529
33530 \begin_layout Plain Layout
33531
33532 \series bold
33533 icomma
33534 \series default
33535  ist Teil des LaTeX-Paketes 
33536 \series bold
33537 was
33538 \series default
33539
33540 \begin_inset Index idx
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544 Pakete ! was
33545 \begin_inset ERT
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549
33550
33551 \backslash
33552 vspace{4mm}
33553 \end_layout
33554
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \end_inset
33561
33562 .
33563 \end_layout
33564
33565 \end_inset
33566
33567
33568 \begin_inset Index idx
33569 status collapsed
33570
33571 \begin_layout Plain Layout
33572 Pakete ! icomma
33573 \end_layout
33574
33575 \end_inset
33576
33577  mit der LaTeX-Vorspannzeile
33578 \end_layout
33579
33580 \begin_layout Standard
33581
33582 \series bold
33583
33584 \backslash
33585 usepackage{icomma}
33586 \end_layout
33587
33588 \begin_layout Subsection
33589 Physikalische Vektoren
33590 \begin_inset CommandInset label
33591 LatexCommand label
33592 name "sub:Physikalische-Vektoren"
33593
33594 \end_inset
33595
33596
33597 \begin_inset Index idx
33598 status collapsed
33599
33600 \begin_layout Plain Layout
33601 Vektoren ! physikalische
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Standard
33610 Vordefinierte Vektoren bietet das LaTeX-Paket 
33611 \series bold
33612 braket
33613 \series default
33614
33615 \begin_inset Index idx
33616 status collapsed
33617
33618 \begin_layout Plain Layout
33619 Pakete ! braket
33620 \end_layout
33621
33622 \end_inset
33623
33624 , das mit der LaTeX-Vorspannzeile
33625 \end_layout
33626
33627 \begin_layout Standard
33628
33629 \series bold
33630
33631 \backslash
33632 usepackage{braket}
33633 \end_layout
33634
33635 \begin_layout Standard
33636 geladen wird.
33637 \begin_inset ERT
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641
33642
33643 \backslash
33644 ifbraket 
33645 \end_layout
33646
33647 \end_inset
33648
33649
33650 \begin_inset Note Note
33651 status open
33652
33653 \begin_layout Plain Layout
33654 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33655 \series bold
33656 braket
33657 \series default
33658  installiert ist:
33659 \end_layout
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Standard
33667 Folgende Befehle sind definiert:
33668 \end_layout
33669
33670 \begin_layout Standard
33671 \align center
33672 \begin_inset Tabular
33673 <lyxtabular version="3" rows="4" columns="2">
33674 <features rotate="0" tabularvalignment="middle">
33675 <column alignment="center" valignment="top">
33676 <column alignment="center" valignment="top">
33677 <row>
33678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33679 \begin_inset Text
33680
33681 \begin_layout Plain Layout
33682 Befehl
33683 \end_layout
33684
33685 \end_inset
33686 </cell>
33687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33688 \begin_inset Text
33689
33690 \begin_layout Plain Layout
33691 Ergebnis
33692 \end_layout
33693
33694 \end_inset
33695 </cell>
33696 </row>
33697 <row>
33698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33699 \begin_inset Text
33700
33701 \begin_layout Plain Layout
33702
33703 \backslash
33704 Bra{
33705 \backslash
33706 psi
33707 \end_layout
33708
33709 \end_inset
33710 </cell>
33711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33712 \begin_inset Text
33713
33714 \begin_layout Plain Layout
33715 \begin_inset Formula $\Bra{\psi}$
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \end_inset
33722 </cell>
33723 </row>
33724 <row>
33725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729
33730 \backslash
33731 Ket{
33732 \backslash
33733 psi
33734 \end_layout
33735
33736 \end_inset
33737 </cell>
33738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33739 \begin_inset Text
33740
33741 \begin_layout Plain Layout
33742 \begin_inset Formula $\Ket{\psi}$
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \end_inset
33749 </cell>
33750 </row>
33751 <row>
33752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33753 \begin_inset Text
33754
33755 \begin_layout Plain Layout
33756
33757 \backslash
33758 Braket{
33759 \backslash
33760 psi|
33761 \backslash
33762 phi
33763 \end_layout
33764
33765 \end_inset
33766 </cell>
33767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33768 \begin_inset Text
33769
33770 \begin_layout Plain Layout
33771 \begin_inset Formula $\Braket{\psi|\phi}$
33772 \end_inset
33773
33774
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 </row>
33780 </lyxtabular>
33781
33782 \end_inset
33783
33784
33785 \end_layout
33786
33787 \begin_layout Standard
33788 Der Befehl 
33789 \series bold
33790
33791 \backslash
33792 Braket
33793 \series default
33794  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33795  Klammern gesetzt werden:
33796 \begin_inset Formula 
33797 \[
33798 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33799 \]
33800
33801 \end_inset
33802
33803
33804 \begin_inset ERT
33805 status collapsed
33806
33807 \begin_layout Plain Layout
33808
33809
33810 \backslash
33811 else 
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \begin_inset Note Note
33818 status open
33819
33820 \begin_layout Plain Layout
33821 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33822 \series bold
33823 braket
33824 \series default
33825  nicht installiert ist:
33826 \end_layout
33827
33828 \end_inset
33829
33830
33831 \end_layout
33832
33833 \begin_layout Standard
33834 Das LaTeX-Paket 
33835 \series bold
33836 braket 
33837 \series default
33838 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33839 \end_layout
33840
33841 \begin_layout Standard
33842 \begin_inset ERT
33843 status collapsed
33844
33845 \begin_layout Plain Layout
33846
33847
33848 \backslash
33849 fi 
33850 \end_layout
33851
33852 \end_inset
33853
33854
33855 \end_layout
33856
33857 \begin_layout Standard
33858 Der Effekt von 
33859 \series bold
33860
33861 \backslash
33862 Braket
33863 \series default
33864  kann auch mit dem Befehl 
33865 \series bold
33866
33867 \backslash
33868 middle
33869 \series default
33870  erzielt werden, der in 
33871 \begin_inset CommandInset ref
33872 LatexCommand ref
33873 reference "sub:Automatische-Klammergrößen"
33874
33875 \end_inset
33876
33877  beschrieben ist.
33878 \end_layout
33879
33880 \begin_layout Subsection
33881 Selbst definierte Brüche
33882 \begin_inset CommandInset label
33883 LatexCommand label
33884 name "sub:Selbstdefinierte-Brüche"
33885
33886 \end_inset
33887
33888
33889 \begin_inset Index idx
33890 status collapsed
33891
33892 \begin_layout Plain Layout
33893 Brüche ! selbstdefinierte
33894 \end_layout
33895
33896 \end_inset
33897
33898
33899 \end_layout
33900
33901 \begin_layout Standard
33902 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33903 \series bold
33904
33905 \backslash
33906 genfrac
33907 \series default
33908
33909 \begin_inset Index idx
33910 status collapsed
33911
33912 \begin_layout Plain Layout
33913 Befehle ! G ! 
33914 \backslash
33915 genfrac
33916 \end_layout
33917
33918 \end_inset
33919
33920  in folgendem Schema:
33921 \end_layout
33922
33923 \begin_layout Standard
33924
33925 \series bold
33926
33927 \backslash
33928 genfrac{linke
33929 \series default
33930  
33931 \series bold
33932 Klammer}{rechte
33933 \series default
33934  
33935 \series bold
33936 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33937 \begin_inset Newline newline
33938 \end_inset
33939
33940
33941 \begin_inset Phantom HPhantom
33942 status open
33943
33944 \begin_layout Plain Layout
33945
33946 \series bold
33947
33948 \backslash
33949 genfrac
33950 \end_layout
33951
33952 \end_inset
33953
33954 {Zähler}{Nenner}
33955 \end_layout
33956
33957 \begin_layout Standard
33958 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33959 \begin_inset space \thinspace{}
33960 \end_inset
33961
33962 -
33963 \begin_inset space \thinspace{}
33964 \end_inset
33965
33966 3 angegeben.
33967 \end_layout
33968
33969 \begin_layout Standard
33970 \align center
33971 \begin_inset Tabular
33972 <lyxtabular version="3" rows="5" columns="2">
33973 <features rotate="0" tabularvalignment="middle">
33974 <column alignment="center" valignment="top">
33975 <column alignment="center" valignment="top">
33976 <row>
33977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33978 \begin_inset Text
33979
33980 \begin_layout Plain Layout
33981 Nummer
33982 \end_layout
33983
33984 \end_inset
33985 </cell>
33986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33987 \begin_inset Text
33988
33989 \begin_layout Plain Layout
33990 Ansichtsstil
33991 \end_layout
33992
33993 \end_inset
33994 </cell>
33995 </row>
33996 <row>
33997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33998 \begin_inset Text
33999
34000 \begin_layout Plain Layout
34001 0
34002 \end_layout
34003
34004 \end_inset
34005 </cell>
34006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34007 \begin_inset Text
34008
34009 \begin_layout Plain Layout
34010 abgesetzte Formel
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 </row>
34016 <row>
34017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34018 \begin_inset Text
34019
34020 \begin_layout Plain Layout
34021 1
34022 \end_layout
34023
34024 \end_inset
34025 </cell>
34026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34027 \begin_inset Text
34028
34029 \begin_layout Plain Layout
34030 eingebettete Formel
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 </row>
34036 <row>
34037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041 2
34042 \end_layout
34043
34044 \end_inset
34045 </cell>
34046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34047 \begin_inset Text
34048
34049 \begin_layout Plain Layout
34050 klein
34051 \end_layout
34052
34053 \end_inset
34054 </cell>
34055 </row>
34056 <row>
34057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061 3
34062 \end_layout
34063
34064 \end_inset
34065 </cell>
34066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34067 \begin_inset Text
34068
34069 \begin_layout Plain Layout
34070 winzig
34071 \end_layout
34072
34073 \end_inset
34074 </cell>
34075 </row>
34076 </lyxtabular>
34077
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Standard
34084 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
34085  
34086 \series bold
34087
34088 \backslash
34089 frac
34090 \series default
34091  der Umgebung an.
34092 \end_layout
34093
34094 \begin_layout Standard
34095 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
34096  0.4
34097 \begin_inset space \thinspace{}
34098 \end_inset
34099
34100 pt verwendet.
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset VSpace medskip
34105 \end_inset
34106
34107 Zum Beispiel sind die Befehle 
34108 \series bold
34109
34110 \backslash
34111 dfrac
34112 \series default
34113  und 
34114 \series bold
34115
34116 \backslash
34117 tbinom
34118 \series default
34119  aus 
34120 \begin_inset CommandInset ref
34121 LatexCommand ref
34122 reference "sub:Brüche"
34123
34124 \end_inset
34125
34126  folgendermaßen definiert:
34127 \end_layout
34128
34129 \begin_layout Standard
34130
34131 \series bold
34132
34133 \backslash
34134 newcommand{
34135 \backslash
34136 dfrac}[2]{
34137 \backslash
34138 genfrac{}{}{}{0}{#1}{#2}}
34139 \end_layout
34140
34141 \begin_layout Standard
34142 und
34143 \end_layout
34144
34145 \begin_layout Standard
34146
34147 \series bold
34148
34149 \backslash
34150 newcommand{
34151 \backslash
34152 tbinom}[2]{
34153 \backslash
34154 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34155 \end_layout
34156
34157 \begin_layout Standard
34158 \begin_inset VSpace medskip
34159 \end_inset
34160
34161 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
34162  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
34163 \end_layout
34164
34165 \begin_layout Standard
34166
34167 \series bold
34168
34169 \backslash
34170 newcommand{
34171 \backslash
34172 fracS}[3][]{
34173 \backslash
34174 genfrac{}{}{#1}{}{#2}{#3}}
34175 \end_layout
34176
34177 \begin_layout Standard
34178 Dazu ein Test:
34179 \begin_inset Formula 
34180 \begin{align*}
34181 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34182 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34183 \end{align*}
34184
34185 \end_inset
34186
34187 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
34188  in etwa der dreifachen Strichdicke.
34189 \end_layout
34190
34191 \begin_layout Subsection
34192 Durchgestrichene Formeln
34193 \begin_inset Index idx
34194 status collapsed
34195
34196 \begin_layout Plain Layout
34197 Formel ! durchgestrichene
34198 \end_layout
34199
34200 \end_inset
34201
34202
34203 \end_layout
34204
34205 \begin_layout Standard
34206 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
34207 \end_layout
34208
34209 \begin_layout Standard
34210 \begin_inset ERT
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214
34215
34216 \backslash
34217 ifcancel 
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \begin_inset Note Note
34224 status open
34225
34226 \begin_layout Plain Layout
34227 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34228 \series bold
34229 cancel
34230 \series default
34231  installiert ist:
34232 \end_layout
34233
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Standard
34240 \align center
34241 \begin_inset Tabular
34242 <lyxtabular version="3" rows="5" columns="2">
34243 <features rotate="0" tabularvalignment="middle">
34244 <column alignment="center" valignment="top">
34245 <column alignment="center" valignment="top">
34246 <row>
34247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34248 \begin_inset Text
34249
34250 \begin_layout Plain Layout
34251 Befehl
34252 \end_layout
34253
34254 \end_inset
34255 </cell>
34256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34257 \begin_inset Text
34258
34259 \begin_layout Plain Layout
34260 Ergebnis
34261 \begin_inset Note Note
34262 status collapsed
34263
34264 \begin_layout Plain Layout
34265 Der Leerraum und 
34266 \series bold
34267
34268 \backslash
34269 raisebox
34270 \series default
34271  dienen nur als Abstandhalter.
34272 \end_layout
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \end_inset
34280 </cell>
34281 </row>
34282 <row>
34283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34284 \begin_inset Text
34285
34286 \begin_layout Plain Layout
34287
34288 \backslash
34289 cancel
34290 \begin_inset space \textvisiblespace{}
34291 \end_inset
34292
34293
34294 \backslash
34295 int
34296 \begin_inset space \textvisiblespace{}
34297 \end_inset
34298
34299 A=B
34300 \end_layout
34301
34302 \end_inset
34303 </cell>
34304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34305 \begin_inset Text
34306
34307 \begin_layout Plain Layout
34308 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \end_inset
34315 </cell>
34316 </row>
34317 <row>
34318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34319 \begin_inset Text
34320
34321 \begin_layout Plain Layout
34322
34323 \backslash
34324 bcancel
34325 \begin_inset space \textvisiblespace{}
34326 \end_inset
34327
34328
34329 \backslash
34330 int
34331 \begin_inset space \textvisiblespace{}
34332 \end_inset
34333
34334 A=B
34335 \end_layout
34336
34337 \end_inset
34338 </cell>
34339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34344 \end_inset
34345
34346
34347 \end_layout
34348
34349 \end_inset
34350 </cell>
34351 </row>
34352 <row>
34353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34354 \begin_inset Text
34355
34356 \begin_layout Plain Layout
34357
34358 \backslash
34359 xcancel
34360 \begin_inset space \textvisiblespace{}
34361 \end_inset
34362
34363
34364 \backslash
34365 int
34366 \begin_inset space \textvisiblespace{}
34367 \end_inset
34368
34369 A=B
34370 \end_layout
34371
34372 \end_inset
34373 </cell>
34374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34379 \end_inset
34380
34381
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 </row>
34387 <row>
34388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34389 \begin_inset Text
34390
34391 \begin_layout Plain Layout
34392
34393 \backslash
34394 cancelto
34395 \begin_inset space \textvisiblespace{}
34396 \end_inset
34397
34398
34399 \backslash
34400 int
34401 \begin_inset space \textvisiblespace{}
34402 \end_inset
34403
34404 A=B
34405 \begin_inset Formula $\to$
34406 \end_inset
34407
34408 1
34409 \end_layout
34410
34411 \end_inset
34412 </cell>
34413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34414 \begin_inset Text
34415
34416 \begin_layout Plain Layout
34417 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34418 \end_inset
34419
34420
34421 \end_layout
34422
34423 \end_inset
34424 </cell>
34425 </row>
34426 </lyxtabular>
34427
34428 \end_inset
34429
34430
34431 \end_layout
34432
34433 \begin_layout Standard
34434
34435 \series bold
34436
34437 \backslash
34438 cancelto
34439 \series default
34440  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
34441  will:
34442 \begin_inset Formula 
34443 \[
34444 \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}}}
34445 \]
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Standard
34453 Um die Größe des 
34454 \begin_inset Quotes gld
34455 \end_inset
34456
34457 hochgestellten
34458 \begin_inset Quotes grd
34459 \end_inset
34460
34461  Werts von 
34462 \series bold
34463
34464 \backslash
34465 cancelto
34466 \series default
34467  zu ändern, kann man die LaTeX-Vorspannzeile
34468 \end_layout
34469
34470 \begin_layout Standard
34471
34472 \series bold
34473
34474 \backslash
34475 PassOptionsToPackage{Option}{cancel}
34476 \end_layout
34477
34478 \begin_layout Standard
34479 hinzufügen.
34480  
34481 \series bold
34482 Option
34483 \series default
34484  ist entweder 
34485 \series bold
34486 samesize
34487 \series default
34488 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
34489  
34490 \series bold
34491 Smaller
34492 \series default
34493 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
34494 \end_layout
34495
34496 \begin_layout Standard
34497 Um den Durchstrich zu färben, verwendet man den Befehl
34498 \end_layout
34499
34500 \begin_layout Standard
34501
34502 \series bold
34503
34504 \backslash
34505 renewcommand{
34506 \backslash
34507 CancelColor}{
34508 \backslash
34509 color{red}}
34510 \end_layout
34511
34512 \begin_layout Standard
34513 als TeX-Code.
34514  
34515 \series bold
34516 red
34517 \series default
34518  kann durch eine Farbe der Wahl ersetzt werden.
34519 \end_layout
34520
34521 \begin_layout Standard
34522 \begin_inset ERT
34523 status collapsed
34524
34525 \begin_layout Plain Layout
34526
34527
34528 \backslash
34529 renewcommand{
34530 \backslash
34531 CancelColor}{
34532 \backslash
34533 color{red}}
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \begin_layout Standard
34542 \begin_inset Formula 
34543 \[
34544 \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}}}
34545 \]
34546
34547 \end_inset
34548
34549
34550 \end_layout
34551
34552 \begin_layout Standard
34553 \begin_inset ERT
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557
34558
34559 \backslash
34560 renewcommand{
34561 \backslash
34562 CancelColor}{
34563 \backslash
34564 color{black}}
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \begin_inset Note Note
34571 status open
34572
34573 \begin_layout Plain Layout
34574 Farbe zurücksetzen
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Standard
34583 Für weitere Anpassungen siehe die Dokumentation des Pakets 
34584 \series bold
34585 cancel
34586 \series default
34587
34588 \begin_inset CommandInset citation
34589 LatexCommand cite
34590 key "cancel"
34591
34592 \end_inset
34593
34594 .
34595 \begin_inset Index idx
34596 status collapsed
34597
34598 \begin_layout Plain Layout
34599 Pakete ! cancel
34600 \end_layout
34601
34602 \end_inset
34603
34604
34605 \end_layout
34606
34607 \begin_layout Standard
34608 \begin_inset ERT
34609 status collapsed
34610
34611 \begin_layout Plain Layout
34612
34613
34614 \backslash
34615 else 
34616 \end_layout
34617
34618 \end_inset
34619
34620
34621 \begin_inset Note Note
34622 status open
34623
34624 \begin_layout Plain Layout
34625 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34626 \series bold
34627 cancel
34628 \series default
34629  nicht installiert ist:
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \begin_layout Standard
34638 Das LaTeX-Paket 
34639 \series bold
34640 cancel 
34641 \series default
34642 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34643 \end_layout
34644
34645 \begin_layout Standard
34646 \begin_inset ERT
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650
34651
34652 \backslash
34653 fi 
34654 \end_layout
34655
34656 \end_inset
34657
34658
34659 \end_layout
34660
34661 \begin_layout Subsection
34662 Formeln in Überschriften
34663 \begin_inset CommandInset label
34664 LatexCommand label
34665 name "sub:Formeln-in-Überschriften"
34666
34667 \end_inset
34668
34669
34670 \begin_inset Index idx
34671 status collapsed
34672
34673 \begin_layout Plain Layout
34674 Formel ! in Überschriften
34675 \end_layout
34676
34677 \end_inset
34678
34679
34680 \end_layout
34681
34682 \begin_layout Standard
34683 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
34684 \end_layout
34685
34686 \begin_layout Standard
34687 \begin_inset Note Greyedout
34688 status open
34689
34690 \begin_layout Plain Layout
34691 Verwendet man 
34692 \series bold
34693 hyperref
34694 \series default
34695
34696 \begin_inset Index idx
34697 status collapsed
34698
34699 \begin_layout Plain Layout
34700 Pakete ! hyperref
34701 \end_layout
34702
34703 \end_inset
34704
34705  Unterstützung im den Dokumenteinstellungen unter 
34706 \family sans
34707 PDF-Eigenschaften
34708 \family default
34709 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
34710  erzeugt.
34711  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
34712  dargestellt.
34713  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \end_layout
34720
34721 \begin_layout Standard
34722 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34723  Kurztitel über das Menü 
34724 \family sans
34725 Einfügen\SpecialChar \menuseparator
34726 Kurztitel
34727 \family default
34728  einfügt.
34729  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34730  um das Inhaltsverzeichnis übersichtlich zu halten.
34731  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34732 chen.
34733 \end_layout
34734
34735 \begin_layout Standard
34736 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34737 \series bold
34738 hyperref
34739 \series default
34740 , verwendet man im TeX-Modus den Befehl
34741 \end_layout
34742
34743 \begin_layout Standard
34744
34745 \series bold
34746
34747 \backslash
34748 texorpdfstring{Teil}{Alternative}
34749 \begin_inset Index idx
34750 status collapsed
34751
34752 \begin_layout Plain Layout
34753 Befehle ! T ! 
34754 \backslash
34755 texorpdfstring
34756 \end_layout
34757
34758 \end_inset
34759
34760
34761 \end_layout
34762
34763 \begin_layout Standard
34764 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34765  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34766  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34767  soll.
34768 \end_layout
34769
34770 \begin_layout Standard
34771 Es folgen zwei Beispielüberschriften:
34772 \begin_inset VSpace -3mm
34773 \end_inset
34774
34775
34776 \begin_inset ERT
34777 status collapsed
34778
34779 \begin_layout Plain Layout
34780
34781
34782 \backslash
34783 boldmath 
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \end_layout
34790
34791 \begin_layout Subsubsection
34792 Überschrift ohne Formel im Inhaltsverzeichnis 
34793 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34794 \end_inset
34795
34796
34797 \begin_inset Argument 1
34798 status collapsed
34799
34800 \begin_layout Plain Layout
34801 Überschrift ohne Formel im Inhaltsverzeichnis
34802 \end_layout
34803
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \begin_layout Subsubsection
34810 Überschrift mit Formel im Inhaltsverzeichnis
34811 \begin_inset ERT
34812 status collapsed
34813
34814 \begin_layout Plain Layout
34815
34816
34817 \backslash
34818 texorpdfstring{
34819 \end_layout
34820
34821 \end_inset
34822
34823  
34824 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34825 \end_inset
34826
34827
34828 \begin_inset ERT
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832
34833 }{}
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \begin_layout Standard
34842 \begin_inset ERT
34843 status collapsed
34844
34845 \begin_layout Plain Layout
34846
34847
34848 \backslash
34849 unboldmath 
34850 \end_layout
34851
34852 \end_inset
34853
34854 In der ersten Überschrift wurde ein Kurztitel verwendet.
34855  In der zweiten 
34856 \series bold
34857
34858 \backslash
34859 texorpdfstring
34860 \series default
34861 .
34862 \end_layout
34863
34864 \begin_layout Standard
34865 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34866  die komplette Überschrift in eine 
34867 \series bold
34868 boldmath
34869 \series default
34870 -Umgebung
34871 \begin_inset Foot
34872 status collapsed
34873
34874 \begin_layout Plain Layout
34875 siehe 
34876 \begin_inset CommandInset ref
34877 LatexCommand ref
34878 reference "sub:Fett-gedruckte-Formeln"
34879
34880 \end_inset
34881
34882
34883 \end_layout
34884
34885 \end_inset
34886
34887  gesetzt.
34888 \end_layout
34889
34890 \begin_layout Subsection
34891 Formeln im mehrspaltigen Text
34892 \begin_inset Index idx
34893 status collapsed
34894
34895 \begin_layout Plain Layout
34896 Formel ! im mehrspaltigen Text
34897 \end_layout
34898
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \begin_layout Standard
34905 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34906  müssen daher über die gesamte Seitenbreite gesetzt werden.
34907  Dazu verwendet man das LaTeX-Paket 
34908 \series bold
34909 multicol
34910 \series default
34911
34912 \begin_inset Foot
34913 status collapsed
34914
34915 \begin_layout Plain Layout
34916
34917 \series bold
34918 multicol
34919 \series default
34920  ist Teil jeder LaTeX-Standardinstallation.
34921 \end_layout
34922
34923 \end_inset
34924
34925
34926 \begin_inset Index idx
34927 status collapsed
34928
34929 \begin_layout Plain Layout
34930 Pakete ! multicol
34931 \end_layout
34932
34933 \end_inset
34934
34935 , das mit der LaTeX-Vorspannzeile
34936 \end_layout
34937
34938 \begin_layout Standard
34939
34940 \series bold
34941
34942 \backslash
34943 usepackage{multicol}
34944 \end_layout
34945
34946 \begin_layout Standard
34947 geladen wird.
34948 \end_layout
34949
34950 \begin_layout Standard
34951 \begin_inset Note Greyedout
34952 status open
34953
34954 \begin_layout Plain Layout
34955 Dabei ist zu beachten, dass im Menü 
34956 \family sans
34957 Dokument\SpecialChar \menuseparator
34958 Einstellungen
34959 \family default
34960  unter 
34961 \family sans
34962 Textformat
34963 \family default
34964  
34965 \emph on
34966 nicht
34967 \emph default
34968  
34969 \family sans
34970 Zweispaltiges
34971 \begin_inset space ~
34972 \end_inset
34973
34974 Dokument
34975 \family default
34976  ausgewählt sein darf.
34977 \end_layout
34978
34979 \end_inset
34980
34981
34982 \end_layout
34983
34984 \begin_layout Standard
34985 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34986 \end_layout
34987
34988 \begin_layout Standard
34989
34990 \series bold
34991
34992 \backslash
34993 begin{multicols}{Spaltenanzahl}
34994 \end_layout
34995
34996 \begin_layout Standard
34997 wobei die Spaltenanzahl eine Zahl im Bereich 2
34998 \begin_inset space \thinspace{}
34999 \end_inset
35000
35001 -
35002 \begin_inset space \thinspace{}
35003 \end_inset
35004
35005 10 ist.
35006  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
35007 \end_layout
35008
35009 \begin_layout Standard
35010
35011 \series bold
35012
35013 \backslash
35014 end{multicols}
35015 \end_layout
35016
35017 \begin_layout Standard
35018 der im TeX-Modus eingegeben wird.
35019 \end_layout
35020
35021 \begin_layout Standard
35022 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35023  Um dies rückgängig zu machen, fügt man vor der Formel -6
35024 \begin_inset space \thinspace{}
35025 \end_inset
35026
35027 mm vertikalen Leerraum ein.
35028  Ist der Formelstil 
35029 \series bold
35030 Eingerückt
35031 \begin_inset Foot
35032 status collapsed
35033
35034 \begin_layout Plain Layout
35035 Formelstile siehe 
35036 \begin_inset CommandInset ref
35037 LatexCommand ref
35038 reference "sec:Formelstile"
35039
35040 \end_inset
35041
35042
35043 \end_layout
35044
35045 \end_inset
35046
35047
35048 \series default
35049  gewählt, fügt man stattdessen -9
35050 \begin_inset space \thinspace{}
35051 \end_inset
35052
35053 mm Leerraum ein.
35054 \end_layout
35055
35056 \begin_layout Standard
35057 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35058 \end_layout
35059
35060 \begin_layout Standard
35061 \begin_inset ERT
35062 status collapsed
35063
35064 \begin_layout Plain Layout
35065
35066
35067 \backslash
35068 begin{multicols}{2}
35069 \end_layout
35070
35071 \end_inset
35072
35073 Das Spektrum wird fouriertransformiert.
35074  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35075 , Lösungsmittel) zu trennen.
35076  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35077  nun das Aussehen des Ausgangssignals.
35078  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35079  über alle Phasen integrieren muss.
35080  Sei nun 
35081 \begin_inset Formula $S$
35082 \end_inset
35083
35084  unser normiertes Ausgangssignal und 
35085 \begin_inset Formula $P$
35086 \end_inset
35087
35088  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35089 \begin_inset ERT
35090 status collapsed
35091
35092 \begin_layout Plain Layout
35093
35094
35095 \backslash
35096 end{multicols}
35097 \end_layout
35098
35099 \end_inset
35100
35101
35102 \begin_inset VSpace -6mm
35103 \end_inset
35104
35105
35106 \begin_inset Formula 
35107 \begin{equation}
35108 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35109 \end{equation}
35110
35111 \end_inset
35112
35113
35114 \begin_inset ERT
35115 status collapsed
35116
35117 \begin_layout Plain Layout
35118
35119
35120 \backslash
35121 begin{multicols}{2}
35122 \end_layout
35123
35124 \end_inset
35125
35126 wobei 
35127 \begin_inset Formula $S_{0}$
35128 \end_inset
35129
35130  das Signal ohne Gradient ist und die Normierungsbedingung 
35131 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35132 \end_inset
35133
35134  gilt.
35135  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35136  Direkt nach dem 
35137 \begin_inset Formula $\nicefrac{\pi}{2}$
35138 \end_inset
35139
35140
35141 \begin_inset space \thinspace{}
35142 \end_inset
35143
35144 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35145  das Signal zusätzlich abschwächt.
35146  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35147  
35148 \begin_inset Formula $T_{2}$
35149 \end_inset
35150
35151 -Zeit.
35152 \end_layout
35153
35154 \begin_layout Standard
35155 \begin_inset ERT
35156 status collapsed
35157
35158 \begin_layout Plain Layout
35159
35160
35161 \backslash
35162 end{multicols}
35163 \end_layout
35164
35165 \end_inset
35166
35167  
35168 \end_layout
35169
35170 \begin_layout Subsection
35171 Formeln mit Beschreibung der Variablen
35172 \begin_inset Index idx
35173 status collapsed
35174
35175 \begin_layout Plain Layout
35176 Formel ! mit Variablenbeschreibung
35177 \end_layout
35178
35179 \end_inset
35180
35181
35182 \end_layout
35183
35184 \begin_layout Standard
35185 Möchte man wie in Formel 
35186 \begin_inset CommandInset ref
35187 LatexCommand eqref
35188 reference "eq:innerhalb"
35189
35190 \end_inset
35191
35192 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
35193 \series bold
35194 ×
35195 \series default
35196
35197 \begin_inset Formula $n$
35198 \end_inset
35199
35200
35201 \begin_inset space ~
35202 \end_inset
35203
35204 Matrix mit links ausgerichteten Spalten für die verwendeten 
35205 \begin_inset Formula $n$
35206 \end_inset
35207
35208  Variablen.
35209 \begin_inset Foot
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213 Matrizen siehe 
35214 \begin_inset CommandInset ref
35215 LatexCommand ref
35216 reference "sec:Matrizen"
35217
35218 \end_inset
35219
35220
35221 \end_layout
35222
35223 \end_inset
35224
35225  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
35226 \begin_inset space \thinspace{}
35227 \end_inset
35228
35229 B.
35230  den Befehl 
35231 \series bold
35232
35233 \backslash
35234 footnotesize
35235 \series default
35236  ein.
35237 \begin_inset Foot
35238 status collapsed
35239
35240 \begin_layout Plain Layout
35241 Schriftgrößen siehe 
35242 \begin_inset CommandInset ref
35243 LatexCommand ref
35244 reference "sub:Schriftgrößen"
35245
35246 \end_inset
35247
35248
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Standard
35257 Wird der Formelstil 
35258 \series bold
35259 Eingerückt
35260 \begin_inset Foot
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264 Formelstile siehe 
35265 \begin_inset CommandInset ref
35266 LatexCommand ref
35267 reference "sec:Formelstile"
35268
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \end_inset
35275
35276
35277 \series default
35278  verwendet, fügt man vor und nach der Matrix ein 
35279 \series bold
35280
35281 \backslash
35282 hfill
35283 \series default
35284
35285 \begin_inset Foot
35286 status collapsed
35287
35288 \begin_layout Plain Layout
35289
35290 \series bold
35291
35292 \backslash
35293 hfill
35294 \series default
35295  wirkt nur in Formeln mit dem Stil 
35296 \series bold
35297 Eingerückt
35298 \series default
35299 , siehe 
35300 \begin_inset CommandInset ref
35301 LatexCommand ref
35302 reference "sub:Variabler-Leerraum"
35303
35304 \end_inset
35305
35306 .
35307 \end_layout
35308
35309 \end_inset
35310
35311  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
35312  gleich ist.
35313 \end_layout
35314
35315 \begin_layout Standard
35316 Ist der Formelstil 
35317 \series bold
35318 Zentriert
35319 \series default
35320  gewählt, nutzt man die in 
35321 \begin_inset CommandInset ref
35322 LatexCommand ref
35323 reference "sub:Flalign-Umgebung"
35324
35325 \end_inset
35326
35327  beschriebene Möglichkeit, Formeln einzurücken.
35328  Formel 
35329 \begin_inset CommandInset ref
35330 LatexCommand eqref
35331 reference "eq:innerhalb"
35332
35333 \end_inset
35334
35335  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
35336  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
35337 \begin_inset Formula 
35338 \begin{flalign}
35339 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35340 \rho & \textrm{Dichte}\\
35341 V & \textrm{Volumen}\\
35342 g & \textrm{Fallbeschleunigung}
35343 \end{array} &  & {}\label{eq:innerhalb}
35344 \end{flalign}
35345
35346 \end_inset
35347
35348
35349 \end_layout
35350
35351 \begin_layout Subsection
35352 Aufrechte kleine griechische Buchstaben
35353 \begin_inset CommandInset label
35354 LatexCommand label
35355 name "sub:Aufrechte-kleine-griechische"
35356
35357 \end_inset
35358
35359
35360 \begin_inset Index idx
35361 status collapsed
35362
35363 \begin_layout Plain Layout
35364 griechische Buchstaben ! aufrechte
35365 \end_layout
35366
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \begin_layout Standard
35373 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
35374  zur Verfügung.
35375  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
35376  aufrechte griechische Buchstaben benötigt.
35377  Die Datei 
35378 \series bold
35379 upgreek.sty
35380 \series default
35381
35382 \begin_inset Foot
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386
35387 \series bold
35388 upgreek
35389 \series default
35390  ist Teil des LaTeX-Paketes 
35391 \series bold
35392 was
35393 \series default
35394
35395 \begin_inset Index idx
35396 status collapsed
35397
35398 \begin_layout Plain Layout
35399 Pakete ! was
35400 \begin_inset ERT
35401 status collapsed
35402
35403 \begin_layout Plain Layout
35404
35405
35406 \backslash
35407 vspace{4mm}
35408 \end_layout
35409
35410 \end_inset
35411
35412
35413 \end_layout
35414
35415 \end_inset
35416
35417 .
35418 \end_layout
35419
35420 \end_inset
35421
35422
35423 \begin_inset Index idx
35424 status collapsed
35425
35426 \begin_layout Plain Layout
35427 Pakete ! upgreek
35428 \end_layout
35429
35430 \end_inset
35431
35432 , die mit der LaTeX-Vorspannzeile
35433 \end_layout
35434
35435 \begin_layout Standard
35436
35437 \series bold
35438
35439 \backslash
35440 usepackage{upgreek}
35441 \end_layout
35442
35443 \begin_layout Standard
35444 geladen wird, stellt diese Buchstaben zur Verfügung.
35445  
35446 \begin_inset ERT
35447 status collapsed
35448
35449 \begin_layout Plain Layout
35450
35451
35452 \backslash
35453 ifupgreek 
35454 \end_layout
35455
35456 \end_inset
35457
35458
35459 \begin_inset Note Note
35460 status open
35461
35462 \begin_layout Plain Layout
35463 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
35464 \series bold
35465 upgreek
35466 \series default
35467  installiert ist:
35468 \end_layout
35469
35470 \end_inset
35471
35472  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
35473  
35474 \series bold
35475 up
35476 \series default
35477  begonnen wird.
35478  So erzeugt z.
35479 \begin_inset space \thinspace{}
35480 \end_inset
35481
35482 B.
35483  der Befehl 
35484 \series bold
35485
35486 \backslash
35487 uptau
35488 \series default
35489  dies: 
35490 \begin_inset Formula $\uptau$
35491 \end_inset
35492
35493
35494 \end_layout
35495
35496 \begin_layout Standard
35497 Damit kann man Elementarteilchenreaktionen erstellen:
35498 \begin_inset Formula 
35499 \[
35500 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35501 \]
35502
35503 \end_inset
35504
35505
35506 \end_layout
35507
35508 \begin_layout Standard
35509 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
35510  Sie sollten daher nicht für Einheiten wie 
35511 \begin_inset Quotes gld
35512 \end_inset
35513
35514 µm
35515 \begin_inset Quotes grd
35516 \end_inset
35517
35518  verwendet werden.
35519 \end_layout
35520
35521 \begin_layout Standard
35522 \begin_inset ERT
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526
35527
35528 \backslash
35529 else 
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \begin_inset Note Note
35536 status open
35537
35538 \begin_layout Plain Layout
35539 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35540 \series bold
35541 upgreek
35542 \series default
35543  nicht installiert ist:
35544 \end_layout
35545
35546 \end_inset
35547
35548
35549 \end_layout
35550
35551 \begin_layout Standard
35552 Das LaTeX-Paket 
35553 \series bold
35554 upgreek 
35555 \series default
35556 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35557 \end_layout
35558
35559 \begin_layout Standard
35560 \begin_inset ERT
35561 status collapsed
35562
35563 \begin_layout Plain Layout
35564
35565
35566 \backslash
35567 fi 
35568 \end_layout
35569
35570 \end_inset
35571
35572
35573 \end_layout
35574
35575 \begin_layout Subsection
35576 Textzeichen in Formeln
35577 \begin_inset CommandInset label
35578 LatexCommand label
35579 name "sub:Textzeichen-in-Formeln"
35580
35581 \end_inset
35582
35583
35584 \begin_inset Index idx
35585 status collapsed
35586
35587 \begin_layout Plain Layout
35588 Text ! in Formeln
35589 \end_layout
35590
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \begin_layout Standard
35597 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
35598  Benötigt man z.
35599 \begin_inset space \thinspace{}
35600 \end_inset
35601
35602 B.
35603  den mittigen Punkt · in Formeln wie 
35604 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35605 \end_inset
35606
35607 , müsste man dafür jedes Mal den Befehl 
35608 \series bold
35609
35610 \backslash
35611 cdot
35612 \series default
35613  eingeben
35614 \begin_inset Foot
35615 status collapsed
35616
35617 \begin_layout Plain Layout
35618 siehe 
35619 \begin_inset CommandInset ref
35620 LatexCommand ref
35621 reference "sub:Binäre-Operatoren"
35622
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \end_inset
35629
35630 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
35631  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
35632 \end_layout
35633
35634 \begin_layout Standard
35635
35636 \series bold
35637
35638 \backslash
35639 DeclareInputText{183}{
35640 \backslash
35641 ifmmode
35642 \backslash
35643 cdot
35644 \backslash
35645 else
35646 \backslash
35647 textperiodcentered
35648 \backslash
35649 f\SpecialChar \textcompwordmark{}
35650 i}
35651 \end_layout
35652
35653 \begin_layout Standard
35654 Die Zeichenkodierung (Menü 
35655 \family sans
35656 Dokument\SpecialChar \menuseparator
35657 Einstellungen\SpecialChar \menuseparator
35658 Sprache
35659 \family default
35660 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
35661  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
35662 \series bold
35663
35664 \backslash
35665 textperiodcentered
35666 \series default
35667  verwendet.
35668  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
35669  LaTeX-Fehlern kommen würde.
35670  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
35671  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
35672  nicht.
35673 \end_layout
35674
35675 \begin_layout Standard
35676 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
35677  Z.
35678 \begin_inset space \thinspace{}
35679 \end_inset
35680
35681 B.
35682  ist die Kodierung 
35683 \series bold
35684 latin9
35685 \series default
35686  in der Datei 
35687 \series bold
35688 latin9.def
35689 \series default
35690  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
35691  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
35692 eien geändert werden.
35693  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
35694  nicht ohne Weiteres bearbeitet werden.
35695 \end_layout
35696
35697 \begin_layout Standard
35698 \begin_inset VSpace medskip
35699 \end_inset
35700
35701 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
35702  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
35703  Formel eingegeben werden können:
35704 \end_layout
35705
35706 \begin_layout Standard
35707
35708 \series bold
35709
35710 \backslash
35711 DeclareInputText{176}{
35712 \backslash
35713 ifmmode^
35714 \backslash
35715 circ
35716 \backslash
35717 else
35718 \backslash
35719 textdegree
35720 \backslash
35721 f\SpecialChar \textcompwordmark{}
35722 i}
35723 \end_layout
35724
35725 \begin_layout Standard
35726 \begin_inset Newpage newpage
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \begin_layout Section
35733 \start_of_appendix
35734 Typographische Hinweise
35735 \begin_inset Index idx
35736 status collapsed
35737
35738 \begin_layout Plain Layout
35739 Typographische Hinweise
35740 \end_layout
35741
35742 \end_inset
35743
35744
35745 \end_layout
35746
35747 \begin_layout Standard
35748 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35749  Regeln, die teilweise auch im Duden 
35750 \begin_inset CommandInset citation
35751 LatexCommand cite
35752 key "Duden"
35753
35754 \end_inset
35755
35756  unter 
35757 \family typewriter
35758 Textverarbeitung
35759 \family default
35760  aufgelistet sind.
35761  Weitere Regeln sind in 
35762 \begin_inset CommandInset citation
35763 LatexCommand cite
35764 key "Checklist"
35765
35766 \end_inset
35767
35768  zu finden.
35769 \end_layout
35770
35771 \begin_layout Itemize
35772 Physikalische Einheiten werden 
35773 \emph on
35774 immer
35775 \emph default
35776  aufrecht gesetzt
35777 \begin_inset Foot
35778 status collapsed
35779
35780 \begin_layout Plain Layout
35781 wird durch Schriftstile erreicht, siehe 
35782 \begin_inset CommandInset ref
35783 LatexCommand ref
35784 reference "sub:Schriftstile"
35785
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \end_inset
35792
35793 , egal ob sie sich in einem kursiven Text befinden: 30
35794 \begin_inset space \thinspace{}
35795 \end_inset
35796
35797 km/h
35798 \begin_inset Newline newline
35799 \end_inset
35800
35801 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35802 \begin_inset CommandInset ref
35803 LatexCommand ref
35804 reference "sub:Vordefinierter-Leerraum"
35805
35806 \end_inset
35807
35808 .
35809 \begin_inset Newline newline
35810 \end_inset
35811
35812 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
35813 \series bold
35814
35815 \backslash
35816 unittwo
35817 \series default
35818  verwendet.
35819  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
35820  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
35821  erhält wie oben: 
35822 \begin_inset Formula $\unit[30]{km/h}$
35823 \end_inset
35824
35825
35826 \begin_inset space \thinspace{}
35827 \end_inset
35828
35829 .
35830  Zu beachten ist, dass 
35831 \series bold
35832
35833 \backslash
35834 unittwo
35835 \series default
35836  kein echter LaTeX-Befehl, sondern der Befehl 
35837 \series bold
35838
35839 \backslash
35840 unit[Wert]{Einheit}
35841 \series default
35842  ist, daher kann man ihn nicht im TeX-Code benutzen.
35843 \end_layout
35844
35845 \begin_layout Itemize
35846 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35847 \begin_inset Newline newline
35848 \end_inset
35849
35850 1,2
35851 \begin_inset space \thinspace{}
35852 \end_inset
35853
35854 ‰ Alkohol im Blut
35855 \begin_inset Newline newline
35856 \end_inset
35857
35858 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35859  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35860 \end_layout
35861
35862 \begin_layout Itemize
35863 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35864  wird in einer Einheit verwendet: 15
35865 \begin_inset space \thinspace{}
35866 \end_inset
35867
35868 °C
35869 \end_layout
35870
35871 \begin_layout Itemize
35872 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35873  Ziffer der kleinste Leerraum eingefügt: 18
35874 \begin_inset space \thinspace{}
35875 \end_inset
35876
35877 473
35878 \begin_inset space \thinspace{}
35879 \end_inset
35880
35881 588
35882 \end_layout
35883
35884 \begin_layout Itemize
35885 Für Bemaßungen wie z.
35886 \begin_inset space \thinspace{}
35887 \end_inset
35888
35889 B.
35890  120×90×40
35891 \begin_inset space \thinspace{}
35892 \end_inset
35893
35894 cm, verwendet man das gelegte Kreuz 
35895 \begin_inset Quotes gld
35896 \end_inset
35897
35898 ×
35899 \begin_inset Quotes grd
35900 \end_inset
35901
35902 , dass entweder über den Befehl 
35903 \series bold
35904
35905 \backslash
35906 times
35907 \series default
35908  oder über das Menü 
35909 \family sans
35910 Einfügen\SpecialChar \menuseparator
35911 Sonderzeichen\SpecialChar \menuseparator
35912 Symbole
35913 \family default
35914  verfügbar ist.
35915 \end_layout
35916
35917 \begin_layout Itemize
35918 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35919  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35920 \begin_inset space \thinspace{}
35921 \end_inset
35922
35923 6.
35924 \begin_inset space ~
35925 \end_inset
35926
35927 1979
35928 \end_layout
35929
35930 \begin_layout Itemize
35931 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35932  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35933 \begin_inset CommandInset ref
35934 LatexCommand ref
35935 reference "sub:Vordefinierte-Funktionen"
35936
35937 \end_inset
35938
35939 .
35940 \end_layout
35941
35942 \begin_layout Itemize
35943 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35944  
35945 \begin_inset Formula $E_{\mathrm{kin}}$
35946 \end_inset
35947
35948
35949 \begin_inset Newline newline
35950 \end_inset
35951
35952 Komponenten von Matrizen werden kursiv gesetzt: 
35953 \begin_inset Formula $\hat{H}_{kl}$
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \begin_layout Itemize
35960 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35961  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35962  Variablen zu verwechseln.
35963 \end_layout
35964
35965 \begin_layout Itemize
35966 Das Symbol für eine 
35967 \noun on
35968 Fourier
35969 \noun default
35970 -Transformation kann entweder mit dem Befehl 
35971 \series bold
35972
35973 \backslash
35974 mathscr
35975 \begin_inset space \textvisiblespace{}
35976 \end_inset
35977
35978 F
35979 \series default
35980  oder über das Menü 
35981 \family sans
35982 Einfügen\SpecialChar \menuseparator
35983 Sonderzeichen\SpecialChar \menuseparator
35984 Symbole\SpecialChar \menuseparator
35985 Buchsta\SpecialChar \-
35986 benähnliche Symbole
35987 \family default
35988  eingefügt werden: 
35989 \begin_inset Formula $\mathscr{F}$
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \begin_layout Standard
35996 \begin_inset Newpage newpage
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \begin_layout Section
36003 Synonyme
36004 \begin_inset Index idx
36005 status collapsed
36006
36007 \begin_layout Plain Layout
36008 Synonyme
36009 \end_layout
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Standard
36017 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36018  Hier ist eine Übersicht der Synonymbefehle:
36019 \end_layout
36020
36021 \begin_layout Standard
36022 \begin_inset VSpace bigskip
36023 \end_inset
36024
36025
36026 \begin_inset space \hfill{}
36027 \end_inset
36028
36029
36030 \begin_inset Tabular
36031 <lyxtabular version="3" rows="12" columns="2">
36032 <features rotate="0" tabularvalignment="middle">
36033 <column alignment="center" valignment="top" width="0pt">
36034 <column alignment="center" valignment="top" width="0pt">
36035 <row>
36036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36037 \begin_inset Text
36038
36039 \begin_layout Plain Layout
36040 Befehl
36041 \end_layout
36042
36043 \end_inset
36044 </cell>
36045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36046 \begin_inset Text
36047
36048 \begin_layout Plain Layout
36049 äquivalent zu
36050 \begin_inset Note Note
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054
36055 \series bold
36056
36057 \backslash
36058 raisebox
36059 \series default
36060  dient nur als Abstandhalter.
36061 \end_layout
36062
36063 \end_inset
36064
36065
36066 \end_layout
36067
36068 \end_inset
36069 </cell>
36070 </row>
36071 <row>
36072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36073 \begin_inset Text
36074
36075 \begin_layout Plain Layout
36076
36077 \backslash
36078 ast
36079 \end_layout
36080
36081 \end_inset
36082 </cell>
36083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087 \begin_inset ERT
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091
36092
36093 \backslash
36094 raisebox{-1.2mm}{
36095 \end_layout
36096
36097 \end_inset
36098
36099 *
36100 \begin_inset ERT
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104
36105 }
36106 \end_layout
36107
36108 \end_inset
36109
36110
36111 \end_layout
36112
36113 \end_inset
36114 </cell>
36115 </row>
36116 <row>
36117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36118 \begin_inset Text
36119
36120 \begin_layout Plain Layout
36121
36122 \backslash
36123 choose
36124 \end_layout
36125
36126 \end_inset
36127 </cell>
36128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36129 \begin_inset Text
36130
36131 \begin_layout Plain Layout
36132
36133 \backslash
36134 binom
36135 \end_layout
36136
36137 \end_inset
36138 </cell>
36139 </row>
36140 <row>
36141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36142 \begin_inset Text
36143
36144 \begin_layout Plain Layout
36145
36146 \backslash
36147 geq
36148 \end_layout
36149
36150 \end_inset
36151 </cell>
36152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36153 \begin_inset Text
36154
36155 \begin_layout Plain Layout
36156
36157 \backslash
36158 ge
36159 \end_layout
36160
36161 \end_inset
36162 </cell>
36163 </row>
36164 <row>
36165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36166 \begin_inset Text
36167
36168 \begin_layout Plain Layout
36169
36170 \backslash
36171 lbrace
36172 \end_layout
36173
36174 \end_inset
36175 </cell>
36176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180 {
36181 \end_layout
36182
36183 \end_inset
36184 </cell>
36185 </row>
36186 <row>
36187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36188 \begin_inset Text
36189
36190 \begin_layout Plain Layout
36191
36192 \backslash
36193 lbracket
36194 \end_layout
36195
36196 \end_inset
36197 </cell>
36198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36199 \begin_inset Text
36200
36201 \begin_layout Plain Layout
36202 [
36203 \end_layout
36204
36205 \end_inset
36206 </cell>
36207 </row>
36208 <row>
36209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36210 \begin_inset Text
36211
36212 \begin_layout Plain Layout
36213
36214 \backslash
36215 leftarrow
36216 \end_layout
36217
36218 \end_inset
36219 </cell>
36220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36221 \begin_inset Text
36222
36223 \begin_layout Plain Layout
36224
36225 \backslash
36226 gets
36227 \end_layout
36228
36229 \end_inset
36230 </cell>
36231 </row>
36232 <row>
36233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36234 \begin_inset Text
36235
36236 \begin_layout Plain Layout
36237
36238 \backslash
36239 leq
36240 \end_layout
36241
36242 \end_inset
36243 </cell>
36244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36245 \begin_inset Text
36246
36247 \begin_layout Plain Layout
36248
36249 \backslash
36250 le
36251 \end_layout
36252
36253 \end_inset
36254 </cell>
36255 </row>
36256 <row>
36257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36258 \begin_inset Text
36259
36260 \begin_layout Plain Layout
36261
36262 \backslash
36263 lor
36264 \end_layout
36265
36266 \end_inset
36267 </cell>
36268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36269 \begin_inset Text
36270
36271 \begin_layout Plain Layout
36272
36273 \backslash
36274 vee
36275 \end_layout
36276
36277 \end_inset
36278 </cell>
36279 </row>
36280 <row>
36281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36282 \begin_inset Text
36283
36284 \begin_layout Plain Layout
36285
36286 \backslash
36287 neq
36288 \end_layout
36289
36290 \end_inset
36291 </cell>
36292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36293 \begin_inset Text
36294
36295 \begin_layout Plain Layout
36296
36297 \backslash
36298 not=
36299 \end_layout
36300
36301 \end_inset
36302 </cell>
36303 </row>
36304 <row>
36305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36306 \begin_inset Text
36307
36308 \begin_layout Plain Layout
36309
36310 \backslash
36311 slash
36312 \end_layout
36313
36314 \end_inset
36315 </cell>
36316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320 /
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 </row>
36326 <row>
36327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36328 \begin_inset Text
36329
36330 \begin_layout Plain Layout
36331
36332 \backslash
36333 vert
36334 \end_layout
36335
36336 \end_inset
36337 </cell>
36338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36339 \begin_inset Text
36340
36341 \begin_layout Plain Layout
36342 |
36343 \end_layout
36344
36345 \end_inset
36346 </cell>
36347 </row>
36348 </lyxtabular>
36349
36350 \end_inset
36351
36352
36353 \begin_inset space \hfill{}
36354 \end_inset
36355
36356
36357 \begin_inset Tabular
36358 <lyxtabular version="3" rows="12" columns="2">
36359 <features rotate="0" tabularvalignment="middle">
36360 <column alignment="center" valignment="top" width="0pt">
36361 <column alignment="center" valignment="top" width="0pt">
36362 <row>
36363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36364 \begin_inset Text
36365
36366 \begin_layout Plain Layout
36367 Befehl
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36373 \begin_inset Text
36374
36375 \begin_layout Plain Layout
36376 äquivalent zu
36377 \end_layout
36378
36379 \end_inset
36380 </cell>
36381 </row>
36382 <row>
36383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36384 \begin_inset Text
36385
36386 \begin_layout Plain Layout
36387
36388 \backslash
36389 backslash
36390 \end_layout
36391
36392 \end_inset
36393 </cell>
36394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36395 \begin_inset Text
36396
36397 \begin_layout Plain Layout
36398
36399 \backslash
36400
36401 \backslash
36402
36403 \end_layout
36404
36405 \end_inset
36406 </cell>
36407 </row>
36408 <row>
36409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36410 \begin_inset Text
36411
36412 \begin_layout Plain Layout
36413
36414 \backslash
36415 dasharrow
36416 \end_layout
36417
36418 \end_inset
36419 </cell>
36420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36421 \begin_inset Text
36422
36423 \begin_layout Plain Layout
36424
36425 \backslash
36426 dashrightarrow
36427 \end_layout
36428
36429 \end_inset
36430 </cell>
36431 </row>
36432 <row>
36433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36434 \begin_inset Text
36435
36436 \begin_layout Plain Layout
36437
36438 \backslash
36439 land
36440 \end_layout
36441
36442 \end_inset
36443 </cell>
36444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36445 \begin_inset Text
36446
36447 \begin_layout Plain Layout
36448
36449 \backslash
36450 wedge
36451 \end_layout
36452
36453 \end_inset
36454 </cell>
36455 </row>
36456 <row>
36457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36458 \begin_inset Text
36459
36460 \begin_layout Plain Layout
36461
36462 \backslash
36463 rbrace
36464 \end_layout
36465
36466 \end_inset
36467 </cell>
36468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36469 \begin_inset Text
36470
36471 \begin_layout Plain Layout
36472 }
36473 \end_layout
36474
36475 \end_inset
36476 </cell>
36477 </row>
36478 <row>
36479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36480 \begin_inset Text
36481
36482 \begin_layout Plain Layout
36483
36484 \backslash
36485 rbracket
36486 \end_layout
36487
36488 \end_inset
36489 </cell>
36490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36491 \begin_inset Text
36492
36493 \begin_layout Plain Layout
36494 ]
36495 \end_layout
36496
36497 \end_inset
36498 </cell>
36499 </row>
36500 <row>
36501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36502 \begin_inset Text
36503
36504 \begin_layout Plain Layout
36505
36506 \backslash
36507 rightarrow
36508 \end_layout
36509
36510 \end_inset
36511 </cell>
36512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36513 \begin_inset Text
36514
36515 \begin_layout Plain Layout
36516
36517 \backslash
36518 to
36519 \end_layout
36520
36521 \end_inset
36522 </cell>
36523 </row>
36524 <row>
36525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36526 \begin_inset Text
36527
36528 \begin_layout Plain Layout
36529
36530 \backslash
36531 lnot
36532 \end_layout
36533
36534 \end_inset
36535 </cell>
36536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36537 \begin_inset Text
36538
36539 \begin_layout Plain Layout
36540
36541 \backslash
36542 neg
36543 \end_layout
36544
36545 \end_inset
36546 </cell>
36547 </row>
36548 <row>
36549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36550 \begin_inset Text
36551
36552 \begin_layout Plain Layout
36553
36554 \backslash
36555 ne
36556 \end_layout
36557
36558 \end_inset
36559 </cell>
36560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36561 \begin_inset Text
36562
36563 \begin_layout Plain Layout
36564
36565 \backslash
36566 not=
36567 \end_layout
36568
36569 \end_inset
36570 </cell>
36571 </row>
36572 <row>
36573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36574 \begin_inset Text
36575
36576 \begin_layout Plain Layout
36577
36578 \backslash
36579 owns
36580 \end_layout
36581
36582 \end_inset
36583 </cell>
36584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36585 \begin_inset Text
36586
36587 \begin_layout Plain Layout
36588
36589 \backslash
36590 ni
36591 \end_layout
36592
36593 \end_inset
36594 </cell>
36595 </row>
36596 <row>
36597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36598 \begin_inset Text
36599
36600 \begin_layout Plain Layout
36601
36602 \backslash
36603 square
36604 \end_layout
36605
36606 \end_inset
36607 </cell>
36608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36609 \begin_inset Text
36610
36611 \begin_layout Plain Layout
36612
36613 \backslash
36614 Box
36615 \end_layout
36616
36617 \end_inset
36618 </cell>
36619 </row>
36620 <row>
36621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36622 \begin_inset Text
36623
36624 \begin_layout Plain Layout
36625
36626 \backslash
36627 Vert
36628 \end_layout
36629
36630 \end_inset
36631 </cell>
36632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36633 \begin_inset Text
36634
36635 \begin_layout Plain Layout
36636
36637 \backslash
36638 |
36639 \end_layout
36640
36641 \end_inset
36642 </cell>
36643 </row>
36644 </lyxtabular>
36645
36646 \end_inset
36647
36648
36649 \begin_inset space \hfill{}
36650 \end_inset
36651
36652
36653 \end_layout
36654
36655 \begin_layout Standard
36656 \begin_inset Newpage newpage
36657 \end_inset
36658
36659
36660 \end_layout
36661
36662 \begin_layout Bibliography
36663 \begin_inset CommandInset bibitem
36664 LatexCommand bibitem
36665 key "TLC2"
36666
36667 \end_inset
36668
36669
36670 \shape smallcaps
36671 Mittelbach, F.
36672  ; Goossens, M.
36673 \shape default
36674
36675 \shape italic
36676 The LaTeX Companion
36677 \shape default
36678 .
36679  Addison Wesley, 2004
36680 \end_layout
36681
36682 \begin_layout Bibliography
36683 \begin_inset CommandInset bibitem
36684 LatexCommand bibitem
36685 key "Mathmode"
36686
36687 \end_inset
36688
36689
36690 \begin_inset CommandInset href
36691 LatexCommand href
36692 name "Beschreibung"
36693 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36694
36695 \end_inset
36696
36697  der mathematischen Fähigkeiten von LaTeX
36698 \end_layout
36699
36700 \begin_layout Bibliography
36701 \begin_inset CommandInset bibitem
36702 LatexCommand bibitem
36703 key "AMS"
36704
36705 \end_inset
36706
36707
36708 \begin_inset CommandInset href
36709 LatexCommand href
36710 name "Beschreibung"
36711 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36712
36713 \end_inset
36714
36715  von 
36716 \begin_inset ERT
36717 status collapsed
36718
36719 \begin_layout Plain Layout
36720
36721
36722 \backslash
36723 AmS
36724 \end_layout
36725
36726 \end_inset
36727
36728 -LaTeX
36729 \end_layout
36730
36731 \begin_layout Bibliography
36732 \begin_inset CommandInset bibitem
36733 LatexCommand bibitem
36734 key "Symbole"
36735
36736 \end_inset
36737
36738
36739 \begin_inset CommandInset href
36740 LatexCommand href
36741 name "Auflistung"
36742 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36743
36744 \end_inset
36745
36746  aller über LaTeX-Pakete verfügbare Symbole
36747 \end_layout
36748
36749 \begin_layout Bibliography
36750 \begin_inset CommandInset bibitem
36751 LatexCommand bibitem
36752 key "cancel"
36753
36754 \end_inset
36755
36756
36757 \begin_inset CommandInset href
36758 LatexCommand href
36759 name "Dokumentation"
36760 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36761
36762 \end_inset
36763
36764  des LaTeX-Pakets 
36765 \series bold
36766 cancel
36767 \series default
36768
36769 \begin_inset Index idx
36770 status collapsed
36771
36772 \begin_layout Plain Layout
36773 Pakete ! cancel
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \end_layout
36780
36781 \begin_layout Bibliography
36782 \begin_inset CommandInset bibitem
36783 LatexCommand bibitem
36784 key "hyperref"
36785
36786 \end_inset
36787
36788
36789 \begin_inset CommandInset href
36790 LatexCommand href
36791 name "Dokumentation"
36792 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36793
36794 \end_inset
36795
36796  des LaTeX-Pakets 
36797 \series bold
36798 hyperref
36799 \series default
36800
36801 \begin_inset Index idx
36802 status collapsed
36803
36804 \begin_layout Plain Layout
36805 Pakete ! hyperref
36806 \end_layout
36807
36808 \end_inset
36809
36810
36811 \end_layout
36812
36813 \begin_layout Bibliography
36814 \begin_inset CommandInset bibitem
36815 LatexCommand bibitem
36816 key "mhchem"
36817
36818 \end_inset
36819
36820
36821 \begin_inset CommandInset href
36822 LatexCommand href
36823 name "Dokumentation"
36824 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36825
36826 \end_inset
36827
36828  des LaTeX-Pakets 
36829 \series bold
36830 mhchem
36831 \series default
36832
36833 \begin_inset Index idx
36834 status collapsed
36835
36836 \begin_layout Plain Layout
36837 Pakete ! mhchem
36838 \end_layout
36839
36840 \end_inset
36841
36842
36843 \end_layout
36844
36845 \begin_layout Bibliography
36846 \begin_inset CommandInset bibitem
36847 LatexCommand bibitem
36848 key "Mathclap"
36849
36850 \end_inset
36851
36852
36853 \begin_inset CommandInset href
36854 LatexCommand href
36855 name "Beschreibung"
36856 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36857
36858 \end_inset
36859
36860  des in 
36861 \begin_inset CommandInset ref
36862 LatexCommand ref
36863 reference "sub:Operatorgrenzen"
36864
36865 \end_inset
36866
36867  vorgestellten Befehls 
36868 \series bold
36869
36870 \backslash
36871 mathclap
36872 \series default
36873
36874 \begin_inset Index idx
36875 status collapsed
36876
36877 \begin_layout Plain Layout
36878 Befehle ! M ! 
36879 \backslash
36880 mathclap
36881 \end_layout
36882
36883 \end_inset
36884
36885
36886 \end_layout
36887
36888 \begin_layout Bibliography
36889 \begin_inset CommandInset bibitem
36890 LatexCommand bibitem
36891 key "Duden"
36892
36893 \end_inset
36894
36895
36896 \emph on
36897 Duden Band 1
36898 \emph default
36899 .
36900  22.
36901  Auflage, Duden Verlag 2001
36902 \end_layout
36903
36904 \begin_layout Bibliography
36905 \begin_inset CommandInset bibitem
36906 LatexCommand bibitem
36907 key "Checklist"
36908
36909 \end_inset
36910
36911
36912 \begin_inset CommandInset href
36913 LatexCommand href
36914 name "Prüfliste"
36915 target "http://physics.nist.gov/Document/checklist.pdf"
36916
36917 \end_inset
36918
36919  für das Rezensieren von Manuskripten
36920 \end_layout
36921
36922 \begin_layout Standard
36923 \begin_inset Note Note
36924 status collapsed
36925
36926 \begin_layout Plain Layout
36927 Damit der Index den Namen 
36928 \begin_inset Quotes gld
36929 \end_inset
36930
36931 Stichwortverzeichnis
36932 \begin_inset Quotes grd
36933 \end_inset
36934
36935  erhält, wurde im LaTeX-Vorspann
36936 \end_layout
36937
36938 \begin_layout Plain Layout
36939
36940 \series bold
36941
36942 \backslash
36943 addto
36944 \backslash
36945 captionsngerman{
36946 \backslash
36947 renewcommand{
36948 \backslash
36949 indexname}{Stichwortverzeichnis}}
36950 \end_layout
36951
36952 \begin_layout Plain Layout
36953 eingefügt.
36954 \end_layout
36955
36956 \begin_layout Plain Layout
36957 Das Paket 
36958 \series bold
36959 babel
36960 \series default
36961  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36962  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36963  Außerdem wird 
36964 \series bold
36965 babel
36966 \series default
36967  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36968  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36969 che verwendet wurde.
36970 \end_layout
36971
36972 \begin_layout Plain Layout
36973 Möchte man andere Beschriftungen ändern, ersetzt man 
36974 \series bold
36975
36976 \backslash
36977 indexname
36978 \series default
36979  durch 
36980 \series bold
36981
36982 \backslash
36983 <Beschriftungs>name
36984 \series default
36985 .
36986  Eine Auflistung der möglichen Namen findet man unter
36987 \end_layout
36988
36989 \begin_layout Plain Layout
36990
36991 \family typewriter
36992 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36993 \end_layout
36994
36995 \begin_layout Plain Layout
36996 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36997 \series bold
36998 ngerman
36999 \series default
37000  durch die Dokumentsprache und
37001 \end_layout
37002
37003 \begin_layout Plain Layout
37004
37005 \series bold
37006
37007 \backslash
37008 captionsgerman
37009 \series default
37010  durch 
37011 \series bold
37012
37013 \backslash
37014 captions<Dokumentsprache>
37015 \series default
37016 .
37017 \end_layout
37018
37019 \end_inset
37020
37021
37022 \begin_inset CommandInset index_print
37023 LatexCommand printindex
37024 type "idx"
37025
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \end_body
37032 \end_document